* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}



html {
  scroll-behavior: smooth;
}

body {
    display: grid;
}

/* FONTES */ 
h1 {
    font-family: 'Montserrat';
    font-weight: 700;
}

p {
    font-family: 'Montserrat';
    font-weight: 300;
}


li {
    font-family: 'Montserrat';
    font-weight: 500;
}

input {
    font-family: 'Montserrat';
    font-weight: 700;
}

header {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding-top: 30px;
}



header img {
    width: 200px;
}

nav {
    background: rgb(190,190,190);
    background: linear-gradient(90deg, rgba(190,190,190,0) 0%, rgba(236,236,236,0) 26%, rgba(255,255,255,0.8281687675070029) 100%);
    display: flex;
    justify-content: space-around;
    align-items: center;
}


nav ul {
    flex-wrap: wrap;
    gap: 30px;
    display: flex;
}

nav ul li a {
    color: #4c4b49;
    transition: 0.4s;
}

nav ul li a:hover {
    color: #3b3b39;
}


/* MAIN */
.relative img {
    width:100%;

    
}

main{
    
    position: relative;
}
.texto-na-imagem{
    position: absolute;
    top: 0;
   
    
    width: 100%;
    height: 100%;
}

.sub-text{
    max-width: 1200px;
    color: white;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: right;
    text-align: center;
   
    
}
.sub-text h1{
    font-size: 50px;
}
.sub-text p{
    color: white;
    padding-top: 15px;
    padding-bottom: 8px;
}
.sub-text input{
    transition: 0.4s;
    cursor: pointer;
    padding: 20px 80px;
    text-align: center;
    border-radius: 50px;
}

.sub-container{
  
    max-width: 600px;
    text-align: end;
}
main {

    background-color: whitesmoke;
     

}
/* 


.relative {
height: 100%;
width: 100%;
}




.texto-na-imagem {
    position: relative;
    text-align: right;
    left: 800px;
    padding-top: 350px;
    width: 100%;
    max-width: 500px;


}

.texto-na-imagem h1 {
    display: flex;
    flex-wrap: wrap;
    font-size: 60px;
    color: white; 
}

.texto-na-imagem p {
    color: white;
    padding-top: 15px;
    padding-bottom: 8px;
}

 */
.texto-na-imagem input {
    transition: 0.4s;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    padding: 10px 80px;

}

.redes-sociais {
    
    display: flex;
    align-items: center;
    gap: 15px;
}




.redes-sociais img {
 width: 20px;

}

.quem-somos {
    padding-bottom: 120px;
}

.texto-na-imagem input:hover {
    padding: 16px 80px;
} 


/* SECTION */

section {
    width: 100%;
}



.separar {
    background-color: #f5f5f5;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-around;
     padding-bottom: 80px;
     gap: 30px;
     
}

.texto-do-lado {
    text-align: center;
    padding: 20px;
    width: 100%;
    max-width: 460px;
}

.texto-do-lado p {
    padding-top: 30px;
    line-height: 25px;
    padding-right: 30px;

}


.separar img {
 width: 300px;    
}

.barra {
    border: 3px solid whitesmoke;
    height: 300px;
    transform: rotate(15deg);
    -webkit-box-shadow: 7px 9px 13px 4px rgba(0,0,0,0.66); 
    box-shadow: 7px 9px 13px 4px rgba(0,0,0,0.66);
    /* box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px; */
}


/* SECTION 2 */

.nossos-cursos {
     padding-bottom: 90px;
    display: flex;
     justify-content: center;
     color: #5b336e;
     font-size: 30px;
}

.cabelereiro {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    
    justify-content: center;
    gap: 100px;
}

.primeira-foto {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    
}
.primeira-foto img {
    transition: 0.4s;
}


.primeira-foto img:hover  {
    opacity: 0.8;
    cursor: pointer;
}



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

/* PRIMEIRA IMAGEM */

.justify {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin: 0 auto;
}

.primeira-imagem img {
    width: 100%;
    max-width: 700px;
}

.texto-do-lado-primeira-foto h1 {
      font-size: 30px;
      color: #5B336E;
      padding-bottom: 40px;
      font-weight: 500;
    }

    .texto-do-lado-primeira-foto p {
        line-height: 25px;
        font-size: 16px;
        width: 100%;
        max-width: 530px;
        margin: 0 auto;
        
        
    }


   /* SEGUNDA FOTO */

    .justifyy {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 50px;
        margin: 0 auto;
    }

    .justifyy h1 {
        font-size: 30px;
    }

    .justifyy h2 {
        color: #5B336E;
        font-size: 20px;
        font-family: 'Montserrat';
        font-weight: 500;
        padding-bottom: 30px;
        
    }


    /* Outro justify*/

    .justifyyy {
        
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 50px;
        margin: 0 auto;
    }

    .justifyyy h1 {
        font-size: 30px;
    }

    .justifyyy h2 {
        color: #5B336E;
        font-size: 20px;
        font-family: 'Montserrat';
        font-weight: 500;
        padding-bottom: 30px;
        
    }



    /* FOOTER */
footer {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .flex-footer {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      width: 100%;
      flex-wrap: wrap;
    }

    .img-footer img {
        height: 100%;
        max-height: 500px;
        width: 100%;
     
        
       
    }
    .texto-do-lado-footer {
        gap: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #5b336e;
        text-align: center;
        color: white;
        width: 50%;
        height: 500px;
 

    }

    .texto-do-lado-footer p {
        font-weight: 500;

    }


    /* DIREITOS AUTORAIS */


    .direitos-autorais {
        display: flex;
        justify-content: center;
        font-size: 9px;
        font-weight: 700;
        padding: 25px;

        background-color: black;
    }
    .direitos-autorais h2 {
        color: gray;
    }

    #telefonee  {
    color: white !important;
    }




    .whatzapp-fixed {
        position: fixed;
        right: 15px;
        bottom: 10px;
        background: #0d7b00;
        z-index: 999;
        border-radius: 70px;
        transition: .5s;
    }
    
    .whatzapp-fixed:hover {
        right: 0;
        padding: 10px;
        transition: .5s;
    }
    
    
    .whatzapp-fixed img {
        height: 100%;
        background-color: white;
        border-radius: 50px;
    }