

.hero-education-cycle {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-education-cycle-container {
    max-width: 1216px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 40px;

    @media (max-width: 1050px) {
        flex-direction: column-reverse;
    }
}

@media (max-width: 1220px) {
    .hero-education-cycle-container {
        max-width: 100%;
        width: 100%;
        padding: 0px 50px;
    }
}

@media (max-width: 950px) {
    .hero-education-cycle-container {
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 950px) {
    .hero-education-cycle-container {
        padding: 0px 20px;
    }
}

.hero-education-cycle-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 23px;
    max-width: 648px;
    padding-top: 30px;

    @media (max-width: 950px) {
        max-width: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .hero-education-cycle-title {
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #6C737F;
    }

    @media (max-width: 950px) {
        .hero-education-cycle-title {
            text-align: center;
            font-size: 18px;
            line-height: 26px;
        }
    }

    .hero-education-cycle-subtitle {
        font-size: 72px;
        font-family: 'Poppins', sans-serif;
        line-height: 80px;
        font-weight: 700;
        color: #0A152A;
        width: 100%;
    }

    @media (max-width: 950px) {
        .hero-education-cycle-subtitle {
            font-size: 36px;
            line-height: 54px;
            text-align: center;
        }
    }

    .hero-education-cycle-description {
        font-size: 20px;
        font-weight: 400;
        line-height: 32px;
        font-family: 'Inter', sans-serif;
        color: #6C737F;

    }

    @media (max-width: 950px) {
        .hero-education-cycle-description {
            font-size: 16px;
            line-height: 24px;
            text-align: center;
        }
    }
}

.hero-education-cycle-image {
    width: 557px;
    height: 557px;
    margin-top: -72px;

    .hero-education-cycle-image-child {
        width: 557px;
        height: 557px;
        object-fit: scale-down;
    }

    @media (max-width: 900px) {
        margin-top: 20px;
        max-width: 100%;
        width: 100%;
        height: auto;

        .hero-education-cycle-image-child {
            max-width: 100%;
            width: 100%;
            height: auto;
            object-fit: scale-down;
        }
    }

    @media (max-width: 600px) {
        margin-top: 0px;
    }
}

@media (max-width: 990px) {
    .hero-education-cycle-image {
       /* display: none; */
    }
}


.characteristics-education-cycle {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.characteristics-education-cycle-container {
    max-width: 1356px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media (max-width: 1359px) {
    .characteristics-education-cycle-container {
        max-width: 100%;
        width: 100%;
        padding: 0px 50px;
    }
}

@media (max-width: 950px) {
    .characteristics-education-cycle-container {
        padding: 0px 20px;
    }
}

.characteristics-education-cycle-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 23px;
    padding-top: 30px;
    max-width: 1216px;


    .characteristics-education-cycle-title {
        font-size: 24px;
        line-height: 33px;
        max-width: 622px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #0A152A;
        max-width: 622px;
    }
}

@media (max-width: 1220px) {
.characteristics-education-cycle-content {
       max-width: 100%;
       width: 100%;
    }

    .characteristics-education-cycle-title {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 950px) {

    .characteristics-education-cycle-content {
        align-items: center;
        justify-content: center;
        max-width: 100%;
        width: 100%;
    }

    .characteristics-education-cycle-title {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        max-width: 100%;
        width: 100%;
        margin-top: 24px;
        text-align: center;
    }
}

.characteristics-education-cycle-list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 56px;
    max-width: 1356px;
}

@media (max-width: 1359px) {
    .characteristics-education-cycle-content {
        max-width: 100%;
        width: 100%;
    }
}



.list-items {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 1216px;
}

@media (max-width: 1220px) {
    .list-items {
        max-width: 100%;
        width: 100%;
    }
}


.characteristics-education-cycle-list-item {
    max-width: 587px;
    min-height: 448px;
    border-radius: 16px;
    padding: 48px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #78BE21;
    

    .list-item-image {
        max-width: 46px;
        max-height: 46px;
    }

    .list-item-title {
        font-size: 24px;
        line-height: 33px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #0A152A;
        margin-top: 16px;
    }

    .list-item-description {
        font-size: 16px;
        line-height: 24px;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        color: #6C737F;
        margin-top: 48px;
    }
}

@media (max-width: 1220px) {
    .characteristics-education-cycle-list-item {
        max-width: 400px;
        width: 100%;
    }
}

@media (max-width: 950px) {
    .characteristics-education-cycle-list-item {
        max-width: 100%;
        width: 100%;
        padding: 24px;
        height: auto;
        min-height: auto;
    }
}

.cycles-carousel-buttons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    position: absolute;
   

    @media (max-width: 950px) {
        margin-top: 50px;
    }
}

.pagination-container, .list-pagination-points-reviews-mobile {
    display: none;
}

@media (max-width: 950px) {
    .pagination-container, .list-pagination-points-reviews-mobile {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .pagination-point, .owl-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1px solid #2143BE;
    }

    .pagination-point-active, .owl-dot.active {
        background-color: #0A152A;
        border: none;
    }
}

@media (max-width: 1220px) {
    .cycles-carousel-buttons-container {
        padding: 0px 15px;
    }
}

@media (max-width: 950px) {
    .cycles-carousel-buttons-container {
        padding: 0px 15px;
        position: relative;
        justify-content: center;
        align-items: center;
    }
}

.cycles-carousel-button {
    outline: none;
    border: none;
    cursor: pointer;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;

    .button-image {
        width: 30px;
        height: 35px;
    }
}

.cycles-carousel-button-next, .environment-structure-items-button-next, .reviews-carousel-button-next {
    transform: rotateY(180deg);

     img {
        width: 30px;
        height: 35px;
    }

}

.environment-structure {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 113px;
}

@media (max-width: 950px) {
    .environment-structure {
        margin-top: 48px;
    }
}

.environment-structure-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1356px;
}

@media (max-width: 1359px) {
    .environment-structure-container {
        max-width: 100%;
        width: 100%;
        padding: 0px 50px;
    }
}

@media (max-width: 950px) {
    .environment-structure-container {
        padding: 0px 20px;
    }
}

.environment-structure-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 1216px;

    .environment-structure-title {
        font-size: 40px;
        line-height: 54px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        color: #0A152A;
    }

    .environment-structure-description {
        font-size: 20px;
        line-height: 32px;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        color: #6C737F;
        max-width: 846px;
        margin-top: 23px;
    }
}

@media (max-width: 950px) {
    .environment-structure-content {
        align-items: center;
        justify-content: center;
    

    .environment-structure-title {
        font-size: 24px;
        line-height: 26px;
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

    .environment-structure-description {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        max-width: 100%;
        width: 100%;
    }
}
}


.environment-structure-items-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
    position: relative;
}

.environment-structure-items-list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    list-style: none;
    max-width: 1216px;
}

@media (max-width: 1220px) {
    .environment-structure-items-list {
        max-width: 100%;
        width: 100%;
    }
}

.environment-structure-item {
    max-width: 384px;
    max-height: 340px;
    width: 100%;
    height: 100%;

    & img {
        border-radius: 24px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 600px) {
    .environment-structure-item {
        max-width: 100%;
        width: 100%;
        height: 250px;
        max-height: auto;
    }
}


.banner-objectives {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 127px;
}

@media (max-width: 1359px) {
.banner-objectives {
        max-width: 100%;
        width: 100%;
        padding: 0px 50px;
    }
}

@media (max-width: 950px) {
    .banner-objectives {
        margin-top: 48px;
        padding: 0px 20px;
    }
}

.banner-objectives-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 1356px;
    border-radius: 56px;
    background: #e4f2d352; 
    min-height:600px;
}

@media (max-width: 1359px) {
    .banner-objectives-container {
        max-width: 100%;
        width: 100%;
        padding: 0px 50px;
    }
}

@media (max-width: 950px) {
    .banner-objectives-container {
        flex-direction: column;
        padding: 50px;
        min-height: auto;
    }
}

.banner-objectives-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 495px;
    width: 495px;
}

@media (max-width: 1150px) {
    .banner-objectives-container {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 950px) {
    .banner-objectives-container {
        max-width: 100%;
        width: 100%;
    }

    .banner-objectives-content {
        max-width: 100%;
        width: 100%;
    }
}

.banner-objectives-title {
    font-size: 40px;
    line-height: 54px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #0A152A;
}

@media (max-width: 950px) {
    .banner-objectives-title {
        font-size: 24px;
        line-height: 26px;
        text-align: center;
        max-width: 100%;
        width: 100%;
    }
}

.banner-objectives-description {
    font-size: 18px;
    line-height: 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #6C737F;
    margin-top: 16px;
}

@media (max-width: 950px) {
    .banner-objectives-description {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        max-width: 100%;
        width: 100%;
    }
}

.banner-objectives-image {
    max-width: 646px;
    max-height: 442px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    & img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1150px) {
    .banner-objectives-image {
        max-width: 500px;
        max-height: 300px;
    }
}


.differences-education-cycle {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 143px;
}

@media (max-width: 1220px) {
    .differences-education-cycle {
        padding: 0px 50px;
    }
}


@media (max-width: 950px) {
    .differences-education-cycle {
        margin-top: 80px;
        padding: 0px 20px;
    }
}

.differences-education-cycle-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1216px;
}

@media (max-width: 1220px) {
    .differences-education-cycle-container {
        max-width: 100%;
        width: 100%;
    }
}


.differences-education-cycle-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    .differences-education-cycle-title {
        font-size: 56px;
        line-height: 72px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #0A152A;
    }

    .differences-education-cycle-description {
        font-size: 20px;
        line-height: 32px;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        color: #6C737F;
        margin-top: 32px;
        max-width: 846px;
        text-align: center;
    }
}

@media (max-width: 950px) {

    .differences-education-cycle-content {
        align-items: center;
        justify-content: center;
    

        .differences-education-cycle-description {
            text-align: center;
            max-width: 100%;
            width: 100%;
            margin-top: 16px;
        }

        .differences-education-cycle-title {
            font-size: 24px;
            line-height: 26px;
            text-align: center;
            max-width: 100%;
            width: 100%;
        }

    }
}

.differences-education-cycle-items-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}

.differences-education-cycle-items-list {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: center;
    justify-content: center;
    list-style: none;
}

@media (max-width: 950px) {
    .differences-education-cycle-items-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.differences-education-cycle-item {
    width: 100%;
    height: 100%;
    padding: 48px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #78BE21;

    &:nth-child(2) {
       border: 1px solid #2198BE;
    }

    &:nth-child(3) {
      border: 1px solid #2143BE
    }



    .differences-education-cycle-item-image {
        width: 46px;
        height: 46px;
    }

    .differences-education-cycle-item-title {
        font-size: 24px;
        line-height: 33px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        color: #0A152A;
        margin-top: 64px;
    }

    .differences-education-cycle-item-description {
        font-size: 16px;
        line-height: 24px;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        color: #6C737F;
        margin-top: 16px;
    }
}

@media (max-width: 950px) {
    .differences-education-cycle-item {
        padding: 24px;
        height: auto;
        min-height: auto;
    }
}

.reviews {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 125px;
}

.reviews-header-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 1216px;
}

@media (max-width: 1220px) {
    .reviews-header-container {
        max-width: 100%;
        width: 100%;
        padding: 0px 50px;
    }
}

.reviews-header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

@media (max-width: 950px) {
    .reviews-header {
        align-items: center;
        justify-content: center;
    }
}

.reviews-title {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #6C737F;
    text-transform: uppercase;
}


.reviews-subtitle {
    font-size: 40px;
    line-height: 54px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #0A152A;
    margin-top: 24px;
}

@media (max-width: 950px) {
    .reviews-subtitle {
        font-size: 24px;
        line-height: 26px;
        text-align: center;
        max-width: 100%;
        width: 100%;
        margin-top: 16px;
    }
}


.list-pagination-points {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    align-self: flex-end;
    justify-self: flex-end;

    @media (max-width: 950px) {
     display: none;
    }


    .list-pagination-point, .owl-dot {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background-color: transparent;
        border: 1.33px solid #2143BE;
        transition: all 0.3s ease-in-out;
    }

    .list-pagination-point-active, .owl-dot.active {
        background-color: #0A152A;
        border: none;
    }
}

.reviews-list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1356px;
    position: relative;
    margin-top: 48px;
}

@media (max-width: 1356px) {
    .reviews-list {
        max-width: 100%;
        width: 100%;
        padding: 0px 50px;
    }
}

@media (max-width: 950px) {
    .reviews-list {
        padding: 0px 20px;
    }
}

.reviews-list-items {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style: none;
    max-width: 1216px;
}

@media (max-width: 1220px) {
    .reviews-list-items {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 950px) {
    .reviews-list-items {
        margin-bottom: 50px;
    }
}

.reviews-list-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.reviews-list-item-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    border: 1px solid #7AC1D8;
    width: 1216px;
    min-height: 463px;
    border-radius: 16px;
    padding: 81px;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    gap: 38px;
}

@media (max-width: 1220px) {
    .reviews-list-item-content {
        max-width: 100%;
        width: 100%;
        padding: 40px;
    }
}

@media (max-width: 950px) {
    .reviews-list-item-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.reviews-list-item-image {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 49px;
    max-width: 568px;
}

@media (max-width: 950px) {
    .reviews-list-item-image {
        max-width: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 0;

        

        .reviews-list-item-quote-illustration {
            display: none;
        }
    }
}

.reviews-list-item-image-user {
    width: 168px;
    height: 168px;
    object-fit: scale-down;
}

.reviews-list-item-quote-illustration {
    width: 32px;
    height: 32px;
    object-fit: scale-down;
}

@media (max-width: 950px) {
    .reviews-list-item-image .reviews-list-item-quote-illustration {
        display: none !important;
    }
}

.reviews-list-item-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 736px;
}

@media (max-width: 1220px) {
    .reviews-list-item-text {
        max-width: 500px;
        width: 100%;
    }
}

@media (max-width: 950px) {
    .reviews-list-item-text {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
}

.reviews-list-item-description {
    font-size: 24px;
    line-height: 38px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #6C737F;
}

@media (max-width: 950px) {
    .reviews-list-item-description {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }
}

.reviews-list-item-title {
    font-size: 18px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #0A152A;
    margin-top: 48px;
}

@media (max-width: 950px) {
    .reviews-list-item-title {
        text-align: center;
        max-width: 100%;
        width: 100%;
    }
}

.reviews-list-item-subtitle {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #6C737F;
    margin-top: 5px;
}

@media (max-width: 950px) {
    .reviews-list-item-subtitle {
        text-align: center;
        max-width: 100%;
        width: 100%;
    }
}

.reviews-list-item-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-shadow-1 {
    width:95%;
    height: 20px;
    border-radius: 0 0 16px 16px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background: #02367B;
}

.card-shadow-2 {
    width: 90%;
    height: 20px;
    border-radius: 0 0 16px 16px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background: #02367B80;
}

