@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    max-width: 100vw;
    overflow-x: hidden;
    position: relative;
    z-index:-1 ;
    font-family:Montserrat;
    margin:0;
    padding:0;
}

.hamburger{
    display:none;
}

.navmenu{
    z-index: 10;
    margin:0;
    width: 100%;
}

.menu{
    position: relative;
    box-shadow: 0px 0px 10px black;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#072662;
    width: 100%;
    height: 60px;
    z-index: 10;
}

ul.menu-list{
    font-weight: 600;
    font-size:14px;
    gap:20px;
    display:flex;
    flex-direction: row;
    padding:10px, 15px;
    list-style-type: none;
}

ul.menu-list a{
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color:white;
    text-decoration: none;
    padding:3px 10px;
    width: 20%;
    transition: all 300ms;
}

ul.menu-list a:hover{
   transition: all 300ms;
   background-color: #F09061;
   color:black;
}

#aT{
    color:#F09061;  
    font-size:16px;
}
#aT:hover{
    color:white;
}

#aL{
    transition: 300ms;
    width: 30%;
    background: black;
}

#aL:hover{
    color:white;
    background-color: rgb(34, 34, 34);
}
.hamburger{
    border-style: none;
    background-color: #072662;
    color:white;
    font-size: 40px;
    width: 100%;
    height: 60px;
}

.containerForms{
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #CCE6EB;;
    background-position: center;
    background-size: repeat;
    background-attachment: top;
    width: 100%;
    height: auto;
}

.containerForms h1{
    margin: 25px 0px 25px 0px;
    font-size:48px;
    font-weight: 600;
    text-shadow: 0px 0px 5px rgb(194, 194, 194);
}

#container-rodapé{
    padding:20px 0px 20px 0px;
    background-color:#072662;
    color:white;
}

.meio{
    margin:40px;
}

#container-rodapé .rodapeul a{
    color:white;
    text-decoration: none;
}
.zapvivaion{
    margin: 20px 0px 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.socialmedia{
    display:flex;
    width: 80%;
    justify-content: space-between;
}

.disclaimer a{
    color:white;
}

.disclaimer{
    text-align: center;
}

ul.duvida{
    list-style-type: none;
}

ul.duvida li{
    margin-top:10px;
}

ul.rodapeul{
    list-style-type: none;
}

ul.rodapeul li{
    margin-top: 10px;
}
.cursos{
    padding: 30px;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap:50px;
    justify-content: center;
    align-items: center;
}

.cursos1{
    display: flex;
    flex-direction: column;
    width: 60%;
    height: auto;
}

.custom-list::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("media/whatsapp.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}

.custom-list2::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("media/email.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}

.cursos1 img{
    &:hover{
        mask-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9));
        -webkit-mask-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8));
    }
    width: 100%;
}

#curso1 a, #curso2 a, #curso3 a {
    color:black;
}


#curso1, #curso2, #curso3{
    text-align: center;
    display: flex;
    flex-direction: column;
}


.cursos2{
    gap:10%;
    display: flex;
    flex-direction: row;
    width: 36%;
}

.cursos2 img{
    &:hover{
        mask-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9));
        -webkit-mask-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8));
    }
    width: 100%;
}

.cursos3{
    gap:10%;
    display: flex;
    width: 60%;
}

.cursos3 img{
    &:hover{
        mask-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9));
        -webkit-mask-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8));
    }
    width: 100%;
}

.filter-container {
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
    position: relative;
}

.filter-container button {
    font-weight: 600;
    background-color: #072662;
    color: white;
    padding: 10px 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

.filter-container button:hover {
    transition:300ms;
    color:Black;
    background-color: #F09061;
}

.filter-dropdown {
    transition:0ms;
    display: none;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    padding: 10px 0;
    z-index: 10;
}

.filter-dropdown.show {
    display: block;
}

#btnFiltro{
    background-image: linear-gradient(to right,#051637, rgb(23, 107, 224));
    background-size:cover;
    background-position: center;
    width: 100px;
    position: absolute;
    top: 50px;
    color:white;
    transition: opacity 0.5s ease-in-out;

}

#btnFiltro::before{
    color:white;
    border-radius: 5px;
    content: "";
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to right,rgb(23, 107, 224), #051637);
    transition: opacity 0.5s ease-in-out;
    opacity:0;
    mix-blend-mode:screen;
}

#btnFiltro:hover:before{
    color:white;
    opacity:1;
}

.filter-option {
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    color: #072662;
}

.filter-option:hover {
    background-color: #F09061;
    color: white;
}
.cursos {
    justify-content: center;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 colunas de largura igual */
    gap: 20px; /* Espaço entre os cursos */
    justify-content: center;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
}

.curso {
    text-align: center;
    padding: 10px;
    border-radius: 8px;
}

.curso img {
    transition: 300ms;
    width: 100%;
    height: auto;
    border-radius:0px;
    box-shadow: 0px 0px 10px rgba(64, 64, 64, 0.762);

    &:hover{
        transition: 300ms;
        opacity: 0.5;
    }
}

.container-6 .Textos,.container-6 #title{
    display: flex;
    flex-direction: column;
    width: 50%;
}

.container-6 p1{
    margin:10px;
    font-size: 20px;
}

.container-6 p2{
    margin:10px;
    font-weight: 700;
    font-size: 30px;
}
.container-6 .explicaçao{
    width: 80%;
}
.container-6 .explicaçao p{
    margin:10px;
    width: 100%;
    font-size: 16px;
}
.container-6 .explicaçao a{
    position: relative;
    top:25px;
    left:50%;
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    color:white;
    background-color:black ;
    padding: 10px 40px;
    transition: 300ms;

    &:hover{
        transition: 300ms;
        background-color:rgb(23, 107, 224) ;
    }
}

.container-6 img{
    width: 20%;
}

.container-6{
    padding:50px 0px 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #051637;
    color: white;
}

@media only screen and (max-width:600px){
    .hamburger{
        transition: 200ms;
        position: fixed;
        display:block;
        cursor: pointer;
    }

    .menu-list{
        display:flex;
        flex-direction: column;
        position: fixed;
        top:0;
        left:100%;
    }

    .menu-list.active{
        transition: 200ms ease-in-out;
        width: 100vw;
        height: 100vh;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap:20px;
        position: fixed;
        top:60px;
        left:0%;
        background-color: #072662;
    }

    .menu-list.active a{
        width: 300px;
        border-radius: 5px;
    }

    .containerForms h1{
        font-size: 35px;
    }

    #container-rodapé{
        width: 100%;
    }
    
    .rodape1{
        width: 80%;
        gap:20px;
        display:flex;
        flex-direction: column;
        justify-content: space-between;
    
    }

    .duvidas{
        width: 100%;
    }

    #btnFiltro{
        margin-bottom:20px;
    }

    .cursos {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 20px; /* Espaço entre os cursos */
        justify-content: center;
        max-width: 1200px;
        margin: 20px auto;
        padding: 20px;
    }
    .container-6{
        flex-direction: column;
    }

    .container-6 img{
        width: 100%;
    }

    .container-6 .Textos{
        width: 90%;
        text-align: center;
        display:flex;
        justify-content: center;
        align-items: center;

        p1,p2, p{
            margin:10px 0px 0px 0px;
            text-align: center;
        }
    }

    .container-6 .Textos a{
        left:0px;
    }


}

@media only screen and (min-width:600px) and (max-width: 1024px) {
    .hamburger{
        transition: 200ms;
        position: fixed;
        display:block;
        cursor: pointer;
    }

    .menu-list{
        display:flex;
        flex-direction: column;
        position: fixed;
        top:0;
        left:100%;
    }

    .menu-list.active{
        transition: 200ms ease-in-out;
        width: 100vw;
        height: 100vh;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap:20px;
        position: fixed;
        top:60px;
        left:0%;
        background-color: #072662;
    }

    .menu-list.active a{
        width: 300px;
        border-radius: 5px;
    }

    .cursos {
        grid-template-columns: repeat(1, 1fr); /* 1 curso por linha em celulares */
    }

    .container-6{
        .Textos{
            width: 100%;
        }
        img{
            width: 50%;
        }
    }

    .containerForms h1{
        font-size: 48px;
    }

    .rodape1{ 
        width: 100%;
        display:flex;  
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    .logorodape{
        width: 350px;
    }

    .duvidas{
        width: 300px;
    }

    ul.duvida{
        width: 100%;
    }
}
@media screen and (min-width: 1024px) {
    .container-6{
        .Textos{
            width: 80%;
        }
        img{
            width: 30%;
        }
    }

    .cursos {
        grid-template-columns: repeat(2, 1fr); /* 2 cursos por linha em tablets */
    }
}

@media only screen and (max-width:1440px){}