.principal-home{
    background-color: #ffffff;
}
.center{
    text-align: center;
}
.div-banner {
    margin-bottom: 0;    
}
.fundo-topo{
    /*min-height: 0;*/
    background-color: #fff;
    height: auto;
    padding-bottom: 30px;
}
.div-conheca{
    margin-bottom: 60px;
}
.div-conheca .conheca-titulo{
    font-family: champagne;
    font-size: 36px;
    color: #666666;    
}
.div-contato{
    background-color: #fff;     
    padding-top: 0;
    margin-bottom: 60px;
}
.contato-fomulario-esquerda, .contato-fomulario-direita{
    margin-bottom: 35px;
}
.div-duvidas{
    background-color: #f7f7f7; 
    padding-top: 70px;
    padding-bottom: 40px;
}


.div-contato .contato-topo,
.div-duvidas .duvidas-topo
{
    margin-bottom: 70px;

}

.div-contato .contato-titulo,
.div-duvidas .duvidas-titulo{
    font-family: champagne;
    font-size: 40px;
    color: #666666;
    margin-bottom: 20px;
}

.div-contato .contato-linha-cinza,
.div-duvidas .duvidas-linha{    
    width: 100%;
    height: 1px;
    background-color: #e3c66c;
    margin-bottom: 80px;
}
.div-contato .contato-linha-cinza{
    background-color: #666666;
}
.div-contato input{
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #c2c2c2;

}
.div-contato textarea{
    width: 100%;
    height: 245px;     
    padding: 20px;
    font-size: 16px;
    margin-bottom: 25px;
    color: #000;
    border: 1px solid #c2c2c2;
}
.div-contato button{
    padding: 10px;
    background-color: transparent;
    border: 2px solid #edca7f;
    color: #e8c066;
    font-weight: bold;   
    width: 215px;
    height: 52px;
}
.div-contato button:hover{    
    background-color: #edca7f;
    color: #fff;    
}
.imagem-centro{
    left: 50%;    
    width: 220px;
    float: left;
    position: relative;
    margin-left: -110px;
}
.home-fazer-texto{
    color: #676767; 
    font-size: 15px;
    text-align: center; 
    margin-bottom: 60px;
}
.contato-pergunta{
    margin-bottom: 30px;
}
.pergunta{
    width: auto;
    float: left;
    cursor: pointer;    
}
.pergunta h3{
    font-size: 22px;
    color: #666666;
    width: 100%;
    line-height: 35px;
    display: table-cell;
    padding-top: 13px;
    padding-left: 10px;
}
.pergunta img{
    margin-top: 5px;
    margin-right: 5px;
}
.resposta{        
    margin: 5px 30px 15px 55px;        
    padding: 0;
    color: #666666;
    display: none;
    word-wrap: break-word;
    font-size: 18px;
}
.resposta p{
    text-indent: 0;
}
.resposta a{ 
    vertical-align: baseline;
    text-decoration: none;
    color: #e8c066;
}
.resposta strong{ 
    vertical-align: baseline;    
}
.div-contato-whatsapp{
    position: fixed;
    right: 20%;
    bottom: 40%;
    background-color: transparent;    
    width: 50px;
    height: 50px;
}
.banner-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.banner-container {
    width: 100%;
    max-width: 1070px;
    background-image: url('../img/contato_oportunidades.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 60px 40px;
    min-height: 500px;
}

.banner-content-box {
    margin-left: 6%;
    max-width: 480px;
    color: #333;
}

.banner-content-box h2 {
    font-family: 'Times New Roman', serif;
    font-size: 42px;
    color: #9d7b4e;
    margin-bottom: 5px;
    font-weight: normal;
}

.divider {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 50%;    
    margin-left: 25%;
}

.divider .line {
    flex: 1;
    height: 1px;
    background-color: #9d7b4e;
}

.flower-icon {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    color:#9d7b4e;
}

.banner-content-box h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #1A1A1A;
}

.banner-content-box p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #4A4A4A;
}

.btn-consultor {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background-color: #B5955D;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    letter-spacing: 0.5px;
}

.btn-consultor:hover{
    background-color: #9C7D4B;
}
.btn-consultor:focus, .btn-consultor:active {
    color: #ffffff;
    text-decoration: none !important;
}

/* Responsividade */
@media (max-width: 768px) {
    .banner-container {
        padding: 40px 20px;
        background-image: none;
    }
    
    .banner-content-box {
        background: rgba(255, 255, 255, 0.85); /* Fundo semi-transparente para leitura em telas pequenas onde o texto pode sobrepor a imagem */
        padding: 20px;
        border-radius: 8px;
    }
    
    .banner-content-box h2 {
        font-size: 32px;
    }
    
    .banner-content-box h3 {
        font-size: 18px;
    }
}