body {
    font-family: 'Ubuntu', sans-serif;
    color: #464242;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.TopoSite {
    background: url('../images/bg_topo.jpg') top center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
}

.SombraBranca {
    width: 100%;
    height: 418px;
    background: url('../images/sombra_branca.png') bottom center repeat-x;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.TextoEsquerda{
    z-index: 10;
    padding-bottom: 90px;
}

.logoTopo img {
    width: 100%;
    max-width: 270px;
    margin-bottom: 50px;
}

.fotoAlda {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    z-index: 0;
}

.hero-text {
    font-size: 38px;
    line-height: 44px;
    font-weight: 300;
    z-index: 2;
    position: relative;
}

.hero-text strong {
    font-weight: 900;
    color: #685242;
}


@media (max-width: 992px) {
    .hero-text {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (max-width: 768px) {
    .TopoSite {
        padding-top: 30px;
    }
    .TextoEsquerda{
        padding-bottom: 30px;
    }
    .logoTopo img {
        max-width: 200px;
        margin-bottom: 30px;
    }
    .fotoAlda {
        width: 65%;
    }
    
    .hero-text {
        font-size: 26px;
        line-height: 30px;
    }
}


.btn-Principal {
    background-color: #eab649;
    color: #FFFFFF!important;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 500;
    padding: 12px 40px 12px 40px;
    transition: 0.5s;
    margin: 0px;
    border: 0px!important;
    border-radius: 30px;
    box-shadow: none!important;
    outline: none;
    text-align: center;
    display: inline-block;
}

.btn-Principal:hover {
    background-color: #685242;
    color: #FFFFFF!important;
    border: 0px!important;
    transition: 0.5s;
    box-shadow: none!important;
    outline: none;
}


#Sobre {
    background-color: #fdf2ef;
    background: url('../images/bg_sobre.jpg') center center repeat;
    position: relative;
}
.img-right-crop {
  object-fit: cover;
  object-position: right center;
  height: 100%;
  width: 100%;
}

.SobreP{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #484848;
    margin-bottom: 5px;
}

.SobreMini{
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: uppercase;
    color: #484848;
    margin-bottom: 5px;
}
.SobreSub{
    font-size: 40px;
    line-height: 44px;
    font-weight: 300;
    color: #464242;
}
h1.Destaque {
    font-size: 55px;
    line-height: 58px;
    font-weight: 600;
    background: linear-gradient(to right, #685242, #eab649);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline;
}

#FraseDestaque {
  background-color: #deb494;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 992px) {
  #FraseDestaque {
    letter-spacing: 7px;
    white-space: normal; /* permite quebra de linha */
  }

  .SobreSub{
    font-size: 30px;
    line-height: 34px;
}
  h1.Destaque {
        font-size: 40px;
        line-height: 45px;
    }
  
  .e {
    display: none; /* esconde o "&" no mobile */
  }
  
  .online, .particular {
    display: block; /* força cada um em linha separada */
    margin: 0 auto;
  }
}



#MissaoValores{
    background-color: #f9f6f1;
}

.BoxMissao{
    font-size: 20px;
    line-height: 26px;
    color: #464242;
    font-weight: 300;
    margin-bottom: 35px;
}

.BoxMissao h1{
    font-size: 24px;
    color: #464242;
    font-weight: 300;
    margin-bottom: 5px;
}
.BoxMissao h2{
    font-size: 48px;
    line-height: 52px;
    font-weight: 600;
    background: linear-gradient(to right, #685242, #eab649);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline;
}

@media (max-width: 768px) {
    .BoxMissao h2{
        font-size: 38px;
        line-height: 44px;
    }
}



.contact-box {
    background-color: #f5f3f1;
    border-radius: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
  }
  .contact-content {
    display: flex;
    align-items: center;
  }
  .contact-content img {
    width: 50px;
    height: auto;
    margin: 15px;
    margin-right: 28px;
  }

  .contact-box a {
  color: #464242; /* cor padrão do link */
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-box a:hover {
  color: #c59a47; /* verde para hover */
  text-decoration: none;
}

  


#Metodo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    font-size: 20px;
    line-height: 24px;
    color: #464242;
    font-weight: 300;
}


#Metodo .SubTitulo{
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    color: #464242;
    margin-bottom: 10px;
}

#Metodo h1{
    font-size: 55px;
    line-height: 60px;
    font-weight: 600;
    color: #464242;
    margin-bottom: 20px;
}


.btn-Marrom {
    background-color: #84542e;
    color: #FFFFFF!important;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 500;
    padding: 12px 40px 12px 40px;
    transition: 0.5s;
    margin: 0px;
    border: 0px!important;
    border-radius: 30px;
    box-shadow: none!important;
    outline: none;
    text-align: center;
    display: inline-block;
}

.btn-Marrom:hover {
    background-color: #000000;
    color: #FFFFFF!important;
    border: 0px!important;
    transition: 0.5s;
    box-shadow: none!important;
    outline: none;
}



#Comunidade {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 300;
    position: relative;
}

.LogoComunidade{
    position: absolute;
    width: auto;
    right: 38%;
    top: 50px;
}
.LogoComunidade img{
    width: 100%;
    max-width: 175px;
}

@media (max-width: 768px) {
    .LogoComunidade{
        position: absolute;
        width: auto;
        right: 0%;
        top: 70px;
    }
    .LogoComunidade img{
        width: 100%;
        max-width: 130px;
    }
}

#Comunidade .SubTitulo{
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 10px;
}

#Comunidade h1{
    font-size: 55px;
    line-height: 60px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
}



@media (max-width: 768px) {
    #Metodo, #Comunidade {
        padding: 40px 0;
        font-size: 17px;
    }

    #Metodo .SubTitulo, #Comunidade .SubTitulo{
        font-size: 18px;
        line-height: 24px;
    }
    #Metodo h1, #Comunidade h1{
        font-size: 35px;
        line-height: 40px;
    }
}



.LogoRodape{
    background-color: #f9f6f1;
    padding: 50px 0;
}
.LogoRodape img{
    width: 70%;
    max-width: 240px;
}

footer {
    background-color: #deb494;
    font-size: 13px;
    color: #FFFFFF;
    padding: 15px 0;
}

/* Links */
footer a {
    color: #FFFFFF;
    text-decoration: none;
}
/* Hover */
footer a:hover {
    color: #000000;
}


/* Lista das redes sociais */
.RedesSociaisRodape {
    list-style: none; /* Remove marcadores da lista */
    padding: 0;
    margin: 5px 0 0 0;
    display: flex; /* Coloca em linha */
    justify-content: center; /* Centraliza no rodapé */
    gap: 15px; /* Espaço entre os ícones */
}

/* Cada item da lista */
.RedesSociaisRodape li {
    display: inline-block;
}

/* Links */
.RedesSociaisRodape a {
    color: #FFFFFF; /* Cor padrão */
    font-size: 15px; /* Tamanho do ícone */
    transition: color 0.3s ease;
}

/* Hover */
.RedesSociaisRodape a:hover {
    color: #000000; /* Cor ao passar o mouse */
}
