@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;900&display=swap');

.nav-link,
.btn-matricula-navbar,
.btn-lista-material {
    letter-spacing: 1px
}

.header-bg,
.header-historia,
.header-diferencial,
.estrutura-bg {
    background-size: cover;
    height: 100vh;
    box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px, rgba(0, 0, 0, 0.3) 0 30px 60px -30px
}

.header-bg {
    background-image: url(../img/bg-aquarelinha-hero.svg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
}

.container-navegacao {
    padding-right: 0 !important
}

.texto-header {
    height: 80vh;
    display: flex;
    flex-direction: column;
}

.texto-header h1 {
    color: #03518a;
    font-size: 3.2em !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}

.texto-header a {
    margin-top: 1em;
    width: 15%;
}

.bg-color-nav {
    background: #fff;
    border-radius: 1em;
    z-index: 1;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 10%
}

.btn-matricula-navbar {
    background: linear-gradient(141deg, #ec9f05 0, #fe5300 100%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 2em;
    color: #fff;
    font-weight: bold;
    font-size: larger;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

.bg-color-nav .nav-link {
    color: #03518a !important;
    font-size: larger;
    font-family: 'Poppins', sans-serif;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #03518a;
}

.dropdown-menu {
    border: none !important;
    box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0 !important;
    border-radius: 1em;
    width: 250px;
}

.primeira-linha-segmento> li> a:hover {
    width: 140px;
}

.linha-vertical {
    height: 100px;
    border-right: 3px solid #fe5300;
    padding-left: 1.5em;
}

.titulo-aquarelinha span{
    font-size: 3.2em !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--letra));
}

.titulo-aquarelinha span:nth-child(1){
    color: #ff9303;
}

.titulo-aquarelinha span:nth-child(2){
    color: #9ec80e;
}

.titulo-aquarelinha span:nth-child(3){
    color: #00a7c8;
}

.titulo-aquarelinha span:nth-child(4){
    color: #ee1a45;
}

@keyframes waviy {
    0%,
    40%,
    100% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-20px)
    }
}

/*turma*/
.container-turmas {
    height: 400px;
    width: 100%;
    border-radius: 2em;
    overflow: hidden;
    box-shadow: 0 10px 20px #dbdbdb;
}

.segmento-glass{
    backdrop-filter: blur(4px);
}

.palette {
    display: flex;
    height: 100%;
    width: 100%;
}

.color {
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    transition: flex 0.1s linear;
}

.color span {
    display: none;
    transition: opacity 0.1s linear;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}

.color h1 {
    transition: opacity 0.1s linear;
    font-weight: 900;
}


.color:nth-child(1) {
    background-color: #EACFB5;
}

.color:nth-child(1) h1 {
    color: #f7edd9;
}

.color:nth-child(2) {
    background-color: #C1D9A4;
}

.color:nth-child(2) h1 {
    color: #e4ffdf;
}

.color:nth-child(3) {
    background-color: #A6CCDF;
}

.color:nth-child(3) h1 {
    color: #d4f0f3;
}


.color:nth-child(4) {
    background-color: #ECC2C2;
}

.color:nth-child(4) h1 {
    color: #ffdfdf;
}

.color:hover {
    flex: 2;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.color:hover span {
    display: inline;
}

.color:hover h1 {
    display: none;
}

#stats {
    height: 14%;
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5em;
    box-sizing: border-box;
    color: #bebebe;
}

#stats svg {
    fill: #bebebe;
    transform: scale(1.2);
}


/*Atividades*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
    border-top-right-radius: 2em;
    border-top-left-radius: 2em;    
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding-top: 10px;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.card-atividade{
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    top: 60%;
    height: 100%;
    text-align: left;
}

.titulo-atividade{
    font-weight: 900;
    font-size: 2.5em;
    color: #fffafa;
    padding: .5em 0  .2em 0;
}

.mySwiper>.swiper-wrapper>.swiper-slide> img{
    height: 300px;
} 

.img-estrutura{
    border-radius: 2em;
}
.bg-redes {
    padding-bottom: 6em;
    margin-top: 6em;
    background-image: url(../img/bg-redesociais.svg);
    background-size: cover;
    background-color: #fff;
}

.bg-footer-aquarelinha{
    background-image: linear-gradient(25deg, #7fa2e9, #70c0ef, #56ddf4, #00fbf9)
}

.bi-caret-right-fill{
    color:#03518a;
}



li:hover > .dropdown-item > .bi-caret-right-fill{
    color:#fff;
}

.bi-caret-right-fill::after{
    content: "\f231" ;
    font-style: normal !important;
}
.bi::after, [class^="bi-"]::after, [class*=" bi-"]::after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: none;
}

@media screen and (max-width:1024px) {
    .bg-color-nav {
        margin: 0;
    }

    .btn-matricula-navbar {
        padding: 2em 1em 2em 2em;
    }
}

@media screen and (min-width:990px) and (max-width:1269px) {
    .color h1 {
        font-size: 2em;
    }
}

@media screen and (max-width:989px) {
    .container-turmas {
        height: 350vh;
    }

    .palette {
        flex-direction: column;
    }
}

@media screen and (max-width:768px) {
    .navbar-nav {
        padding-bottom: 1.5em;
    }

    .navbar-toggler {
        margin-right: 2.5em;
    }

    .btn-matricula-navbar {
        border-radius: 1em;
        padding: 0.8em 2em;
    }

    .navbar-collapse {
        padding-bottom: 50px;
    }

    .texto-header a {
        width: 25%;
    }

}

@media screen and (max-width: 425px) {
    .header-bg {
        background-position: inherit;
    }

    .texto-header h1 {
        font-size: 2.5em !important;
    }

    .texto-header a {
        width: 40%;
    }
    .mySwiper>.swiper-wrapper>.swiper-slide> img {
        height: 200px;
    }
}

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #03518a;
    }
    .dropdown-menu>a:hover {
        color: #fff;
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}