/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

body {
    overflow-x: hidden;
    background: #111111;
}



    /* Contêiner que limita o espaço visível */
    .slider-container {
      overflow: hidden; /* Oculta as partes da imagem fora da área visível */
      width: 4054px; /* Ajuste a largura visível conforme necessário */
      height: auto;
      position: absolute;
    }

    /* Contêiner para as imagens duplicadas */
    .slider-track {
      display: flex;
      width: calc(8108px); /* O dobro da largura de uma imagem */
      animation: slide 20s linear infinite; /* Animação infinita */
    }

    /* As imagens individuais */
    .slider-track img {
      width: 50%; /* Largura de cada imagem */
      height: auto;
    }

    /* Animação que faz as imagens deslizarem */
    @keyframes slide {
      0% {
        transform: translateX(0); /* Começa na posição normal */
      }
      100% {
        transform: translateX(-50%); /* Move-se até o fim da primeira imagem */
      }
    }




span.destaque-preco {
    background-color: #807856;
    font-size: 20px;
}




.text-green{
	color:#5da57d !important;
}

div#wrapper {
    background: transparent;
}



section#oferta {
    min-height: 600px;
}


#oferta .assine {
    font-size: 14px;
    margin-top: 6px;
}



    .logo {
        width: 289px;
        margin-bottom: 31% !important;
    }


#text-legal {
    background: #111111;
}

h1, h2, h3, h4 {font-family:"Montserrat", "Palatino Linotype", "Century Schoolbook L", "Times New Roman", "serif"; color:#ffffff; font-weight: 600;
}

p {
	font-family: "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 0;		
}


h1 {
    font-size: 36px;
    line-height: 42px !important;
}

h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}

h3 {
    font-weight: 700;
}

h1 span {
    background-color: #5da57d;
    color: #fff!important;
    font-size: 32px;
    padding: 0 10px;
}

.oferta-txt{
    font-weight: 700;
    font-size: 30px !important;
    line-height: 34px !important;
}

p span {
    color: #5da57d;
    margin-bottom: 0;
    }


span.risco {
    color: #ffffff;
    text-decoration: line-through;
    text-decoration-color: #ff0000 !important;
}


span.destaque-red {
    background: #ff0000;
    font-size: 21px;
}

strong {
    font-weight: 800;
}

span.preco {
    background: none;
    padding: 0;
    text-decoration: line-through;
    font-weight: 500;
}




.display-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.line-top {
    border-top: 3px solid #5da57d;
    padding-top: 12px;
    width: 41px;
}

.logo {
    width: 240px;
}

.font-lg {
    font-size: 20px;
}

.font-sm {
    font-size: 13px;
}

.btn {
	font-weight: 300;
    line-height: 20px;
	text-transform: uppercase;
    color:#fff; 
}

.btn-md {
    background-color: #5da57d;
    padding: 16px 30px;
    font-size: 19px;
    border-radius: 6px;
    letter-spacing: 0px;
    font-weight: 700;
}

.btn:hover {
    color: #000;
    background-color: #fff;
}


.font-size-default {
    font-size: 31px;
}

.font-size-sm {
    font-size: 14px;
    line-height: 23px!important;
}

.font-size-md {
    font-size: 20px
}

.color-primary {
    color: #000000;
}


button.green {
    background-color: #2ecc71;
}

.display-flex {
    display: flex!important;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    


.italico {
    font-style: italic;
}

.chamada {
    font-size: 40px;
    color:#5da57d;
    font-weight: 800;
    line-height: 40px;	
}

.pl-1 {
    padding-left: 39px;
}


.assinatura {
    font-size: 22px !important;
}


.display-flex {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#oferta a {
    width: 400px;
}


#intro
 {
    background: #807856;
}


#intro a {
    background: #ff0000;
}


#text-legal p {
    font-size: 13px;
}


#intro h3 {
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
}


ul {
  list-style-type: none; /* Remove o marcador padrão */
}

ul li {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: -1px 1px;
    padding-left: 33px;
    padding-bottom: 11px;
}


.assine {
    font-size: 16px;
    margin-top: 6px;
    margin-left: 10px;
}


#cursos
 {
    background: #1b1b1b;
}

#cursos h4 {
    font-size: 36px;
}

#cursos h2 {
    font-size: 12px;
    line-height: 15px;
}


#cursos h3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
}


.p-menor {
    font-size: 16px;
	line-height: 20px;
}


#assine {
	background: #5da57d;
}


#assine a {
    background: #111111;
}


#assine a:hover, #bonus a:hover {
    color:#111111;
	background: #ffffff;
}


#trilhas
 {
    background: #1b1b1b;
}

#bonus{
	background: #807856;
}

#final{
	background: #1b1b1b;
}


#bonus a {
    background: #1b1b1b;
}


#bonus span {
    padding: 0;
     font-weight: bold;
}


.modal-content {
    background-color: #5da57d;
}



/* ----------------------------------------------------------------
FOOTER BLACK
-----------------------------------------------------------------*/

footer {
    background: #1b1b1b;
    border: none !important;
}

div#copyrights {
    background: #1b1b1b;
}


#copyrights {
    padding: 50px 0;
    font-size: 0.875rem;
    line-height: 1.8;
}


footer p {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

p.fone {
    margin: 0 0 6px;
    font-size: 20px;
}

footer h3 {
	color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 40px;
	line-height: 22px;
}

.icon-social {
    margin-right: 15px;
}

p.legal {
    font-size: 13px;
    line-height: 16px !important;	
    margin-top: 35px !important;
    width: 70%;
}

.social-icons {
    margin-bottom: 40px;
}

.chat a {
    color: #ffffff;
}


.valor p {
    line-height: 10px !important;
    font-size: 16px;
    letter-spacing: 2px;
}


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    
    
.oferta-txt {
    font-weight: 700;
    font-size: 26px !important;
    line-height: 30px !important;
}    
	
	
 /* Contêiner que limita o espaço visível */
 .slider-container {
    overflow: hidden; /* Oculta as partes da imagem fora da área visível */
    width: 100%; /* Ajusta a largura conforme necessário */
    height: auto;	 
    position: relative;
  }

  /* Contêiner para as imagens duplicadas */
  .slider-track {
    display: flex;
    width: calc(200%); /* O dobro da largura para acomodar a segunda imagem */
    animation: slide 8s infinite linear; /* Animação infinita */
  }


  /* As imagens individuais */
  .slider-track img {
    width: 100%; /* A largura ocupa 100% do contêiner pai */
	height: auto;
  }	
	
	

	

h1 {
        font-size: 31px;
        line-height: 33px !important;
    }
	
	
section#oferta {
    min-height: auto;
}	
	
#oferta a {
    width: 340px;
	font-size: 17px;
	line-height: 20px;
}	
	

p {
    font-family: "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 17px;
    line-height: 24px;
}
	
#oferta {
	background: #111111;}
	
#oferta .assine {
    margin-left: 0;
}	
	

	
    .display-flex {
        flex-direction: column;
    }	

	.colunaImagem{order:1;}	
	.colunaTexto{order:2;}	
	
.logo{margin:25px auto 0;}
	
.line-top {margin: 0 auto;}	
	
.pl-1 {padding-left: 0;}	
	
	
#cursos h4 {
    font-size: 30px;
    line-height: 33px;
}
	
    h2 {
        font-size: 22px;
        line-height: 29px;
        font-weight: 700;
    }	
	
	

}




@media screen and (min-width: 545px) and (max-width: 800px) {

    

    .logo {
        width: 289px;
    }
    h1 {
        font-size: 40px;
        line-height: 45px !important;
    }



}


@media screen and (min-width: 1000px) and (max-width: 1299px) {
    .slider-container {
        overflow: hidden;
        width: 100%;
        height: auto;
        position: absolute;
    }

    .slider-track {
        width: calc(6230px);
    }

    .padding-text {
        padding: 0 0 0 50px !important;
    } 
    
    .font-size-default {
        font-size: 28px;
    }

    
    .container-copy {
        display: inline-flex;
    }

    p { 
        font-size: 20px;
        line-height: 20px !important;        
    }

    .p-informacoes-juridicas {
        line-height: 25px !important;
    }

    h1 {
        line-height: 40px !important;
    }

    h2 {
        font-size: 38px;
    }
    
    
   

}

@media screen and (min-width: 1300px) and  (max-width: 1500px){
    .padding-text {
        padding: 0 0 0 180px !important;
    }

    .font-sm {
        margin-left: 50px;
    }
	
    /* Contêiner que limita o espaço visível */
    .slider-container {
      overflow: hidden; /* Oculta as partes da imagem fora da área visível */
      width: 130%; /* Ajuste a largura visível conforme necessário */
      height: auto;
      position: absolute;
    }

    /* Contêiner para as imagens duplicadas */
    .slider-track {
      display: flex;
      width: calc(306%); /* O dobro da largura de uma imagem */
      animation: slide 20s linear infinite; /* Animação infinita */
    }	

    .display-flex {
        display: flex!important;
        align-items: end;
        height: 100%;
    }

h1 {
        font-size: 30px;
        line-height: 33px !important;
    }

    h2 {
        font-size: 36px;
    }

    p { 
        font-size: 17px;       
    }

    .font-size-default {
        font-size: 40px
    }	
    
    .btn-lg {
        font-size: 24px;
    } 
    
    .btn-md, .btn-white-md {
        font-size: 18px;
        padding: 20px 40px;
    }

    .btn-size-md, .btn-send  {
        width: 333px;
    }

    .btn-p-lg {
        padding: 15px 30px!important;
    }

    .form-control {
        width: 333px;
        font-size: 20px;
        padding: 13px 30px;
    }

    

    
        
}





@media screen and (min-width: 1500px) and  (max-width: 2000px){
    .padding-text {
        padding: 0 0 0 180px !important;
    }

    .font-sm {
        margin-left: 50px;
    }
	
    /* Contêiner que limita o espaço visível */
    .slider-container {
      overflow: hidden; /* Oculta as partes da imagem fora da área visível */
      width: 125%; /* Ajuste a largura visível conforme necessário */
      height: auto;
      position: absolute;
    }

    /* Contêiner para as imagens duplicadas */
    .slider-track {
      display: flex;
      width: calc(280%); /* O dobro da largura de uma imagem */
      animation: slide 20s linear infinite; /* Animação infinita */
    }	

    .display-flex {
        display: flex!important;
        align-items: end;
        height: 100%;
    }

    h1 {
        line-height: 35px!important;
    }

    h2 {
        font-size: 36px;
    }

    p { 
        font-size: 17px;       
    }

    .font-size-default {
        font-size: 40px
    }	
    
    .btn-lg {
        font-size: 24px;
    } 
    
    .btn-md, .btn-white-md {
        font-size: 18px;
        padding: 20px 40px;
    }

    .btn-size-md, .btn-send  {
        width: 333px;
    }

    .btn-p-lg {
        padding: 15px 30px!important;
    }

    .form-control {
        width: 333px;
        font-size: 20px;
        padding: 13px 30px;
    }

    

    
        
}