@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit&display=swap');

*, html{

      scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root{
    --azul-pr1-escuro: #03131c;
    --black-system: #151515;
    --black-system2: #1A1A1A;
    --colorFontPr: #ebc894;
    --font-white: #f0eae4;

    --gradient01: background: linear-gradient(83deg, rgba(235,200,148,1) 0%, rgba(214,161,81,1) 53%, rgba(255,225,181,1) 100%);

    --maxWidth: 1920px;
}

body{
 
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    height:100%;
    margin: 0 auto;
    background-color: #FFFFFF;

}

header{
    overflow-x: hidden;
    display: flex;
    align-items: center;
    margin: 0 auto;
    height: 100vh;
    width: 100%;
    max-width: 1920px;
    background-image: url(../image/bg-header.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

main{
  overflow-x: hidden;
}
.mobile-img{display: none;  overflow-x: hidden !important;}
.hero-container{display: flex; flex-direction: column; align-items: flex-start; width: 80%;  margin: 0 auto;  max-width: 1180px; }
.hero-container :nth-child(1){    height: 38px;
    padding-bottom: 24.71px; position: relative; z-index: 99;}
.hero-container h1{
position: relative;
z-index: 99;
font-size: 33px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 80%;
max-width: 450px;
padding-bottom: 16px;
}
.hero-container h1 span{
    font-weight: 700;
}
.hero-container p{
    font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 80%;
max-width: 366px;
padding-bottom: 51px;
}

.hero-container a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 388px;
    height: 60px;
    text-decoration: none;
    border-radius: 4px;
    background: linear-gradient(90deg, #E1C649 0%, #C2932B 100%);
    margin-bottom: 37.07px;

    -webkit-animation: scale-up-center 1s linear infinite alternate-reverse ;
	        animation: scale-up-center 1s linear infinite alternate-reverse ;
}



 @-webkit-keyframes scale-up-center {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.04);
              transform: scale(1.04);
    }
  }


.hero-container :nth-child(6){
    width: 80%;
}

.s-objecoes{
  overflow-x: hidden;
  margin-bottom: 50px;
  width: 100%;
  margin: 115px auto;
  margin-top: 115px;
  background-image: url(../image/objecoes-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.s-objecoes__container{
  padding-top: 90px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.s-objecoes__cards__container{width: 85%; max-width: 972px; display: flex; justify-content: center; }
.s-objecoes__container h2, .s-examples h2{
    margin: 0 auto;
    width: 85%;
    letter-spacing: -2px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.s-objecoes__cards__container{ width: 90%; display: flex; justify-content: center;}
.s-objecoes__container h2 span, .s-examples h2 span{color: #000;
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;}

.slideBottom{opacity: 1;}

.s-objecoes__cards{
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    border: 0.5px solid #000;
    background: linear-gradient(90deg, #F4F4F4 0%, #FFF 100%);
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 946px;
    flex-shrink: 0;
    border-radius: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.enum__cards{
    right: -25px;
    bottom: 35px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute; 
    width: 60px;
    height: 60px;
    flex-shrink: 0; border-radius: 10px;
    background: #282828;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}
.s-objecoes__cards img{
    border-radius: 11px;
    flex-basis: 364px;
    width: 90%;
    height: 284.4px;
}
.cards-text{
    gap: 20px;
    box-sizing: border-box;
    padding: 45px;
    display: flex;
    width: 90%;
    max-width: 400px;
    flex-direction: column;
    justify-content: center;}
.cards-text h4{font-size: 24px; letter-spacing: -1.5px;}
.cards-text p {color: #000;
    font-family: Montserrat;}
.cards-text p span{font-weight: 600;}

.swing-in-top-fwd{
    opacity: 0;
}

.swing-in-top-fwd.in-view {
	-webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
	        animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
            opacity: 1; /* Torna visível quando a animação começa */
}

 @-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}

.divisor{
  width: 100%;
  margin: 0 auto;
  height: 310.99px;
  background-image: url(../image/divisor.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.s-content{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 150px 0;
  background-color: var(--black-system); /* Cor de fundo */
  background-image: url(../image/modulos-pattern.png); /* Caminho da imagem */
  background-repeat: no-repeat; /* Define se a imagem se repete */
  background-position: center; /* Alinhamento da imagem */
  background-size: cover; /* Ajuste da imagem ao tamanho do elemento */
}


.triangle::before {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #fff transparent;
  left: 50%;
  transform: translateX(-50%);
}
  .modulo-text{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-image: url(../image/modulo-title.png); /* Caminho da imagem */
    background-repeat: no-repeat; /* Define se a imagem se repete */
    background-position: center top; /* Alinhamento da imagem */
    background-size: contain; /* Ajuste da imagem ao tamanho do elemento */
    height: 192px;
    width: 80%;
    max-width: 760px;
    }

  .modulo-text2{background-image: url(../image/BONUS-TITLE.png); margin-top: 90px;}
  .modulo-text h2{color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;}
    .modulo-text span{font-weight: 700;}

.module-acess{ 
  top: -25px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 85%;
  max-width: 1124px;
  height: 100%;
  /* max-height: 65%; */
  display: flex;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
}
.span-img{  position: relative; /* Define o contêiner da imagem como relativo */
  display: inline-block; /* Garante que a imagem e a "borda" fiquem unidas */}
.module-acess img {
  display: block; /* Remove espaçamento indesejado ao redor da imagem */
  position: relative; /* Adicionado para que o ::before se posicione relativo à imagem */
  height: 450px;
  border-radius: 13px 13px 0 0; 
  /* padding-bottom: 10px; 
  background: linear-gradient(83deg, rgba(235,200,148,1) 0%, rgba(214,161,81,1) 19%, rgba(255,225,181,1) 100%); */
  transition: transform 0.9s ease-in-out;
  transform: scale(1);
}

.module-acess span{
  transition: transform 0.5s ease-in-out;
  transform: scale(1.0);
}
.module-acess span::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;

  bottom: -2px; /* Posiciona a "borda" logo abaixo da imagem */
  height: 10px; /* Altura da "borda" */
  background: linear-gradient(83deg, rgba(235,200,148,1) 0%, rgba(214,161,81,1) 19%, rgba(255,225,181,1) 100%);
}


.module-acess span:hover{
  transition: transform 0.5s ease-in-out;
  transform: scale(1.1);
}

.s-examples{margin: 0 auto; box-sizing: border-box; padding: 100px 0;}
.s-examples p {
  margin: 0 auto;
  width: fit-content;
  visibility: hidden;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  background: radial-gradient(circle, rgba(29, 29, 29, 1) 52%, rgba(255, 255, 255, 1) 114%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.iframe-container {
  margin: 0 auto;
  width: 95%;
  margin-top: 100px;
  flex-wrap: wrap;
  gap: 35px;
  display: flex;
  padding: 0%;
  position: relative;
  height: 100%;
  justify-content: center;

}

.iframe-container iframe {
  border-radius: 10px;
}

iframe.juxtapose, .iframe-container iframe {
  width: 400px !important;
  height: 532.9px !important;
}

#juxtapose-embed {
  width: 400px !important;
  height: 532.9px !important;
}

.s-about{
  flex-wrap: wrap;
  border-top: 10px solid;
  border-bottom: 10px solid;
  border-color: var(--colorFontPr);
  gap: 50px;
  justify-content: center;
  display: flex;
    color: var(--font-white);
    position: relative;
    width: 100%;
    height: 100%;
    padding: 150px 0;
    background-color: var(--black-system);
    background-image: url(../image/modulos-pattern.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.camila-description{  width: 80%;
  max-width: 455px;}
.camila-description h2{color:var(--colorFontPr); font-size: 40px;}
.camila-description p {width: 90%; max-width: 450px;}

.camila-img{   
  
  height: 500px;
  position: relative;
  width: 80%;
  max-width: 500px;}

.img{ border-radius: 8px; height: 500px; width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center;
background-image: url(../image/camila-about.png); margin: 0 auto; position: relative; z-index:99; position: relative; color: #000; font-weight: 600;}

.about-info{
  color: #000;
  z-index: 98;
  right: 16px;
  bottom: 41px;
  position: absolute;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 0.5px solid #000;
  /* opacity: 0.5; */
  background: #FFF;
  box-sizing: border-box;
  height: 48px;
  padding: 10px 20px;
  backdrop-filter: blur(6px) saturate(112%);
  -webkit-backdrop-filter: blur(6px) saturate(112%);
  background-color: rgb(255 255 255 / 31%);
  border-radius: 2px;
  border: 3px solid rgb(255 255 255 / 13%);
  
}

.about-info2{
  z-index: 98;
  left: 25px;
  bottom: -15px;
  position: absolute;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 0.5px solid #000;
  /* opacity: 0.5; */
  background: #FFF;
  box-sizing: border-box;
  height: 48px;
  padding: 10px 20px;
  backdrop-filter: blur(6px) saturate(112%);
  -webkit-backdrop-filter: blur(6px) saturate(112%);
  background-color: rgb(255 255 255 / 31%);
  border-radius: 2px;
  border: 3px solid #ffffff21;
  
}

.custom-shape-divider-top-1731465588 .shape-fill {
  fill: #ffffff; /* Define a cor branca */
}
.custom-shape-divider-top-1731465588 {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.s-decisao{
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 65px auto;
  box-sizing: border-box;
  padding: 130px 0px 190px 0;
  width: 100%;
  max-width: 1445px;
  height: 100%;
  background-image: url(../image/decisaoBG.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.s-decisao__title{width: 85%; margin: 0 auto; text-align: center; font-size: 40px; letter-spacing: 10px; text-transform: uppercase; font-weight: 300;}
.s-decisao__title2{font-size: 25px; padding-bottom: 125px; font-weight: 600;}

.s-decisao__container{
  gap: 56px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.card-price{
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  width: 95%;
  max-width: 389px;
  height: auto;
  padding: 49px 35px;
  border-radius: 10px;
  border: 2px solid #EDDA90;
  background: #282828;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.card-price::before {
  scale: 1.2;
  z-index: 99;
  left: 10%;
  bottom: -47%;
  content: '';
  position: absolute;
  width: 542.293px;
  height: 200px;
  transform: rotate(-142.721deg);
  flex-shrink: 0;
  border-radius: 542.293px;
  background: radial-gradient(50% 50% at 50% 50%, #FFD983 0%, rgba(153, 130, 78, 0.00) 100%);
  mix-blend-mode: plus-lighter;
  filter: blur(39.87105178833008px);
}

.card-price::after {
  scale: 1.2;
  z-index: 99;
  left: -22%;
  top: -67%;
  content: '';
  position: absolute;
  width: 542.293px;
  height: 371.676px;
  transform: rotate(-142.721deg);
  flex-shrink: 0;
  border-radius: 542.293px;
  background: radial-gradient(50% 50% at 50% 50%, #FFD983 0%, rgba(153, 130, 78, 0.00) 100%);
  mix-blend-mode: plus-lighter;
  filter: blur(39.87105178833008px);
}



.price2 h1{
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.66px;
}

.price2 span{color: #FFF;
  padding-right: 5px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;}

  .price3 p{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;}
  .price3 span{
    color: #FFF;

    font-size: 20px;
    font-weight: 700;
    line-height: normal;}

    .btn-price {
      margin-top: 50px;
      text-decoration: none;
      justify-content: center;
      align-items: center;
      display: flex;
      color: #000;
      text-align: center;
      font-family: Montserrat;
      font-size: 17px;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
      letter-spacing: -0.2px;
      text-transform: uppercase;
      width: 100%;
      height: 74px;
      flex-shrink: 0;
      border-radius: 4px;
      background: rgb(248, 218, 98);
      background: linear-gradient(66deg, rgba(248, 218, 98, 1) 0%, rgba(250, 239, 193, 1) 51%, rgba(248, 218, 98, 1) 100%);
      transition: ease-in-out 0.3s;
  }

  .btn-price:hover{
    transition: ease-in-out 0.3s;
    transform: translateY(-8px);
  }

  .list-obs ul{
    margin-top: 50px;
    color: var(--font-white);
    font-family: Montserrat;
    font-size: 15px;
    letter-spacing: -0.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    list-style: none;
  }

  .list-obs span{font-weight:700; color: var(--colorFontPr);}


  .list-obs li{height: 100%; border-bottom: 1px solid var(--colorFontPr); line-height: 40px; display: flex; align-items: center; gap: 5px;}
  .purchase-security{margin-top: 35px; width: 90%;}
.s-garantia{
  border-top: 10px solid var(--colorFontPr);
  background-color: var(--black-system);
  width: 100%;
  height: 100%;
  box-sizing:border-box;
  padding: 0 0 5px 0;
}
.s-garantia__container{
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%; 
  margin: 0 auto;
}

.s-garantia__text{width: 80%; max-width: 450px; color: var(--font-white); font-size: 20px;}
.s-garantia__text p span{color: #FFF;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 85%; /* 42px */}

.s-garantia img{  height: 500px;
  box-sizing: border-box;
  padding: 0 0 72px;}

.s-faq{
  display: flex;
  box-sizing: border-box;
  padding: 50px 0;
  width: 100%;
  height: 100%;
  background: var(--black-system2);
  justify-content: center;
  align-items: center;
}

.faq__container{
  max-width: 500px;
  min-height: 400px; /* Ajuste o valor conforme o conteúdo expandido */
  display: flex;
  align-items: center;
}

.faq-container-father{display: flex; width: 90%; align-items: center; justify-content: space-evenly;}

.faq-content {
  margin: 0 auto;
  color: white !important;
}


.panel-title {
  font-size: 19px;
  width: 90%;
  position: relative;
  margin: 0;
  padding: 10px 10px 0 48px;
  display: block;
  cursor: pointer;
}

.panel-title p {  padding: 20px 0;
  border-bottom: 1px solid #ffffff;}

.panel-content {
  font-size: 20px;
  padding: 0px 14px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 1;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.panel:checked ~ .panel-content{
  z-index: 1;
  height: auto;
  opacity: 1;
  padding: 14px;
}

.plus {
  
  position: absolute;
  margin-left: 6px;
  margin-top: 24px;
  z-index: 5;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq-text{
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.panel {
  display: none;
}

.title h2{
  font-size: 150px;
  background: linear-gradient(180deg, #FFC864 21.24%, rgba(245, 210, 125, 0.44) 55.68%, rgba(237, 218, 144, 0.00) 86.75%);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
  text-align: center;
}

.title p {
  margin-top: -30px;
  color: #FFF;
  text-align: center;
  font-size: 25.252px;
  font-style: normal;
  font-weight: 500;
  line-height: 27.798px; /* 119.553% */
  letter-spacing: 0.382px;
}

.title span{font-weight: 800; color: var(--colorFontPr);}
.fotos-incriveis-btn{
  margin-top: 10px;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 18.093px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.724px;
  text-transform: uppercase;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 51.495px;
  flex-shrink: 0;

  border-radius: 2.784px;
  background: linear-gradient(112deg, #FFDB6B 34%, #be9944 91%);
  box-shadow: 0px 2.784px 2.784px 0px rgba(0, 0, 0, 0.25);
}

.decisao-container2{
  width: fit-content;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.title__oferta{width: 90%;
    max-width: 235px;
    height: 51px;
    border-radius: 7px;
    background: linear-gradient(112deg, #FFDB6B 34%, #be9944 91%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    top: -26px;}

footer{gap: 18px;
  width: 99%;
  padding: 20px 10px;
  height: 100%;
  background-color: var(--font-white);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;}

@media (max-width:985px) {
  header{background-image:none!important; height: 100%; overflow: hidden;}
  .hero-container{ align-items: center; text-align: center;}
  .logo-imperio{padding-top: 15%;}
  .hero-container h1{font-size: 29px; width: 100%;}
  .autoridade{ 
      display: flex;
      width: 100%;
      justify-content: center;
      max-width: 100%; /* Garante que a imagem não ultrapasse a largura do contêiner */}

  .autoridade img{
      width: 99%;
      height: 77% !important;
  }
  .mobile-img{position: relative;
      position: relative;
      left: 24px;
      z-index: 0;
      margin-top: -50px;
      margin-bottom: -45px;
      object-fit: cover;
      display: inline;
      height: 80%;
      max-height: 484px;
  }

   .hero-container a { max-width: 388px; width: 113%;}
   .sobjecoes__cards-{justify-content: center;}
   .enum__cards{transform: scale(0.9);
    top: 15px;
    right: 0;
    left: -18px;}
   .s-content{background-image: url(../image/objecoes-bg-mobile.png)!important;}
   .s-garantia__text{text-align: center;}
    .faq-container-father{ flex-direction: column;  padding: 10px 0 100px 0;}
    .panel-title p {width: 79%;}
        .faq__container {
          overflow: hidden;
          right: -14px;
          position: relative;

      }
    .s-decisao{background-size: cover;}
    .s-garantia{padding-bottom: 130px;}
    .s-objecoes__cards img {height: 245.4px;}
    .s-objecoes__container{width: 95%; margin: 0 auto; overflow: hidden;}
    footer{flex-direction: column-reverse; row-gap: 10px;}
    footer p { font-size: 9px;}
    .divisor{background-size: cover; height: 190.99px;}
    .s-objecoes__cards{justify-content: center;}


  }

