/* ===================
      HERO
======================*/

/* section hero */
#hero {
    height: 120dvh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

}


.bg-hero {
    height: 120%;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: -1;
    display: flex;
    justify-content: center;
}


.bg-hero img {
    height: 120%;
    object-fit: cover;
    position: relative;
    top: -300px;
}

.hero-center {
    min-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 150px;
}


.hero-text {
    font-size: clamp(1.2rem, 2.5vw, 2rem);
    text-align: start;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.hero-title {
    background: linear-gradient(60deg,var(--azul-escuro), var(--azul-medio), var(--turquesa-1), var(--turquesa-2),var(--turquesa-1), var(--azul-escuro));
    background-size: 200%;
    color: transparent;
    background-clip: text;
    font-size: 8rem;
    display: block;   
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-gradient 2.5s linear infinite;
    font-weight: bolder;
    margin-bottom: -15px;   
}

.hero-span {
    display: block;
    background-color: var(--turquesa-2);
    font-size: 2.5rem;
    padding: 0 20px;
    border-radius: 20px;
    font-weight: bolder;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.411);
}

.hero-p {
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 15px rgb(0, 0, 0);
    font-size: 1.5rem;
}

/* ===================
      INDICATORS
======================*/

.partners-indicators {
    position: relative;
}

#indicators{
    display: flex;
    flex-direction: column;
    margin: 150px 0px;
    height: 200px;
    align-items: center;
    justify-content: center;
    gap: 25px;
    background-color: var(--preto);
    width: 80%;
    margin: auto;
    border-radius: 40px;
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}


.indicators-grid {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around; 
}

.indicators-card{
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.indicators-card-number {
    font-size: 5rem;
    font-weight: 900;
    color: var(--white);
    margin-bottom: -20px;
    
}

.indicators-card-description {
    font-size: 1.5rem;
    color: var(--white);
    font-weight: normal;
}


/* ===================
ABOUT
======================*/

#partners {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: var(--turquesa-2);
    height: 480px;
    justify-content: flex-end;
    padding: 80px 0px;

}
.partners-title {
    display: block  ;
    color: var(--azul-escuro);
    font-size: 3.5rem;
    font-weight: bolder;
}
.partners-carousel {
    width: 100%;
    display: flex;
    overflow: hidden;
    gap: 1em ;
    border-radius: 1em;
}

.partners-carousel::-webkit-scrollbar {
    display: none;
}

.partners-group-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    animation: spin 7.5s infinite linear;
}


.partner-card {
    flex: 0 0 5em;
    height: 150px;
    font-size: 3rem;
    border-radius: 1rem;
    text-align: center;
    align-content: center;
}

.partner-card img{
    font-size: 10px;
    width: 150px;
    height: 150px;
}


/* ===================
      ABOUT
======================*/

/* SECTION ABOUT */
#about {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
}


.about-text {
    width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    gap: 10px;
    margin: auto;
}

.title-about {
    color: #fff;
    font-size: 6.8rem;
    display: block;
    margin-bottom: -40px;   
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.445);
}

.p-about {
    color: var(--white);
    font-size: 1.4rem;
    display: block;
    text-align: center; 
}

/* LIST VALORES */
.ul-about {
    display: flex;
    gap: 80px;
}

.card-about {
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 250px;
    border: 3px solid var(--turquesa-1);
    color: var(--white);
    padding: 50px;
    border-radius:25px;
    justify-content: center;
    text-align: center;
    align-items: center;
    transform: translateY(6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    
}

.card-about:hover {
    transform: translateY(0);
}

.title-card-about {
    font-size: 2rem;
    margin: 0px;
    color: var(--turquesa-2);
}

/* ===================
      SERVICE & PAYMENT
======================*/

#services-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    background-image: url('../img/bg/bg-services.png');
    background-size: cover;
    padding: 100px 0px;
    gap: 100px;
}

/* SERVICE */


.section-services-cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.services-title {
    color: #fff;
    font-size: 4rem;
    font-weight: bolder;
    margin-bottom: 30px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.445);
}

.services-wrapper {
    max-width: 80dvw;
    width: 100%;
    position: relative;
}

.services-wrapper > i {
    height: 50px;
    width: 50px;
    background-image: linear-gradient(-45deg, var(--turquesa-1),var(--turquesa-2));
    border-radius: 50%;
    font-size: 2rem;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

.services-wrapper > i:first-child{
    left: -25px;
}
.services-wrapper > i:last-child{
    right: -25px;
}


.services-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - -39px);
    gap: 16px;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0px;
    justify-items: center;
    margin: auto;
}

.services-carousel::-webkit-scrollbar {
    display: none;  
}

.services-carousel.dragging .services-card {
    cursor: grab;
    user-select: none;
    justify-items: center;
}

.services-carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
    justify-items: center;
}
.services-carousel.no-transition {
    scroll-behavior: auto;
    justify-items: center;
}

.services-card {
    list-style: none;
    background-color: #fff;
    border-radius: 25px;
    height: 600px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    scroll-snap-align:start ;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.services-cards-icon {
    margin-bottom: 30px;
}

.services-cards-icon > i {
    color: var(--turquesa-2);
    font-size: 6rem;
}


.services-card-title {
    font-size: 2rem;
    color: var(--turquesa-2);
    margin: 0;
}

.service-card-description {
    font: 1.2rem;
}






/* PAYMENT */
.section-payment-methods {
    background-color: var(--turquesa-2);
    width: 80vw;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    padding: 50px;
    gap: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.payment-methods {
    width: 50%;
}
.payment-methods-grid-pills {
    display: grid;
    grid-template-columns: auto auto;
    gap: 50px;
    padding: 20px;
    width: 100%;

}

.payment-methods-pill {
    list-style: none;
    display: flex;
    flex-direction: row;
    border: 2px solid #fff;
    border-radius: 15px;
    gap: 20px;
    align-items: center;
    padding: 10px 20px;
}

.payment-methods-icon {
    font-size: 2rem;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.445);
}

.payment-methods-description {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.445);
}

/* PAYMENT RIGHT */

.payment-methods-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.payment-methods-title {
    font-size: 4rem;
    width: 50%;
    color: white;
    font-weight: bolder;
    line-height: 95%;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.445);
}



/* ===================
FAQ
======================*/

#faq {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-image: url("../img/bg/bg-faq.png");
}

.section-faq {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 80px;
    width: 70vw;
}

/* FAQ LEFT */

.faq-img {
    width: 900px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.faq-img img{
    width: 800px;
    position: absolute;
    top: 100px;
    left: -60px;
}

/* FAQ RIGHT */
.faq-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.faq-title {
    display: block;
    font-weight: bolder;
    font-size: 3rem;
    color: var(--azul-escuro);
}

#faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    border-radius: 10px 10px 10px 0px;
  border: 3px solid var(--turquesa-2);
  padding: 20px;
  overflow: hidden;
 
}

.faq-question {
  cursor: pointer;
  font-weight: 600;
  color: var(--azul-escuro);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.3s ease;
}


.faq-question::after {
  content: "➕"; /* ícone padrão */
  font-size: 16px;
  color: #0077cc;
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  content: "➖"; /* muda para menos quando ativo */
}

.faq-answer { 
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 20px;
  margin-top: 0;
  border-radius: 0 0 8px 8px;
  color: #555;

}



.faq-answer.open {
  padding: 15px 20px;
  max-height: 500px;
  margin-top: 5px;
}









/* ===================
FOOTER
======================*/


#footer {
    background-color: var(--preto);
    display: flex;
    flex-direction: column;
    color: var(--white);
}


.footer-content {
    display: flex;
    justify-content: space-between;
    margin: 0px 40px;
}



.footer-section-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
}

.logo-footer {
    width: 100%;
  height: 200px; /* ou a altura que você quiser */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.logo-footer img{
    height: 100%;
    width: 100%;
    object-fit: cover;
     display: block;

}


.footer-left-p {
    text-align: center;
    margin: 0px;
}

.footer-section-nav {
    display: flex;
    gap: 50px;
}

.footer-section-nav>a:hover {
    color: var(--turquesa-1);
    text-shadow: 0px 0px 5px var(--white);
    font-weight: bold;
}


.footer-section-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.copy-nexo {
    font-style: italic;
    font-size: .5rem;
}


.footer-link{
    text-decoration: none;
    font-weight: normal;
    color: var(--white);

}



/* ***************************************************************
|                             FEITO POR    

|
  #####     ##     ##   ##    ####   ##   ##  #######   #####
 ##   ##   ####    ###  ##   ##  ##  ##   ##   ##   #  ##   ##
 #        ##  ##   #### ##  ##       ##   ##   ## #    #
  #####   ##  ##   ## ####  ##       #######   ####     #####
      ##  ######   ##  ###  ##       ##   ##   ## #         ##
 ##   ##  ##  ##   ##   ##   ##  ##  ##   ##   ##   #  ##   ##
  #####   ##  ##   ##   ##    ####   ##   ##  #######   #####

***************************************************************** */