/* Base */
body, html{width:100%;min-width:300px;}
body{margin:0;padding:0;font-size:16px;background:#FFF; font-family: 'Villeray Rounded'; font-weight: 300; color: #333; }
header{margin:0 0 1px;width:100%;display:block; z-index:11000;position:fixed;}
footer{width:100%;display:block;margin:0 auto;clear:both;}
#ajuste-altura{ height: 0; }

/* Estilos Genericos */
a{ color: #333; }
.aligncenter{ text-align: center !important; margin: 0 auto;}
img.aligncenter {margin: 0 auto; display: block; max-width: 100%; height: auto;}
.fb_iframe_widget {text-align: center; margin: 0 auto; display: block!important; }
.alignright{ text-align: right !important; }
strong, strong > *{ font-weight: bold !important; }
.fa{ font-family:FontAwesome, Arial, Helvetica, sans-serif !important; }
.cleaner{ display: block !important; clear: both !important; }

/* Estilos generales del contenido */
section#principal > h1, section#principal > section h1, section#principal .wp-block-column h1, section#principal.single > .ancho-limitado > h1, .page.classic > .ancho-limitado > h1{ font-size: 12px; font-weight: normal; margin: 0 0 20px; color: #3E8DDD; letter-spacing: 3px; text-transform: uppercase; font-weight: bold; }
section#principal > h2, section#principal > section h2, section#principal .wp-block-column h2, section#principal.single > .ancho-limitado > h2, .page.classic > .ancho-limitado > h2{ font-family: 'Amatic'; font-size: 74px; font-weight: normal; margin: 30px 0 20px; color: #333; letter-spacing: 3px; }
section#principal > h3, section#principal > section h3, section#principal .wp-block-column h3, section#principal.single > .ancho-limitado > h3, .page.classic > .ancho-limitado > h3{ font-family: 'Amatic'; font-size: 61px; font-weight: normal; margin: 30px 0 20px; color: #3E8DDD; letter-spacing: 3px; }
section#principal > h4, section#principal > section h4, section#principal .wp-block-column h4, section#principal.single > .ancho-limitado > h4, .page.classic > .ancho-limitado > h4{ font-weight: 500; font-size: 34px; margin: 30px 0 20px; }
section#principal > h5, section#principal > section h5, section#principal .wp-block-column h5, section#principal.single > .ancho-limitado > h5, .page.classic > .ancho-limitado > h5{ font-size: 24px; font-family: 'Amatic'; font-weight: 500; font-size: 34px; margin: 30px 0 20px; letter-spacing: 2px; }
section#principal p > a:first-child:last-child, section#principal p > .activator:first-child:last-child, section#principal.single > .ancho-limitado > p > a:first-child:last-child{ min-width: 200px; padding: 11px 20px 14px; text-align: center; display: inline-block; border-radius: 5px; border:none; background-color: #F66D95; color: #FFF; font-weight: 500; outline:none; margin-top: 10px; cursor: pointer; transition: all .35s ease-in; }
section#principal p > a:first-child:last-child:hover, section#principal p > .activator:first-child:last-child:hover, section#principal.single > .ancho-limitado > p > a:first-child:last-child:hover, .page.classic > .ancho-limitado > p > a:first-child:last-child:hover{ background-color: #F5A214; }
section#principal > section *:first-child, section#principal > .wp-block-column *:first-child, .page.classic > .ancho-limitado *:first-child{ margin-top: 0; }
section#principal > section *:last-child, section#principal > .wp-block-column *:last-child, .page.classic > .ancho-limitado *:last-child{ margin-bottom: 0; }
section#principal > section h2 + h3, section#principal > .wp-block-column h2 + h3{ margin-top: 10px; }


/* Ancho Limitado */
.ancho-limitado{ width: 95%; max-width: 1200px; margin: 0 auto; }
.ancho-limitado-full{ width: 100%; margin: 0 auto; }
section.ancho-limitado, section > .ancho-limitado{ padding: 60px 0; }
section > .ancho-limitado.sin-padding{ padding: 0; }
.separador{ width: 194px; height: 2px; margin: 0 auto 10px; background: #CCC; border-radius: 1px; position: relative; top: -15px; }

/* Cookies */
#cookie-bar{ background: rgb(239,245,249); position: fixed; bottom: 0; left: 0; z-index: 999; width: 100%; }
#cookie-bar p{ padding: 1%; text-align: center; color: #333; }
#cookie-bar a{ margin: 0 0.5%; }
#cookie-bar .cb-enable{ background: #F5A214; color: #FFF; -webkit-transition:all 0.35s ease-in; -moz-transition:all 0.35s ease-in; -o-transition:all 0.35s ease-in; transition:all 0.35s ease-in; }
#cookie-bar .cb-policy{ background: #F66D95; color: #FFF; -webkit-transition:all 0.35s ease-in; -moz-transition:all 0.35s ease-in; -o-transition:all 0.35s ease-in; transition:all 0.35s ease-in; }
#cookie-bar .cb-enable:hover{ background: #F66D95; color: #FFF; }
#cookie-bar .cb-policy:hover{ background: #F5A214; color: #FFF; }

/* Video */
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; } 
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100% !important; height: 100%; }
.iframe-container{ position: relative; padding-bottom: 45%; height: 0; overflow: hidden; }
.iframe-container iframe{ position: absolute; top:0; left: 0; width: 100%; height: 100%; pointer-events: none; }
.iframe-container iframe.clicked{ pointer-events: auto; }

/* Fracciones */
.un_medio{ width: 50%; float: left; clear: left; }
.un_medio.ultimo{ clear: right; }

.un_tercio{ width: 32%; margin: 0 1%; float: left; }
.un_tercio.primero{ margin-left: 0; clear: left; }
.un_tercio.ultimo{ margin-right: 0; clear: right; }

.un_cuarto{ width: 22%; margin: 0 2%; float: left; }
.un_cuarto.primero{ clear: left; margin-left: 0; }
.un_cuarto.ultimo{ clear: right; margin-right: 0; }

.un_quinto{ width: 18%; margin: 0 1.25%; float: left; }
.un_quinto.primero{ clear: left; margin-left: 0; }
.un_quinto.ultimo{ clear: right; margin-right: 0; }

/* Header */
#top-header{ background: #EFF5F9; padding: 5px 50px; text-align: center; position: fixed; top: 0; left: 0; width: 100%; box-sizing: border-box; z-index:11005; }
#top-header .phone{ float: left; display: inline-block; font-size: 13px; padding: 5px 0 5px 40px; background: url(../images/phone.png) no-repeat left center; background-size: contain; }
#top-header .phone span{ position: relative; top:-1px; }
#top-header .phone a{ font-weight: bold; font-size: 16px; margin-left: 5px; display: inline-block; }
#top-header .school-phone{ font-size: 13px; display: inline-block; padding: 7px 50px 8px; }
#top-header .school-phone a{ font-weight: 500; text-decoration: underline; color: #3E8DDD; }
#top-header .login{ float: right; font-size: 13px; padding: 7px 50px 8px; }
#top-header .login a{ padding: 0 0 0 20px; background: url(../images/lock.png) no-repeat left top 2px; font-weight: 500; }
#top-header .login a + a{ margin-left: 25px; }
#top-header .lang-change{ float: right; font-size: 13px; font-weight: 300; padding: 7px 0 6px; }
#top-header .lang-change .wpml-ls-legacy-list-horizontal{ padding: 0; border: none; }
#top-header .lang-change .wpml-ls-legacy-list-horizontal a{ padding: 0 0 2px 10px; margin-right: 10px; line-height: 1; }
#top-header .lang-change .wpml-ls-legacy-list-horizontal li{ display: inline-block; }
#top-header .lang-change .wpml-ls-legacy-list-horizontal li + li a { border-left: 1px solid #808080; }
#top-header .lang-change .wpml-ls-legacy-list-horizontal a span{ vertical-align: top; }
#top-header .lang-change .wpml-ls-legacy-list-horizontal li.wpml-ls-current-language span{ font-weight: 500; }

header{ position: fixed; width: 100%; left: 0; top: 37px; box-sizing: border-box; padding: 8px 50px; text-align: center; background: rgba(255,255,255,0.95); }
header.scrolled{ position: fixed; top: 0; box-shadow: 0 0 1px rgba(100, 100, 100, 0.75); }
#logo{ float: left; }
#logo img{ max-height: 75px; width: auto; }
#webcam-access{ float: right; background: url(../images/webcam.png) left 15px center #F5A214 no-repeat; color: #FFF; padding: 14px 15px 18px 55px; border-radius: 5px; margin-top: 11px; transition: all .35s ease-in; }
#webcam-access:hover{ background-color: #F66D95; }

#menu-superior{ display: inline-block; margin-top: 15px; }
#menu-superior #mega-menu-wrap-menu-principal{ background: none; }
#menu-superior #mega-menu-wrap-menu-principal *{ color: #333 !important; }
#menu-superior #mega-menu-wrap-menu-principal li.mega-menu-item{ background: none !important; }
#menu-superior #mega-menu-wrap-menu-principal > ul > li.mega-menu-item > a.mega-menu-link{ font-size: 20px; font-weight: 300 !important; text-transform: uppercase; background: none !important; transition: all .35s ease-in; }
#menu-superior #mega-menu-wrap-menu-principal > ul > li.mega-menu-item:hover > a.mega-menu-link{ color: #3E8DDD !important; }
#menu-superior #mega-menu-wrap-menu-principal > ul > li.mega-current-menu-item > a.mega-menu-link{ font-weight: 500 !important; }
#menu-superior #mega-menu-wrap-menu-principal > ul > li.mega-menu-item{ margin: 0 20px; }
#menu-superior #mega-menu-wrap-menu-principal ul > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{ background-color: #EFF5F9; font-size: 16px; font-weight: 300 !important; }
#menu-superior #mega-menu-wrap-menu-principal ul > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{ background-color: #FFD693; }
#menu-superior #mega-menu-wrap-menu-principal > ul > li.mega-current-menu-ancestor > a.mega-menu-link, #menu-superior #mega-menu-wrap-menu-principal ul > li.mega-current-menu-ancestor ul.mega-sub-menu li.mega-current-menu-item a.mega-menu-link, #menu-superior #mega-menu-wrap-menu-principal > ul > li.mega-current_page_parent > a.mega-menu-link, #menu-superior #mega-menu-wrap-menu-principal ul > li.mega-current_page_parent ul.mega-sub-menu li.mega-current-menu-item a.mega-menu-link{ font-weight: 500 !important; }
#mega-menu-wrap-menu-principal #mega-menu-menu-principal > li.mega-menu-item.especial-1, #mega-menu-wrap-menu-principal #mega-menu-menu-principal > li.mega-menu-item.webcams-menu{ display: none; }

#menu-superior #mega-menu-wrap-menu-escuela{ background: none; }
#menu-superior #mega-menu-wrap-menu-escuela *{ color: #333 !important; }
#menu-superior #mega-menu-wrap-menu-escuela li.mega-menu-item{ background: none !important; }
#menu-superior #mega-menu-wrap-menu-escuela > ul > li.mega-menu-item > a.mega-menu-link{ font-size: 20px; font-weight: 300 !important; text-transform: uppercase; background: none !important; transition: all .35s ease-in; }
#menu-superior #mega-menu-wrap-menu-escuela > ul > li.mega-menu-item:hover > a.mega-menu-link{ color: #3E8DDD !important; }
#menu-superior #mega-menu-wrap-menu-escuela > ul > li.mega-current-menu-item > a.mega-menu-link{ font-weight: 500 !important; }
#menu-superior #mega-menu-wrap-menu-escuela > ul > li.mega-menu-item{ margin: 0 20px; }
#menu-superior #mega-menu-wrap-menu-escuela ul > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{ background-color: #EFF5F9; font-size: 16px; font-weight: 300 !important; }
#menu-superior #mega-menu-wrap-menu-escuela ul > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{ background-color: #FFD693; }
#menu-superior #mega-menu-wrap-menu-escuela > ul > li.mega-current-menu-ancestor > a.mega-menu-link, #menu-superior #mega-menu-wrap-menu-escuela ul > li.mega-current-menu-ancestor ul.mega-sub-menu li.mega-current-menu-item a.mega-menu-link, #menu-superior #mega-menu-wrap-menu-escuela > ul > li.mega-current_page_parent > a.mega-menu-link, #menu-superior #mega-menu-wrap-menu-escuela ul > li.mega-current_page_parent ul.mega-sub-menu li.mega-current-menu-item a.mega-menu-link{ font-weight: 500 !important; }
#mega-menu-wrap-menu-escuela #mega-menu-menu-escuela > li.mega-menu-item.especial-1, #mega-menu-wrap-menu-escuela #mega-menu-menu-escuela > li.mega-menu-item.webcams-menu{ display: none; }

#ajuste-altura{ height: 130px; }

/* Arreglos Slider */
.ls-wrapper .slider-button{ transition: all .35s ease-in !important; }
.ls-wrapper:hover .slider-button{ background-color: #F5A214 !important; }
.ls-fullscreen-wrapper{ position: relative; overflow: hidden; }
.ls-fullscreen-wrapper::after{ content:' '; display: block; width: 35px; height: 18px; background: url(../images/arrow-down.png) no-repeat center; position: absolute; left: 50%; bottom: 0; transform: translate(-50%,-30px); z-index: 1000; cursor: pointer; }

/* Arreglos de la Portada */
.quienes-somos-portada h2{ font-family: 'Villeray Rounded' !important; font-size: 24px !important; letter-spacing: normal !important; font-weight: 500 !important; }
.quienes-somos-portada.ea_texto-degradado{ background-size: 75% auto !important; }

.columnas-portada{ margin-bottom: 0 !important; }
.columnas-portada .wp-block-column{ margin-left: 0 !important; box-sizing: border-box; padding: 20px 50px; }

.webcams-portada{ background: #F5A214; padding: 50px 75px !important; }
.webcams-portada h3{ color: #FFF !important; margin-top: 10px !important; }
.webcams-portada p{ color: #FFF; max-width: 350px; margin: 20px auto; }
/*.webcams-portada h3 + p{ margin-bottom: 50px; }*/

.visita-centros-portada > p:first-child{ float: left; margin-right: 50px; }
.visita-centros-portada > h3{ margin: 0 0 40px !important; }
.visita-centros-portada > h3 span{ display: block; text-transform: uppercase; color: #333; font-size: 37px; padding-top: 10px; }

.bonos-portada{ padding: 0 !important; }
.bonos-portada h3{ color: #333 !important; margin: 0 0 10px !important; }
.bonos-portada h4{ color: #FFF !important; margin: 0 0 10px !important; }
.bonos-portada h4 + p{ margin-bottom: 0 !important; }
.bonos-portada h4 + p a{ background-color: #F5A214 !important; }
.bonos-portada h4 + p a:hover{ background-color: #F66D95 !important; }

.blog-portada .entradas + p a{ background-color: #F5A214 !important; }
.blog-portada .entradas + p a:hover{ background-color: #F66D95 !important; }

/* Animaciones */
#nino-arriba{ display: block; position: absolute; top: 0; left: 50%; transform: translate(-50%,-120%); transition: all .5s ease-in; }
.activo #nino-arriba{ transform: translate(-50%,-47.5%); }
#nina-abajo-izquierda{ display: block; position: absolute; bottom: 0; left: 0; transform: translate(-120%,120%); transition: all .5s ease-in; }
.activo #nina-abajo-izquierda{ transform: translate(-37.5%,37.5%); }
#bebe-abajo-derecha{ display: block; position: absolute; bottom: 0; right: 0; transform: translate(120%,120%); transition: all .5s ease-in; }
.activo #bebe-abajo-derecha{ transform: translate(30%,27.5%); }

.jg_carrusel-logos.colaboradores-portada h3{ color: #333 !important; margin-bottom: 10px !important; }
.jg_carrusel-logos.colaboradores-portada .owl-theme .owl-dots .owl-dot{ outline: none; }
.jg_carrusel-logos.colaboradores-portada .owl-theme .owl-dots .owl-dot span{ background-color: rgba(245,162,20,0.4) !important; transition: all .35s ease-in; }
.jg_carrusel-logos.colaboradores-portada .owl-theme .owl-dots .owl-dot.active span, .jg_carrusel-logos.colaboradores-portada .owl-theme .owl-dots .owl-dot:hover span{ background-color: rgba(245,162,20,1) !important; }

.jg_numeros-animados.numeros-portada h3{ color: #FFF !important; }

/* Blog por defecto */
.item-blog{ display: block; width: 30%; float: left; margin: 50px 2.5% !important; }
.item-blog:nth-child(3n+1){ clear: left; margin-left: 0 !important; }
.item-blog:nth-child(3n){ clear: right; margin-right: 0 !important; }
.imagen-item-blog{ position: relative; display: block; max-width: 100%; height: auto; }
.imagen-item-blog img{ display: block; width: 100%; max-width: 100%; height: auto; }
.imagen-item-blog .hover-image{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/link.png) no-repeat center rgba(245,162,20,0.5); opacity: 0; transition: all .5s ease-in; }
.imagen-item-blog:hover .hover-image{ opacity: 1; }
.contenido-item-blog{ position: relative; box-sizing: border-box; display: block; padding: 20px 20px 50px; background: #FFF; text-align: left; }
.contenido-item-blog h2{ font-size: 26px !important; font-family: 'Villeray Rounded' !important; line-height: normal !important; letter-spacing: normal !important; }
.contenido-item-blog h2 a{ transition: all .5s ease-in; }
.contenido-item-blog h2 a:hover{ color: #F5A214; }
.contenido-item-blog .meta-item-blog{ color: #666; }
.contenido-item-blog p{ margin: 20px 0 !important; }
.contenido-item-blog > a{ position: absolute; left: 20px; bottom: 30px; color: #E64645; font-weight: 500; transition: all .5s ease-in; }
.contenido-item-blog > a:hover{ color: #F5A214; }
.contenido-entrada img, .contenido-entrada .wp-caption{ max-width: 100%; height: auto; }
.contenido-entrada .wp-caption{ margin: 20px 0; }
.contenido-entrada .wp-caption .wp-caption-text{ text-align: center; font-size: 14px; font-style: italic; margin: 15px 0 0; line-height: normal; }

/* Footer */
footer{ padding: 40px 0 20px; background: url(../images/fondo-footer.jpg) no-repeat bottom center; background-size: cover; }
#logo-footer{ text-align: center; padding-bottom: 50px; }
#menus-footer{ padding-bottom: 225px; }
#menus-footer h3{ font-size: 20px; font-weight: 500; padding-bottom: 25px; }
#menus-footer nav li{ padding-bottom: 15px; }
#menus-footer > .un_cuarto span{ display: block; font-size: 14px; line-height: normal; padding: 5px 0 15px; max-width: 175px; }

#redes-sociales-footer{ float: left; }
#redes-sociales-footer li{ display: inline-block; padding-right: 5px; }
#redes-sociales-footer li a{ display: block; width: 36px; text-align: center; font-size: 22px; color: #FFF; border: 2px solid #FFF; padding:7px 0; border-radius: 50%; }
#copyright{ float: right; text-align: right; color: #FFF; font-size: 14px; padding: 13px 0; }

/* Formulario Centro */
.formulario-centro{ padding: 0 50px; }
.formulario-centro input[type=text], .formulario-centro textarea{ font-family: "Villeray Rounded"; font-size: 16px; font-weight: 400; display: block; width: 100%; box-sizing: border-box; padding: 15px; margin-bottom: 10px; border: none; border-bottom: 1px solid #333; outline: none; }
.formulario-centro textarea{ resize: none; height: 90px; }
.formulario-centro button{ font-family: "Villeray Rounded"; font-size: 16px; cursor: pointer; display: block; min-width: 200px; padding: 11px 20px 14px; text-align: center; border-radius: 5px; border:none; background-color: #3E8DDD; color: #FFF; font-weight: 500; outline:none; margin: 20px 0 15px auto; transition: all .35s ease-in; position: relative; }
.formulario-centro button:hover{ background-color: #F5A214; }
.formulario-centro div.pseudo-checkbox{ max-width: 300px; margin: 15px 0 0 auto; text-align: right; line-height: normal; }
.formulario-centro input[type=text].errores, .formulario-centro textarea.errores{ border-color: #F00; color: #F00; }
.formulario-centro input[type=text].errores::placeholder, .formulario-centro textarea.errores::placeholder{ color: rgba(255,0,0,0.75); }

.formulario-centro.enviando button::before{ content: "\f110"; font-family: "FontAwesome" !important; font-size: 30px; position: absolute; top: 20%; right: 110%; color: #3E8DDD; animation: fa-spin 2s infinite linear; }
.formulario-centro.errores button::before{ content: "\f00d"; font-family: "FontAwesome" !important; font-size: 30px; position: absolute; top: 20%; right: 110%; color: #F00; }

div.pseudo-checkbox.errores{ color: #F00; }
div.pseudo-checkbox.errores > *{ color: #F00; }
div.pseudo-checkbox input[type=checkbox]{ /*display: none;*/ }
div.pseudo-checkbox .fa{ display: inline-block; text-align: left; width: 20px; cursor: pointer; position: relative; top: 1px; }
div.pseudo-checkbox .fa-square-o, div.pseudo-checkbox.activo .fa-check-square-o{ display: inline-block; }
div.pseudo-checkbox .fa-check-square-o, div.pseudo-checkbox.activo .fa-square-o{ display: none; }
div.pseudo-checkbox .fa{ display: none; }

/* Páginas simples */
#title{ text-align: center; }
#title .ancho-limitado{ padding: 50px 0 100px; }
#title h1{ font-family: 'Amatic'; font-size: 61px; font-weight: normal; margin: 0 0 50px; color: #3E8DDD; letter-spacing: 3px; text-transform: uppercase; }
#title .breadcrumbs{ font-weight: 500; font-size: 20px; }

/* Listado de Servicios */
.listado-servicios{ width: 95%; margin: 0 auto 100px; }
.servicio{ margin-bottom: 70px; position: relative; }
.servicio .imagen-servicio{ width: 47.5%; float: left; position: relative; }
.servicio.par .imagen-servicio{ float: right; }
.servicio.impar .imagen-servicio{ margin-right: 5%; }
.servicio.par .imagen-servicio{ margin-left: 5%; }
.servicio .imagen-servicio img{ display: block; max-width: 100%; height: auto; }
.servicio .imagen-servicio a{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/play-button.png) no-repeat center rgba(245,162,20,0); transition: all .35s ease-in; }
.servicio .imagen-servicio a:hover{ background-color: rgba(245,162,20,0.5); }

.servicio .contenido-servicio{ position: absolute; width: 47.5%; height: 100%; top: 0; right: 0; }
.servicio.par .contenido-servicio{ right: auto; left: 0; }
.servicio .contenido-servicio h2, .contenedor-servicio-completo h2{ font-size: 20px !important; color: #3E8DDD !important; font-family: 'Villeray Rounded' !important; letter-spacing: normal !important; font-weight: 600 !important; position: relative !important; }
.servicio .contenido-servicio h2 span, .contenedor-servicio-completo h2 span{ position: absolute; top: 50%; transform: translate(0,-50%); margin-left: 20px; }
.servicio .contenido-servicio .centrado-servicio{ width: 600px; max-width: 100%; padding-left: 150px; box-sizing: border-box; position: absolute; top: 50%; transform: translate(0,-50%); }
.servicio.par .contenido-servicio .centrado-servicio{ padding-left: 0; padding-right: 150px; right: 0; }
.servicio p > span:first-child:last-child{ cursor: pointer; min-width: 200px; padding: 11px 20px 14px; text-align: center; display: inline-block; border-radius: 5px; border:none; background-color: #F66D95; color: #FFF; font-weight: 500; outline:none; margin-top: 10px; transition: all .35s ease-in; }
.servicio p > span:first-child:last-child:hover{ background-color: #F5A214; }

.contenedor-servicio-completo{ display: none; }
.contenedor-servicio-completo{ max-width: 650px; width: 100%; box-sizing: border-box; padding: 50px; }

.page > h3 img{ display: inline-block; margin-right: 20px; position: relative; top: 20px; }
.page > .formulario-centro{ max-width: 1000px; margin: 75px auto 125px; }
.page > .formulario-centro input[name=telefono], .page > .formulario-centro input[name=localidad]{ width: 49%; float: left; }
.page > .formulario-centro input[name=telefono]{ margin-right: 2%; }
.page > .formulario-centro button{ float:right; }
.page > .formulario-centro div.pseudo-checkbox{ margin: 27px auto 0 0; text-align: left; padding-left: 25px; position: relative; }
.page > .formulario-centro div.pseudo-checkbox .fa{ position: absolute; left: 0; top: 6px; }

/* Escuelas */
.escuelas #title{ text-align: left; }
.escuelas #title .ancho-limitado{ padding-bottom: 20px; }
.columnas-escuelas{ padding: 0 0 20px; }
.columnas-escuelas .destacado-escuelas{ font-size: 32px; font-weight: 300; text-align: left; padding-right: 30px; }
.columnas-escuelas .wp-block-column + .wp-block-column p{ padding-left: 30px; }
.columnas-escuelas .wp-block-column + .wp-block-column p:first-child{ margin-top: 80px; }

.destacados-escuela{ background: rgba(211,236,251,0.5); padding: 100px 0 80px; }
.destacados-escuela h3{ text-align: center; margin: 0 0 75px !important; color: #333 !important; }
.destacados-escuela > p{ text-align: center; }
.destacados-escuela > p .activator{ background: #F5A214 !important; }
.destacados-escuela > p .activator:hover{ background: #F66D95 !important; }
.servicios-destacados-escuela{ width: 95%; max-width: 1600px; margin: 0 auto; }
.servicios-destacados-escuela .servicio-destacado{ width: 23.5%; margin: 0 1% 50px; float: left; -webkit-box-shadow: 7px 7px 5px 0px rgba(100, 100, 100, 0.15);
-moz-box-shadow:    7px 7px 5px 0px rgba(100, 100, 100, 0.15);
box-shadow:         7px 7px 5px 0px rgba(100, 100, 100, 0.15); }
.servicios-destacados-escuela .servicio-destacado:nth-child(4n+1){ clear: left; margin-left: 0; }
.servicios-destacados-escuela .servicio-destacado:nth-child(4n){ clear: right; margin-right: 0; }
.servicios-destacados-escuela .servicio-destacado img{ max-width: 100%; height: auto; }
.contenido-servicio-destacado{ display: block; padding: 20px 20px 65px; background: #FFF; text-align: left; position: relative; }
.contenido-servicio-destacado.nada{ padding-bottom: 45px; }
.contenido-servicio-destacado h2{ font-size: 26px !important; font-family: 'Villeray Rounded' !important; line-height: normal !important; letter-spacing: normal !important; color: #3E8DDD !important; }
.contenido-servicio-destacado p{ margin: 20px 0 0 !important; }
.contenido-servicio-destacado > a, .contenido-servicio-destacado > span{ display: inline-block; color: #E64645; font-weight: 500; cursor: pointer; transition: all .5s ease-in; position: absolute; bottom: 30px; left: 20px; }
.contenido-servicio-destacado > a:hover, .contenido-servicio-destacado > span:hover{ color: #F5A214; }

.servicios-escuela{ width: 95%; max-width: 1600px; margin: 0 auto; padding: 100px 0; }
.servicio-escuela{ width: 23.5%; margin: 0 1% 50px; float: left; }
.servicio-escuela:nth-child(4n+1){ margin-left: 0; clear: left; }
.servicio-escuela:nth-child(4n){ margin-right: 0; clear: right; }
.imagen-servicio-escuela{ width: 70px; float: left; text-align: center; }
.imagen-servicio-escuela img{ max-width: 100%; height: auto; }
.contenido-servicio-escuela{ padding-left: 100px; }
.contenido-servicio-escuela h2{ font-size: 26px !important; font-family: 'Villeray Rounded' !important; line-height: normal !important; letter-spacing: normal !important; color: #3E8DDD !important; margin-bottom: 10px !important; }
.contenido-servicio-escuela p{ margin: 0 0 10px !important; text-align: left !important; }
.contenido-servicio-escuela > a, .contenido-servicio-escuela > span{ display: inline-block; color: #E64645; font-weight: 500; cursor: pointer; line-height: normal; transition: all .5s ease-in; }
.contenido-servicio-escuela > a:hover, .contenido-servicio-escuela > span:hover{ color: #F5A214; }

.ea_galeria-carrusel .owl-theme .owl-dots .owl-dot{ outline: none; }
.ea_galeria-carrusel .owl-theme .owl-dots .owl-dot span{ background-color: rgba(245,162,20,0.4) !important; transition: all .35s ease-in; }
.ea_galeria-carrusel .owl-theme .owl-dots .owl-dot.active span, .jg_carrusel-logos.colaboradores-portada .owl-theme .owl-dots .owl-dot:hover span{ background-color: rgba(245,162,20,1) !important; }

.columnas-abajo-escuelas{ margin-bottom: 0 !important; padding-bottom: 0 !important; }
.columnas-abajo-escuelas .wp-block-column{ margin-left: 0 !important; box-sizing: border-box; }
.columnas-abajo-escuelas .wp-block-column + .wp-block-column{ padding: 20px 50px; }
.columnas-abajo-escuelas h4{ margin: 0 !important; padding: 50px 0; }
.columnas-abajo-escuelas p > a{ background: #3E8DDD !important; }
.columnas-abajo-escuelas p > a:hover{ background: #F5A214 !important; }

/* Listado de Escuelas */
.selectores-escuelas{ text-align: center; max-width: 95%; margin: 0 auto; padding: 10px 0 45px; }
.selectores-escuelas select{ width: 250px; font-weight: 400; font-size: 16px; font-family: 'Villeray Rounded'; display: inline-block; box-sizing: border-box; padding: 8px 40px 12px 20px; border: none; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: rgba(62,141,221,0.1) url(../images/triangle-down.png) no-repeat right 15px center; }
.selectores-escuelas select:first-child{ margin-right: 20px; }

#mapa-escuela{ height: 740px; position: relative; }
#mapa-escuela.sin-cookies{ display: none !important; }
#interior-mapa-escuela{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.centro-individual, .provincia-individual{ display: none; }
.centro-individual.activo, .provincia-individual.activo{ display: block; position: absolute; width: 50%; height: 100%; z-index: 100; background: #F9F9F9; }
.centro-individual::after, .provincia-individual::after{ content: ' '; position: absolute; top: 50%; left: 100%; transform: translate(0,-50%); width: 0; height: 0; border-style: solid; border-width: 27px 0 27px 38px; border-color: transparent transparent transparent #f9f9f9; }
.interior-centro-individual, .interior-provincia-individual{ position: absolute; width: 95%; max-width: 450px; max-height: 90%; height: auto; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.interior-centro-individual h3, .interior-centro-individual h2:first-child{ font-weight: 600; line-height: normal; }
.interior-centro-individual h3 + h2, .interior-centro-individual h2 + h2{ font-size: 31px; font-weight: 600; color: #3E8DDD; line-height: normal; margin-bottom: 20px; }
.telefonos-escuela, .email-escuela, .direccion-escuela, .whatsapp-escuela{ padding: 0 0 0 40px; background: url(../images/phone-school.png) no-repeat top 2px left; font-size: 20px; line-height: normal; margin-bottom: 15px; }
.email-escuela{ background-image: url(../images/email-school.png); }
.direccion-escuela{ background-image: url(../images/address-school.png); }
.whatsapp-escuela{ background-image: url(../images/whatsapp-school.png); }
#mapa-escuela.mostrando-centro #interior-mapa-escuela{ width: 50%; left: 50%; }

.interior-provincia-individual a{ display: block; font-size: 16px; padding: 10px 0 15px; line-height: normal; position: relative; transition: all .5s ease-in; }
.interior-provincia-individual a::after{ content: "\f105"; font-family: 'FontAwesome'; position: absolute; top: 50%; right: 0; transform: translate(0,-50%); }
.interior-provincia-individual a + a{ border-top: 1px solid #CCC; }
.interior-provincia-individual a:hover{ background: #EBF3FC; }

.interior-provincia-individual .simplebar-scrollbar:before{ background: #F5A214; }
.interior-provincia-individual .simplebar-content{ padding-right: 50px !important; }

/* Escuelas */
#introduccion-escuela{ position: relative; }
#imagen-escuela{ width: 635px; position: relative; z-index: 100; }
#imagen-escuela img{ display: block; max-width: 100%; height: auto; }
#presentacion-escuela{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 50px 0 60px; box-sizing: border-box; }
#interior-presentacion-escuela{ position: relative; width: 95%; margin: 0 auto; box-sizing: border-box; padding: 0 0 0 635px; height: 100%; }
#principal > section #interior-presentacion-escuela h1{ font-family: 'Amatic'; font-size: 61px; font-weight: normal; margin: 0 0 50px; color: #3E8DDD; letter-spacing: 3px; text-transform: uppercase; }
#presentacion-escuela .simplebar-track.simplebar-vertical .simplebar-scrollbar:before{ background: #F5A214; }
#interior-presentacion-escuela .simplebar-content{ padding-right: 50px !important; }

#visita-escuela{ background: #F1F2F4; padding: 100px 0 50px; }
#visita-escuela h3{ width: 95%; margin: 0 auto 20px !important; text-align: center; color: #333 !important; }
#visita-escuela h3 span{ display: inline-block; position: relative; transform: translate(0,-50%); padding-right: 20px; }
#visita-escuela .ancho-limitado{ max-width: 1600px; padding: 30px 0 50px; }

#visita-escuela .carrusel-galeria{ padding-top: 60px; position: relative; }
#visita-escuela .item-galeria > a, #visita-escuela .item-galeria > a img{ display: block; max-width: 100%; height: auto; position: relative; }
#visita-escuela .item-galeria > a:first-child{ margin-bottom: 5px; }
#visita-escuela .item-galeria > a .hover-imagen{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/zoom.png) no-repeat center rgba(245,162,20,0.5); opacity: 0; transition: all .5s ease-in; }
#visita-escuela .item-galeria > a:hover .hover-imagen{ opacity: 1; }
#visita-escuela .item-galeria > a > span{ position: absolute; width: 70%; left: 12.5%; bottom: 20px; background: rgba(62,141,221,0.5); text-align: center; color: #FFF; text-transform: uppercase; font-weight: 400; font-size: 18px; line-height: 20px; padding: 10px 2.5%; }
#visita-escuela .owl-dots{ position: absolute; width: 100%; margin: 0 !important; bottom: 100%; left: 0; }
#visita-escuela .owl-theme .owl-dots .owl-dot{ outline: none; }
#visita-escuela .owl-theme .owl-dots .owl-dot span{ background-color: rgba(245,162,20,0.4) !important; transition: all .35s ease-in; }
#visita-escuela .owl-theme .owl-dots .owl-dot.active span, .jg_carrusel-logos.colaboradores-portada .owl-theme .owl-dots .owl-dot:hover span{ background-color: rgba(245,162,20,1) !important; }

#testimonios{ padding: 100px 0; background: #F1F2F4; }
#testimonios .ancho-limitado{ position: relative; width: 95%; max-width: 1200px; margin: 0 auto !important; padding: 0 !important }
#testimonios h2{ margin: 0 auto 40px !important; text-align: center; background-image:url(../images/abrir-comillas.png); background-repeat: no-repeat; background-position: top center; background-size: auto 59px; padding-top: 90px; }
#testimonios .contenedor-testimonios{ text-align: center; background-image:url(../images/cerrar-comillas.png); background-repeat: no-repeat; background-position: bottom 110px center; background-size: auto 59px; }
#testimonios .contenedor-testimonios .carrusel-testimonios{ max-width: 850px; margin: 0 auto; }
#testimonios .contenedor-testimonios p{ text-align: center !important; }
#testimonios .contenedor-testimonios .testimonio-texto{ padding-bottom: 150px; }
#testimonios .contenedor-testimonios .testimonio-info h5{ font-size: 37px; margin: 0 !important; }
#testimonios .contenedor-testimonios .testimonio-info h6{ line-height: normal; padding-top: 10px; }
#testimonios .contenedor-testimonios .testimonio-info h6 span{ font-weight: 500; text-transform: uppercase; }
#testimonios .contenedor-testimonios > span{ display: inline-block; width: 29px; height: 55px; cursor: pointer; opacity: 0.5; transition: all .35s ease-in; }
#testimonios .contenedor-testimonios > span:hover{ opacity: 1; }
#testimonios .contenedor-testimonios > span.prev{ background: url(../images/arrow-left.png) no-repeat center; position: absolute; top: 50%; left: 0; transform: translate(-100%,-50%); }
#testimonios .contenedor-testimonios > span.next{ background: url(../images/arrow-right.png) no-repeat center; position: absolute; top: 50%; right: 0; transform: translate(100%,-50%); }

/* Webcams */
.selectores-webcams{ max-width: 240px; margin: 0 auto; text-align: center; padding-top: 10px; }
.selectores-webcams select{ width: 100%; font-weight: 400; font-size: 16px; font-family: 'Villeray Rounded'; display: block; box-sizing: border-box; padding: 8px 40px 12px 20px; margin-bottom: 10px; border: none; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: rgba(255,255,255,0.5) url(../images/triangle-down.png) no-repeat right 15px center; }
.selectores-webcams select:first-child{ margin-right: 20px; }
.selectores-webcams p{ text-align: center; }
.selectores-webcams .activator{ margin: 0 auto !important; cursor: pointer; line-height: 1.5; }
.selectores-webcams .activator:hover{ background: #E64645 !important; }

/* Single Escuelas */
.single.escuelas .telefonos-escuela, .single.escuelas .email-escuela, .single.escuelas .direccion-escuela, .single.escuelas .whatsapp-escuela{ font-size: 16px; background-size: auto 20px; }
.mapa-escuela{ position: relative; }
#info-escuela{ position: absolute; top: 0; left: 0; width: 100%; box-sizing: border-box; padding: 20px 30px; background: rgba(211,236,251,0.5); z-index: 100; border-bottom: 3px solid #69A6E2; }
#info-escuela::after{ content: ' '; display: block; position: absolute; top: 100%; left: 50%; transform: translate(-50%,0); width: 0; height: 0; border-style: solid; border-width: 19px 13.5px 0 13.5px; border-color: #69A6E2 transparent transparent transparent; z-index: 100; }
#info-escuela h3{ margin: 0 0 20px !important; font-size: 37px !important; color: #333 !important; }

#mapa-escuela-interior{ position: absolute; width: 100%; left: 0; top: 0; }

#colegios-convenio .ancho-limitado{ max-width: 90% !important; padding: 100px 0 150px !important; }
#colegios-convenio .ancho-limitado h3{ text-align: center; }
#colegios-convenio .logos{ padding-top: 90px; position: relative; }
#colegios-convenio .logo{ display: block; text-align: center; position: relative;}
#colegios-convenio .logo img{ /*position: absolute;*/ display: inline-block; width: auto !important; height: auto; max-width: 100%; max-height: 100%; /*top: 50%; left: 50%; transform: 
translate(-50%,-50%);*/ }
#colegios-convenio .logo h4{ font-size: 16px; text-transform: uppercase; line-height: 1.25; margin-bottom: 5px; }
#colegios-convenio .logo h4 + span{ display: block; text-align: center; }
#colegios-convenio .owl-dots{ position: absolute; width: 100%; margin: 0; top: 0; left: 0; }

#colegios-convenio .logos.admin-inline{ text-align: center; padding-top: 20px; }
#colegios-convenio .logos.admin-inline .logo{ display: inline-block !important; width: 150px !important; margin: 0 10px !important; }

#colegios-convenio h3{ color: #333 !important; margin-bottom: 10px !important; }
#colegios-convenio .owl-theme .owl-dots .owl-dot{ outline: none; }
#colegios-convenio .owl-theme .owl-dots .owl-dot span{ background-color: rgba(245,162,20,0.4) !important; transition: all .35s ease-in; }
#colegios-convenio .owl-theme .owl-dots .owl-dot.active span, #colegios-convenio .owl-theme .owl-dots .owl-dot:hover span{ background-color: rgba(245,162,20,1) !important; }


/* Blog */
#principal.archivo{ background: #F1F2F4; }
#title.archivo{ background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 25%, #f1f2f4 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 25%,#f1f2f4 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 25%,#f1f2f4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f2f4',GradientType=0 );
 }
#principal.archivo .ancho-limitado{ padding-top: 0; max-width: 1500px; }
#principal.archivo .ancho-limitado .entradas{ width: 65%; float: left; }
#principal.archivo .ancho-limitado .item-blog{ margin: 0 0 50px !important; float: none; clear: both; width: 100%; background: #FFF; position: relative; }
#principal.archivo .ancho-limitado .item-blog .imagen-item-blog{ width: 46.155%; }
#principal.archivo .ancho-limitado .item-blog .contenido-item-blog{ position: absolute; width: 53.845%; height: 100%; top: 0; right: 0; box-sizing: border-box; padding: 40px 40px 70px; }
#principal.archivo .ancho-limitado .item-blog .contenido-item-blog > a{ left: auto; right: 20px; }
#principal.archivo .ancho-limitado .item-blog .contenido-item-blog h2{ margin-bottom: 20px; }

#principal.archivo .wp-pagenavi{ text-align: center; margin-top: 50px; }
#principal.archivo .wp-pagenavi a, #principal.archivo .wp-pagenavi span{ font-weight: 600; display: inline-block; text-align: center; width: 30px; padding: 6px 0 8px; margin: 0 5px; border: none; background: #FFF; -webkit-transition:all 0.35s ease-in; -moz-transition:all 0.35s ease-in; -o-transition:all 0.35s ease-in; transition:all 0.35s ease-in; }
#principal.archivo .wp-pagenavi a:hover, #principal.archivo .wp-pagenavi span.current{ background: #F5A214; color: #FFF; }


#principal.single .ancho-limitado{ max-width: 1500px; }
#principal.single .ancho-limitado img{ max-width: 100%; height: auto; }
#principal.single .ancho-limitado .entradas > img:first-child{ display: block; width: 100%; height: auto; }
#principal.single .ancho-limitado > img:first-child{ float: left; max-width: 47.5%; margin: 0 5% 20px 0; }
#principal.single .ancho-limitado > #title{ text-align: left; margin: 0 0 50px 0; }
#principal.single blockquote{ margin: 20px 0; padding: 20px 30px; font-size: 21px; font-weight: 300; font-style: italic; text-align: center; background: #F1F2F4; }
#principal.single blockquote *{ text-align: center; }
#principal.single blockquote:before, #principal.single blockquote:after{ content: ' '; display: inline-block; width: 30px; height: 20px; margin: 0 0 10px; background: url(../images/abrir-comillas.png) no-repeat center; background-size: cover; }
#principal.single blockquote:after{ margin: 10px 0 0; background-image: url(../images/cerrar-comillas.png) }
#principal.single blockquote > *:first-child{ margin-top: 0; }
#principal.single blockquote > *:last-child{ margin-bottom: 0; }
#principal.single .ancho-limitado .contenido-entrada > ul, #principal.single .ancho-limitado .contenido-entrada > ol, .page.classic > .ancho-limitado > ul, .page.classic > .ancho-limitado > ol{ margin: 20px 0 20px 35px; list-style:disc; }
#principal.single .ancho-limitado .contenido-entrada > h2, .page.classic > .ancho-limitado > h2{ font-size: 61px; font-family: 'Amatic'; font-weight: normal; margin: 30px 0 20px; color: #333; letter-spacing: 3px; }
#principal.single .ancho-limitado .contenido-entrada > h3, .page.classic > .ancho-limitado > h3{ font-family: 'Amatic'; font-size: 37px; font-weight: normal; margin: 30px 0 20px; color: #3E8DDD; letter-spacing: 3px; }
#principal.single .ancho-limitado .contenido-entrada > h4, .page.classic > .ancho-limitado > h4{ font-weight: 500; font-size: 24px; margin: 30px 0 20px; }
#principal.single .ancho-limitado .contenido-entrada > ol, .page.classic > .ancho-limitado > ol{ list-style: decimal; }
#principal.single .ancho-limitado .contenido-entrada > * > li, .page.classic > .ancho-limitado > * > li{ padding-top: 10px; line-height: 1.5; text-align: justify; }
#principal.single .ancho-limitado .contenido-entrada > * > li:first-child, .page.classic > .ancho-limitado > * > li:first-child{ padding-top: 0; }
#principal.single .ancho-limitado .contenido-entrada figcaption{ font-size: 14px; font-style: italic; margin-top: 10px }

#principal.single .ancho-limitado .contenido-entrada{ background: #FFF; padding: 20px 50px 50px; }
#principal.single .ancho-limitado .contenido-entrada .meta-entrada{ text-align: right; color: #666; text-transform: capitalize; }

#principal.single .ancho-limitado .contenido-entrada .etiquetas-entrada{ text-align: center; padding-right: 13px; margin: 40px 0 20px auto; }
#principal.single .ancho-limitado .contenido-entrada .etiquetas-entrada a{ position: relative; background: #3E8DDD; color: #FFF; display: inline-block; padding: 3px 10px 7px 10px; margin: 0 0 10px 20px; transition: all .35s ease-in; }
#principal.single .ancho-limitado .contenido-entrada .etiquetas-entrada a::after{ content: ' '; position: absolute; left: 100%; top: 0; width: 0; height: 0; border-style: solid; border-width: 13px 0 13px 13px; border-color: transparent transparent transparent #3E8DDD; transition: all .35s ease-in; }
#principal.single .ancho-limitado .contenido-entrada .etiquetas-entrada a::before{ content: ' '; display: block; width: 5px; height: 5px; border-radius: 50%; background: #FFF; position: absolute; right: 0; top: 50%; transform: translate(50%,-50%); z-index: 10; }
#principal.single .ancho-limitado .contenido-entrada .etiquetas-entrada a:hover{ background: #F5A214; }
#principal.single .ancho-limitado .contenido-entrada .etiquetas-entrada a:hover::after{  border-color: transparent transparent transparent #f5a314; }

#principal.single .ancho-limitado .contenido-entrada .share-entrada{ float: left; padding-top: 20px; }
#principal.single .ancho-limitado .contenido-entrada .share-entrada .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{ border-radius: 50%; padding: 2px; opacity: 1 !important; transition: all .35s ease-in; }
#principal.single .ancho-limitado .contenido-entrada .share-entrada .addtoany_list.a2a_kit_size_32 a:hover:not(.addtoany_special_service)>span{ background: #F5A214 !important; }

#principal.single .ancho-limitado .contenido-entrada .votos-entrada{ float: right; margin: 20px 0 0; }
#principal.single .ancho-limitado .contenido-entrada .votos-entrada .yasr-visitor-votes-after-stars-class{ display: none !important; }
#principal.single .ancho-limitado .contenido-entrada .votos-entrada span{ font-family: 'Amatic'; font-size: 30px; font-weight: normal; margin: 30px 0 20px; color: #333; letter-spacing: 3px; padding-right: 20px; }
#principal.single .ancho-limitado .contenido-entrada .votos-entrada .yasr-visitor-votes{ display: inline-block; position: relative; top: 3px; }

#principal.single .ancho-limitado .contenido-entrada > *:first-child{ margin-top: 0 !important; }
#principal.single .ancho-limitado .contenido-entrada > *:last-child{ margin-bottom: 0 !important; }

.wp-image-53{ width: auto !important; max-height: 350px; }

#relacionados-single{ position: relative; }
#relacionados-single h3{ text-align: center; margin: 50px 0 20px; font-family: 'Amatic'; font-size: 61px; font-weight: normal; letter-spacing: 3px; color: #3E8DDD; }
#relacionados-single .relacionados{ padding-top: 50px; }
#relacionados-single .relacionados .owl-dots{ position: absolute; width: 100%; margin: 0; top: 0; left: 0; }
#relacionados-single .relacionados .owl-dots .owl-dot span{ background-color: rgba(245,162,20,0.4) !important; transition: all .35s ease-in; }
#relacionados-single .relacionados .owl-dots .owl-dot.active span, #relacionados-single .relacionados .owl-dots .owl-dot:hover span{ background-color: rgba(245,162,20,1) !important; }

#commentarea > h3{ text-align: center; margin: 0 0 50px; font-family: 'Amatic'; font-size: 61px; font-weight: normal; letter-spacing: 3px; color: #3E8DDD; }
#commentarea ol{ margin: 0 !important }
#commentarea ol li{ list-style: none !important; }
.contenido-comentario{ padding: 30px; background: #FFF; margin-top: 20px; }
.contenido-comentario p{ margin: 0 0 10px; }
.contenido-comentario p:last-child{ margin-bottom: 0; }
.triangulo-comentario{ display: block; float: right; margin-right: 20px; width: 0; height: 0; border-style: solid; border-width: 20px 20px 0 0; border-color: #FFF transparent transparent transparent; }
.triangulo-comentario + img{ width: auto; height: auto; float: right; margin: 10px 10px 0 0; border-radius: 50%; }

.info-comentario{ text-align: right; }
.info-autor{ display: inline-block; margin: 10px 20px 0 0; text-transform: capitalize; line-height: normal; }
.info-autor cite, .info-autor span{ display: block; }
.info-autor cite{ font-weight: 500 !important; color: #3E8DDD; font-style: normal; }
.info-autor .comment-edit-link{ display: none !important; }
.info-autor span{ text-transform: none; }

#commentarea ol.commentlist{ padding-bottom: 20px; margin-bottom: 30px !important; }

.comment{ margin-bottom: 40px; }
.comment .children{ margin-top: 40px !important; }
.comment .reply{ float: left; margin-top: 5px; }

#respond h3{ margin: 0 0 20px; }
#respond input[type=text], #respond textarea{ font-family: 'Villeray Rounded'; width: 96%; font-size: 16px; font-weight: 300; padding: 10px 2%; border: none; background: #FFF; margin-bottom: 10px; outline: none; }
#respond textarea{ resize: none; height: 150px; }
.comment .reply a, #respond #submit{ min-width: 150px; padding: 11px 20px 14px; text-align: center; display: inline-block; border-radius: 5px; border: none; background-color: #F66D95; color: #FFF; font-weight: 600; outline: none; margin-top: 10px; cursor: pointer; transition: all .35s ease-in; }
#respond #submit{ margin-top: 0; min-width: 200px; padding: 13px 20px 14px; font-weight: 600 !important; font-family: 'Villeray Rounded'; display: block; min-width: 200px; margin-left: auto; }
.comment .reply a:hover, #respond #submit:hover{ background-color: #F5A214; }
#respond form > p{ margin: 0; }
#respond form > p.logueado{ margin-bottom: 20px; font-weight: 500; font-size: 24px; }
#respond form > p.logueado .logout{ float: right; font-size: 30px; position: relative; top: -4px; color: #3E8DDD; transition: all .35s ease-in; }
#respond form > p.logueado .logout:hover{ color: #F5A214; }

#sidebar-blog{ width: 30%; float: right; }
#buscador{ position: relative; margin-bottom: 50px; }
#buscador input{ width: 100%; box-sizing: border-box; font-family: 'Villeray Rounded'; font-weight: 300; color: #333; font-size: 16px; border: none; border-bottom: 2px solid #3E8DDD; outline: none; padding: 10px 50px 10px 15px; }
#buscador #searchsubmit{ border: none; background: none; outline: none; font-size: 20px; color: #3E8DDD; position: absolute; top: 50%; right: 10px; transform: translate(0,-50%); cursor: pointer; }
#sidebar-blog h3{ font-family: 'Amatic'; font-size: 37px; font-weight: normal; margin: 30px 0 20px; color: #3E8DDD; letter-spacing: 3px; text-transform: uppercase; }
#sidebar-blog #categorias-blog{ margin-bottom: 50px; }
#sidebar-blog .cat-item a{ display: block; background: #FFF; border-bottom: 1px solid #F1F2F4; padding: 15px 25px; position: relative; transition: all .35s ease-in; }
#sidebar-blog .cat-item a img{ display: block; max-width: 70px; max-height: 70px; width: auto; height: auto; }
#sidebar-blog .cat-item a span{ position: absolute; top: 50%; left: 120px; transform: translate(0,-50%); font-family: 'Amatic'; font-size: 31px; }
#sidebar-blog .cat-item a:hover{ background: #FAD089; }
#sidebar-blog #tag-cloud{ height: 15vw; padding: 20px; page-break-after: always; page-break-inside: avoid; width: 100%; box-sizing: border-box; background: #FFF; }

/* Páginas simples */
#title.classic > .ancho-limitado{ padding-bottom: 50px; }
.page.classic > .ancho-limitado{ padding: 0 0 100px; }

/* Error 404 */
.error-404{ text-align: center; }
.error-404 .ancho-limitado{ padding-top: 0; max-width: 1500px; }
.error-404 img{ max-width: 200px; height: auto; }
.error-404 p{ text-align: center; }
.error-404 h2{ font-family: 'Amatic'; font-size: 61px; font-weight: normal; margin: 30px 0 20px; color: #333; letter-spacing: 3px; }
.error-404 #buscador{ margin: 0 auto; max-width: 600px; }

/* Abre tu Escuela */
.abre-tu-escuela #principal .ancho-limitado{ max-width: 1600px; }
.abre-tu-escuela #principal .ea_listado-iconos h3{ color: #333 !important; }
.columnas-franquicia{ padding: 0 0 100px !important; }
.columnas-franquicia h3{ max-width: 525px; margin: 20px auto 0 !important; }
.columnas-franquicia p > a:first-child:last-child{ background: #3E8DDD !important; }
.columnas-franquicia p > a:first-child:last-child:hover{ background: #F5A214 !important; }
.abre-tu-escuela #principal .ea_testimonios .ancho-limitado, .abre-tu-escuela #principal .jg_numeros-animados .ancho-limitado{ max-width: 1200px; }
.abre-tu-escuela #principal .jg_numeros-animados + h3{ margin-top: 200px; }
.abre-tu-escuela #principal .formulario-franquicia{ margin-bottom: 200px; }
.abre-tu-escuela .ultimas-entradas-escuela p > a:first-child:last-child{ background: #F5A214 !important; }
.abre-tu-escuela .ultimas-entradas-escuela p > a:first-child:last-child:hover{ background: #F66D95 !important; }
.abre-tu-escuela .numeros-abre-tu-escuela .ancho-limitado{ max-width: 1600px !important; }
.abre-tu-escuela .numeros-abre-tu-escuela.jg_numeros-animados .dato-empresa{ width: 20% !important; flex-basis: 20%; }

/* Trabaja con Nosotros */
.trabaja-con-nosotros .columnas-escuelas .wp-block-column + .wp-block-column p:first-child{ margin-top: 0; }
.trabaja-con-nosotros #principal > .ancho-limitado:first-child{ padding-top: 0; }
.ea_listado-iconos.listado-trabaja{ background: rgba(211,236,251,0.5); padding-bottom: 0 !important; }
.ea_listado-iconos.listado-trabaja .items-listado{ max-width: 1600px; margin: 0 auto; }
.ea_listado-iconos.listado-trabaja .item-listado{ width: 18.4% !important; margin: 0 1% 50px !important; clear: none !important; }
.ea_listado-iconos.listado-trabaja .item-listado:nth-child(5n+1){ margin-left: 0 !important; clear: left !important; }
.ea_listado-iconos.listado-trabaja .item-listado:nth-child(5n){ margin-right: 0 !important; clear: right !important; }
.ea_listado-iconos.listado-trabaja .icono-item-listado{ float: none !important; margin: 0 auto 10px; }
.ea_listado-iconos.listado-trabaja .icono-item-listado img{ max-width: 100%; height: auto; }
.ea_listado-iconos.listado-trabaja .contenido-item-listado{ padding-left: 0 !important; text-align: center; }
.ea_listado-iconos.listado-trabaja .contenido-item-listado h2{ color: #333 !important; }
.ea_listado-iconos.listado-trabaja .contenido-item-listado p{ text-align: center !important; } 

.imagen-trabaja{ padding-bottom: 50px; }
.aux-boton{ min-height: 0 !important; padding-bottom: 100px; }


/* Pop-ups */
#hidden-popups{ display: none; }
#dossier, #webcams-footer{ padding: 50px; min-width: 600px; }
#dossier .formulario-centro{ padding: 0; }
#dossier h3{ font-family: 'Amatic'; font-size: 37px; font-weight: normal; margin: 30px 0 20px; color: #3E8DDD; letter-spacing: 3px; }
.gracias.classic, .gracias.classic h3, .gracias.classic p{ text-align: center; }
#webcams-footer{ background: #F5A214; text-align: center; }
#webcams-footer h3{ font-family: 'Amatic'; font-size: 61px; font-weight: normal; margin: 30px 0 20px; color: #FFF; letter-spacing: 3px; }
#webcams-footer p{ color: #FFF; max-width: 350px; margin: 20px auto; }
#webcams-footer .activator{ min-width: 200px; padding: 11px 20px 14px; text-align: center; display: inline-block; border-radius: 5px; border:none; background-color: #F66D95; color: #FFF; font-weight: 500; outline:none; margin-top: 10px; cursor: pointer; transition: all .35s ease-in; }

/* Proyecto Educativo */
.ea_listado-iconos.iconos-proyecto.ancho-limitado{ padding-top: 0 !important; }
.ea_listado-iconos.iconos-proyecto .items-listado{ padding-top: 0; }
.ea_listado-iconos.iconos-proyecto .item-listado{ margin-bottom: 30px !important; }
.ea_listado-iconos.iconos-proyecto .item-listado:first-child .icono-item-listado{ width: 100%; float: none; }
.ea_listado-iconos.iconos-proyecto .item-listado:first-child ~ .item-listado .icono-item-listado{ display: none; }
.ea_listado-iconos.iconos-proyecto .item-listado:first-child ~ .item-listado .contenido-item-listado{ padding-left: 0; }
.ea_listado-iconos.iconos-proyecto .item-listado:first-child ~ .item-listado .contenido-item-listado h2{ font-weight: 700 !important; font-size: 48px !important; margin-bottom: 0 !important; }
.ea_listado-iconos.iconos-proyecto .item-listado:first-child ~ .item-listado .contenido-item-listado h3{ font-size: 20px !important; font-family: 'Villeray Rounded' !important; color: #333 !important; text-align: left !important; letter-spacing: normal !important; font-weight: 500 !important; margin-top: 5px !important; }
.ea_listado-iconos.iconos-proyecto .item-listado p > a:first-child:last-child{ background: none !important; padding: 0 !important; color: #E64645 !important; min-width: 0 !important; }
.ea_listado-iconos.iconos-proyecto .item-listado p > a:first-child:last-child:hover{ color: #F5A214 !important; }

.metodologia.wp-block-group{ padding: 100px 2.5% 0; text-align: center; background: #f1f2f4; background: -moz-linear-gradient(top,  #f1f2f4 0%, #ffffff 100%); background: -webkit-linear-gradient(top,  #f1f2f4 0%,#ffffff 100%); background: linear-gradient(to bottom,  #f1f2f4 0%,#ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f4', endColorstr='#ffffff',GradientType=0 ); }
.metodologia.wp-block-group > *{ max-width: 1200px; margin-left: auto; margin-right: auto; }
.metodologia.wp-block-group .wp-block-group__inner-container > h3{ font-family: 'Amatic'; font-size: 61px; font-weight: normal; margin: 0 auto 20px; color: #3E8DDD; letter-spacing: 3px; }
.metodologia.wp-block-group .wp-block-group__inner-container > h3 span{ display: inline-block; position: relative; transform: translate(0,-40%); }
.metodologia.wp-block-group .wp-block-group__inner-container > h4{ font-weight: 500; font-size: 20px; margin: 25px auto; }
.metodologia.wp-block-group .wp-block-group__inner-container > p{ font-size: 32px; text-align: center; margin: 40px auto 60px; }
.metodologia .columnas-metodologia{ margin-bottom: 0; }
.metodologia .columnas-metodologia .wp-block-column{ padding: 30px 0; }
.metodologia .columnas-metodologia .wp-block-column + .wp-block-column{ background: url(../images/metodologia.jpg) no-repeat center; }

.listado-inteligencias.ea_listado-iconos .items-listado{ padding: 0; }
.listado-inteligencias.ea_listado-iconos .contenido-item-listado{ padding-left: 85px; }
.listado-inteligencias.ea_listado-iconos .item-listado:nth-child(2) .contenido-item-listado h2, .listado-inteligencias.ea_listado-iconos .item-listado:nth-child(4) .contenido-item-listado h2, .listado-inteligencias.ea_listado-iconos .item-listado:nth-child(5) .contenido-item-listado h2{ padding-right: 15px; }
.listado-inteligencias.ea_listado-iconos .contenido-item-listado h2{ font-size: 20px !important; font-weight: 500 !important; }
.listado-inteligencias.ea_listado-iconos .contenido-item-listado p{ font-size: 14px; }

#principal .degradado-proyecto-educativo.ea_texto-degradado.derecha{ background-position: left -110% center; background-color: #1E4355; }
#principal .degradado-proyecto-educativo.ea_texto-degradado.derecha .ancho-limitado{ padding: 100px auto 125px; }
#principal .degradado-proyecto-educativo.ea_texto-degradado.derecha .degradado{ background: rgba(30,67,85,0); background: -moz-linear-gradient(left, rgba(30,67,85,0) 0%, rgba(30,67,85,0) 30%, rgba(30,67,85,1) 50%, rgba(30,67,85,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30,67,85,0)), color-stop(30%, rgba(30,67,85,0)), color-stop(50%, rgba(30,67,85,1)), color-stop(100%, rgba(30,67,85,1))); background: -webkit-linear-gradient(left, rgba(30,67,85,0) 0%, rgba(30,67,85,0) 30%, rgba(30,67,85,1) 50%, rgba(30,67,85,1) 100%); background: -o-linear-gradient(left, rgba(30,67,85,0) 0%, rgba(30,67,85,0) 30%, rgba(30,67,85,1) 50%, rgba(30,67,85,1) 100%); background: -ms-linear-gradient(left, rgba(30,67,85,0) 0%, rgba(30,67,85,0) 30%, rgba(30,67,85,1) 50%, rgba(30,67,85,1) 100%); background: linear-gradient(to right, rgba(30,67,85,0) 0%, rgba(30,67,85,0) 30%, rgba(30,67,85,1) 50%, rgba(30,67,85,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); }
#principal .degradado-proyecto-educativo.ea_texto-degradado.derecha h4{ font-size: 20px; color: #FFF; }
#principal .degradado-proyecto-educativo.ea_texto-degradado.derecha h3{ color: #FFF; margin: 20px 0; }
#principal .degradado-proyecto-educativo.ea_texto-degradado.derecha p{ color: #FFF; }
#principal .degradado-proyecto-educativo.ea_texto-degradado.derecha ul, #principal .degradado-proyecto-educativo.ea_texto-degradado.derecha ol{ margin: 0; list-style: none; }
#principal .degradado-proyecto-educativo.ea_texto-degradado.derecha li{ color: #FFF; float: left; width: 49%; line-height: normal; clear: left; font-size: 14px; margin-top: 30px; background: url(../images/list-item.png) no-repeat top left; padding-top: 0; padding-left: 75px; box-sizing: border-box; }
#principal .degradado-proyecto-educativo.ea_texto-degradado.derecha li:nth-child(2n){ float: right; clear: right; }
#principal .degradado-proyecto-educativo.ea_texto-degradado.derecha li strong{ font-size: 20px; display: block; line-height: normal; font-weight: normal !important; }

/* Vídeo para el Blog */
.imagen-item-blog.video-link .hover-image{ background: url(../images/play-button.png) no-repeat center rgba(245,162,20,0); opacity: 1; }
.imagen-item-blog.video-link:hover .hover-image{ background-color: rgba(245,162,20,0.5); }

/* Nosotros */
.cita-quienes-somos{ font-size: 32px; text-align: center; margin: 75px auto; max-width: 1600px; }
.contenedor-valores{ background: #F1F2F4; }
.contenedor-valores .ancho-limitado{ max-width: 1600px; padding: 100px 0 50px !important; }
.contenedor-valores h3{ font-family: 'Amatic'; font-size: 61px; font-weight: normal; letter-spacing: 3px; }
.contenedor-valores h2{ font-weight: 500; font-size: 20px; }
.contenedor-valores .items-listado{ padding-top: 70px !important; }

.nemomarlin .ea_listado-iconos.listado-trabaja{ padding-top: 100px !important; padding-bottom: 30px !important; }
.nemomarlin .ea_listado-iconos.listado-trabaja .items-listado{ padding-top: 70px !important; }

.instalaciones-nemomarlin{ background-size: 75% auto !important; margin-bottom: 50px !important; }
.instalaciones-nemomarlin.ea_texto-degradado.izquierda .degradado{ background: rgba(255,255,255,1); background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(55%, rgba(255,255,255,1)), color-stop(55%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0))); background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%); background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%); background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%); background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); }
.instalaciones-nemomarlin ul, .instalaciones-nemomarlin ol{ margin: 20px 0; list-style: disc; }
.instalaciones-nemomarlin ol{ list-style: decimal; }
.instalaciones-nemomarlin * > li{ text-align: left; padding-top: 10px; line-height: 1.5; width: 45%; margin-left: 5%; float: left; }
.instalaciones-nemomarlin * > li:nth-child(2n+1){ clear: left; }
.instalaciones-nemomarlin * > li:nth-child(2n){ clear: right; }
.instalaciones-nemomarlin * > li:nth-child(-n+2){ padding-top: 0 !important; }
.instalaciones-nemomarlin p{ clear: both; }
.instalaciones-nemomarlin ul + p{ padding-top: 20px; }

.zona-responsabilidad-social{ padding: 75px 0; }
.zona-responsabilidad-social h4{ margin-top: 50px !important; }

/* Arreglos Servicios */
.servicios .destacados-escuela{  }
.servicios .destacados-escuela h3{ display: none; }
.servicios .contenido-servicio-destacado{  }

/* Arreglos columnas */
.columnas-portada.wp-block-columns{ display: flex; }
.columnas-portada.wp-block-columns .wp-block-column{ flex-basis: 33.33% !important; }

/* Arreglos Títulos */
.ls-fullscreen-wrapper p{ text-align: left; }

/* Cookies complianz */
header, .home, #top-header {
 z-index: 9998;
}
#cc-window p {
 margin-bottom: 0;
 text-align: justify;
 padding-top: 10px;
}

#cmplz-document {
 width: 90%;
 max-width: 1200px;
 margin: 0 auto;
 padding: 0 0 100px;
}

.politica-de-cookies #cmplz-document a{
	color: #F66D95 !important;
	background-color: transparent !important;
	padding: 0 !important;
	display: contents !important;
}
.politica-de-cookies #cmplz-document a:hover{
	background-color: transparent !important;
	padding: 0 !important;
	color: #F5A214;
}
#cmplz-document a[target="_blank"]::after {
	content : "" !important;
}

/* Arreglos Contacto */
.formulario-contacto .select2{ width: 49% !important; box-sizing: border-box; }
.formulario-contacto .select2-container .select2-selection--single{ height: auto; border: none; border-bottom: 1px solid #333; border-radius: 0; outline: none; }
.formulario-contacto .select2 .select2-selection__rendered{ padding: 12px 15px; }
.formulario-contacto .select2-container--default .select2-selection--single .select2-selection__arrow{ height: 52px; }

/* Nuevas Escuelas */
#top-header.header-escuelas{ background: #E64645; }
#top-header.header-escuelas *{ color: #FFF; }
#top-header.header-escuelas .phone{ background-image: url(../images/phone-school-head.png); }
#top-header.header-escuelas .phone a{ font-weight: 500; }
#top-header.header-escuelas .login a{ background-image: url(../images/lock-shool.png); }

#banner-escuelas{ height: 810px; background: #999; background-size: cover; background-position: center; }
#mapa-escuela-nuevo{ width: 100%; height: 500px; }

#info-escuela-bottom > .ancho-limitado{ display: flex; flex-wrap: wrap; justify-content: space-between; }
#info-escuela-bottom > .ancho-limitado > h2{ flex-basis: 40%; color: #3E8DDD; }
#info-escuela-bottom > .ancho-limitado > div{ flex-basis: 57.5%; }

#info-escuela-bottom > .ancho-limitado > div > #mostrar-mas{ min-width: 200px; padding: 11px 20px 14px; text-align: center; display: inline-block; border-radius: 5px; border: none; background-color: #3E8DDD; color: #FFF; font-weight: 500; outline: none; margin-top: 30px; line-height: 1.5; cursor: pointer; transition: all .35s ease-in; }
#info-escuela-bottom > .ancho-limitado > div > #mostrar-mas:hover{ background: #F66D95; }
#contenedor-mostrar-mas.activo{ padding-bottom: 20px; }

#contacto-escuela > .ancho-limitado{ padding: 100px 0; }
#contacto-escuela p{ text-align: center; }
#contacto-escuela h2{ text-align: center; color: #3E8DDD !important; }
.botones-fancybox{ padding: 30px 0 0; text-align: center; }
.botones-fancybox > a{ padding: 11px 35px 14px; text-align: center; display: inline-block; border-radius: 5px; border: none; background-color: #3E8DDD; color: #FFF; font-weight: 500; outline: none; font-size: 21px; line-height: 1.5; cursor: pointer; transition: all .35s ease-in; }
.botones-fancybox > a:first-child{ padding-left: 96px; background-image: url(../images/mail-phone.png); background-position: left 35px center; background-repeat: no-repeat; background-color: #F5A214; }
.botones-fancybox > a + a{ padding-left: 88px; background-image: url(../images/calendar.png); background-position: left 35px center; background-repeat: no-repeat; margin-left: 30px; }
.botones-fancybox > a:hover{ background-color: #F66D95 !important; }

#hidden-contacto-escuela{ display: none; }
#contactar-con-la-escuela{ padding: 50px; width: 95%; max-width: 1024px; }
#contactar-con-la-escuela > div{ display: flex; justify-content: space-between; flex-wrap: wrap; }
#contactar-con-la-escuela > div > div{ display: flex; justify-content: center; flex-direction: column; flex-basis: 47.5%; }
#contactar-con-la-escuela .formulario-centro{ padding: 0; }
#contactar-con-la-escuela h3{ font-family: 'Amatic'; font-size: 37px; font-weight: normal; margin: 0 0 20px; color: #3E8DDD; letter-spacing: 3px; }
#contactar-con-la-escuela h4{ font-weight: 500; text-transform: uppercase; font-size: 21px; margin: 20px 0; }
#contactar-con-la-escuela h4:first-child{ margin-top: 0; }

#redes-sociales-escuela{ background: url(../images/fondo-rojo-burbujas.jpg) no-repeat center; background-size: cover; text-align: center; color: #FFF; }
#redes-sociales-escuela h2{ color: #FFF !important; }
#redes-sociales-escuela ul{ display: flex; flex-wrap: wrap; justify-content: center; margin-top: 40px; }
#redes-sociales-escuela li{ position: relative; width: 40px; margin: 0 15px; }
#redes-sociales-escuela a{ display: block; }
#redes-sociales-escuela i{ font-size: 40px; color: #FFF; display: inline-block; width: 40px; min-height: 40px; text-align: center; transition: all .35s ease-in; }
#redes-sociales-escuela a:hover i{ color: #F5A214; }
#redes-sociales-escuela i.fa-tiktok{ background: url(../images/tiktok-blanco.png) center no-repeat; background-size: auto 90%; }
#redes-sociales-escuela i.fa-tiktok-hover{ background: url(../images/tiktok-naranja.png) center no-repeat; background-size: auto 90%; position: absolute; left: 0; top: 0; opacity: 0; transition: all .35s ease-in; }
#redes-sociales-escuela a:hover i.fa-tiktok-hover{ opacity: 1; }

#banner-escuelas{ display: flex; justify-content: center; flex-direction: column; }
#banner-escuelas-inner{ padding: 50px 0; }
#banner-escuelas-inner h1{ font-size: 18px; color: #FFF; font-weight: 500; margin: 0 0 20px; }
#banner-escuelas-inner h2{ font-family: 'Amatic'; font-size: 69px; text-transform: uppercase; color: #FFF; line-height: 1.25; }
#banner-escuelas-inner h2 strong{ display: block; font-size: 50px; }
#banner-escuelas-inner p{ font-size: 20px; font-weight: 500; color: #FFF; max-width: 600px; margin-bottom: 0 !important; }
#banner-escuelas-inner .banner-default{ max-width: 600px; font-size: 20px; font-weight: 500; color: #FFF; line-height: 1.5; }
#banner-escuelas-inner .banner-default h2{ margin-bottom: 20px; }
#botones-banner{ text-align: left; }

#info-google{ padding-top: 30px; }
#info-google .estrellas{ padding: 10px 0; font-size: 25px; font-weight: bold; color: #FFF; }
#info-google .estrellas-numero{ display: inline-block; padding-right: 10px; }
#info-google .nestrellas i{ color: #FCD010; }
#info-google .reviews{ font-size: 16px; color: #FFF; }

#banner-escuelas.centro, #banner-escuelas.centro *{ text-align: center; }
#banner-escuelas.centro #banner-escuelas-inner .banner-default{ margin: 0 auto; }
#banner-escuelas.derecha, #banner-escuelas.derecha *{ text-align: right; }
#banner-escuelas.derecha #banner-escuelas-inner .banner-default{ margin: 0 0 0 auto; }

/* Sin Header ni Footer */
.especial #banner-escuelas{ height: 937px; }
#whatsapp-enlace{ position: fixed; bottom: 20px; right: 20px; width: 50px; border-radius: 50%; font-size: 36px; z-index: 1000; background: #35D151; text-align: center; color: #FFF; padding: 4px 0 8px; box-shadow: 2px 2px 6px 2px rgba(204,204,204,0.5); transition: all .35s ease-in; }
#whatsapp-enlace:hover{ background: #48A91F; }
#whatsapp-enlace::after{ font-family: 'FontAwesome'; content: "\f232"; }

#mapa-escuela-nuevo + #info-mapa-escuela{ max-width: 90%; box-sizing: border-box; position: absolute; left: 50%; transform: translate(-50%,calc(-100% - 25px)); background: #FECAD8; padding: 8px 20px 10px; line-height: 1.5; text-transform: uppercase; font-weight: 500; letter-spacing: 2px; border-radius: 5px; text-align: center; }

/* FAQs */
#faqs-escuela{ background: rgba(211,236,251,0.5); }
#faqs-escuela .ancho-limitado{ max-width: 1200px !important; }
#faqs-escuela h2{ text-align: center; padding-bottom: 20px; }
.faq-escuela{ margin-top: 30px; }
.faq-escuela-title{ background: #FFF; padding: 10px 50px 13px 20px; border-radius: 5px; position: relative; cursor: pointer; }
.faq-escuela.activo .faq-escuela-title{ border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.faq-escuela-title::after{ content:"\f107"; font-family: 'FontAwesome'; position: absolute; right: 20px; top: 50%; transform: translate(0,-50%); font-size: 24px; color: #3E8DDD; }
.faq-escuela.activo .faq-escuela-title::after{ content: "\f106"; }
.faq-escuela-title h3{ font-size: 30px !important; margin: 0 !important; }
.faq-escuela-content{ background: #FFF; padding: 10px 20px 20px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-top: 1px solid #E9F5FD; }

/* Arreglos Escuelas */
.archivo #contacto-escuela{ background: #FFF; padding-top: 60px; }
.archivo #contacto-escuela h3{ text-align: center; }

.ultimas-entradas-escuela{ background: #F1F2F4; }
.ultimas-entradas-escuela .ancho-limitado{ padding: 100px 0; max-width: 1500px; text-align: center; }
.ultimas-entradas-escuela .ancho-limitado > p{ text-align: center; }

/* Club Landing */
div#contenido-banner-landing h1{font-size: 12px;
    font-weight: normal;
    margin: 0 0 20px;
    color: #3E8DDD;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: bold;
}

div#contenido-banner-landing h2{
	font-family: 'Villeray Rounded' !important;
    font-size: 24px !important;
    letter-spacing: normal !important;
    font-weight: 500 !important
    margin:30px 0 20px;
    color:#333;
}

div#contenido-banner-landing h3{
	 font-family: 'Amatic';
    font-size: 61px;
    font-weight: normal;
    margin: 30px 0 20px;
    color: #3E8DDD;
    letter-spacing: 3px;
}