*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

body{
    background-color: #f0f2f9;
}

.container{
    width: 100%;
    max-width: 1180px;
    padding: 0 2%;
    margin: 0 auto;
}

button:hover{
    transform: scale(1.1);
}

a{
    text-decoration: none;
}

.btn{
    z-index: 13;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #fff;
    cursor: pointer;
    background-color: #0f1a45;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    display: flex;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    border: 0;
    transition: 0.7s;
}

.btn-3{
    z-index: 13;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #fff;
    cursor: pointer;
    background-color: #0f1a45;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    display: flex;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    border: 0;
    transition: 0.7s;
}

.btn-formacao{
    background-color: #0f1a45;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-radius: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    transition: all .2s;
    border: 0;
    padding: 9px 15px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.7s;
    font-size: 13px;
}

/* HEADER */

header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-desktop{
    list-style-type: none;
}

.menu-desktop li{
    display: inline-block;
    margin: 0 15px;
    color: #2E2E2E;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    transition: 1s;
}

.menu-desktop li:hover{
    transform: scale(1.1);
}

.wrapper-header{
    width: 100%;
    padding: 5px 0;
    background-color: #fff;

    .container{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    img{
        max-width: 150px;
    }

}

/* BANNER */

.banner{
    background: radial-gradient(
    circle farthest-corner at 0% 0%, 
    #1358A8 39%, 
    #0d3d75
    );
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 40px 60px;
    padding-bottom: 0;

    .banner-left{
        width: 50%;
        padding-bottom: 40px;

        .title-banner{
            background-color: #fff;
            border-radius: 20px;
            padding: 5px 10px;
            display: inline-block;

            h4{
                color: #1358A8;
                font-size: 14px;
            }
        }

        h3{
            letter-spacing: 2px;
            font-size: 17px;
            font-weight: 400;
            color: #fff;
            margin-top: 30px;
        }

        h2{
            margin-top: 20px;
            font-size: 38px;
            font-weight: 700;
            line-height: 48px;
            margin-bottom: 40px;
            color: #fff;
        }
    }

    .banner-right{
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;

        img{
            width: 75%;
        }
    }
}

/* FORMAÇÕES */

 .title-formacao{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    h2{
        color: #0f1a45;
        font-family: Montserrat, sans-serif;
        font-size: 26px;
        line-height: 40px;
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
    }

    h4{
        color: #0f1a45;
        text-align: center;
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        margin-bottom: 10px;
    }
}

.formacoes{
    width: 100%;
    padding: 50px 0;

    .container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .wrapper-box{
        margin-top: 20px;
        width: 100%;
        max-width: 1000px;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;

        .single-box:hover{
            transform: translateY(-10px);
        }

        .single-box{
            cursor: pointer;
            transition: 0.5s;
            width: 30%;
            grid-row-gap: 8px;
            border: 1px solid #0f1a45;
            text-transform: none;
            border-radius: 15px;
            flex-direction: column;
            justify-content: space-between;
            min-height: 100%;
            padding: 16px;
            transition: all .2s;
            display: flex;
            margin-top: 20px;
            margin-bottom: 20px;

            h4{
                color: #0f1a45;
                font-family: Montserrat, sans-serif;
                font-size: 18px;
                font-weight: 500;
                line-height: 120%;
                margin-top: 10px;
            }

            p{
                color: #0f1a45;
                text-align: left;
                background-color: #0000;
                margin-bottom: 3px;
                font-size: 12px;
                font-weight: 500;
                line-height: 19px;
            }

            h6{
                color: #9c9c9c;
                font-family: Montserrat, sans-serif;
                font-size: 12px;
                font-style: italic;
                font-weight: 400;

                i{
                    margin-right: 5px;
                    color: #1358A8;
                    font-size: 12px;
                }
            }

            .box-img{
                width: 100%;
                aspect-ratio: 16/9;
                background-color: #ccc;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

            img{
                width: 100%;
                aspect-ratio: 16/9;
                background-color: #ccc;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }
        }
    }
}

/* CHAMADA AÇÃO */

.chamada-acao{
    padding: 20px 0 80px 0;

    h4{
        margin-bottom: 30px;
    }
}

/* NOSSA MISSÃO */

.nossa-missao{
    width: 100%;
    padding: 70px 0;
    background-color: #1358A8;

    .container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }  

    h3{
        font-family: Montserrat, sans-serif;
        font-size: 28px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        font-weight: 400;
    }

    p{
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        margin-top: 30px;
        color: #fff;
        text-align: center;
    }

    .card-missao{
        background-color: #0d3d75;
        max-width: 1000px;
        margin-top: 30px;
        border-radius: 25px;
        padding: 30px;

        p{
            text-align: center;
        }
    }

    .wrapper-numbers{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 50px;
    }

    .single-number{
        width: 31%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

        h2{
            text-align: center;
            font-family: Montserrat, sans-serif;
            font-size: 57px;
            font-weight: 800;
            line-height: 41px;
            color: #fff;
        }

        h5{
            color: #fff;
            font-size: 18px;
            margin-top: 15px;
        }
    }
}

/* FAQ */

.faq{
    background-color: #f0f2f9;
    padding: 50px 0 50px 0;

    .container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    h3{
        margin-top: 20px;
        color: #0f1a45;
        font-size: 30px;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
}

.duvidas-right{
    width: 100%;
    max-width: 900px;
    cursor: pointer;

    h2{
        font-size: 32px;
        color: #1358A8;
        margin-bottom: 40px;
    }

    .single-duvida{
        width: 100%;
        border-bottom: 1px solid #0f1a45;
        margin-top: 20px;
        padding-bottom: 20px;

        .top-single-duvida{
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .low-single-duvida{
            margin-top: 10px;
            overflow: hidden;
            transition: height 0.3s ease;
            height: 0;
            transition: 0.5s;

            p{
                font-weight: 400!important;
            }
        }

        p{
            font-size: 18px;
            color: #0f1a45;
            margin-left: 10px;
            font-weight: 600;
        }

        i{
            color: #1358A8;
            font-size: 18px;
            margin-right: 20px;
        }
    }
}

/* FOOTER */

footer{
    width: 100%;
    padding: 10px 0;
    background-color: #1358A8;

    .container{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    p{
        color: #fff;
    }

    img{
        max-width: 150px;
    }

    .wrapper-icons{
        display: flex;

        i{
            font-size: 30px;
            color: #fff;
            margin: 0 15px;
        }
    }
}


/* MENU MOBILE */

.menu-mobile{
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    display: none;
    opacity: 0;
    transform: translateY(-100%);
    transition: 1s;
    z-index: 999;
}
  
#icon{
    font-size: 22px;
    color: #1358A8;
    margin-right: 20px;
    display: none;
    cursor: pointer;
}
  
.hide{
    top: 75px;
    transform: translate(0);
    opacity: 1;
}
  
.menu-mobile ul{
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    transition: 1s;
    overflow: hidden;
    box-shadow: 0px 13px 12px 0px rgba(0, 0, 0, 0.15);
}
  
.menu-mobile ul li{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #2e2e2e;
    border-bottom: 1px solid #072C56;
    padding: 20px 0 15px 0;
    max-width: 60%;
    font-size: 16px;
    font-family: Montserrat;
}
  
.menu-mobile ul li:last-of-type{
    border-bottom: none;
}

/* ANIMAÇÕES */


[data-anime]{
    opacity: 0;
    transition: 1s;
}
  
[data-anime="left"]{
    transform: translateX(-100px);
}

[data-anime="right"]{
    transform: translateX(100px);
}

[data-anime="scale"]{
    transform: scale(0.5);
}

[data-anime].animation{
    opacity: 1;
    transform: translate(0,0) scale(1);
}

/* SOBRE */

.sobre{
    width: 100%;
    padding: 50px 0 100px 0;
    background-image: url('./images/sobre.png');
    background-size: cover;
    background-position: top center;
    min-height: 600px;

    .container{
        overflow-x: clip!important;
    }
}

.sobre > img{
    display: none;
}

.sobre-logo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.wrapper-size-sobre{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sobre-left{
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;

    p{
        font-size: 17px;
        color: #fff;
        font-weight: 400;
        padding: 15px;
        background: radial-gradient(#1358A8 10%, #072C56 100%);
        border: 2px solid #fff;
        border-radius: 10px;
        transform: translateY(25%);
    }
}

.sobre-right{
    width: 40%;

    .btn{
        margin-top: 20px;
        padding: 15px 20px;
        font-size: 18px;
    }

    h2{
        font-size: 40px;
        color: #fff;
        font-weight: 600;
    }

    h5{
        font-size: 17px;
        color: #fff;
        padding: 7px 15px;
        border: 1.5px solid #fff;
        border-radius: 10px;
        font-weight: 400;
        display: inline-block;
        text-transform: uppercase;
        margin-top: 15px;
    }

    p{
        font-size: 17px;
        color: #fff;
        margin-top: 20px;
        text-align: justify;
    }

    h4{
        margin: 25px 0 10px 0;
        color: #fff;
        font-size: 17px;
    }
}

@media screen and (max-width: 850px){
    .menu-desktop{
        display: none;
    }

    header button{
        display: none!important;
    }

    #icon{
        display: block!important;
    }

    .menu-mobile{
        display: block!important;
    }

    .banner{
        flex-direction: column;
        align-items: center;
    }

    .banner-left{
        width: 100%!important;
        flex-direction: column;
        align-items: center;
        display: flex;

        h2{
            text-align: center;
        }
    }

    .banner-right{
        width: 100%!important;
    }
}

@media screen and (max-width: 800px){
    /* SOBRE */

    .sobre{
        background-image: none;
        padding-top: 0;
        background-color: #09376D;

        .container{
            position: relative;
        }

        > img{
            display: block;
            width: 100%;
        }

        .wrapper-size-sobre{
            flex-direction: column;
            align-items: center;
            justify-content: center;

            .sobre-left{
                position: absolute;
                top: 0;
                left: 50%;
                transform: translate(-50%,-175%);
                width: 90%;
            }

            .sobre-right{
                width: 90%;

                h5{
                    font-size: 15px;
                }
            }


        }
    }
}

@media screen and (max-width: 700px){
    .banner{
        .banner-left{
            h2{
                font-size: 30px;
            }

            h3{
                font-size: 14px;
            }
        }
    }

    .formacoes{
        .wrapper-box{
            justify-content: space-around;

            .single-box{
                width: 45%;
            }
        }
    }

    .nossa-missao{
        .card-missao{
            .wrapper-numbers{
                flex-direction: column;

                .single-number{
                    width: 90%;
                    margin: 30px 0;
                }
            }
        }
    }

    footer{
        padding: 30px 0;

        .container{
            flex-direction: column;

            p{
                margin: 20px 0;
            }
        }
    }
}

@media screen and (max-width: 580px){
    .formacoes{
        .wrapper-box{
            .single-box{
                width: 75%;
            }
        }
    }

    .banner{
        .banner-right{
            img{
                width: 100%!important;
            }
        }
    }
}