/* ----------------------------------------
    # Teacher section
------------------------------------------- */
#hero {
    background-color: var(--color-primary);
    padding-top: 70px;
    padding-bottom: 8.8rem;
}

#card-event-page {
    border-top: white;
    padding-top: 60px;
}

#card-event-page .title-news {
    width: 30rem;
    height: 7vh;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 1.3rem;
}

#card-event-page h3 {
    font-size: 37px;
}

#card-event-page p {
    /*font-size: 23px;*/
    color: white;
}

.title-news {
    background-color: rgba(111, 111, 111, 0.44);
    padding-right: 3rem;
    padding-left: 2rem;
    width: 7vw;
}

#events-stick {
    font-weight: bold !important;
    display: inline-block;
    white-space: nowrap;
}

#next-events-stick {
    background-color: rgba(153, 77, 152, 1) !important;
}

.title-news h3 {
    color: white;
    font-size: 1.3vw;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    display: inline;
    margin-top: 0.3rem;
}

.news-content {
    border-left: 6px solid var(--color-yellow);
    margin: 0;
    height: 7vh;
    position: relative;
}

.teacherSupportMaterials .containerTeacherSupportMaterials .contentLeft {
    width: 40%;
    margin: auto;
}

.supportTitle .supportTitleContent {
    background-color: #7b7b7b;
    width: 15rem;
    margin: 3rem 3rem;
}

.supportTitleContent {
    border-left: 6px solid var(--color-yellow);
    height: 5rem;
    top: 0;

}

.supportTitle .supportTitleContent h3 {
    color: white;
    font-size: 2rem;
    font-weight: 500;
}

/* ----------------------------------------
    # Student section
------------------------------------------- */

.studentSupportMaterials .containerStudentSupportMaterials .contentLeft {
    width: 40%;
}

.containerTeacherSupportMaterials {
    display: flex;
    flex-direction: column;
}

/* ----------------------------------------
    # Several Style
------------------------------------------- */

.several {
    background-color: #ededed;
    background-image: url("https://s3.amazonaws.com/images.3e.eng.br/site-cemig/telas-site-cemig-nas-escolas_Prancheta-1.png");
    background-size: cover;
    background-position-y: 90%;

    height: 55vh;
}

.swiper-several-support {
    width: 100vw;

    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-container-support .containerSeveralSupportMaterials {
    align-items: center;
    justify-content: center;
    display: flex;
}

.swiper-slide-support {
    display: flex;
    justify-content: center;
}

.contentSupport {
    margin: 1.5rem 0;
}


.swiper-button-next, .swiper-button-prev {
    background-color: black !important;
}

/* ----------------------------------------
    # Swiper Style
------------------------------------------- */

.swiper-container-support {
    width: 60vw;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem;
}

.swiper-slide-support {
    font-size: 18px;
    display: flex;
}

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


.swiper-container-support .swiper-slide-support {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.swiper-slide-support {
    display: flex;
    align-items: baseline;
}

.contentSupport a {
    color: #474747;
}

.contentSupport p {
    color: #474747;
}

.contentSupport i {
    font-size: 4rem;
    margin: 0 2rem;
    color: var(--color-primary);
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 370px) {
    #hero {
        padding-bottom: 8.8rem;
    }
}

@media screen and (max-width: 450px) {
    #card-event-page h3 {
        font-size: 33px;
    }

    #card-event-page .title-news {
        width: 21rem;
        height: 11vh;
    }

    .title-news {
        padding-left: 0.3rem;
        padding-right: 1rem;
    }

    .news-content {
        height: 11vh;
    }
}

@media (max-width: 1400px) {
    .teacherSupportMaterials .containerTeacherSupportMaterials {
        display: flex;
        flex-direction: column;
    }

    .contentLeft {
        align-content: baseline !important;
        align-items: baseline !important;
    }

    .img_alunos {
        display: none;
    }

    .img_professores {
        display: none;
    }

    .teacherSupportMaterials .containerTeacherSupportMaterials .contentLeft {
        width: 100vw;
        margin: auto;
    }

    .swiper-container-support .swiper-slide-support {
        margin: auto;
    }

    .containerStudentSupportMaterials {
        flex-direction: column-reverse;
    }
}

@media (max-width: 1400px) {
    .swiper-container-support .swiper-slide-support {
        margin: auto;
    }

    .swiper-container-support {
        width: 100vw !important;

    }
}

@media (max-width: 1160px) {
    .swiper-container-support .swiper-slide-support {
        margin: auto;
    }

    .swiper-container-support {
        width: 100vw !important;

    }

    .containerStudentSupportMaterials {
        flex-direction: column-reverse;
    }

    .contentLeft {
        margin-top: 3rem !important;
        justify-content: left !important;
    }

    swiper-slide {
        display: flex !important;
        flex-direction: column-reverse !important;
        align-items: center !important;

    }

    swiper-container {
        width: 100vw !important;
        margin: 0 auto !important;
    }

    .swiper-container-support {
        margin: 0 auto !important;
    }


}

@media (max-width: 980px) {
    .contentStudentSupportMaterials {
        margin: 0 1rem !important;
    }

    .teacherSupportMaterials .containerTeacherSupportMaterials {
        align-items: baseline;
    }
}

@media (max-width: 700px) {
    .contentSupport > div {
        width: 90%;
    }
}

@media (max-width: 767px) {
    #hero {
        padding-bottom: 10.8em;
    }

    .news-content > p {
        margin-top: 1rem;
    }

}

@media (max-width: 500px) {
    .contentStudentSupportMaterials {
        margin: 0 !important;
    }

    .containerTeacherSupportMaterials > div {
        margin: 0 !important;
    }

    .banner-container {
        margin: 20rem 5rem;
    }
}

.cardSupportMaterials {
    margin: 3rem;
    width: 15rem;
}

.cardSupportMaterials > h2 {
    color: var(--color-primary);
}

.cardSupportMaterials:hover {
    transform: scale(1.05);
    color: var(--color-yellow);
}

@media (max-height: 400px) {
    .container-banner-title {
        margin: 2rem 0 !important;
    }

    .banner-content {
        height: 4rem !important;
    }
}
