@import url("https://fonts.googleapis.com/css2?family=Poppins: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&display=swap");

:root {
  --bgColor: #fff;
  --txtColor: #333333;
  --darkBlue: #0f0f24;
  --lightBlue: #5c94bd;
  --laranja: #f54b02;
  --darkGray: #4a494d;
  --lightGray: #acaab2;
  --alertSuccess: #00cd83;
  --alertError: #ff004b;
  --alert: #ffc235;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
}

body {
  font-family: "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
  font-feature-settings: "lnum";
  scroll-behavior: smooth;
  overflow-x: hidden;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* --------- 
COMPONENTS 
--------- */

/* background*/
.bg-orange {
  background-color: var(--laranja);
  color: white;
}

.bg-white {
  background-color: var(--bgColor);
  color: var(--darkBlue);
}

.bg-darkblue {
  background-color: var(--darkBlue);
  color: white;
}

/* button primary*/
.btn-custom {
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  width: 100%;
  max-width: 375px;
}

.bt-ontheroad {
  padding: 8px 20px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  width: 100%;
  max-width: 375px;
  background-color: #f54a00;
}

.bt-ontheroad:hover {
  background-color: #cc3d00;
}

.bg-white .btn-custom {
  background-color: #f54a00;
  color: #ffffff;
}

.bg-orange .btn-custom {
  background-color: #0f0f24;
  color: #ffffff;
}

.bg-white .btn-custom:hover,
.bg-white .btn-custom:focus {
  background-color: #e34900;
  color: #ffffff;
}

.bg-orange .btn-custom:hover,
.bg-orange .btn-custom:focus {
  background-color: #1b1b3a;

  color: #ffffff;
}

/*Text*/

h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
}

h3 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

p {
  font-size: 18px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

.text-orange {
  color: var(--laranja);
}

.text-darkblue {
  color: var(--darkBlue);
}

/* --------- 
NAV BAR 
--------- */

#navbarNav {
  display: flex;
  justify-content: end;
}

#navbarNav ul {
  display: flex;
  gap: 15px;
}

.navbar-collapse.collapsing,
.navbar-collapse.show {
  background-color: white;
  padding: 16px;
  border-radius: 16px;
}

.navbar.fixed-top.scrolled {
  background: white !important;
  color: var(--darkBlue);
  transition: background-color 200ms linear;
  padding: 0;
}

.navbar-at-top {
  background-color: white !important;
  transition: background-color 0.3s;
}

.logo-navbar {
  max-width: 200px;
  height: auto;
}

.dropdown-menu {
  background-color: rgb(255, 255, 255);
  border: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* --------- 
HERO SECTION 
---------*/

#herocarousel {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}

.hero-section {
  margin: 0;
  padding: 0;
}

.carousel-indicators li {
  background-color: transparent;
}

.carousel-indicators .active {
  background-color: var(--laranja);
}

.carousel-item.slide1 {
  background-image: url("../../img/nh-hero-1-bg.webp");
}
.carousel-item.slide2 {
  background-image: url("../../img/nh-hero-2-bg.webp");
}

.carousel-item.slide3 {
  background-image: url("../../img/nh-hero-3-bg.webp");
}

.carousel-item.slide4 {
  background-image: url("../../img/nh-hero-bg-otw.webp");
}
.carousel-item.slide5 {
  background-image: url("../../img/nh-hero-50.webp");
}
.carousel-item.slide6 {
  background-image: url("../../img/nh-hero-OTR-CWB.webp");
}
.carousel-item.slide7 {
  background-image: url("../../img/nh-hero-OTR-RJ.webp");
}

@media (max-width: 768px) {
  .carousel-item.slide1 {
    background-image: url("../../img/nh-hero-1-bg-mobile.webp");
  }
  .carousel-item.slide2 {
    background-image: url("../../img/nh-hero-2-bg-mobile.webp");
  }
  .carousel-item.slide3 {
    background-image: url("../../img/nh-hero-3-bg-mobile.webp");
  }

  .carousel-item.slide4 {
    background-image: url("../../img/nh-hero-bg-otw-mobile.webp");
  }
  .carousel-item.slide5 {
    background-image: url("../../img/nh-hero-50-mobile.webp");
  }
  .carousel-item.slide6 {
    background-image: url("../../img/nh-hero-OTR-CWB-mobile.webp");
  }
  .carousel-item.slide7 {
    background-image: url("../../img/nh-hero-OTR-RJ-mobile.webp");
  }
}

.carousel-item,
.carousel-item.active {
  height: 100%;
  min-height: 900px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 120px;
}

@media (min-width: 1441px) {
  .carousel-item,
  .carousel-item.active {
    min-height: 900px;
  }
}

@media (min-width: 1712px) {
  .carousel-item,
  .carousel-item.active {
    min-height: 1000px;
  }
}

.carousel-title {
  padding-top: 20px;
  color: var(--darkBlue);
  width: 100%;
  max-width: 960px;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .carousel-title {
    font-size: 25px;
  }
}
@media (min-width: 991px) {
  .carousel-title {
    font-size: 36px;
  }
}

#herocarousel .content-container {
  height: 100%;
  padding-top: 100px;
}

#herocarousel .banner-content-event {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#herocarousel .banner-content-event .content-event h1 {
  font-size: 45px;
}
#herocarousel .banner-content-event .content-event p {
  font-size: 32px;
  font-weight: 500;
}

#herocarousel .banner-content-event .banner-img-container {
  width: 100%;
}
#herocarousel .banner-content-event .banner-img-container img {
  width: 100%;
  max-width: 300px;
}
#herocarousel .banner-content-event .badge-banner {
  border-radius: 16px;
  background: var(--laranja);
  width: max-content;
  padding: 16px;
  color: white;
  display: flex;
  gap: 20px;
  max-height: 90px;
}

#herocarousel .banner-content-event .badge-banner .badge-banner-date span {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
#herocarousel
  .banner-content-event
  .badge-banner
  .badge-banner-date
  span:first-child {
  text-align: center;
  font-size: 28px;
}

#herocarousel .banner-content-event .badge-banner .divider-badge {
  width: 3px;
  background-color: var(--darkBlue);
  content: "";
  border-radius: 6px;
}
#herocarousel
  .banner-content-event
  .badge-banner
  .badge-banner-time
  .clock-badge {
  width: 35px;
}

#herocarousel .banner-content-event .badge-banner .badge-banner-time p {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
}

#herocarousel .banner-content-event .btn-banner {
  background-color: var(--darkBlue);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 16px;
  padding: 10px 22px;
  height: fit-content;
  text-decoration: none;
  color: white;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 482px) {
  #herocarousel .content-container {
    height: 100%;
    padding-top: 20px;
  }
  #herocarousel .banner-content-event .banner-img-container img {
    width: 100%;
    max-width: 200px;
  }
  #herocarousel .banner-content-event .content-event h1 {
    font-size: 28px;
  }
  #herocarousel .banner-content-event .content-event p {
    font-size: 20px;
  }
}

/* --------- 
   S-CTA 
---------*/

#s-cta {
  margin: 0 auto;
  max-width: 1920px;
}

#s-cta h2 {
  width: 100%;
  max-width: 800px;
  text-align: center;
  font-weight: 300;
  line-height: 1.5;
}

/* --------- 
S-QUEM-E-ELEGIVEL 
--------- */
#s-quem_e_elegivel {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
  color: white;
}

#s-quem_e_elegivel .card {
  background-color: transparent;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border: none;
}

#s-quem_e_elegivel .card .card-img-top {
  width: 120px;
  transition: transform 0.3s ease;
}

#s-quem_e_elegivel .card:hover .card-img-top {
  transform: scale(1.1);
}

#s-quem_e_elegivel .card .card-body h3 {
  min-height: 57px;
}

#s-quem_e_elegivel .card .card-body p {
  font-size: 20px;
  font-weight: 300;
}

#s-quem_e_elegivel .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#s-quem_e_elegivel .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(240, 41%, 10%, 0.877);
}

/* --------- 
S-METODOLOGIA 
--------- */

#s-metodologia {
  max-width: 1920px;
  margin: 0 auto;
}

#s-metodologia .metodologia-title {
  font-size: 30px;
  line-height: 1;
}

#s-metodologia .metodologia-title-description {
  max-width: 350px;
  font-size: 18px;
}

#s-metodologia .img-mandala-desk {
  width: 78%;
  max-width: 550px;
}

#s-metodologia .mandala-mobile-section {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 40px;
  justify-content: center;
  align-items: center;
}

#s-metodologia .mandala-mobile-section > img {
  width: 100%;
  max-width: 500px;
}

#s-metodologia .mandala-content-mobile {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 25px;
  padding: 0;
  padding-top: 30px;
}

#s-metodologia .mandala-content-mobile > li {
  display: flex;
  gap: 20px;
}

#s-metodologia .mandala-content-mobile img {
  width: 60px;
  height: 60px;
  margin-top: 15px;
}

#s-metodologia .mandala-content-mobile li div {
  display: flex;
  flex-direction: column;
}

#s-metodologia .mandala-content-mobile li div h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--darkBlue);
}

#s-metodologia .mandala-content-mobile li div span {
  font-size: 35px;
  font-weight: 700;
}

#s-metodologia .mandala-content-mobile li div p {
  font-size: 16px;
}

#s-metodologia .metodologia-grafismo {
  width: 80px;
}

/* --------- 
S-NÚMEROS 
--------- */
#s-numeros {
  margin: 0;
}

#s-numeros > .container > .row > div {
  background-color: #e3e3e3;
  margin: 0 auto;
  border-radius: 22px;
  padding: 60px 0;
  gap: 40px;
  max-width: 95%;
}

#s-numeros > .container > .row > div h3 {
  color: var(--laranja);
  font-size: 30px;
  font-weight: 700;
}

#s-numeros > .container > .row > div p {
  color: var(--darkBlue);
  font-size: 18px;
  font-weight: 700;
  max-width: 250px;
  text-align: center;
}

#s-time {
  margin-top: 0;
}

#s-time .time-title {
  font-size: 30px;
}

@media (min-width: 769px) {
  #s-time .time-title {
    font-size: 50px;
  }
}

#s-time img {
  width: 100%;
  max-width: 600px;
}

/*---------------------------------------- DEPOIMENTOS  -------------------------------------*/

#s-depoimentos {
  background-color: #e3e3e3;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.depoimentos-header {
  width: 95%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.depoimentos-header > h2 > span {
  font-weight: 700;
  font-size: 42px;
  color: var(--laranja);
}

.depoimentos-header > p {
  font-weight: 400;
  font-family: Poppins;
  font-size: 19px;
  color: rgb(255, 255, 255);
  font-style: normal;
}

@media (max-width: 473px) {
  .depoimentos-header > h2 {
    font-size: 25px;
    line-height: 150%;
  }

  .depoimentos-header > h2 > span {
    font-size: 25px;
  }

  .depoimentos-header > p {
    font-size: 18px;
    text-align: center;
  }
}

.depoimentos-ul {
  display: flex;
  width: 100%;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.depoimento-card {
  list-style: none;
  cursor: pointer;
}

.depoimento-card > img {
  border-radius: 16px;
  width: 300px;
  height: 200px;
}

#modalBtnFixo .modal-dialog {
  position: absolute;
  bottom: 120px;
  right: 180px;
}

#exampleModalCenter .close-modal-btn {
  font-size: 20px;
  text-align: end;
  margin-right: 12px;
  margin-top: 5px;
  cursor: pointer;
}

#exampleModalCenter .modal-body {
  padding-top: 0;
}

.btn.btn-fixo {
  background-size: 100px;
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 90px;
  right: 90px;
  border-radius: 10000px;
  padding: 13px;
  border: none;
  background-color: #34af23;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
  z-index: 100000;
}

.modal {
  background: #0f0f24a6;
}

@media (max-width: 767.98px) {
  .btn.btn-fixo {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  .modal {
    padding-right: 0 !important;
  }

  .modal-dialog {
    position: relative;
    right: auto;
    width: auto;
    margin: 0.5rem;
    bottom: inherit;
    pointer-events: none;
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
  }

  #modalBtnFixo .modal-dialog {
    position: initial;
    bottom: inherit;
    right: inherit;
  }
}

/*---------------------------------------
 SEÇÃO EM BOAS MÃOS          
-----------------------------------------*/
#s-quem-somos .container-content {
  display: flex;
  justify-content: space-between;
  width: 90%;
  gap: 30px;
}

#s-quem-somos .content {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 20px;
}

#s-quem-somos .content span {
  color: #f54a00;
}

#s-quem-somos .content-image {
  width: 100%;
  max-width: 400px;
}

@media (max-width: 1024px) {
  #s-quem-somos .container-content {
    width: 100%;
    gap: 30px;
  }

  #s-quem-somos .content {
    min-width: 40%;
    max-width: 500px;

    display: flex;
    flex-direction: column;
    gap: 30px;
    font-size: 16px;
  }
}

@media (max-width: 860px) {
  #s-quem-somos .content-image {
    width: 50%;
  }
}

@media (max-width: 992px) {
  #s-quem-somos .container-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #s-quem-somos .content-image {
    width: 100%;
  }
}

@media (min-width: 992px) {
  #s-metodologia .metodologia-title {
    font-size: 45px;
  }

  #s-metodologia .metodologia-title-description {
    max-width: 350px;
    font-size: 16px;
  }

  /* --------- 
    S-NÚMEROS 
    --------- */
  #s-numeros > .container > .row > div {
    gap: 0px;
  }

  #s-numeros > .container > .row > div h3 {
    font-size: 45px;
  }

  #s-numeros > .container > .row > div p {
    color: var(--darkBlue);
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  #s-metodologia .metodologia-title {
    font-size: 50px;
  }

  #s-metodologia .metodologia-title-description {
    font-size: 18px;
  }

  /* --------- 
    S-NÚMEROS 
    --------- */
  #s-numeros > .container > .row > div {
    max-width: 100%;
    gap: 0px;
  }

  #s-numeros > .container > .row > div h3 {
    font-size: 50px;
  }

  #s-numeros > .container > .row > div p {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  #s-metodologia .metodologia-title {
    font-size: 50px;
  }

  #s-metodologia .metodologia-title-description {
    max-width: 350px;
    font-size: 20px;
  }

  /* --------- 
    S-NÚMEROS 
    --------- */
  #s-numeros > .container > .row > div {
    gap: 0px;
  }

  #s-numeros > .container > .row > div h3 {
    font-size: 50px;
  }

  #s-numeros > .container > .row > div p {
    font-size: 25px;
  }
}

/*---------------------------------------
 SEÇÃO PREMIAÇÕES          
-----------------------------------------*/

.swiper {
  width: 900px;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Garante que os botões se posicionem em relação a este container */
}

.swiper-wrapper {
  margin: 35px 0;
}

.btn-swiper {
  color: var(--bgColor);
}

.btn-swiper-pagination .swiper-pagination-bullet {
  background-color: var(--laranja);
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 769px) {
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 200px;
  }
}

.swiper-slide img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: 100%;
  object-fit: cover;
}

.swiper-slide h4 {
  color: var(--laranja);
  font-size: 30px;
  font-weight: 700;
}

.swiper-slide p {
  max-width: 250px;
}

/*---------------------------------------
 SEÇÃO BUSINESS TRIP        
-----------------------------------------*/

#s-business-trip {
  padding-top: 0;
  padding-bottom: 0;

  height: auto;
  max-height: 900px;
  overflow: hidden;
}

@media (max-width: 1437px) {
  #s-business-trip {
    max-height: 1200px;
  }
}

@media (max-width: 990px) {
  #s-business-trip {
    max-height: 1200px;
  }
}

#s-business-trip .scroll-row {
  height: auto;
  animation: scroll 50s linear infinite;
}

#s-business-trip .business-content {
  margin-top: 100px;
}

#s-business-trip .logo-bt {
  width: 90%;
  max-width: 200px;
}

#s-business-trip .scroll-container {
  height: 120vh;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
}

#s-business-trip .scroll-row {
  height: auto;
  animation: scroll 50s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-80%);
  }
}

#s-business-trip .scroll-row img {
  width: 100%;
  padding-top: 20px;
}

@media (max-width: 992px) {
  #s-business-trip .business-content {
    max-width: 95%;
    margin: 0 auto;
  }

  #s-business-trip .scroll-container {
    height: auto;
    overflow: hidden;
    position: relative;
  }

  #s-business-trip .scroll-row {
    display: flex;
    gap: 20px;
    width: calc(12 * 351px + 11 * 20px);
    animation: scroll 60s linear infinite;
  }

  #s-business-trip .scroll-row img {
    width: 351px;
    height: 200px;
    object-fit: cover;
  }

  @keyframes scroll {
    from {
      transform: translateX(0);
    }

    /* Ajuste este valor baseado na largura total das imagens e gaps */
    to {
      transform: translateX(calc(-12 * 351px - 11 * 20px));
      /* Ajuste conforme a largura total das suas imagens e gaps */
    }
  }
}

/*---------------------------------------
SEÇÃO BUSINESS TRIP        
-----------------------------------------*/

/* #s-business-trip {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    overflow: hidden;
}

#s-business-trip .business-content {
    margin-top: 100px;
    max-width: 95%;
    margin: 0 auto;
}

#s-business-trip .logo-bt {
    width: 90%;
    max-width: 200px;
}

#s-business-trip .scroll-container {
    height: auto;
    overflow: hidden;
    position: relative;
}

#s-business-trip .scroll-row {
    display: flex;
    gap: 20px;
    animation: scroll 20s linear infinite;
    height: auto;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

#s-business-trip .scroll-row img {
    width: 100%;
    padding-top: 20px;
}

@media (min-width: 993px) {
    #s-business-trip .business-content {
        margin-top: 100px;
        max-width: none;
    }

    #s-business-trip .scroll-container {
        height: 120vh;
        overflow: hidden;
        position: relative;
    }

    #s-business-trip .scroll-row {
        display: block;
        animation: scroll 50s linear infinite;
    }

    @keyframes scroll {
        from {
            transform: translateY(0);
        }

        to {
            transform: translateY(-80%);
        }
    }
}
 */

/*---------------------------------------
 SEÇÃO ON THE ROAD       
-----------------------------------------*/

#s-ontheroad {
  background-image: url("../../img/nh-sessao-OTR-mobile.webp");
  background-size: cover;
  background-position: start;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

#s-ontheroad .otm-content img {
  max-width: 250px;
}

#s-ontheroad .otm-content {
  margin-top: 260px;
  text-align: center;
}

@media (min-width: 992px) {
  #s-ontheroad {
    background-image: url("../../img/nh-sessao-OTR-desktop.webp");
  }

  #s-ontheroad .otm-content img {
    max-width: 300px;
  }

  #s-ontheroad .otm-content {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: start;

    display: flex;
    align-items: end;
    justify-content: end;
  }

  #s-ontheroad .otm-content .otm-content-div {
    max-width: 70%;
  }
}

/*---------------------------------------
 SEÇÃO FORMULARIO       
-----------------------------------------*/

#s-formulario {
  background-image: url("../../img/nh-bg-formulario-mobile.webp");
  background-size: cover;
  background-position: start;
  padding: 80px 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

#s-formulario .form-content {
  margin-top: 280px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#s-formulario .form-content .form-content-div {
  text-align: center;
  width: 100%;
}

#s-formulario .form-content .form-content-div h2 {
  font-size: 35px;
}

#s-formulario .form-bitrix {
  margin: 0px;
}

@media (min-width: 992px) {
  #s-formulario {
    background-image: url("../../img/nh-bg-formulario-desktop.webp");
  }

  #s-formulario .form-content {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: start;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
  }

  #s-formulario .form-content .form-content-div h2 {
    font-size: 50px;
  }

  #s-formulario .form-bitrix {
    margin-left: 130px;
  }
}

.custom-popover {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 15px;
  width: auto;
  max-width: 300px;
}

.popover-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.popover-list li {
  margin-bottom: 5px;
  /* Espaçamento entre itens da lista */
}

.popover-link {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s;
}

.text-orange {
  color: #f60;
}

.popover-link:hover,
.popover-link.text-orange:hover {
  background-color: #f60;
  color: #fff;
}

#modalBs .modal-dialog-custom {
  max-width: 700px;
  /* Limita a largura máxima do modal a 500px */
}

#modalBs .modal-image {
  max-width: 100%;
  /* Garante que a imagem seja responsiva e ocupe até 100% do espaço disponível, sem ultrapassar 500px */
  height: auto;
  /* Mantém a proporção da imagem */
}

#modalBs .btn-close-custom {
  padding: 0.25rem 0.5rem;
  /* Reduz o padding para tornar o botão mais fino */
  font-size: 0.875rem;
  /* Ajusta o tamanho da fonte, se necessário */
  /* Você pode adicionar mais estilos aqui conforme necessário */
}

/*---------------------------------------
 PÁGINA DE OBRIGADO            
-----------------------------------------*/

#s-obrigado {
  padding-top: 25px;
}

.s-obrigado-logo {
  width: 280px;
  margin: 50px 0;
}

.s-obrigado-title {
  font-family: var(--secondFont);
  color: var(--darkBlue);
  font-size: 45px;
}

.s-obrigado-description {
  font-size: 20px;
}

.obrigado-mb {
  margin-bottom: 60px;
}

.s-obrigado-description span {
  font-weight: 600;
}

.s-obrigado-description span.orange {
  font-weight: 600;
  color: var(--laranja);
}

.s-obrigado-description-div {
  background-color: var(--laranja);
  padding: 20px;
  border-radius: 0 16px;
  max-width: 760px;
  margin: 60px auto;
  position: relative;
}

.s-obrigado-icon {
  width: 50px;

  color: var(--darkBlue);
  position: absolute;
  left: -1.5rem;
  top: -1rem;
}

.s-obrigado-description-1 {
  color: #ddd;
  margin-left: 2.5rem;
  font-size: 20px;
}

.s-obrigado-subtitle {
  font-family: var(--mainFont);
  color: var(--txtColor);
  font-size: 25px;
}

.s-obrigado-card {
  width: 18rem;
  margin: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: white;
}

.s-obrigado-img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.s-obrigado-card-body {
  padding: 1rem;
  background-color: white;
}

.s-obrigado-link {
  text-decoration: none;
  color: var(--darkBlue);
  font-weight: 600;
  display: block;
}

.s-obrigado-follow a {
  color: var(--lightBlue);
}

.s-obrigado-follow i {
  vertical-align: middle;
}

@media (max-width: 611px) {
  .s-obrigado-title {
    font-size: 30px;
  }

  .s-obrigado-description {
    font-size: 16px;
  }

  .s-obrigado-description-div {
    background-color: var(--laranja);
    padding: 20px;
    border-radius: 0 16px;
    max-width: 760px;
    margin: 60px auto;
    position: relative;
  }

  .s-obrigado-description-1 {
    color: #ddd;
    margin-left: 0rem;
    font-size: 16px;
    margin-top: 15px;
  }

  .s-obrigado-icon {
    font-size: 3rem;
    color: var(--darkBlue);
    position: absolute;
    left: 15rem;
    top: -1rem;
  }
}
/*------------------------------------------------------- FOOTER -------------------------------------*/

.sitemap {
  padding-top: 55px;
}

.sitemap img {
  height: 40px;
}
.sitemap .social-footer {
  display: flex;
  gap: 15px;
}
.sitemap .social-footer img {
  height: 30px;
}

footer .nav-link:hover {
  text-decoration: underline;
}

footer {
  padding-bottom: 20px;
}

.sitemap > ul > li {
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  color: white;
}

.sitemap > ul > li > ul > li .nav-link {
  font-weight: 400;
  text-transform: none;
  color: white;
}

.copyright {
  margin-top: 160px;
  display: flex;
  font-size: 14px !important;
  justify-content: space-between;
}

.copyright .nav-link {
  font-weight: 400;
  font-size: 14px !important;
  padding: 0.5rem 1rem;
  text-transform: none;
  color: white;
}

.copyright .nav-link:hover {
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .copyright {
    font-size: 12px !important;
    text-align: center;
    margin-top: 0;
  }
  .copyright button {
    width: 100%;
    padding: 0;
    font-size: 12px !important;
    margin: 35px 0;
  }
  .social-footer {
    border-top: solid 1px var(--lightBlue);
    border-bottom: solid 1px var(--lightBlue);
    width: 90%;
    margin: auto;
  }
}
