/*----------------------------------------------------------------------------HERO--------*/
#banner,
.img-banner {
    background-size: cover;
    height: 100vh;
} @media (max-width: 500px) {
   #banner,
   .img-banner { 
    height: 90vh;
   }
}


.text-banner {
    position: absolute;
    z-index: 20;
    top: 40vh;
    left: 30px;
    width: auto;
} .text-left {
    text-align: left !important;
}   @media (max-width: 500px){
    .text-banner{
        top: 30vh;
        left: 0;
        text-align: center;
        align-items: center;
    }
    .text-left {
        text-align: center !important;
    }
}


.h1-banner {
    text-align: left;
    font-size: 3em;
    font-weight: 400;
    margin-bottom: 16px;
} @media (max-width: 500px){
    .h1-banner{
        font-size: 2.7rem;
        font-weight: 500;
        margin-bottom: 2rem;
        text-align: center;
    }
} @media (max-width: 400px){
    .h1-banner{
        font-size: 2.5rem;
    }
}

.sl-1 {
    color: var(--off-white);
} .sl-1--highlight {
    font-weight: 600;
    color: var(--contraste);
    font-style: italic;
}

.p-banner {
    text-align: left;
    font-size: 1rem;
    font-weight: 300;
    width: 60%;
    margin-bottom: 1.5em;
} @media (max-width: 500px){
    .p-banner{
        font-weight: 400;
        width: 90%;
        margin-bottom: 2rem;
    }
    .p-banner{
        display: none;
    }
}

.txt-banner {
    color: var(--off-white);
    line-height: 140%;
}

.btn-banner {
    height: 50px;
    display: inline-block !important;
    line-height: auto;
    font-size: 1.2em;
} @media (max-width: 500px) {
    .btn-banner {
        margin: auto;
    }
}

.btn-banner--cta {
    font-size: 1.5em;
    color: var(--off-white);
    font-weight: 600;
    border-bottom: 2px solid var(--off-white);

}  @media (max-width: 500px) {
    
}




/*----------------------------------------------------------------------------Areas--------*/

.text-areas {
    margin: 2em 0;
}
.areas-t1 {
    font-size: 24px;
    font-weight: 500;
} @media (max-width: 500px){
    .areas-t1{
    font-weight: 600;
    text-align: center;
    }
}


#cards {
    margin-bottom: 2rem;
}

.cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    margin: 0 1.5rem;
    gap: 32px;
} @media (max-width: 576px){
    .cards {
        margin: 0 0.25rem;
        }
        
    }

.card-1, .card-2,
.card-3 {
 margin-left: 10px;
}

.op-cards {
 margin: 1rem 0;
 display: flex;
 flex-direction: row;
 justify-content: space-evenly;
 align-items: start;
 margin: auto;
} @media (max-width: 768px) {
    .op-cards{
        display: block;
    }
} @media (max-width: 500px) {
    .op-cards{
        display: flex;
        flex-direction: column;
    }

}

.card {
 width: auto;
 position: relative;
 padding: 0 1rem;
 margin-bottom: 1.5rem !important;
} @media (max-width: 400px) {
    .card{
        padding: 0 .5rem;
        flex-direction: column;
    }

}

@media (max-width: 400px) {
    .card-img{
        width: auto;
        flex-direction: column;
    }

}

.h1-card {
    margin-bottom: .5rem;
}

.h1-card h1 {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-default);
}


.p-card p {
    width: 360px;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 600;
    color: var(--azul);
}

.btn-card {
    margin-bottom: 1.5rem;
} @media (max-width: 500px) {
    .btn-card:last-child {
        margin-bottom: 1rem;
    }
}


.btn-card-cta {
    font-size: 1em;
    font-weight: 600;
    border-bottom: 2px solid var(--azul);
}


.under-cards {
    width: 1200px;
    margin-top: 2.5rem;
}
.under-cards h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
}@media (max-width: 768px) {
    .under-cards h2 {
        text-align: center;
    }
}

.col-cards {
    padding: 1rem;
    max-width:25%;
} @media (max-width: 768px) {
    .col-cards {
        max-width: 40%;
        }
    }
    @media (max-width: 576px){
        .col-cards {
            max-width: 100%;
        }

    }
.col-cards h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
} 

.list-group-col {
    list-style: inside;
} li::marker{
    color: var(--contraste);
}
.list-group-item {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-default);
    padding: 8px;

} @media (min-width: 576px){
    .list-group-col {
        flex: 0 0 50%;
        width: 100%;
    }
}

.cards-right{
    margin: auto;
    margin-bottom: 1.5rem !important;
    padding: 0 2rem;
} @media (max-width: 400px) {
    .cards-right {
        padding: 0 8px;
    }

}

.side-card{
    width: 320px;
    margin-bottom: 1.5rem;
    padding: 1em 0;
    border-bottom: 1px solid var(--default);
} @media (max-width: 500px){
    .side-card{
        display: none;
    }
}

.side-card-h2{
    font-size: 20px;
    font-weight: 500;
    color: var(--text-default);
}


.side-cta {
    display: inline-block;
    margin-top: 1.5rem;
} @media (max-width: 500px){
    .side-cta {
        margin-top: .5rem;
    }
}
.side-cta-h2{
    font-size: 16px;
    color: var(--text-default);
    font-weight: 600;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--text-default);
} @media (max-width: 500px) {
    .side-cta-h2 {
        color: var(--azul) ;

    }
}

/*----------------------------------------------------------------------------Sobre--*/
.about-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
  padding: 40px 20px;
}



.about-text {
  flex: 1 1 50%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.about-text h1 {
    margin-bottom: 5rem;
    font-size: 20px;
    font-weight: 500;
}

.about-text p:nth-child(2) {
    font-size: 42px;
    font-weight: 600;
}

.about-text p:nth-child(3) {
    font-size: 18px;
    line-height: 150%;
}

.about-img {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75%;
  width: 75%;
}

.about-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .about-content {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 30px 20px;
  }

  .about-text {
    flex: 1 1 100%;
    text-align: center;
  }

  .about-text h1 {
    margin-bottom: 1rem;
    font-size: 18px;
  }

  .about-text p:nth-child(2) {
    font-size: 36px;
  }

  .about-text p:nth-child(3) {
    font-size: 16px;
  }

  .about-img {
    flex: 1 1 100%;
    width: 100%;
    justify-content: center;
  }

  .about-img img {
    width: 90%;
    max-width: 400px;
  }
}

/* Responsividade para celulares (480px) */
@media (max-width: 480px) {
  .about-content {
    padding: 20px 15px;
  }

  .about-text h1 {
    margin-bottom: 1rem;
    font-size: 16px;
  }

  .about-text p:nth-child(2) {
    font-size: 28px;
  }

  .about-text p:nth-child(3) {
    font-size: 14px;
  }

  .about-img img {
    width: 100%;
    max-width: 300px;
  }
}



/*----------------------------------------------------------------------------CTA--*/


#contato,
.img-cta {
    background-size: cover;
    height: auto;
    background-color: var(--off-white);
    padding: 5rem;
    margin-bottom: 10rem;
}
@media (max-width: 768px) {
    #contato {
        height: 350px;
        padding: 0;
        margin: inherit auto;
    }
    .img-cta {
        display: none;
    }
    
}

.text-cta {
    width: auto;
} @media (max-width: 768px){
    .text-cta {
    
        margin-top: 100px;
    }
} @media (max-width: 500px) {
    .text-cta {
    
        width: 100%;
        margin-top: 100px;
    }
}

.h1-cta{
    text-align: start;
    font-size: 3rem;
    font-weight: 600;
}   @media (max-width: 500px) {
    .h1-cta {
        text-align: center;
        font-size: 2.5rem;
    }
}   @media (max-width: 400px) {
    .h1-cta {
        font-size: 2rem;
    }
}


.cta-q{
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 500;

    margin-bottom: 1rem;
} @media (max-width: 400px) {
    .cta-q {
        font-size: 1.3rem;
    }
}

.cta-big{
    font-size: 3.5rem;
    margin-bottom: 2rem;
}.hg-big{
    font-size: 4rem;
    font-weight: 800;
    
} @media (max-width: 500px) {
    .cta-big {
        font-size: 2.5rem;
    }

    .hg-big {
        font-size: 3.5rem;
        font-weight: 600;
    }
} @media (max-width: 400px) {
    .cta-big {
        font-size: 2rem;
    }
    .hg-big {
        font-size: 2.5rem;
    }
}

@media (max-width: 500px) {
    .btn-cta {
        text-align: center;
    }
}

.btn-cta-a {
    font-size: 2.4em;
    font-weight: 600;
    border-bottom: 2px solid var(--azul);
    margin: auto;
} @media (max-width: 400px) {
    .btn-cta-a {
        font-size: 1.8rem;
    }
}
















