@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');
:root {
    --violeta: #A82A79;
    --rosado: #EB4B55;
    --naranja: #E57337;
    --amarillo: #FCB92D;
    --verde: #BED73F;
    --azul: #5192CC;
    --azulclaro: #08BAB5;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Barlow', sans-serif;
    color: #414042;
    font-size: 14px;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

#contactenos-ancla {
    position: relative;
    top: 205px;
}

.contenedor {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.wrap {
    width: 100%;
    min-height: 158px;
}

.franja {
    width: 100%;
    background: var(--amarillo);
    height: 8px;
}

.margen {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.header {
    width: 100%;
    position: fixed;
    background-color: white;
    z-index: 20;
    -webkit-box-shadow: 0px 10px 8px -10px rgba(168, 168, 168, 1);
    -moz-box-shadow: 0px 10px 8px -10px rgba(168, 168, 168, 1);
    box-shadow: 0px 10px 8px -10px rgba(168, 168, 168, 1);
}

.headerResponsive {
    display: none;
}

.header .logoCont {
    max-width: 310px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.headerReducido {
    display: none;
}

.header .headerCont {
    display: flex;
    justify-content: center;
}

.header .logoCont .imgCont {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .contenedor .cont-btn {
    display: flex;
    justify-content: space-evenly;
    align-items: top;
    max-width: 850px;
    width: 100%;
}

.header .menu_mov_desact {
    display: none;
}

.header .menu_mov_activo {
    display: flex;
    justify-content: center;
}

.header .hijo {
    height: 100%;
}

#propuestaP {
    color: #A82A79;
}

#quienesSomos {
    color: #EB4B55;
}

#admisiones {
    color: #E57337;
}

#pqkinder {
    color: #5192CC;
}

#wa-menu {
    color: #69B214;
}

#aulaV {
    color: #08BAB5
}

#tiendaVirtual {
    color: #11A86E;
}

#bPago {
    color: #69B214;
}

#contacto {
    color: #BED73F;
}

.header .cont-btn .btn-pp {
    background: url('../img/botones/btn-propuesta-pedagogica.png');
    background-repeat: no-repeat;
    background-size: 87px;
    background-position-y: 38px;
    max-width: 87px;
    width: 100%;
    height: 150px;
    cursor: pointer;
}

.header .cont-btn .btn-pp:hover {
    background-position-y: -110px;
}

.header .cont-btn .btn-qs {
    background: url('../img/botones/btn-quienes-somos.png');
    background-repeat: no-repeat;
    background-size: 87px;
    background-position-y: 38px;
    max-width: 87px;
    width: 100%;
    height: 150px;
    cursor: pointer;
}

.header .cont-btn .btn-qs:hover {
    background-position-y: -110px;
}

.header .cont-btn .btn-admisiones {
    background: url('../img/botones/btn-admisiones.png');
    background-repeat: no-repeat;
    background-size: 87px;
    background-position-y: 38px;
    max-width: 87px;
    width: 100%;
    height: 150px;
    cursor: pointer;
}

.header .cont-btn .btn-admisiones:hover {
    background-position-y: -110px;
}

.header .cont-btn .btn-pkinder {
    background: url('../img/botones/btn-mi-primer-kinder-2.png');
    background-repeat: no-repeat;
    background-size: 87px;
    background-position-y: 38px;
    max-width: 87px;
    width: 100%;
    height: 150px;
    cursor: pointer;
}

.header .cont-btn .btn-pkinder:hover {
    background-position-y: -110px;
}

.header .cont-btn .btn-wa {
    background: url('../img/botones/btn-whatsapp.png');
    background-repeat: no-repeat;
    background-size: 87px;
    background-position-y: 38px;
    max-width: 87px;
    width: 100%;
    height: 150px;
    cursor: pointer;
}

.header .cont-btn .btn-wa:hover {
    background-position-y: -110px;
}

.header .cont-btn .btn-avirtual {
    background: url('../img/botones/btn-aula-virtual-2.png');
    background-repeat: no-repeat;
    background-size: 87px;
    background-position-y: 38px;
    max-width: 87px;
    width: 100%;
    height: 150px;
    cursor: pointer;
}

.header .cont-btn .btn-tienda {
    background: url('../img/botones/btn-tienda-virtual.png');
    background-repeat: no-repeat;
    background-size: 87px;
    background-position-y: 38px;
    max-width: 87px;
    width: 100%;
    height: 150px;
    cursor: pointer;
}

.header .cont-btn .btn-tienda:hover {
    background-position-y: -110px;
}

.header .cont-btn .btn-avirtual:hover {
    background-position-y: -110px;
}

.header .cont-btn .btn-pagos {
    background: url('../img/botones/btn-boton-pago.png');
    background-repeat: no-repeat;
    background-size: 87px;
    background-position-y: 38px;
    max-width: 87px;
    width: 100%;
    height: 150px;
    cursor: pointer;
}

.header .cont-btn .btn-pagos:hover {
    background-position-y: -110px;
}

.header .cont-btn .btn-contact {
    background: url('../img/botones/btn-contacto.png');
    background-repeat: no-repeat;
    background-size: 87px;
    background-position-y: 38px;
    max-width: 87px;
    width: 100%;
    height: 150px;
    cursor: pointer;
}

.header .cont-btn .btn-contact:hover {
    background-position-y: -110px;
}


/* ----------reducido---------------- */

.header .headerReducido .imgCont {
    max-width: 200px;
    width: 100%;
}

.header .headerReducido .imgCont img {
    width: 100%;
}

.header .headerReducido .cont-btn .btn-pp {
    background: url(../img/botones/btn-propuesta-pedagogica.png);
    background-repeat: no-repeat;
    background-size: 75px;
    background-position-y: 31px;
    width: 100%;
    height: 120px;
    cursor: pointer;
}

.header .headerReducido .cont-btn .btn-pp:hover {
    background-position-y: -100px;
}

.header .headerReducido .cont-btn .btn-qs {
    background: url('../img/botones/btn-quienes-somos.png');
    background-repeat: no-repeat;
    background-size: 75px;
    background-position-y: 31px;
    width: 100%;
    height: 120px;
    cursor: pointer;
}

.header .headerReducido .cont-btn .btn-qs:hover {
    background-position-y: -100px;
}

.header .headerReducido .cont-btn .btn-admisiones {
    background: url('../img/botones/btn-admisiones.png');
    background-repeat: no-repeat;
    background-size: 75px;
    background-position-y: 31px;
    width: 100%;
    height: 120px;
    cursor: pointer;
}

.header .headerReducido .cont-btn .btn-admisiones:hover {
    background-position-y: -100px;
}

.header .headerReducido .cont-btn .btn-pkinder {
    background: url('../img/botones/btn-mi-primer-kinder-2.png');
    background-repeat: no-repeat;
    background-size: 75px;
    background-position-y: 31px;
    width: 100%;
    height: 120px;
    cursor: pointer;
}

.header .headerReducido .cont-btn .btn-pkinder:hover {
    background-position-y: -100px;
}

.header .headerReducido .cont-btn .btn-wa {
    background: url('../img/botones/btn-whatsapp.png');
    background-repeat: no-repeat;
    background-size: 75px;
    background-position-y: 31px;
    width: 100%;
    height: 120px;
    cursor: pointer;
}

.header .headerReducido .cont-btn .btn-wa:hover {
    background-position-y: -100px;
}

.header .headerReducido .cont-btn .btn-avirtual {
    background: url('../img/botones/btn-aula-virtual-2.png');
    background-repeat: no-repeat;
    background-size: 75px;
    background-position-y: 31px;
    width: 100%;
    height: 120px;
    cursor: pointer;
}

.header .headerReducido .cont-btn .btn-tienda {
    background: url('../img/botones/btn-tienda-virtual.png');
    background-repeat: no-repeat;
    background-size: 75px;
    background-position-y: 31px;
    width: 100%;
    height: 120px;
    cursor: pointer;
}

.header .headerReducido .cont-btn .btn-tienda:hover {
    background-position-y: -100px;
}

.header .headerReducido .cont-btn .btn-avirtual:hover {
    background-position-y: -100px;
}

.header .headerReducido .cont-btn .btn-pagos {
    background: url('../img/botones/btn-boton-pago.png');
    background-repeat: no-repeat;
    background-size: 75px;
    background-position-y: 31px;
    width: 100%;
    height: 120px;
    cursor: pointer;
}

.header .headerReducido .cont-btn .btn-pagos:hover {
    background-position-y: -100px;
}

.header .headerReducido .cont-btn .btn-contact {
    background: url('../img/botones/btn-contacto.png');
    background-repeat: no-repeat;
    background-size: 75px;
    background-position-y: 31px;
    width: 100%;
    height: 120px;
    cursor: pointer;
}

.header .headerReducido .cont-btn .btn-contact:hover {
    background-position-y: -100px;
}


/* reducido */

.btn-help {
    position: fixed;
    max-width: 80px;
    width: 100%;
    background: purple;
    top: calc(100vh - 400px);
    width: 100%;
    z-index: 250;
}

.btn-help .contHelp {
    position: absolute;
}

.btn-help .contHelp .itemOne:hover {
    width: 150%;
    transition: 1s all ease;
}

.btn-help .contHelp .itemTwo:hover {
    width: 150%;
    transition: 1s all ease;
}

.btn-help .contHelp .contImg {
    max-width: 45px;
    width: 100%;
}

.btn-help .contHelp .contImg img {
    width: 60px;
}

.reducir {
    display: flex;
    align-items: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 20;
}

.reducir .contImg {
    width: 100%;
    margin: 0;
    position: fixed;
    top: 70%;
    right: -120px;
    transition: 0.8s all ease;
    max-width: 60px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.contImg .imgReducir {
    width: 82%;
}

.expandir {
    display: block !important;
    right: 0 !important;
}

.banner-principal {
    background: url('../img/fondos/fondo-tizas.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -100px;
    background-attachment: fixed;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.banner-principal .banner-float {
    background-image: url('../img/logos/un-lugar-feliz.png?version2');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 216px;
    width: 100%;
}

.banner-principal .banner-float img {
    width: 100%;
}

.texto-principal {
    width: 100%;
    background: var(--azulclaro);
}

.texto-principal .contFloat {
    display: flex;
    justify-content: center;
}

.texto-principal .text-float {
    position: relative;
    top: -30px;
    left: 450px;
}

.texto-principal .contText {
    display: flex;
    justify-content: space-around;
    position: relative;
    top: -34px;
}

.texto-principal .contText .text {
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}

.texto-principal .contText .text .margenText {
    max-width: 420px;
    width: 100%;
    text-align: right;
    padding: 0 35px;
}

.texto-principal .contText .text {
    width: 100%;
}

.texto-principal .contText .text span {
    font-size: 1.4em;
    display: block;
    color: white;
}

.texto-principal .contText .text span:nth-child(2) {
    padding-top: 20px;
    font-weight: bold;
}

.texto-principal .contText .textoCentral {
    max-width: 600px;
    width: 100%;
}

.texto-principal .contText .textoCentral span {
    display: block;
    color: white;
    font-size: 2em;
    line-height: 1.2;
    padding-left: 20px;
    border-left: 1.5px solid white;
}

.texto-principal .contText .textoCentral span:nth-child(1) {
    font-family: 'Viga', sans-serif;
    font-size: 8em;
    line-height: 0.8;
    padding-top: 20px;
}

.texto-principal .contText .textoCentral span:nth-child(5) {
    padding-bottom: 20px;
}

.texto-principal .contText .textoCentral small {
    font-size: 0.7em;
    font-family: 'Viga', sans-serif;
    color: white;
}

.call-to-action {
    width: 100%;
}

.call-to-action .contTexto {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 35px;
}

.call-to-action .contTexto span:nth-child(1) {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1;
    color: var(--azulclaro);
}

.call-to-action .contTexto span:nth-child(2) {
    font-size: 2.3em;
    font-weight: bold;
}


/*Estilos carrousel inicio*/

.item img {
    width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #08BAB5;
}

.owl-theme .owl-dots .owl-dot span {
    background: #97E2E0;
}


/*Estilos carrousel fin*/

.slider .contenedorSlider {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.slider .contenedorSlider .contSlider {
    width: 100%;
    margin: 0 auto;
}

.slider .contenedorSlider .contSlider .item img {
    max-width: 580px;
    width: 100%;
}

.actividades-anuales {
    width: 100%;
    background: var(--rosado);
    margin-top: 35px;
    padding-bottom: 60px;
}

.actividades-anuales .contFloat .actividades-float {
    display: flex;
    justify-content: center;
}

.actividades-anuales .actividades-float {
    position: relative;
    top: -35px;
    left: -300px;
}

.actividades-anuales .cont-actividades {
    display: flex;
}

.actividades-anuales .cont-actividades .textActividades {
    max-width: 600px;
    width: 100%;
    text-align: right;
    padding-right: 20px;
    border-right: 1.5px solid white;
}

.actividades-anuales .cont-actividades .textActividades span {
    max-width: 600px;
    width: 100%;
    font-family: 'Viga', sans-serif;
    display: block;
    font-size: 5.2em;
    line-height: 0.9;
    color: white;
}

.actividades-anuales .cont-actividades .text-general {
    max-width: 390px;
    width: 100%;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.actividades-anuales .cont-actividades .text-general .margen {
    max-width: 352px;
    width: 100%;
}

.actividades-anuales .cont-actividades .text-general span {
    color: white;
    font-size: 1.2em;
}

.bg-actividades {
    width: 100%;
    min-height: 380px;
    background: url('../img/fondos/bg-actividades-anuales.png');
    background-position: center;
    background-position-y: 150px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bg-actividades .bg-act-float {
    background-image: url('../img/logos/actividades-positivas.png?version2');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 223px;
    width: 100%;
}

.testimonios {
    min-height: 280px;
    background: var(--violeta);
}

.testimonios .testimonios-float {
    display: flex;
    justify-content: center;
}

.testimonios .testimonios-float .contTestimonio {
    position: relative;
    top: -60px;
    left: 420px;
}

.testimonios .contSeparador {
    display: flex;
    width: 100%;
    position: relative;
    top: -80px;
}

.testimonios .contSeparador .contVideos {
    max-width: 530px;
    width: 100%;
    padding-top: 40px;
}

.testimonios .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.testimonios .owl-theme .owl-dots .owl-dot span {
    background: #CD83B1;
}

.testimonios .contSeparador .contVideos .contSlider {
    max-width: 495px;
    width: 100%;
}

.testimonios .contSeparador .contVideos .item {
    width: 100%;
    cursor: pointer;
}

.testimonios .contSeparador .contVideos .item img {
    border-radius: 15px;
}

.testimonios .contSeparador .contText {
    max-width: 500px;
    width: 100%;
    padding-left: 30px;
}

.testimonios .contSeparador .contText span {
    font-size: 1.1em;
    display: block;
    color: white;
}

.testimonios .contSeparador .contText span:nth-child(1) {
    font-size: 5.5em;
    font-family: 'Viga', sans-serif;
}


/*ESTILOS REPRODUCTOR YOUTUBE INICIO*/

.testimonios iframe {
    width: 400px;
    height: 280px;
    border-radius: 10px;
    border: none;
    background: rgb(179, 179, 179);
}

.row {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.reproductor {
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100vh;
    width: 100%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    display: none;
    transition: opacity .3s linear, top .3s ease-out;
    opacity: 1;
}

.reproductor .video_youtube_gc {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.reproductor .video_youtube_gc .video_youtube {
    position: relative;
    width: 80%;
    padding-bottom: 45%;
    margin: auto;
}

.reproductor .video_youtube_gc .video_youtube .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reproductor .cerrar {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 200;
}

.mostrarVideo {
    display: block;
}

#youtube {
    cursor: pointer;
}

.fa,
.fas {
    color: white;
}


/*ESTILOS REPRODUCTOR YOUTUBE TERMINA*/

.preContact {
    text-align: center;
    padding: 30px 30px 0 30px;
}

.preContact span {
    font-size: 1.4em;
}

.contacto .divContacto {
    padding: 25px 35px;
}

.contacto .divContacto {
    width: 100%;
    display: flex;
    justify-content: center;
}

.contacto .divContacto .contContacto {
    max-width: 450px;
    width: 100%;
    padding-top: 25px;
    display: flex;
}

.contacto .divContacto .contForm {
    max-width: 560px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.contacto .divContacto .contForm .redes {
    max-width: 100px;
    width: 100%;
}

.contacto .divContacto .iconContact .contIconContact {
    display: flex;
}

.contacto .divContacto .iconContact .contIconContact .contImg {
    max-width: 65px;
    width: 100%;
}

.contacto .divContacto .iconContact .contIconContact .contImg img {
    width: 100%;
}

.contacto .divContacto .iconContact .contImagen {
    margin-top: 40px;
    max-width: 360px;
}

.contacto .divContacto .iconContact .contImagen img {
    width: 100%;
}

.contacto .divContacto .iconContact .contTitulo {
    display: flex;
    flex-direction: column;
    padding-left: 25px;
}

.contacto .divContacto .iconContact .contTituloVirtual {
    display: flex;
    flex-direction: column;
    padding-left: 25px;
}

.contacto .divContacto .iconContact .contTitulo span {
    color: #414042;
    font-size: 1.4em;
    line-height: 1;
}

.contacto .divContacto .iconContact .contTitulo span:nth-child(1) {
    color: var(--verde);
    font-size: 4em;
    font-family: 'Viga', sans-serif;
}

.contacto .divContacto .iconContact .contTituloVirtual span:nth-child(1) {
    color: var(--azulclaro);
    font-size: 4em;
    font-family: 'Viga', sans-serif;
}

.contacto .divContacto .iconContact .contTitulo span:nth-child(2) {
    font-size: 1.4em;
}

.contacto .divContacto .iconContact .contTitulo span:nth-child(3) {
    line-height: 1.8;
}

.contacto .divContacto .iconContact .contImg {
    max-width: 250px;
    width: 100%;
}

.contacto .divContacto .iconContact .contImg img {
    width: 100%;
}

.contacto .divContacto .contForm .redes {
    max-height: 240px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding-top: 20px;
}

.contacto .divContacto .contForm .redes .btn-redes {
    max-width: 48px;
    width: 100%;
}

.contacto .divContacto .contForm .redes .btn-redes img {
    width: 100%;
}

.contacto .divContacto .contForm .formulario {
    max-width: 460px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contacto .divContacto .contForm .formulario .texto {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 25px;
    font-size: 1.4em;
}

.contacto .divContacto .contForm .formulario form {
    max-width: 440px;
    width: 100%;
    padding-left: 20px;
}

.contacto .divContacto .contForm .formulario input[type="text"],
[type="email"] {
    display: block;
    padding: 7px 8px;
    margin: 5px;
    width: 100%;
    border-radius: 10px;
    border: none;
    background: var(--verde);
    color: white;
}

.contacto .divContacto .contForm .formulario textarea {
    display: block;
    padding: 10px 8px;
    margin: 5px;
    width: 100%;
    border-radius: 10px;
    border: none;
    background: var(--verde);
}

.contacto .divContacto .contForm .captcha {
    margin-left: 5px;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contacto .textoAceptacion {
    padding-left: 25px;
    padding-top: 5.5px;
    font-size: 0.8em;
}

::-webkit-input-placeholder {
    color: white;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: white;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
}

:-ms-input-placeholder {
    color: white;
}


/*ESTILOS PARA EL CHECKBOX INICIA*/

.round {
    position: relative;
}

.round label {
    background-color: #bed73f;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 15px;
    position: absolute;
    width: 15px;
    margin: 5px 0 0 0;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 2px;
    opacity: 0;
    position: absolute;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.round input[type="checkbox"]:checked+label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}


/*ESTILOS PARA EL CHECKBOX TERMINA*/

.contacto .contSubmit {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

.contacto .contSubmit .submit {
    font-size: 1.8em;
    color: #414042;
    border: none;
    background: none;
    text-decoration: underline;
    cursor: pointer;
}

.contacto .contSubmit .submit:hover {
    color: var(--azulclaro);
}

.text-prefooter {
    text-align: justify;
    padding: 0 65px;
    line-height: 1;
}

.text-prefooter span {
    font-size: 0.85em;
}

.franjaFooter {
    background: var(--azulclaro);
    margin-top: 20px;
}

.franjaFooter .contFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.franjaFooter .contFooter .item {
    color: white;
    display: flex;
    align-items: center;
}

.franjaFooter .contFooter .item:nth-child(1) {
    padding-left: 65px;
}

.franjaFooter .contFooter .item .contImg {
    max-width: 70px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.franjaFooter .contFooter span {
    color: white;
    border-left: 1px solid white;
}

.franjaFooter .contFooter span:nth-child(2) {
    padding-left: 10px;
    padding-bottom: 5px;
}

.footer {
    padding: 10px 65px;
}

.footer a {
    font-size: 0.85em;
    text-decoration: none;
}


/* ADMISIONES */

.bg-estrategia-pedagogica {
    background: url('../img/fondos/estrategia-pedagogica-3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 360px;
}

.franja-purpura-estrategia {
    background: #A82A79;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.franja-purpura-estrategia .cont-franja {
    color: white;
    font-size: 1.3em;
    max-width: 1050px;
    width: 100%;
}

.interaccion-estructuras {
    max-width: 1030px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 160px;
}

.interaccion-estructuras .item-estructura {
    max-width: 250px;
    width: 100%;
    position: relative;
    top: -72px;
    z-index: 0;
    cursor: pointer;
}

.interaccion-estructuras .item-estructura img {
    width: 100%;
}

.responsive-interaccion {
    display: none;
}

.despliegue-estructuras {
    max-width: 950px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 70px auto 65px;
    flex-wrap: wrap;
}

.despliegue-estructuras .item-despl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.despliegue-estructuras .img-despliegue {
    max-width: 160px;
    width: 100%;
}

.despliegue-estructuras .img-despliegue img {
    width: 100%;
}

.despliegue-estructuras .titulo {
    font-size: 1.8em;
    color: #414042;
    text-align: center;
    line-height: 1;
}

#interacciones-positivas {
    position: relative;
    top: -5px;
}

#elemento-oculto {
    visibility: hidden;
}

.despliegue-items {
    position: relative !important;
    top: -5px !important;
}

#integracion {
    display: none;
}

#estimulacion {
    display: none;
}

#lenguaje {
    display: none;
}

.bg-decorativo {
    background: url('../img/fondos/estrategia-pedagogica-22.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 301px;
}

.modeloEnsenanza {
    background: var(--azul);
    padding: 50px;
}

.modeloEnsenanza .contModelo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modeloEnsenanza .contModelo .contTitle {
    max-width: 390px;
    width: 100%;
    text-align: right;
    padding-right: 20px;
}

.modeloEnsenanza .contModelo .contTitle span {
    display: block;
    color: white;
    font-size: 5em;
    font-family: 'Viga', sans-serif;
    line-height: 1;
}

.modeloEnsenanza .contModelo .contText {
    max-width: 390px;
    width: 100%;
    padding-left: 20px;
    border-left: 1px solid white;
}

.modeloEnsenanza .contModelo .contText span {
    font-size: 1.2em;
    color: white;
}

.horario {
    padding: 70px 35px;
}

.horario .contHorario {
    display: flex;
    justify-content: center;
}

.horario .contHorario .contImg {
    max-width: 235px;
    width: 100%;
}

.horario .contHorario .contImg img {
    width: 100%;
}

.horario .contHorario .contDescripcion {
    max-width: 500px;
    width: 100%;
    text-align: right;
}

.horario .contHorario .contDescripcion .titleHorario {
    font-size: 4.5em;
    font-family: 'Viga', sans-serif;
    color: #7A1B5B;
}

.horario .contHorario .contDescripcion span {
    display: block;
    font-size: 1.9em;
}

.horario .contHorario .contDescripcion span:nth-child(2) {
    color: var(--rosado);
}

.niveles {}

.numeros {
    max-width: 780px;
    display: flex;
    justify-content: space-between;
}

.numeros .contNumero {
    max-width: 120px;
    width: 100%;
    cursor: pointer;
}

.numeros .contNumero img {
    width: 100%;
}

.numeros .contNumeroColor {
    display: none;
}

#btn-uno-activo {
    display: block;
}

#btn-uno {
    display: none;
}

.despNiveles {
    background: #7A1B5B;
    padding: 50px 35px;
    margin-top: 30px;
}

.nivelUno {
    display: block;
}

.nivelDos {
    background: #EB4B55;
    display: none;
}

.nivelTres {
    background: #E57337;
    display: none;
}

.nivelCuatro {
    background: #5192CC;
    display: none;
}

.nivelCinco {
    background: #08BAB5;
    display: none;
}

.despNiveles .contDesp {
    display: flex;
    justify-content: center;
    align-items: center;
}

.despNiveles .contDesp .imagen {
    max-width: 180px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.despNiveles .contDesp .contImg {
    max-width: 150px;
    width: 100%;
}

.despNiveles .contDesp .contImg img {
    width: 100%;
}

.despNiveles .contDesp .contText {
    max-width: 620px;
    width: 100%;
    border-left: 1px solid white;
    padding-left: 20px;
}

.despNiveles .contDesp .contText .tituloResponsive {
    display: none;
}

.despNiveles .contDesp .contText .contTitulo {
    font-size: 1.6em;
    color: white;
    padding-top: 20px;
}

.despNiveles .contDesp .contText .contTitulo:nth-child(1) {
    padding-top: 0;
}

.despNiveles .contText span {
    display: block;
    color: white;
}

.adaptacion {
    padding: 80px 35px;
}

.adaptacion .contAdaptacion {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.adaptacion .contAdaptacion .texto {
    max-width: 560px;
    width: 100%;
}

.adaptacion .contAdaptacion .titulo {
    width: 100%;
    color: #08BAB5;
    font-size: 4.5em;
    font-family: 'Viga', sans-serif;
}

.adaptacion .contAdaptacion .contTexto {
    font-size: 1.3em;
    text-align: justify;
}

.adaptacion .contAdaptacion .imagen .contImg {
    max-width: 400px;
    width: 100%;
}

.adaptacion .contAdaptacion .imagen .contImg img {
    width: 100%;
}

.bg-decorativo-secundario {
    background: url(../img/fondos/fondo-decorativa-secundaria-5.png);
    background-attachment: fixed;
    background-position-y: 25vh;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 336px;
}

.estimulacion {
    padding: 60px 35px;
}

.estimulacion .contEstimulacion {
    max-width: 1030px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.estimulacion .contEstimulacion .titulo {
    font-family: 'Viga', sans-serif;
    font-size: 4.5em;
    color: #E57337;
}

.estimulacion .contEstimulacion .contTexto {
    font-size: 1.3em;
}

.estimulacion .contEstimulacion .items {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-top: 60px;
}

.estimulacion .contEstimulacion .items .contItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.estimulacion .contEstimulacion .items .contItem .contImg {
    max-width: 80px;
    width: 100%;
    padding-bottom: 20px;
}

.estimulacion .contEstimulacion .items .contItem .contImg img {
    width: 100%;
}

.estimulacion .contEstimulacion .items .tituloItem span {
    display: block;
    color: #E57337;
    font-size: 1.8em;
    text-align: center;
}

.extracurriculares {
    margin-bottom: 100px;
}

.extracurriculares .contExtra {
    background: #08BAB5;
    height: 270px;
}

.extracurriculares .contExtra .titulo .contTitulo {
    font-family: 'Viga', sans-serif;
    font-size: 4.6em;
    text-align: center;
    color: white;
    line-height: 1;
    padding-top: 60px;
}

.extracurriculares .contExtra .titulo .subTitulo {
    font-size: 2.1em;
    text-align: center;
    color: white;
}

.extracurriculares .contExtra .contItems {
    max-width: 1050px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    top: 25px;
}

.extracurriculares .contExtra .contItems .items {
    max-width: 140px;
    width: 100%;
    cursor: pointer;
}

.extracurriculares .contExtra .contItems .items:hover {
    animation-name: swing;
    animation-duration: 1.5s;
}

.extracurriculares .contExtra .contItems .items img {
    width: 100%;
}

.extracurriculares .contExtra .contItemsResponsive {
    display: none;
}


/* QUIENES SOMOS INICIO */

.quienes-somos-principal {
    display: flex;
    flex-wrap: wrap;
}

.quienes-somos-principal .quienes-somos {
    max-width: 621px;
    width: 100%;
}

.quienes-somos-principal .quienes-somos .contImg {
    max-width: 650px;
    width: 100%;
    margin: -3px;
}

.quienes-somos-principal .quienes-somos .contImg img {
    width: 100%;
}

.quienes-somos-principal .quienes-texto {
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quienes-somos-principal .quienes-texto .titulo {
    font-size: 3.7em;
    font-weight: bold;
    font-family: 'Viga', sans-serif;
    color: #08BAB5;
    text-align: right;
}

.quienes-somos-principal .quienes-texto .texto {
    font-size: 1.3em;
    text-align: justify;
    padding-top: 20px;
}

.contenedor-contactenos {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.quienes-somos-principal .quienes-texto .contactenos-qs {
    background: #69B214;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 1.5em;
    padding: 5px 35px;
    border-radius: 20px;
    font-family: 'Viga', sans-serif;
}

.quienes-somos-franja {
    background: #A82A79;
}

.quienes-somos-franja .cont-texto {
    display: flex;
    justify-content: center;
}

.quienes-somos-franja .cont-texto .texto {
    max-width: 1100px;
    width: 100%;
    color: white;
    font-size: 1.8em;
    font-family: 'Viga', sans-serif;
    line-height: 1;
    padding: 20px 0;
    text-align: center;
}

.que-hacemos {
    max-width: 1100px;
    padding-bottom: 60px;
}

.que-hacemos .titulo-principal {
    font-family: 'Viga', sans-serif;
    font-size: 3.7em;
    color: #E57337;
    margin: 40px 60px 10px;
}

.que-hacemos .cont-flex {
    display: flex;
    align-items: center;
}

.que-hacemos .cont-flex .cont-texto {
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.que-hacemos .cont-flex .cont-texto .item-quienes .texto {
    max-width: 490px;
    width: 100%;
    font-size: 1.6em;
    padding-left: 30px;
    padding-bottom: 20px;
    padding: 5px 0 5px 30px;
}

.que-hacemos .cont-flex .cont-texto .img-item {
    max-width: 475px;
    width: 100%;
}

.que-hacemos .cont-flex .cont-texto .img-item img {
    max-width: 475px;
    width: 100%;
}

.que-hacemos .cont-flex .cont-img {
    max-width: 450px;
    width: 100%;
}

.que-hacemos .cont-flex .cont-img img {
    width: 100%;
}

.franja-azul {
    background: #5192CC;
}

.franja-azul .cont-franja {
    max-width: 1100px;
    width: 100%;
    padding: 25px 0;
}

.franja-azul .cont-franja .titulo {
    color: white;
    font-size: 3.7em;
    font-family: 'Viga', sans-serif;
    text-align: center;
}

.franja-azul .cont-franja .texto {
    font-family: 'Viga', sans-serif;
    color: white;
    font-size: 1.5em;
    line-height: 1;
    text-align: center;
}

.servicios-quienes-somos .cont-servicios {
    margin: 60px auto 45px;
    max-width: 950px;
    width: 100%;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.servicios-quienes-somos .cont-servicios .item-servicio {
    max-width: 150px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.servicios-quienes-somos .cont-servicios .item-servicio .titulo {
    font-size: 1.35em;
    padding-bottom: 10px;
    line-height: 1;
}

.servicios-quienes-somos .cont-servicios .item-servicio .titulo-abajo {
    font-size: 1.35em;
    padding-bottom: 10px;
    line-height: 1;
}

.servicios-quienes-somos .cont-servicios .item-servicio .cont-img {
    max-width: 140px;
    width: 100%;
}

.servicios-quienes-somos .cont-servicios .item-servicio .cont-img img {
    width: 100%;
}

.servicios-quienes-somos .cont-servicios .item-servicio .cont-img:hover {
    animation: pulse;
    animation-duration: 2s;
    cursor: pointer;
}

.servicios-quienes-somos .texto {
    font-size: 1.4em;
    text-align: center;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}

.nuestra-directora {
    background: #EB4B55;
    padding: 20px 0;
    margin-top: 50px;
    min-height: 580px;
    display: flex;
    align-items: center;
}

.nuestra-directora .cont-directora {
    display: flex;
    justify-content: center;
}

.nuestra-directora .cont-directora .texto-directora {
    max-width: 500px;
    font-size: 1.3em;
    text-align: right;
    color: white;
    padding: 50px 20px;
    border-right: 2px solid white;
}

.nuestra-directora .cont-directora .text-leer-mas {
    font-size: 1em;
    text-align: right;
    color: white;
    padding: 10px 0;
    display: none;
}

.nuestra-directora .cont-directora .texto-directora .leer-mas {
    font-size: 1em;
    text-align: right;
    padding-top: 15px;
    color: white;
    cursor: pointer;
}

.nuestra-directora .cont-directora .texto-directora .leer-menos {
    font-size: 1em;
    text-align: right;
    padding-top: 15px;
    color: white;
    cursor: pointer;
}

.nuestra-directora .cont-directora .texto-directora .leer-menos:hover {
    color: #BED73F;
}

.nuestra-directora .cont-directora .texto-directora .leer-mas:hover {
    color: #BED73F;
}

.nuestra-directora .cont-directora .descripcion-texto {
    max-width: 600px;
    padding-left: 30px;
}

.nuestra-directora .cont-directora .descripcion-texto .titulo-descripcion {
    font-size: 3.7em;
    font-family: 'Viga', sans-serif;
    color: white;
}

.nuestra-directora .cont-directora .descripcion-texto .texto {
    max-width: 400px;
    font-size: 1.6em;
    color: white;
}

.foto-directora {
    height: 180px;
    display: flex;
    justify-content: flex-end;
}

.foto-directora .content-foto-directora {
    position: relative;
    top: -275px;
    right: 156px;
}

.foto-directora .content-foto-directora:hover {
    animation-name: pulse;
    animation-duration: 3s;
    cursor: pointer;
}


/* MODAL MENU RESP INICIA */

.menuDespl {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(226, 226, 226, 0.95);
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    transition: .5s all ease;
    opacity: 0;
}

.abrirMenuDespl {
    display: block;
    opacity: 1;
    animation-duration: 0.8s;
    animation-name: fadeIn;
}

.menuDespl .cerrarMenu {
    display: flex;
    justify-content: center;
}

.menuDespl .cerrarMenu .contImgCerrar {
    max-width: 40px;
}

.menuDespl .cerrarMenu .contImgCerrar img {
    width: 100%;
}

.menuDespl .contenedorMenu {
    height: 92vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuDespl .contenedorMenu .contExtra {
    width: 100%;
    min-height: 287px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.menuDespl .contenedorMenu .contExtra .logoSalomon {
    max-width: 352px;
    min-height: 287px;
    width: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid white;
}

.menuDespl .contenedorMenu .contExtra .menuModal {
    width: 100%!important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.menuDespl .contenedorMenu .contExtra .menuModal a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 1.8em;
    font-weight: bold;
    padding: 15px 0 0 0;
    text-align: center;
}

.menuDespl .contenedorMenu .contExtra .menuModal a:hover {
    color: rgb(188, 230, 250);
    animation-name: pulse;
    animation-duration: 3s;
}

.menuDespl .contenedorMenu .contExtra .logoSalomon .contImg {
    max-width: 277px;
}

.menuDespl .contenedorMenu .contExtra .logoSalomon .contImg img {
    width: 100%;
}


/* MODAL MENU RESP INICIA */


/* QUIENES SOMOS FINAL */


/*ADMISIONES*/

.banner-admisiones {
    background: url(../img/fondos/fondo-admisiones.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.cont-items-etiquetas {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
}

.cont-items-etiquetas .item {
    max-width: 275px;
    width: 100%;
    cursor: pointer;
}

.cont-items-etiquetas .item:hover {
    animation-name: pulse;
    animation-duration: 2s;
}

.franja-contactenos {
    background: var(--verde);
}

.franja-contactenos .cont-img {
    max-width: 46px;
    width: 100%;
}

.franja-contactenos .link-wa {
    max-width: 46px;
    width: 100%;
}

.franja-contactenos .cont-franja {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin-top: 30px;
}

.franja-contactenos .cont-franja span {
    font-size: 1.6em;
    color: #4f4f4f;
    font-weight: bold;
    padding-right: 20px;
}

.slider-galeria-imagenes .item {
    display: flex;
    justify-content: center;
    max-width: 980px !important;
    margin: 0 auto;
}

.slider-galeria-imagenes .item img {
    width: 100% !important;
}

.sliderBg {
    background: white;
    width: 100%;
    padding: 10px 0 10px 0;
}

.sliderclientes {
    max-width: 1100px;
    margin: 0 auto;
    background: white;
    padding-top: 30px;
}

.sliderclientes .contImg {
    max-width: 180px;
    width: 100%;
}

.sliderclientes .contImg img {
    width: 100%;
}

.clientes {
    text-align: center;
    padding: 20px 0;
}

.clientes span {
    font-size: 25px;
    font-weight: bold;
}


/*ADMISIONES TERMINA*/


/* POR QUE PRIMER KINDER*/

.banner-porque-primer {
    background: url(../img/fondos/banner-porque-primerkinder.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 633px;
    display: flex;
    align-items: center;
}

.hexagonos .cont-img-resp {
    display: none;
}

.hexagonos {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 280px;
}

.hexagonos .cont-img {
    position: relative;
    top: -230px;
}

.franja-alianzas {
    background: var(--azul);
    margin-top: 20px;
}

.franja-alianzas .titulo {
    color: white;
    font-family: 'Viga', sans-serif;
    font-size: 3em;
    text-align: center;
}

.alianzas {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.alianzas .cont-img {
    max-width: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.alianzas .cont-img .imagen-contenedor {
    max-width: 242px;
    width: 100%;
}

.alianzas .cont-img .imagen-contenedor img {
    width: 100%;
}

.alianzas .ex-alumnos {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.alianzas .ex-alumnos .texto {
    border-left: 1px solid #c4c4c4;
    min-height: 280px;
    max-width: 500px;
    width: 100%;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.alianzas .ex-alumnos .texto span {
    display: block;
    font-size: 3em;
    font-family: 'Viga', sans-serif;
    color: var(--naranja);
    line-height: 1;
}

.alianzas .ex-alumnos .texto .complemento-titulo {
    display: block;
    font-size: 5em;
}

.alianzas .ex-alumnos .contenido span {
    display: block;
    font-size: 1.5em;
    font-family: 'Barlow', sans-serif;
    color: #414042;
}

.acompanamiento-familiar {
    margin-top: 40px;
    justify-content: space-between !important;
}

.texto-exalumnos {
    padding: 0 !important;
    border: none !important;
    border-right: 1px solid #c4c4c4 !important;
    padding-right: 60px !important;
}

.ex-alumnos .imagen-familiar {
    max-width: 420px !important;
    width: 100%;
}

.ex-alumnos .imagen-familiar img {
    width: 100%;
}

.franja-pre-slider {
    background: var(--azulclaro);
}

.franja-pre-slider .cont-preSlider {
    color: white;
    font-family: 'Viga', sans-serif;
    font-size: 1.8em;
    text-align: center;
    line-height: 1;
    padding: 20px;
}


/* POR QUE PRIMER KINDER TERMINA*/


/* KINDER EN CASA */

.banner-kinder-casa {
    background: url(../img/fondos/banner-primer-kinder-casa.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 540px;
    display: flex;
    align-items: center;
}

.banner-kinder-casa .item {
    max-width: 500px;
}

.banner-kinder-casa .cont-kinder {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
}

.banner-kinder-casa .item .titulo {
    font-size: 4em;
    font-family: 'Viga', sans-serif;
    text-align: center;
    line-height: 1;
    color: var(--azulclaro);
}

.banner-kinder-casa .item .contenido {
    font-size: 1.6em;
    text-align: center;
    color: #414042;
    padding-top: 20px;
}

.franja-kinder-casa {
    background: #518cc6;
}

.franja-kinder-casa .cont-kinder-casa {
    color: white;
    font-family: 'Viga', sans-serif;
    font-size: 1.8em;
    text-align: center;
    line-height: 1;
    padding: 0 0 30px 0;
}

.fichas-programas .cont-fichas {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.fichas-programas .cont-fichas .ficha {
    max-width: 471px;
    min-height: 400px;
    width: 100%;
    background: var(--rosado);
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fichas-programas .cont-fichas .ficha .imagen-superior {
    max-width: 471px;
    width: 100%;
}

.fichas-programas .cont-fichas .ficha .imagen-superior img {
    max-width: 471px;
    width: 100%;
}

.fichas-programas .cont-fichas .texto-contenido {
    margin-top: 5px;
}

.fichas-programas .cont-fichas .texto-contenido span {
    font-family: 'Viga', sans-serif;
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    font-size: 1.8em;
}

.fichas-programas .cont-fichas .texto-contenido span:nth-child(2) {
    font-size: 1.2em;
}

.poligono,
.text-1 {
    fill: #dd8f9a;
}

.text-1 {
    font-size: 13.79px;
    font-family: Barlow-Medium, Barlow;
    font-weight: 500;
}

.text-2 {
    letter-spacing: -0.05em;
}

.poligono-azul,
.text-1-azul {
    fill: #81ece6;
}

.text-1-azul {
    font-size: 13.79px;
    font-family: Barlow-Medium, Barlow;
    font-weight: 500;
}

.text-2-azul {
    letter-spacing: -0.05em;
}

.fichas-programas .svg-ver-mas {
    max-width: 50px;
    width: 100%;
    cursor: pointer;
    padding-top: 10px;
}

.fichas-programas .colorHover {
    fill: #ffffff !important;
}

.fichas-programas .ficha-azul {
    background: var(--azulclaro) !important;
}

.despliegue-programa-virtual {
    background: #e84b55;
    margin-top: 20px;
}

.despliegue-virtual,
.despliegue-acompanamiento-casa {
    display: none;
}

.cont-despliegue-virtual {
    display: flex;
    padding: 40px 0;
}

.cont-despliegue-virtual .beneficios {
    max-width: 850px;
    width: 100%;
    display: flex;
    align-items: center;
}

.despliegue-programa-virtual .cont-despliegue-virtual .complemento-contactenos {
    max-width: 260px;
    width: 100%;
}

.despliegue-programa-virtual .cont-despliegue-virtual .cls-1 {
    fill: #dd8f9a;
}

.cont-despliegue-virtual .cls-2 {
    fill: #fff;
}

.cont-despliegue-virtual .cont-guion {
    max-width: 25px;
    width: 100%;
    margin-right: 10px;
}

.cont-despliegue-virtual .texto {
    color: white;
    font-size: 1.4em;
}

.cont-despliegue-virtual .cont-item {
    display: flex;
    padding: 6px 0;
}

.cont-despliegue-virtual .cont-extra {
    width: 100%;
}

.complemento-contactenos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.complemento-contactenos .cont-img-complemento {
    max-width: 144px;
    width: 100%;
}

.complemento-contactenos a {
    font-family: 'Viga', sans-serif;
    color: #4f4f4f;
    text-decoration: none;
    font-size: 1.5em;
    padding: 2px 20px;
    background: #bdd63f;
    border-radius: 20px;
    margin-top: 15px;
}

.despliegue-acompanamiento-casa {
    background: var(--azulclaro);
}

.despliegue-acompanamiento-casa .cont-despliegue-virtual .cls-1 {
    fill: #83eee8;
}

.despliegue-acompanamiento-casa .cont-despliegue-virtual .cls-1-amarillo {
    fill: #bdd63f !important;
}

.despliegue-acompanamiento-casa .cont-despliegue-virtual .cls-2 {
    fill: #fff;
}

.despliegue-acompanamiento-casa .cont-despliegue-virtual .texto-amarillo {
    color: #bdd63f;
    font-size: 1.4em;
}

.banner-kinder-casa-2 {
    background: url(../img/fondos/banner-kinder-casa.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.franja-naranja-kinder {
    background: var(--naranja);
    padding: 18px 0;
}

.franja-naranja-kinder .titulo {
    font-family: 'Viga', sans-serif;
    font-size: 2.5em;
    text-align: center;
    color: white;
}

.franja-naranja-kinder .contenido {
    font-size: 1.5em;
    text-align: center;
    line-height: 1;
    color: white;
}

.contenidoFranja-post .titulo {
    font-size: 1.5em;
    text-align: center;
    padding: 50px 20px;
}

.presencialidad-kinder {
    background: var(--naranja) !important;
}

.presencialidad-kinder .cls-1 {
    fill: #e2a993;
}

.presencialidad-kinder .texto-amarillo {
    color: #e1ff08;
    font-size: 1.4em;
}

.agregarPanel {
    display: block;
}

.ver-mas-programaVirtual {
    width: 100%;
    display: flex;
    justify-content: center;
}

#ancla-programa-virtual {
    height: 0px;
    width: 100%;
    position: relative;
    top: -200px;
}


/*KINDER EN CASA*/

@media (max-width: 1200px) {
    
    .testimonios .contSeparador .contVideos .item{
        max-witdth: initial;
    }
    .wrap {
        min-height: 30px;
    }
    .headerResponsive {
        display: block;
        width: 100%;
        position: fixed;
        background: white;
        z-index: 20;
        -webkit-box-shadow: 0px 10px 8px -10px rgba(168, 168, 168, 1);
        -moz-box-shadow: 0px 10px 8px -10px rgba(168, 168, 168, 1);
        box-shadow: 0px 10px 8px -10px rgba(168, 168, 168, 1);
    }
    .headerResponsive .contResp {
        padding: 8px 30px;
    }
    .headerResponsive .logoCont {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .headerResponsive .logoCont .imgCont {
        max-width: 110px;
        width: 100%;
    }
    .headerResponsive .logoCont .imgCont img {
        width: 100%;
    }
    .headerResponsive .logoCont .responsiveMenu {
        max-width: 35px;
        width: 100%;
    }
    .headerResponsive .logoCont .responsiveMenu img {
        width: 100%;
    }
    .header {
        display: none;
    }
    .banner-principal {
        background: url(../img/fondos/fondo-tizas.png);
        background-attachment: initial;
        background-size: 100vw;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 200px;
    }
    .banner-principal .banner-float {
        background-image: url(../img/logos/un-lugar-feliz.png?version2);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 200vw;
        min-height: 216px;
        width: 100%;
    }
    .reducir .contImg {
        max-width: 42px;
    }
    .btn-help .contHelp .contImg img {
        width: 80%;
    }
    .texto-principal .text-float {
        position: relative;
        left: 50px;
        top: -21px;
        max-width: 100px;
        width: 100%;
    }
    .texto-principal .text-float img {
        width: 100%;
    }
    .texto-principal .contText {
        flex-wrap: wrap-reverse;
        padding: 0 30px;
    }
    .texto-principal .contText .text {
        padding: 0;
    }
    .texto-principal .contText .textoCentral {
        text-align: right;
    }
    .texto-principal .contText .textoCentral span {
        font-size: 1.5em;
        border: none;
        padding: 0;
    }
    .texto-principal .contText .textoCentral span:nth-child(1) {
        font-size: 5.5em;
    }
    .texto-principal .contText .text .margenText {
        padding: 0;
        text-align: justify;
    }
    .call-to-action .contTexto span:nth-child(1) {
        font-size: 1.5em;
        text-align: center;
    }
    .call-to-action .contTexto span:nth-child(2) {
        font-size: 1.4em;
        text-align: center;
        padding-top: 10px;
    }
    .slider .contenedorSlider .contSlider {
        padding: 0 30px;
    }
    .slider .contenedorSlider .contSlider .item img {
        width: 85vw;
    }
    .actividades-anuales {
        padding: 10px 30px;
    }
    .actividades-anuales .cont-actividades {
        flex-wrap: wrap;
        position: relative;
        top: -20px;
    }
    .actividades-anuales .cont-actividades .textActividades {
        padding: 0;
        border: none;
    }
    .actividades-anuales .cont-actividades .text-general {
        padding: 0;
        text-align: justify;
    }
    .actividades-anuales .cont-actividades .textActividades span {
        font-size: 3em;
    }
    .actividades-anuales .cont-actividades .text-general span {
        font-size: 1em;
    }
    .actividades-anuales .actividades-float {
        left: -50px;
        top: -30px;
        max-width: 90px;
    }
    .actividades-anuales .actividades-float img {
        width: 80%;
    }
    .actividades-anuales .cont-actividades .text-general .margen {
        padding-top: 15px;
    }
    .bg-actividades {
        width: 100%;
        min-height: 140px;
        background: url(../img/fondos/bg-actividades-anuales.png);
        background-position: center;
        background-position-y: initial;
        background-repeat: no-repeat;
        background-attachment: initial;
        background-size: 100vw;
    }
    .bg-actividades .bg-act-float {
        background-image: url(../img/logos/actividades-positivas.png?version2);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 200vw;
        min-height: 64px;
        width: 100%;
    }
    .testimonios .testimonios-float .contTestimonio {
        top: -30px;
        left: 50px;
        max-width: 65px;
    }
    .testimonios .testimonios-float .contTestimonio img {
        width: 100%;
    }
    .testimonios .contSeparador {
        flex-wrap: wrap;
        padding: 0 30px;
        justify-content: center;
    }
    .testimonios .contSeparador .contText span:nth-child(1) {
        font-size: 3em;
        text-align: center;
        padding-top: 30px;
    }
    .testimonios .contSeparador .contText {
        padding: 0;
        text-align: center;
    }
    .testimonios .contSeparador .contVideos {
        padding-top: 75px;
    }
    .preContact {
        padding: 30px;
        text-align: justify;
    }
    .preContact span {
        font-size: 1em;
    }
    .contacto .divContacto {
        flex-wrap: wrap;
    }
    .contacto .divContacto .contContacto {
        padding-top: 0;
        justify-content: center;
    }
    .contacto .divContacto .iconContact .contTitulo span:nth-child(1) {
        font-size: 2em;
    }
    .contacto .divContacto .iconContact .contIconContact .contImg {
        max-width: 40px;
    }
    .contacto .divContacto .iconContact .contTitulo {
        padding-left: 10px;
    }
    .contacto .divContacto .iconContact .contTitulo span:nth-child(2) {
        font-size: 1em;
    }
    .contacto .divContacto .iconContact .contTitulo span:nth-child(3) {
        font-size: 1em;
    }
    .contacto .divContacto .iconContact .contTituloVirtual {
        padding-left: 10px;
    }
    .contacto .divContacto .iconContact .contTituloVirtual span:nth-child(1) {
        font-size: 2em;
    }
    .contacto .divContacto .contForm {
        flex-wrap: wrap-reverse;
    }
    .contacto .contSubmit {
        padding-bottom: 20px;
    }
    .contacto .contSubmit .submit {
        text-decoration: none;
        background: var(--verde);
        padding: 5px 10px;
        color: white;
        border-radius: 8px;
    }
    .contacto .divContacto {
        padding: 0 30px 34px;
    }
    .contacto .contSubmit .submit {
        font-size: 1.5em;
    }
    .contacto .divContacto .contForm .redes {
        flex-direction: row;
        max-width: 300px;
        height: initial;
    }
    .contacto .divContacto .iconContact .contImagen {
        margin-top: 10px;
        max-width: 300px;
    }
    .contacto .divContacto .iconContact .contImagen img {
        width: 100%;
    }
    .contacto .divContacto .contForm .formulario form {
        padding: 0;
    }
    .contacto .divContacto .contForm .formulario .texto {
        font-size: 1.1em;
        text-align: center;
        margin: 10px 0;
        padding: 0;
    }
    .franjaFooter .contFooter {
        flex-direction: column;
        justify-content: center;
        padding: 0 30px;
    }
    .franjaFooter .contFooter .item:nth-child(1) {
        padding: 5px 0 0;
        font-size: 0.7em;
    }
    .franjaFooter .contFooter .item .contImg {
        max-width: 45px;
    }
    .franjaFooter .contFooter span:nth-child(2) {
        font-size: 0.7em;
    }
    .text-prefooter {
        padding: 0 30px;
    }
    .footer {
        padding: 0 30px;
        text-align: center;
    }
    /* ADMISIONES INICIA*/
    .estrategia-pedagogica .caracteristicas {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 30px;
    }
    .estrategia-pedagogica .caracteristicas .contCaracteristicas {
        display: none;
    }
    .estrategia-pedagogica .franja-morada {
        text-align: center;
        min-height: auto;
        padding: 20px 30px;
        margin-top: 82px;
    }
    .estrategia-pedagogica .franja-morada span {
        padding: 0;
        font-size: 2.5em;
    }
    .estrategia-pedagogica .caracteristicas .contCaracteristicasResp {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-bottom: 20px;
    }
    .estrategia-pedagogica .caracteristicas .contCaracteristicasResp .contImg {
        max-width: 350px;
        width: 100%;
    }
    .estrategia-pedagogica .caracteristicas .contCaracteristicasResp .contImg img {
        width: 100%;
    }
    .estrategia-pedagogica .caracteristicas .texto {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .estrategia-pedagogica .caracteristicas .texto span {
        font-size: 1em;
    }
    .bg-decorativo {
        background: url(../img/fondos/foto-decorativa-resp.png);
        background-attachment: initial;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100px;
    }
    .modeloEnsenanza {
        padding: 20px 30px;
    }
    .modeloEnsenanza .contModelo {
        flex-wrap: wrap;
    }
    .modeloEnsenanza .contModelo .contTitle span {
        font-size: 2.5em;
    }
    .modeloEnsenanza .contModelo .contTitle {
        padding: 0;
        text-align: center;
    }
    .modeloEnsenanza .contModelo .contText {
        border: none;
        text-align: justify;
        padding: 20px 0 0 0;
    }
    .modeloEnsenanza .contModelo .contText span {
        font-size: 1em;
    }
    .horario {
        padding: 30px;
    }
    .horario .contHorario {
        flex-wrap: wrap;
    }
    .horario .contHorario .contImg {
        max-width: 130px;
        padding-bottom: 20px;
    }
    .horario .contHorario .contDescripcion .titleHorario {
        text-align: center;
        font-size: 2.8em;
    }
    .horario .contHorario .contDescripcion {
        text-align: center;
    }
    .horario .contHorario .contDescripcion span {
        font-size: 1em;
    }
    .numeros {
        padding: 0 10px;
        justify-content: space-evenly;
    }
    .numeros .contNumero {
        max-width: 50px;
    }
    .adaptacion {
        padding: 30px;
    }
    .adaptacion .contAdaptacion {
        flex-wrap: wrap-reverse;
    }
    .adaptacion .contAdaptacion .titulo {
        font-size: 2.5em;
        text-align: center;
        padding-top: 20px;
    }
    .adaptacion .contAdaptacion .imagen .contImg {
        max-width: 200px;
        width: 100%;
    }
    .bg-decorativo-secundario {
        background: url(../img/fondos/fondo-decorativa-secundaria-5.png);
        background-attachment: initial;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100px;
    }
    .despNiveles .contDesp {
        flex-wrap: wrap;
    }
    .despNiveles .contDesp .contImg {
        max-width: 115px;
        width: 100%;
        padding-bottom: 20px;
    }
    .despNiveles .contDesp .contText .contTitulo {
        font-size: 1.3em;
        text-align: start;
        font-weight: bold;
    }
    .despNiveles .contDesp .contText {
        border: none;
        padding: 0;
        text-align: justify;
    }
    .despNiveles .contText span {
        font-size: 0.9em;
    }
    .despNiveles .contDesp .contText .tituloResponsive {
        display: block;
        color: white;
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
    }
    .estimulacion {
        padding: 20px 30px;
    }
    .estimulacion .contEstimulacion {
        flex-wrap: wrap;
    }
    .estimulacion .contEstimulacion .items {
        flex-wrap: wrap;
    }
    .estimulacion .contEstimulacion .titulo {
        font-size: 2.5em;
        text-align: center;
        padding-top: 10px;
    }
    .estimulacion .contEstimulacion .contTexto {
        text-align: justify;
        padding-top: 20px;
    }
    .extracurriculares {
        margin: 0;
    }
    .extracurriculares .contExtra {
        padding: 20px 30px;
        height: auto;
    }
    .extracurriculares .contExtra .titulo .contTitulo {
        font-size: 2em;
        padding: 0;
    }
    .extracurriculares .contExtra .titulo .subTitulo {
        font-size: 1.5em;
    }
    .estimulacion .contEstimulacion .items {
        padding-top: 0px;
        justify-content: space-around;
    }
    .estimulacion .contEstimulacion .items .contItem {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 40px;
    }
    .estimulacion .contEstimulacion .items .tituloItem span {
        font-size: 1em;
    }
    .extracurriculares .contExtra .contItems {
        display: none;
    }
    .extracurriculares .contExtra .contItemsResponsive {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        position: initial;
    }
    .extracurriculares .contExtra .contItemsResponsive .items {
        max-width: 100px;
        width: 100%;
        cursor: pointer;
    }
    .extracurriculares .contExtra .contItemsResponsive .items img {
        max-width: 100px;
        width: 100%;
        cursor: pointer;
    }
    /* ADMISIONES FINALIZA */
    /* QUIENES SOMOS INICIA*/
    .quienes-somos-principal {}
    .quienes-somos-principal .quienes-texto .titulo {
        text-align: center;
        line-height: 1;
        font-size: 2em;
        padding-top: 20px;
    }
    .quienes-somos-principal .quienes-texto .texto {
        font-size: 1em;
        padding: 0 30px;
    }
    .contenedor-contactenos {
        justify-content: center;
        padding-bottom: 30px;
    }
    .quienes-somos-franja .cont-texto .texto {
        font-size: 1.2em;
        padding: 15px 30px;
    }
    .que-hacemos {
        padding: 0 30px 20px;
    }
    .que-hacemos .titulo-principal {
        font-size: 2em;
        line-height: 1;
        text-align: center;
    }
    .que-hacemos .cont-flex {
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    .que-hacemos .cont-flex .cont-texto .item-quienes .texto {
        font-size: 1em;
    }
    .que-hacemos .cont-flex .cont-img {
        max-width: 250px;
    }
    .franja-azul {
        padding: 0 30px;
        line-height: 1;
    }
    .franja-azul .cont-franja .titulo {
        font-size: 2em;
    }
    .franja-azul .cont-franja .texto {
        font-size: 1.2em;
        padding-top: 10px;
    }
    .servicios-quienes-somos {
        padding: 0 30px;
    }
    .servicios-quienes-somos .cont-servicios {
        flex-wrap: wrap;
    }
    .servicios-quienes-somos .cont-servicios {
        justify-content: center;
        padding: 0;
        margin: 0;
    }
    .servicios-quienes-somos .cont-servicios .item-servicio {
        max-width: 100px;
        padding-top: 35px;
    }
    .servicios-quienes-somos .cont-servicios .item-servicio .cont-img {
        max-width: 90px;
        padding-top: 10px;
    }
    .servicios-quienes-somos .cont-servicios .item-servicio .titulo {
        font-size: 1em;
        padding-bottom: 0;
    }
    .servicios-quienes-somos .cont-servicios .item-servicio .titulo-abajo {
        font-size: 1em;
        padding-bottom: 0;
    }
    .servicios-quienes-somos .texto {
        font-size: 1em;
        padding-top: 20px;
    }
    .nuestra-directora .cont-directora {
        flex-wrap: wrap;
        padding: 0 30px;
    }
    .foto-directora {
        height: auto;
        display: flex;
        justify-content: center;
        padding: 35px 30px 0;
    }
    .foto-directora .content-foto-directora {
        position: initial;
        max-width: 400px;
        width: 100%;
    }
    .foto-directora .content-foto-directora img {
        width: 100%;
    }
    .nuestra-directora {
        min-height: auto;
    }
    .nuestra-directora .cont-directora .texto-directora {
        font-size: 1em;
        border: none;
        text-align: justify;
        padding: 10px 0;
    }
    .nuestra-directora .cont-directora .descripcion-texto .titulo-descripcion {
        font-size: 2em;
        padding-bottom: 10px;
    }
    .nuestra-directora .cont-directora .descripcion-texto {
        padding: 10px 0;
        text-align: center;
        line-height: 1;
    }
    .nuestra-directora .cont-directora .descripcion-texto .texto {
        font-size: 1.2em;
    }
    .nuestra-directora .cont-directora .text-leer-mas {
        text-align: justify;
    }
    /* QUIENES SOMOS FINALIZA*/
    /* PRIMER KINDER */
    .bg-estrategia-pedagogica {
        background: url(../img/fondos/estrategia-pedagogica.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 96px;
        margin-top: 59px;
    }
    .despliegue-estructuras {
        margin: 0;
        padding: 0 25px 30px;
        justify-content: center;
    }
    .interaccion-estructuras .item-estructura {
        top: -25px;
    }
    .despliegue-estructuras .img-despliegue {
        max-width: 100px;
    }
    .despliegue-estructuras .titulo {
        font-size: 1em;
    }
    #elemento-oculto {
        visibility: visible;
        display: none;
    }
    .despliegue-estructuras .item-despl {
        padding: 8px;
    }
    .interaccion-estructuras {
        height: auto;
    }
    .escritorio-interaccion {
        display: none;
    }
    .responsive-interaccion {
        display: flex;
    }
    #interacciones-positivas-resp {
        position: relative;
        top: 0px;
    }
    .despliegue-items {
        position: relative !important;
        top: 0px !important;
    }
    .franja-purpura-estrategia {
        padding: 20px 30px;
    }
    .franja-purpura-estrategia .cont-franja {
        font-size: 1em;
        text-align: justify;
    }
    /* PRIMER KINDER */
    .cont-items-etiquetas {
        flex-wrap: wrap;
    }
    .cont-items-etiquetas .item {
        max-width: 160px;
        width: 100%;
    }
    .banner-admisiones {
        background: url(../img/fondos/fondo-admisiones.jpg) center center / cover no-repeat;
        min-height: 139px;
        display: flex;
        align-items: center;
        margin-top: 41px;
    }
    .franja-contactenos .cont-img {
        max-width: 35px;
        width: 100%;
    }
    .franja-contactenos .cont-franja span {
        font-size: 0.9em;
        color: #4f4f4f;
        font-weight: bold;
        padding-right: 10px;
    }
    .contacto .divContacto .iconContact .contTitulo span {
        font-size: 1em;
    }
    .hexagonos {
        height: auto;
    }
    .hexagonos .cont-img {
        display: none;
    }
    .hexagonos .cont-img-resp {
        position: initial;
        display: block;
        width: 100vw;
        height: auto;
    }
    .hexagonos .cont-img-resp img {
        width: 100%;
    }
    .sliderclientes {
        padding: 0 20px;
    }
    .banner-porque-primer {
        background: url(../img/fondos/banner-porque-primerkinder.png);
        background-repeat: no-repeat;
        background-size: 200vw;
        background-position: 80%;
        min-height: 284px;
        display: flex;
        align-items: center;
    }
    .franja-alianzas .titulo {
        color: white;
        font-family: 'Viga', sans-serif;
        font-size: 2em;
        text-align: center;
    }
    .alianzas .ex-alumnos {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }
    .acompanamiento-familiar {
        flex-wrap: wrap-reverse !important;
        padding: 0 20px;
    }
    .alianzas .cont-img .imagen-contenedor {
        max-width: 140px;
        width: 100%;
    }
    .acompanamiento-familiar .cont-img .imagen-contenedor {
        max-width: 140px;
        width: 100%;
        margin-bottom: 20px;
    }
    .alianzas .ex-alumnos .texto .complemento-titulo {
        font-size: 3em;
    }
    .alianzas .ex-alumnos .texto span {
        font-size: 2em;
    }
    .alianzas .ex-alumnos .contenido span {
        font-size: 1em;
    }
    .alianzas .ex-alumnos .texto {
        padding: 10px 20px 0;
    }
    .alianzas .ex-alumnos .texto {
        min-height: auto;
        text-align: center;
    }
    .texto-exalumnos {
        padding: 0 20px 5px !important;
        border: none !important;
    }
    .contacto .divContacto .iconContact .contIconContact {
        display: flex;
        justify-content: center;
    }
    .franja-pre-slider .cont-preSlider {
        font-size: 1em;
        line-height: 1.2;
    }
    .franja-pre-slider {
        background: var(--azulclaro);
        margin-top: 0;
    }
    .clientes span {
        font-size: 18px;
        font-weight: bold;
    }
    .fichas-programas .cont-fichas {
        flex-wrap: wrap;
    }
    .banner-kinder-casa {
        background: url(../img/fondos/banner-primer-kinder-casa.png);
        background-repeat: no-repeat;
        background-size: 157vw;
        background-position: 55%;
        min-height: 160px;
        margin-top: 60px;
        padding: 0 20px;
    }
    .banner-kinder-casa .item .titulo {
        font-size: 2em;
        color: white;
        text-shadow: 2px 2px 2px #292929;
    }
    .banner-kinder-casa .item .contenido {
        font-size: 1.1em;
        font-weight: bold;
        color: white;
        text-shadow: 2px 2px 2px #292929;
        line-height: 1;
    }
    .franja-kinder-casa .cont-kinder-casa {
        color: white;
        font-family: 'Viga', sans-serif;
        font-size: 1em;
        text-align: center;
        line-height: 1;
        padding: 10px 20px;
    }
    .fichas-programas .cont-fichas .ficha {
        max-width: 300px;
        min-height: 200px;
        width: 100%;
    }
    .ver-mas-programaVirtual {
        padding-bottom: 10px;
    }
    .fichas-programas .cont-fichas .texto-contenido span {
        font-size: 1.2em;
    }
    .fichas-programas .cont-fichas .texto-contenido span:nth-child(2) {
        font-size: 0.9em;
    }
    .fichas-programas .svg-ver-mas {
        max-width: 40px;
    }
    .fichas-programas .ficha-azul {
        margin-top: 20px;
    }
    .cont-despliegue-virtual {
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px;
    }
    .despliegue-programa-virtual .cont-despliegue-virtual .complemento-contactenos {
        padding: 10px;
    }
    .banner-kinder-casa-2 {
        background: url(../img/fondos/banner-kinder-casa.jpg);
        background-repeat: no-repeat;
        background-size: 307vw;
        background-position: center center;
        min-height: 267px;
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    .cont-despliegue-virtual .texto {
        font-size: 1.1em;
    }
    .franja-naranja-kinder {
        padding: 15px 20px;
    }
    .franja-naranja-kinder .titulo {
        font-size: 1.5em;
    }
    .franja-naranja-kinder .contenido {
        font-size: 1em;
    }
    .contenidoFranja-post .titulo {
        font-size: 1.1em;
        padding: 20px 30px 0;
    }
    .presencialidad-kinder .texto-amarillo {
        font-size: 1.1em;
        text-align: justify;
    }
    .banner-kinder-casa .cont-kinder {
        width: 100%;
        margin: 0 auto;
        display: flex;
    }
    .banner-kinder-casa .item {
        max-width: 230px;
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.animate__swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

.owl-item

.testimonio{
    color: #fff;
}
.testimonio .testimonioName{
    font-weight: bold;
    color: #fff;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}