<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bodyContato {
    background-color: #FFFFFF;
}
.margemAcima {
    margin-top: 3%;
}
.frasePrincipalContato {
    margin-top: 3%;
}
#tituloFrasePrincipal {
    font-family: Tahoma;
    font-size: 16px;
}
#textoFrasePrincipal {
    font-family: Tahoma;
    font-size: 14px;
}
.corFale {
    padding-bottom: 60px;
    background-color: #EFEFEF;
}
.corDuvidas {
    background-color: #EFEFEF;
}
#textoFraseDuvida {
    font-family: Tahoma;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 20px;
    height: 50px;
}
.linkDuvida {
    color: #404040;
    font-family: 'Montserrat';
}
.linkDuvida:hover {
    color: #404040;
}
.descricaoProblema {
    resize: none;
    width: 100%;
    height: 260px; 
    margin-top: 10px;
    border: none;
    padding-left: 10px;
    padding-top: 5px;
}
.descricaoProblema:focus {
    border: none;
}
.estiloInput {
    width: 100%;
    padding-left: 10px;
    padding-top: 5px;
}
.posicaoBotao {  
    position: absolute;
    top: 5px;
    right: 32px;
}
.estiloBotao {
    background-color: #2A4472;
    color: #FFFFFF;
    outline: none;
    -webkit-box-shadow: none; 
    box-shadow: none;
}
.estiloBotao:hover, .estiloBotao:focus {
    background-color: #2A4472;
    color: #FFFFFF;
    outline: none;
    -webkit-box-shadow: none; 
    box-shadow: none;
}
.botaoMaisServicos {
    width: 100%;
    border: solid 1px#404040;
    background-color: #FFFFFF;
    color: #404040;
}
.botaoMaisServicos:hover, .botaoMaisServicos:focus {
    border: solid 1px#404040;
    background-color: #FFFFFF;
    color: #404040;
}
textarea {
    border: none;
}
textarea:focus{
    border: none;
    outline: none;
}
input[type="text"] {
    border: none;
}
input[type="text"]:focus {
    border: none;
    outline: none;
}
.espaco {
    margin-top: 30px;
    margin-bottom: 30px;
}
#textoPequeno {
    font-size: 12px;
}
#numeroTelefone {
    color: #2A4472;
    font-family: Tahoma;
    font-size: 15px;
    line-height: 1;
}
#letrasPequenas {
    color: #404040;
    font-size: 13px;
}
.labelRetorno {
    top: 0px;
    color: #FF0000;
    font-family: 'Tahoma';
    font-size: 12px;
    position: relative;
    margin: 0;
    display: none;
}
/* --------------------------------Tablet --------------------------------------------- */
.sectionHomeContatoTablet{
    min-height: 900px;
}
/* --------------------------------Celular--------------------------------------------- */
.corFaleCel {
    padding-bottom: 5%;
    background-color: #EFEFEF;
}
.linhaInfosContato {
    margin-top: 3%;
}
.margemCel {
    margin: 1px;
}
#tituloFrasePrincipalCel {
    font-family: Tahoma;
    font-size: 16px;
}
.linhaCel {
    border-top: solid 1px #EFEFEF;
}

.corDuvidasCel {
    background-color: #EFEFEF;
    padding-top: 25px;
}
#textoFraseDuvidaCel {
    font-family: Tahoma;
    font-size: 14px;
    height: 50px;
    text-align: center;
}
.linhaContatosEnd {
    background-color: #EFEFEF;
    padding: 30px;
}
.espacoCel {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
    padding-bottom: 0;
    padding-top: 0;
}
.estiloBotaoCel1,.estiloBotaoCel1:hover, .estiloBotaoCel1:focus {
    background-color: #2A4472;
    color: #FFFFFF;
    outline: none;
    -webkit-box-shadow: none; 
    box-shadow: none;
    width: 100%;
}
.estiloBotaoCel,.estiloBotaoCel:hover, .estiloBotaoCel:focus {
    background-color: #FFFFFF;
    border-color: #2A4472;
    color: #2A4472;
    outline: none;
    -webkit-box-shadow: none; 
    box-shadow: none;
    width: 100%;
    margin-bottom: 10%;
}</pre></body></html>