.container{
    margin: 0 auto;
    width: 1343px;
}

.background-image{
    background-image: url("../img/dkvox-fundo.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
}

.social{
    top: 36%;
    right: 25px;
    display: inline-grid;
    position: fixed;
    z-index: 2;
}

.imagemPrincipal{
    margin-top: 60px;
    width: 1100px;
    border-bottom: 15px solid #0c3a68;
    z-index: 0;
}

.divInformativa{
    position: absolute;
    width: 700px;
    height: 360px;
    background-color:rgb(238, 238, 238);
    z-index: 1;
}

.textoPrestacao{
    padding-top: 3%;
    padding-left: 7%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 22px;
    letter-spacing: 1px;
    color: #0c3a68;
    animation : grow 2s;
}

.lineText{
    margin-top: 30px;
    margin-left: 50px;
    width: 15.80%;
    border: 1.60px solid;
    border-color:rgb(16, 16, 73);
    background-color: rgb(16, 16, 73);
}

.textSomos{
    margin-top: -4%;
    margin-left: 28%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    font-size:20px;
    color: #0c3a68;
}

.slideText{
    padding-right: 90px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:18px;
    font-weight: lighter;
    letter-spacing: 1px;
    animation: effectShow 3s; 
    height: 200px;
}

.radio{
    cursor: pointer;
    height: 8px;
    width: 8px;
    border-radius:25px;
    border:solid 2px #fff;
    display: inline-block;
}

.radioActivate{
    cursor: pointer;
    height: 8px;
    width: 8px;
    border-radius:25px;
    border:none;
    background-color:#fff;
    display: inline-block;
}

@keyframes effectShow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.botao-plus{
    padding-top:12px;
    text-decoration: none;
    color: #fff;
    background-color:rgb(0,47,101);
    cursor: pointer;
}

.botao-plus:hover{
    animation: fadeIn-plus 0.5s;
    background-color: rgb(55, 173, 228);;
}

.botao-plus-texto{
    color:#fff;
    font-size:20px;
    font-weight:500;
}

.botao-plus:hover .botao-plus-texto{
    color:rgb(0,47,101);
}

.botao-mais{
    padding-top:15px;
    text-decoration: none;
    color: #fff;
    background-color:rgb(55, 173, 228);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
}

.botao-mais:hover{
    animation: fadeIn-mais  0.5s;
    background-color:rgb(16, 16, 73);
}

.botao-mais-texto{
    color:#fff;
    font-size:14px;
}

.botao-mais:hover .botao-mais-texto{
    color: rgb(55, 173, 228);
}

@keyframes fadeIn-plus{
    from {
        background-color:rgb(16, 16, 73);
    }

    to {
        background-color:rgb(55, 173, 228);
    }
}

@keyframes fadeIn-mais{
    from {
        background-color:rgb(55, 173, 228);
    }

    to {
        background-color:rgb(16, 16, 73);
    }
}

.divSolucoes{
    display:flex;
    margin-top:80px;
    width: 100%;
    height: 50px;
    background-color: rgb(6, 48, 112);
    justify-content: center;
    align-items:center;
}

.solucoes{
    padding-top: 12px;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 27px;
    animation: sideSolucoes 0.60s;
}

@keyframes sideSolucoes {
    from{
        transform: translateX(-800px)
    }
    to{
        transform: translate(0px);
    }
}

.containerImagens{
    margin-top:80px;
    display:flex;
    justify-content:center;
    margin-left: -20px;
    width: 100%;
}

.arrow{
    cursor: pointer;
    color:rgb(255,255,255, 0.6);
    z-index:1;
}

.arrow:hover{
    color:rgb(255,255,255, 1);
    animation: arrowFadeIn 0.5s;
}

@keyframes arrowFadeIn {
    0%{
        color:rgb(255,255,255, 0.6);
    }

    100%{
        color:rgb(255,255,255, 1);
    }
}

.carrosel{
    position: relative;
    width: 700px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 60px;
    z-index:1;
}

.carroselImagens{
    width: 100%;
    animation: fadeInCarrosel 0.60s;
}

.carroselImagensMobile{
    width: 100%;
    animation: fadeInCarrosel 0.60s;
}

.infoCarrosel{
    position: sticky;
    text-align: left;
    width: 700px;
    background-color: rgba(255,255,255,0.6);
    animation: fadeInCarrosel 0.60s;
    z-index: 3;
}

@keyframes fadeInCarrosel {
    from{
        opacity: 0;
    }

    to{
        opacity: 1;
    }
}

.infoTitle{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-left: 12px;
}

.descricao{
    margin-top: -12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 100;
    padding-left: 12px;
}

.containerImagens3{
    width: 100%;
}

.imagensAlinhadas{
    cursor: pointer;
    margin-left: 3%;
    border: 1px solid #fff;
}

.imagensAlinhadas:hover{
    animation: colorImg 0.80s;
    border: 1px solid red;
    background-color: rgba(0,0,0,1);
}

@keyframes colorImg{
    from{
        background-color: rgba(0,0,0,0);
    }

    to{
        background-color: rgba(0,0,0,1);
    }
}

.botaoInstitucional{
    margin: 0 auto;
    margin-top: 100px;
    background-color: #00305f;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 22px;
    border:none;
    padding-top: 1.50%;
    padding-bottom: 1.50%;
    padding-left: 6%;
    padding-right: 6%;
    cursor: pointer;
}

.botaoInstitucional:hover{
    animation: fadeIn-plus 0.60s;
    background-color:rgb(55, 173, 228);
}

.divRecomendacoes{
    margin-top: 80px;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background-color:rgb(238, 238, 238);
}

.recomendacoes{
    padding-top: 50px;
    font-size: 29px;
    font-family: Arial, Helvetica, sans-serif;
    color:#00305f;
}

.rText{
    margin-top:40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 31px;
    font-weight: 500;
    letter-spacing: 2px;
    color:#00305f;
}

.rText2{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: rgb(0, 159, 233);
}

.radioR{
    cursor: pointer;
    height: 6px;
    width: 6px;
    border-radius:25px;
    border:solid 2px #00305f;;
    display: inline-block;
}

.radioActivateR{
    cursor: pointer;
    height: 6px;
    width: 6px;
    border-radius:25px;
    border:none;
    background-color:#00305f;
    display: inline-block;
}

#textoR, #textoR2, #textoR3{
    animation: effectShow 5s;
}

.faFlecha{
    font-size: 70px;
    cursor:pointer;
    color:#00305f;
}

.faFlecha:hover{
    opacity: 0.5;
}

.robo-pensanteMobile{
    margin: 0 auto;
    display: none;
    width: 100%;
    height: 200px;
    margin-top: 50px;
    border-bottom: 15px solid #0c3a68;
}

.conteudo1Mobile{
    display: none;
    width: 90%;
    margin-left: 5%;
    height: auto;
    z-index: -1;
    background-color:rgb(238, 238, 238);
}

.fullMobile{
    display: none;
}

@media (max-width: 1014px){
    .fullPc{
        display: none;
    }

    .fullMobile{
        display:block;
    }
}