/************************ Estilo Mobile **********************/
@media screen and (min-device-width: 300px) and (max-device-width: 768px) {
  .container{
    width: 350px;
    padding-left: 10px;
    padding-right: 10px;
  }
  header{
    position: fixed;
    width: 100%;
  }

  /****** Partes escondidas e visíveis ******/
  #topo-mobile{
    display: block;
  }
  #topo-desktop{
    display: none;
  }
  .video-topo{
    display: block;
  }
  #content-s2-mobile{
    display: block;
  }
  #content-s2-desktop{
    display: none;
  }

  .logo_animada{
    position: absolute;
    top: 20%;
    left: 33%;
  }



  .large{
    height: 69px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    z-index: 99;
    transition: ease-out 0.5s;
  }
  .small{
    height: 55px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    z-index: 99;
    transition: ease-in 0.5s;
  }
  .content-head{
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo{
    width: 100%;
  }
  .logo-large{
    width: 18%;
    transition: ease-out 0.5s;
  }
  .logo-small{
    margin-top: 4px;
    width: 14%;
    transition: ease-in 0.5s;
  }
  .col-esq{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    align-content: center;
  }
  .btn-assine{
    display: none;
    width: 70px;
    text-align: center;
    color: white;
    text-decoration: none;
    background: #FF4D4D;
    padding: 4px;
    font-size: 14px;
    border-radius: 50px;
    transition: ease-in 2s;
    animation: animacao 1s;
  }
  @keyframes animacao {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }

  .visivel{
    visibility: visible !important;
  }
  .escondido{
    visibility: hidden !important;
  }
  /****** Primeira Sessão ******/
  .section1{
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    background-color: white;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom;
    height: 550px;
    transition: ease-in 1s;
  }

  .section1 video {
    position: relative;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    z-index: 9;
  }


  @keyframes fundo-aparece {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .content-section1{
    position: relative;
    z-index: 95;
    margin-top: -690px;
    text-align: center;
    animation: entrada 2s ease-in;
  }

  @keyframes entrada {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .imagem-box{
    position: absolute;
    margin-top: 120px;
    margin-left: 190px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    z-index: 90;
  }
  .btn-player img{
    width: 100px;
    position: absolute;
    margin-left: -100px;
  }
  .animation-player{
    margin-left: 19px;
    position: absolute;
    height: 80px;
    width: 80px;
    background-color: rgb(78, 78, 78, 0.8);
    border-radius: 50%;
    opacity: 1;
    z-index: -1;
    animation: pulseplayer 1.5s ease-out infinite;
  }
  @keyframes pulseplayer{
    100%{
      transform: scale(1.2);
      opacity: 0;
    }
  }

  .section1 p{
    padding-top: 300px;
    padding-bottom: 15px;
    text-align: center;
    color: #F14720;
    margin: 0;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .section1 h1{
    width: auto;
    text-align: center;
    color: #F14720;
    margin: 0;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    padding-bottom: 20px;
  }
  .btn-section1{
    text-decoration: none;
    color: white;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 25px;
    width: 180px;
    height: 45px;
    background: #0085FF;
    border-radius: 50px;
  }
  .coluna-topo-pc {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto auto;
}

  /****** Menu Mobile ******/
  .menu-mobile{
    display: none;
    z-index: 99;
    height: auto;
    margin-top: 20px;
    top: 70px;
    width: 90%;
    margin: 2%;
    position: fixed;
    padding: 10px;
    background: white;
    border-radius: 8px;
    box-shadow: 1px 0px 18px 10px #0000002e;
    transition: ease-in 0.5s;
    animation: animacao 0.5s;
  }

  .menu-hamb img{
    width: 23px;
    margin-top: 6px;
  }
  .lista-menu {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
    margin-left: 10px;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #000000;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
  }
  .lista-menu a {
    color: black;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .btn-assinedesktop {
    width: 85%;
    background: #FF4D4D;
    color: white !important;
    text-decoration: none;
    padding: 10px;
    border-radius: 8px;
  }
  .btn-assinante {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
    border: solid 1px black;
    padding: 7px 15px 7px 15px;
    border-radius: 5px;
  }


  /****** Pop up Vídeo ******/
  .popup-video{
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: #000000ad;
    z-index: 99;
  }
  .content-video{
    position: relative;
    margin: auto auto;
    top: 20%;
    background: white;
    border-radius: 8px;
    width: 325px;
    height: 225px;
  }
  .video-clube{
    margin: auto auto;
    height: 186px;
  }
  .video-clube iframe{
    width: 324px;
    border-radius: 15px;
    border: none;
  }
  .icone-fechar{
    float: right;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
  }

  /****** Segunda Sessão ******/
  .section2{
    background: #FFF7EC;
    background-image: url(images/efeito-fundo-s2.svg);
    background-repeat: no-repeat;
    background-position: -5% 80%;
    height: 650px;
  }
  .content-section2{
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .section2 p{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.04em;
    color: #FF4D4D;
  }
  .section2 h1{
    width: 300px;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.2px;
    color: black;
  }
.slide-cards{
  margin-bottom: 30px;
}
.primeiro-card{
  margin-left: 20px;
}
.content-card{
  width: 240px;
  height: 200px;

  padding: 30px 10px 30px 30px;
  gap: 15px;
  background: #FFFFFF;
  box-shadow: 0px 2px 22px rgb(0 0 0 / 8%);
  border-radius: 12px;
}
.content-card video{
  width: 70px !important;
}
.content-card img{
  width: 70px !important;
}
.content-card h1{
  width: 195px;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  text-align: left;
  margin-bottom: 0px;
}
.content-card p{
  margin-top: 10px;
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 12px;
  color: #000000;
}
.curadoria{
  width: 100px !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide {
  width: 80%;
}

.swiper-slide:nth-child(2n) {
  width: 80%;
}

.swiper-slide:nth-child(3n) {
  width: 80%;
}

  .btn-section2{
    display: block;
    color: white;
    text-decoration: none;
    text-align: center;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin: auto auto;
    padding: 18px 25px 18px 25px;
    width: 250px;
    height: 20px;
    background: #FF4D00;
    border-radius: 60px;
  }

  /****** Terceira Sessão ******/
  .section3{
    background: #ffffff;
    height: 820px;
  }
  .color-section3{
    background: #FFF7EC;
    transition: ease-in 1s;
  }
  .color-out-section3{
    background: white;
    transition: ease-out 1s;
  }
  .content-s3 h1{
    padding-top: 40px;
    padding-bottom: 20px;
    width: 200px;
    margin: auto auto;
    text-align: center;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
  }
  .parte-dos-alternadores{
    display: block;
  }
  #alteradorImagem{
    animation: animacao 1s;
  }
  .coluna-s3-imagem{
    width: 100%;
  }
  .coluna-s3-tabs{
    width: 100%;
  }


  .texto_entrada {
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
}
  .box-subindo {
    width: 100%;
    display: block !important;
    margin: auto auto;
    margin-top: 0px;
    padding-bottom: 227px;
  }
  .box-subindo img {
    position: absolute;
    width: 100% !important;
  }
  .imagens-entrada {
    width: 100% !important;
    margin-top: -50px;
    float: none;
    display: flex;
    justify-content: center;
}

  .alterimg-s3 img{
    width: 100%;
    display: block;
    margin: auto auto;
  }
  .numero-s3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 9px;
    gap: 9px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #FF4D4D;
    border-radius: 7px;
    color: #FF4D4D;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
  }

  .numero-marcado{
    background: #FF4D4D !important;
    color: white;
  }
  .alternador-numero{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 14px;
    width: 310px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 8px;
  }
  .alternador-numero h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
  }
  .saiba-mais-s3{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.152px;
    color: #FF4D4D;
  }

  /****** Quarta Sessão ******/
  .section4{
    background: #FFF7EC;
    height: 890px;
  }
  .color-section4{
    background: #E5F3FF;
    transition: ease-in 1s;
  }
  .color-out-section4{
    background: #FFF7EC;
    transition: ease-out 1s;
  }
  .content-s4 h1{
    padding-top: 40px;
    width: 300px;
    margin: auto auto;
    text-align: center;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
  }
  .box-pc-s4{
    display: block;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 40px;
  }
  .content-s4 p{
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto auto;
    width: 250px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
  }
  .passos-s4{
    margin: auto auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 0px 20px;
    width: 310px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-bottom: 12px;
  }
  #botao-verplanos{
    display: none;
  }
  #passo1, #passo2, #passo3, #botao-verplanos{
    display: none;
    animation: passos ease-in 0.5s !important
  }

  @keyframes passos {
    from {
      opacity: 0;
      margin-top: -100px;
    }
    to {
      opacity: 1;
      margin-top: 0px;
    }
  }

  .numero-s4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 50px;
    height: 20px;
    background: #0085FF;
    border-radius: 10px 0px 20px 0px;
    color: white;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    z-index: 10;
  }
  .icone-passo{
    padding-top: 30px;
    margin-left: -20px;
    margin-right: 10px;
    z-index: 0;
  }
  .icone-passo video{
    width: 70px;
  }
  .content-passo h3{
    width: 100%;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #40404B;
  }
  .content-passo p{
    margin-top: -25px;
    margin-bottom: -20px;
    width: 100%;
    text-align: left;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #4C4F57;
  }
  .passos-s4, .content-passos{
    margin-top: 20px !important;
  }
  .btn-planos-s4{
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    line-height: 2;
    width: auto;
    height: 35px;
    background: #FF4D00;
    border-radius: 50px;
    color: white;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
  }


  /****** Quinta Sessão ******/
  .section5{
    background: white;
    height: 2260px;
  }

  .content-s5 h1{
    padding-top: 40px;
    width: 250px;
    margin: auto auto;
    text-align: center;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    margin-bottom: 40px;
  }
  .titulo-etapas{
    display: none !important;
  }

  .box-pc-s5{
    display: none !important;
  }
  .box-mobile-s5{
    display: block !important;
    justify-content: center;
    align-items: center;
  }

  #etapa1, #etapa2, #etapa3, #etapa4, #etapa5, #botao-etapa, #atencao{
    display: none;
    animation: etapas ease-in 0.5s !important;
  }
  @keyframes etapas {
    from {
      opacity: 0;
      margin-top: -100px;
    }
    to {
      opacity: 1;
      margin-top: 0px;
    }
  }
  .icone-vertical{
    animation: icone ease-in 1.3s !important;
  }
  @keyframes icone {
    from {
      transform: scale(0);
      opacity: 0;
      margin-top: -100px;
    }
    to {
      transform: scale(1);
      opacity: 1;
      margin-top: 0px;
    }
  }

  .etapas-s5{
    margin-bottom: 20px;
    display: block;
  }
  .etapas-s5 h4{
    width: 200px;
    text-align: center;
    margin: auto auto;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    color: #000000;
  }
  .etapas-s5 img{
    padding-top: 20px;
    display: block;
    margin: auto auto;
  }
  .etapas-s5 video{
    display: block;
    margin: auto auto;
    width: 115px;
  }
  .btn-assinar-s5{
    text-align: center;
    padding: 14px;
    line-height: 2;
    width: auto;
    background: #FF4D00;
    border-radius: 50px;
    color: white;
    margin-bottom: 50px;
  }
  .card-atencao-s5{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 15px;
    gap: 14px;
    width: 312px;
    height: 160px;
    background: #F7F8FB;
    border-radius: 8px;
  }

  /****** Sexta Sessão ******/
  .section6{
    padding-top: 50px;
    background: #F7F9FC;
    height: 630px;
  }
  .content-s6 p{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FF4D4D;
  }
  .box-mobile-s6{
    display: block;
  }
  .box-pc-s6{
    display: none;
  }
  .content-s6 h1{
    padding-top: 0px;
    width: 250px;
    margin: auto auto;
    text-align: center;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    margin-bottom: 40px;
  }
  .card-s6{
    margin: auto auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    gap: 5px;
    width: 270px;
    height: 340px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #FF4D4D;
    border-radius: 9.4431px;
  }
  .slide-edicoes {

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .setas{
    margin-top: -220px;
    padding-bottom: 188px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50%;
    z-index: 80;
    position: relative;
  }


  .cards-edicoes{
    width: 100%;
    height: 400px;
    background: white;
  }

  .box-atual{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3.93462px 11.8039px 3.93462px 7.86925px;
    gap: 7.87px;
  }
  .card-s6 h5{
    text-align: center;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    margin: 0;
    padding-bottom: 15px;
  }
  .btn-saibamais-s6{
    text-decoration: none;
    color: #FF4D4D;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 20px;
    gap: 7px;
    width: 205px;
    height: 30px;
    border: 1px solid #FF4D4D;
    border-radius: 6.2954px;
  }

  /****** Sétima Sessão ******/
  .section7{
    background: #141312;
    height: auto;
  }
  .section7 p{
    text-align: left;
    padding-top:50px;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #FF8120;
  }
  .content-s7 h1{
    text-align: left;
    width: 310px;
    padding-bottom: 20px;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
  }

  .box-mobile-s7{
    display: block;
  }
  .box-pc-s7{
    display: none;
  }

  .primeiro-exclusivo{
    margin-left: 30px;
  }
  .card-s7 .icone-bnf{
    position: absolute;
    width: 14.54px;
    height: 29px;
    right: 8.46px;
    top: -1px;
  }
  .card-s7{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    gap: 7px;
    isolation: isolate;
    width: 260px;
    height: auto;
    background: radial-gradient(83.61% 61.28% at 50% 30.4%, #554F48 0%, #1F1D1B 100%);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.28);
    border-radius: 12px;
  }

  .card-s7 h5{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0;
  }

  #saibamais1, #saibamais2, #saibamais3, #saibamais4{

  }
  .content-saibamais p{
    margin-top: 0;
    padding-top: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
  }

  .saibamais-s7{
    margin-top: 20px;
    color: #FFB23E;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    width: 101px;
    height: 27px;
    border-radius: 3px;
  }
  .saibamais-s7 img{
    width: 20px;
  }
  .btn-s7{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 25px;
    gap: 5px;
    width: auto;
    height: 47px;
    background: #FF4D00;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: white;
  }
  .content-btn-s7{
    padding-bottom: 40px;
  }

  /****** Oitava Sessão ******/
  .section8{
    background: #F7F9FC;
    height: auto;
  }
  .section8 img{
    display: block;
    margin: auto auto;
  }
  .content-s8 h1{
    padding-top: 40px;
    width: 310px;
    margin: auto auto;
    text-align: center;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    margin-bottom: 40px;
  }
  .content-s8 {
    display: block;
    justify-content: space-between;
    align-items: center;
  }

  .bolhas-comentarios{
    display: block;
  }
  .slide-comentarios{
    display: none;
  }

  .caixa-coment-bullet2 {
    z-index: 98 !important;
    margin-top: 13px !important;
    margin-left: 10px;
  }
  .parte-meio-bolhas{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 97;
    position: relative;
  }
  .bolha-coment{
    cursor: pointer;
    z-index: 99;
    position: relative;
  }
  .bullets-cima{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    gap: 10px;
    position: relative;
  z-index: 98;
  }
  .bullets-cima img{
    width: 50px !important;
  }
  .parte-meio-bolhas img{
    width: 50px !important;
  }
  .parte-baixo-bolhas{
    margin-top: -37px;
    z-index: 90;
    position: relative;
  }
  #bullet-1, #bullet-3, #bullet-4, #bullet-5{
    display: none;
  }
  #bullet-2{
    display: block;
  }
  .aumentabolha{
    transform: scale(1.3);
  }
  .caixa-coment-bullet{
    background-color: white;
    color: black;
    border-radius: 8px;
    width: 300px;
    padding: 10px;
    margin-top: 360px;
    z-index: 92;
    position: absolute;
    box-shadow: 0px 0px 10px 5px #0000001f;
    animation: 1s bullet;
    text-align: center;
  }
  @keyframes bullet {
    from{
      opacity: 0;
    }to{
      opacity: 1;
    }
  }
  .caixa-coment-bullet p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .caixa-coment-bullet h3{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    margin: 0;
  }
  .caixa-coment-bullet span{
    text-align: center !important;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.1em;
    color: #FF4D4D;
  }

  /****** Nona Sessão ******/
  .section9{
    height: 700px;
    background: #F7F9FC;
  }
  .content-s9 h1{
    padding-top: 40px;
    width: 310px;
    margin: auto auto;
    text-align: center;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    margin-bottom: 40px;
  }
  .bolhas-familias{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: -10px;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .bl img{
    border-radius: 50%;
    width: 100%;
  }
  .bl{
    margin-left: -17px;
    background-color: white;
    width: 70px;
    height: 70px;
    border: solid 3px white;
    padding: auto;
    border-radius: 50%;
  }
  .comentarios-s9{
    margin-left: 0;
    position: absolute;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 34px 23px;
    gap: 15px;
    isolation: isolate;
    width: auto !important;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    animation: comentario ease-in 0.5s;
  }
  @keyframes comentario {
    from{
      opacity: 0;
    }to{
      opacity: 1;
    }
  }

  #coment2, #coment3, #coment4, #coment5{
    display: none;
    z-index: 0;
  }

  .transforma-img{
    transform: scale(1.3);
    z-index: 0;
    position: relative;
    margin-top: 24px;
  }
  .transforma-caixa{
    z-index: 99;
    position: relative;
  }
  #imgcoment2{
    z-index: 10;
    position: relative;
  }
  #imgcoment3{
    z-index: 12;
    position: relative;
  }
  #imgcoment4{
    z-index: 14;
    position: relative;
  }
  #imgcoment5{
    z-index: 16;
    position: relative;
  }


  .comentarios-s9 h4{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
  }
  .comentarios-s9 p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    margin: 0;
  }
  .icon-coment img{
    position: absolute;
    width: 45px;
    height: 0px;
    left: calc(50% - 38px/2 + 0.5px);
    top: -16.94px;
  }

  /****** Décima Sessão ******/
  .section10{
    height: 655px;
    background: linear-gradient(149.88deg, #0085FF -0.01%, #0062BD 79.03%);
    background-image: url('images/bg_receba.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .content-s10 h1{
    padding-top: 188px;
    width: 328px;
    margin: auto auto;
    text-align: center;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: white;
    margin-bottom: 15px;
  }
  .btn-s10{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 25px;
    gap: 10px;
    width: auto;
    height: 47px;
    background: #FF4D00;
    border-radius: 60px;
    color: white;
    text-decoration: none;
    margin-bottom: 20px;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
  }
  .content-s10 p{
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: normal;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
  }
  .content-s10 span{
    text-decoration: underline;
  }
  .rodape{
    display: block;
  }

  /****** Rodapé ******/
  .footer{
    background: black;
  }
  .selos {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .logo-mbc img{
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .description-footer p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #848484;
    margin:0;
  }
  .social-icons{
    margin-top: 16px;
    display: flex;
    justify-content: flex-start;
    gap: 18px;
    align-items: center;
  }
  .section-links-footer{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .section-links-footer h4{
    padding-top: 25px;
    padding-bottom: 5px;
    margin: 0px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: white;
  }
  .section-links-footer a{
    font-family: 'Poppins';
    text-decoration: none;
    color: #979797;
    font-size: 15px;
    font-weight: 300;
  }
  .line-footer{
    margin-top: 30px;
    margin-bottom:20px;
    border-bottom: 1px solid #2D2D2D;
  }
  .stamps{
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 10px;
  }
  .stamps img{
    margin-left: 12px;
    margin-right: 12px;
  }

  .paragraph-footer{
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #848484;
  }
  .title-footer{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 47.3902px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #3D3C3C;
    padding-top: 15px;
    padding-bottom: 110px;
  }

}
