@font-face {
    font-family: 'nexa bold';
    src: url('../assets/fontes/nexa-bold-webfont.woff2') format('woff2'),
         url('../assets/fontes/nexa-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexa extra light';
    src: url('../assets/fontes/nexa-extralight-webfont.woff2') format('woff2'),
         url('../assets/fontes/nexa-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexa heavy';
    src: url('../assets/fontes/nexa-heavy-webfont.woff2') format('woff2'),
         url('../assets/fontes/nexa-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexa light';
    src: url('../assets/fontes/nexa-light-webfont.woff2') format('woff2'),
         url('../assets/fontes/nexa-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexa regular';
    src: url('../assets/fontes/nexa-regular-webfont.woff2') format('woff2'),
         url('../assets/fontes/nexa-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'nexa regular', sans-serif;
}

.hidden{
    display: none!important;
}

.mensagem{
    position: fixed;
    z-index: 2000;
    top: 40px;
    left: 40px;
    font-family: "nexa heavy";
    font-size: 30px;
    padding: 20px;
    color: #032342;
    border: 1px solid #032342;
    border-radius: 10px;
    background-color: #FFFFFF;
    width: 450px;
    display: none;
}

.botao-hamburguer {
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    background-color: #FFFFFF;
    color: #fff;
    z-index: 2;
    border: 1px solid #032342;
    outline: none;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}

.botao-hamburguer .line {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #032342;
    margin: 4px 0;
    transition: 0.4s;
}

.botao-hamburguer.ativado .line:nth-child(2) {
    opacity: 0;
}

.botao-hamburguer.ativado .line:nth-child(1) {
    transform: translateX(0px) translateY(10px) rotate(50deg);
    width: 20px;
}

.botao-hamburguer.ativado .line:nth-child(3) {
    transform: translateX(0px) translateY(-8px) rotate(-50deg);
    width: 20px;
}

.btn-inscricao{
    width: 300px;
    height: 35px;
    padding: 5px 20px;
    outline: none;
    border: none;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #5AD69C;
    font-family : "nexa regular", sans-serif;
    font-size : 14px;
    font-weight: 600;
    gap: 45px;
    cursor: pointer;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    color: #032342;
}

.btn-inscricao img{
    width: 40px;
}

.btn-inscricao:hover{
    gap: 60px;
}

.btn-inscricao.btn-azul{
    color: white;
    background-color: #032342;
}

.bold, strong{
    font-family: "nexa heavy";
    font-weight: 600;
}

.verde{
    color: #5AD69C!important;
}

.azul{
    color: #032342!important;
}

.form{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    display: none;
}

.form .close{
    display: block;
    font-family: "nexa heavy";
    font-size: 30px;
    padding: 20px;
    width: fit-content;
    line-height: 0.7;
    cursor: pointer;
    margin: 0 0 30px;
    background-color: #FFFFFF;
}

.form form{
    margin: 0 0 0 auto;
    width: 500px;
    display: flex;
    flex-direction: column;
    padding: 50px 80px 80px;
    background-color: #032342;
    display: none;
}

.form h1{
    font-family: "nexa heavy";
    font-size: 30px;
    color: #FFFFFF;
}

.form h2{
    font-family: "nexa regular";
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
}

.form label{
    display: block;
    font-family: "nexa bold";
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 20px 0 5px;
}

.form input, .form select{
    font-family: "nexa regular";
    outline: none;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    width: 100%;
    height: 37px;
    background-color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.form .container-checkbox{
    font-family: "nexa light";
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}

.form .container-checkbox input{
    width: auto;
    height: auto;
}

.form .btn-inscricao{
    margin: 30px 0 0;
    background-color: #FFFFFF;
}

.form input.parsley-error, .form select.parsley-error{
    border: 1px solid red;
}

header{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
}

header .bloco-header{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

header nav{
    display: flex;
    gap: 10px;
}

header .btn-header{
    width: 150px;
    height: 35px;
    padding: 5px 20px;
    outline: none;
    border: none;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #5AD69C;
    font-family : "nexa regular", sans-serif;
    font-weight: 600;
    font-size : 14px;
    color: #032342;
    cursor: pointer;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

header .btn-header.btn-azul{
    color: white!important;
    background-color: #032342;
}


footer .infos{
    padding: 60px 0;
    background-color: #032342;
}

footer .infos .bloco-1, footer .infos .bloco-2, footer .infos .bloco-3{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

footer .infos .bloco-2{
    margin: 0 300px;
}

footer .infos h2{
    font-family: "nexa bold", sans-serif;
    font-size: 16px;
    margin: 0 0 15px;
    color: #FFFFFF;
    text-transform: uppercase;
}

footer .infos a{
    text-decoration: none;
    color: #FFFFFF;
}

footer .redes{
    display: flex;
    align-items: center;
}

footer .redes a{
    margin: 0 15px 0 0;
}

footer .redes img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}

footer .copy{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background-color: #FFFFFF;
}

footer .copy p{
    font-family: "nexa light", sans-serif;
    font-size: 12px;
    margin: 0;
}

footer .copy a{
    color: #032342;
    text-decoration: none;
}

@media(max-width: 1200px){
    .btn-inscricao{
        width: auto;
    }
    
    header nav{
        position: absolute;
        top: 80px;
        right: 0;
        padding: 50px;
        flex-direction: column;
        transition: all 0.3s ease-in-out;
        transform: translateX(1000px);
        background-color: #FFFFFF;
    }
    header nav.ativado{
        transform: translateX(0);
    }
    header .logo img{
        width: 200px;
    }
    header .botao-hamburguer{
        display: flex;
    }

    footer{
        width: 100%;
    }
    footer .infos .bloco-1, footer .infos .bloco-2, footer .infos .bloco-3{
        display: flex;
    }
    footer .infos .bloco-2{
        margin: 40px 0;
    }
    footer .copy p{
        text-align: center;
        margin: 0 20px;
    }

    .form form{
        width: 100%;
        padding: 20px;
    }

    .mensagem{
        top: 10px;
        left: 10px;
        width: calc(100% - 20px);
    }
}