@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: belisa_plumilla;
    src: url(/fonts/belisa_plumilla.ttf);
}

@font-face {
    font-family: Plunct;
    src: url(/fonts/PintassilgoPrints\ -\ Plunct.otf);
    
}

@font-face {
    font-family: OMORI_GAME ;
    src: url(/fonts/OMORI_GAME.ttf);
}
@font-face {
    font-family:Plact;
    src: url(/fonts/PintassilgoPrints\ -\ Plact.otf);
}


  *::-webkit-scrollbar {
    width: 15px;
  }

  *::-webkit-scrollbar-track {
    background: #000000;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #262626;

    border: 0.3px solid #020202;
  }

  h1::selection, p::selection, h1 span::selection, a::selection, br::selection, span::selection, ul::selection{
    background-color: #f1ede5; /* Cor de fundo quando o texto é selecionado */
    color: #f12f2f; /* Cor do texto quando selecionado */
}

img{
    user-select: none; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
}
  /**loading*/

  #loading {
    background: url('/images/loading.gif') no-repeat center center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 101%;
    width: 101%;
    z-index: 9999999;
    background-color: #000000;
    display: none; /* Inicialmente escondido */
}

body {
    background-color: rgb(0, 0, 0);
  
    margin: 0;
    min-width: 356px;

}



    .abovestart{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
}
    .start {
    background-image: url(/images/background.gif);
    background-size: auto;
    background-position: center center;
    background-repeat: repeat-x;
    padding-top: 130px;
    padding-bottom: 170px;
    opacity: 0;
    animation: fadeIn 2.5s forwards;
    min-width: 356px;
    position: relative;
    transform: scaleX(-1);
    width: 90%;
}
@media screen and (max-width: 1138px){
   
    .start {
    
        background-size: auto;
        background-position: center center;
        background-repeat: repeat-x;
        padding-top: 130px;
        padding-bottom: 170px;
        opacity: 0;
        animation: fadeIn 2.5s forwards;
        min-width: 356px;
        position: relative;
        transform: scaleX(-1); 
        width: 90%;
    }
}

.third {
    display: flex;
    flex-direction: column;
    align-items: center;
   
    max-width: 130%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    transform: scaleX(-1);
    
 
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.begin {
 
    display: flex;
    
    
    
}


/* turmas*/
.first {
    position: relative;
    width: 350px; 
    height: 250px; 
    padding-top: 20px; 
    overflow: hidden;
    padding-bottom: 20px; 
    bottom: 20px;
    user-select: none;
   
}
.feat {
    position: absolute;
    bottom: -100%;
    left: 90;
    right: 0;
    transition: bottom 0.5s ease; 
}
.logo1 {
    position: relative;
    z-index: 1; 
    transition: transform 0.5s ease; 
}
.first:hover .feat {
    bottom: 0; 
}
.first:hover .logo1 {
    transform: translateY(-20px); 
}


.logo1 img{
    width: 100%;
}
.vagas{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.turma {
    margin-bottom: 13px;
    padding: 0px;
    font-size: 30px;
    align-items: center;
   display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.turma h1 {
    color: #262626;
    margin: 0;
    font-family: Plunct;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0;
    font-size: 50px;
    text-rendering: optimizeLegibility;
}
.turma p {
    padding: 0px;
    margin: 0;
    font-family: OMORI_GAME;
    font-weight: normal;
    font-size: 40px;
    text-rendering: optimizeLegibility;

}

.turma .em-breve  {
    color: #f12f2f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.turma-fechada {
    color: #f12f2f;
    text-decoration: line-through;
    display: flex;
    align-items: center;
    justify-content: center;
}

.turma-normal  {
    color: #f12f2f; 
    display: flex;
    align-items: center;
    justify-content: center;

}
.turma-normal  span{
    color: #262626; 
    font-weight: bold; 
}
.turma-extra{
    color: #f12f2f; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.turma-extra  span{
    color: #262626; 
    font-weight: bold; 
}

.second {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 30px;
    justify-content: center;
}

.second .seemore a {
    font-family: roboto;
    font-weight: 100;
    font-style: none;
    text-decoration: none;
    color: #262626;
    margin: 0;
}

.second .seemore a h1{
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;

}
.start .button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
   
}

.start .button a  {
   text-decoration: none;
   color: #f1ede5;
   font-family: Plact;
   font-size: 25px;
   
  
}

.start .button a:hover {
    
    color: #262626;
   
   
 }

.start .button p {
    position: absolute;
    margin: 0;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); 
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 250px;
}

.start .button img {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media screen and (max-width: 924px) {
    .begin{
        display: flex;
        flex-direction: column;
        
        
    }

    .second {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0px;
        align-content: center;
    }
    .start {
    
        background-image: url(/images/background-2.gif);
        min-height: 546px;
        justify-content: center;
        display: flex;
        flex-direction: column;
     }

     .third .button{
        display: none;
       
     }
     .start {
      
        width: 100%;
    }
    .first{
        left: -14px;

    }
     
    }


    @media screen and (min-width: 924px){
        .button2{
            display: none;
        }
    }

    .button2 {
        position: absolute;
        top: 850px;
        left: 50%;
        min-width: 356px;
        transform: translateX(-50%) scaleX(-1); 
    }
    

   
    .border1, .border2 {
        position: absolute;
        top: 16px;
        opacity: 0;
        user-select: none;
        
    }
    
    .border1 {
        left: -2px;
    }
    
    .border2 {
        right: -2px;
        transform: scaleX(-1); 
    }
    
    @media (min-width: 924px){
        .border1, .border2 {
            opacity: 1; 
            transition: opacity 0s ease;
            
        }
    }

    @media (max-width: 1150px) {
        .border1, .border2 {
            opacity: 1; 
            transition: opacity 0.3s ease; 
        }
    }
    
    @media (max-width: 924px) {
        .border1, .border2 {
            transition: opacity 0s ease;
            opacity: 0; 
            display: none;
        }
    }


    /*********************************OBJECTIVE*****************************/
.obj{
    display: flex;
    position: relative;
    min-width: 356px;
}
    .obj-images {
        position: relative;
        width: 600px;
        height: 400px;
        align-items: center;
        padding-top: 80px;
      
    
    }
    
    .obj-images .obj-image {
        position: absolute;
        z-index: 2;
        top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto; 
    height: auto; 
    transition: transform 0.5s ease-in-out; /* Transição suave */
 
    
    }

    @media (max-width: 980px){
        .obj-images .obj-image {
           transition: none;
        
        }

    }
    
    .obj-images .obj-bg {
        position: absolute;
        z-index: 1; 
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto; 
        height: auto; 
    }

    .obj .obj-text{
    position: relative;
    width: 500px;
    height: 320px;
    padding: 20px;
    min-width: 356px;
}

    .obj .obj-title h1{

        color: #f1ede5;
        font-family: belisa_plumilla;
        font-size: 150px;
        font-weight: normal;
        max-width: 150px;
        margin: 0;
        line-height: 140px;

    }

    .obj .obj-title h1 span{

        color: #f12f2f;
       
    }

    .obj .obj-subtitle{
        position: absolute;
        color: #f1ede5;
        font-family:Plact;
        bottom: -100px;
        font-size: 25px;
        left: -30px;
        transform: rotate(-6deg);
    }
    .obj .obj-subtitle p{
        line-height: 40px;
    }

    .obj .obj-element{
        position: absolute;
        bottom: -120px;
        width: 500px;
        left: -80px;
        z-index: 2;
        pointer-events: none;
        cursor: none;
    }


    .obj .obj-element img{
        
        width: 600px;
    }

    .obj{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;

    }

    .obj-images .obj-image, .obj-bg {
        width: 70%;
    }


    .obj-images .obj-bg {
        width: 90%;
    }

    .obj-image{
        position: absolute;
       
    }


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


.obj-images {
    position: relative;
    width: 300px;
    height: 300px;
    align-items: center;
  padding-top: 135px;

}


        .obj .obj-title h1{

            
            font-size: 70px;
            max-width: 400px;
            
    
        }
        .obj .obj-title {

            align-items: center;
            display: flex;
            justify-content: center;
            padding-top: 0px;
            width: 100%;
    
        }

        .obj .obj-subtitle{
         
           
            bottom: 0px;
            left: 80px;
            
         
          
        }
        .obj .obj-element{
            position: absolute;
            bottom: -20px;
         
            left: 20px;
            width: 80%;
            
       
        }
        .obj .obj-element img{
        
            width: 80%;
        }
    }

    @media screen and (max-width: 574px){
        .obj .obj-text {
            padding: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            
           width: 90%;
        }
    
       
        .obj .obj-subtitle{
            bottom: 20px;
            left: 50%;
            position: relative;
            transform: rotate(0deg);
            transform: translateX(-50%);
            display: flex;
            align-items: center;
            justify-content:center;
            width: 100%;
          
        }
        .obj .obj-subtitle p{
         
           
            margin: 0;
            width: 80%;
         
          
        }

        .obj .obj-element{
           
            left: 10px;
            width: 95%;
            bottom: -50px;
          
            
       
        }
    
    }

    /*********************************INFOS-A*****************************/


    .info-1 .infos .info-a h1{
        color: #f1ede5;
        font-family: roboto;
        margin: 0;
        font-size: 20px;
    }

    .info-1 .infos .info-a p{
        color: #f1ede5;
        font-family: roboto;
        font-weight: 200;
        margin: 0;
    }
    .info-1{
        background-image: url(/images/element4.jpg);;
        background-size: contain;
        display: flex;
        justify-content: center;
        padding-left: 8px;
        padding-right: 8px;
        min-width: 356px;
       
    }
    .info-1 .infos{
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        width: 90%;
        min-width: 356px;
        padding: 0;
    }
    .info-1 .infos ul {
        
        display: flex;

          
        
        align-items: center;
        justify-content: center;
        justify-content: space-between;
        width: 100%;
        list-style: none;
        min-width: 356px;
        padding-top: 30px;
        padding-bottom: 30px;
        
    }

    .info-1 .infos ul li{
        
       max-width: 300px;
       padding-left: 10px;
       padding-right: 10px;
     
        
    }
    
    .info-1 .infos .line .line{
        display: flex;
        width: 1px;
        height: 83px;
        background-color: #f1ede5;
        padding: 0;
    }
        

    @media screen and (max-width: 880px){
        .info-1 .infos ul{
          
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
            width: 90%;
            align-items: center;
            justify-content: center;
            justify-items: center;
            padding: 0;
            width: 100%;
            min-width: 356px;
            padding-top: 20px;
            padding-bottom: 22px;
           
            
            
        }

        .info-1 .infos ul li{
           
            padding-left: 10px;
            padding-right: 0;
        }

        .info-1  {
            padding: 0;
        }
        .info-1 .infos {
            display: flex;
            align-items: center;
            justify-content: center;
            justify-items: center;
            width: 100%;
        }
        .info-1 .infos .info-a h1{
            font-size: 23px;
        }
        .info-1 .infos .info-a p{
            font-size: 14px;
        }

         
    .info-1 .infos .line{
        display: none;
    }

    }

    .info-1 .infos .lineh{
        display: none;
    }
    @media screen and (max-width: 880px){
        .info-1 .infos ul{
            
            gap: 0px;
          
            
            
        }
    
    } 

 @media screen and (max-width: 576px){
        .info-1{
            background-image: url(/images/element5.jpg);
            background-size: contain;
            
        }
        .info-1 .infos .info-a h1{
            color: #f1ede5;
           
            font-size: 18px;
      
   
       
        

    } 
}
    @media screen and (max-width: 412px){
        .info-1{
            background-image: url(/images/element5.jpg);
            background-size: cover;
            padding-bottom: 10px;
            padding-top: 10px;
        }

    }

   
    /*********************************NEW*****************************/


    .new{
        display: flex;
        position: relative;
        min-width: 356px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .new .new-images {
            position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
        
        }


        .new-text {
            position: relative;
           
            display: flex;
            flex-direction: column;
            align-content: center;
            align-items: center;
            justify-content: center;
           
            height: auto;
            margin: 0;
        }
      
    .new .new-title h1{

        color: #f12f2f;
        font-family: belisa_plumilla;
        font-size: 150px;
        font-weight: normal;
        margin: 0;
        line-height: 140px;
        position: relative;
        bottom: -18px;
       
    

    }


    .new .new-subtitle {
        position: relative;
        color: #f1ede5;
        font-family: Plact;
       
        font-size: 30px;
   
        transform: rotate(6deg);
        max-width: 600px;
        top: -15px;

      
    }

    .new .new-subtitle p{
        line-height: 40px;
        margin: 0;
    }

    
    .new .new-subtitle p span a{

        color: #f12f2f;
        text-decoration: none;
       

    }

    .new .new-subtitle p span a:hover{

        color: #800f0f;
       

    }


    .new .new-element {
        position: absolute;
        bottom: 13px;
        right: -14px;
        z-index: 2;
        user-select: none;
        transform: rotate(-4deg);
        pointer-events: none;
    }


    .new .new-element img{
        width: 350px;
    }


    @media screen and (max-width: 1156px) {
        .new .new-images {
            width: 41%;
        }
        .new .new-images img{
            width: 80%;
           
        }

        .new .new-title h1{

            
            font-size: 114px;
            bottom: -12px;
            margin: 12px;
           
        
    
        }

       
    }

    @media screen and (max-width: 850px) {
        .new .new-images {
            width: 80%;
        }

    }

    @media screen and (max-width: 574px){
        .new .new-element img{
            display: none;
         }
         .new .new-subtitle {
            
            
             font-size: 25px;
            width: 90%;
             transform: rotate(0deg);
            
           
         }

         .new .new-subtitle p br{
            
            display: none;

          
        }

      
        }
    /*********************************OBS:*****************************/
    .obs{
        justify-content: center;
        align-items: center;
        display: flex;
        padding-top: 50px;
        
    }
    .obs p {
        color: #f1ede5;
        font-family: Plact;
        width: 80%;
        text-align: center;
        margin: 0 auto; 
        font-size: 25px;
        max-width: 800px;
    }
 /*********************************Módulos*****************************/


 .mdls {
    padding-top: 75px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
    
}
    .mdls .mdls-text {
   display: flex;
   align-items: center;
   margin-left: 10%;
   position: relative;
    
}

.mdls-title{
    font-family: Plact;
    color: #f1ede5;
    font-size: 35px;
  
}


.mdls-elements {
    display: flex;
    flex-wrap: wrap;
   max-width: 90%;
    margin: 0 auto;
    padding: 5px;
    align-items: center;
    justify-content: center;
}

.mdls-row {
    display: flex;
    width: 100%;
    justify-content: center;
}

.mdls-1 {
    width: 30%; /* Largura fixa para cada div */
    height: 30%;
    margin: 5px; /* Espaçamento entre as divs */
    background-size: cover;
    background-position: center;
    background-color: #6d1212;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    
   
}
.mdls{
    width: 100%;
   
    
   
}
.mdls-1 .mdls-bg {
    align-items: center;
    display: flex;
    justify-content: center;
}
.mdls-1 .mdls-1-bg img{ 
    position: relative;
  
     
    
 }
 

.mdls-1 .mdls-bg img{ 
   width: 100%;
 
    
   
}

.title-mdls {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    font-family: roboto;
    color: #f1ede5;
    background-image: linear-gradient(150deg, #262626 10%, rgba(0, 0, 0, 0) 90%);
    height: 100%;
  
}

.title-mdls:hover {
    
    background-image: linear-gradient(150deg, #a02222 5%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 95%);
  
  
}

.title-mdls h1, .title-mdls p {
    margin: 0;
    padding: 0;
    width: 90%;
}


div.mdls-1:nth-of-type(4) {
   width: 45.5%;
   height: 20%;
}
div.mdls-1:nth-of-type(5) {
    width: 45.5%;
    height: 20%;
    
 }

 div.mdls-1 .mdls-1-bg:nth-of-type(5) {
    display: flex;
    align-items: center ;
 }


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

    .mdls-1 {
       width: 100%;
       height: 300px;
       
    }
   
    div.mdls-1:nth-of-type(4) {
        width: 100%;
        height: 40%;
     }
     div.mdls-1:nth-of-type(5) {
         width: 100%;
         height: 40%;
         
      }
     

 }
 


/******Mentores****/


.owl-carousel{
    max-width: 1000px;
    align-items: center;
    display: flex;
}
.ment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: #f1ede5;
    padding-right: 50px;
    padding-left: 50px;
    height: 290px;
    position: relative;

   
}


.ment::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px; 
    height: 100%; 
    background: linear-gradient(to bottom, rgba(204, 204, 204, 0) 20%, rgba(255, 255, 255, 0.6) 60%, rgba(204, 204, 204, 0) 80%); /* Gradiente vertical */
}


.ment-icon img {
display: block;
margin: 0 auto;
border-radius: 50%; 

}

.ment-title h1 {
  
    margin: 0;
    font-family: Plunct;
    font-size: 50px;
    font-weight: lighter;
}

.ment-title p {
    font-size: 0.8em;
        margin: 0;
    margin: 0;
    padding-bottom: 0px;
    font-family: roboto;
    font-weight: normal;
}


.ment-social{
    display: flex;
  
}

.ment-social a{
    
    padding-left: 2px;
    cursor: pointer;
}
.ment-social a{
display: flex;
width: 30px;
align-items: center;
justify-content: center;
}

.mentores{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    background-image: url(/images/background-4.svg);
    background-position: center;
    background-repeat: no-repeat;
   height: 900px;

        
      
    padding-top: 0px;
    padding-bottom: 15px;
}

.ment-maintitle{
    font-family: Plact;
    color: #f1ede5;
    font-weight: 100;
    font-style: normal;
    font-size: 30px;
   
  
}



.owl-carousel .owl-stage-outer {
  
    width: 98%;
   
}
#profile-img {
    transition: width 0.5s ease-in-out;
}

#profile-img:hover {
    width: 80%;
}
@media screen and (max-width: 1450px){
    .mentores{
        
       height: 700px;
       background-size: 95%;
    }
    #profile-img {
        width: 70%;
       
    }
    .ment {
        
    
        height: 240px;
       
}
 
}
@media screen and (max-width: 1872px){
    .mentores {
        height: 774px;
        background-size: contain;
    }
}

@media screen and (max-width: 1700px){
    .mentores {
        height: 600px;
        background-size: contain;
    }
}

@media screen and (max-width: 1370px){
    .mentores {
        height: 580px;
        background-size: 1083px;
        width: 100%;
    }
}

@media screen and (max-width: 1080px){
    .mentores{
        
     background-size: cover;
     height: 500px;
     padding-top: 40px;
     padding-bottom: 32px;
    }
    #profile-img {
        width: 70%;
       
    }
    .mentores {
        width: 100%;

    }
    .ment {
        
    
        height: 259px
       
}
 

}

@media screen and (max-width: 700px){
    .ment {
        
        padding-right: 15px;
        padding-left: 15px;
       
}
    .ment-maintitle p {
        margin-top: 0;
    }

    .mentores{
        
      
        padding-top: 70px;
        padding-bottom: 20px;
       }

}

.intrutores{

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}


/******Investimento****/
.whole-invest{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  

}
.invest-title{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
   
    
}

.invest-title h1{
    font-family: plact;
    color: #f1ede5;
    font-weight: normal;
      position: relative;

     
   
}



.previous-price h1{
    font-family: roboto;
    color: #f1ede5;
    /*text-decoration: line-through;*/
    margin: 0;
    font-size: 20px;
}

.previous-price h1 span{
    font-size: 30px;
    
}

.price{
    color: #a6c181;
   /*color: #f1ede5;*/
}

.price-divide h1{
    font-family: roboto;
   
    margin: 0;
    font-size: 23px;
    position: relative;
    bottom: -14px;

}
.price-unit h1{
    font-family: roboto;
    
    margin: 0;
    font-size: 60px;

}

.theprice h1{
    font-family: roboto;
   
    margin: 0;
    font-size: 100px;
}

.price-mdls ul{
    list-style: none;
    padding: 0;
}

.price-mdls ul li{
    padding-bottom: 10px;
    text-wrap: nowrap;
    padding-left: 12px;
}

.price{
    display: flex;
    font-size: 50px;
}

.invest{
    display: flex;
    flex-direction: column;
    align-items: center;
   
    z-index: 2;
  

}

.or-price p {
    font-family: roboto;
    color: #f1ede5;
    font-size: 14px;
    margin: 3px;
}

.or-price span{
    font-family: roboto;
   
   font-weight: 800;
}
.or-price p br{
    display: none;
}
.allinvest {
    display: flex;
    position: absolute;
  
    justify-content: center;
    align-items: center;
      min-width: 356px;
  
   
}

.price-mdls{
    font-family: Plact;
    color: #f1ede5;
    z-index: 2;
    position: relative;
    top: 5px;
}

.whole-invest img{
    width: 90%;
}



  
  .contact-form form {
    display: flex;
    flex-direction: column;
  }
  
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form input[type="url"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #f1ede5;
    padding: 10px;
    font-size: 16px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    color: #f12f2f;
  }
  
  .row {
    display: flex;
    gap: 10px; /* Espaço entre os dois campos */
  }
  
  .row input[type="tel"],
  .row input[type="text"] {
    flex: 1;
  }
  
  .contact-form form label{
    font-family: roboto;
    color: #757575;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    
  }

  

  .contact-form form label a{
color: #757575;
   padding-left: 2px;
   }

   .contact-form form label a:hover{
  
    color: #f12f2f;
    }
   

    .contact-form input[type="checkbox"] {
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #999;
    border-radius: 3px;
    outline: none;
    vertical-align: middle;
    margin-right: 2px;
    cursor: pointer;
    position: relative;
    bottom: 1px;
}
   

   
    .contact-form input[type="checkbox"]:checked {
        background-color: #f12f2f; 
        border-color: #f12f2f; /
    }
    
    
   
    .contact-form label.checkbox-label {
        font-size: 14px;
        color: #333; 
        display: inline-block; 
        vertical-align: middle;
    }

  .contact-form input[type="submit"] {
    background-color: #262626;
    color: #f1ede5;
    border: none;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
   
  }
  
  .contact-form input[type="submit"]:hover {
    background-color: #333;
  }


  .price-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86%;
    min-width: 356px;
    left: -35px;
    position: relative;
   
}

.form-title h1{
    font-family: plact;
    color: #f1ede5;
    font-weight: normal;
    font-size: 30px;
}

.above-price{
    display:flex;
    align-items: center;
    justify-content: center;
    min-width: 356px;
}

.or-price{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

    .previous-price h1{
        font-size: 15px;
    }
    
    
    .price-divide h1{
        font-size: 15px;
       bottom: -8px;
    
    }
    .price-unit h1{
        font-size: 80%;
    
    }
    
    .theprice h1{
        font-size: 66px
    }
    .whole-invest img {
        width: 103%;
    }
    .form-title h1 {
        
        font-size: 25px;
    }
    .price-mdls ul li {
        font-size: 12px;
    }

    .price-form {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 86%;
        min-width: 356px;
        left: 0px;
        position: relative;
       
    }
}

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

    .price-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 86%;
    }

    .form-title h1 br {
        display: none;
    }

    .form {
        
        width: 80%;
    }

}

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

    .previous-price h1{
        font-size: 14px;
    }

    .previous-price h1 span{
        font-size: 20px;
    }
    
    
    
    .price-divide h1{
        font-size: 11px;
       bottom: -8px;
    
    }
    .price-unit h1{
        font-size: 60%;
    
    }
    
    .theprice h1{
        font-size: 43px;
    }
    .whole-invest img {
        width: 100%;
    }
    .form-title h1 {
        
        font-size: 25px;
    }
    .price-mdls ul li {
        font-size: 12px;
        padding-bottom: 10%;
    }
   
    .or-price p{
        font-size: 12px;
       
    }

    .or-price p br{
    display: flex;
       
    }
}

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

    .form-title h1 br {
        display: flex;
    }
}

.pay-title h1{
    font-family: roboto;
    color: #f1ede5;
    font-size: 15px;
}

.formpayment{
    
    max-width: 1100px;
}

.payment {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
    width: 80%;
    padding-left: 174px;
}
.payobs{
    font-family: roboto;
    color: #858585;
    text-transform: uppercase;
}

.pay-icons img{
    width: 20%;
}
.pay-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.payobs{
    position: relative;
    bottom: 30px;
}
.pay-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 900px){
    .payment {
        
        flex-wrap: wrap; }
}
@media screen and (max-width: 1431px){
    .payobs{
        position: relative;
        bottom: 0px;
    }
    .pay-icons {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pay-title {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .payment {
        
        padding-left: 0px;
    }
}

@media screen and (max-width: 900px){ 
    
    .payment{
    align-items: center;
    justify-content: center;
}
.pay-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
}
.pay-icons {
  
    justify-content: center;
}
}

.pay0{
    align-items: center;
    display: flex;
    justify-content: center;
}

/** learners*/



.learn-title p{
    text-align: center;
    font-size: 74px;
    font-family: belisa_plumilla;
    color: #f1ede5;
    padding-top: 90px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 20px;
}

#tweets {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); /* Ajuste para width quase 400px */
    gap: 20px;
}

.tweet-item {
 
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 900px){
    .learn-title p{
       
        padding-top: 8%;
font-size: 40px;   
padding-bottom: 2%;     
margin-bottom: 0;
    
}
.learners{
    width: 100%;
   
}
}

/**loading form**/

#custom-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.74);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#custom-loading.visible {
    opacity: 1;
}

#custom-spinner {
    width: 47px;
    height: 69px;
    background: url('/images/loading.gif') no-repeat center center;
    background-size: contain;
}


.parcelas-container {
    position: relative;
    display: inline-block;
  }

  .parcelas-btn {
    padding: 10px 20px;
    background-color: #a6c181;
    color: #262626;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    font-family: roboto;
    position: relative;
    top: 3px;
  }

  .parcelas-aba {
    display: none;
    position: absolute;
    top: 45px;
    left: -30px;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 293px;
    border-radius: 5px;
    z-index: 1;
    padding: 10px;
    font-family: roboto;
}

  .parcelas-aba table {
    width: 100%;
    border-collapse: collapse;
  }

  .parcelas-aba th, .parcelas-aba td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
  }
  .parcelas-aba th:first-child, .parcelas-aba td:first-child {
    text-align: left;
  }

  .parcelas-aba th:last-child, .parcelas-aba td:last-child {
    text-align: right;
  }

  .parcelas-aba th {
    background-color: #f2f2f2;
  }

  .parcelas-aba td:last-child {
    text-align: right;
  }

  .parcelas-container:hover .parcelas-aba {
    display: block;
  }


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

    .parcelas-btn {
       
        font-size: 10px;
        
      }

  }

  @media screen and (min-width: 555px){
    .parcelas-aba {
        display: none;
        position: absolute;
        top: 45px;
        left: -73px;
        background-color: white;
        border: 1px solid #ddd;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        width: 350px;
        border-radius: 5px;
        z-index: 1;
        padding: 10px;
        font-family: roboto;
      }
    
      

  }