*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    list-style: none;
    text-decoration: none;    
}
@import url('https://cdn-uicons.flaticon.com/2.4.0/uicons-brands/css/uicons-brands.css');
@import url('https://cdn-uicons.flaticon.com/2.4.0/uicons-bold-rounded/css/uicons-bold-rounded.css');


body{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #02652E;
}

img{
    width: 100%;
}

header{
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;

    & .redes-sociais{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        gap: 20px;
        background-color: #fff;

        & .grid-top{
            width: 100%;
            max-width: 1200px;
            display: flex;
            align-items: center; 
            padding: 16px;

            & .log-top{
                width: 250px;
            }
    
            & .social{
                width: 45%;
                display: flex;
                align-items: center; 
                justify-content: start;
                color: #00AC1C;
                gap: 10px;

                & .redes{
                    display: flex;
                    gap: 10px;
            
                    & .instagram, .whatsapp{
                        display: flex;
                        justify-content: center;
                        padding: 10px;
                        border-radius: 50%;
                        background-color: #00AC1C ;
            
                        & i{
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            color: #fff;
                        }
                       
                    }
                }
    
            }
            
        }
        
       
    }
    & .barras{
        width: 100%;
        height: 16px;
        display: flex;

        & .after{
            width: 60%;
            background-color: #00AC1C;
        }

        & .before{
            width: 40%;
            background-color: #02652E;

        }

        
    }
    
    & .grid{
        width: 100%;
        max-width: 1200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; 

        & .logo-menu{
            width: 100%;
            height: 100px;
            display: flex;
            justify-content:center ;
            align-items: center;
            margin-bottom: 20px;
            padding: 10px;
            background-color: #fff;

            & .drop-menu{
                display: none;
                width: 40px;
                
            }

            & .log{
                display: none;
                width: 150px;
                margin-right: 10px;
                border-radius: 30px;
            }

        }
    }
}


header nav{
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav ul{
    display: flex;
    justify-content:center;
    align-items: center;
}

header nav ul li a{
    font-size: 18px;
    font-weight: 700;
    color: #101737;
    margin-left: 50px;
    transition: all 0.3s ease-in;
}

header nav ul li a:hover{
    border-bottom: solid #00AC1C 1.5px;
    color: #00AC1C;
}

header nav ul .dropdown{
    position: relative;
}

header nav ul .dropdown-container{
    display: none;
    flex-direction: column;
    justify-content:center;
    position: absolute;

    & a{
        padding: 20px;
        width: 200px;
        font-size: 12px;
        background-color: white;
    }
}

header nav ul .drowdown:hover .dropdown-container{
    display: flex;
   
}


main{
    margin-top: 210px;
    margin-bottom: 100px;
}
main .grid{

    width: 100%;
    position: relative;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
    align-items: center;  

    & .slid-01{
       
        & .info{
            width: 500px;
            display: flex;
            flex-direction: column;
            padding: 20px;
            position: absolute;
            top:190px;
            margin-left: 50px; 

            & h3{
                color: #fff;
                font-size: 40px;
                font-weight: 700;
                margin-bottom:8px;
            }
            & p{
                color: #fff;
                margin-bottom:12px;
            }
            & button{
                width: 200px;
                height: 40px;
                border: none;
                background-color: #00AC1C;
                color: #fff;
                font-weight: 700;
                cursor: pointer;
            }

            
        }
    }

    & .slid-02{
        
        position: relative;
     
        & .info{
            width: 500px;
            display: flex;
            flex-direction: column;
            padding: 20px;
            position: absolute;
            top: 150px;
            margin-left: 50px; 

            & h3{
                color: #fff;
                font-size: 40px;
                font-weight: 700;
                margin-bottom:8px;
            }
            & p{
                color: #fff;
                margin-bottom:12px;
            }
            & button{
                width: 200px;
                height: 40px;
                border: none;
                background-color: #00AC1C;
                color: #fff;
                font-weight: 700;
                cursor: pointer;
            }

            
        }
    }

    .active{
        display: none;
    }
    
}

.cursos-cards{
    
    & .grid{
        width: 100%;
        max-width: 1200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 200px;

        & .banner{
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;

            & .imagem{
                position: relative;
                width: 940px;
                & .info-section{
                    width: 500px;
                    display: flex;
                    flex-direction: column;
                    padding: 20px;
                    position: absolute;
                    top: 32px;
                    margin-left: 24px; 

                    & h3{
                        color: #00AC1C;
                        font-size: 40px;
                        font-weight: 700;
                        margin-bottom:8px;
                    }
                    & p{
                        max-width: 300px;
                        color: #00AC1C;
                        margin-bottom:12px;
                    }
                    & button{
                        width: 100px;
                        height: 40px;
                        border: none;
                        background-color: #00AC1C;
                        color: #fff;
                        font-weight: 700;
                        cursor: pointer;
                    }

                }
                
            }
        }
    }
}

.historia{
    width: 100%;
    height: 1000px;
    display: flex;
    justify-content: center;
    background-color: #fff;

    & .grid{
        width: 100%;
        max-width: 1200px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 200px;

        & .galeria{
            display: flex;
            position: relative;
            width: 100%;
            justify-content: center;
            align-items: center;

            & .btn{
                width: 100%;
                position: absolute;
                display: flex;
                justify-content: space-between;
                align-items: center;

                & button{
                    width: 40px;
                    height: 40px;
                    border: none;
                    border-radius: 50%;
                    background-color: #00AC1C;
                    cursor: pointer;
                    opacity: 0.3;
                    margin:10px ;

                    & i{
                        color: #fff;
                        
                    }

                   
                }

                & button:hover{
                    opacity: 1;
                }

            }
            
        }

        & .escola-historia{
            width: 600px;
            display: flex;
            justify-content: center;
            align-items: center;
            
            & .info-historia{
                width: 100%;
                height: 476px;
                margin-top: 100px;
                & h2{
                    color: #00AC1C;
                    font-size: 64px;
                    font-weight: 700;
                    margin-bottom:8px;
                }
                & p{
                    width: 500px;
                    color: #00AC1C;
                    font-size: 20px;
                    line-height: 30px;
                    margin-bottom:24px;
                }
                & button{
                    width: 200px;
                    height: 40px;
                    border: none;
                    background-color: #00AC1C;
                    color: #fff;
                    font-weight: 700;
                    cursor: pointer;
                }

            }
        }

    }
}

footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    bottom: 0px;

    & .barras-footer{
        width: 100%;
        height: 16px;
        display: flex;

        & .after{
            width: 60%;
            background-color: #00AC1C;
        }

        & .before{
            width: 40%;
            background-color: #02652E;

        }

        
    }

    & .grid{
        width: 100%;
        max-width: 1200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;  
        margin-top: 100px;

        & .info{
            height: 400px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 50px;
            & .dados{
                color: #00AC1C;
                max-width: 300px;

                & h3{
                    margin-bottom: 12px;
                }

                & p{
                    margin-bottom: 10px;
                }
            }
            
            & .map{
                max-width: 500px;
                & iframe{
                  width: 100%;
                  max-height: 180px;
                  
                }
            }
        }
        
        & .copy{
            width: 100%;
            color: #00AC1C;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px 0px;
            border-top: solid 1px #00AC1C;
        }
    }
}



/*RESPONSIVIDADE*/

@media screen and (max-width: 1150px) {

    main .grid{
    
        & .slid-01, .slid-02{
           
            & .info{
              
                top:150px;
             
            }
        }
        
    }

    .cursos-cards{
    
        & .grid{
    
            & .banner{
                
                flex-direction: column;
    
                & .imagem{
            
                    & .info-section{
                        top: 150px;
                        margin-left: 32px;
    
                    }
                    
                }
            }
        }
    }
    .historia{
    
        & .grid{
            padding: 20px;
            margin-bottom: 50px;
            gap: 20px;
            
        }
    }
    
}

@media screen and (max-width: 1024px) {

    main .grid{
    
        & .slid-01, .slid-02{
           
            & .info{
              
                top:150px;
             
            }
        }
        
    }

    .cursos-cards{
    
        & .grid{
    
            & .banner{
                
                flex-direction: column;
    
                & .imagem{
            
                    & .info-section{
                        top: 150px;
                        margin-left: 32px;
    
                    }
                    
                }
            }
        }
    }
    .historia{
    
        & .grid{

            width: 100%;
            padding: 100px;
            flex-direction: column;


            & .galeria{
               width: 600px;
                
            }

            & .escola-historia{
                height: auto;
                & .info-historia{
                    height: 300px;
                    margin-bottom: 50px;
                    text-align: center;
                    
                    & h2{
                        color: #00AC1C;
                        font-size: 64px;
                        font-weight: 700;
                        margin-bottom:8px;
                    }
                    & p{
                        width: 100%;
                    }

                    & button{
                        width: 200px;
                        height: 40px;
                        border: none;
                        background-color: #00AC1C;
                        color: #fff;
                        font-weight: 700;
                        cursor: pointer;
                    }
                }
    
            }
        }
    }
    
}

@media screen and (max-width: 800px) {

    header .redes-sociais{
        justify-content: center;
        gap: 150px;
    }
    header nav{
        display: flex;

    }
    main .grid{
    
        & .slid-01, .slid-02{
           
            & .info{
                margin-left: 20px;
                top:70px;
                & h3{
                    color: #fff;
                    font-size: 32px;
                    font-weight: 700;
                    margin-bottom:8px;
                }

                & p{
                    color: #fff;
                    font-size: 14px;
                    width: 500px;
                    margin-bottom:12px;
                }
                
                & button{
                   /* display: none; */
                   width: 100px;
                }
             
            }
        }
        
    }
    .cursos-cards{
    
        & .grid{
    
            & .banner{
                
                flex-direction: column;
    
                & .imagem{
                    width: 720px;

                    & .info-section{
                        top: 70px;
                        margin-left: 32px;
    
                    }
                    
                }
            }
        }
    }
    .historia{
        width: 100%;
        & .grid{
            padding: 100px;
            flex-direction: column;

            & .galeria{
               
               margin-bottom: 100px;
                
            }

            & .escola-historia{
                & .info-historia{
                    height: 300px;
                    margin-bottom: 50px;
                    text-align: center;
                    
                    & h2{
                        color: #00AC1C;
                        font-size: 64px;
                        font-weight: 700;
                        margin-bottom:8px;
                    }
                    & p{
                        width: 100%;
                       
                    }
                    & button{
                        width: 200px;
                        height: 40px;
                        border: none;
                        background-color: #00AC1C;
                        color: #fff;
                        font-weight: 700;
                        cursor: pointer;
                    }
    
                }
               
            }
    
        }
    }

    footer{
      
        & .info{
            flex-direction: column;
            gap: 30px;
        }
        
        & .copy{
            text-align: center;
        }
    }
    
}

@media screen and (max-width: 600px) {
    header{

        
        & .grid-top{
            
            & .social{
                width: 100%;
            }

           & .log-top{
            display: none;
           }
        }
        
        & .grid{

            & .logo-menu{
                position: relative;
                justify-content: space-between;

                & .log{
                    display: flex;
                }

                & .drop-menu{
                    display: flex;
                    width: 40px;
                    margin: 0px 20px;
                
                }
            }
        }
        
    }

    header nav{
       display: none;

    }

    header .drop{
        position: absolute;
        width: 100%;
        display: flex;
        top: 100px;
        left: 0px;
        background-color: #00AC1C;

        & ul{
           
            flex-direction: column;
            gap: 20px;
            margin: 20px 0px;

            & li a{

                margin: 0px;
            }

        }

    }
    main .grid{
        width: 600px;

        & .slid-01, .slid-02{
            width: 600px;
            & .info{
                margin-left: 20px;
                top:70px;
                width: 300px;
                
                & h3{
                    color: #fff;
                    font-size: 28px;
                    font-weight: 700;
                    margin-bottom:8px;
                }

                & p{
                    width: 300px;
                    color: #fff;
                    font-size: 12px;
                    margin-bottom:12px;
                    overflow: hidden;
                }
                
                & button{
                   display: none;
                   width: 100px;
                }
             
            }
        }
        
    }
    .cursos-cards{
    
        & .grid{
            padding: 0px 20px;
            & .banner{
                
                flex-direction: column;
    
                & .imagem{
                    width: 100%;

                    & .info-section{
                        top: 50px;
                        margin-left: 32px;
    
                    }
                    
                }
            }
        }
    }
    .historia{
        width: 100%;
        & .grid{
            padding: 50px;
            flex-direction: column;
            

            & .galeria{
               
               margin-bottom: 100px;
                
            }

            & .escola-historia{
                & .info-historia{
                    height: 300px;
                    margin-bottom: 50px;
                    text-align: center;
                    padding: 0 20px;
                    
                    & h2{
                        color: #00AC1C;
                        font-size: 64px;
                        font-weight: 700;
                        margin-bottom:8px;
                    }
                    & p{
                        width: 100%;
                       
                    }
                    & button{
                        width: 200px;
                        height: 40px;
                        border: none;
                        background-color: #00AC1C;
                        color: #fff;
                        font-weight: 700;
                        cursor: pointer;
                    }
    
                }
               
            }
    
        }
    }
    footer{
        height: 550px;
        & .info{
            flex-direction: column;
            gap: 30px;
        }

        & .copy{
            text-align: center;
        }
    }
    
}

@media screen and (max-width: 430px) {
    header{
        
        & .redes-sociais{
            width: 100%;
            & .grid-top{
                justify-content: center;
                width: 100%;
            }
        }
        & .grid{
            padding: 10px;
            width: 100%;
            & .logo-menu{
                justify-content: center;
                gap: 50px;
            }
        }
    }
    main{
        width: 100%;
        overflow: hidden;
        & .grid{
            padding: 10px;
            & .carrossel-banner{
                object-fit: contain;
                width: 100%;
                
            }
        }
    }

    .cursos-cards{
        & .grid{
            & .banner{
                & .imagem{
                    & .info-section{
                        margin: 0px;
                        width: 100%;
                        top: 0px;
                        left: 0px;
                        padding: 10px;
                        h3{
                          font-size: 24px;  
                        }
                        p{
                            width: 200px;
                            font-size: 10px;
                        }
                    }
                }
            }
        }
    }

    .historia{

        & .grid{
            padding: 0px;
            width: 100%;
            height: auto;
            & .escola-historia{
                width: 100%;
                
                & .info-historia{
                    margin: 0px;
                    h2{
                        font-size:36px;
                    }
                    p{
                        font-size: 16px;
                        width: 100%;
                    }
                }

            }
            & .galeria{
                width: 100%;
                padding: 10px;
            }
        }
    }
    footer{
        margin: 0px;
        height: 550px;
        & .info{
            flex-direction: column;
            gap: 30px;
        }

        & .copy{
            text-align: center;
        }
    }
    
}