
.containerMain{
    margin: 0 auto;
    width: 1343px;
    margin-bottom: 30px;
}

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

.fundoAzul{
    width: 100%;
    height: 250px;
    background-color:rgb(26, 43, 78);
}

.social{
    top: 36%;
    left: 93.30%;
    display: inline-grid;
    position: fixed;
    z-index: 2;
}

.divInformativa{
    padding-left: 19px;
    padding-top: 8px;
    width: 430px;
    height: 85px;
    background-color:rgb(255, 255, 255);
    margin: 0 auto;
}

.div-background{
    width: 420px;
    height:90px;
    border: solid 3px #fff;
    z-index: -1;
}

.titulo{
    margin-top:-70px;
    margin-left: -20px;
    color:#01376d;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 22px;
}

.conteudo{
    width: 65%;
}

.lineText{
    margin-bottom: -30px;
    margin-left: 90px;
    width: 101px;
    border: 1.60px solid;
    border-color:rgb(16, 16, 73);
    background-color: rgb(16, 16, 73);
}

.texto{
    margin-top: 15px;
    margin-left: 220px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 160%;
    padding-bottom: 20px;
}

.lista{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
}

.voltar{
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #44c4ff;
    animation: buttonFadeOut 0.60s;
}

.voltar:hover{
    animation: buttonFadeIn 0.60s;
    color: #01376d
}

.verSolucoes{
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #44c4ff;
    animation: buttonFadeOut 0.60s;
}

.verSolucoes:hover{
    animation: buttonFadeIn 0.60s;
    color: #01376d
}

.proximo{
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #44c4ff;
    animation: buttonFadeOut 0.60s;
}

.proximo:hover{
    animation: buttonFadeIn 0.60s;
    color: #01376d
}

@keyframes buttonFadeIn {
    from{
        color: #44c4ff;
    }

    to{
        color: #01376d;
    }

}

@keyframes buttonFadeOut {
    from{
        color: #01376d;
    }

    to{
        color: #44c4ff;
    }
}

.fullMobile{
    display: none;
    margin-bottom:30px;
}

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

    .fullMobile{
        display:block;
    }
}