/* //////////////FOOTER////////////// */

footer {
    width: 100%;
    min-height: 250px;
    display: flex;
    font-family: "Comfortaa", display !important;
    margin-top: -4px;
}

.footer-col {
    width: 25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.footer-col a {
    color: black;
    text-decoration: none;
    display: contents;
}

.footer-col:nth-child(1) {
    background-color: #0342bc;
}

.footer-col:nth-child(2) {
    background-color: #fcd448;
}

.footer-col:nth-child(3) {
    background-color: #0342bc;
}

.footer-col:nth-child(4) {
    background-color: #fcd448;
}

.footer-col:nth-child(5) {
    background-color: #0342bc;
}

.footer-col-text {
    padding: 0 15px;
}

.footer-col-icon {
    padding: 10px 10px;
}

.footer-col-icon img {
    height: 40px;
    opacity: .6;
}

.footer-col:nth-child(3) .footer-col-icon img {
    height: 30px;
}

.footer-col-text span:first-child {
    font-weight: 900;
    margin-bottom: 7px;
}

.footer-col-text span {
    display: block;
}

@media (min-width: 769px) and (max-width: 1280px) {
    footer {
        font-size: 12px;
    }

    .footer-col {
        padding: 0;
        flex-direction: column;
    }

    .footer-col-text {
        padding: 0;
        text-align: center;
    }

    .footer-col-icon img {
        height: 30px;
    }

    .footer-col:nth-child(3) .footer-col-icon img {
        height: 20px;
    }
}

@media (min-width: 376px) and (max-width: 768px) {
    footer {
        flex-wrap: wrap;
        font-size: 13px;
    }

    .footer-col {
        width: 50vw;
        padding: 0;
        flex-direction: column;
        min-height: 170px;
    }

    .footer-col-icon {
        padding: 10px 10px;
    }

    .footer-col-text {
        padding: 0 20px;
        width: 100%;
        text-align: center;
    }

    .footer-col-icon img {
        height: 30px;
    }

    .footer-col:nth-child(3) .footer-col-icon img {
        height: 20px;
    }
}

@media (max-width: 375px) {
    footer {
        flex-wrap: wrap;
        font-size: 11px;
    }

    .footer-col {
        width: 50vw;
        padding: 0;
        flex-direction: column;
        min-height: 170px;
    }

    .footer-col-icon {
        padding: 10px 10px;
    }

    .footer-col-text {
        padding: 0 20px;
        width: 100%;
        text-align: center;
    }

    .footer-col-icon img {
        height: 30px;
    }

    .footer-col:nth-child(3) .footer-col-icon img {
        height: 20px;
    }
}


/* //////////////TESTIMONIALES////////////// */

.testimonial-section-2 {
    position: relative;
    font-family: "Comfortaa", display !important;
    padding: 120px 0;
    color: #5c615e;
}


.testimonial-wrapper {
    position: relative;
    z-index: 9;
}


.testimonial-wrapper .shape-1 {
    position: absolute;
    top: 80px;
    left: 80px;
    width: 85px;
}

.testimonial-wrapper .shape-2 {
    position: absolute;
    bottom: 80px;
    right: 150px;
    width: 85px;
}

.testimonial-wrapper .shape-1 img,
.testimonial-wrapper .shape-2 img {
    width: 100%;
}

.testimonial-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-bg img {
    width: 80%;
    max-width: 1200px;
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
    margin-top: -5px;
}

.text-center {
    text-align: center !important;
}

.section-title span {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;
}

.section-title h2 {
    color: #0f3182;
    font-size: 30px;
    font-family: "Candal", sans-serif !important;
}

.testimonial-wrapper .testimonial-box-items {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}

.testimonial-wrapper .testimonial-box-items p {
    font-size: 20px;
}

.testimonial-wrapper .testimonial-box-items .client-info {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 40px;
}

.array-button-container {
    width: 100vw;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

.array-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 73vw;
    padding: 0 30px;
}

.testimonial-wrapper .array-button .array-prev,
.testimonial-wrapper .array-button .array-next {
    z-index: 99;
    background-color: #0342bc;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 22px;
    width: 61px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-wrapper .array-button .array-prev img,
.testimonial-wrapper .array-button .array-next img {
    width: 20px;
}

.testimonial-wrapper .array-button .array-prev img {
    transform: rotate(180deg);
}

@media (min-width: 769px) and (max-width: 1280px) {
    .testimonial-bg img {
        width: 88%;
    }

    .section-title span {
        font-size: 13px;
    }

    .testimonial-wrapper .testimonial-box-items p {
        font-size: 13px;
    }

    .testimonial-wrapper .testimonial-box-items {
        max-width: 344px;
        padding-top: 0;
    }

    .section-title {
        margin: 0;
    }

    .section-title h2 {
        margin: 10px 0;
    }

    .testimonial-wrapper .shape-1 {
        width: 50px;
    }

    .testimonial-wrapper .shape-2 {
        width: 50px;
    }
}

@media (min-width: 376px) and (max-width: 768px) {
    .testimonial-section-2 {
        padding: 70px 0;
    }

    .testimonial-bg {
        background-color: #eff5f6;
    }

    .testimonial-bg img {
        display: none;
    }

    .testimonial-bg img {
        width: 88%;
    }

    .section-title span {
        font-size: 13px;
    }

    .testimonial-wrapper .testimonial-box-items p {
        font-size: 13px;
    }

    .testimonial-wrapper .testimonial-box-items {
        max-width: 344px;
        padding-top: 0;
    }

    .section-title {
        margin: 0;
    }

    .section-title h2 {
        margin: 10px 0;
        font-size: 20px;
    }

    .testimonial-wrapper .shape-1 {
        width: 50px;
        top: -43px;
        left: 27px;
    }

    .testimonial-wrapper .shape-2 {
        width: 50px;
        bottom: -47px;
        right: 28px;
    }

    .array-button-container {
        display: none;
    }
}

@media (max-width: 375px) {
    .testimonial-section-2 {
        padding: 70px 0;
    }

    .testimonial-bg {
        background-color: #eff5f6;
    }

    .testimonial-bg img {
        display: none;
    }

    .testimonial-bg img {
        width: 88%;
    }

    .section-title span {
        font-size: 13px;
    }

    .testimonial-wrapper .testimonial-box-items p {
        font-size: 13px;
    }

    .testimonial-wrapper .testimonial-box-items {
        max-width: 344px;
        padding-top: 0;
    }

    .section-title {
        margin: 0;
    }

    .section-title h2 {
        margin: 10px 0;
        font-size: 20px;
    }

    .testimonial-wrapper .shape-1 {
        width: 50px;
        top: -43px;
        left: 27px;
    }

    .testimonial-wrapper .shape-2 {
        width: 50px;
        bottom: -47px;
        right: 28px;
    }

    .array-button-container {
        display: none;
    }
}


/* //////////////GALERIA////////////// */
.galeria-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 120px 50px;
}

.galeria-container-title {
    color: #0f3182;
    font-size: 50px;
    font-family: "Candal", sans-serif !important;
    margin-bottom: 50px;
}

.grid {
    height: 100%;
    width: 100%;
    max-width: 1200px;
}

.grid-sizer,
.item {
    width: 32%;
}

.gutter-sizer {
    width: 2%;
}

.item {
    height: 250px;
    float: left;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    border-radius: 20px;
}

.item--height2 {
    height: 500px;
    margin-bottom: 20px;
}


@media (min-width: 769px) and (max-width: 1280px) {
    .galeria-container {
        padding: 100px 50px;
    }

    .galeria-container-title {
        font-size: 30px;
    }

    .item {
        height: 200px;
    }

    .item--height2 {
        height: 350px;
    }
}

@media (min-width: 376px) and (max-width: 768px) {
    .galeria-container {
        padding: 70px 50px;
    }

    .galeria-container-title {
        font-size: 35px;
    }

    .item {
        height: 100px;
        border-radius: 10px;
        margin-bottom: 5px;
    }

    .item--height2 {
        height: 150px;
        margin-bottom: 5px;
    }
}

@media (max-width: 375px) {
    .galeria-container {
        padding: 70px 50px;
    }

    .galeria-container-title {
        font-size: 35px;
    }

    .item {
        height: 100px;
        border-radius: 10px;
        margin-bottom: 5px;
    }

    .item--height2 {
        height: 150px;
        margin-bottom: 5px;
    }
}

/* @media (min-width: 769px) and (max-width: 1280px) {
    
}

@media (min-width: 376px) and (max-width: 768px) {
   
}

@media (max-width: 375px) {
    
} */

/* //////////////ADMISIONES////////////// */
.admisiones_whbtn {
    white-space: unset !important;
    margin-top: 30px;
    color: #0f3182;
    font-family: 'Comfortaa';
    font-size: 23px;
    font-weight: 600;
}


@media (max-width: 375px) {
    .admisiones_whbtn {
        font-size: 21px;
    }
}


/* //////////////HOME////////////// */
.home-slider {
    position: relative;
}

.home-slider-image {
    width: 100%;
}

.home-slider-image img {
    width: 100%;
}

.homeslider-swiper-pagination-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.homeslider-swiper-pagination {
    display: flex;
    justify-content: center;
}

.swiper-pagination-bullet-active {
    background: black;
}


/* //////////////EXTRA ADJUSTMENTS OVERRIDE ORIGINAL CSS////////////// */
.brz .brz-css-o7uxz>.brz-bg>.brz-bg-image {
    background-image: url("../assets/img/yellow-bg.jpg");
}

#nosotros {
    margin-top: -4px;
}