/* banner01 */

main{
    width: 100%;
    height: 100vh;
    background: url(../img/Bg-infor.png)  no-repeat;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
main .container .banner-hero{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 100%;
   gap: 1rem;
}
main .container .banner-cards{
   display: flex;
   width: 90%;
   max-width: 100rem;
   justify-content: center;
   align-items: center;
   gap: 1rem;
   margin-top: 3.2rem;
}
main .container .personagem{
   width:100%;
   margin: 0px;
}
main .container .infor-banner{
    width: 100%;
    max-width: 120rem;
    height: 45rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    border-radius: 2rem;
    & .video{
        display: none;
    }
}
main .container .infor-banner .infor-texto{
    width: 100%;
    padding: 1.2rem;
    margin: 0px;
    & h1{
        font-size: 3.2rem;
        font-family: "Inter", sans-serif;
        line-height: 4rem;
        color: #ffffff;
        & span{
            font-size: 4rem;
            font-family: "Inter", sans-serif;
            line-height: 4rem;
            color: #ffffff42;
        }
    }
}
main .container .infor-banner p{
    width: content;
    font-size: 2rem;
    font-weight: 400;
    color: #ffffffc7;
    margin-top: 2rem;
}
main .container .infor-banner .btn-star{
  display: flex;
  width: 100%;
  padding: 1.2rem;
  margin-top:2rem;
    & .star{
      margin-top: 0rem;
      color: aliceblue;
      background-color: #2B3291;
    }
}

/* Historia */

.historia{
    margin-top: 20rem;
    margin-bottom: 20rem;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/img/bg-02.png) no-repeat center;   
}
.historia .conainer-hitoria{
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}
.logo-historia{
    width: 50rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.historia .conainer-hitoria .text-historia{
    width: 100%;
    height: 30rem;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3.2rem;
    transition: all .3s ease-in;
}

.historia .conainer-hitoria .base{
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 2rem;
   margin-top: 2rem;
}
.historia .conainer-hitoria .container-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    align-items: center;
    margin-top: 2rem;
    & p{
        width: 100%;
        max-width: 50rem;
        line-height: 2.8rem;
        color: #ffffff;
        font-size: 2rem;
        /* text-align: justify; */
    }

}
.missao{
    width: 100%;
    margin-bottom: 10rem;
    & .container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.missao .container-info{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #f8f8f8;
    padding: 3.2rem;
    border-radius: 1.2rem;
    gap: 2rem;
    transition: all .3s ease;
}
.info{
    width: 100%;
    padding: 2rem;
    border: solid 0.1rem #f8f8f8;
    background-color: #ffffff4f;
    border-radius: 1rem;
    transition: all .3s ease-in;
    & .container-text{
        width: 100%;
        padding: 2rem;
        & h3{
            font-size: 3.2rem;
            color: #073C60;
        }
        & p{
            color: #073C60;
            font-size: 2rem;
            font-weight: 300;
        }
    }
}

.missao .info:hover{
    transform: translateY(-10px);
    box-shadow: 0px 10px 30px rgba(1, 5, 54, 0.100);
    background-color: #ffffff;
}

/* ENSINO */
.ensino{
    width: 100%;
    margin: 20rem 0rem;
    
}
.ensino .container-text{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 3.2rem;
    & h2{
        font-size: "Inter, sans-serif";
        font-size: 5.2rem;
        color: #ffffff;
    }
    & p{
        text-align: center;
        font-size: "Inter, sans-serif";
        font-size: 2rem;
        color:#ffffff;
        max-width: 56.784rem;
    }
}
.container-cards{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.card{
    width: 100%;
    max-width: 44rem;
    height: 57rem;
    padding: 3.2rem;
    background-color: #f8f8f8;
    border-radius: 2rem;
}
.card .img-card{
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    margin: 0px;
    margin-bottom: 1.6rem;
}
.card .title-card{
    width: 100%;
    margin: 0px;
    margin-bottom: 1.2rem;
}
.card .btn-card{
    width: 100%;
    display: flex;
    gap: 2rem;
    & a{
        width: 100%;
        padding: 1rem 2rem;
        background-color: #073C60;
        text-align: center;
        color: #f8f8f8;
        font-size: 1.6rem;
        font-weight: 600;
        border-radius: 99rem;
        margin: 0px;
        margin-top: 2.4rem;
    }
    & .conhe{
        background: transparent;
        border: solid 0.1rem #2B3291;
        color: #2B3291;
        transition: all .3s ease-out;
    }
}

.card .btn-card a:hover{
    /* transform: translateY(-10px); */
    box-shadow: 0px 10px 30px rgba(1, 5, 54, 0.100);
    background-color: #2B3291;
    color: #f8f8f8;
}
.card .btn-card .conhe:hover{
    /* transform: translateY(-10px); */
    box-shadow: 0px 10px 30px rgba(1, 5, 54, 0.100);
    background-color: #2B3291;
    color: #f8f8f8;
}

.title-card{
    width: 100%;
    & h3{
        font-family: "Inter", sans-serif;
        font-size: 2.8rem;
        font-weight: bold;
        color: #073C60;
        
    }
}

/*GALERIA*/

.galeria{
    display: flex;
    width: 100%;
    margin-bottom: 30rem;
}
.galeria .container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.galeria .container-galeria{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.galeria .container-galeria .titulo-galeria{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 4rem;
    & h2{
        font-family: "Inter", sans-serif;
        font-size: 4rem;
        color: #ffffff;
        margin-bottom: 2.4rem;
        text-align: center;
    }
    & p{
        width: 100%;
        color: #ffffff;
        max-width:56.917rem ;
        text-align: center;
        font-size: 2.4rem
    }
}
.galeria .container-galeria .btn-galeria{
    display: flex;
    position: relative;
    width: 100%;
    height: 1rem;
    top:16rem ;
    justify-content: center;
    align-items: center;
}
.galeria .container-galeria .btn-galeria .btn-back, .btn-next {
    display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    width: 4rem;
    height: 4rem;
    border-radius: 999px;
    cursor: pointer;
    background-color:var(--color-brand-red);
    & i{
        color: aliceblue;
    }
}
.galeria .container-galeria .btn-galeria .btn-next {
    right: 0rem;
}
.galeria .container-galeria .btn-galeria .btn-back {
    left: 0rem;
}
.container-img{
    display: flex;
    justify-content:center;
    align-items: center;
    width: fit-content;
    /* max-width: 1020px; */
    margin: 0px;
}
.container-img .foto{
    width: 25rem;
    height: 25rem;
    margin: 0px;
    cursor: pointer;
    transition: all .3s ease;
    display:none;
}
.container-img .show-foto{
    display: block;
}
.banner-matricula .container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-matricula .container .container-img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer{
    width: 100%;
    position: relative;
    margin-top: 30rem;
    padding-top: 6rem;
    background-color: #052134;
}
footer .container{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
footer .container .infor-logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    flex-direction: column;
}
footer .container .infor-logo .map iframe{
    width: 100%;
    max-width: 60rem;
    height: 30rem;
}
footer .container .logo-footer{
    width: 20rem;
    position: absolute;
    left: 160px;
    top: -100px;
    display: block;
    /* margin: 0 auto; */
}
footer .container i {
    color: aliceblue;
    font-size:2rem;
    transition: all .3s ease;
    cursor: pointer;
}
footer .container i:hover {
    color: #FEFAD7;
}
footer .container .redes-sociais{
    margin-top: 2rem;
    display: flex;
    gap: 2rem;
    align-items: center;
}
footer .container .infor{
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    & p{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 2rem;
        text-align: center;
        margin-bottom: 1rem;
        & span{
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }
    }
    & .ender{
        width: 100%;
    }
}
footer .copy{
    margin-top: 4rem;
    padding-bottom: 2rem;
    padding-top: 3rem;
    width:100% ;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    background-color:#1b0249;
    & p{

        font-size: 1.3rem;
    }
}
