/* ===== FONTES ===== */
@font-face {
    font-family: 'arkit-light';
    src: url('arkit-light.ttf') format('truetype'),
         url('arkit-light.woff') format('woff'),
         url('arkit-light.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arkit-regular';
    src: url('arkit-regular.ttf') format('truetype'),
         url('arkit-regular.woff') format('woff'),
         url('arkit-regular.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arkit-bold';
    src: url('arkit-bold.ttf') format('truetype'),
         url('arkit-bold.woff') format('woff'),
         url('arkit-bold.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'acumin-pro-extra-condensed-black';
    src: url('acumin-pro-extra-condensed-black.ttf') format('truetype'),
         url('acumin-pro-extra-condensed-black.woff') format('woff'),
         url('acumin-pro-extra-condensed-black.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}   

@font-face {
    font-family: 'acumin-pro-extra-condensed';
    src: url('acumin-pro-extra-condensed.ttf') format('truetype'),
         url('acumin-pro-extra-condensed.woff') format('woff'),
         url('acumin-pro-extra-condensed.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}   

/* ===== RESET E ESTILOS GLOBAIS ===== */
* {
    margin: 0 auto;
    padding: 0;
    font-family: 'arkit-light';
    text-align: center;
    box-sizing: border-box;
}

a:link, a:visited {
    text-decoration: none;
    color: #000;
}

/* ===== UTILITÁRIOS ===== */
.spacer {
    clear: both;
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
}

.spacermid {
    clear: both;
    display: block;
    width: 100%;
    height: 30px;
    position: relative;
}

.spacerbig {
    clear: both;
    display: block;
    width: 100%;
    height: 80px;
    position: relative;
}

.spacerpeq {
    clear: both;
    display: block;
    width: 100%;
    height: 10px;
    position: relative;
}

.line {
    clear: both;
    position: relative;
    margin: 0 auto;
    border-top: 4px solid #ce112b;
    width: 50%;
}

/* ===== TIPOGRAFIA ===== */
h1, h2, h3, h4, h5{
    font-family: 'acumin-pro-extra-condensed';
    letter-spacing: 0;
    line-height: 0.95;
    
}

h1 {
    color: white;
    top: 100px; 
    width: 80%;
    text-align: center;
    font-size: 64px;
}

h2 {
    font-size: 56px;
    width: 80%;
    margin-top:20px;
    color: white;
}

h3 {
    font-size: 56px;
    
}

h4 {
        font-size: 44px;
    }

p {
    font-family: 'arkit-light';
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1.1;
}

b {
    font-family: 'arkit-bold';
}
/* ===== MENU NAVEGAÇÃO ===== */
.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    height: 70px;
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99999;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.menu-left, .menu-right {
    display: flex;
    align-items: center;
}

.menu-left {
    flex: 1;
    justify-content: flex-end;
    margin-right: 30px;
}

.menu-center {
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.menu-right {
    flex: 1;
    justify-content: flex-start;
    margin-left: 20px;
}

.logo {
    height: 50px;
    width: auto;
}

.menu-item {
    font-family: 'arkit-regular';
    color: #000;
    text-decoration: none;
    margin: 0 50px;
    font-size: 16px;
    white-space: nowrap;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.menu-left .menu-item:first-child {
    margin-right: 20px; /* Masterclass gratuita é maior */
}

.menu-right .menu-item:nth-child(1),
.menu-right .menu-item:nth-child(2) {
    margin-right: 15px; /* Loja e Blog são menores */
}

.menu-item:hover {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

/* ===== SEÇÃO PRINCIPAL ===== */
.principal {
    width: 100%;
    position: relative;
    overflow: hidden; /* Para evitar que a imagem cause scroll horizontal */
}

.principal img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: -1; 
}

.principal-content {
    position: absolute;
    bottom: 88px; 
    width: 100%;
    z-index: 10;
}

.principal-content h2 span {
    font-family: 'acumin-pro-extra-condensed';
    letter-spacing: -1px;
    color: #ffde94;
}

.reclama{
    margin-top: 30px;
    margin-bottom: 50px;
    width: 40%;
}
.reclama p{
text-align: left;
}
div.reclama > p:first-of-type{
    margin-bottom: 30px;    
}

.reclama h4{
margin-bottom: 30px;
}

.xvermelho {
    float: left;
    width: 30px;
    height: auto;
margin-right: 15px;
}

.balao-amarelo{
    width: 40%;
    border-radius: 20px;
    background-color: #ffde94;
    padding: 25px 40px;
    margin-bottom: 60px;
}
.balao-amarelo p{
    font-family: 'arkit-regular';
font-size: 28px;
}

.tarja-preta {
        width: 100%;
    background-color: #000;
    color: #fff;
    padding: 30px;
  }
  


  .cegueira {
    padding:0 0 0 60px;
    display: flex;
    width: 80%;
    gap: 30px;
    height: 200px;
  }
  
  .cegueira > div:first-child {
    flex: 0 0 63%; 
    flex: 1;
     display: flex;
    align-items: center;
    
  }
  
  
  .cegueira p {
    text-align: right;
    font-size: 30px;
    margin: 0;
  }
  
  .cegueira p strong {
    font-family: 'arkit-regular';
    color:#ffde94;
  }
  
  .cegueira > div:last-child {
    flex: 0 0 37%;
    display: flex;
    align-items: center;
  }
  
  .ouro {
    height: 100%;
    margin-left: 0;
    width: auto;
    vertical-align: middle;
       
  }
  
  
  .revelacao {
    display: flex;
    align-items: stretch; 
    justify-content: space-between;
    width: 60%;
    margin-top: 60px;
    margin-bottom: 80px;
    gap: 30px;
  }
  
  .revelacao > div:first-child {
    flex: 0 0 40%; 
    flex: 1;
     display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .revelacao > div:last-child {
    flex: 0 0 60%;
    display: flex;
    align-items: center;
  }

 .revelacao p {
    text-align: left;
    font-size: 30px;

 }
  .revelacao img {
    
    margin-right: 0;
    width: 100%;
    object-fit: contain;
    display: block;
    max-width: 100%;
  }

#top-negativo{
    margin-top: -60px;
}
  .carta {
    background-color: white;
    padding: 35px 50px 35px 0;
    border: 2px solid black;
    display: flex;
        align-items: stretch; 
    justify-content: space-between;
    width: 1100px;
    height: 400px;
    
    gap: 30px;
  }
  
  .carta > div:first-child {
    flex: 0 0 35%; 
    
     display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .carta > div:last-child {
    flex: 0 0 65%;
    display: flex;
    padding-right: 50px;
    
  }

  .carta-dir{
    display: flex;
    flex-direction: column;
    margin-top: -18px;
  }
  .carta-dir .line{
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 6px;
  }

 .carta p {
    text-align: left;
    font-size: 28px;
    margin-top: 0;
     }
     .titulo-carta{
        margin-left: 65px;
     }
  .carta img {
    
    margin-right: 0;
    height: 310px;
    object-fit: contain;
    display: block;
    
  }

  .number{
    display: flex;
    flex-direction: row;
    margin-left: 0;
    font-family: 'arkit-bold';
    font-size: 86px;
    color: #ce112b;
    margin-bottom: -103px;
    
  }

  .last-carta {
    background-color: white;
    padding: 22px 90px 43px 100px;
    border: 2px solid black;
    width: 1100px;
    height: 400px;
      }

.last-carta p {
    text-align: left;
    font-size: 28px;
    
}
.last-carta .titulo-carta{
    margin-left: 80px;
}
.last-carta .line{
    margin-left: 80px;
    margin-top: 6px;
    margin-bottom: 35px;
}

.sombra {
    width: 1100px;
}

.last-carta .number {
    margin-bottom: -95px;
}

#primeira-meiuca {
    margin-top: -40px !important;
    margin-bottom: 40px !important;
    
}

.meiuca
{
    margin-top: 60px;
    width: 60%;
}
.meiuca p{
    margin-top: 30px;
    width: 70%;
    margin-bottom: 30px;
    
}

.resposta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center; /* Centraliza verticalmente os itens */
}

.resposta > div:first-child {
    text-align: right;
    margin-right: 0;
    padding-right: 0;
}

.resposta p {
    text-align: right;
    width: 100%;
    margin: 0.5em 0; /* Espaço entre os parágrafos */
    
}

.resposta > div:last-child {
    text-align: left;
    display: flex;
    margin-left: 0;
    justify-content: flex-start; /* Alinha imagem à esquerda */
    align-items: center;
    height: 100%;
}

.resposta img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 1px solid #828282;
    border-radius: 5px;
}

.paragrafo-maior{
    font-family: 'arkit-regular';
    font-size: 28px;
}



.quem-sou-eu {
    margin-top: 60px;
    background-color: #2e2e2e;
    border-radius: 15px;
    padding: 50px 30px 70px 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
    color: white;
    width: 950px;
    
    
}
.quem-sou-eu img {
    height: auto;
    width: 90%

}

.quem-sou-eu > div:first-child {

flex: 0 0 50%;
}

.quem-sou-eu > div:last-child {
    text-align: left;
    flex: 0 0 50%;
    }

.quem-sou-eu p {
    text-align: left;
    width: 80%;
    margin-bottom: 20px;
}

.quem-sou-eu span{
    color: #ffde94;
}



.balao-cinza{
    margin-top: -30px;
    width: 50%;
    border-radius: 20px;
    background-color: #535353;
    padding: 25px 40px;
    margin-bottom: 60px;
    color: white;
}

.ssa{
    background-image: url("fundo-ssa.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    color: white;
    padding: 60px;
}
.ssa h4{
margin-top: 40px;    
margin-bottom: 40px;    
}

.descricao{
    border: 3px dotted #535353;
    border-radius: 20px;
    width: 40%;
    padding: 50px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.lista {
    list-style: none;
    padding-left: 0;
    
    
  }
  
  .lista li {
    text-align: left;
    background: url("check.jpg") no-repeat left center;
    background-size: 20px; 
    padding-left: 30px;    
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.3;
    background-position: left 0.1em top; 
  }
  .banner{
    width: 100%;
    margin-top: 40px;
  }


  #video {
    width: 80%;
	height: auto ;
    aspect-ratio: 16/9;
    margin-top: 20px; 
    border-radius: 6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border: #e6e6e6 3px solid;
	box-sizing: border-box;
   
}

.logos {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    margin-bottom: 50px;
    margin-top: 50px;
    width: 70%;
}

.logos img {
    width: 75%;
    height: auto;
}


.elite {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 30px;
    align-items: center;
    width: 800px;
    padding: 60px 70px 20px 60px;
}
.elite p {
    text-align: left;
    font-size: 28px;
}

.elite img {
    height: auto;
    width: 100%
}


.carousel-container {
    width: 934px; 
    overflow: hidden;
    margin-top: -60px;
  }
  
  .carousel-track {
    display: flex;
    gap: 17px; /* Espaço entre as imagens */
    transition: transform 0.5s ease; 
    will-change: transform;
   
  }
  
  .carousel-track img {
    flex-shrink: 0;
    width: 300px;
    height: auto;
    object-fit: cover;
    padding: 0;
    z-index: 99999 !important;
  }
  
  .carousel-button {
    position: absolute;
    top: 40%;
    cursor: pointer;
    border: none;
   background: none;
   z-index: 999;
     }
  
     .carousel-button img {
     width: 40px;
     height: auto;
     }

  .carousel-button:hover{
    text-decoration: none;
  }
   
.depoimentos {
    position: relative;
    width: 70%;
    
}
.carousel-button.prev {
    left: 0;
   }
   
   .carousel-button.next {
     right: 0;
   }

/* ===== FAQ ===== */

.accordion {
	background-color: #ffde94;
	color: #000;
	cursor: pointer;
	padding: 10px 20px;
		border: none;
	border-radius: 15px;
	text-align: left;
	outline: none;
	transition: 0.4s;
  }
mark {
    font-family: 'arkit-regular';
    background-color: #ffde94;
}
  .accordion p{
    font-family: 'arkit-regular';
	  font-size: 22px;
	  text-align: left;
      margin-top: 26px;
      
  }
  .active, .accordion:hover {
	  box-shadow: 0px 0px 20px rgb(255, 222, 148);
  
}

.accordion:after {
	content: '\002B';
    font-family: 'arkit-regular';
	color: black;
	font-size:24px;
	float: right;
	margin-left: 5px;
  }

.active:after {
	content: "\2212";
  }
  .panel, .accordion{
    width: 60%;
  } 
  .panel {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin-bottom:10px;
    
  }
  
  .panel p{
    text-align: left;
    font-family: 'arkit-light';
	  font-size:24px;
	  margin:20px 0 15px 0;
	  float:left;
    line-height: 1.3;
		  }
  
.pitch{
    margin-top: 60px;
    border: 2px solid black;
    padding:60px;
    width: 1100px;
}

.pitch strong {
    font-family: 'acumin-pro-extra-condensed';
color: white;
text-transform: uppercase;
background-color: #ce112b;


}
.pitch p, .pitch h3, .pitch h4 {
    margin-top: 30px;
} 



.bigprice {
    font-family: 'acumin-pro-extra-condensed-black';
    color: #1ea100;
    font-size: 85px;
    margin-top: 20px;
    margin-bottom: -30px;
  }

.smallprice {
    font-family: 'acumin-pro-extra-condensed-black';
    color: #1ea100;
    font-size: 55px;
    margin-top: -30px;
    margin-bottom: 0;
  }

  .botao{
    background-image: linear-gradient( #29d900, #1ea100 );
    padding: 20px 10px 10px  10px;
    width: 55%;
    border-radius: 15px;
    box-sizing: border-box;
    font-family: 'acumin-pro-extra-condensed-black';
    font-size: 60px;
    white-space: nowrap;
    letter-spacing: 0;
    color: white;
        
     }
     
.segemp{
    width: 50%;
    height: auto;
    margin-top: 5px;
}

.titulo-boleto {
    font-family: inherit;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    max-width: 70%;
    margin: 20px auto 10px auto;
    text-align: center;
    line-height: 1.3;
}

.botao-boleto {
    background-image: linear-gradient( #ffd700, #e6b800 );
    padding: 20px 10px 10px 10px;
    width: 55%;
    border-radius: 15px;
    box-sizing: border-box;
    font-family: 'acumin-pro-extra-condensed-black';
    font-size: 60px;
    white-space: nowrap;
    letter-spacing: 0;
    color: #1a1a1a;
    margin: 0 auto;
}


.garantia{
    margin-top:70px;
    text-align: left;
    width: 70%;
    border: 3px dotted #535353;
    border-radius: 20px;
    padding:60px;
    }
.garantia p{
    font-size: 24px;
    text-align: left;
} 
.garantia img {
    width:160px;
    height:auto;
    float: left;
    border-right:20px solid transparent;
    }


    .publico-alvo {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        width: 90%;
      }
      .publico-alvo span{
        font-family: 'acumin-pro-extra-condensed';
    color: #ce112b;  
    }

      .publico-alvo .publico-alvo-bloco {
        flex: 1;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 10px;
        padding : 30px;
      }
      
      .publico-alvo .publico-alvo-bloco h2 {
        margin-bottom: 15px;
      }
      
      .publico-alvo .publico-alvo-bloco ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      
      .publico-alvo .publico-alvo-bloco li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 1.4;
        text-align: left;

      }
        

#top-extra {
    margin-top: 60px;
}


.grade {
    width: 80%;
    display: grid;
    grid-template-columns: 9% 40% 1% 40% 9%;
}

#depo {
    width: 100%;
	height: auto;
    aspect-ratio: 16/9;
	border-radius: 10px;
	border: #535353 3px solid;
	box-sizing: border-box;

}

/* ===== RODAPÉ ===== */
.rodape {
    line-height: 1.1;
    background-color: #000;
    box-sizing: border-box;
}

.rodape p, .rodape a {
    font-family: 'arkit-light';
    font-size: 18px;
    width: 30%;
    color: #fff;
    line-height: 1.2;
}

.logorodape {
    float: left;
    margin-top: 90px;
    margin-left: 8%;
}

#prodape {
    float: right;
    display: inline-block;
    margin-top: -270px;
}

/* ===== RESPONSIVIDADE ===== */
#celular {
    display: none;
}

@media only screen and (max-width: 600px) {

#desktop {
    display: none;
}

#celular {
    display: inherit;
}


h1, h2, h3, h4, h5, .principal-content h2 span {
    font-family: 'acumin-pro-extra-condensed';
    letter-spacing: 0,8px;
    width: 90%;

}

/* Menu de navegação */
.menu {
    top: 0;
    height: 60px;
    padding: 0 10px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.menu-right {
    width: auto;
    margin: 0;
    margin-right: 20px;
    justify-content: flex-end;
    flex: 1;
}

.menu-center {
    width: auto;
    margin: 0;
    justify-content: flex-start;
    flex: 0 0 auto;
}

.menu-item {
    margin: 0 5px;
    font-size: 12px;
}

.logo {
    height: 38px;
    margin-left: 0;
}

.principal-content {
    padding: 15px;
    bottom: 18px;
}

.principal-content h2 {
    margin-top: 12px;
    font-size: 24px; 
}



#primeira-meiuca {
margin-top: 15px !important; 
   margin-bottom: 30px !important;
    
}





.xvermelho {
    
margin-right: 8px;
}

.reclama{
    margin-top: 10px;
    margin-bottom: 30px;
width: 80%;
}

.balao-amarelo{
    margin-bottom: 30px;
    padding: 15px 25px 27px 25px;
    width: 90%;
    
}


.tarja-preta {
    display: block;
  padding: 15px 0;
  
  }


.cegueira {
    padding: 0;
display: block;
height: auto;
}

.cegueira p {
    text-align: center;
    font-size: 22px;
    
  }
  .revelacao {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 80%;

}
  
.revelacao p {
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    
}

.revelacao img {
    width: 80%;
    margin: 0 auto;
}

#top-negativo{
    margin-top: -20px;
}

.carta{
    width: 85%;
    display: block !important;
    height: auto;
    padding: 30px 0 30px 0;
    text-align: center;
}

.last-carta{
    width: 85%;
    display: block !important;
    height: auto;
    padding: 10px 30px 40px 30px;
    text-align: center;
    margin-top: 0;
}



.sombra {
    width: 85%;
}

.carta-dir, .last-carta-dir{
    display: block !important;
   margin-top: 20px;
margin: 0 auto !important;
text-align: center;
width: 80%;
}

.titulo-carta, .last-carta .titulo-carta{
    margin: 0 auto;
    text-align: center;
}

.carta p, .last-carta p{
    text-align: center;
    margin: 0 auto;
    font-size: 22px;
}

.number, .last-carta .number {
    font-size: 52px;
    display: block;
    margin-bottom: -20px;
    float: none;
}


.carta > div:first-child,
    .carta > div:last-child {
    flex: none;
    display: block;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        justify-content: center;
    }

    .carta-dir .line, .last-carta-dir .line{
        margin: 6px auto 20px auto; /* Centraliza a linha */
        width: 50%; /* Mantém a largura da linha */
    }

    .meiuca {
        width: 90%;
        margin-top: 30px;
    }

    .meiuca p{
        margin-top: 10px;
         margin-bottom: 10px;
     font-size: 20px;   
     width: 85%;
    }



.depoimentos{
width: 100%;
}

.carousel-container {
width: 300px; /* Largura para mostrar apenas uma imagem */
margin: 0 auto; /* Centraliza o carrossel */
margin-top: -60px;
}

.depoimentos {
width: 100%; /* Ajusta a largura do container para telas pequenas */
padding: 0 15px; /* Adiciona um pequeno padding nas laterais */
}

.carousel-button.prev {
left: 6px; /* Ajusta a posição do botão esquerdo */
}

.carousel-button.next {
right: 6px; /* Ajusta a posição do botão direito */
}

.carousel-button img {
width: 30px; /* Reduz um pouco o tamanho dos botões */
}



.grade{
display: inherit;
}

.quem-sou-eu {
    display: block;
    padding: 30px 20px 20px 20px;
    height: auto;
    width: 90%;
}
.quem-sou-eu p{
font-size: 20px;
text-align: center;
width: 90%;
}



.quem-sou-eu img {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block; 
    float: none; 
    margin-bottom: 25px;
}


.paragrafo-maior{
    font-size: 22px;
    margin-top: 15px;
}


#depo {
width: 300px;
height: 171px;
}

.garantia{ 
text-align: center;
width: 80%;
padding: 20px;
}

.garantia p
{
    font-size: 20px;
text-align: center;
}

.garantia img {
float: none;
border: 0;
}
.balao-cinza{
    width: 75%;
    padding: 18px 25px;
    margin-bottom: 30px;
}

.pitch {
    width: 85%;
    padding: 10px 20px 40px 20px;
}

.pitch .botao{
    width: 100%;
}

 
.descricao{
    
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 85%;
}




 .elite  {
    width: 85%;
    display: block;
    flex: none;
    padding: 20px;
    height: auto;
    margin-top: 20px;
}

.elite img{
    width: 60%;
    height: auto;
}
.elite p {
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
}




.carta img {
    width: 70%;
    height: auto;
    margin: 0 auto;
}

.ouro {
width: 70%;
    height: auto;
    margin: 0 35px 0 auto;
}

.resposta {
    display: block;
}

.resposta p {
    text-align: center;
    margin: 20px auto 20px auto;
    font-size: 22px;
    }

.resposta img {
    width: 80%;
    margin-top: 20px;
}

/* Ajustes apenas nas fontes principais para celular */
h1 {
    font-size: 28px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

p, .balao-amarelo p, .balao-cinza p, .reclama p, .descricao p, .pitch p {
    font-size: 20px;
}

/* Botão menor e confortável */
.botao {
    font-size: 30px;
    width: 80%;
    padding: 15px 10px;
}

.botao-boleto {
    font-size: 30px;
    width: 80%;
    padding: 15px 10px;
}

.titulo-boleto {
    font-size: 18px;
    max-width: 90%;
}

/* Preço ajustado */
.bigprice {
    font-size: 45px;
    margin-bottom: -20px;
}

.segemp{
    width: 80%;
}
.smallprice {
    font-size: 28px;
    margin-top: -20px;
}

.cert-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cert-wrapper .banner  {    
    margin-top: 10px;
    overflow: hidden;
    width: 300%;
    height: auto;
    margin-left: -163%;
}

.publico-alvo {
    flex: none;
display: block;
    width: 95%;
    padding: 0;
    
}

.publico-alvo .publico-alvo-bloco {
    width: 90%;
    font-size: 18px;
    padding: 20px;
    
}

.panel, .accordion{
    width: 85%;
}
.panel p{
font-size: 22px;
}

.ssa {
    padding: 40px 0;
}

.ssa img {
    width: 90%;
}

.ssa h4{
    margin-top: 20px;  
    margin-bottom: 20px;  
}    

.logos {
    display: block;
    width: 50%;
    
}



/* Rodapé */
.rodape {
    padding-bottom: 20px;
}

.logorodape {
    float: none;
    margin: 30px auto 30px auto;
    width: 40%;
    height: auto;
}

.rodape p {
    width: 95%;
    font-size: 14px;
}

#prodape {
    float: none;
    margin: 30px auto 0;
    width: 90%;
}

#prodape img {
    width: 60px;
    height: auto;
}



}