@import url(fonts.css);
@import url(contact-form.css);
@import url(premios.css);
/* Fabian Luna http://fabian.mx */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "dinRegular", sans-serif;
  font-size: 17px;
  text-align: center;
  margin: 0;
  min-width: 1280px;
  color: #464545;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
@media (max-width: 1278px) {
  body {
    min-width: 1120px;
  }
}

div#caramelo {
  background: url("../img/caramelo.png");
  height: 6px;
  position: relative;
  z-index: 10;
}

div#caramelo-azul {
  background-color: #1ebef0;
  height: 6px;
  position: relative;
  border-bottom: solid 1px #1188bc;
  z-index: 10;
}

div#caramelo-verde {
  background-color: #5fb727;
  height: 6px;
  position: relative;
  border-bottom: solid 1px #5fb727;
  z-index: 10;
}

section#slide {
  height: 530px;
  color: white;
  border-bottom: 20px solid white;
  overflow: hidden;
}
section#slide div.slide-blog, section#slide .slide-prensa, section#slide .slide-archive {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
}
@media (max-width: 1278px) {
  section#slide div.slide-blog, section#slide .slide-prensa, section#slide .slide-archive {
    background-size: auto !important;
    -webkit-background-size: auto !important;
    -moz-background-size: auto !important;
    -o-background-size: auto !important;
  }
}
section#slide div.slide-blog div.destacada, section#slide .slide-prensa div.destacada, section#slide .slide-archive div.destacada {
  padding: 11em 3em 7em;
  height: 510px;
}
section#slide div.slide-blog div.destacada a, section#slide .slide-prensa div.destacada a, section#slide .slide-archive div.destacada a {
  color: white;
  text-decoration: none;
}
section#slide div.slide-blog div.destacada h3, section#slide .slide-prensa div.destacada h3, section#slide .slide-archive div.destacada h3 {
  font-size: 3em;
  position: relative;
  z-index: 10;
  margin-bottom: 0.5em;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
}
section#slide div.slide-blog div.destacada p, section#slide .slide-prensa div.destacada p, section#slide .slide-archive div.destacada p {
  position: relative;
  z-index: 10;
  font-size: 0.9em;
}
section#slide div.slide-blog div.destacada p.categoria, section#slide .slide-prensa div.destacada p.categoria, section#slide .slide-archive div.destacada p.categoria {
  text-transform: uppercase;
}
section#slide div.slide-blog {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section#slide div.slide-prensa {
  background: url("../img/prensa.jpg.html") no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
@media (max-width: 1278px) {
  section#slide div.slide-prensa {
    background: url("../img/prensa.jpg.html") no-repeat center center !important;
  }
}
section#slide div.slide-single {
  background-size: cover;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  height: 250px;
  transform: scale(1.1);
  -webkit-filter-transform: scale(1.1);
  -moz-filter-transform: scale(1.1);
  -ms-filter-transform: scale(1.1);
  -o-filter-transform: scale(1.1);
  filter: blur(10px);
  -webkit-filter-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  position: relative !important;
  z-index: 0 !important;
}
section#slide div.slide-archive {
  background-size: cover;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  height: 150px;
  transform: scale(1.1);
  -webkit-filter-transform: scale(1.1);
  -moz-filter-transform: scale(1.1);
  -ms-filter-transform: scale(1.1);
  -o-filter-transform: scale(1.1);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: relative !important;
  z-index: 0 !important;
}

section#video, #slide {
  height: 500px;
  position: relative;
  background-image: url("../img/teachers-back2.jpg.html");
}
section#video div#video-container, #slide div#video-container {
  position: relative;
  top: 0%;
  left: 0%;
  height: 650px;
  width: 100%;
  overflow: hidden;
  z-index: 7;
}
section#video div#video-container div#header, #slide div#video-container div#header {
  background: black;
  color: white;
}
section#video div#video-container video, #slide div#video-container video {
  z-index: 0;
}
@media (max-width: 1278px) {
  section#video div#video-container video, #slide div#video-container video {
    display: none;
  }
}
section#video div#video-container video.fillWidth, #slide div#video-container video.fillWidth {
  width: 100%;
}
section#video header, #slide header {
  position: absolute;
  top: 30px;
  z-index: 9;
  color: white;
  width: 100%;
  text-align: left;
}
section#video header h1, section#video header nav, section#video header div#idioma, section#video header div#acceso-web, #slide header h1, #slide header nav, #slide header div#idioma, #slide header div#acceso-web {
  display: inline-block;
  vertical-align: top;
}
section#video header h1, #slide header h1 {
  width: 200px;
  text-align: left;
  margin: 0;
}
section#video header h1 img, #slide header h1 img {
  width: 205px;
}
section#video header h1 span, #slide header h1 span {
  display: none;
}
section#video header nav, #slide header nav {
  width: 469px;
  text-align: right;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: normal;
}
section#video header nav ul, #slide header nav ul {
  margin: 0;
  padding: 1.7em 0;
}
section#video header nav ul li, #slide header nav ul li {
  display: inline;
  margin: 0 0.5em;
}
section#video header nav ul li a, #slide header nav ul li a {
  text-decoration: none;
  color: white;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
section#video header nav ul li a:hover, section#video header nav ul li .active, #slide header nav ul li a:hover, #slide header nav ul li .active {
  border-bottom: solid 1px yellow;
}
section#video header nav ul.darkz, #slide header nav ul.darkz {
  margin: 0;
  padding: 1.7em 0;
}
section#video header nav ul.darkz li, #slide header nav ul.darkz li {
  display: inline;
  margin: 0 0.5em;
}
section#video header nav ul.darkz li a, #slide header nav ul.darkz li a {
  text-decoration: none;
  color: #424242;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
section#video header nav ul.darkz li a:hover, section#video header nav ul.darkz li .active, #slide header nav ul.darkz li a:hover, #slide header nav ul.darkz li .active {
  border-bottom: solid 1px yellow;
}
section#video header nav.contacto, #slide header nav.contacto {
  width: 839px;
}
section#video header div#idioma, #slide header div#idioma {
  padding: 1.7em 0.5em;
}
section#video header div#idioma img, #slide header div#idioma img {
  width: 25px;
  vertical-align: bottom;
  margin-right: 10px;
}
section#video header div#idioma a, #slide header div#idioma a {
  color: white;
  text-decoration: none;
  vertical-align: middle;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 0.8em;
}
section#video header div#idioma:hover, #slide header div#idioma:hover {
  margin-top: -3px;
}
section#video header div#acceso-web a.profesor, #slide header div#acceso-web a.profesor {
  background-color: #00a1e2;
  margin-right: 10px;
  background-image: url("../img/acceso-padres.png");
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
section#video header div#acceso-web a.profesor:hover, #slide header div#acceso-web a.profesor:hover {
  background-color: #11b9ed;
}
section#video header div#acceso-web a.padres, #slide header div#acceso-web a.padres {
  background-color: #80cd00;
  background-image: url("../img/acceso-profesores.png");
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
section#video header div#acceso-web a.padres:hover, #slide header div#acceso-web a.padres:hover {
  background-color: #75af05;
}
section#video div#ver-video, #slide div#ver-video {
  z-index: 9;
  width: 660px;
  position: absolute;
  top: 220px;
  left: 50%;
  margin-left: -330px;
  color: white;
}
section#video div#ver-video a, #slide div#ver-video a {
  height: 90px;
}
section#video div#ver-video a img, #slide div#ver-video a img {
  width: 90px;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
section#video div#ver-video a img:hover, #slide div#ver-video a img:hover {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
}
section#video div#ver-video h2, #slide div#ver-video h2 {
  font-size: 3em;
  font-family: "dinLight", sans-serif;
  line-height: 1em;
  font-weight: normal;
}
section#video div#iconos, #slide div#iconos {
  margin-top: -110px;
  height: 395px;
  width: 100%;
  background-image: url("../img/iconos.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: 1979px 395px;
  z-index: 9;
  position: relative;
}
section#video div#contacto-titular, #slide div#contacto-titular {
  width: 1100px;
  position: absolute;
  top: 130px;
  left: 50%;
  margin-left: -550px;
  height: 500px;
  z-index: 10;
}
section#video div#contacto-titular div#indicaciones, section#video div#contacto-titular #formulario, #slide div#contacto-titular div#indicaciones, #slide div#contacto-titular #formulario {
  display: inline-block;
  vertical-align: top;
  color: white;
  z-index: 9;
}
section#video div#contacto-titular div#indicaciones, #slide div#contacto-titular div#indicaciones {
  width: 54%;
  text-align: left;
  padding: 2.5em 0;
}
section#video div#contacto-titular div#indicaciones img, section#video div#contacto-titular div#indicaciones h2, #slide div#contacto-titular div#indicaciones img, #slide div#contacto-titular div#indicaciones h2 {
  display: inline-block;
  vertical-align: middle;
}
section#video div#contacto-titular div#indicaciones img, #slide div#contacto-titular div#indicaciones img {
  width: 70px;
  margin-right: 15px;
}
section#video div#contacto-titular div#indicaciones h2, #slide div#contacto-titular div#indicaciones h2 {
  width: 480px;
  font-size: 2.5em;
  font-weight: normal;
  font-family: "dinLight", sans-serif;
  text-transform: uppercase;
  margin-top: 1.3em;
}
section#video div#contacto-titular div#indicaciones h2 span, #slide div#contacto-titular div#indicaciones h2 span {
  font-family: "dinMedium", sans-serif;
}
section#video div#contacto-titular div#indicaciones a, #slide div#contacto-titular div#indicaciones a {
  color: white;
  text-decoration: none;
  border-bottom: solid 1px white;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin-top: 1em;
}
section#video div#contacto-titular div#indicaciones a:hover, #slide div#contacto-titular div#indicaciones a:hover {
  border-bottom: solid 1px yellow;
  margin-left: 0.5em;
}
section#video div#contacto-titular div#indicaciones ul, #slide div#contacto-titular div#indicaciones ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section#video div#contacto-titular div#indicaciones ul li, #slide div#contacto-titular div#indicaciones ul li {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-family: "dinRegular", sans-serif;
  font-weight: normal;
}
section#video div#contacto-titular div#indicaciones ul li img, #slide div#contacto-titular div#indicaciones ul li img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
section#video div#contacto-titular div#formulario, #slide div#contacto-titular div#formulario {
  width: 44%;
}
section#video div#contacto-titular div#formulario h3, #slide div#contacto-titular div#formulario h3 {
  font-size: 1.5em;
  font-weight: normal;
  font-family: "dinLight", sans-serif;
  text-transform: uppercase;
  margin: 0.5em 0 1em;
  text-align: center;
}
section#video div#contacto-titular div#formulario form, #slide div#contacto-titular div#formulario form {
  margin: 0 auto;
  text-align: left;
  border: none;
}
section#video div#contacto-titular div#formulario form p, #slide div#contacto-titular div#formulario form p {
  margin: 0 0 0.5em;
  font-size: 0.9em;
}
section#video div#contacto-titular div#formulario form p.phone-number, #slide div#contacto-titular div#formulario form p.phone-number {
  float: left;
  padding-top: 2em;
  font-size: 1.1em;
}
section#video div#contacto-titular div#formulario form p.phone-number span, #slide div#contacto-titular div#formulario form p.phone-number span {
  font-weight: normal;
  font-family: "dinMedium", sans-serif;
}
section#video div#contacto-titular div#formulario form p.phone-number img, #slide div#contacto-titular div#formulario form p.phone-number img {
  width: 15px;
  margin-right: 0.5em;
}
section#video div#contacto-titular div#formulario form input, #slide div#contacto-titular div#formulario form input {
  height: 35px;
  width: 100%;
  padding: 0.3em 0.5em 0 3em;
  background-color: white;
  border: solid 0px #eaeaea;
  margin-bottom: 25px;
  color: #6b6b6b;
  font-family: "dinRegular", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
}
section#video div#contacto-titular div#formulario form input::-webkit-input-placeholder, #slide div#contacto-titular div#formulario form input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
section#video div#contacto-titular div#formulario form input:-moz-placeholder, #slide div#contacto-titular div#formulario form input:-moz-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
section#video div#contacto-titular div#formulario form input::-moz-placeholder, #slide div#contacto-titular div#formulario form input::-moz-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
section#video div#contacto-titular div#formulario form input:-ms-input-placeholder, #slide div#contacto-titular div#formulario form input:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
section#video div#contacto-titular div#formulario form input.nombre, #slide div#contacto-titular div#formulario form input.nombre {
  background-image: url("../img/form-nombre.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 35px 35px;
  margin-right: 0.6em;
  width: 58%;
}
@media (max-width: 1278px) {
  section#video div#contacto-titular div#formulario form input.nombre, #slide div#contacto-titular div#formulario form input.nombre {
    width: 100%;
  }
}
section#video div#contacto-titular div#formulario form input.colegio, #slide div#contacto-titular div#formulario form input.colegio {
  background-image: url("../img/form-colegio.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 35px 35px;
  margin-right: 0.6em;
  width: 58%;
}
@media (max-width: 1278px) {
  section#video div#contacto-titular div#formulario form input.colegio, #slide div#contacto-titular div#formulario form input.colegio {
    width: 100%;
  }
}
section#video div#contacto-titular div#formulario form input.cargo, #slide div#contacto-titular div#formulario form input.cargo {
  background-image: url("../img/form-cargo.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 35px 35px;
  float: right;
  width: 38%;
}
@media (max-width: 1278px) {
  section#video div#contacto-titular div#formulario form input.cargo, #slide div#contacto-titular div#formulario form input.cargo {
    width: 100%;
    float: none;
  }
}
section#video div#contacto-titular div#formulario form input.phone, #slide div#contacto-titular div#formulario form input.phone {
  background-image: url("../img/form-phone.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 35px 35px;
  float: right;
  width: 38%;
}
@media (max-width: 1278px) {
  section#video div#contacto-titular div#formulario form input.phone, #slide div#contacto-titular div#formulario form input.phone {
    width: 100%;
    float: none;
  }
}
section#video div#contacto-titular div#formulario form input.alumnos, #slide div#contacto-titular div#formulario form input.alumnos {
  background-image: url("../img/form-alumnos.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 35px 35px;
  float: right;
  width: 38%;
}
@media (max-width: 1278px) {
  section#video div#contacto-titular div#formulario form input.alumnos, #slide div#contacto-titular div#formulario form input.alumnos {
    width: 100%;
    float: none;
  }
}
section#video div#contacto-titular div#formulario form input.email, #slide div#contacto-titular div#formulario form input.email {
  background-image: url("../img/form-mail.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 35px 35px;
  width: 58%;
}
@media (max-width: 1278px) {
  section#video div#contacto-titular div#formulario form input.email, #slide div#contacto-titular div#formulario form input.email {
    width: 100%;
  }
}
section#video div#contacto-titular div#formulario form textarea, #slide div#contacto-titular div#formulario form textarea {
  width: 100%;
  padding: 0.8em 0.5em 1em 3em;
  background-color: white;
  border: solid 0px #eaeaea;
  background-image: url("../img/form-mensaje.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 35px 35px;
  resize: none;
  color: #6b6b6b;
  font-family: "dinRegular", sans-serif;
  font-weight: normal;
  font-size: 1em;
}
section#video div#contacto-titular div#formulario form textarea::-webkit-input-placeholder, #slide div#contacto-titular div#formulario form textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
section#video div#contacto-titular div#formulario form textarea:-moz-placeholder, #slide div#contacto-titular div#formulario form textarea:-moz-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
section#video div#contacto-titular div#formulario form textarea::-moz-placeholder, #slide div#contacto-titular div#formulario form textarea::-moz-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
section#video div#contacto-titular div#formulario form textarea:-ms-input-placeholder, #slide div#contacto-titular div#formulario form textarea:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
section#video div#contacto-titular div#formulario form input.submit, #slide div#contacto-titular div#formulario form input.submit {
  background-color: #ff8000;
  border: solid 2px #ff8000;
  width: 38%;
  float: right;
  padding: 1em 3em;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  height: auto;
  margin-top: 20px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 0 50%;
}
section#video div#contacto-titular div#formulario form input.submit:hover, #slide div#contacto-titular div#formulario form input.submit:hover {
  background-color: #e06d05;
  border: solid 2px #e06d05;
  color: white;
  cursor: pointer;
}
section#video div#contacto-titular div#formulario input[type=checkbox], #slide div#contacto-titular div#formulario input[type=checkbox] {
  width: 3%;
  display: inline-block;
  vertical-align: top;
}

section#descargas {
  margin-top: 9em;
}
section#descargas h3 {
  padding: 2em 2em 0 10em;
  font-size: 1.5em;
  color: #58548d;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
}
@media (max-width: 1278px) {
  section#descargas h3 {
    padding: 2em 5em 0 17em;
  }
}
section#descargas h3 span {
  font-family: "dinMedium", sans-serif;
}
section#descargas div#enlaces {
  padding: 0 2em 3em 15em;
}
section#descargas div#enlaces a.webapp {
  background-color: #80528a;
  margin-right: 10px;
  background-image: url("../img/webapp.png");
  background-repeat: no-repeat;
  background-size: 50px 50px;
  height: 30px;
  font-size: 2em;
  padding: 0.3em 0.5em 0.3em 2em;
  font-family: "dinMedium", sans-serif;
  height: 50px;
}
section#descargas div#enlaces a.webapp:hover {
  background-color: #95649e;
}
section#descargas div#enlaces a.android {
  background-color: #7b8600;
  margin-right: 10px;
  background-image: url("../img/boton-playstore.png");
  background-repeat: no-repeat;
  background-size: 50px 50px;
  height: 30px;
  font-size: 2em;
  padding: 0.15em 0.5em 0.3em 2em;
  font-family: "dinMedium", sans-serif;
  height: 50px;
}
section#descargas div#enlaces a.android img {
  height: 39.5px;
  width: 136px;
}
section#descargas div#enlaces a.android:hover {
  background-color: #8c9802;
}
section#descargas div#enlaces a.appstore {
  background-color: #0089c6;
  margin-right: 10px;
  background-image: url("../img/boton-appstore.png");
  background-repeat: no-repeat;
  background-size: 50px 50px;
  height: 30px;
  font-size: 2em;
  padding: 0.15em 0.5em 0.3em 2em;
  font-family: "dinMedium", sans-serif;
  height: 50px;
}
section#descargas div#enlaces a.appstore img {
  height: 39.5px;
  width: 136px;
}
section#descargas div#enlaces a.appstore:hover {
  background-color: #149ddb;
}
section#descargas img {
  width: 980px;
}

section#implementacion {
  margin-top: 4em;
  background-color: #58548d;
  color: white;
  padding: 3em 0;
}
section#implementacion div.phone, section#implementacion .horas48, section#implementacion .mas-info {
  display: inline-block;
  vertical-align: top;
}
section#implementacion div.phone {
  width: 120px;
}
section#implementacion div.phone img {
  margin-top: 20px;
  width: 66px;
}
section#implementacion div.horas48 {
  width: 541px;
  text-align: left;
  padding-right: 2em;
  font-family: "dinLight", sans-serif;
}
section#implementacion div.horas48 h4 {
  font-size: 1.6em;
  margin: 0;
}
section#implementacion div.horas48 p {
  margin: 1em 0 0;
  text-transform: uppercase;
}
section#implementacion div.mas-info a {
  background-color: #ff8000;
  background-image: url("../img/mas.png");
  background-repeat: no-repeat;
  background-size: 52px 52px;
  background-position: 100% 0%;
  overflow: hidden;
}
section#implementacion div.mas-info a:hover {
  background-color: #e06d05;
}
section#implementacion div.mas-info p {
  margin: 1em 0 0;
  text-transform: uppercase;
}
section#implementacion div.mas-info p span {
  font-family: "dinBold", sans-serif;
  font-weight: 500;
}

section#implementacion-landing {
  background-color: #58548d;
  color: white;
  padding: 3em 0;
}
section#implementacion-landing h4 {
  font-size: 2rem;
  font-weight: 300;
  width: 600px;
  margin: 0 auto;
}

section#modulos {
  padding-top: 5em;
}
section#modulos div.titulo {
  color: #0098d9;
}
section#modulos div.titulo img {
  width: 80px;
}
section#modulos div.titulo p {
  text-transform: uppercase;
  margin: 1em 0 0;
  color: #0080a8;
}
section#modulos div.titulo h3 {
  font-size: 2.5em;
  text-transform: uppercase;
  margin: 0;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
}
section#modulos div#grid-modulos {
  margin: 3em auto;
  width: 960px;
}
section#modulos div#grid-modulos figure.modulo, section#modulos div#grid-modulos figure.modulo-landing {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin: 0;
  padding: 1em 0;
}
section#modulos div#grid-modulos figure.modulo img, section#modulos div#grid-modulos figure.modulo-landing img {
  width: 130px;
}
section#modulos div#grid-modulos figure.modulo figcaption h4, section#modulos div#grid-modulos figure.modulo-landing figcaption h4 {
  margin: 0;
  color: #0080a9;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
  font-size: 1.8em;
  text-transform: uppercase;
}
section#modulos div#grid-modulos figure.modulo figcaption p, section#modulos div#grid-modulos figure.modulo-landing figcaption p {
  margin: 1em 0;
  font-size: 0.85em;
  text-align: left;
  padding: 0 1.9em;
}
section#modulos div#grid-modulos figure.modulo-landing {
  width: 18% !important;
}
section#modulos div#grid-modulos figure.modulo-landing figcaption h4 {
  font-size: 1.3em;
}
section#modulos div#grid-modulos figure.modulo-landing figcaption p {
  padding: 0.5rem;
  text-align: center;
}

section#insignias {
  background: black url("../img/insignias-bg.jpg.html") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 480px;
  position: relative;
}
section#insignias div#app-mano, section#insignias div#naranja {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
section#insignias div#app-mano img {
  padding-top: 38px;
  width: 680px;
  z-index: 5;
  position: relative;
}
section#insignias div#naranja {
  background-color: rgba(255, 102, 0, 0.8);
  height: 480px;
  color: white;
  padding: 7em 6em;
  position: relative;
  text-align: left;
}
section#insignias div#naranja div.slide-insignias {
  position: absolute;
  left: -65px;
  top: 80px;
  width: 130px !important;
}
section#insignias div#naranja div.slide-insignias img {
  width: 130px !important;
}
section#insignias div#naranja h5 {
  font-size: 2.2em;
  text-transform: uppercase;
  font-family: "dinBold", sans-serif;
  line-height: 1.2em;
  margin: 0;
}
section#insignias div#naranja h5 span {
  font-family: "dinLight", sans-serif;
  font-weight: normal;
}
section#insignias div#naranja p {
  font-size: 1.8em;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
  margin: 1em 0;
}

section#veinticuatro-siete {
  background: url("../img/cmn-morelia.jpg.html") no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 500px;
  position: relative;
}
@media (max-width: 1278px) {
  section#veinticuatro-siete {
    background: url("../img/cmn-morelia.jpg.html") no-repeat center center !important;
  }
}
section#veinticuatro-siete div#iconos-24-7 {
  position: relative;
  padding-top: 7em;
  z-index: 5;
}
section#veinticuatro-siete div#iconos-24-7 img {
  width: 640px;
}
section#veinticuatro-siete div#naranja {
  background-color: rgba(255, 102, 0, 0.8);
  color: white;
  padding: 1.3em;
  width: 670px;
  margin: 0 auto;
  min-width: 360px;
  z-index: 5;
  position: relative;
}
section#veinticuatro-siete div#naranja h4 {
  font-size: 1.7em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
section#veinticuatro-siete div#naranja p {
  margin: 0;
  text-transform: uppercase;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
}

section#sincronizacion {
  background-color: #3ab3e3;
  height: 500px;
  background-image: url("../img/gatito-bg.png");
  background-repeat: repeat-x;
  background-position: center 100%;
  background-size: 2220px 420px;
  text-align: left;
}
section#sincronizacion div.informacion-colegio {
  padding: 6em 8em 0 23em;
}
section#sincronizacion div.informacion-colegio h3, section#sincronizacion div.informacion-colegio img {
  display: inline-block;
  vertical-align: top;
}
section#sincronizacion div.informacion-colegio h3 {
  width: 83%;
  margin: 0;
  color: yellow;
  text-transform: uppercase;
  font-size: 1.7em;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
}
section#sincronizacion div.informacion-colegio p {
  color: white;
  font-weight: normal;
  font-size: 1.1em;
}
section#sincronizacion div.informacion-colegio img {
  width: 80px;
}

section#beneficios {
  padding: 5em 0 0;
}
section#beneficios div.titulo {
  color: #0098d9;
}
section#beneficios div.titulo img {
  width: 80px;
}
section#beneficios div.titulo p {
  text-transform: uppercase;
  margin: 1em 0 0;
  color: #0080a8;
}
section#beneficios div.titulo h3 {
  font-size: 2.5em;
  text-transform: uppercase;
  margin: 0;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
  color: #ff8000;
}
section#beneficios ul#menu-beneficios {
  width: 100%;
  margin: 2em 0;
  padding: 0;
}
section#beneficios ul#menu-beneficios li.tab {
  position: relative;
  width: 45%;
  vertical-align: top;
  display: inline-block;
  background-color: #e2e2e2;
  margin: 0.5em 0.25em;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 0.5em;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 5px;
}
section#beneficios ul#menu-beneficios li.tab div.indicador {
  display: none;
}
section#beneficios ul#menu-beneficios li.tab:hover {
  background-color: #ff8800;
  cursor: pointer;
  color: white;
}
section#beneficios ul#menu-beneficios li.active {
  font-family: "dinMedium", sans-serif;
  font-weight: normal;
  background-color: #ff8800;
  color: white;
}
section#beneficios ul#menu-beneficios li.active div.indicador {
  position: absolute;
  width: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #ff8800;
  right: 50%;
  display: inline;
}
section#beneficios div.tab_container h4 {
  color: #1b75b2;
  font-size: 2em;
  font-weight: normal;
  font-family: "dinLight", sans-serif;
}
section#beneficios div.tab_container h4 span {
  font-family: "dinMedium", sans-serif;
}
section#beneficios div.tab_container div.icono-izq, section#beneficios div.tab_container div.icono-der {
  margin: 5em 0;
}
section#beneficios div.tab_container div.icono-izq img, section#beneficios div.tab_container div.icono-izq div, section#beneficios div.tab_container div.icono-der img, section#beneficios div.tab_container div.icono-der div {
  display: inline-block;
  vertical-align: top;
}
section#beneficios div.tab_container div.icono-izq img, section#beneficios div.tab_container div.icono-der img {
  width: 150px;
  margin: 0 1em;
}
section#beneficios div.tab_container div.icono-izq div.notificaciones, section#beneficios div.tab_container div.icono-izq .estadisticas, section#beneficios div.tab_container div.icono-izq .imagen-colegio, section#beneficios div.tab_container div.icono-izq .pagos, section#beneficios div.tab_container div.icono-izq .api, section#beneficios div.tab_container div.icono-izq .notificacion, section#beneficios div.tab_container div.icono-izq .insignias, section#beneficios div.tab_container div.icono-der div.notificaciones, section#beneficios div.tab_container div.icono-der .estadisticas, section#beneficios div.tab_container div.icono-der .imagen-colegio, section#beneficios div.tab_container div.icono-der .pagos, section#beneficios div.tab_container div.icono-der .api, section#beneficios div.tab_container div.icono-der .notificacion, section#beneficios div.tab_container div.icono-der .insignias {
  background: url("../img/sprite-servcios.png");
  background-repeat: no-repeat;
  background-size: 180px;
  width: 180px;
  height: 180px;
  margin: 0 1em;
}
section#beneficios div.tab_container div.icono-izq div.notificaciones, section#beneficios div.tab_container div.icono-der div.notificaciones {
  background-position: 0 -1620px;
}
section#beneficios div.tab_container div.icono-izq div.estadisticas, section#beneficios div.tab_container div.icono-der div.estadisticas {
  background-position: 0 -2160px;
}
section#beneficios div.tab_container div.icono-izq div.imagen-colegio, section#beneficios div.tab_container div.icono-der div.imagen-colegio {
  background-position: 0 -1080px;
}
section#beneficios div.tab_container div.icono-izq div.pagos, section#beneficios div.tab_container div.icono-der div.pagos {
  background-position: 0 -1800px;
}
section#beneficios div.tab_container div.icono-izq div.api, section#beneficios div.tab_container div.icono-der div.api {
  background-position: 0 0;
}
section#beneficios div.tab_container div.icono-izq div.insignias, section#beneficios div.tab_container div.icono-der div.insignias {
  background-position: 0 -1260px;
}
section#beneficios div.tab_container div.icono-izq div, section#beneficios div.tab_container div.icono-der div {
  width: 600px;
}
section#beneficios div.tab_container div.icono-izq div h5, section#beneficios div.tab_container div.icono-der div h5 {
  font-size: 1.7em;
  color: #ff5a00;
  margin: 0;
  padding: 0;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
}
section#beneficios div.tab_container div.icono-izq div p, section#beneficios div.tab_container div.icono-der div p {
  font-size: 1em;
  color: #4d4d4d;
}
section#beneficios div.tab_container div.icono-izq div pre, section#beneficios div.tab_container div.icono-der div pre {
  font-size: 0.8em;
  text-align: center;
  color: gray;
}
section#beneficios div.tab_container div.icono-izq div {
  text-align: left;
}
section#beneficios div.tab_container div.icono-der div {
  text-align: right;
}

section#implementacion-contacto {
  padding: 4em 0 6em;
}
section#implementacion-contacto div.titulo {
  color: #0098d9;
}
section#implementacion-contacto div.titulo img {
  width: 80px;
}
section#implementacion-contacto div.titulo p {
  text-transform: uppercase;
  margin: 1em 0 0;
  color: #0080a6;
}
section#implementacion-contacto div.titulo h3 {
  font-size: 2.5em;
  text-transform: uppercase;
  margin: 0;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
  color: #0096d7;
}
section#implementacion-contacto div.tab_container h4 {
  color: #1b75b2;
  font-size: 2em;
  font-weight: normal;
  font-family: "dinLight", sans-serif;
}
section#implementacion-contacto div.tab_container h4 span {
  font-family: "dinMedium", sans-serif;
}
section#implementacion-contacto div.tab_container div.icono-izq, section#implementacion-contacto div.tab_container div.icono-der {
  margin: 5em 0;
}
section#implementacion-contacto div.tab_container div.icono-izq img, section#implementacion-contacto div.tab_container div.icono-izq div, section#implementacion-contacto div.tab_container div.icono-der img, section#implementacion-contacto div.tab_container div.icono-der div {
  display: inline-block;
  vertical-align: top;
}
section#implementacion-contacto div.tab_container div.icono-izq img, section#implementacion-contacto div.tab_container div.icono-der img {
  width: 150px;
  margin: 0 1em;
}
section#implementacion-contacto div.tab_container div.icono-izq div, section#implementacion-contacto div.tab_container div.icono-der div {
  width: 650px;
}
section#implementacion-contacto div.tab_container div.icono-izq div h5, section#implementacion-contacto div.tab_container div.icono-der div h5 {
  font-size: 1.7em;
  color: #ff5a00;
  margin: 0;
  padding: 0;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
}
section#implementacion-contacto div.tab_container div.icono-izq div p, section#implementacion-contacto div.tab_container div.icono-der div p {
  font-size: 1em;
  color: #4d4d4d;
}
section#implementacion-contacto div.tab_container div.icono-izq div pre, section#implementacion-contacto div.tab_container div.icono-der div pre {
  font-size: 0.8em;
  text-align: center;
  color: gray;
}
section#implementacion-contacto div.tab_container div.icono-izq div {
  text-align: left;
}
section#implementacion-contacto div.tab_container div.icono-der div {
  text-align: right;
}

section#datos-reales {
  background-image: url("../img/datos-reales-bg.jpg.html");
  background-repeat: repeat-x;
  background-position: center 0;
  background-size: 2220px 638px;
}
section#datos-reales div.izquierda, section#datos-reales div.android {
  display: inline-block;
  vertical-align: top;
  color: white;
}
section#datos-reales div.izquierda {
  width: 68%;
  text-align: left;
  padding-left: 18em;
  position: relative;
}
section#datos-reales div.izquierda div.palomita {
  text-transform: uppercase;
  padding-top: 4em;
  position: relative;
}
section#datos-reales div.izquierda div.palomita h3, section#datos-reales div.izquierda div.palomita img, section#datos-reales div.izquierda div.palomita p {
  position: absolute;
}
section#datos-reales div.izquierda div.palomita h3 {
  color: #00aeef;
  font-size: 3em;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
  margin: 0;
  top: 55px;
}
section#datos-reales div.izquierda div.palomita p {
  font-size: 1.2em;
  margin: 0;
  top: 115px;
}
section#datos-reales div.izquierda div.palomita img {
  right: 0;
  width: 70px;
}
section#datos-reales div.izquierda div.pleca-blanca {
  position: absolute;
  z-index: 9;
  top: 230px;
}
section#datos-reales div.izquierda div.pleca-blanca h3 {
  color: #58548d;
  font-size: 3em;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
  margin: 0;
  line-height: 0.7em;
  text-transform: uppercase;
}
section#datos-reales div.izquierda div.pleca-blanca h3 span {
  font-size: 28px;
  margin: 0;
}
section#datos-reales div.izquierda div.pleca-blanca p {
  color: #00aeef;
  font-size: 1.1em;
  padding: 0 1em;
}
section#datos-reales div.android {
  padding-top: 7em;
  width: 220px;
  position: relative;
}
section#datos-reales div.android img {
  width: 100%;
}
section#datos-reales div.android div#notificacion {
  width: 70px;
  position: absolute;
  top: 100px;
  right: -25px;
  z-index: 9;
}
section#datos-reales div#comparativo {
  background-image: url("../img/comparativo-bg.png");
  background-repeat: repeat-x;
  background-position: center 0;
  background-size: 2220px 366px;
  margin-top: -80px;
  position: relative;
  z-index: 9;
}
section#datos-reales div#comparativo div#sitio-web, section#datos-reales div#comparativo #con-schoolcontrol {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  font-size: 1.5em;
}
section#datos-reales div#comparativo div#sitio-web span, section#datos-reales div#comparativo #con-schoolcontrol span {
  font-size: 1.1em;
  font-family: "dinBold", sans-serif;
  font-weight: normal;
}
section#datos-reales div#comparativo div#sitio-web figure, section#datos-reales div#comparativo #con-schoolcontrol figure {
  color: #58548d;
}
section#datos-reales div#comparativo div#sitio-web figure img, section#datos-reales div#comparativo #con-schoolcontrol figure img {
  width: 350px;
  margin: 0.5em 0;
}
section#datos-reales div#comparativo div#sitio-web figure {
  margin: 0;
  padding: 1.2em 2em;
}
section#datos-reales div#comparativo div#sitio-web figure p {
  margin: 0;
}
section#datos-reales div#comparativo div#sitio-web figure p span {
  text-transform: uppercase;
}
section#datos-reales div#comparativo div#con-schoolcontrol figure {
  margin: 0;
  padding: 1.7em;
}
section#datos-reales div#comparativo div#con-schoolcontrol figure p {
  margin: 0;
}
section#datos-reales div#comparativo div#con-schoolcontrol figure p span {
  color: #00aeef;
  font-size: 1.3em;
}
section#datos-reales div#comparativo div#con-schoolcontrol figure p strong {
  font-family: "dinBold", sans-serif;
  font-weight: normal;
}
section#datos-reales div#comparativo div#con-schoolcontrol figure figcaption {
  font-size: 0.6em;
  text-transform: uppercase;
  color: #00aeef;
  margin-top: 0.5em;
  padding: 0 2em;
}
section#datos-reales div#comparativo div#con-schoolcontrol figure figcaption span {
  font-family: "dinBold", sans-serif;
  font-weight: normal;
}

section#medios {
  background: -webkit-linear-gradient(180deg, #eaeaea 10%, white 90%);
  background: -moz-linear-gradient(180deg, #eaeaea 10%, white 90%);
  background: -ms-linear-gradient(180deg, #eaeaea 10%, white 90%);
  background: -o-linear-gradient(180deg, #eaeaea 10%, white 90%);
  background: linear-gradient(180deg, #eaeaea 10%, white 90%);
  padding-top: 6em;
  border-bottom: solid 1px #eaeaea;
}
section#medios div.titulo {
  color: #c31e79;
}
section#medios div.titulo img {
  width: 80px;
}
section#medios div.titulo a {
  text-transform: uppercase;
  margin: 0;
  color: #c31e79;
  text-decoration: none;
}
section#medios div.titulo a:hover {
  color: #58548d;
}
section#medios div.titulo h3 {
  font-size: 2.5em;
  text-transform: uppercase;
  margin: 0.5em 0 0;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
}
section#medios div.slide-medios {
  padding: 4em 0 6em;
}
section#medios div.slide-medios div.grid {
  overflow: hidden;
  padding: 1em;
  width: 85%;
  list-style: none;
  text-align: center;
  background-color: #eaeaea;
}
section#medios div.slide-medios div.grid img {
  width: 180px;
  height: 60px;
  margin: 0 auto;
}
section#medios div.slide-medios div.terra {
  background-color: #f4a430;
}
section#medios div.slide-medios div.intel {
  background-color: #1c61ae;
}
section#medios div.slide-medios div.excelsior {
  background-color: #8f012e;
}
section#medios div.slide-medios div.alt1040 {
  background-color: #01a6e6;
}
section#medios div.slide-medios div.reforma {
  background-color: #008464;
}
section#medios div.slide-medios div.w-radio {
  background-color: #df212a;
}
section#medios div.slide-medios div.red {
  background-color: #231f20;
}

section#en-clases {
  background: black url("../img/alumnos-clase.jpg.html") no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  margin-top: -7em;
  padding-top: 5em;
}
@media (max-width: 1278px) {
  section#en-clases {
    background: black url("../img/alumnos-clase.jpg.html") no-repeat center center !important;
    margin-top: -8em;
  }
}
section#en-clases div#alumnos {
  width: 100%;
  margin: 0;
  padding: 3em;
  height: 550px;
  position: relative;
}
section#en-clases div#alumnos div.naranja {
  background-color: rgba(255, 102, 0, 0.8);
  color: white;
  position: relative;
  text-align: left;
  height: 350px;
  width: 450px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3em;
}
section#en-clases div#alumnos div.naranja h4 {
  font-size: 1.7em;
  text-transform: uppercase;
  margin: 0;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
}
section#en-clases div#alumnos div.naranja p {
  font-size: 1.1em;
}
@media (max-width: 1278px) {
  section#en-clases div#alumnos div.naranja p {
    font-size: 1.2em;
  }
}
section#en-clases div#profesor {
  background-image: url("../img/pizarron-verde.jpg");
  background-repeat: repeat-x;
  background-position: center 0%;
  background-size: 2220px 497px;
}
section#en-clases div#profesor div.maestro, section#en-clases div#profesor div.tarea {
  display: inline-block;
  vertical-align: top;
}
section#en-clases div#profesor div.tarea {
  padding-top: 3em;
  width: 400px;
  color: white;
  text-align: left;
  font-size: 1.4em;
}
section#en-clases div#profesor div.tarea span {
  color: yellow;
  font-size: 1.2em;
}
section#en-clases div#profesor div.maestro {
  padding-left: 10em;
  bottom: 0;
  position: relative;
}
section#en-clases div#profesor div.maestro img {
  margin-top: -80px;
  position: relative;
  width: 400px;
  bottom: 0;
}

section#testimonios {
  position: relative;
  z-index: 3;
  margin-top: -5px;
  background-color: white;
  padding-bottom: 3em;
  border-bottom: solid 1px #eaeaea;
}
section#testimonios div.foto-margen, section#testimonios div.quote {
  display: inline-block;
  vertical-align: top;
  width: 500px;
  padding: 3em 0;
}
section#testimonios div.foto-margen div.avatar {
  position: relative;
}
section#testimonios div.foto-margen div.avatar img.avatar {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  position: relative;
  left: 30%;
}
section#testimonios div.foto-margen div.avatar p {
  color: green;
  font-size: 1.3em;
  margin: 1em 0 0;
}
section#testimonios div.foto-margen div.avatar p.cargo {
  margin: 0.2em 0 0;
  color: #c6c6c6;
  font-size: 1em;
}
section#testimonios div.foto-margen div.avatar div.fuente {
  position: absolute;
  bottom: 60px;
  z-index: 9;
  right: 30%;
  border-radius: 30px;
}
section#testimonios div.foto-margen div.avatar div.fuente img {
  width: 60px;
  height: 60px;
}
section#testimonios div.foto-margen div.avatar div.twitter {
  background-color: #55acee;
}
section#testimonios div.foto-margen div.avatar div.facebook {
  background-color: #3b5998;
}
section#testimonios div.foto-margen div.avatar div.email {
  background-color: #8bb600;
}
section#testimonios div.quote {
  padding-top: 5.5em;
  font-size: 1.3em;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
  text-align: left;
}
section#testimonios div.quote img {
  width: 200px;
  margin: 0 auto;
}

section#blog {
  padding: 5em 0;
  background-image: url("../img/blog-bg.png");
}
section#blog div.titulo {
  color: #0098d9;
}
section#blog div.titulo h3 {
  font-size: 2.5em;
  text-transform: uppercase;
  margin: 0.5em 0 0;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
}
section#blog div.titulo img {
  width: 80px;
}
section#blog div#grid-blog {
  padding: 2em 0;
}
section#blog div#grid-blog div.fader {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  height: 340px;
  margin: 0.7em 0.5em;
  overflow: hidden;
  position: relative;
}
section#blog div#grid-blog div.fader div.categoria {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 20px;
}
section#blog div#grid-blog div.fader div.categoria img {
  width: 50px;
}
section#blog div#grid-blog div.fader div.foto {
  width: 340px;
  height: 340px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
}
section#blog div#grid-blog div.fader div.text {
  padding: 9em 2em 2em;
  width: 340px;
  height: 340px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  z-index: 10;
}
section#blog div#grid-blog div.fader div.text a {
  color: white;
  text-decoration: none;
  padding-top: 4em;
  margin: 0;
  font-size: 1.5em;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
section#blog div#grid-blog div.fader div.text a span {
  padding: 0;
  font-size: 0.7em;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
}
section#blog div#grid-blog div.fader:hover div.foto {
  cursor: pointer;
  transform: scale(1.1);
}
section#blog div#grid-blog div.fader:hover div.text {
  background-color: rgba(0, 0, 0, 0.4);
}
section#blog div#grid-blog div.fader:hover div.text a {
  color: white;
}
section#blog div#grid-blog div.destacado {
  width: 700px;
}
section#blog div#grid-blog div.destacado div.text {
  width: 700px;
}

a.leer {
  background-color: #ff8000;
  background-image: url("../img/mas.png");
  background-repeat: no-repeat;
  background-size: 52px 52px;
  background-position: 100% 0%;
  overflow: hidden;
}
a.leer:hover {
  background-color: #e06d05;
}

section#premios {
  padding: 5em 0;
}
section#premios div.titulo {
  color: #0098d9;
}
section#premios div.titulo h3 {
	font-size: 2em;
	text-transform: uppercase;
	margin: 0.5em 0 0;
	font-family: "RoboLight", sans-serif;
	font-weight: normal;
	color: #ff1d25;
}
section#premios div.titulo img {
  width: 80px;
}

section#paginado {
  border-bottom: solid 1px #e7e7e7;
  text-align: center;
  padding: 3em 0 5em;
}
section#paginado div.wp-pagenavi a, section#paginado div.wp-pagenavi span.current {
  padding: 0.75em 1em;
  border: solid 1px #e7e7e7;
  width: 60px;
  height: 60px;
  margin: 0 0.35em;
  color: gray;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
section#paginado div.wp-pagenavi a:hover, section#paginado div.wp-pagenavi span.current {
  background-color: #e7e7e7;
}

section#siguenos {
  padding: 5em 0 2em;
}
section#siguenos div.titulo {
  color: #0098d9;
}
section#siguenos div.titulo h3 {
  font-size: 2.5em;
  text-transform: uppercase;
  margin: 0;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
}
section#siguenos div.iconos-sociales {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin: 1em;
  height: 170px;
  position: relative;
  z-index: 10;
  color: white;
}
section#siguenos div.iconos-sociales img {
  width: 100px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
section#siguenos div.iconos-sociales img:hover {
  position: relative;
  margin-top: -5px;
}

section#grid-blog {
  padding: 3em 0;
  background-color: white;
  position: relative;
}
section#grid-blog h2 {
  font-size: 2.5em;
  text-transform: uppercase;
  margin: 0;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
  color: #0096d7;
  margin: 1em 0;
}
section#grid-blog div.blogpost {
  width: 360px;
  display: inline-block;
  vertical-align: top;
}
section#grid-blog div.blogpost div.titulo {
  height: 80px;
  text-align: left;
  padding: 0 2em;
}
section#grid-blog div.blogpost div.titulo p.fecha {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #0080a7;
  margin: 0.5em 0 0;
}
section#grid-blog div.blogpost div.titulo h3 {
  margin: 0.5em 0 0;
  font-size: 1.2em;
  font-weight: normal;
  font-family: "dinRegular", sans-serif;
}
section#grid-blog div.blogpost div.fader {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  height: 180px;
  margin: 0.7em 0.5em;
  overflow: hidden;
  position: relative;
}
section#grid-blog div.blogpost div.fader div.categoria {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 20px;
}
section#grid-blog div.blogpost div.fader div.categoria img {
  width: 50px;
}
section#grid-blog div.blogpost div.fader div.foto {
  width: 330px;
  height: 180px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
}
section#grid-blog div.blogpost div.fader div.text {
  padding: 5em 2em 2em;
  width: 330px;
  height: 180px;
  background-color: transparent;
  position: absolute;
  top: 0;
  z-index: 10;
}
section#grid-blog div.blogpost div.fader div.text a {
  color: rgba(255, 255, 255, 0);
  text-decoration: none;
  padding-top: 4em;
  margin: 0;
  font-size: 0.9em;
  text-transform: uppercase;
  font-family: "dinMedium", sans-serif;
  font-family-font-weight: normal;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
section#grid-blog div.blogpost div.fader:hover div.foto {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-filter-transform: scale(1.1);
  -moz-filter-transform: scale(1.1);
  -ms-filter-transform: scale(1.1);
  -o-filter-transform: scale(1.1);
}
section#grid-blog div.blogpost div.fader:hover div.text {
  background-color: rgba(0, 0, 0, 0.4);
}
section#grid-blog div.blogpost div.fader:hover div.text a {
  color: white;
}

section#columns {
  column-width: 330px;
  -webkit-column-width: 330px;
  -moz-column-width: 330px;
  -o-column-width: 330px;
  column-gap: 15px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  -o-column-gap: 15px;
  width: 100%;
  max-width: 1100px;
  margin: 80px auto 0;
  text-align: left;
  position: relative;
}
section#columns a {
  color: white;
  text-decoration: none;
}
section#columns p.fecha {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #0080a7;
  margin: 0.5em 0 0;
}
section#columns h3 {
  color: #424242;
  margin: 0.5em 0 0;
  font-size: 1.2em;
  font-weight: normal;
  font-family: "dinRegular", sans-serif;
}
section#columns a {
  position: relative;
}
section#columns a div.categoria {
  position: absolute;
  left: 300px;
  top: 15px;
}
section#columns a div.categoria img {
  width: 50px;
}
section#columns a figure {
  background: white;
  border: 1px solid #e7e7e7;
  margin: 0 2px 25px;
  padding: 15px;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  display: inline-block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: relative;
}
section#columns a figure img {
  width: 109.5%;
  height: auto;
  padding: 0;
  margin-bottom: 5px;
  margin-left: -15px;
  margin-top: -15px;
}
section#columns a figure figcaption div.categoria {
  position: absolute;
  right: 20px;
  top: 5px;
}
section#columns a figure figcaption div.categoria img {
  width: 50px;
}
section#columns a figure:hover {
  background: #f4f4f4;
}

figure.prensa {
  background: white;
  border: 1px solid #e7e7e7;
  margin: 0 2px 25px;
  padding: 15px;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  display: inline-block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: relative;
}
figure.prensa img {
  width: 109.5%;
  height: auto;
  padding: 0;
  margin-bottom: 5px;
  margin-left: -15px;
  margin-top: -15px;
}
figure.prensa figcaption div.categoria {
  position: absolute;
  right: 20px;
  top: 5px;
}
figure.prensa figcaption div.categoria img {
  width: 50px;
}

figure.prensa:hover {
  background: #f4f4f4;
}

div.categoria-icon {
  margin-top: -66px;
  position: relative;
  z-index: 999;
}
div.categoria-icon img {
  width: 90px;
  height: 90px;
}

section#single {
  padding: 5em 0 2em;
  position: relative;
  z-index: 10;
  margin-top: -45px;
  background-color: white;
}
section#single div.contenedor-single h2 {
  font-size: 3em;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
  text-align: left;
  margin: 0;
  line-height: 1em;
}
section#single div.contenedor-single p.meta {
  text-align: left;
  color: #ff8800;
}
section#single div.contenedor-single p.meta span {
  color: #0768b0;
  text-transform: uppercase;
}
section#single div.contenedor-single p.meta a {
  color: #ff8800;
  text-transform: uppercase;
  text-decoration: none;
}
section#single div.contenedor-single p.meta a:hover {
  text-decoration: underline;
}
section#single div.contenedor-single div#share {
  padding: 1.2em 0.5em 1em;
  border-top: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
  margin-bottom: 20px;
  text-align: left;
}
section#single div.contenedor-single div#share ul, section#single div.contenedor-single div#share div#num-comentarios {
  display: inline-block;
  vertical-align: top;
}
section#single div.contenedor-single div#share ul {
  width: 90%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
section#single div.contenedor-single div#share ul li {
  display: inline;
  width: 66px;
  text-align: center;
  margin-right: 5px;
  height: 66px;
}
section#single div.contenedor-single div#share ul li a {
  padding: 1em 1em 0.2em;
  opacity: 0.9;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
section#single div.contenedor-single div#share ul li a img {
  width: 25px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
section#single div.contenedor-single div#share ul li a.mail {
  background-color: #8bb600;
}
section#single div.contenedor-single div#share ul li a.facebook {
  background-color: #3b5998;
}
section#single div.contenedor-single div#share ul li a.twitter {
  background-color: #55acee;
}
section#single div.contenedor-single div#share ul li a.google {
  background-color: #dd4b39;
}
section#single div.contenedor-single div#share ul li a.linkedin {
  background-color: #0976b4;
}
section#single div.contenedor-single div#share ul li a:hover {
  opacity: 1;
}
section#single div.contenedor-single div#share ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section#single div.contenedor-single div#share div#num-comentarios {
  width: 9%;
  text-align: right;
}
section#single div.contenedor-single div#share div#num-comentarios a {
  margin: 0;
  text-decoration: none;
  color: #cccccc;
}
section#single div.contenedor-single div#share div#num-comentarios a img {
  width: 23px;
  margin-right: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
section#single div.contenedor-single div#share div#num-comentarios a img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transform: scale(1.1);
}
section#single div.contenedor-single article {
  text-align: left;
  font-family: "dinLight", sans-serif;
  padding-bottom: 1em;
  font-size: 1.1em;
}
section#single div.contenedor-single article strong {
  font-family: "dinBold", sans-serif;
  font-weight: normal;
}
section#single div.contenedor-single article img.destacada {
  width: 100%;
  height: auto;
}
section#single div.contenedor-single article img {
  max-width: 720px;
  height: auto;
}
section#single div.contenedor-single article h2, section#single div.contenedor-single article h3, section#single div.contenedor-single article h4 {
  color: #ff8000;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
}
section#single div.contenedor-single article h3 {
  font-size: 1.6em;
  font-family: "dinBold", sans-serif;
  font-weight: normal;
}
section#single div.contenedor-single article h4 {
  font-size: 1.4em;
  color: #0080a7;
}
section#single div.contenedor-single article blockquote {
  color: #0080a7;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
  font-size: 1.6em;
}
section#single div.contenedor-single article ul, section#single div.contenedor-single article ol {
  margin: 2em 0;
  color: #afafaf;
  font-family: "dinLight", sans-serif;
  font-weight: normal;
}
section#single div.contenedor-single article ul li, section#single div.contenedor-single article ol li {
  margin: 0.5em 0;
}
section#single div.contenedor-single div#download {
  padding: 0.7em 0.5em;
  border-top: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
  margin-bottom: 20px;
  text-align: left;
}
section#single div.contenedor-single div#download ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  height: 40px;
}
section#single div.contenedor-single div#download ul li {
  display: inline;
  text-transform: uppercase;
  font-size: 0.9em;
}
section#single div.contenedor-single div#download ul li p, section#single div.contenedor-single div#download ul li a {
  display: inline-block;
  vertical-align: top;
}
section#single div.contenedor-single div#download ul li p {
  padding: 0 1.3em 0 0;
}
section#single div.contenedor-single div#download ul li a {
  background-color: #eaeaea;
  color: #afafaf;
  height: 40px;
  padding-top: 1.3em;
  padding-right: 1em;
  padding-left: 4.2em;
  margin: 0;
}
section#single div.contenedor-single div#download ul li a.boton-doble:hover {
  text-shadow: none;
  background-color: #d9d9d9;
}
section#single div.contenedor-single div#download ul li a.pdf, section#single div.contenedor-single div#download ul li a.word, section#single div.contenedor-single div#download ul li a.excel, section#single div.contenedor-single div#download ul li a.zip, section#single div.contenedor-single div#download ul li a.otro, section#single div.contenedor-single div#download ul li a.ppt {
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
section#single div.contenedor-single div#download ul li a.pdf {
  background-image: url("../img/descargar-pdf.png");
}
section#single div.contenedor-single div#download ul li a.word {
  background-image: url("../img/descargar-word.png");
}
section#single div.contenedor-single div#download ul li a.excel {
  background-image: url("../img/descargar-excel.png");
}
section#single div.contenedor-single div#download ul li a.zip {
  background-image: url("../img/descargar-zip.png");
}
section#single div.contenedor-single div#download ul li a.ppt {
  background-image: url("../img/descargar-ppt.png");
}
section#single div.contenedor-single div#download ul li a.otro {
  background-image: url("../img/descargar-generico.png");
}
section#single div.contenedor-single div#download ul li.adjunto {
  margin: 0;
}
section#single div.contenedor-single div#tags {
  text-align: left;
  text-transform: uppercase;
  font-size: 0.9em;
}
section#single div.contenedor-single div#tags ul {
  margin: 0;
  padding: 0;
}
section#single div.contenedor-single div#tags ul li {
  display: inline-block;
  background-color: whitesmoke;
  padding: 0.5em 1em;
  margin: 0.5em;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
section#single div.contenedor-single div#tags ul li a {
  color: #afafaf;
  text-decoration: none;
}
section#single div.contenedor-single div#tags ul li:hover {
  background-color: #d9d9d9;
}
section#single div.contenedor-single div#tags ul li.title {
  background-color: white;
}
section#single div.contenedor-single div#navegacion {
  padding-top: 5em;
}
section#single div.contenedor-single div#navegacion ul {
  margin: 0;
  padding: 0;
  height: 60px;
}
section#single div.contenedor-single div#navegacion ul li.anterior, section#single div.contenedor-single div#navegacion ul li.todos, section#single div.contenedor-single div#navegacion ul li.siguiente {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  font-size: 0.9em;
  text-transform: uppercase;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
section#single div.contenedor-single div#navegacion ul li.anterior img, section#single div.contenedor-single div#navegacion ul li.todos img, section#single div.contenedor-single div#navegacion ul li.siguiente img {
  width: 27px;
  vertical-align: middle;
}
section#single div.contenedor-single div#navegacion ul li.anterior a, section#single div.contenedor-single div#navegacion ul li.todos a, section#single div.contenedor-single div#navegacion ul li.siguiente a {
  color: #afafaf;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
section#single div.contenedor-single div#navegacion ul li.anterior {
  text-align: left;
  position: relative;
}
section#single div.contenedor-single div#navegacion ul li.anterior img {
  top: -5px;
  left: -40px;
  position: absolute;
}
section#single div.contenedor-single div#navegacion ul li.siguiente {
  position: relative;
  text-align: right;
}
section#single div.contenedor-single div#navegacion ul li.siguiente img {
  top: -5px;
  right: -40px;
  position: absolute;
}
section#single div.contenedor-single div#navegacion ul li:hover {
  position: relative;
  margin-top: -2px;
}
section#single div.contenedor-single div#suscribirse {
  background-image: url("../img/suscribirse-bg.png");
  margin: 3rem 0 0;
  width: 100%;
  background-color: #0098d9;
  padding: 2.2rem;
  color: white;
  height: 150px;
}
section#single div.contenedor-single div#suscribirse h4 {
  text-transform: uppercase;
  margin: 0;
}
section#single div.contenedor-single div#suscribirse form {
  margin-top: 20px;
}
section#single div.contenedor-single div#suscribirse form input {
  height: 35px;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #eaeaea;
  margin: 0 5px;
  width: 240px;
  font-size: 0.8em;
}
section#single div.contenedor-single div#suscribirse form input[type=submit] {
  width: 120px;
  border: solid 1px #80cd00;
  background-color: #80cd00;
  color: white;
  text-transform: uppercase;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
section#single div.contenedor-single div#suscribirse form input[type=submit]:hover {
  background-color: #6aa30b;
  border: solid 1px #6aa30b;
  cursor: pointer;
}

section.relacionadas {
  background-color: #fafafa !important;
  padding: 4em 0 !important;
  border-top: solid 1px #eaeaea;
}
section.relacionadas h4 {
  font-size: 2em;
  text-transform: uppercase;
  color: #01b0e0;
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  font-family: "dinLight", sans-serif;
}

section#comentarios {
  padding: 3em 0;
  text-align: left;
  border-top: solid 1px #eaeaea;
}
section#comentarios div#comentarios-contenedor h3 {
  text-align: center;
  font-size: 2em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  font-family: "dinLight", sans-serif;
}
section#comentarios div#comentarios-contenedor ul {
  list-style: none;
  padding: 0;
}
section#comentarios div#comentarios-contenedor ul li div.comentario-contenedor {
  margin-bottom: 1em;
}
section#comentarios div#comentarios-contenedor ul li div.comentario-contenedor div.foto, section#comentarios div#comentarios-contenedor ul li div.comentario-contenedor div.texto {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
section#comentarios div#comentarios-contenedor ul li div.comentario-contenedor div.foto {
  width: 100px;
  margin-right: 20px;
}
section#comentarios div#comentarios-contenedor ul li div.comentario-contenedor div.foto img {
  width: 100px;
  border-radius: 50px;
  height: 100px;
}
section#comentarios div#comentarios-contenedor ul li div.comentario-contenedor div.texto {
  width: 675px;
}
section#comentarios div#comentarios-contenedor ul li div.comentario-contenedor div.texto p.data {
  text-transform: uppercase;
}
section#comentarios div#comentarios-contenedor ul li div.comentario-contenedor div.texto p.data a {
  color: #398a4a;
  text-decoration: none;
}
section#comentarios div#comentarios-contenedor ul li div.comentario-contenedor div.texto p.data a span {
  color: #398a4a;
}
section#comentarios div#comentarios-contenedor ul li div.comentario-contenedor div.texto p.data a:hover {
  text-decoration: underline;
}

section#dejar-comentario {
  background-color: #fafafa;
  padding: 5em 0;
}
section#dejar-comentario h4 {
  text-align: center;
  font-size: 2em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  font-family: "dinLight", sans-serif;
  line-height: 1em;
}
section#dejar-comentario p {
  margin: 1em 0 2em;
}
section#dejar-comentario form {
  margin: 0 auto;
  text-align: center;
  border: none;
}
section#dejar-comentario form input {
  height: 35px;
  width: 32%;
  padding: 0.3em 0.5em 0 3em;
  background-color: white;
  border: solid 0px #eaeaea;
  margin-top: 15px;
  color: #6b6b6b;
  font-family: "dinRegular", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
}
section#dejar-comentario form input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
section#dejar-comentario form input:-moz-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
section#dejar-comentario form input::-moz-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
section#dejar-comentario form input:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
section#dejar-comentario form input.nombre {
  background-image: url("../img/form-nombre.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 35px 35px;
  margin-right: 0;
  float: left;
}
section#dejar-comentario form input.web {
  background-image: url("../img/form-sitio-web.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 35px 35px;
  float: right;
}
section#dejar-comentario form input.email {
  background-image: url("../img/form-mail.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 35px 35px;
}
section#dejar-comentario form textarea {
  width: 100%;
  padding: 0.8em 0.5em 1em 3em;
  background-color: white;
  border: solid 0px #eaeaea;
  background-image: url("../img/form-mensaje.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 35px 35px;
  resize: none;
  color: #6b6b6b;
  font-family: "dinRegular", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
  height: 68px !important;
}
section#dejar-comentario form textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
section#dejar-comentario form textarea:-moz-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
section#dejar-comentario form textarea::-moz-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
section#dejar-comentario form textarea:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
section#dejar-comentario form input.submit {
  background-color: #ff8000;
  border: solid 2px #ff8000;
  width: 200px;
  padding: 1em 3em;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  height: auto;
  margin-top: 30px;
}
section#dejar-comentario form input.submit:hover {
  background-color: #e06d05;
  border: solid 2px #e06d05;
  color: white;
  cursor: pointer;
}
section#dejar-comentario form input[type=checkbox] {
  visibility: hidden;
  margin: 0;
}

section#paginado {
  border-bottom: solid 1px #e7e7e7;
  text-align: center;
  padding: 3em 0 5em;
}
section#paginado div.wp-pagenavi a, section#paginado div.wp-pagenavi span.current {
  padding: 0.75em 1em;
  border: solid 2px #e7e7e7;
  width: 60px;
  height: 60px;
  margin: 0 0.35em;
  color: gray;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
section#paginado div.wp-pagenavi a:hover, section#paginado div.wp-pagenavi span.current {
  background-color: #e7e7e7;
}

footer {
  background-color: #660066;
  color: white;
  margin: 0;
  z-index: 9;
  position: relative;
  height: auto;
}
footer div#contacto {
  padding: 2em 0 3em;
}
footer div#contacto div.menu-footer, footer div#contacto div.formas {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
footer div#contacto div.menu-footer {
  width: 300px;
  padding-top: 1em;
}
footer div#contacto div.menu-footer ul {
  list-style: none;
  text-transform: uppercase;
  font-size: 0.9em;
}
footer div#contacto div.menu-footer ul a {
  color: white;
  margin-bottom: 1em;
  line-height: 1.3em;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
footer div#contacto div.menu-footer ul a:hover {
  text-decoration: underline;
  padding-left: 0.5em;
}
footer div#contacto div.formas {
  width: 790px;
}
footer div#contacto div.formas div.tercio {
  display: inline-block;
  vertical-align: top;
  margin-top: 3.5em;
}
footer div#contacto div.formas div.tercio div.icon, footer div#contacto div.formas div.tercio div.datos {
  display: inline-block;
  vertical-align: top;
}
footer div#contacto div.formas div.tercio div.icon {
  width: 60px;
}
footer div#contacto div.formas div.tercio div.icon img {
  width: 50px;
  margin-top: -5px;
}
footer div#contacto div.formas div.tercio div.datos p {
  margin: 0 0 0.5em;
}
footer div#contacto div.formas div.tercio div.datos p.subtitulo {
  font-size: 0.8em;
}
footer div#contacto div.formas div.escribenos {
  width: 34%;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
  margin-right: 0.5em;
}
footer div#contacto div.formas div.llamanos {
  margin-right: 1.5em;
  width: 28%;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}
footer div.creditos {
  background-color: #660066;
  padding: 0.1em;
  color: #fffff;
  margin: 0;
  font-size: 0.8em;
  text-transform: uppercase;
}

a.boton-doble {
  display: inline-block;
  vertical-align: top;
  color: white;
  font-size: 0.8em;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "dinBold", sans-serif;
  text-align: left;
  padding: 0.7em 0.7em 0.7em 4.5em;
  margin-top: 1em;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

a.boton-doble:hover {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

a.boton-sig {
  display: inline-block;
  vertical-align: top;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "dinBold", sans-serif;
  text-align: left;
  padding: 1em 5em 1em 2em;
  margin-top: 1em;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

a.boton-doble:hover {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

a.boton-prensa {
  background-color: #ff8800;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "dinBold", sans-serif;
  text-align: center;
  padding: 1em 2em 1em 2em;
  margin: 1em 3.5em 0.5em;
  width: 200px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

a.boton-prensa:hover {
  background-color: #e06d05;
}

.full-width {
  width: 100%;
  margin: 0;
}

.contenedor {
  width: 1100px;
  margin: 0 auto;
}

.contenedor-900 {
  width: 720px;
  margin: 0 auto;
}

.parallax {
  background: no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

div.ashurado {
  background-color: rgba(35, 31, 32, 0.5);
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  z-index: 1;
  width: 100%;
}

div.divider {
  height: 1px;
  background-color: #eaeaea;
  width: 200px;
  margin: 0 auto;
  margin-top: 10px;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

div#___plusone_0 {
  width: 65px !important;
}

.contacto-bg {
  height: 700px;
  background: -webkit-linear-gradient(90deg, #1b7bb5 20%, #1fbcef 80%) !important;
  background: -moz-linear-gradient(90deg, #1b7bb5 20%, #1fbcef 80%) !important;
  background: -ms-linear-gradient(90deg, #1b7bb5 20%, #1fbcef 80%) !important;
  background: -o-linear-gradient(90deg, #1b7bb5 20%, #1fbcef 80%) !important;
  background: linear-gradient(90deg, #1b7bb5 20%, #1fbcef 80%) !important;
}
@media (max-width: 1278px) {
  .contacto-bg {
    height: 500px !important;
  }
}

div#error-404 {
  position: relative;
  background-image: url(../img/error404.png);
  background-repeat: no-repeat;
  background-position: 0 30px;
  background-size: 707px 624px;
  height: 600px;
  z-index: 999;
}
div#error-404 div.derecha {
  position: absolute;
  top: 230px;
  right: 0;
  width: 500px;
  text-align: left;
}
div#error-404 div.derecha a {
  color: #1fbcef;
  text-decoration: none;
}
div#error-404 div.derecha a:hover {
  border-bottom: solid 1px #1fbcef;
}

.login-padres {
  background: url("../img/login-padres-bg.jpg.html") no-repeat center center fixed !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  height: 100%;
}

.login-profesores {
  background: url("../img/login-profesores-bg.jpg.html") no-repeat center center fixed !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  height: 100%;
}

.error-bg {
  background: -webkit-linear-gradient(90deg, #1b7bb5 20%, #1fbcef 80%) !important;
  background: -moz-linear-gradient(90deg, #1b7bb5 20%, #1fbcef 80%) !important;
  background: -ms-linear-gradient(90deg, #1b7bb5 20%, #1fbcef 80%) !important;
  background: -o-linear-gradient(90deg, #1b7bb5 20%, #1fbcef 80%) !important;
  background: linear-gradient(90deg, #1b7bb5 20%, #1fbcef 80%) !important;
  height: 140px !important;
}

a.kit {
  background-color: rgba(255, 255, 255, 0.3);
  width: 260px;
  height: 40px;
  padding: 1em;
  margin: 1em auto;
  color: white;
  text-decoration: none;
  position: relative;
  z-index: 10;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.kit img {
  width: 35px;
  vertical-align: top;
  margin-right: 10px;
  border-right: solid 1px white;
}
a.kit:hover {
  background-color: #1fbcef;
}

.slick-prev {
  left: 25px !important;
}

.slick-next {
  right: 25px !important;
}

.boton-descargar {
  display: inline-block;
  vertical-align: top;
  background-color: red;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  padding: 0.9em 1.5em 0.5em;
  margin: 0 0.5em;
  width: 272px;
}
.boton-descargar img {
  height: 60px;
}

.descargar-android {
  background-color: #80cd00;
}
.descargar-android:hover {
  background-color: #7b8600;
}

.descargar-appstore {
  background-color: #3ab3e3;
}
.descargar-appstore:hover {
  background-color: #0089c6;
}

.fluidVideo iframe, .fluidVideo object, .fluidVideo embed {
  height: auto !important;
  width: 100% !important;
}

div.iconos-footer {
  width: 100%;
  background-image: url("../img/iconos-footer.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: 1979px 112px;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  height: 112px;
}

div#login-azul {
  z-index: 999;
  position: relative;
}
div#login-azul div#formulario {
  width: 425px;
  float: right;
  margin-top: 160px;
  text-align: left;
  margin-bottom: 150px;
  margin-right: 20px;
}
div#login-azul div#formulario h3 {
  font-size: 1.9em;
  font-weight: normal;
  font-family: "dinLight", sans-serif;
  text-transform: uppercase;
  text-align: left;
  line-height: 0.2em;
  color: #1188bc;
  margin: 0.75em 0;
}
div#login-azul div#formulario p.subtitulo {
  font-size: 1.1em;
  text-transform: uppercase;
  margin: 0;
  color: #1188bc;
}
div#login-azul div#formulario div#oculto {
  width: 100%;
  float: right;
  text-align: center;
}
div#login-azul div#formulario div#oculto a {
  color: #1188bc;
  font-size: 0.9em;
  float: left;
  padding-top: 1em;
}
div#login-azul div#formulario div#oculto p {
  text-align: left;
}
div#login-azul div#formulario form {
  margin: 0 auto;
  text-align: left;
  border: none;
}
div#login-azul div#formulario form a {
  color: #1188bc;
  font-size: 0.9em;
  float: left;
  padding-top: 1em;
}
div#login-azul div#formulario form p {
  margin: 0;
  text-align: left;
}
div#login-azul div#formulario form input {
  height: 43px;
  width: 100%;
  padding: 0.3em 0.5em 0 3.5em;
  background-color: white;
  border: solid 1px #eaeaea;
  margin-bottom: 15px;
  color: #6b6b6b;
  font-family: "dinRegular", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
}
div#login-azul div#formulario form input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
div#login-azul div#formulario form input:-moz-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
div#login-azul div#formulario form input::-moz-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
div#login-azul div#formulario form input:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
div#login-azul div#formulario form input.nombre {
  background-image: url("../img/form-nombre-azul.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 43px 43px;
  margin-right: 0.6em;
}
div#login-azul div#formulario form input.pass {
  background-image: url("../img/form-pass-azul.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 43px 43px;
}
div#login-azul div#formulario form input.email {
  background-image: url("../img/form-email-azul.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 43px 43px;
  width: 59%;
}
div#login-azul div#formulario form input.submit {
  background-color: #ff8000;
  border: solid 2px #ff8000;
  width: 38%;
  float: right;
  padding: 0.5em 3em;
  height: 43px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 0 50%;
}
div#login-azul div#formulario form input.submit:hover {
  background-color: #e06d05;
  border: solid 2px #e06d05;
  color: white;
  cursor: pointer;
}
div#login-azul div#formulario form input.submit-azul {
  background-color: #1ebef0;
  border: solid 2px #1ebef0;
  width: 38%;
  float: right;
  padding: 0.5em 3em;
  height: 43px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 0 50%;
}
div#login-azul div#formulario form input.submit-azul:hover {
  background-color: #1188bc;
  border: solid 2px #1188bc;
  color: white;
  cursor: pointer;
}

div#login-verde {
  z-index: 999;
  position: relative;
}
div#login-verde div#formulario {
  width: 425px;
  float: right;
  margin-top: 160px;
  text-align: left;
  margin-bottom: 150px;
  margin-right: 20px;
}
div#login-verde div#formulario h3 {
  font-size: 1.9em;
  font-weight: normal;
  font-family: "dinLight", sans-serif;
  text-transform: uppercase;
  text-align: left;
  line-height: 0.2em;
  color: #4ea018;
  margin: 0.75em 0;
}
div#login-verde div#formulario p.subtitulo {
  font-size: 1.1em;
  text-transform: uppercase;
  margin: 0;
  color: #4ea018;
}
div#login-verde div#formulario div#oculto {
  width: 100%;
  float: right;
  text-align: center;
}
div#login-verde div#formulario div#oculto a {
  color: #4ea018;
  font-size: 0.9em;
  float: left;
  padding-top: 1em;
}
div#login-verde div#formulario div#oculto p {
  text-align: left;
}
div#login-verde div#formulario form {
  margin: 0 auto;
  text-align: left;
  border: none;
}
div#login-verde div#formulario form a {
  color: #4ea018;
  font-size: 0.9em;
  float: left;
  padding-top: 1em;
}
div#login-verde div#formulario form p {
  margin: 0;
  text-align: left;
}
div#login-verde div#formulario form input {
  height: 43px;
  width: 100%;
  padding: 0.3em 0.5em 0 3.5em;
  background-color: white;
  border: solid 1px #eaeaea;
  margin-bottom: 15px;
  color: #6b6b6b;
  font-family: "dinRegular", sans-serif;
  font-weight: normal;
  font-size: 0.9em;
}
div#login-verde div#formulario form input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
div#login-verde div#formulario form input:-moz-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
div#login-verde div#formulario form input::-moz-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
div#login-verde div#formulario form input:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: normal;
}
div#login-verde div#formulario form input.nombre {
  background-image: url("../img/form-nombre.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 43px 43px;
  margin-right: 0.6em;
}
div#login-verde div#formulario form input.pass {
  background-image: url("../img/form-pass.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 43px 43px;
}
div#login-verde div#formulario form input.email {
  background-image: url("../img/form-mail.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 43px 43px;
  width: 59%;
}
div#login-verde div#formulario form input.submit {
  background-color: #ff8000;
  border: solid 2px #ff8000;
  width: 38%;
  float: right;
  padding: 0.5em 3em;
  height: 43px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 0 50%;
}
div#login-verde div#formulario form input.submit:hover {
  background-color: #e06d05;
  border: solid 2px #e06d05;
  color: white;
  cursor: pointer;
}
div#login-verde div#formulario form input.submit-verde {
  background-color: #4ea018;
  border: solid 2px #4ea018;
  width: 38%;
  float: right;
  padding: 0.5em 3em;
  height: 43px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 0 50%;
}
div#login-verde div#formulario form input.submit-verde:hover {
  background-color: #449c30;
  border: solid 2px #449c30;
  color: white;
  cursor: pointer;
}

div#padres div.insignias, div#padres .comunicacion, div#padres .pagos, div#padres .eventos, div#padres .geo {
  background: url("../img/sprite-servcios.png");
  background-repeat: no-repeat;
  background-size: 180px;
  width: 180px !important;
  height: 180px;
  margin: 0 1em;
}
div#padres div.insignias {
  background-position: 0 -1260px;
}
div#padres div.comunicacion {
  background-position: 0 -180px;
}
div#padres div.pagos {
  background-position: 0 -1800px;
}
div#padres div.eventos {
  background-position: 0 -540px;
}
div#padres div.geo {
  background-position: 0 -900px;
}

section#caracteristicas div.izquierda, section#caracteristicas div.derecha {
  margin: 0;
  background-size: auto 450px;
  background-repeat: no-repeat;
}
section#caracteristicas div.izquierda div.imagen, section#caracteristicas div.izquierda div.funciones, section#caracteristicas div.derecha div.imagen, section#caracteristicas div.derecha div.funciones {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  height: 450px;
  position: relative;
}
section#caracteristicas div.izquierda div.imagen img.caracteristica, section#caracteristicas div.derecha div.imagen img.caracteristica {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
section#caracteristicas div.izquierda div.funciones, section#caracteristicas div.derecha div.funciones {
  color: white;
  text-align: center;
  padding: 3rem 2rem 0 2rem;
}
section#caracteristicas div.izquierda div.funciones h3, section#caracteristicas div.derecha div.funciones h3, .cajon h3, .box h3 {
  font-size: 2rem;
  margin: 0.5rem 0;
  font-weight: 300;
 
  font-weight: 300;
  font-family: "DinLight" sans-serif
}
section#caracteristicas div.izquierda div.funciones p, section#caracteristicas div.derecha div.funciones p {
  text-align: left;
  font-size: 20px; line-height: 24px; font-family: "dinRegular", sans-serif;
}
section#caracteristicas div.izquierda {
  background-position: 0px 0;
}

@media (max-width: 1278px) {
	section#caracteristicas div.izquierda {
  background-position: -300px 0;
}
	
}

section#caracteristicas div.derecha {
  background-position: 100% 0;
}




 
