html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'futuraMediumBT';
    src: local('futuraMediumBT'), url('../fonts/futuraMediumBT.woff') format('woff');
}

/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_61656">Text with this font applied</p> */
.fontsforweb_fontid_61656 {
    font-family: 'futuraMediumBT' !important;
}

.normal-text {
    font-style: normal !important;

}

.color-red {
    color: #e32845;
}

.color-red-strong {
    font-weight: 900;
    font-style: italic;
    color: #e32845;
}

.color-red-script {
    font-size: clamp(14px, 2vw, 40px);
    font-style: italic;
    color: #e32845;
}

.color-blue {
    color: #001C38;
}

.color-white {
    color: #fff;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.weight-1 {
    font-weight: 400;
}

.weight-2 {
    font-weight: 600;
}

.weight-3 {
    font-weight: 800;
}

.size-16 {
    font-size: 16px !important;
}

.size-20 {
    font-size: 20px !important;
}

.size-22 {
    font-size: 22px !important;
}

.size-24 {
    font-size: 24px !important;
}

.underline-title {
    position: relative;
    display: inline-block;
}

.underline-title::before {
    content: "";
    position: absolute;
    bottom: -5px;
    /* Ajusta la distancia desde el texto */
    left: 0;
    width: 100%;
    height: 2px;
    /* Ajusta el grosor de la línea */
    background-color: #e32845;
    /* Ajusta el color de la línea */
}


.banner-area {
    background-color: #001C38;
    overflow: hidden;
}

.banner-area .container-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    max-width: 100%;
}

.banner-grade {
    position: relative;

}

.slider-item {
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 60px;
    overflow: hidden;
}

.slider-item.banner-bg-8 {
    background-image: url(../images/banner/modelo-educativo-colegio-cultural-banner.webp);
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-9 {
    background-image: url(../images/modelo/modelo-educativo-colegio-cultural-docentes-a-la-vanguardia.webp);
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 10%;
    position: relative;
}

.slider-item.banner-bg-primaria {
    background-image: url(../images/banner/banner-primaria-colegio-cultural.webp);
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-secundaria {
    background-image: url(../images/banner/banner-secundaria-colegio-cultural.webp);
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-secundaria-centro {
    background-image: url(../images/banner/banner-secundaria-centro-colegio-cultural.webp);
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-secundaria-carmen {
    background-image: url(../images/banner/banner-secundaria-el-carmen-colegio-cultural.webp);
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-bachillerato-carmen {
    background-image: url(../images/banner/banner-bachillerato-el-carmen-colegio-cultural.webp);
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-bachillerato-centro {
    background-image: url(../images/banner/banner-bachillerato-centro-colegio-cultural.webp);
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-bachillerato-santiago {
    background-image: url(../images/banner/banner-bachillerato-santiago-colegio-cultural.webp);
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-admisiones-colegio-cultural {
    background-image: url(../images/banner/banner-colegio-cultural-admisiones.webp);
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-contacto-colegio-cultural {
    background-image: url(../images/banner/banner-colegio-cultural-contacto.webp);
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.slider-item.banner-bg-secundaria-contacto {
    background-image: url(../images/secundaria/colegio-cultura-secundarial-cafeteria.webp);
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-secundaria-carmen-contacto {
    background-image: url(../images/secundaria/secundaria-colegio-cultural-el-carmen-contacto.webp);
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-bachillerato-centro-contacto {
    background-image: url(../images/bachillerato/bachillerato-colegio-cultural-centro-contacto.webp);
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-bachillerato-carmen-contacto {
    background-image: url(../images/bachillerato/bachillerato-colegio-cultural-el-carmen-contacto.webp);
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-bachillerato-santiago-contacto {
    background-image: url(../images/bachillerato/bachillerato-colegio-cultural-santiago-contacto.webp);
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-formulario-contacto {
    background-image: url(../images/banner/banner-colegio-cultural-formulario.webp);
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.banner-bg-contacto-colegio-cultural .text-overlay {
    color: #001C38 !important;
}

/*.text-overlay {
 -webkit-text-fill-color: white; 
 -webkit-text-stroke-width: 3px;
 -webkit-text-stroke-color: #001C38;
 position: absolute;
 bottom: 10px;
 right: 10px;
 color: white;
 font-size: clamp(32px, 10vw, 60px);
 padding: 5px 10px;
 margin: 0;
 font-style: normal !important;

}*/

.single-news-card {
    border-radius: 20px;
}

.single-news-card .news-img img {
    border-radius: 20px;
    padding: 10px;
    width: 506px !important;
    height: 285px !important;
    object-fit: cover;
    object-position: top;
}

.single-news-card p {
    font-size: clamp(16px, 1.5vw, 20px);
}

.img-head {
    height: 80vh;
}

.model-sec1 {
    padding: 50px 0;
}

.model-sec1 p {
    font-size: 18px;
}

.model-sec2 {
    margin: 0 0 50px 0;
    background-color: #001c38;
    padding: 50px;

}

.model-sec2.container-model {
    width: 100vw !important;
}

.model-sec2 h2 {
    color: #fff;
}

.model-sec2 p {
    color: #fff;
    font-size: 20px;
}

.model-sec3 {
    margin-bottom: 80px;
}

.highlight {
    font-size: 1.1em;
    font-weight: bold;
}

.lates-news-area h2 {
    font-size: clamp(18px, 2.4vw, 28px);
    ;
}

.events-area .events-content {
    min-height: 430px;
}

.model-team {
    background-color: rgba(0, 28, 56, 0.5);
    padding: 50px;
}

.model-team h2 {
    font-size: clamp(20px, 2.4vw, 32px);
    padding-bottom: 48px;
}

.model-team p {
    font-size: clamp(14px, 2.4vw, 24px);
}

.contact-us-section {
    border-radius: 30px;
    box-shadow: 0px 0px 15px #9F9F9F;
    position: relative;

}

.contact-us-section img {
    max-height: 250px;
}

.contact-us-section h3 {
    font-size: clamp(24px, 3vw, 36px);
}

.default-btn i {
    position: relative;
    top: 0px;
    padding-left: 5px;
}

.map-section {
    margin: 0 0 50px 0;
    background-color: #001c38;
    padding: 20px 50px 70px 50px;
}

.map-section .section-title h3 {
    font-style: italic;
    font-size: clamp(24px, 3vw, 36px)
}

.map-section.contact-and-address .contact-and-address-content .contact-card {
    background-color: transparent;
    color: white !important;
}

.map-section.contact-and-address .contact-and-address-content {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.map-section .section-title.style2 {
    padding: 35px 0;
}

/*gallery lightbox*/

.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.cc-gallery {
    margin: 50px 0 0px 0;
    padding: 70px 0 100px;
    background-color: #F2F2F2;
}

.cc-gallery .section-title h3 {
    font-size: clamp(24px, 3vw, 36px)
}

.modalGallery {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

/* Modal Content */
.modal-content-gallery {
    position: relative;
    margin: auto;
    padding: 10px;
    width: 95%;
    max-width: 90vw;
}

.modal-content-gallery img {
    max-height: 90vh;
    width: auto;
    object-fit: contain;
}

.thumb-cc-gallery {
    padding: 5px !important;
}

.thumb-cc-gallery img {
    border-radius: 10px;
}

.ratio-container {
    position: relative;
    width: 100%;
    padding-top: 66.6%;
    /* ratio (210.7 / 316) * 100% */
}

.ratio-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*Planteles secundaria*/

.campus-section {
    padding-bottom: 100px;
}

.campus-section .section-title h3 {
    font-size: 5vh;
    font-weight: 900;
    color: #e32845;
}

.campus-section hr {
    left: 30%;
    width: 50%;
    height: 2px;
    background-repeat: no-repeat;
    background-color: #001C38;
    background-size: 200% 100%;
    margin-bottom: 30px
}

.single-campus-card {
    margin-bottom: 30px;
    border-radius: 10px;
}

.campus-image img {
    border-radius: 10px 10px 0 0;
}

.cuquito-campus img {
    max-height: 50vh;
}

.single-campus-card .campus-content span {
    color: #e32845;
    display: inline-block;
    margin-bottom: 10px;
}

.single-campus-card .campus-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.single-campus-card .campus-content p {
    margin-bottom: 20px;
}

.single-campus-card .campus-content .play-icon {
    transition: all ease 0.5s;
    padding-top: 5px;
    max-width: 170px;
}

.single-campus-card .campus-content .play-icon i {
    color: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 100%;
    font-size: 24px;
    background-color: #e32845;
    display: inline-block;
    text-align: center;
    transition: all ease 0.5s;
}

.single-campus-card .campus-content .play-icon span {
    position: relative;
    display: inline-block;
    bottom: 8px;
    padding-left: 7px;
    transition: all ease 0.5s;
}

.single-campus-card .campus-content .play-icon:hover {
    background-color: #e32845;
    padding-top: 5px;
}

.single-campus-card .campus-content .play-icon:hover span {
    color: #fff;
}

.single-campus-card.style2 .campus-image {
    position: relative;
}

.single-campus-card.style2 .campus-image .play-btn {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    border: 1px solid #fff;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    transition: all ease 0.5s;
}

.single-campus-card.style2 .campus-image .play-btn:hover {
    background-color: #fff;
    color: #e32845;
    border-color: #fff;
}

.single-campus-card.style2 .campus-content {
    background-color: #fff;
    padding: 30px;
}

.single-campus-card.style2 .campus-content ul {
    padding-left: 0;
    margin-bottom: 15px;
}

.single-campus-card.style2 .campus-content ul li {
    list-style-type: none;
    color: #e32845;
}

.single-campus-card.style2 .campus-content ul li.date {
    position: relative;
    padding-left: 35px;
}

.single-campus-card.style2 .campus-content ul li.date::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 30px;
    background-color: #e32845;
    top: 12px;
    left: 0;
}

.single-campus-card.style2 .campus-content h3 {
    margin-bottom: 0;
}

.single-campus-card.style3 .campus-image {
    position: relative;
}

.single-campus-card.style3 .campus-image .play-btn {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #e32845;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
    transition: all ease 0.5s;
}

.single-campus-card.style3 .campus-image .play-btn:hover {
    background-color: #e32845;
    color: #fff;
}

.single-campus-card.style3 .campus-image .episodes p {
    background-color: #fff;
    color: #e32845;
    padding: 10px 15px;
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 7px;
}

.single-campus-card.style3 .campus-content {
    padding: 10px;
}

.single-campus-card.style3 .campus-content .date p {
    color: #e32845;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
}

.single-campus-card.style3 .campus-content .date p::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #e32845;
    left: 0;
    top: 7px;
}

/*secciones con fotos e iconos*/

.line-lft {
    width: 2px;
    background-color: red;
    position: absolute;
    left: 84%;
    transform: translateX(-50%);
}

.line-rght {
    width: 2px;
    background-color: red;
    position: absolute;
    right: 83%;
    transform: translateX(-50%);
}

.line-lft.vertical {
    height: 95%;
    z-index: -1;
}

.line-rght.vertical {
    height: 95%;
    z-index: -1;
}

.line-rght.horizontal {
    height: 2px;
    width: 100%;
}

.section-icon {
    width: 50px;
    height: 50px;
}

i.section-icon {
    color: #001C38;
    font-size: 50px;
}

.content-block {
    position: relative;
    text-align: center;
    margin: 30px 0;
}

.image-block {
    display: flex;
    justify-content: center;
}

.image-block img {
    max-width: 150px;
    height: auto;
}

.vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.h-line {
    width: 100%;
    height: 2px;
    background-color: red;
    margin: 10px 0;
}

/*Admisiones*/

.faq-title h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.faq-title p {
    margin-bottom: 30px;
}

.accordion .accordion-item {
    margin-bottom: 20px;
    border: 2px solid #001C38;
    border-radius: 14px;
}

.accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion .accordion-item .accordion-button {
    background-color: transparent;
    color: #001C38;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    border-radius: 10px;
}

.accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
    outline: none;
    border-radius: 10px;
}

.accordion .accordion-item .accordion-button:hover {
    background-color: #001C38;
    color: #fff;
    transition: 0.3s;
    border-radius: 10px;
}

.accordion .accordion-item .accordion-button:not(.collapsed):hover::after {
    color: #fff;
    border-radius: 10px;

}

.accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #001C38;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.accordion .accordion-item .accordion-button:not(.collapsed)::after {
    color: #fff;
}

.accordion .accordion-item .accordion-button:hover::after {
    color: #fff;
}

.accordion .accordion-item .accordion-button::after {
    background-image: unset;
    content: "";
    font-size: 22px;
    color: #001C38;
    text-align: center;
    content: "\2b";
    font-family: "Font Awesome 6 Pro" !important;
    position: relative;
    top: -2px;
}

.accordion .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: unset;
    text-align: center;
    content: "\f068";
    position: relative;
    top: -2px;
}

.accordion .accordion-item .accordion-body {
    padding-top: 15px;
    font-size: 15px;
    transition: all 1.5s;
}

/*forma de contacto*/


.contact-area {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

.contacts-form {
    box-shadow: none;
}

.contact-area a {
    color: #e32845;
}

.contact-us-section .contact-us-item i {
    font-size: clamp(16px, 1.5vw, 20px);
}

/*nuevos estilos 020824*/


.level-area .level-left-content .section-title h2 {
    font-size: 2.8vw;
    text-align: left;
    line-height: 1;
    margin-top: -9vw;
    font-weight: 400;
}

/*.level-area .section-title span::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 60vw;
    background-color: #e32845;
    left: 24vw;
    top: -5vw;
}*/

.level-area .level-left-content .section-title .red-text {
    font-weight: 900;
    color: #e32845;
}

.single-news-card .news-content h3 {
    font-size: clamp(22px, 4vh, 35px);
    font-weight: 900;
    color: #e32845;
    font-style: unset;
    text-align: center;
    margin-bottom: 15px;
}

/*responsive*/

@media only screen and (max-width: 1399px) {
    .level-area .level-left-content .section-title h2 {
        font-size: 5vh;
        font-weight: 400;
        text-align: left;
        margin-top: -10vw;
        margin-bottom: 8vw;
    }

    .slider-item {
        background-position: top center;
    }

    .model-sec2.container-model {
        width: 100vw !important;
    }
}


@media only screen and (max-width: 1255px) {
    .events-area .events-content {
        min-height: 480px;
    }

    .level-area .level-left-content .section-title h2 {
        font-size: 3vw;
        text-align: center;
        line-height: 1;
        margin-top: -15vw;
    }
}


@media only screen and (max-width: 1199px) {
    .slider-item {
        background-position: top center;
    }

    .model-sec2.container-model {
        width: 100vw !important;
    }

    .events-area .events-content {
        min-height: 380px;
    }

    .slider-item.banner-bg-primaria {
        height: 70vh;
    }

    .slider-item.banner-bg-secundaria {
        height: 80vh;
    }

    .slider-item.banner-bg-secundaria-centro {
        height: 80vh;
    }

    .slider-item.banner-bg-secundaria-carmen {
        height: 80vh;
    }

    .slider-item.banner-bg-bachillerato-carmen {
        height: 80vh;
    }

    .slider-item.banner-bg-bachillerato-centro {
        height: 80vh;
    }

    .slider-item.banner-bg-bachillerato-santiago {
        height: 80vh;
    }

    .slider-item.banner-bg-admisiones-colegio-cultural {
        height: 80vh;
    }

    .slider-item.banner-bg-contacto-colegio-cultural {
        height: 80vh;
    }

    .slider-item.banner-bg-8 {
        height: 80vh;
    }

    .single-campus-card .campus-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .single-campus-card .campus-content p {
        margin-bottom: 15px;
        font-size: 13px;
    }

    .single-campus-card.style3 .campus-content {
        background-color: #fff;
        padding: 20px;
    }

    .single-campus-card.style3 .campus-content .date p {
        margin-bottom: 0;
    }

    .faq-title h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .faq-title p {
        margin-bottom: 20px;
    }

    .accordion .accordion-item .accordion-button {
        padding: 12px;
        font-size: 17px;
    }

}

@media only screen and (max-width: 991px) {

    .model-sec1 .section-title {
        margin: 30px 10px 10px 0;
    }

    .level-area .level-left-content .section-title h2 {
        font-size: 3vw;
    }


    .slider-item {
        background-position: top center;
    }

    .model-sec2.container-model {
        width: 100vw !important;
    }

    .model-sec2 {
        border-radius: 0;
    }

    .events-area .events-content {
        min-height: 330px;
    }

    .campus-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .categories {
        padding: 20px;
    }

    .single-campus-card.style3 .campus-content {
        background-color: #fff;
        padding: 20px;
    }

    .single-campus-card.style3 .campus-content .date p {
        margin-bottom: 0;
    }

    .faq-title h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .faq-title p {
        margin-bottom: 20px;
    }

    .faq-image {
        margin-bottom: 20px;
    }

    .accordion .accordion-item .accordion-button {
        padding: 12px;
        font-size: 17px;
    }


}

@media only screen and (max-width: 767px) {
    .counter-card h1 {
        font-size: 30px;
    }

    .counter-card h1 .target.heading-color {
        font-size: 30px;
    }

    .single-events-card .events-content h3 {
        font-size: 20px;
    }
    
    .level-area .level-left-content .section-title h2 {
        font-size: 4.5vw;
    }

    .slider-item {
        background-position: top center;
    }

    .model-sec2.container-model {
        width: 100vw !important;
    }

    .events-area .events-content {
        min-height: auto;
    }

    .slider-item.banner-bg-9 {
        padding: 60px;
    }

    .contact-us-item {
        padding-bottom: 50px;
    }

    .campus-content {
        background-color: #f4f6f9;
        padding: 20px;
    }

    .campus-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .single-campus-card.style2 .campus-content {
        padding: 20px;
    }

    .single-campus-card.style2 .campus-content h3 {
        font-size: 20px;
    }

    .single-campus-card.style3 .campus-image .play-btn {
        left: 20px;
        bottom: 20px;
    }

    .single-campus-card.style3 .campus-image .episodes p {
        padding: 8px 12px;
        left: 20px;
        top: 20px;
    }

    .single-campus-card.style3 .campus-content {
        background-color: #fff;
        padding: 20px;
    }

    .single-campus-card.style3 .campus-content .date p {
        margin-bottom: 0;
    }

    .slider-item.banner-bg-secundaria-contacto {
        padding-left: 0px;
    }

    .slider-item.banner-bg-secundaria-carmen-contacto {
        padding-left: 0px;
    }

    .faq-title h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .faq-title p {
        margin-bottom: 20px;
    }

    .faq-image {
        margin-bottom: 20px;
    }

    .accordion .accordion-item .accordion-button {
        padding: 12px;
        font-size: 17px;
    }

    .faq-image {
        text-align: center;
    }

    .faq-image img {
        padding-top: 50px;
        max-width: 50vw;
    }

    .map-section {
        padding: 0px;
    }

    .map-section .section-title.style2 {
        margin-bottom: 0px;
    }


}

@media only screen and (max-width: 576px) {

    .footer-logo-area {
        text-align: center;
    }
}

@media only screen and (max-width: 567px) {

     .level-area .level-left-content .section-title h2 {
        font-size: 6vw;
        text-align: center;
        line-height: 1;
        margin-top: -30vw;
    }

    .footer-logo-area img {
        margin-bottom: 20px;
        width: 40vw;
    }

    .slider-item {
        background-position: top center;
        padding-left: 0;
    }

    .model-sec2.container-model {
        width: 100vw !important;
    }

    .model-sec1 {
        padding: 15px;
    }

    .model-team {
        padding: 5px;
    }

    .model-team h2 {
        padding-bottom: 15px;

    }

    .slider-item.banner-bg-9 {
        background-size: cover;
        padding: 10px;
        background-attachment: scroll;
        background-position: top;
        background-repeat: no-repeat;
    }

    .text-overlay {
        /*text-shadow: 3px 3px #001C38;*/
        color: white;
        /*-webkit-text-fill-color: white;
        -webkit-text-stroke-width: 0;
        -webkit-text-stroke-color: transparent;*/
    }

    .contact-us-section {
        max-width: 90%;
    }

    .slider-item.banner-bg-secundaria-contacto {
        background-position: left top;
    }

    .slider-item.banner-bg-secundaria-carmen-contacto {
        background-position: left top;
    }

    .slider-item.banner-bg-primaria {
        height: 80vh;
        background-position: 53%;
    }

    .slider-item.banner-bg-secundaria {
        height: 80vh;
        background-position: 37%;
        background-attachment: scroll;
    }


    .slider-item.banner-bg-secundaria-centro {
        height: 60vh;
        background-position: 73%;
        background-attachment: scroll;
    }

    .slider-item.banner-bg-secundaria-carmen {
        height: 60vh;
        background-position: 50%;
        background-attachment: scroll;
    }

    .slider-item.banner-bg-bachillerato-carmen {
        height: 60vh;
        background-position: 38%;
        background-attachment: scroll;
    }

    .slider-item.banner-bg-bachillerato-centro {
        height: 60vh;
        background-position: 41%;
        background-attachment: scroll;
    }

    .slider-item.banner-bg-bachillerato-santiago {
        height: 60vh;
        background-position: 50%;
        background-attachment: scroll;
    }

    .slider-item.banner-bg-admisiones-colegio-cultural {
        height: 80vh;
        background-position: 60%;
        background-attachment: scroll;
    }

    .slider-item.banner-bg-contacto-colegio-cultural {
        height: 80vh;
        background-attachment: scroll;
    }
}


@media only screen and (max-height: 500px) {
    .map-section {
        padding-top: 30px;
    }
}

@media only screen and (max-height: 361px) {
    .level-area .level-left-content .section-title h2 {
       font-size: 3.5vw;
        text-align: center;
        line-height: 1;
        margin-top: -17vw;
    }
}
