/* Fontes globais Proxima Nova */
@import url("https://fonts.googleapis.com/css2?family=Proxima+Nova:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Fontes locais Proxima Nova - formato OTF */
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNovaRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url('../fonts/ProximaNovaBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNovaItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* Default */
body {
  font-family: 'Proxima Nova', sans-serif;
}


/* Hero Section */
.hero-section {
  background-image: url('../assets/hero-bg.webp');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  color: #fff;
  position: relative;
  padding: 96px 352px 156px 352px;
  overflow: hidden;
}

.hero-section .logo-img {
  height: 176px;
}

.hero-section .hero-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 88px;
  background-image: url('../assets/section-footer-bg.webp');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 2;  
}

.hero-section .separator {
  height: 64px;
}

.hero-section .hero-inner {
  align-items: center;
  justify-content: flex-start;
  gap: 64px;
  flex-wrap: nowrap;
  min-width: 0;
}

.hero-section .hero-text {
  flex-shrink: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-section .hero-text h1,
.hero-section .hero-text p {
  white-space: nowrap;
}

.hero-section .btn {
  background-color: #FF5A33;
  font-weight: 600;
  color: #fff;
  border-radius: 0px;
}

.hero-section .btn:hover {
  background-color: #e04a2c;
}

/* Video Section */
.video-section {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  min-height: 690px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.video-section .video-content {
  padding-left: 48px;
}

.video-section .video-title {
  color: #5392DC;
  line-height: 1.2;
  font-size: 2.3rem;
}

.video-section .video-subtitle {
  color: #9F9F9F;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.2rem;
}

.video-section .video-subtitle span {
  display: block;
  line-height: 1rem;
}

.video-section .video-caption {
  color: #5392DC;
  font-style: italic;
  font-weight: 400;
}

.video-section .video-frame-wrapper {
  max-width: 560px;
  height: 315px;
  aspect-ratio: 16 / 9;
}

.video-section .video-cover {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  aspect-ratio: 16 / 9;
}

.video-section .video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.video-section .video-cover,
.video-section iframe.youtube-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16 / 9;
}

/* Card Section */
.card-section {
  background-image: url('../assets/section-bg.webp');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 890px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.card-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  pointer-events: none;
  z-index: 2;
}


.card-section .card-title {
  text-align: center;
  color: #5392DC;
  text-decoration: underline;
  padding-top: 128px;
  padding-bottom: 64px;
}

.card-section .card-subtitle {
  text-align: center;
  color: #5392DC;  
  white-space: normal;
  padding-top: 32px;
  padding-bottom: 32px;  
}

/* Card Section - Investments */
.card-section .card-invest {
  overflow: hidden;
  padding: 16px;
  margin: 0 auto;
  display: flex;
}

.card-section .card-invest .card-img-wrapper {
  flex: 1 1 50%;
  max-width: 100%;
}

.card-section .card-invest .card-img {
  width: 100%;
  height: auto;
  object-fit: 100% 100%;
}

.card-section .card-invest h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 16px;
}

.card-section .card-invest p {
  font-size: 0.92rem;
  color: #666;
  margin-bottom: 16px;
  text-align: justify;
}

.card-section .card-invest .text-orange {
  color: #FF5A33;
}

.card-section .card-invest .text-teal {
  color: #009999;
  font-weight: 600;
  font-size: 0.95rem;
  text-justify: auto;
}

.card-section .card-invest .valor-grande {
  font-size: 1.5rem;
  font-weight: 400;
  color: #4b4b4b;
}

.card-section .card-invest .progress-info {
  margin-top: 24px;
  margin-bottom: 16px;
}

.card-section .card-invest .progress {
  height: 6px;
  background-color: #ddd;
  margin-top: 8px;
}

.card-section .card-invest .progress-bar {
  background-color: #FF5A33;
}

.card-section .card-invest .btn-orange {
  background-color: #FF5A33;
  color: white;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
  width: 100%;
  border-radius: 0px;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.card-section .card-invest .btn-orange:hover {
  background-color: #e04a2c;
}

.card-section .card-invest .card-content {
  flex: 1 1 50%;
  padding-left: 16px;
}

.card-section .card-invest .card-container {
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

/* Card Section - Operation */
.card-section .card-operation {
  overflow: hidden;
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  padding-bottom: 56px;
}

.card-section .card-operation .operation-content-wrapper {
  flex: 1 1 auto;
  overflow: hidden;
  width: 100%;
  max-width: 460px;
  height: auto;
}

.card-section .card-operation .operation-card {
  flex: 0 0 auto;
  min-height: 100px;
  height: auto;
  text-align: center;
} 

.card-section .card-operation .card-swiper {
  position: relative;
}

.card-section .card-operation .card-swiper .swiper-slide {
  height: auto;
  width: 100%;
  min-width: 128px;
  display: flex;
  flex-direction: column;
  border-radius: 0;
  align-items: stretch;
  justify-content: stretch;  
}

.card-section .card-operation .card-swiper .swiper-slide img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 0;
  background: #fff;
  border: 4px solid #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
}

.card-section .card-operation .card-swiper .swiper-slide figcaption {
  color: #000;
  font-size: 0.8rem;
  font-weight: 500;
}

.card-section .card-operation .carousel-layout {
  position: relative;
  gap: 0.75rem;
}

.card-section .card-operation .custom-control {
  background: transparent;
  border: none;
  cursor: pointer;
}

.card-section .card-operation .swiper-icon {
  width: 32px;
  height: 32px;
}

.card-section .card-operation .swiper-icon.rotated {
  transform: scaleX(-1);
}

/* Join Section */
.join-section {
  background-image: url('../assets/office-bg.webp');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 890px;
  padding: 96px 0;
  color: #fff;
  position: relative;
}

.join-section .join-title {
  color: #FCB03C;
  text-decoration: underline;
  text-align: center;
  padding-bottom: 64px;
}

.join-section .join-circles-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 56px;
}

.join-section .join-circle {
  width: 240px;
  height: 240px;
  border: 2px solid #FFC72C;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  color: #FFC72C;
  text-align: center;
  background-color: transparent;
}

.join-section .circle-number {
  font-size: 3.5rem;
  font-weight: 900;
  font-style: italic;
  font-family: 'Proxima Nova Bold';
}

.join-section .circle-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.join-section .circle-subtitle {
  font-size: 0.9rem;
  opacity: 0.8;
  color: #ffffff;
}

.join-section .join-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 88px;
  background-image: url('../assets/section-footer-bg.webp');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 2;
}

/* Flow Section */
.flow-section {
  background-color: #fff;
  position: relative;
  min-height: 690px;
  padding: 32px 0px;
  overflow: hidden;
}

.flow-section .flow-title {
  color: #FCB03C;
  text-decoration: underline;
  width: 100%;
  text-align: center;
  white-space: normal;
  overflow: visible;
  padding-bottom: 32px;  
}

.flow-section .flow-img-wrapper {
  width: 100%;
  min-height: 320px;
  height: auto;
  background-image: url('../assets/flow-horizontal.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

/* About Section */
.about-section {
  background-image: url('../assets/section-bg.webp');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 890px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.about-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px; /* altura do desfoque */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  pointer-events: none;
  z-index: 2;
}

.about-section .container {
  margin-top: -10px;
  z-index: 1000;
}

.about-section .about-img {
  max-width: 100%;
  height: auto;
}

.about-section .about-logo {
  max-width: 433px;
  height: auto;
  padding-bottom: 64px;
}

.about-section .about-title {
  color: #5392DC;
  font-weight: 600;
}

.about-section .btn-outline-primary {
  border-color: #FCB03C;
  font-style: italic;
  color: #5392DC;
  background-color: #fff;
}

.about-section .btn-outline-primary:hover {
  background-color: #fff5e4;
}


/* Media Section */
.media-section {
  background-image: url('../assets/office-bg.webp');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 890px;
  color: #fff;
  position: relative;
  padding: 96px 0px;
  overflow: hidden;
}

.media-section .media-title {
  color: #FCB03C;
  font-weight: 600;
  text-decoration: underline;
  width: 100%;
  text-align: center;
  white-space: normal;
  overflow: visible;
  padding-bottom: 64px;
}

.media-section .media-content-wrapper {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 800px;
  height: auto;
}

.media-section .media-card {
  flex: 0 0 auto;
  min-width: 100%;
  min-height: 300px;
  height: auto;
} 

.media-section .media-card img {
  width: 100%;
  padding-bottom: 16px;
} 

.media-section .carousel-layout {
  position: relative;
  gap: 0.75rem;
}

.media-section .swiper-slide {
  background: #fff;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.media-section .custom-control {
  background: transparent;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
}

.media-section .swiper-icon {
  width: 32px;
  height: 32px;
}

.media-section .swiper-icon.rotated {
  transform: scaleX(-1);
}

.media-section .media-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 88px;
  background-image: url('../assets/section-footer-bg.webp');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 2;
}

/* Contact Section */
.contact-section {
  background-color: #fff;
  position: relative;
  min-height: 590px;
  overflow: hidden;
}

.contact-section .contact-title {
  color: #FCB03C;
  text-decoration: underline;
  width: 100%;
  text-align: center;
  white-space: normal;
  overflow: visible;
  padding-bottom: 32px;
}

.contact-section .btn {
  background-color: #1C8C76;
  color: #fff;
  opacity: 1;
  border-radius: 0px;
  margin-bottom: 5px;
}

.contact-section input {
  border-radius: 0px;
}

.contact-section .contact-info {
  font-size: 0.8rem;
}

/* Answer Section */
.answer-section {
  background-image: url('../assets/section-bg.webp');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 890px;
  color: #fff;
  position: relative;
  padding: 96px 0px;
  overflow: hidden;
}

.answer-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px; /* altura do desfoque */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  pointer-events: none;
  z-index: 2;
}


.answer-section .answer-title {
  color: #FCB03C;
  font-weight: 600;
  text-decoration: underline;
  width: 100%;
  text-align: center;
  white-space: normal;
  overflow: visible;
  padding-bottom: 64px;
}

.answer-section .accordion-item {
  border: none;
  overflow: hidden;    
  border-radius: 0 !important;
}

.answer-section .accordion-button {
  height: 48px;
  background-color: transparent;
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
  border-radius: 0 !important;
  font-size: 0.rem;
}

.answer-section .accordion-button:focus {
  box-shadow: none;
}

.answer-section .accordion-body {
  background-color: #ffffff;
  color: #333;
  opacity: 0.8;
  font-size: 1rem;
  width: 100%;
  padding: 8px 24px 16px 24px;
  margin: 0 auto;
  text-align: justify;
}

.answer-section .accordion-body p {
  margin: 0;
  padding-top: 8px;
}

.answer-section .zebra-1 .accordion-button {
  background: #B2BEBF 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 0 !important;
}

.answer-section .zebra-2 .accordion-button {
  background: #889C9B 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 0 !important;
}

.answer-section .accordion-button::after {
  filter: invert(1);
}

.answer-section .answer-info {
  color: "#B2BEBF";
}

/* Footer Section */
.footer-section {
  background-image: url('../assets/footer-bg.webp');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 416px;
  color: #fff;
  position: relative;
  padding: 64px 0 0;
  overflow: hidden;
}

.footer-section .footer-logo {
  max-height: 72px;
  height: auto;
  width: auto;
  max-width: 100%;
}

.footer-section .social-icons-container {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.footer-section .social-icons-container a {
  color: #fff;
  padding: 12px;
  transition: transform 0.2s ease;
}

.footer-section .social-icons-container a:hover {
  transform: scale(1.1);
}

/* Scroll Section */
#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background-color: #ff5722; /* cor do botão */
  color: #fff;
  font-size: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}

#back-to-top:hover {
  background-color: #e64a19;
}

#back-to-top span {
  line-height: 1;
}

/* Desktop responsive */
@media (max-width: 1200px) {
  /* Hero Section */
  .hero-section {
    padding: 128px 32px;
  }

  /* Card Section */
  .card-invest-content {
    flex-direction: column !important;
  }

  .card-img-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .card-content {
    width: 100% !important;
  }  

  /* Join Section */
  .join-section {
    padding: 96px 0;
  }

  .join-section .join-title {
    padding-top: 64px;
    padding-bottom: 32px;
  }

  .join-section .join-circle {
    margin-bottom: 48px;
  }

  .join-section .row {
    gap: 0 224px;
  }

  .join-section .col-lg-4 {
    flex: 0 0 auto;
    width: auto;
  }    

  .join-section .join-circles-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .join-section .join-circle {
    width: 100%;
    max-width: 240px;
    margin-bottom: 48px;
  }
}

@media (max-width: 1023.99px) {
  /* Hero Section */
  .hero-section {
    padding: 96px 256px;
  }

  .hero-section .logo-img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 176px;
  }

}

@media (max-width: 991px) {
  /* Hero Section */
  .hero-section {
    padding: 128px 32px;
  }

  /* Answer Section */
  .answer-section {
    min-height: 690px;
  }  
}

/* Mobile responsive */
@media (max-width: 768px) {
  /* Hero Section */
  .hero-section {
    padding: 128px 8px;
  }

  .hero-section .logo {
    text-align: center;
  }

  .hero-section .text-white {
    text-align: center;
  }

  /* Video Section */
  .video-section .video-content {
    padding-left: 0px;
  }

  .video-section .video-frame-wrapper {
    width: calc(100vw - 32px);
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
  }

  .video-section .video-cover,
  .video-section .video-cover img,
  .video-section iframe.youtube-player {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  /* Flow Section */  
  .flow-section {
    padding: 32px 0px;
    overflow: hidden;
  }

  .flow-section .flow-title {
    padding-bottom: 0px;
  }

  .flow-section .flow-img-wrapper {
    min-height: 640px;
    height: auto;
    background-image: url('../assets/flow-vertical.webp');
  }
}

@media (max-width: 767px) {
  /* Hero Section */
  .hero-section {
    padding: 128px 8px;
  }

  /* Card Section */
  .card-section .card-operation .operation-content-wrapper {
    flex: 1 1 auto;
    overflow: hidden;
    width: 100%;
    max-width: 160px;
    height: auto;
  }

  .media-section .operation-card {
    min-height: 100px;
    max-width: 160px;
  }   

  /* Media Section */
  .media-section .media-content-wrapper {
    max-width: 250px;
  }

  .media-section .media-card {
    min-height: 300px;
  }   

  /* Scroll Section */
  #ast-scroll-top {
    content: "769";
  }
}