@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


:root{
    --cor-secundaria: #FCFCF2;
    --cor-primaria: #0D2D62;
    --cor-terciaria: #9E1818;

}
 
html {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    
   
}
    

a {
    color: #FFFFFF;
}

/* HEADER */

.header{
    position: fixed;
    top: 0;
    background-color: var(--cor-secundaria);
    
}
#btn-mobile{
    display: none;
}
.logo { 
    display: flex;
    justify-content: center;
    background-color: var(--cor-secundaria);
    height: 8vw;
    width: 100vw;
    align-items: center;
}

.logo img {
    height: 6vw;

}

#menu {    
    display: flex;
    justify-content: center;
    background-color: var(--cor-primaria);
    height: 3.8vw;
    width: 100vw;
    color: #FFFFFF;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
    font-size: 0.9vw;    
    display: flex;
    justify-content: center;
    gap: 70px;
    align-items: center;
    }

    #menu li a:hover{
    color: var(--cor-terciaria);   
    }


/* HERO SECTION */

.hero__section {
    margin-top: 10%;
    padding-bottom: 10%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(./src/img\ hero\ section.png) ;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
    
    
    
}

.hero__section h1 {
    margin-left: 20vh;
    margin-top: 23vh;
    line-height: 1.5;
    color: #FFFFFF;
    font-size: 2.5vw;
    width: 50vw;
    
}

.hero__section p {
    margin-left: 20vh;
    margin-top: 1vh;
    color: #FFFFFF;
    font-size: 1vw;
    width: 50vw;
    padding-bottom: 1vh;
    
}

.botao {
    margin-top: 1vh;
    box-sizing: border-box;
    padding: 0.3vw;
    font-size: 0.8vw;
    border: solid #ffffff 2px;
    
}

/* METODOLOGIA */
.metodologia {
    display: flex
}


.metodologia__conteudo {
    box-sizing: border-box;
    padding: 2% 5%;
    background-color: var(--cor-primaria);
    color: #f6f6f6;
    
    width: 50%;
    line-height: 1.5;
 }

 .metodologia__conteudo__titulo {
    font-weight: 600;
    font-size: 2.5vw;
    
 }

 .metodologia__conteudo__subtitulo{
    box-sizing: border-box;
    font-size: 1.2vw;
    font-weight: 600;
    padding: 3% 0%;
    width: 70%;
}

.metodologia__conteudo__metodos{      
    display: flex;
    flex-wrap: wrap;
    width: 50vw
    
}

.metodologia__conteudo__metodos__conteudo{
    font-size: 0.9vw;
    box-sizing: border-box;
    width: 20vw;
    padding: 7% 2% 7% 0%;  
      
}

.metodos__numeros{
    margin-bottom: 5%;
}
 .metodologia__imagem {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(./src/metodologia.png);
    background-position: center center; 
    background-repeat: no-repeat;
    
    background-size: cover;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
 }

 .metodologia__botao{
    margin-top: 1vh;
    box-sizing: border-box;
    padding: 0.5vw;
    font-size: 0.8vw;
    border: solid #ffffff 2px;
   
}

/* DIFERENCIAIS */
.diferenciais {
    background-color: var(--cor-secundaria);
    width: 100%;
    line-height: 1.5;
    padding-bottom: 5%;
    
}

.diferenciais__cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0% 10%;
    
}


.diferenciais__titulo{
    color: var(--cor-terciaria);
    text-align: center;
    padding: 3%;
    font-size: 3vw;
    
}
.cards__titulo{
    color: #f6f6f6;
    padding-top: 1vw;
    font-size: 1.2vw;
    
}

.cards__texto{
    color:#f6f6f6;
    padding-top: 1.5vw;
    font-size: 0.8vw;
    
}
.cards__conteudo{
    margin: 0.8vw;
    padding: 1% 2%;
    background-color: var(--cor-primaria);
    width: 14%; 
}

.cards__conteudo:hover{ 
    background-color: var(--cor-terciaria);
    
}

.cards__imagem{
    height: 3.4vw;
    width: auto;
}

/* WHY */

.why{
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(./src/cidade.png);
    display: flex;
    flex-direction: column;
    background-size: cover;
    align-items: center;
    text-align: center;
    padding-bottom: 6%;
}



.why h2{
    line-height: 1.5;
    margin-top: 2%;
    font-size: 2.5vw;
    color:#f6f6f6   
}

.why p{
    line-height: 1.5;
    padding: 1%;
    font-size: 1vw;
    color: #f6f6f6;
 
}
.why__color{
    color: #9E1818;
    font-size: 1.3vw;
}

.why__imagens{
    align-items: center;
    color: #f6f6f6;
    margin-top: 4%;
    display: flex;
    justify-content: center;
    gap: 30%;
}

.why__imagens h3 {
    font-size: 1.8vw;
    margin: 0.6vw 0;
}

.why__imagens li {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    
}

.why__logo img{
    padding-bottom: 10%;
    height: 2.2vw;
    width: auto;
}



/* FORM */

.form__titulo {
    font-size: 2.5vw;
    text-align: center;
    margin-top: 2%;
    color: var(--cor-terciaria);
}
.form__paragrafo {
    margin-top: 1%;
    font-weight: 400;
    font-size: 1vw;
    text-align: center;
    padding-bottom: 2%;
}
.form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0% 30%;
    flex-wrap: wrap;
    gap: 3%;
}

.form input {
    height: 2vw;
    width: 40%;
    background: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    margin-bottom: 3%;
    padding: 1%;
    font-size: 0.8vw;
    
}

.form textarea {
width: 85%;
background: #F5F5F5;
border: 1px solid #CCCCCC;
border-radius: 8px;
padding: 1%;
font-size: 0.8vw;
}

.form button {
    border: none;
    color: white ;
    border-radius: 8px;
    background-color: var(--cor-terciaria);
    font-size: 1vw;
    width: 20%;
    margin-top: 4vw;
    padding: 1.5%;
    margin-bottom: 4vw;
}



/* FOOTER */

.footer {
    align-items: center;
    background-color: var(--cor-secundaria);
    display: flex;
    justify-content: center;
    padding: 4vw 0;
}

.footer__logo img{
    margin-left: 10vw;
    height: 6vw;
}
.footer__telefone{
    margin-left: 5vw;
    color: var(--cor-terciaria);
    font-size: 0.9vw;
    
    /* padding: 4vw 5vw;  */
}

.footer__telefone p{

    margin-top: 1vw;
    margin-bottom: 0.5vw;
}

.footer__social__media {
    display: flex;
    color: var(--cor-terciaria);
    flex-wrap: wrap;
    gap: 15%;
    margin-left: 5vw;
    font-size: 0.9vw;
   
}

.footer__img{
    width: 2vw;
    height: 2vw;   
}

.footer__img img{
    width: 2vw;
    height: 2vw;   
}

.footer__social__media__facebook {
    display: flex;
    align-items: center;
    gap: 10%;
    padding: 3%;
    
    align-self: auto;
}

.footer__social__media__instagram {
    display: flex;
    align-items: center;
    gap: 10%;
    padding: 3%;
    align-self: auto;
    
}


.footer__social__media__linkedin {
    display: flex;
    align-items: center;
    gap: 10%;
    padding: 3%;
    padding-left: 3%;
    align-self: auto;
}

.footer__social__media__google {
    display: flex;
    align-items: center;
    gap: 10%;
    padding: 3%;
    align-self: auto;
    
}
.made__by{
    display: flex;
    text-align: center;
    background-color: #1f1f1f;
    color: #777777;
    height: 2vw;
    align-items: center;
    justify-content: center;
}

/* Mobile */

@media only screen and (max-width: 600px) {

    .header{
        position:unset
            }
   /* BOTAO HAMBURGAO */

   #nav{
    margin-top: -40px;
   }
   #menu {
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    background: var(--cor-primaria);
    transition: 0.6s;
    z-index: 1000;
    height: 0px;
    visibility: hidden;
    overflow-y: hidden;
    padding-top: 40px;
    gap: 0;
    
    
  }
  #nav.active #menu {
    height: 100vh;
    visibility: visible;
    overflow-y: auto;
  }
  #menu li  {
    padding-top: 30px;
    display: flex;
    font-size: 1.8rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  }
  #btn-mobile {
    display: flex;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border: none;
    background: none;
    cursor: pointer;
    gap: 0.5rem;
  }
  #hamburger {
    border-top: 2px solid;
    width: 20px;
  }
  #hamburger::after,
  #hamburger::before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    margin-top: 5px;
    transition: 0.3s;
    position: relative;
  }
  #nav.active #hamburger {
    border-top-color: transparent;
  }
  #nav.active #hamburger::before {
    transform: rotate(135deg);
  }
  #nav.active #hamburger::after {
    transform: rotate(-135deg);
    top: -7px;
  }

   /* BOTAO HAMBURGAO */
    .logo{
        height: 25vw;
    }
    .logo img {
        height: 20vw;
    
    }

    /* HERO SECTION */

    .hero__section {
        margin-top: 0;
    }

    .hero__section h1 {
        padding-top: 10%;
        text-align: center;
        margin-left: 0;
        margin-top: 0;
        font-size: 0;
        width: 60%;
        
    }

    .hero__section h1::after {
        font-size: 1.5rem;
        content: 'Aprenda inglês 100% Online';        
    }
    
    .hero__section p {
        padding-top: 5%;
        text-align: center;
        margin-left: 0;
        margin-top: 0;
        font-size: 0.7rem;
        width: 60%;
    }
    .botao {
        width: auto;
        box-sizing: unset;
        padding: 0.5rem;
        font-size: 0.8rem;
        border: solid #ffffff 2px;
        
    }
    /* METODOLOGIA */
    .metodologia {
        
        flex-direction: column;
        
    }

    .metodologia__conteudo {width: 80%;
        padding: 10%;
        width: auto;
        flex-direction: column;
    }
    .metodologia__conteudo__titulo {
        text-align: center;
        font-size: 1.5rem;
    }
    .metodologia__conteudo__subtitulo {
        text-align: center;
        font-size: 0.8rem;
        width: auto;
    }
    .metodologia__conteudo__metodos{      
        text-align: center;
        flex-direction: column;
        align-items: center;
        width: auto;       
        
    }

    .metodologia__conteudo__metodos__conteudo{
        font-size: 0.8rem;
        box-sizing: border-box;
        width: auto;
        font-weight: 400;
        padding: 7% 2% 7% 0%;  
          
    }
    .metodos__numeros{
        margin-bottom: 3%;
        font-weight: 600;
    }
    .metodologia__imagem {
       width: auto;
       height: 40vh;   
     }
    
     .metodologia__botao{
        box-sizing: border-box;
        padding: 0.9rem;
        font-size: 0.9rem;
        border: solid #ffffff 1px;
       
     }

     /* DIFERENCIAIS */
    

     .diferenciais__cards{
        gap: 4vw;
        flex-direction: column;
        flex-wrap: nowrap;
        margin: 0 0;
        width: auto;
        padding: 10% 20%;
        
    }
    
    .diferenciais__titulo{
        color: var(--cor-terciaria);
        text-align: center;
        padding: 5% 10% 0% 10%;
        font-size: 1.5rem;
        
        
    }
    .cards__titulo{
        color: #f6f6f6;
        padding-top: 1vw;
        font-size: 1.2rem;
        
    }
    
    .cards__texto{
        color:#f6f6f6;
        padding-top: 1.5vw;
        font-size: 0.8rem;
        
    }
    .cards__conteudo{
        height: 30vh;
        margin: 0.8vw;
        padding: 10% 10%;
        background-color: var(--cor-primaria);
        width: auto;
        
      
    }
    .cards__imagem{
        height: 4rem;
        width: auto;
    }

    /* WHY */

    .why{
        padding: 10%;
    }
        
    .why h2{
        font-size: 2rem;
          
    }
    
    .why p{
        margin-top: 1rem;
        font-size: 0.8rem;
       
     
    }
    .why__color{
        font-size: 0.8rem;
    }
    .why__imagens{
        flex-direction: column;
        gap: 0%;   
    }

    .why__imagens h3 {
        font-size: 2rem;
        margin: 0;
    }
    
    .why__imagens li {
        text-align: center;
        padding: 15%;
            }
    
    .why__imagens p {
        font-size: 1rem;
            }
    .why__logo{
        padding-bottom: 15%;
        height: 3rem;
    }

    .why__logo img{
        
        height: 3rem;
        width: 2.7rem;
    }
    /* FORM */
    
    .form__titulo{
        font-size: 2rem;
        margin: 5%;
    }
    .form__paragrafo {
        font-size: 1rem;
        margin: 5%;
        padding: 0;
        
    }
    .form {
        flex-direction: column;
        flex-wrap: nowrap;
        margin: 0% 15%;
            }
    .form input {              
        height: 2rem;
        width: 100%;
        font-size: 0.8rem;
                
    }

    .form textarea {
        width: 100%;
        font-size: 0.8rem;
    }

    .form button {
       
        font-size: 1.2rem;
        width: 40%;
        
    }
/* FOOTER */

.footer{
    flex-direction: column;
    padding: 0;
    padding: 10%;
}

.footer__logo img {
    height: 20vw;
    margin: 0;
}

.footer__telefone{
    font-size: 0.8rem;
    margin: 0;
    padding: 7%;
}
.footer__telefone p{

    margin-top: 14%;
    margin-bottom: 14%;
}
.footer__social__media{
    
    flex-wrap: nowrap;
    flex-direction: column;
    font-size: 0.8rem;
    margin: 0%;
    padding: 10%;
    align-items: left;
    
    
    
}

.footer__social__media__facebook {
    margin: 0;
    padding: 10%;
    padding-left: 0%;
    align-self: auto;
    gap: 10%;
    
    
}

.footer__social__media__instagram {
 
    margin: 0;
    padding: 10%;
    padding-left: 0%;
    align-self: auto;
    gap: 10%;
}

.footer__social__media__linkedin {
    margin: 0;
    padding: 0;
    padding: 10%;
    padding-left: 0%;
    align-self: auto;
    gap: 10%;
    
}

.footer__social__media__google {
    margin: 0;
    padding: 0;
    padding: 10%;
    padding-left: 0%;
    align-self: auto;
    gap: 10%;
    
}

.footer__img{
    width: 2rem;
    height: 2rem;   
}

.footer__img img{
    width: 2rem;
    height: 2rem;   
}

/* MADEBY */

.made__by{
    border-top: var(--cor-secundaria);
    display: flex;
    text-align: center;
    background-color: #1f1f1f;
    color: #777777;
    height: 2rem;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

}   