﻿/*
Theme Name: Educativa Web
Author: Educativa
Author URI: https://educativa.com
Version: 2
Text Domain: educativa-web
Domain Path: /languages
*/

body 	{ font-family: 'Open Sans', sans-serif; font-weight: 300; }

a 		{ text-decoration: none; }
strong,
b 		{ font-weight: 600; }
i     { font-style: italic; }
article p 	{ margin-bottom: 15px; line-height: 1.35em; }
article p:last-child    { margin-bottom: 0; }
article video           { display: block; max-width: 100%; height: auto; margin: 0 auto; }

.center-align   { position: relative; max-width: 1100px; margin: 0 auto; }
.noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.clearfix::after 	{ content: ''; display: block; clear: both; }
.col-l 		{ float: left; box-sizing: border-box; }
.col-r 		{ float: right; box-sizing: border-box; }

.paper_box          { border-color: #E9E9E9 #E9E9E9 #C3C3C3; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); }
.bt_a a             { text-align: center; display: block; vertical-align: middle; border-radius: 8px; margin-top: 20px; padding: 10px 15px; font-weight: 400; color: #fff; background-color: #7BA800; transition: all .4s;}
.bt_a a:hover       { border-radius: 0; background-color: #000; }
.button_link        { display: inline-block; border-radius: 8px; border: solid 1px #707070; color: #707070; padding: 8px 15px 9px;  transition: all .3s; cursor: pointer; }
.button_link:hover  { display: inline-block; border-radius: 0; border-color: #B50027; color: #B50027; }
input.button_link   { outline: 0; font-size: 1em; background-color: transparent; cursor: pointer; }

.text_link,
.comment-edit-link       { border-bottom: dotted 1px #2766be; color: #2766be; line-height: 1.5em; margin: 1.2em 0 1em; transition: all .3s; }
.text_link:hover,
.comment-edit-link:hover { border-bottom: solid 1px #b50027; color: #b50027; }

/*
  generales
*/

body > section    { padding: 0 0 100px; /*background: url(img/section_back.png);*/ }
section img       { max-width: 100%; height: auto; }

.section-title       { border-color: #b50027; border-style: solid; border-width: 5px 0 5px 0; padding: 25px 0 20px; font-family: 'Istok Web', sans-serif; font-size: 2.2em; color: #fff; background: #980122; }
.section-title .center-align { padding: 0 40px; }

.info_box            { margin: 10px 20px; padding: 5px 20px 15px; line-height: 1.4em; background-color: #fff; }
.info_box:last-child { margin-bottom: 0px; }
.info_box .subtitulo       { margin-bottom: 10px; margin-left: 50px; border-bottom: solid 1px #b50027; padding: 8px 0 6px; font-size: 1.1em; font-weight: 400; color: #b50027; }
.info_box .titulo_dibujo   { margin-bottom: 10px; padding: 10px; font-size: 1.1em; font-weight: 400; color: #fff; background-color: #b50027; }

/* flatincon */
.flaticon         { position: absolute; top: 50%; left: 15px; transform: translateY(-50%); color: #b50027; font-family: Flaticon; font-size: 40px; font-style: normal; }
.text-flaticon    { margin-left: 50px; }
.text-flaticon a        { color: #b50027; }
.text-flaticon a:hover  { text-decoration: underline; }

/*
	header
*/
.logo	 	    { margin-bottom: 10px; text-align: center; }
.logo.over  { margin-left: -15px; }
.logo a 	      { position: relative; display: inline-block; margin: -8px 0 0; padding-bottom: 8px; transition: all .3s;  }
.logo a:hover   { margin-top: 0; padding-bottom: 0; }
.logo::after    { position: absolute; top: 0; right: 0; width: 0; height: 0; border-style: solid; border-width: 23px 16px 23px 0; border-color: transparent #ffffff transparent transparent; }
.logo .inicio   { position: absolute; bottom: 0; right: 0; opacity: 0; font-size: .9em; color: #969696; transform: translateY(5px); transition: all .4s; }
.logo a:hover .inicio   { opacity: 1; transform: translateY(0); }

.hamb_menu 	        { position: fixed; z-index: 100; right: 15px; top: 23px; border: none; width: 45px; height: 45px; color: #b50027; font-size: 0; background-color: transparent; cursor: pointer; transition: all .4s; }
.hamb_menu:not(.active):hover span   { animation: MENU-GORDO .6s infinite; }
.hamb_menu:focus    { outline: none; }
.hamb_menu span     { display: block; position: absolute; top: 20px; left: 5px; right: 5px; height: 5px; background-color: #b50027; transition: all .4s .15s; }
.hamb_menu span::before,
.hamb_menu span::after      { position: absolute; display: block; left: 0; width: 100%; height: 5px; background-color: #b50027; content: ""; transition: all .4s; }
.hamb_menu span::before     { top: -12px; transform-origin: top left; }
.hamb_menu span::after      { bottom: -12px; transform-origin: bottom left; }

.hamb_menu.active                   { top: 7px; border: solid 1px #eee; background-color: #fff; }
.hamb_menu.active span              { background-color: #666; left: 8px; right: 8px; transform: rotate(-180deg); }
.hamb_menu.active span::before      { background-color: #666; top: 0; width: 50%;  transform: translateX(-2px) translateY(2px) rotate(-45deg); }
.hamb_menu.active span::after       { background-color: #666; bottom: 0; width: 50%;  transform: translateX(-2px) translateY(-2px) rotate(45deg); }
.hamb_menu.active:hover             { border: none; background: transparent; animation: FLECHA-LINK .6s infinite; transition: border 0; }

.hamb_menu:not(.active).invert        { opacity: .8; right: 7px; top: 7px; background-color: #b50027; }
.hamb_menu:not(.active).invert span::before,
.hamb_menu:not(.active).invert span::after,
.hamb_menu:not(.active).invert span   { background-color: #fff; }

@keyframes MENU-GORDO {
  0%, 100%  { transform: translateX(0); }
  50%       { transform: translateX(-5px); }
}
@keyframes FLECHA-LINK {
  0%, 100%  { transform: translateX(0); }
  50%       { transform: translateX(5px); }
}

.nav_mobile {
    position: fixed;
    z-index: 50;
    top: 0;
    right: -100%;
    width: 90%;
    max-width: 550px;
    height: 100%;
    border-left: solid 3px #CECECE;
    background-image: url(img/nav-back.jpg);
    background-color: #fff;
    box-shadow: 0 0 50px 0 #000;
    box-sizing: border-box;
    transition: right .4s;
    overflow: auto;
}
.nav_mobile a             { background-color: #fff; }

.nav_mobile .iconos                 { padding: 15px 20px 13px; }
.nav_mobile .iconos a               { display: block; float: left; width: 30px; height: 30px; background-image: url(img/iconos_nav.png); font-size: 0; transition: background-position .3s; }
.nav_mobile .iconos a:hover         { background-color: transparent; }
.nav_mobile .iconos a.inicio        { margin-right: 15px; }
.nav_mobile .iconos a.contacto      { background-position: -30px 0; }
.nav_mobile .iconos a.inicio:hover      { background-position: 0 -30px; }
.nav_mobile .iconos a.contacto:hover    { background-position: -30px -30px; }

.nav_mobile.show                    { right: 0; }
.nav_mobile > ul > li:first-child   { border-top: solid 1px #eee; margin-top: 30px; }
.nav_mobile > ul > li a			     { border-bottom: solid 1px #eee; }
.nav_mobile ul a    			       { display: block; padding: 16px; color: #666; text-align: center; transition: all .4s; }
.nav_mobile a:hover                 { color: #b50027; box-shadow:inset 0 0 5px 0px rgba(0,0,0,0.3); }
.nav_mobile .productos_main .col-l  { width: 33.33%; width: calc(100%/3); text-align: center; }
.nav_mobile .productos_main a       { display: block; height: 3.2em; color: #fff; font-family: 'Istok Web', sans-serif; font-size: 1.1em; line-height: 1.2em; }
.nav_mobile .productos_main a:hover > div   { transform: translateY(-5px); }
.nav_mobile .productos_main .col-l:nth-child(1) a   { border: solid 2px #f68a1f; border-left: none; border-right: none; color: #f68a1f; }
.nav_mobile .productos_main .col-l:nth-child(2) a   { border: solid 2px #1999ce; border-left: none; border-right: none; color: #1999ce; }
.nav_mobile .productos_main .col-l:nth-child(3) a   { border: solid 2px #669c41; border-left: none; border-right: none; color: #669c41; }
.nav_mobile .productos_main .col-l:nth-child(1) a:hover   { color: #f68a1f; }
.nav_mobile .productos_main .col-l:nth-child(2) a:hover   { color: #1999ce; }
.nav_mobile .productos_main .col-l:nth-child(3) a:hover   { color: #669c41; }
.nav_mobile .productos_main a div                       { padding-top: 1.1em; transition: all .4s; }
.nav_mobile .productos_main .col-l:nth-child(3) a div   { padding-top: .6em; }
.nav_mobile .productos_sec .col-l               { width: 50%; text-align: center; }
.nav_mobile .productos_sec .col-l:last-child 	{ border-left: none; }
.nav_mobile .productos_sec a 		{ padding: 20px 5px; }

.nav_mobile .idioma_select .menu-item:after   { content: ''; display: block; clear: both; }
.nav_mobile .idioma_select .menu-item > a     { float: left; box-sizing: border-box; float: left; width: 50%; }
.nav_mobile .idioma_select .menu-item > ul    { float: left; box-sizing: border-box; float: left; width: 50%; display: block; }
.nav_mobile .idioma_select .menu-item > ul a  { box-sizing: border-box; width: 100%; display: block; }


.nav_desk     { display: none; }

section > video   { max-width: 100%; }


/*
  HOME
*/
.parallax 	        { background: url(img/back_encabezado_home.jpg) no-repeat center top #b50128; }
.parallax .box      { padding: 70px 0 25px; font-family: 'Istok Web', sans-serif; background-color: rgba(255,255,255,.2); }
.parallax .slogan         { padding: 0 40px; color: #fff; font-size: 1.6em; }
.parallax .instalaciones      { padding-top: 38px; text-align: center; }
.parallax .instalaciones a    { display: block; margin: 0 15px;  padding: 15px 25px; color: #fff; font-size: 1.1em; background-color: #303030; transition: .3s; }
.parallax .instalaciones a:hover    { padding: 15px 25px; }
.n2-section-smartslider {background-color: #B60224;} /* fondo smart slider */

/* Productos destacados */
ul.productos_destacados {display: flex; justify-content: space-around; flex-wrap: wrap; }
.productos_destacados li { max-width: 357px; }
.productos_destacados li:hover { opacity: 0.95; }

li .ejecutiva_cover { display: flex; height: 162px; margin: 28px 0 0; background-image: url(img/ejecutiva_bg.jpg); }
h1.iso_logo_formacion { width: 100%; height: 100%; background: url(img/ejecutiva_formacion_isologo.png) center no-repeat; font-size: 1px; text-indent: -9999px; transition: .3s; }
h1.iso_logo_formacion:hover { height: 95%; }
h1.iso_logo_desempeno { width: 100%; height: 100%; background: url(img/ejecutiva_desempeno_isologo.png) center no-repeat; font-size: 1px; text-indent: -9999px; transition: .3s; }
h1.iso_logo_desempeno:hover { height: 95%; }
h1.iso_logo_competencias { width: 100%; height: 100%; background: url(img/ejecutiva_competencias_isologo.png) center no-repeat; font-size: 1px; text-indent: -9999px; transition: .3s; }
h1.iso_logo_competencias:hover { height: 95%; }
li .intro_producto_ejecutiva { height: 92px; display: flex; align-items: center; padding: 18px 38px; box-sizing: border-box; text-overflow: ellipsis; overflow: hidden; font-family: 'Istok Web', sans-serif; font-size: 1.0625rem; line-height: 1.25rem; color: #0b89c4; text-align: center; border-bottom-right-radius: 10px; border: 1px solid #0b89c4; border-top: transparent; border-bottom-left-radius: 10px; }

li .campus_virtual { display: flex; height: 162px; margin: 28px 0 0; background-image: url(img/campus_virtual_bg.jpg); }
h1.iso_logo_campus { width: 100%; height: 100%; background: url(img/campus_virtual_isologo.png) center no-repeat; font-size: 1px; text-indent: -9999px; transition: .3s; }
h1.iso_logo_campus:hover { height: 95%; }
li .intro_producto_campus { height: 92px; display: flex; align-items: center; padding: 18px 38px; box-sizing: border-box; text-overflow: ellipsis; overflow: hidden; font-family: 'Istok Web', sans-serif; font-size: 1.0625rem; line-height: 1.25rem; color: #c75f0b; text-align: center; border-bottom-right-radius: 10px; border: 1px solid #c75f0b; border-top: transparent; border-bottom-left-radius: 10px; }

li .escuela_suite { display: flex; height: 162px; margin: 28px 0 0; background-image: url(img/escuela_suite_bg.jpg); }
h1.iso_logo_escuela { width: 100%; height: 100%; background: url(img/escuela_suite_isologo.png) center no-repeat; font-size: 1px; text-indent: -9999px; transition: .3s; }
h1.iso_logo_escuela:hover { height: 95%; }
li .intro_producto_escuela { height: 92px; display: flex; align-items: center; padding: 18px 38px; box-sizing: border-box; text-overflow: ellipsis; overflow: hidden; font-family: 'Istok Web', sans-serif; font-size: 1.0625rem; line-height: 1.25rem; color: #5e8233; text-align: center; border-bottom-right-radius: 10px; border: 1px solid #5e8233; border-top: transparent; border-bottom-left-radius: 10px; }

li .biblioteca_online { display: flex; height: 162px; margin: 28px 0 0; background-image: url(img/biblioteca_bg.jpg); }
h1.iso_logo_biblioteca { width: 100%; height: 100%; background: url(img/biblioteca_isologo.png) center no-repeat; font-size: 1px; text-indent: -9999px; transition: .3s; }
h1.iso_logo_biblioteca:hover { height: 95%; }
li .intro_producto_biblioteca { height: 92px; display: flex; align-items: center; padding: 18px 38px; box-sizing: border-box; text-overflow: ellipsis; overflow: hidden; font-family: 'Istok Web', sans-serif; font-size: 1.0625rem; line-height: 1.25rem; color: #19886e; text-align: center; border-bottom-right-radius: 10px; border: 1px solid #19886e; border-top: transparent; border-bottom-left-radius: 10px; }


/*
.productos_destacados li                { position: relative; margin-bottom: 1px; line-height: 1.2em; }
.productos_destacados a.mainlink                { display: block; padding: 45px 20px 45px 105px; color: #fff; background-position:  15px center; background-repeat: no-repeat; transition: all .3s; }
.productos_destacados a.mainlink div            { transition: transform .3s; }
.productos_destacados a.mainlink:hover          { background-position: 30px center; background-color: rgba(255, 255, 255, 0.1); box-shadow:inset 0 0 50px 0 rgba(255,255,255,0.3); }
.productos_destacados a.mainlink:hover div      { transform: translateX(8px); }
.productos_destacados li.campus > div 	        { background: url(img/campus_header.jpg); }
.productos_destacados li.ejecutiva > div 	      { background: url(img/ejecutiva_header.jpg); }
.productos_destacados li.escuela_suite > div 	  { background: url(img/escuela_header.jpg); }
.productos_destacados .nombre                   { margin-bottom: 5px; font-size: 1.3em; font-family: 'Istok Web', sans-serif; }
.productos_destacados .desc 			              { line-height: 1.2em; color: #000; font-family: 'Istok Web', sans-serif; }
.productos_destacados .campus a.mainlink        { background-image: url(img/logo_campus.png); }
.productos_destacados .ejecutiva a.mainlink     { background-image: url(img/logo_ejecutiva.png); }
.productos_destacados .escuela_suite a.mainlink { background-image: url(img/logo_escuelasuite.png); }
*/

/*
a.demo_online         { position: absolute; right: 10px; bottom: 8px; border-radius: 150px; padding: 5px 10px; display: inline-block; vertical-align: middle; text-align: center; color: #fff; font-size: .85em; background-color: #737373; transition: all .3s; }
a.demo_online:hover   { transform: scale(1.1) rotate(5deg); background-color: #000; box-shadow: 2px 2px 0 2px rgba(0,0,0,0.3); }
a.demo_online br      { display: none; }
*/

/* Otros productos */
ul.otros_productos { display: flex; justify-content: space-around; flex-wrap: wrap; }
.otros_productos li { transition: .15s; }
.otros_productos li:hover { transform: scale(1.02); -moz-box-shadow: 4px 5px 3px 0px #dbdbdb; -webkit-box-shadow: 4px 5px 3px 0px #dbdbdb; box-shadow: 4px 5px 3px 0px #dbdbdb; }

li.videoconferencias { position: relative; max-width: 357px; height: 125px; padding: 22px 38px; margin-top: 38px; background: url(img/videoconferencias_bg.jpg) no-repeat; box-sizing: border-box; }
li.videoconferencias a {  }
li.videoconferencias .desc { color: #fdfe1f; font-family: 'Open Sans', sans-serif; font-size: 0.875rem; line-height: 1rem; font-weight: 300; }
li.videoconferencias .icon_video { position: absolute; right: 36px; top: 36px; width: 37px; }

li .nombre { margin-bottom: 14px; color: #FFF; font-family: 'Open Sans', sans-serif; font-size: 1.16rem; font-weight: 400; }

li.contenidos { position: relative; max-width: 357px; height: 125px; padding: 22px 38px; margin-top: 38px; background: url(img/contenidos_bg.jpg) no-repeat; box-sizing: border-box; }
li.contenidos a {  }

li .desc { color: #FFF; font-family: 'Open Sans', sans-serif; font-size: 0.875rem; line-height: 1rem; font-weight: 300; }

li.hosting { position: relative; max-width: 357px; height: 125px; padding: 22px 38px; margin-top: 38px; background: url(img/hosting_bg.jpg) no-repeat; box-sizing: border-box; }
li.hosting a {  }

/*
.otros_productos li   { margin-bottom: 1px; }
.otros_productos a    { display: block; padding: 20px 20px; transition: all .3s; }
.otros_productos a:hover    { padding: 20px 12px 20px 28px; box-shadow:inset 0 0 50px 0 rgba(255,255,255,0.3); }
.otros_productos .nombre                { padding-bottom: 10px; color: #fff; font-size: 1.2em; }
.otros_productos .desc                  { line-height: 1.3em; }

.otros_productos li.videoconferencia a          { background-image: url(img/videoconferencia_header.jpg); }
.otros_productos li.videoconferencia .nombre    {  }
.otros_productos li.videoconferencia .desc      { color: #fff600 }

.otros_productos li.contenidos a            { background: url(img/grey_header.jpg); }
.otros_productos li.contenidos a:hover      {  }
.otros_productos li.contenidos .nombre      {  }
.otros_productos li.contenidos .desc        { color: #000; }

.otros_productos li.servicios a             { background: url(img/grey_header.jpg); }
.otros_productos li.servicios a:hover       {  }
.otros_productos li.servicios .nombre       {  }
.otros_productos li.servicios .desc         { color: #000; }
*/

/* Posts destacados */
.posts_destacados_back        { margin-top: 38px; background-color: rgba(0,0,0,.2); }
.posts_destacados             { padding-top: 5px; background-color: rgba(255,255,255,.7); }
.posts_destacados h2          { position: relative; margin: 5px 5px 0; padding: 10px; color: #fff; background-color: #6b6b6b; }
.posts_destacados > ul        { display: flex; flex-wrap: wrap; padding: 15px 0 20px; }
.posts_destacados > ul > li   { box-sizing: border-box; padding: 10px; }
.posts_destacados > ul > li:nth-child(3)    { display: none; }
.posts_destacados .thumbnail  { display: block; max-height: 200px; margin-bottom: 10px; overflow: hidden; }
.posts_destacados .title      { display: block; padding: 5px 0 10px; font-size: 1.3rem; line-height: 1.5rem; font-weight: 400; color: #1D697E; transition-duration: .4s; }
.posts_destacados .title:hover{ padding: 0 0 15px; color: #b50027; }
.posts_destacados .excerpt    { line-height: 1.3rem; }

/* Logos footer clientes */
.logos_home         { margin-bottom: -100px; padding: 43px 0 80px; background-color: #fff; background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 3%,rgba(0,0,0,0) 60%) #fff; }
.logos_home div     { position: relative; height: 50px; }
.logos_home img     { position: absolute; top: 50%; transform: translateY(-50%); max-height: 50px; width: auto; }
.logos_home img     { -webkit-filter: grayscale(90%); -moz-filter: grayscale(90%); -ms-filter: grayscale(90%); -o-filter: grayscale(90%); filter: grayscale(90%); filter: Gray(); opacity: .65; transition: all .3s; }
.logos_home:hover img   { -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); -o-filter: grayscale(0); filter: grayscale(0); filter: none(); opacity: 1; }

/*
	Servicios
*/
section.producto.servicios h1           { font-size: 2.2em; }
section.servicios .infra                { display: block; width: 80%; margin: 0 auto; }
section.servicios .text-flaticon a      { color: #b50027; }
section.servicios .text-flaticon a:hover{ text-decoration: underline; }

section.servicios .info_box.resaltar              { }
section.servicios .info_box.resaltar .flaticon    { color: #c7c7c7; }
section.servicios .info_box.resaltar .titulo_dibujo { margin: 10px -5px; }
section.servicios .info_box.resaltar a              { margin: 15px 0 10px; border-radius: 8px; padding: 10px 20px; display: inline-block; font-weight: 400; color: #fff; background-color: #7BA800; transition-duration: .4s; }
section.servicios .info_box.resaltar a:hover        { border-radius: 0; background-color: rgb(0,0,0); }


/*
	Nosotros
*/

section.nosotros .flaticon        { position: relative; }

section.nosotros .nos_title       { text-align: center; }
section.nosotros .nos_title h2    { position: relative; display: inline-block; padding: 9px 13px 10px; color: #fff; background-color: #76afd1; }
section.nosotros .nos_title h2:before{
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #76afd1 transparent transparent transparent;
}

section.nosotros .texto_intro         { padding: 50px 15px; text-align: center; font-size: 1rem; background: #fff; background: url(img/post_back.png); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); }
section.nosotros .texto_intro p       { max-width: 800px; margin: 0 auto; }

section.nosotros .cifras              { overflow: hidden; background-color: rgba(0,114,181,0.25); }
section.nosotros .cifras_list         { display: flex; flex-wrap: wrap; padding: 50px 0; }
section.nosotros .cifras_list > li    { animation: 1s ease-out 0s 1 aparecer; width: 100%; box-sizing: border-box; padding: 10px; text-align: center; }
section.nosotros .cifras_list > li:nth-child(1) { animation-duration: .5s; }
section.nosotros .cifras_list > li:nth-child(2) { animation-duration: .8s; }
section.nosotros .cifras_list > li:nth-child(3) { animation-duration: 1.1s; }
section.nosotros .cifras_list > li:nth-child(4) { animation-duration: 1.4s; }
section.nosotros .cifras_list > li:nth-child(even) { background-color: rgba(255,255,255,.2); }
section.nosotros .cifras_list img     { opacity: .7; margin-bottom: 10px; max-width: 90%; height: auto; }
section.nosotros .cifras_list .num    { font-size: 3rem; color: #0e81ca; }
section.nosotros .cifras_list .desc   { font-size: 1.1rem; color: #0e81ca; padding: 10px 0 0; }

@keyframes aparecer {
  from  { opacity: 0; transform: translateY(-120%); }
  to    { opacity: 1; transform: translateX(0); }
}

section.nosotros .world                 { text-align: center; background-color: rgba(0,114,181,0.5); }
section.nosotros .world .center-align   { display: flex; align-items: center; justify-content: center; }
section.nosotros .world .text           { color: #fff; }
section.nosotros .world .mundo          { display: none; }
section.nosotros .world .paises         { flex-grow: 1; width: 300px; padding: 20px; text-align: left; font-size: 1.2rem; color: rgba(255,255,255,1); box-sizing: border-box; }
section.nosotros .world .paises li      { display: flex; align-items: center; font-weight: bold; }
section.nosotros .world .flag-icon      { width: 35px; height: 26px; margin-right: 10px; box-shadow: 1px 1px 1px rgba(0,0,0,0.2); }

section.nosotros .razones                       { padding: 80px 0 60px; }
section.nosotros .razones .nos_title            { margin-bottom: 10px; }
section.nosotros .razones_list                  { display: flex; flex-wrap: wrap; }
section.nosotros .razones_list li               { width: 100%; padding: 10px; text-align: center; box-sizing: border-box; }
section.nosotros .razones_list .cont            { padding: 30px 20px; min-height: 100%; box-sizing: border-box; background-color: #fff; }
section.nosotros .razones_list .punto           { display: block; margin-bottom: 20px; border-bottom: 1px solid #b50027; padding-bottom: 15px; color: #b50027; font-size: 1.1em; font-weight: 400; }

section.nosotros .logo_calidad          { width: 120px; height: auto; }

section.nosotros .terceros              { margin-bottom: -100px; padding-bottom: 50px; background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 3%,rgba(0,0,0,0) 60%) #fff;  }
section.nosotros .terceros .nos_title h2{ position: relative; top: -20px; margin:0 0 0px; }
section.nosotros .logos_terceros        { text-align: center;}
section.nosotros .logos_terceros li     { display: inline-block; vertical-align: middle; }
section.nosotros .logos_terceros a      { display: inline-block; background-repeat: no-repeat; background-position: 0 0; transition: all .4s; }


/*
    Productos
*/

section.producto .article_header  { margin-top: 8px; padding: 0 20px; }
section.producto .article_header .center-align { background-repeat: no-repeat; background-position: right center; }
section.producto .title           { padding: 37px 0 31px; }
section.producto .title > *     { display: inline-block; vertical-align: middle; }

section.producto h1             { font-family: 'Istok Web', sans-serif; font-size: 2.2em; color: #fff; }
section.producto .main_box      { max-width: 510px; padding: 25px; background: rgba(0,0,0,0.3); }
section.producto .freedemo        { display: inline-block; vertical-align: middle; border-radius: 8px; margin-top: 20px; padding: 10px 15px; font-weight: 400;  color: #fff; background-color: #7BA800; transition: all .4s; }
section.producto .freedemo:hover  { border-radius: 0; background-color: #000; }
section.producto .resumen         { font-size: 1em; font-weight: 300; line-height: 1.6em; color: #fff; }
section.producto .imagen_producto   { display: none; }

section.producto .features .col-l,
section.producto .features .col-r               { width: 100%; padding: 10px 0 15px; }
section.producto .features .col-l:first-child   { background: rgba(0,0,0,0.1); }
section.producto .features .info_box  { position: relative; }
.info_box.rapido                      { padding: 10px; font-weight: 500; color: #fff; background-color: #000; }
.info_box.ilustrada                   { padding: 20px; }

section.producto .campus_box          { display: block; border: solid 4px #F68A1F; padding: 30px 45px; text-align: center; line-height: 1.5em; color: #fff; background-image: url(img/campus_header.jpg); }
section.producto .campus_box a        { display: inline-block; vertical-align: middle; border-radius: 10px; padding: 5px 10px; color: #fff; background-color: #be6b19; transition: all .3s; }
section.producto .campus_box a.video  { background-color: #964071; }
section.producto .campus_box a.ejecutiva  { background-color: #3099BC; }
section.producto .campus_box a.escuela    { background-color: #659A41; }
section.producto .campus_box a:hover  { background-color: #000; }

.slide_pantallas          { margin: 30px 0 -100px; padding: 60px 0 100px; background-color: #fff; background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 3%,rgba(0,0,0,0) 60%) #fff; }
.slide_pantallas .capturas          { margin: 0 20px; }
.slide_pantallas .slick-slide img   { transition: all .3s; }
.slide_pantallas .slick-slide:hover img { opacity: .65; }
.slide_pantallas .slick-dots        { margin-top: 10px; text-align: center; }
.slide_pantallas .slick-dots > li   { display: inline-block; }
.slide_pantallas .slick-dots > li button  { border-radius: 12px; width: 15px; height: 15px; margin: 0 4px; border: none; font-size: 0; cursor: pointer; background-color: #DDDDDD; }
.slide_pantallas .slick-dots > li.slick-active button { background-color: #858585; }
.slide_pantallas .paper_box       { padding: 4px; border-style: solid; border-width: 1px; }

.detalle_completo     { padding: 10px 20px 0; text-align: right; }
.detalle_link         { display: block; background-color: #646464; transition: all .3s; }
.detalle_link .ver    { display: inline-block; vertical-align: middle; padding: 5px 10px; font-size: 1em; color: #fff; transition: all .3s; }
.detalle_link .mas    { display: inline-block; vertical-align: middle; padding: 5px .3em; font-size: 2.2em; font-weight: bold; color: #fff; background-color: #000; transition: all .3s; }
.detalle_link:hover .ver    { transform: translateX(4px); }

/* detalle completo de un producto */
section.producto.caracteristicas .info_box .subtitulo   { margin-left: 0; }
section.producto.caracteristicas ul.detalle li          { border-bottom: solid 1px #E3E3E3; padding: 6px; font-size: .9em; }
section.producto.caracteristicas ul.detalle.iconos:after       { content: ''; display: block; clear: both; }
section.producto.caracteristicas ul.detalle.iconos li img      { float: left; margin-top: 5px; }
section.producto.caracteristicas ul.detalle.iconos li div      { margin-left: 45px; }
section.producto.caracteristicas li.videoconferencia           { margin-top: 10px; background: url(img/videoconferencia_header.jpg); }
section.producto.caracteristicas li.videoconferencia a         { display: block; padding: 10px; color: #fff; transition: all .3s; }
section.producto.caracteristicas li.videoconferencia a strong  { color: #fff; }
section.producto.caracteristicas li.videoconferencia a:hover   { display: block; padding: 10px; color: #fff; background-color: #000; }
section.producto a.pdf                         { border-radius: 5px; display: block; text-align: center; margin-top: 5px; padding: 10px; color: #fff; font-weight: normal; background-color: #7BA800; transition: all .3s; }
section.producto a.pdf:hover                   { background-color: #000; }

/* demo de campus */
section.producto.demo .sidebar      { display: none; }
form.demo_alta label                { font-size: .8em; text-transform: uppercase; }
form.demo_alta input[type=text]:focus  { outline: none; border-bottom: solid 3px #287084; padding-bottom: 2px; }
form.demo_alta input[type=text]   { width: 100%; border: none; margin-bottom: 4px; border-bottom: solid 1px #CACACA; padding: 0 5px 5px; font-size: 1em; box-sizing: border-box; }
form.demo_alta .oblig               { font-weight: bold; }
form.demo_alta .button_link         { margin: 10px 0; }

/* BIBLIOTECA online*/
section.biblioteca .article_header     { background: url(img/biblioteca_header.jpg); background-color: #22b495; }
section.biblioteca .wrapper_header    { padding: 0px 44px 31px; display: flex; justify-content: space-between; max-width: 1012px; }

section.biblioteca .col1_header {max-width: 660px; margin-right: 44px; }
section.biblioteca .logo_biblioteca {max-width: 265px; height: auto; padding: 37px 0 13px;}
section.biblioteca .linea_separadora {width: 64px; height: 5px; background-color: #0b1f2e; margin-bottom: 23px;}
section.biblioteca .texto_header {max-width: 660px; font-family: 'Open Sans', sans-serif; font-size: 1.0625rem; font-weight: normal; line-height: 1.5rem; color: #ffffff;}
section.biblioteca .bt_presu_demo { display: flex; margin-top: 36px; }
section.biblioteca .presupuesto        { max-width: 310px; border-radius: 7px; margin: 0 21px 0 0; padding: 13px 32px; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 0.9em; text-align: center; color: #fff; background-color: #0e2c42; transition: all .4s; }
section.biblioteca .presupuesto:hover  { border-radius: 0; background-color: #000; }
section.biblioteca .demo_online_biblio        { max-width: 310px; border-radius: 7px; margin: 0 0 0 0; padding: 13px 32px; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 0.9em; text-align: center; color: #042d2d; background-color: #2cf9f9; transition: all .4s; }
section.biblioteca .demo_online_biblio:hover  { border-radius: 0; background-color: #000000; color: #ffffff }

section.biblioteca .col2_header { margin-top: 82px; max-width: 308px; max-height: 307px; }
section.biblioteca .img_biblioteca_header { max-width: 308px; }

section.biblioteca .wrapper_biblioteca { background-color: #dedede; display: inline-block; border-radius: 0 0 5px 5px; }
section.biblioteca .title-biblioteca { display: flex; height: 50px; width: 340px; margin-top: 47px; align-items: center; padding-left: 58px; border-radius: 0 5px 5px 0; background-color: #FFF; font-family: 'Istok Web', sans-serif; font-size: 1.7em; font-weight: 400; color: #453e54; }


/* EJECUTIVA */
section.ejecutiva .article_header     { background: url(img/ejecutiva_header.jpg); background-color: #0079ae; }
section.ejecutiva .wrapper_header    { padding: 0px 44px 31px; display: flex; justify-content: space-between; max-width: 1012px; }
section.ejecutiva .col1_header {max-width: 660px; margin-right: 44px; }
section.ejecutiva .col2_header { margin-top: 37px; max-width: 308px; max-height: 307px; }
section.ejecutiva .logo_ejecutiva {max-width: 265px; max-height: 71px; }
section.ejecutiva .header_box { padding: 30px 33px; background: rgba(0,0,0,0.3); border-radius: 10px; font-size: 0.97em; }
section.ejecutiva .presupuesto        { max-width: 310px; display: block; border-radius: 7px; margin: 31px auto 0; padding: 13px 0; font-weight: 400; font-size: 0.9em; text-align: center; color: #fff; background-color: #3a374d; transition: all .4s; }
section.ejecutiva .presupuesto:hover  { border-radius: 0; background-color: #000; }
section.ejecutiva .bt_rompecabeza { max-width: 308px; }
section.ejecutiva .features .col-ej-izq {float: left; width: 100%; padding: 10px 0 15px; box-sizing: border-box; background-color: #eaeaea;}
section.ejecutiva .features .col-ej-der {float: left; width: 100%; padding: 10px 0 97px; box-sizing: border-box; border-right: 1px solid #eaeaea; background-color: #f9f9f9; }
section.ejecutiva .info_box .subtitulo        { border-bottom-color: #3099BC; color: #3099BC; }
section.ejecutiva .info_box .titulo_dibujo    { background-color: #3099BC; }
section.ejecutiva .info_box.look              { background-color: #646464; color: #fff; }
section.ejecutiva strong                      { color: #3099BC; }
section.ejecutiva .img_cursos         { display: block; margin: 20px auto; }
section.ejecutiva .img_university     { display: block; margin: 35px auto; max-width: 280px; }
.slide_pantallas .slick-dots > li.slick-active button { background-color: #3099BC; }
section.ejecutiva .flaticon           { color: #53B0CF; }
section.ejecutiva .detalle_link:hover       { background-color: #3099BC; }
section.ejecutiva .detalle_link:hover .mas  { background-color: #25728C; }

section.ejecutiva .wrapper_ejecutiva { background-color: #dedede; display: inline-block; border-radius: 0 0 5px 5px; }
section.ejecutiva .title-ejecutiva { display: flex; height: 50px; width: 340px; margin-top: 47px; align-items: center; padding-left: 58px; border-radius: 0 5px 5px 0; background-color: #FFF; font-family: 'Istok Web', sans-serif; font-size: 1.7em; font-weight: 400; color: #453e54; }
section.ejecutiva .gray_bg {background-color: #eaeaea; height: 47px;}

section.ejecutiva .transversal_box { display: flex; align-items: center; margin: 18px 0 22px; min-height: 130px; background-image: url(img/bg-ejecutiva-transversal.jpg); }
section.ejecutiva .center-transversal   { display: flex; align-items: center; justify-content: space-around; width: 1100px; margin: 0 auto; padding: 0 20px; }
section.ejecutiva .item-transversal { display: flex; align-items: center; justify-content: center; }
section.ejecutiva .item-transversal-middle { display: flex; align-items: center; justify-content: center; margin-right: 40px; }
section.ejecutiva .icon-transversal { width: 61px; height: 61px; margin-right: 25px; }
section.ejecutiva .text-transversal { color: #FFF; max-width: 268px; font-family: 'Istok Web', sans-serif; font-size: 1.1em; line-height: 1.4em; font-weight: 400;}


/* EJECUTIVA - cards */
.wrapper_cards { display: flex; justify-content: space-around; flex-wrap: wrap; padding: 44px 44px 10px; }

.card { position: relative; width: 305px; height: 360px; margin: 0 16px 40px; background: none repeat scroll 0 0 #FFFFFF; border-radius: 5px; color: #FFF; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); transition: transform .2s; }
.card:hover { transform: scale(1.02); }
.card .cover-card { height: 125px; overflow: hidden; border-radius: 5px 5px 0 0; }
.card .cover-card img{
    width: 100%;
}
.card .icon-card {
    background: none repeat scroll 0 0 #1892c5;
    height: 90px;
        margin: 0px 0 0 -45px;
    top: 21%;
    left: 50%;
    width: 90px;
    position: absolute;
    border-radius: 50%;
        border: 4px solid #FFFFFF;
}
.card .icon-card .img-circle-card {
    border-radius: 50%;
    position: absolute;
    height: 90px;
    width: 90px;
    margin: 0px 0 0 -45px;
    left:50%;
}
.card .content{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 45px 20px 20px;
}
.card .title-card {
    height: 40px;
    margin: 15px 0 0;
    font-family: 'Istok Web', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4rem;
    letter-spacing: -0.04rem;
    text-align: center;
    color: #303234;
}
.card .text-card {
    height: 64px;
    text-align: center;
    color: #7d7e7e;
    line-height: 1.15rem;
    font-family: 'Roboto', sans-serif;
    font-size: 0.938rem;
    margin-top: 10px;
}
.card .footer-card {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 27px 0 0;
    padding: 7px 0 0;
    text-align: center;
}

/* BIBLIOTECA cards*/
.card .icon-card-biblioteca {
    background: none repeat scroll 0 0 #29c7a5;
    height: 90px;
    margin: 0px 0 0 -45px;
    top: 21%;
    left: 50%;
    width: 90px;
    position: absolute;
    border-radius: 50%;
    border: 4px solid #FFFFFF;
}
.biblioteca .titulo_preview {
    font-family: 'Istok Web', sans-serif;
    font-size: 2.1em;
    font-weight: 400;
    color:#453e54;
    margin: 3rem 1rem 1.3rem;
}
.biblioteca .img_ejemplo { background-color: #29c6a7; }
/* ----------------- */

.ejecutiva_video          { padding: 48px 0; background: #191919; }
.ejecutiva_video .video   { display: block; width: 100%; height: 300px; margin: 0 auto; }

.clientes_ejecutiva                 { position: relative; margin-top: 30px; }
.clientes_ejecutiva .eleccion       { margin: -19px -19px 10px; padding: 5px 20px; color: #fff; font-size: .9em; background-color: #3099BC; }
.clientes_ejecutiva .link_clientes  { position: absolute; right: 3px; bottom: 3px; border: solid 1px #3099BC; padding: 3px 10px; font-size: .9em; color: #3099BC; transition: all .3s; }
.clientes_ejecutiva .link_clientes:hover  { color: #fff; background-color: #3099BC; }
.clientes_destacados        { text-align: center; }
.clientes_destacados li     { display: inline-block; vertical-align: middle; margin: 8px 5px; }
.clientes_destacados li:nth-child(n+7) { display: none; }
.clientes_destacados img    { display: block; max-width: 100px; max-height: 30px; }

/* campus */
section.campus .article_header      { background: url(img/campus_header.jpg); }
section.campus .info_box .subtitulo        { border-bottom-color: #F68A1F; color: #F68A1F; }
section.campus .info_box .titulo_dibujo    { background-color: #F68A1F; }
section.campus .campus_video        { margin-top: 10px; }
section.campus .campus_video video  { display: block; max-width: 100%; margin: 0 auto;  }
section.campus strong,
section.campus .flaticon            { color: #F68A1F; }
section.campus .detalle_link              { margin: -5px 0 10px; }
section.campus .detalle_link:hover        { background-color: #F68A1F; }
section.campus .detalle_link:hover .mas   { background-color: #BD6B1A; }

/* escuela suite */
section.escuela-suite .article_header   { background: url(img/escuela_header.jpg); }
section.escuela-suite .info_box .subtitulo      { border-bottom-color: #659A41; color: #659A41; }
section.escuela-suite .info_box .titulo_dibujo  { background-color: #659A41; }
section.escuela-suite .entorno                  { display: block; width: 80%; margin: 0 auto 10px; }
section.escuela-suite strong,
section.escuela-suite .flaticon                 { color: #659A41; }
section.escuela-suite .detalle_link:hover       { background-color: #659A41; }
section.escuela-suite .detalle_link:hover .mas  { background-color: #4D7532; }

/* videoconferencia */
section.videoconferencia .article_header            { background: url(img/videoconferencia_header.jpg); }
section.videoconferencia .info_box .subtitulo       { border-bottom-color: #964071; color: #964071; }
section.videoconferencia .info_box .titulo_dibujo   { background-color: #964071; }
section.videoconferencia .disponibilidad    { margin-top: 15px; }
section.videoconferencia .sin_limite        { margin: -20px 0 0 15px; float: left; border: solid 3px yellow; border-radius: 100px; width: 100px; height: 100px; padding: 30px 10px 0; text-align: center; font-family: 'Open Sans Condensed'; font-size: 1.1em; font-weight: bold; color: #8a3b6a; background-color: yellow; box-sizing: border-box; box-shadow:inset 0 0 0 2px #8a3b6a; }
section.videoconferencia .disponible        { margin-top: 20px; padding: 20px 20px 20px 125px ; color: #fff; line-height: 1.4em; background-color: #964071; }
section.videoconferencia span.sin_soft      { display: none; }
section.videoconferencia .flaticon          { color: #CC70A7; }
section.videoconferencia .campus_box        { border-color: #7C355D; background-image: url(img/videoconferencia_header.jpg); }

/* CONTENIDOS */
.contenidos_esp           { margin-top: 15px; padding: 12px; background-color: #fff; background-color: #fff; }
.contenidos_esp span      { display: inline-block; color: #b50027; font-size: 1.1em; line-height: 1.3em; margin: 10px 0 10px; font-weight: bold; }
.contenidos_esp > div     { position: relative; padding: 80px 8px 20px; color: #fff; background: url(img/centro_de_contenidos.jpg) no-repeat center center; }
.contenidos_esp p         { display: inline-block; padding: 10px 20px; background-color: rgba( 0,0,0,.6 ); }
.contenidos_esp a         { border-radius: 5px; display: inline-block; padding: 10px; color: #fff; background-color: #589C00; transition: all .3s; }
.contenidos_esp a:hover   { border-radius: 0; background-color: #000; }
.contenidos_esp .texto_contenidos {font-weight: normal; display: block; line-height: 1.3em; margin: 0 0 20px;}

.contenidos_esp .cont-explain { display: flex; flex-direction: column; padding: 20px; margin-bottom: 19px; background-image: url(img/bg-contenidos-header.jpg); background-repeat: repeat; }
.contenidos_esp .row-exp-1 { display: flex; margin-bottom: 19px; }
.contenidos_esp .row-exp-2 { padding: 20px; line-height: 1.6em; font-size: 0.95rem; background-color: rgba(0,0,0,0.36); }
.contenidos_esp .row-exp-2 span { display:  block; margin: 22px 0 7px; font-size: inherit; color: #ffffff; font-weight: 700; }
.contenidos_esp .exp-item-1 { text-transform: uppercase; padding-left: 20px; flex: 1; align-self: flex-end; font-family: 'Istok Web', sans-serif; font-size: 1.3em; font-weight: 700; color: #fff; }
.contenidos_esp .exp-item-2 { display: flex; flex: 1; justify-content: flex-end; }
.contenidos_esp .exp-item-2 img {margin: 0 7px; }
.contenidos_esp .exp-item-2 img:nth-child(4) {margin: 0 0 0 7px; }
.contenidos_esp .box_video_contenido { padding:56.25% 0 0 0; margin-bottom: 10px; position:relative; background-color: #f5f5f5; box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.45); }
.bt_c { display: flex; justify-content: center; }
.bt_c a { text-align: center; border-radius: 8px; margin-top: 17px; padding: 10px 15px; width: 30%; font-weight: 400; color: #fff; background-color: #7BA800; transition: all .4s; }
.bt_c a:hover { border-radius: 0; background-color: #000; }

@media screen and (max-width: 768px) {
    .contenidos_esp .row-exp-1 { flex-direction: column; }
    .contenidos_esp .exp-item-2 { flex-wrap: wrap; justify-content: flex-start; }
    .contenidos_esp .exp-item-1 { margin-bottom: 5px; align-self: flex-start; }
    .contenidos_esp .exp-item-2 img { margin-top: 14px !important; }
}

/**
 * Tooltip Styles
 */

.tooltip {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #fb9e04;
    text-align:left;
}

.tooltip .top {
    max-width:320px;
    min-width:220px;
    top:-10px;
    left:60%;
    transform:translate(-50%, -100%);
    padding:10px 20px;
    color:#444444;
    background-color:#EEEEEE;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    visibility:hidden; opacity:0; transition:opacity 0.8s;
}

.tooltip:hover .top {
    visibility:visible; opacity:1;
}

.tooltip .top i {
    position:absolute;
    top:100%;
    left:45%;
    margin-left:-10px;
    width:20px;
    height:10px;
    overflow:hidden;
}

.tooltip .top i::after {
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

section.contenidos .freedemo     { margin-top: 0; margin-bottom: 10px; }
.contenidos .subtitulo    { margin-left: 0; }
.contenidos .cursos       { margin-bottom: 15px; }
.contenidos .cursos li    { border-bottom: solid 1px #efd9d9; padding: 6px 0; }
.contenidos .cursos a     { border-radius: 5px; display: block; padding: 5px 15px; color: #fff; background-color: #b79098; font-size: .9em; transition: all .3s; }
.contenidos .cursos a:hover   { color: #fff; background-color: #000; }

section.contenidos .submenu                            { margin-bottom: 5px; border-bottom: solid 1px #D1D1D1; padding: 10px 40px; background-color: #eee; }
section.contenidos .submenu .button_link               { font-size: .9em; background-color: #fff; }
section.contenidos .submenu .button_link:not(:hover)   { border-color: #DCDCDC; }
section.contenidos .submenu .buscar                    { margin-right: 5px; }

.contenidos .demos li            { float: left; width: 50%; padding: 5px; box-sizing: border-box; }
.contenidos .demos li a          { position: relative; display: block; padding: 15px 10px 10px; text-align: center; transition-duration: .4s; }
.contenidos .demos li a:hover    { color: #fff; background-color: rgba(0,0,0,0.7); }
.contenidos .demos li h2         { padding: 3px 0 0; color: #b50027; font-size: .9rem; transition-duration: .4s; }
.contenidos .demos li a:hover h2 { color: #fff; }
.contenidos .demos li p          { opacity: 0; position: absolute; padding: 19px; bottom: 0; left: 0; width: 100%; box-sizing: border-box; font-size: .9rem; text-align: left; color: #fff; transition-duration: .4s; }
.contenidos .demos li img        { display: block; margin: 0 auto; max-width: 100%; height: auto; transition-duration: .4s; }

.contenidos .img_cursos { display: flex; flex-wrap: inherit; }
.contenidos .img_cursos > div { width: 144px; margin: 10px; }
.contenidos .img_cursos div a { position: relative; display: block; margin: 0 auto; text-align: left;; transition-duration: .4s; }
.contenidos .img_cursos div a:hover { color: #fff; background-color: rgba(0,0,0,0.7); }
.contenidos .img_cursos div a p { opacity: 0; position: absolute; padding: 10%; bottom: 0; left: 0; width: 100%; box-sizing: border-box; font-size: 0.8em; color: #fff; transition-duration: .4s; }
.contenidos .img_cursos div a:hover p { opacity: 1; bottom: 5px; }
.contenidos .img_cursos div a img { display: block; max-width: 100%; height: auto; transition-duration: .4s; }
.contenidos .img_cursos div a:hover img { opacity: .1; transform: scale(.8); }

/*para iframe en contenidos*/
.embed-container            { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.embed-container iframe     { position: absolute; top:0; left: 0; width: 100%; height: 100%; }

@media screen and (min-width: 850px) {
  .contenidos .demos li a:hover h2 { opacity: 0; }
  .contenidos .demos li a:hover p  { opacity: 1; bottom: 10px; }
  .contenidos .demos li a:hover img { opacity: .1; transform: scale(.8); }
}

/* Campus APP */
.campus.app                     { margin-top: 30px; }
.campus.app .article_header     { background: #b50027; }
.app_detalle                    { display: flex; flex-wrap: wrap; }
.app_detalle .compatible        { width: 100%; margin: 22px 0 24px; padding: 28px 20px; font-size: 1.2rem; text-align: center; color: #fff; background: grey; border-radius: 4px; }
.app_detalle .compatible.ok     { background: #519403; }
.app_detalle .compatible.no     { background: #E01247; }
.app_detalle .reqs              { flex-grow: 1; padding: 10px 0; }
.app_detalle .descarga          { margin: 0 auto; padding: 16px 0 4px; }
.app_detalle .cont_apps_mobiles { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; width: 100%; }
.app_detalle .paper_box         { width: 44%; padding: 15px; background-color: #fff; box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.20); }
.app_detalle .descarga .titulo  { margin-bottom: 10px; padding: 8px 10px; border-radius: 2px; font-size: 1.1em; font-weight: 400; color: #fff; background-color: #b50027; }
.app_detalle .descarga .links   { text-align: center; }
.app_detalle .descarga .links a { max-width: 234px; opacity: .8; display: inline-block; padding: 20px 0 0; transform: scale(.95); transition-duration: .4s; }
.app_detalle .descarga .links a:hover { opacity: 1; transform: scale(1); }
.app_detalle .descarga .links p { margin: 5px 0 0; }
.app_detalle .reqs .titulo      { margin-bottom: 10px; border-bottom: solid 1px #b50027; padding: 8px 0 6px; font-size: 1.1em; font-weight: 400; color: #b50027; }
.app_detalle .reqs ul           { padding: 10px 0; }
.app_detalle .reqs li           { border-bottom: solid 1px #DCDCDC; padding: 10px 0 15px; }
.app_detalle .reqs li:last-child {border-bottom: none;}
.app_detalle .moreinfo          { /*display: inline-block;*/ display: none; padding: 10px 15px; background-color: #646464; color: #fff; transition-duration: .4s; }
.app_detalle .moreinfo:hover    { padding: 10px 10px 10px 20px; background-color: #000; }

/*
  clientes
*/
.clientes .txt_intro                    { margin: 20px; text-align: center; }

.lista_clientes                         { margin: 8px 20px; }
.lista_clientes li                      { float: left;  display: block; width: 33%; width: calc(100%/3); padding: 5px; box-sizing: border-box; text-align: center; }
.lista_clientes li > a                  { position: relative; display: block; height: 140px; padding: 10px; overflow: hidden; box-sizing: border-box; border: solid 4px #fff; background-color: #fff; transiton: all .3s; }
.lista_clientes li > a .flag            { position: absolute; opacity: .6; transform: scale(.8); z-index: 2; bottom: 0; right: 0; transition: all .4s; }
.lista_clientes li > a .logo_cliente    { position: absolute; opacity: .8; top: 50%; left: 50%; min-width: 100%; height: auto; transform: translate(-50%,-50%); transition: all .4s; }
.lista_clientes li > a .nombre          { position: absolute; opacity: 0; top: 55%; left: 50%; transform: translate(-50%, -50%); font-size: .85em; line-height: 1.2em; font-weight: 600; color: #000; transition: all .4s; }

.lista_clientes li > a:hover .flag            { opacity: 1; transform: scale(1); }
.lista_clientes li > a:hover .logo_cliente    { opacity: .15; transform: translate(-50%,-50%) scale(1.2); }
.lista_clientes li > a:hover .nombre          { opacity: 1; top: 50%; }

/*
  blog
*/
section.blog .submenu         { margin-bottom: 5px; border-bottom: solid 1px #D1D1D1; padding: 10px; background-color: #eee; }
section.blog .submenu .button_link               { font-size: .9em; background-color: #fff; }
section.blog .submenu .button_link:not(:hover)   { border-color: #DCDCDC; }
section.blog .submenu .buscar     { margin-right: 5px; }
section.blog .buscar              { display: block; margin-bottom: 5px; }
section.blog .buscar input        { width: 100%; border-radius: 5px; border: none; border-bottom: solid 2px #fff; padding: 6px 5px 4px 35px; box-sizing: border-box; font-size: 1em; background: url(img/search_icon.png) no-repeat 10px center #fff; transition: all .3s; }
section.blog .buscar input:focus  { border-radius: 0; background-position: 4px center; border-bottom-color: #287084; padding: 6px 9px 4px 31px; outline: none; }
section.blog .categorias          { width: 100%; border-radius: 5px; border: solid 1px #DCDCDC; padding: 5px 10px; font-size: .9em; color: #707070; cursor: pointer; transition: all .3s; }
section.blog .categorias:hover    { border-radius: 0; border-color: #B50027; color: #B50027; }
section.blog .categorias:focus    { outline: none; }
section.blog .busqueda_vacia .buscar        { padding: 1px; background-color: #e2e2e2; }
section.blog .busqueda_vacia .buscar input  { border-radius: 0; }
section.blog .busqueda_vacia          { margin-top: 10px; padding: 50px 20px; background-color: #fff; }
section.blog .otra_busqueda           { position: relative; display: inline-block; padding: 15px 10px; background-color: #287084; color: #fff; }
section.blog .otra_busqueda:after     { position: absolute; left: 10px; top: 100%; content: ''; width: 0; height: 0; border-style: solid; border-width: 10px 10px 0 0; border-color: #287084 transparent transparent transparent; }
section.blog .no_resultado            { line-height: 1.5em; }

section.blog .current_category        { position: relative; display: inline-block; border: solid 1px #DCDCDC; border-radius: 10px; padding: 10px 35px 10px 15px; color: #848484; background-color: #fff; transition: all .4s; }
section.blog .current_category:hover  { border-color: #b50027; border-radius: 0; color: #b50027; }
section.blog .current_category::before,
section.blog .current_category::after      { position: absolute; display: block; top: 1.05em; right: 10px; width: 16px; height: 3px; background-color: #666; content: ""; transition: all .4s; }
section.blog .current_category::before     { transform: rotate(45deg); }
section.blog .current_category::after      { transform: rotate(-45deg); }
section.blog .current_category:hover::after,
section.blog .current_category:hover::before  { height: 4px; width: 10px; right: 10px; background-color: #b50027; }
section.blog .current_category:hover::before  { transform: rotate(-45deg) translateY(-3px); }
section.blog .current_category:hover::after   { transform: rotate(45deg) translateY(3px);   }

.post_list > li                     { width: 100%; box-sizing: border-box; }
.post_list > li article             { margin: 5px 10px; border-color: #E9E9E9 #E9E9E9 #C3C3C3; padding: 25px; background: url(img/post_back.png); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); }
.post_list .fecha                   { margin: 15px 0 5px; text-align: right; font-size: .85em; }
.post_list .title                   { display: block; margin-bottom: 15px; font-weight: 400; font-size: 1.25em; line-height: 1.3em; color: #1D697E; transition: all .4s; text-shadow: 1px 1px 1px #fff; }
.post_list .title:hover             { color: #b50027; transform: translateY(-3px); text-shadow: none; }
.post_list > li .thumbnail            { display: block; overflow: hidden; }
.post_list > li .thumbnail img        { display: block; margin: 0 auto 18px; max-width: 100%; height: auto; transition: all .4s; }
.post_list > li .thumbnail:hover img  { opacity: .8; transform: scale(1.05); }
.post_list > li .excerpt              { font-weight: 300; font-size: .95em; word-wrap: break-word; }
.post_list > li .metadata             { margin-top: 20px; font-size: .8em; }
.post_list > li .metadata .date                     { display: none; }
.post_list > li .metadata .post-categories          { display: inline-block; }
.post_list > li .metadata .post-categories li       { display: inline-block; }
.post_list > li .metadata .post-categories a        { display: inline-block; border: dotted 1px #DCDCDC; border-radius: 7px; padding: 9px 12px; color: #848484; transition: all .4s; }
.post_list > li .metadata .post-categories a:hover  { border-radius: 0; border: solid 1px #b50027; color: #b50027; }

.addtoany_list a  { border-bottom: none !important; }

/* excepciones para lista de proyectos destacados */
.lista_proyectos .auto-title  { margin-top: 0; }
.lista_proyectos .addtoany_share_save_container   { margin: 0; }

/*
  single
*/
section.single article        { margin: 10px 0 20px; padding: 40px; background: url(img/post_back.png); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); }
section.single .fecha         { margin-bottom: 20px; font-size: .85em; }

/* tiny styles */
.content h1             { margin: 2rem 0 1rem; font-size: 2em; line-height: 1.2em; font-weight: 800; color: #1D697E; }
.content h2             { margin: 2rem 0 1rem; font-size: 1.8em; line-height: 1.2em; font-weight: 400; color: #1D697E; }
.content h3             { margin: 2rem 0 1rem; font-size: 1.6em; line-height: 1.2em; font-weight: 400; color: #1D697E; }
.content h4             { margin: 2rem 0 1rem; font-size: 1.4em; line-height: 1.2em; font-weight: 400; color: #1D697E; }
.content       { font-weight: normal; }
.content p     { line-height: 1.4em; margin: 1.2em 0 1em; }
.content a       { border-bottom: dotted 1px #2766be; color: #2766be; line-height: 1.5em; margin: 1.2em 0 1em; transition: all .3s; }
.content a:hover { border-bottom: solid 1px #b50027; color: #b50027; }
.content img     { max-width: 100%; height: auto; }
.content iframe,
.content embed,
.content video { max-width: 100%; }
.content ol,
.content ul    { margin-bottom: 1.4em; padding-left: 25px; line-height: 1.3em; }
.content ol    { list-style: decimal; }
.content ul    { list-style: disc; }
.content li    { padding: 0 0 5px; }
.content .alignleft   { float: left; margin: 0.375em 1.75em 1.75em 0; }
.content .aligncenter { clear: both; display: block; margin: 0 auto 1.75em; }
.content .alignright  { float: right; margin: 0.375em 0 1.75em 1.75em; }
/* --- */

.comments       { margin: 50px 25px; }
.comments_head  { font-weight: 400; color: #1D697E; }
.comment_user   { margin-bottom: 10px; }
.no_comments    { margin: 20px 0; color: #000; }
.comment_form           { margin-top: 40px; }
.comments label         { display: block; margin: 15px 0 8px; font-size: .8em; }
.comments .aclaracion   { color: #919191; }
.comments input[type=text], .comments input[type=email], .comments textarea          { border: solid 1px #A4A4A4; margin-bottom: 10px; padding: 5px; width: 100%; box-sizing: border-box; font-size: 1em; font-family: 'Open Sans', sans-serif;  }

.comments_list    { margin: 20px 0; }
.comments_list li     { margin-bottom: 5px; border-radius: 5px; padding: 15px 20px; background-color: #fff; }
.comments_list .data  { margin-bottom: 5px; font-size: .9em; line-height: 1.3em; color: #7E7E7E; }
.comments_list .pendiente   { color: #C40000; }
.comments_list p            { margin-bottom: 10px; line-height: 1.3em; }
.comments_list p:last-child { margin-bottom: 0; }

.comments .button_link      { background-color: #fff; }

/*
  Soporte
*/
.soporte_intro { /*! padding: 30px 20px; */ line-height: 1.3em; /*! background: url(img/post_back.png); */ margin-top: 17px; box-shadow: none; }
.soporte_intro p.horario { padding: 0 20px; }

.soporte_opciones_tit     { margin: 40px 0 15px; border-bottom: 1px solid #b50027; padding-bottom: 5px; font-size: 1.1rem; color: #b50027; font-weight: 400; }
#soporte_opciones { padding: 0 20px; }
.soporte_opciones         {  }
.soporte_opciones a       { display: block; margin-bottom: -1px; border-bottom: solid 1px #E4E4E4; padding: 10px 8px; font-size: 1.2em; color: #1d697e; transition: all .3s; }
.soporte_opciones a:hover { padding-left: 15px; color: #000; background-color: #eee; }

section.soporte .sidebar     { padding-top: 10px; line-height: 1.5em; }
section.soporte .sidebar #mensaje_mesa_ayuda { background-color: #b32d4a; color: #ffffff; display: flex; justify-content: center; padding: 4px; border-radius: 17px; }

section.soporte .operador    { display: block; width: 95%; margin: 0 auto; }
section.soporte .soporte_warning  {  }

section.soporte .zona     { margin-top: 5px; font-weight: bold; color: #969696; }

/* Articulos de ayuda */
section.soporte .tipo_block   { margin: 20px; padding: 25px 20px; line-height: 1.3em; background: url(img/post_back.png); }
section.soporte .tipo_link    { display: inline-block; padding: 5px 0 10px; font-weight: bold; color: #b50027; }
section.soporte .tipo_link:first-child  { margin-top: 0; }
section.soporte .tipo_link:hover        { color: #000; }
section.soporte .ayuda_link   { display: block; border-bottom: solid 1px #E4E4E4; padding: 5px 5px; line-height: 1.4em; color: #1d697e; transition: all .3s; }
section.soporte .ayuda_link:hover   { padding: 5px 0 5px 10px; color: #000; background-color: #eee; }
section.soporte .mas_link           { display: inline-block; margin-top: 8px; padding: 4px; font-size: .9em; color: #b50027; transition: all .3s; }
section.soporte .mas_link:hover     { color: #000; }

/*
  Politica de calidad / terminos legales
*/
section.calidad .paper_box    { margin-top: 40px; padding: 20px; }
section.calidad h2            { font-size: 1.2em; margin-bottom: 15px; border-bottom: solid 1px #b50027; padding: 8px 0 6px; color: #b50027; }
section.calidad li            { margin-left: 3px; border-left: solid 4px #EAEAEA; padding-left: 10px; margin-bottom: 15px; }

/*
  Formularios de contacto
*/
.contact_form         { padding: 20px; margin-top: 16px; }
.contact_form a       { color: #b50027; }
.contact_form a:hover { text-decoration: underline; }
.contact_form .field  { margin-bottom: 18px; }
.contact_form p {  }
.contact_form p.titles { margin: 0px 0 3px; color: #1d697e; font-size: .9em; text-transform: uppercase; }
.contact_form input[type=text], .contact_form input[type=email], .contact_form input[type=tel], .contact_form select, .contact_form textarea  { resize: vertical; border: none; border-bottom: solid 1px #CACACA; background-color: #f4f4f4; border-radius: 5px; padding: 4px 12px; font-family: 'Open Sans'; font-size: 1em; width: 100%; box-sizing: border-box; }

.contact_form input[type=text]:focus, .contact_form input[type=email]:focus, .contact_form input[type=tel]:focus, .contact_form select:focus, .contact_form textarea:focus  { outline: none; border-radius: 0; background-color: #fbfbfb; }

.contact_form input.button_link   { margin-right: 5px; padding: 9px 12px; outline: 0; font-size: 1em; background-color: transparent; cursor: pointer; }
.contact_form p.p_enviar { float: right; top: -68px; position: relative; }

.contact_form .wpcf7-not-valid-tip      { padding: 0 2px 4px; color: #D60404; font-size: .85em; }
.contact_form .wpcf7-response-output    { margin: 1em 0; border-width: 2px; padding: 20px; font-weight: 400; font-size: .9em; line-height: 1.2em; }
.contact_form .wpcf7-validation-errors  { border-color: #D60404; color: #D60404; }

#educativa_countries_list option { font-family: 'Arial'; }

/* reCaptcha */
.recaptcha-edu {
    margin: 18px 0;
}

.rgpd { padding: 25px 15px; font-size: .85rem; line-height: 1.3rem; background-color: #f2f2f2; }
.rgpd h2        { padding-bottom: 15px; }
.rgpd .title    { font-weight: 600; color: #1d697e; }
.rgpd a         { color: #b50027; }
.rgpd a:hover   { text-decoration: underline; }
.rgpd .masinfo  { padding-top: 15px; }

.sidebar             { padding: 30px 20px 30px; }
.sidebar .paper_box  { padding: 10px; background-color: #fff; }
.sidebar h4          { border-bottom: solid 1px #b50027; padding: 5px 0; margin-bottom: 10px; }
.sidebar h4:not(:first-child)    { margin-top: 25px; }
.sidebar li        { line-height: 1.3em; color: #1d697e; }
.sidebar a         { color: #b50027; }
.sidebar a:hover         { text-decoration: underline; }
.sidebar .oficina        { margin-bottom: -1px; border: solid 1px #E4E4E4; padding: 8px 5px; cursor: pointer; transition: all .3s; }
.sidebar .oficina:hover  { color: #000; background-color: #eee; }
.sidebar .oficina_data   { display: none; margin-bottom: 15px; padding: 10px;  }
.mainbar .info_box,
.sidebar .info_box       { margin: 20px 0 0 0; }

.mensaje_exito              { margin-top: 40px; padding: 20px; background: url(img/post_back.png); }
.mensaje_exito .envio       { margin: 10px 0 20px; font-size: 1.2em; line-height: 1.3em; font-weight: bold;  }
.mensaje_exito .gracias     { margin: 20px 0 10px; text-align: right; font-weight: bold; }

/* Paginador */
nav.pagination                        { margin: 20px 10px;  text-align: center; }
nav.pagination .screen-reader-text        { display: none; }
nav.pagination .page-numbers              { display: inline-block; margin-bottom: 10px; padding: 5px 10px; color: #000; transition: all .4s; }
nav.pagination .page-numbers:not(.dots)   { border-radius: 5px; border: solid 1px #CECECE; }
nav.pagination a.page-numbers:not(.dots):hover    { border-radius: 0; border-color: #B50027; color: #B50027; }
nav.pagination .page-numbers.current              { background-color: #B50027; color: #fff; }

/* 404 */

.notfound         { position: relative; padding: 20px; background-color: #fff; }
.notfound > div   { padding-top: 8em; background-color: #e2fbff; }
.notfound .text   { position: absolute; top: 30px; left: 30px; }
.notfound .ups          { position: relative; display: inline-block; margin-bottom: 25px; padding: 15px; font-size: 1.3em; color: #fff; background-color: #000; }
.notfound .ups:after    { position: absolute; content: ''; bottom: -15px; left: 8px; width: 0; height: 0; border-style: solid; border-width: 15px 15px 0 0; border-color: #000000 transparent transparent transparent; }
.notfound .noexiste     { font-size: 1.2em; }
.notfound .button_link  { background-color: #fff; }
.notfound img     { display: block; max-width: 100%; height: auto; }

/*
	footer
*/
footer 							{ border-top: solid 5px #b50027; padding: 40px 10px; color: #fff; font-size: .85em; line-height: 1.3em; background-color: #000; }
footer .col-l, footer .col-r  { width: 50%; }
footer .datos_redes           { margin-bottom: 50px; text-align: center; }
footer .datos_redes a         { display: inline-block; width: 39px; height: 39px; font-size: 0; background-image: url(img/redes_sociales.png); background-repeat: no-repeat; }
footer .datos_redes a.youtube { background-position: 0 0; margin-right: 8px; }
footer .datos_redes a.twitter { background-position: -117px 0; margin-right: 8px; }
footer .datos_redes a.linkedin { background-position: -156px 0; margin-right: 8px; }
footer .datos_redes a.instagram { background-position: -39px 0; }
footer .datos_redes a.facebook { background-position: -195px 0; margin-right: 8px; }
footer .datos_redes a.youtube:hover { background-position: 0 -39px; }
footer .datos_redes a.twitter:hover { background-position: -117px -39px; }
footer .datos_redes a.linkedin:hover { background-position: -156px -39px; }
footer .datos_redes a.instagram:hover { background-position: -39px -39px; }
footer .datos_redes a.facebook:hover { background-position: -195px -39px; }
footer .datos_contacto        { text-align: center; }
footer .datos_contacto a        { margin-top: 4px; padding-top: 2px; display: inline-block; min-height: 20px; color: #DADADA; background-repeat: no-repeat; background-position: 0 100px; transition: all .4s; }
footer .datos_contacto a:hover  { padding-left: 30px; color: #fff; background-position: 0 center; }
footer .datos_contacto a.mail   { background-image: url(img/icon_mail.png); }
footer .datos_contacto a.dir    { background-image: url(img/icon_globe.png); }
footer .region                  { font-weight: bold; margin-bottom: 8px; }
footer .calidad                 { margin-top: 40px; text-align: center; background-size: 60px; }
footer .calidad a               { display: inline-block; width: 120px; height: 62px; font-size: 0; background: url(img/logo_iso.jpg) 0 0 no-repeat; }

.foot_legales       { padding: 10px 0 15px; text-align: center; color: #919191; font-size: .8em; background-color: #3F3F3F; }
.foot_legales a       { color: #DEDEDE; }
.foot_legales a:hover { color: #fff; }

/* fondo oscuro modal covid */
.modal-covid {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}
.modal-content-covid {
    position: relative;
    max-width: 52%;
    margin: auto auto 160px auto;

    padding: 24px;
    border-radius: 4px;
    background-color: #fefefe;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
}
.cont_popup {
    font-family: 'Open Sans', sans-serif;
    max-width: 100%;
    display: flex;
    background-size: cover;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    background-image: url(img/bg_covid19.jpg);
}
.closeCovid {
    position: absolute;
    top: -1px;
    right: 5px;
    font-weight: bold;
    color: #aaaaaa;
    font-size: 28px;
}
.closeCovid:hover,
.closeCovid:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.col1 {
    width: 425px;
}
.col2 {
    width: 425px;
}
.col1_title {
    margin: 12px auto 0;
    padding: 0 40px;
}
.col1_img {
    margin: 8px auto 0;
    padding: 0 40px;
}
.col2_row1 {
    margin: 81px 0 57px;
    font-size: 1.426rem;
    line-height: 1.7rem;
    color: #ffffff;
}
.col2_row2 {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    color: #ffffff;
}
.col2_row2_a {
    width: 213px;
}
.col2_row2_b {
    width: 212px;
}
.title_areas_popup {
    margin-bottom: 19px;
    font-size: 1.375rem;
}
.title_areas_popup2 {
    margin-bottom: 4px;
    font-size: 1.375rem;
}
.aclaracion_soporte { margin-bottom: 19px; }

.center_div_popup {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    line-height: 0;
}
.icon_separation {
    margin-right: 8px;
}
.bt_popup {
    display: block;
    border: none;
    background: none;
    margin-bottom: 20px;
    padding: 0;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
}
.bt_popup:hover {
    text-decoration: underline;
}
.col2_row3 {
    width: 50x;
    height: 50px;
    margin: 22px auto 32px;
    background-image: url(img/logo.png);
}

/* Media queries modal Covid */
@media screen and (max-width: 1634px) {
    .col2_row1 {
        margin: 38px 0 45px;
        padding: 0 20px;
        text-align: center;
        font-size: 1.4rem;
    }
    .col2_row2 {
        justify-content: space-between;
    }
    .col2_row2_a {
        width: auto;
        padding: 0 20px;
    }
    .col2_row2_b {
        width: auto;
        padding: 0 20px;
    }
}

@media screen and (max-width: 866px) {
    .cont_popup {
        max-width: 482px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 781px) {
    .modal-content-covid {
        max-width: inherit;
    }
    .cont_popup {
        max-width: inherit;
    }
    .col2_row2 {
        justify-content: center;
    }
    .col2_row2_a {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 26px;
    }
    .col2_row2_b {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


/* fondo oscuro modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    max-width: 62%;
    margin: auto auto 160px auto;
    padding: 20px;
    border-radius: 4px;
    background-color: #fefefe;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* The Close Button */
.close {
    position: absolute;
    top: 1px;
    right: 11px;
    font-weight: bold;
    color: #aaaaaa;
    font-size: 28px;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*
  Boton Whatsapp (modal)
*/
.cont-whatsapp {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 72px;
    right: 7px;
    font-size: 0.875rem;
    text-align: right;
    color: #3ccb4d;
    transition: all .7s;
}
.cont-whatsapp.hide {
    opacity:0;
    right:-60%;
}
.cont-whatsapp.show {
    opacity:1;
    right:7;
}
.button-whatsapp {
    width: 64px;
    height: 64px;
    margin: 0 0 0 7px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}
.button-whatsapp:hover {
    filter: saturate(65%);
}
.button-whatsapp img {
    width: 64px;
    height: 64px;
}

/*
Contenedor whatsapp (modal)
*/
.whatsapp-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.box-comercial, .box-servicios {
    max-width: 385px;
    width: 100%;
    padding-bottom: 26px;
    margin: 16px 8px;
    background-color: #dcdcdc;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.header-box-wsapp {
    display: flex;
    align-items: flex-start;
    max-width: 329px;
    min-height: 35px;
    padding: 5px 31px;
    background-color: #00887a;
}
.iso-educativa {
    height: 27px;
    width: 27px;
    margin: 5px 8px 0 0;
}
.title-box-wsapp {
    margin-top: 3px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFFFFF;
}
.txt-msje {
    max-width: 244px;
    height: auto;
    margin: 44px 85px 44px 31px;
    padding: 11px 14px;
    border-radius: 7px;
    font-size: 0.9375rem;
    background-color: white;
    color: #727272;
}
.cont-rpta {
    display: flex;
    margin: 0 31px;
    align-items: center;
}
.txt-rpta {
    max-width: 241px;
    width: 100%;
    padding: 13px 17px;
    border-radius: 7px;
    color: #727272;
    background-color: white;
    font-size: 0.9375rem;
}
.txt-rpta img {
    position: absolute;
    margin-top: -2px;
    margin-left: 2px;
}
.bt-env-mensaje {
    margin-left: 10px;
}
.bt-env-mensaje:hover {
    cursor: pointer;
    opacity: .6;
}

/* Media queries modal whatsapp */
@media screen and (min-width: 1120px) {
  .modal-content {
    max-width: 72%;
  }
}
@media screen and (min-width: 1360px) {
  .modal-content {
    max-width: 60%;
  }
}
@media screen and (max-width: 586px) {
  .modal-content {
    max-width: 92%;
    padding: 20px 5px;
  }
}

/* AnimaciÃ³n modal whatsapp */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.fancybox-next {
    right: -10px;
}

.fancybox-prev {
    left: -10px;
}
