/* https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap */
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
h1,
h2,
h3,
p {
  margin: 0;
}
* {
  box-sizing: border-box;
}
body {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #373737;
  margin: 0;
  min-width: 400px;
  text-align: center;
}
body a {
  color: #373737;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
.homeMixed,
.mathsHome,
.readingHome {
  padding-bottom: 50px;
}
.home-menu-header {
  background: white;
  box-shadow: 0 5px 5px -4px #dfdfdf;
}
.home-menu-header.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.home-menu-header .menu-right {
  white-space: nowrap;
  float: right;
}
.home-menu-header .menu-items {
  display: inline-block;
  position: fixed;
  left: 0;
  width: 100%;
  top: 60px;
}
.home-menu-header .menu-items a,
.home-menu-header .menu-items a:visited {
  color: #373737;
}
.home-menu-header .menu-items a:hover,
.home-menu-header .menu-items a:visited:hover {
  text-decoration: none;
}
.home-menu-header .menu-items .menu-item {
  display: inline-block;
  font-size: 15px;
  position: relative;
  padding: 22px 20px;
  font-weight: bold;
}
@media (max-width: 850px) {
  .home-menu-header .menu-items .menu-item {
    padding: 22px 10px;
  }
}
.home-menu-header .menu-items .menu-item:hover {
  background: #f8f9fb;
}
.home-menu-header .menu-items .menu-item.menu-group {
  position: relative;
  cursor: pointer;
  padding: 0 30px;
}
.home-menu-header .menu-items .menu-item.menu-group .menu-group-title {
  padding: 22px 20px;
  background-image: url('../../images/home3/menu-arrow-down@2x.png');
  background-size: 14px  8px;
  background-position: right center;
  background-repeat: no-repeat;
}
.home-menu-header .menu-items .menu-item.menu-group.menu-group-expanded .menu-group-title {
  background-image: url('../../images/home3/menu-arrow-up@2x.png');
  background-position: right center;
  background-repeat: no-repeat;
}
.home-menu-header .menu-items .menu-item.menu-group.menu-group-expanded .menu-group-items-wrapper {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .home-menu-header .menu-items .menu-item.menu-group:hover .menu-group-title {
    background-image: url('../../images/home3/menu-arrow-up@2x.png');
    background-position: right center;
    background-repeat: no-repeat;
  }
  .home-menu-header .menu-items .menu-item.menu-group:hover .menu-group-items-wrapper {
    display: block;
  }
}
.home-menu-header .menu-items .menu-item.menu-group .menu-group-items-wrapper {
  display: none;
}
.home-menu-header .menu-items .menu-item.menu-group .menu-group-items a {
  display: block;
  padding: 22px 0;
}
@media (min-width: 768px) {
  .home-menu-header .menu-items {
    background-color: #6b738a;
  }
  .home-menu-header .menu-items .menu-group-items-wrapper {
    padding-top: 10px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
  }
  .home-menu-header .menu-items .menu-group-items {
    background: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    border-radius: 3px;
    text-align: center;
  }
  .home-menu-header .menu-items .menu-group-items .sep {
    width: 90%;
    margin: auto;
    border-top: 1px solid #aecddd;
  }
  .home-menu-header .menu-items .menu-block {
    display: inline-block;
  }
  .home-menu-header .menu-items a,
  .home-menu-header .menu-items a:visited {
    color: white;
  }
  .home-menu-header .menu-items a:hover,
  .home-menu-header .menu-items a:visited:hover {
    text-decoration: none;
  }
  .home-menu-header .menu-items .menu-item {
    color: white;
  }
  .home-menu-header .menu-items .menu-item:hover {
    border-bottom: none;
    background-color: #818aa3;
  }
  .home-menu-header .menu-items .menu-block-1 {
    float: left;
  }
  .home-menu-header .menu-items .menu-block-2 {
    float: right;
  }
  .home-menu-header .menu-items .menu-block-2 .menu-item:hover {
    background-color: #9ba7c8;
  }
}
@media (max-width: 768px) {
  .home-menu-header .menu-items {
    display: none;
    background: white;
    text-align: center;
    clear: both;
    float: none;
  }
  .home-menu-header .menu-items .menu-item {
    text-align: center;
    padding: 18px 0 18px;
    margin: auto;
  }
  .home-menu-header .menu-items .menu-item.menu-group {
    text-align: left;
    padding: 0 30px 0 40%;
  }
  .home-menu-header .menu-items .menu-item.menu-group .menu-group-title {
    display: inline-block;
    padding: 18px 20px 18px 0;
  }
  .home-menu-header .menu-items .menu-item.menu-group .menu-group-items a {
    padding: 18px 0 18px 10%;
    font-weight: normal;
  }
  .home-menu-header .menu-content .menu-burguer {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('../../images/home3/burguer.png');
    background-size: 19px 18px;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    margin: 15px;
    cursor: pointer;
    vertical-align: top;
  }
  .home-menu-header .menu-content .menu-items {
    max-height: 1px;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
  }
  .home-menu-header .menu-content.expanded .menu-burguer {
    background-image: url('../../images/home3/burguer-cross.png');
    background-size: 19px 18px;
  }
  .home-menu-header .menu-content.expanded .menu-items {
    max-height: 400px;
    height: auto;
    overflow: hidden;
    display: block;
  }
  .home-menu-header .menu-content.expanded .menu-items .menu-item {
    display: block;
  }
}
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .home-menu-header .menu-content .menu-burguer {
    background-image: url("../../images/home3/burguer@2x.png");
    background-size: 19px 18px;
  }
}
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .home-menu-header .menu-content.expanded .menu-burguer {
    background-image: url("../../images/home3/burguer-cross@2x.png");
    background-size: 19px 18px;
  }
}
.home-menu-header .home-menu-header--wasap-phone-items {
  display: inline-block;
}
.home-menu-header .home-menu-header--wasap-phone-items .home-menu-header--wasap,
.home-menu-header .home-menu-header--wasap-phone-items .home-menu-header--phone {
  display: inline-block;
  background-repeat: no-repeat;
  height: 30px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 5px;
  margin: 15px 5px 0;
}
.home-menu-header .home-menu-header--wasap-phone-items .home-menu-header--wasap span,
.home-menu-header .home-menu-header--wasap-phone-items .home-menu-header--phone span {
  padding-left: 5px;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: bold;
}
.home-menu-header .home-menu-header--wasap-phone-items .home-menu-header--wasap {
  background-image: url("../../images/home3/icons/home-whatsapp-neg.png");
  background-size: 30px 30px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .home-menu-header .home-menu-header--wasap-phone-items .home-menu-header--wasap {
    background-image: url("../../images/home3/icons/home-whatsapp-neg@2x.png");
    background-size: 30px 30px;
  }
}
.home-menu-header .home-menu-header--wasap-phone-items .home-menu-header--phone {
  background-image: url("../../images/home3/icons/icon-phone-black.png");
  background-size: 21px 21px;
  background-position: 6px center;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .home-menu-header .home-menu-header--wasap-phone-items .home-menu-header--phone {
    background-image: url("../../images/home3/icons/icon-phone-black@2x.png");
    background-size: 21px 21px;
  }
}
.home-menu-header .home-menu-header--wasap-phone-items .home-menu-header--wasap-phone--sep {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #d7e4f1;
  margin: 0 10px;
  height: 2em;
}
@media (max-width: 768px) {
  .home-menu-header .home-menu-header--wasap-phone-items .home-menu-header--wasap-phone--sep {
    display: none;
  }
  .home-menu-header .home-menu-header--wasap-phone-items .home-menu-header--wasap span,
  .home-menu-header .home-menu-header--wasap-phone-items .home-menu-header--phone span {
    display: none;
  }
}
@media (min-width: 768px) {
  .home-menu-header .home-menu-header--wasap-phone-items .home-menu-header--wasap-phone--sep {
    display: inline-block;
  }
}
.logoCabecera {
  width: 151px;
  height: 60px;
  display: inline-block;
  background-image: url("../../images/logos/azul-270x98.png");
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: contain;
  float: left;
}
.CHRISTMAS .logoCabecera {
  background-image: url("../../images/logos/azul_xmas.png");
}
.mainColumn {
  width: 1000px;
  box-sizing: border-box;
  margin: auto;
  position: relative;
}
@media (max-width: 1000px) {
  .mainColumn {
    width: 98%;
  }
}
.alignLeft {
  text-align: left;
}
.header--home {
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
.header--home.summer-prices .bandaVerano {
  width: 100%;
  background: #f58921 radial-gradient(circle, #ED581B 0%, #f58921 70%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 19px;
}
@media (max-width: 550px) {
  .header--home.summer-prices .bandaVerano {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .header--home.summer-prices .bandaVerano {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .header--home.summer-prices .bandaVerano {
    font-size: 14px;
  }
}
.header--home.summer-prices .bandaVerano a {
  color: white;
}
.header--home.summer-prices .bandaVerano a:hover {
  text-decoration: none;
}
.header--home.summer-prices .bandaVerano .contenedorBanda {
  position: relative;
  margin: auto;
  display: inline-block;
  height: 54px;
}
.header--home.summer-prices .bandaVerano .contenedorBanda .imageSol {
  margin: 1px 10px 1px 0;
  display: inline-block;
  /*position:absolute;
          top:0;
          left:0;*/
  background-repeat: no-repeat;
  background-image: url('../../images/home/summer-sun.png');
  background-size: 54px 54px;
  width: 54px;
  height: 54px;
  vertical-align: middle;
  transition: all ease-in 1s;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .header--home.summer-prices .bandaVerano .contenedorBanda .imageSol {
    background-image: url("../../images/home/summer-sun@2x.png");
    background-size: 54px 54px;
  }
}
.header--home.summer-prices .bandaVerano .contenedorBanda .textoBanda {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
@media (max-width: 850px) {
  .header--home.summer-prices .bandaVerano .contenedorBanda .textoBanda {
    width: 80%;
  }
}
.header--home.summer-prices .bandaVerano .contenedorBanda .go {
  visibility: hidden;
}
.header--home.summer-prices .bandaVerano .contenedorBanda:hover .go {
  visibility: visible;
}
.header--home.summer-prices .bandaVerano .contenedorBanda:hover .imageSol {
  transform: rotate(90deg);
}
@media (max-width: 400px) {
  .header--home.header--home--mixed.summer-prices {
    height: 580px;
    background-image: url('../../images/home3/header/summer/fondo-cabecera-mixed-400@2x.png');
    background-size: 400px 482px;
    background-position: center 46px;
  }
  .header--home.header--home--mixed.summer-prices .header--home--content {
    height: 641px;
  }
  .header--home.header--home--mixed.summer-prices .nina {
    display: none;
  }
  .header--home.header--home--mixed.summer-prices .claims {
    padding: 70px 2px 0;
  }
}
@media (min-width: 400px) and (max-width: 550px) {
  .header--home.header--home--mixed.summer-prices {
    height: 670px;
    background-image: url('../../images/home3/header/summer/fondo-cabecera-mixed-550@2x.png');
    background-size: 550px 728px;
    background-position: center -90px;
  }
  .header--home.header--home--mixed.summer-prices .header--home--content {
    height: 601px;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .header--home.header--home--mixed.summer-prices {
    height: 775px;
    background-image: url('../../images/home3/header/summer/fondo-cabecera-mixed-768@2x.png');
    background-size: 768px 793px;
    background-position: center 15px;
  }
  .header--home.header--home--mixed.summer-prices .header--home--content {
    height: 706px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header--home.header--home--mixed.summer-prices {
    height: 760px;
    background-image: url('../../images/home3/header/summer/fondo-cabecera-mixed-1000@2x.png');
    background-size: 1000px 774px;
  }
  .header--home.header--home--mixed.summer-prices .header--home--content {
    height: 706px;
  }
}
@media (min-width: 1000px) and (max-width: 1300px) {
  .header--home.header--home--mixed.summer-prices {
    height: 762px;
    background-image: url('../../images/home3/header/summer/fondo-cabecera-mixed-1300@2x.png');
    background-size: 1300px 785px;
  }
  .header--home.header--home--mixed.summer-prices .header--home--content {
    height: 700px;
  }
}
@media (min-width: 1300px) and (max-width: 1758px) {
  .header--home.header--home--mixed.summer-prices {
    height: 765px;
    background-image: url('../../images/home3/header/summer/fondo-cabecera-mixed-1758@2x.png');
    background-size: 1758px 793px;
  }
  .header--home.header--home--mixed.summer-prices .header--home--content {
    height: 704px;
  }
}
@media (min-width: 1758px) {
  .header--home.header--home--mixed.summer-prices {
    height: 765px;
    background-image: url('../../images/home3/header/summer/fondo-cabecera-mixed-2568@2x.png');
    background-size: 2568px 800px;
  }
  .header--home.header--home--mixed.summer-prices .header--home--content {
    height: 704px;
  }
}
@media (max-width: 768px) {
  .header--home.header--home--mixed.summer-prices .nina {
    bottom: -15px;
    left: 50%;
    width: 248px;
    height: 307px;
    transform: translateX(-50%);
    background-image: url('../../images/home3/header/summer/nina-cabecera-mixed-248@2x.png');
    background-size: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header--home.header--home--mixed.summer-prices .nina {
    bottom: 0;
    left: 55%;
    width: 355px;
    height: 440px;
    transform: none;
    background-image: url('../../images/home3/header/summer/nina-cabecera-mixed-355@2x.png');
    background-size: 100%;
  }
}
@media (min-width: 1000px) {
  .header--home.header--home--mixed.summer-prices .nina {
    bottom: -8px;
    right: 0;
    width: 440px;
    height: 545px;
    background-image: url('../../images/home3/header/summer/nina-cabecera-mixed-440@2x.png');
    background-size: 100%;
  }
}
@media (max-width: 400px) {
  .header--home.header--home--mixed {
    height: 641px;
    background-image: url('../../images/home3/header/fondo-cabecera-mixed-400@2x.png');
    background-size: 550px 728px;
    background-position: center -78px;
  }
  .header--home.header--home--mixed .header--home--content {
    height: 641px;
  }
}
@media (min-width: 400px) and (max-width: 550px) {
  .header--home.header--home--mixed {
    height: 640px;
    background-image: url('../../images/home3/header/fondo-cabecera-mixed-550@2x.png');
    background-size: 550px 728px;
    background-position: center -65px;
  }
  .header--home.header--home--mixed .header--home--content {
    height: 640px;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .header--home.header--home--mixed {
    height: 722px;
    background-image: url('../../images/home3/header/fondo-cabecera-mixed-768@2x.png');
    background-size: 768px 793px;
    background-position: center 17px;
  }
  .header--home.header--home--mixed .header--home--content {
    height: 722px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header--home.header--home--mixed {
    height: 704px;
    background-image: url('../../images/home3/header/fondo-cabecera-mixed-1000@2x.png');
    background-size: 1000px 800px;
  }
  .header--home.header--home--mixed .header--home--content {
    height: 704px;
  }
}
@media (min-width: 1000px) and (max-width: 1300px) {
  .header--home.header--home--mixed {
    height: 700px;
    background-image: url('../../images/home3/header/fondo-cabecera-mixed-1300@2x.png');
    background-size: 1300px 796px;
    background-position: center -3px;
  }
  .header--home.header--home--mixed .header--home--content {
    height: 700px;
  }
}
@media (min-width: 1300px) and (max-width: 1758px) {
  .header--home.header--home--mixed {
    height: 704px;
    background-image: url('../../images/home3/header/fondo-cabecera-mixed-1758@2x.png');
    background-size: 1758px 800px;
  }
  .header--home.header--home--mixed .header--home--content {
    height: 704px;
  }
}
@media (min-width: 1758px) {
  .header--home.header--home--mixed {
    height: 704px;
    background-image: url('../../images/home3/header/fondo-cabecera-mixed-2568@2x.png');
    background-size: 2568px 800px;
  }
  .header--home.header--home--mixed .header--home--content {
    height: 704px;
  }
}
.header--home.header--home--mixed .nina {
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  .header--home.header--home--mixed .nina {
    bottom: -15px;
    left: 50%;
    width: 252px;
    height: 339px;
    transform: translateX(-50%);
    background-image: url('../../images/home3/header/nina-cabecera-mixed-252@2x.png');
    background-size: 252px  339px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header--home.header--home--mixed .nina {
    bottom: -25px;
    left: 51%;
    width: 394px;
    height: 530px;
    transform: none;
    background-image: url('../../images/home3/header/nina-cabecera-mixed-394@2x.png');
    background-size: 394px 530px;
  }
}
@media (min-width: 1000px) {
  .header--home.header--home--mixed .nina {
    bottom: -25px;
    right: 0;
    width: 447px;
    height: 601px;
    background-image: url('../../images/home3/header/nina-cabecera-mixed-447@2x.png');
    background-size: 447px 601px;
  }
}
@media (max-width: 400px) {
  .header--home.header--home--math.summer-prices .header--home--content {
    height: 575px;
  }
}
@media (min-width: 400px) and (max-width: 550px) {
  .header--home.header--home--math.summer-prices {
    background-position: center -70px;
  }
  .header--home.header--home--math.summer-prices .header--home--content {
    height: 651px;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .header--home.header--home--math.summer-prices {
    height: 758px;
    background-image: url('../../images/home3/header/summer/fondo-cabecera-math-768@2x.png');
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header--home.header--home--math.summer-prices {
    height: 754px;
    background-image: url('../../images/home3/header/summer/fondo-cabecera-math-1000@2x.png');
  }
}
@media (min-width: 1000px) and (max-width: 1300px) {
  .header--home.header--home--math.summer-prices {
    height: 754px;
    background-image: url('../../images/home3/header/summer/fondo-cabecera-math-1300@2x.png');
  }
}
@media (min-width: 1300px) and (max-width: 1758px) {
  .header--home.header--home--math.summer-prices {
    height: 754px;
    background-image: url('../../images/home3/header/summer/fondo-cabecera-math-1758@2x.png');
  }
}
@media (min-width: 1758px) {
  .header--home.header--home--math.summer-prices {
    height: 754px;
    background-image: url('../../images/home3/header/summer/fondo-cabecera-math-2568@2x.png');
  }
}
@media (max-width: 400px) {
  .header--home.header--home--math.summer-prices .nina {
    left: 50%;
    width: 212px;
    height: 222px;
    transform: translateX(-50%);
    background-image: url('../../images/home3/header/summer/nina-cabecera-mates-212@2x.png');
  }
}
@media (max-width: 768px) and (min-width: 400px) {
  .header--home.header--home--math.summer-prices .nina {
    left: 50%;
    width: 308px;
    height: 323px;
    transform: translateX(-50%);
    background-image: url('../../images/home3/header/summer/nina-cabecera-mates-308@2x.png');
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header--home.header--home--math.summer-prices .nina {
    left: 51%;
    width: 470px;
    height: 493px;
    transform: none;
    background-image: url('../../images/home3/header/summer/nina-cabecera-mates-470@2x.png');
  }
}
@media (min-width: 1000px) {
  .header--home.header--home--math.summer-prices .nina {
    right: 0;
    width: 550px;
    height: 577px;
    background-image: url('../../images/home3/header/summer/nina-cabecera-mates-550@2x.png');
  }
}
@media (max-width: 400px) {
  .header--home.header--home--lectura.summer-prices .header--home--content {
    height: 575px;
  }
}
@media (min-width: 400px) and (max-width: 550px) {
  .header--home.header--home--lectura.summer-prices {
    background-position: center -70px;
  }
  .header--home.header--home--lectura.summer-prices .header--home--content {
    height: 651px;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .header--home.header--home--lectura.summer-prices {
    height: 758px;
    background-image: url('../../images/home3/header/summer/fondo-cabecera-lectura-768@2x.png');
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header--home.header--home--lectura.summer-prices {
    height: 754px;
    background-image: url('../../images/home3/header/summer/fondo-cabecera-lectura-1000@2x.png');
  }
}
@media (min-width: 1000px) and (max-width: 1300px) {
  .header--home.header--home--lectura.summer-prices {
    height: 754px;
    background-image: url('../../images/home3/header/summer/fondo-cabecera-lectura-1300@2x.png');
  }
}
@media (min-width: 1300px) and (max-width: 1758px) {
  .header--home.header--home--lectura.summer-prices {
    height: 754px;
    background-image: url('../../images/home3/header/summer/fondo-cabecera-lectura-1758@2x.png');
  }
}
@media (min-width: 1758px) {
  .header--home.header--home--lectura.summer-prices {
    height: 754px;
    background-image: url('../../images/home3/header/summer/fondo-cabecera-lectura-2568@2x.png');
  }
}
@media (max-width: 400px) {
  .header--home.header--home--lectura.summer-prices .nina {
    left: 50%;
    width: 211px;
    height: 222px;
    transform: translateX(-50%);
    background-image: url('../../images/home3/header/summer/nino-cabecera-lectura-211@2x.png');
  }
}
@media (max-width: 768px) and (min-width: 400px) {
  .header--home.header--home--lectura.summer-prices .nina {
    left: 50%;
    width: 302px;
    height: 317px;
    transform: translateX(-50%);
    background-image: url('../../images/home3/header/summer/nino-cabecera-lectura-302@2x.png');
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header--home.header--home--lectura.summer-prices .nina {
    left: 45%;
    width: 470px;
    height: 494px;
    transform: none;
    background-image: url('../../images/home3/header/summer/nino-cabecera-lectura-470@2x.png');
  }
}
@media (min-width: 1000px) and (max-width: 1300px) {
  .header--home.header--home--lectura.summer-prices .nina {
    right: -25px;
    width: 533px;
    height: 559px;
    background-image: url('../../images/home3/header/summer/nino-cabecera-lectura-533@2x.png');
  }
}
@media (min-width: 1300px) {
  .header--home.header--home--lectura.summer-prices .nina {
    right: -85px;
    width: 550px;
    height: 577px;
    background-image: url('../../images/home3/header/summer/nino-cabecera-lectura-550@2x.png');
  }
}
@media (max-width: 400px) {
  .header--home.header--home--math {
    height: 625px;
    background-image: url('../../images/home3/header/fondo-cabecera-mates-400.png');
    background-size: 400px 471px;
    background-position: center 65px;
  }
  .header--home.header--home--math .header--home--content {
    height: 625px;
  }
}
@media (min-width: 400px) and (max-width: 550px) {
  .header--home.header--home--math {
    height: 705px;
    background-image: url('../../images/home3/header/fondo-cabecera-mates-550.png');
    background-size: 550px 705px;
  }
  .header--home.header--home--math .header--home--content {
    height: 705px;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .header--home.header--home--math {
    height: 705px;
    background-position: center top;
    background-image: url('../../images/home3/header/fondo-cabecera-mates-768@2x.png');
    background-size: 768px 800px;
  }
  .header--home.header--home--math .header--home--content {
    height: 705px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header--home.header--home--math {
    height: 700px;
    background-position: center top;
    background-image: url('../../images/home3/header/fondo-cabecera-mates-1000@2x.png');
    background-size: 1000px 704px;
  }
  .header--home.header--home--math .header--home--content {
    height: 700px;
  }
}
@media (min-width: 1000px) and (max-width: 1300px) {
  .header--home.header--home--math {
    height: 700px;
    background-position: center top;
    background-image: url('../../images/home3/header/fondo-cabecera-mates-1300@2x.png');
    background-size: 1300px 705px;
  }
  .header--home.header--home--math .header--home--content {
    height: 700px;
  }
}
@media (min-width: 1300px) and (max-width: 1758px) {
  .header--home.header--home--math {
    height: 700px;
    background-position: center top;
    background-image: url('../../images/home3/header/fondo-cabecera-mates-1758@2x.png');
    background-size: 1758px 704px;
  }
  .header--home.header--home--math .header--home--content {
    height: 700px;
  }
}
@media (min-width: 1758px) {
  .header--home.header--home--math {
    height: 700px;
    background-image: url('../../images/home3/header/fondo-cabecera-mates-2568@2x.png');
    background-size: 2568px 800px;
  }
  .header--home.header--home--math .header--home--content {
    height: 700px;
  }
}
.header--home.header--home--math .nina {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
}
@media (max-width: 400px) {
  .header--home.header--home--math .nina {
    left: 50%;
    width: 169px;
    height: 223px;
    transform: translateX(-50%);
    background-image: url('../../images/home3/header/nina-cabecera-mates-169@2x.png');
  }
}
@media (max-width: 768px) and (min-width: 400px) {
  .header--home.header--home--math .nina {
    left: 50%;
    width: 242px;
    height: 318px;
    transform: translateX(-50%);
    background-image: url('../../images/home3/header/nina-cabecera-mates-242@2x.png');
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header--home.header--home--math .nina {
    left: 51%;
    width: 373px;
    height: 489px;
    transform: none;
    background-image: url('../../images/home3/header/nina-cabecera-mates-373@2x.png');
  }
}
@media (min-width: 1000px) {
  .header--home.header--home--math .nina {
    right: 0;
    width: 422px;
    height: 577px;
    background-image: url('../../images/home3/header/nina-cabecera-mates-422@2x.png');
  }
}
.header--home.header--home--math.en,
.header--home.header--home--math.pt {
  overflow-x: hidden;
}
@media (min-width: 1758px) {
  .header--home.header--home--math.en,
  .header--home.header--home--math.pt {
    background-image: url('../../images/home3/header/fondo-cabecera-mates-en-2568@2x.png');
    background-size: 2254px 800px;
  }
}
@media (min-width: 1300px) and (max-width: 1758px) {
  .header--home.header--home--math.en,
  .header--home.header--home--math.pt {
    background-image: url('../../images/home3/header/fondo-cabecera-mates-en-1758@2x.png');
    background-size: 1758px 704px;
  }
}
@media (min-width: 1000px) and (max-width: 1300px) {
  .header--home.header--home--math.en,
  .header--home.header--home--math.pt {
    background-image: url('../../images/home3/header/fondo-cabecera-mates-en-1300@2x.png');
    background-size: 1300px 705px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header--home.header--home--math.en,
  .header--home.header--home--math.pt {
    background-image: url('../../images/home3/header/fondo-cabecera-mates-en-1000@2x.png');
    background-size: 1000px 704px;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .header--home.header--home--math.en,
  .header--home.header--home--math.pt {
    background-image: url('../../images/home3/header/fondo-cabecera-mates-en-768@2x.png');
    background-size: 768px 800px;
  }
}
@media (min-width: 400px) and (max-width: 550px) {
  .header--home.header--home--math.en,
  .header--home.header--home--math.pt {
    background-image: url('../../images/home3/header/fondo-cabecera-mates-en-550@2x.png');
    background-size: 550px 705px;
    background-position: center bottom;
  }
  .header--home.header--home--math.en .claims,
  .header--home.header--home--math.pt .claims {
    padding-top: 150px;
  }
  .header--home.header--home--math.en h2.claim2,
  .header--home.header--home--math.pt h2.claim2 {
    margin: 20px auto 40px;
  }
}
@media (max-width: 400px) {
  .header--home.header--home--math.en,
  .header--home.header--home--math.pt {
    background-image: url('../../images/home3/header/fondo-cabecera-mates-en-400@2x.png');
    background-size: 400px 471px;
    width: 400px;
  }
  .header--home.header--home--math.en h2.claim2,
  .header--home.header--home--math.pt h2.claim2 {
    margin: 20px auto 40px;
  }
}
@media (min-width: 1758px) {
  .header--home.header--home--math.en .nina,
  .header--home.header--home--math.pt .nina {
    right: -400px;
    width: 962px;
    height: 495px;
    background-image: url('../../images/home3/header/ninos-cabecera-en-962@2x.png');
  }
}
@media (min-width: 1300px) and (max-width: 1758px) {
  .header--home.header--home--math.en .nina,
  .header--home.header--home--math.pt .nina {
    right: -285px;
    width: 962px;
    height: 495px;
    background-image: url('../../images/home3/header/ninos-cabecera-en-962@2x.png');
  }
}
@media (min-width: 1000px) and (max-width: 1300px) {
  .header--home.header--home--math.en .nina,
  .header--home.header--home--math.pt .nina {
    right: -99px;
    width: 753px;
    height: 387px;
    background-image: url('../../images/home3/header/ninos-cabecera-en-753@2x.png');
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header--home.header--home--math.en .nina,
  .header--home.header--home--math.pt .nina {
    left: auto;
    right: 0;
    width: 676px;
    height: 347px;
    background-image: url('../../images/home3/header/ninos-cabecera-en-676@2x.png');
  }
}
@media (min-width: 610px) and (max-width: 768px) {
  .header--home.header--home--math.en .nina,
  .header--home.header--home--math.pt .nina {
    width: 610px;
    height: 314px;
    background-image: url('../../images/home3/header/ninos-cabecera-en-610@2x.png');
  }
}
@media (min-width: 521px) and (max-width: 610px) {
  .header--home.header--home--math.en .nina,
  .header--home.header--home--math.pt .nina {
    width: 521px;
    height: 268px;
    background-image: url('../../images/home3/header/ninos-cabecera-en-521@2x.png');
  }
}
@media (min-width: 400px) and (max-width: 521px) {
  .header--home.header--home--math.en .nina,
  .header--home.header--home--math.pt .nina {
    width: 102%;
    height: 268px;
    background-image: url('../../images/home3/header/ninos-cabecera-en-521@2x.png');
    background-size: 521px 268px;
    background-position: center bottom;
  }
}
@media (max-width: 400px) {
  .header--home.header--home--math.en .nina,
  .header--home.header--home--math.pt .nina {
    width: 400px;
    height: 205px;
    background-image: url('../../images/home3/header/ninos-cabecera-en-401@2x.png');
    background-size: 401px 205px;
  }
}
@media (max-width: 400px) {
  .header--home.header--home--lectura {
    height: 625px;
    background-image: url('../../images/home3/header/fondo-cabecera-lectura-400@2x.png');
    background-size: 400px 471px;
    background-position: center 65px;
  }
  .header--home.header--home--lectura .header--home--content {
    height: 625px;
  }
}
@media (min-width: 400px) and (max-width: 550px) {
  .header--home.header--home--lectura {
    height: 705px;
    background-image: url('../../images/home3/header/fondo-cabecera-lectura-550@2x.png');
    background-size: 550px 705px;
  }
  .header--home.header--home--lectura .header--home--content {
    height: 705px;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .header--home.header--home--lectura {
    height: 705px;
    background-position: center top;
    background-image: url('../../images/home3/header/fondo-cabecera-lectura-768@2x.png');
    background-size: 768px 800px;
  }
  .header--home.header--home--lectura .header--home--content {
    height: 705px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header--home.header--home--lectura {
    height: 700px;
    background-position: center top;
    background-image: url('../../images/home3/header/fondo-cabecera-lectura-1000@2x.png');
    background-size: 1000px 704px;
  }
  .header--home.header--home--lectura .header--home--content {
    height: 700px;
  }
}
@media (min-width: 1000px) and (max-width: 1300px) {
  .header--home.header--home--lectura {
    height: 700px;
    background-position: center top;
    background-image: url('../../images/home3/header/fondo-cabecera-lectura-1300@2x.png');
    background-size: 1300px 705px;
  }
  .header--home.header--home--lectura .header--home--content {
    height: 700px;
  }
}
@media (min-width: 1300px) and (max-width: 1758px) {
  .header--home.header--home--lectura {
    height: 700px;
    background-position: center top;
    background-image: url('../../images/home3/header/fondo-cabecera-lectura-1758@2x.png');
    background-size: 1758px 704px;
  }
  .header--home.header--home--lectura .header--home--content {
    height: 700px;
  }
}
@media (min-width: 1758px) {
  .header--home.header--home--lectura {
    height: 700px;
    background-image: url('../../images/home3/header/fondo-cabecera-lectura-2568@2x.png');
    background-size: 2568px 804px;
  }
  .header--home.header--home--lectura .header--home--content {
    height: 700px;
  }
}
.header--home.header--home--lectura .nina {
  position: absolute;
  background-size: contain;
  bottom: 0;
}
@media (max-width: 400px) {
  .header--home.header--home--lectura .nina {
    left: 50%;
    width: 160px;
    height: 222px;
    transform: translateX(-50%);
    background-image: url('../../images/home3/header/nino-cabecera-lectura-160.png');
  }
}
@media (max-width: 768px) and (min-width: 400px) {
  .header--home.header--home--lectura .nina {
    left: 50%;
    width: 228px;
    height: 317px;
    transform: translateX(-50%);
    background-image: url('../../images/home3/header/nino-cabecera-lectura-228.png');
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header--home.header--home--lectura .nina {
    left: 51%;
    width: 355px;
    height: 493px;
    transform: none;
    background-image: url('../../images/home3/header/nino-cabecera-lectura-355.png');
  }
}
@media (min-width: 1000px) and (max-width: 1300px) {
  .header--home.header--home--lectura .nina {
    right: 0;
    width: 404px;
    height: 560px;
    background-image: url('../../images/home3/header/nino-cabecera-lectura-404.png');
  }
}
@media (min-width: 1300px) {
  .header--home.header--home--lectura .nina {
    right: 0;
    width: 416px;
    height: 577px;
    background-image: url('../../images/home3/header/nino-cabecera-lectura-416.png');
  }
}
.header--home .claims {
  color: white;
}
.header--home .claims .signup-bt-container {
  padding-top: 10px;
}
@media (min-width: 1000px) {
  .header--home .claims {
    text-align: left;
    width: 500px;
    padding-top: 200px;
  }
  .header--home .claims h1 {
    width: 490px;
    font-size: 38px;
    margin: 0 0 35px;
    line-height: 1;
  }
  .header--home .claims h3,
  .header--home .claims h2 {
    font-size: 19px;
    margin: 0 0 5px;
    font-weight: normal;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header--home .claims {
    text-align: left;
    width: 54%;
    padding: 220px  0 0 4%;
  }
  .header--home .claims h1 {
    font-size: 39px;
    margin: 0 0 25px;
    line-height: 1;
  }
  .header--home .claims h3 {
    font-size: 17px;
    margin: 0 0 5px;
    font-weight: normal;
  }
}
@media (max-width: 768px) {
  .header--home .claims {
    text-align: center;
    padding: 120px 5px 0;
    max-width: 450px;
    margin: auto;
  }
  .header--home .claims h1 {
    font-size: 38px;
    margin: 0 0 20px;
    line-height: 1;
  }
  .header--home .claims h3 {
    font-size: 17px;
    margin: 0 0 5px;
    font-weight: normal;
  }
}
@media (max-width: 550px) {
  .header--home .claims {
    padding: 100px 2px 0;
    max-width: 400px;
  }
  .header--home .claims h1 {
    font-size: 30px;
  }
  .header--home .claims h3 {
    font-size: 15px;
  }
}
.header--home .promoContent {
  color: #000000;
  position: absolute;
  width: 600px;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 650px) {
  .header--home .promoContent {
    width: 96%;
  }
}
.header--home .promoContent .row.mintop {
  margin-top: -30px;
  min-height: 70px;
}
.header--home .promoContent input[type=text] {
  width: 250px;
  height: 44px;
  box-shadow: -1.7px 1px 2px 0 rgba(0, 0, 0, 0.03), inset -0.9px 0.5px 5px 0 rgba(0, 0, 0, 0.06);
  border: solid 3px #cecece;
  background-color: #ffffff;
  color: #000000;
  font-size: 15px;
  border-radius: 5px;
  padding: 0 0 0 1%;
  outline: none;
  text-align: center;
}
.header--home .promoContent input[type=text].error {
  border: solid 3px #f13838;
}
.header--home .promoContent .panel {
  object-fit: contain;
  border-radius: 4px;
  box-shadow: -0.4px 4px 0 0 rgba(0, 0, 0, 0.55);
  border: solid 1px #e0dad2;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 20px 20px 20px;
  position: relative;
}
.header--home .promoContent .panel .icon-badges {
  text-align: center;
  position: absolute;
  width: 100%;
  top: -60px;
  left: 0;
}
.header--home .promoContent .panel .icon-badges .icon-badge {
  width: 95px;
  display: inline-block;
  float: none;
}
.header--home .promoContent .panel .icon-badges .icon-badge #smartick-badge {
  background: url("../../images/home/smartick-blue-icon.png") no-repeat;
  height: 95px;
  background-color: #42b2fc;
  background-size: contain;
}
.header--home .promoContent .panel .icon-badges .icon-badge .icon-circle {
  box-shadow: 3.5px 4.9px 7px 0 rgba(0, 0, 0, 0.3);
  border: solid 3px #edf6fc;
  border-radius: 50%;
  height: 95px;
  width: 95px;
}
.header--home .promoContent .panel .icon-badges .icon-badge .fill {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 95px;
  height: 97px;
}
.header--home .promoContent .panel .icon-badges .icon-badge .fill.orange {
  background-color: #fba62d;
}
.header--home .promoContent .panel .icon-badges .icon-badge .fill span {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}
.header--home .promoContent .panel .icon-badges .icon-badge .fill span.big {
  font-size: 42px;
}
.header--home .promoContent .panel .promo-messages .content {
  height: 150px;
  vertical-align: middle;
  display: table-cell;
  width: 20%;
}
.header--home .promoContent .panel h3 {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  margin: 10px auto;
}
.header--home .promoContent .panel h1 {
  font-size: 72px;
  font-weight: bold;
  text-align: center;
}
.header--home .promoContent .panel h4 {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}
.header--home .promoContent .panel .small-notice {
  font-style: italic;
  color: #8a8080;
}
.header--home .promoContent .panel .error-message {
  background: #f13838;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 20px;
  text-align: center;
  margin-bottom: 20px;
}
.header--home .promoContent .panel .bt-register {
  margin: 20px auto 10px;
}
.header--home .promoContent .panel .container-check-promo {
  margin: 30px auto 40px;
}
.header--home .promoContent .mt-10 {
  margin-top: 10px;
}
.header--home .promoContent .mt-20 {
  margin-top: 20px;
}
.header--home .promoContent .mt-30 {
  margin-top: 30px;
}
.header--home .promoContent .mt-40 {
  margin-top: 40px;
}
.bt-color {
  display: inline-block;
  padding: 13px 50px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  border: none;
  outline: none;
}
@media (max-width: 550px) {
  .bt-color {
    padding: 8px 50px;
    font-size: 16px;
  }
}
.bt-green {
  display: inline-block;
  padding: 13px 50px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  border: none;
  outline: none;
  color: white;
  box-shadow: -0.2px 3px 0 0 #008000;
  background-image: linear-gradient(to bottom, #7ac43d, #82ce43);
}
@media (max-width: 550px) {
  .bt-green {
    padding: 8px 50px;
    font-size: 16px;
  }
}
@media (hover: hover) {
  .bt-green:hover {
    background: #82ce43;
    text-decoration: none;
  }
}
.bt-green:active {
  position: relative;
  top: 3px;
  background: #7ac43d;
  text-decoration: none;
  box-shadow: none;
}
.bt-orange {
  display: inline-block;
  padding: 13px 50px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  border: none;
  outline: none;
  color: white;
  background-image: linear-gradient(to top, #f67f3b, #f36121);
  box-shadow: -0.2px 3px 0 0 #ca510d;
  text-decoration: none;
}
@media (max-width: 550px) {
  .bt-orange {
    padding: 8px 50px;
    font-size: 16px;
  }
}
@media (hover: hover) {
  .bt-orange:hover {
    box-shadow: -0.2px 3px 0 0 #ca510d;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(to top, #f67f3b, #f36121);
    text-decoration: none;
  }
}
.bt-orange:active {
  background: #f36121;
  text-decoration: none;
  box-shadow: none;
  position: relative;
  top: 3px;
}
.media-none {
  height: 1px;
  box-shadow: 0 0 11px 0 rgba(119, 171, 207, 0.36);
}
.media {
  background-color: #fdfdfd;
  color: black;
  height: 180px;
  position: relative;
  box-shadow: 0 0 11px 0 rgba(119, 171, 207, 0.36);
}
.media hr {
  background-color: #dfdfdf;
  height: 1px;
  border: 0;
  display: none;
}
@media (max-width: 550px) {
  .media {
    background-color: #f9f9f7;
    height: 375px;
  }
  .media hr {
    display: block;
  }
}
.media .medio_item {
  display: inline-block;
  vertical-align: middle;
  margin: 15px 5px;
  max-width: 130px;
}
.media .medio_item.trustpilot,
.media .medio_item.appstore,
.media .medio_item.kidsafe {
  border-left: 1px solid #dfdfdf;
}
@media (max-width: 768px) {
  .media .medio_item {
    margin: 15px 10px;
  }
  .media .medio_item.oxford,
  .media .medio_item.harvardbusinessreview {
    display: none;
  }
  .media .medio_item.trustpilot,
  .media .medio_item.appstore,
  .media .medio_item.kidsafe {
    border-left: none;
  }
}
@media (max-width: 550px) {
  .media .medio_item {
    margin: 5px auto;
  }
  .media .medio_item.trustpilot,
  .media .medio_item.appstore {
    display: block;
  }
}
.media .medio_item .medio_container {
  margin-left: 10px;
}
.media .medio_item .medio_container .row {
  display: block;
  clear: both;
}
.media .medio_item .medio_container .score {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  font-weight: bold;
}
.media .medio_item .medio_container .medio_icon {
  display: inline-block;
  vertical-align: middle;
}
.media .medio_item .medio_icon {
  background-position: center center;
  background-repeat: no-repeat;
}
.media .medio_item .reviews {
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  margin: 0 10px 0 10px;
}
.media .media-title {
  font-size: 17px;
  font-weight: bold;
  padding-top: 40px;
}
.media .medio_icon.harvardbusinessreview {
  background-image: url('../../images/home3/media/harvardbusinessreview.png');
  background-size: 100px 45px;
  width: 100px;
  height: 45px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .media .medio_icon.harvardbusinessreview {
    background-image: url("../../images/home3/media/harvardbusinessreview@2x.png");
    background-size: 100px 45px;
  }
}
.media .medio_icon.oxford {
  background-image: url('../../images/home3/media/oxford.png');
  background-size: 135px 39px;
  width: 135px;
  height: 39px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .media .medio_icon.oxford {
    background-image: url("../../images/home3/media/oxford@2x.png");
    background-size: 135px 39px;
  }
}
.media .medio_icon.kidsafe {
  background-image: url('../../images/home3/media/kid_safe.png');
  background-size: 68px 84px;
  width: 68px;
  height: 84px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .media .medio_icon.kidsafe {
    background-image: url("../../images/home3/media/kid_safe@2x.png");
    background-size: 68px 84px;
  }
}
.media .medio_icon.educationalapp {
  background-image: url('../../images/home3/media/educational_app.png');
  background-size: 83px 80px;
  width: 83px;
  height: 80px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .media .medio_icon.educationalapp {
    background-image: url("../../images/home3/media/educational_app@2x.png");
    background-size: 83px 80px;
  }
}
.media .medio_icon.trustpilot {
  background-image: url('../../images/home3/media/trustpilot.svg');
  background-size: 95px 27px;
  height: 40px;
  width: 95px;
}
.media .medio_icon.appstore {
  background-image: url('../../images/home3/media/appstore.svg');
  background-size: 95px 27px;
  height: 40px;
  width: 95px;
}
@media (max-width: 900px) {
  .media .elespectador {
    background-size: 175px 34px;
  }
}
@media (max-width: 980px) {
  .media .elmundo {
    background-size: 152px 34px;
  }
}
@media (max-width: 400px) {
  .media .elespectador,
  .media .publimetro,
  .media .america,
  .media .oxford {
    background-size: 85%;
  }
  .media .forbes {
    background-size: 75%;
  }
}
.programs {
  background-image: linear-gradient(to bottom, #ffffff, #e8f4ff);
}
.programs .mainColumn {
  text-align: center;
  width: 1040px;
}
.programs h1.title {
  font-size: 38px;
  font-weight: normal;
  margin: 40px auto 20px;
}
.programs .programs--container {
  background-image: url('../../images/home3/programs/numeros.png'), url('../../images/home3/programs/letras.png');
  background-repeat: no-repeat, no-repeat;
  background-position: left center, top right;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .programs .programs--container {
    background-image: url('../../images/home3/programs/numeros@2x.png'), url('../../images/home3/programs/letras@2x.png');
    background-size: 151px 220px, 144px 255px;
  }
}
.programs .programs--container .program {
  display: inline-block;
  margin: 20px 30px 60px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 11px 0 rgba(119, 171, 207, 0.23);
  width: 376px;
  padding: 15px 0 30px;
  box-sizing: border-box;
  position: relative;
}
.programs .programs--container .program h3 {
  font-size: 24px;
  padding: 30px 0 25px;
}
.programs .programs--container .program a.program--link:hover {
  text-decoration: none;
}
.programs .programs--container .program .program--img.program--img--opacity {
  position: relative;
}
.programs .programs--container .program .program--img.program--img--opacity img {
  transition: opacity 1s linear;
  position: absolute;
  top: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
.programs .programs--container .program .program--img.program--img--opacity img.hidden {
  opacity: 0;
}
.programs .programs--container .program .program--img {
  height: 168px;
  white-space: nowrap;
  font-size: 0;
}
.programs .programs--container .program .program--img img {
  margin: 0 50px;
  border: solid 1px #b3e6ff;
  border-radius: 7px;
}
.programs .programs--container .program .program--desc {
  padding: 30px 35px 10px;
  font-size: 16px;
  box-sizing: border-box;
  height: 145px;
}
.programs .programs--container .program .program--img {
  overflow: hidden;
}
.programs .programs--container .program .bt-orange {
  font-size: 16px;
  padding: 10px 30px;
}
.programs .programs--container .program .linkSaberMas {
  display: inline-block;
  position: absolute;
  color: #f36d21;
  font-weight: bold;
  right: 0;
  bottom: -30px;
}
@media (max-width: 1040px) {
  .programs .mainColumn {
    width: 98%;
  }
  .programs .programs--container {
    background-image: none;
  }
  .programs .programs--container .program {
    margin: 20px 2% 60px;
  }
}
@media (max-width: 850px) {
  .programs .programs--container .program {
    display: block;
    margin: 20px auto 60px;
  }
}
.programs .programs--claim {
  max-width: 1000px;
  margin: auto;
  padding: 30px 10px 50px;
  font-size: 34px;
  font-weight: bold;
}
@media (max-width: 900px) {
  .programs .programs--claim {
    font-size: 30px;
  }
}
@media (max-width: 550px) {
  .programs .programs--claim {
    font-size: 20px;
  }
}
.benefits {
  text-align: center;
  padding: 20px 0 5px;
}
.benefits .title {
  font-size: 32px;
  font-weight: bold;
  padding: 20px 0 30px;
}
@media (max-width: 768px) {
  .benefits .title {
    font-size: 30px;
  }
}
.benefits .benfits-imgs {
  font-size: 0;
  white-space: nowrap;
  margin: auto;
  display: inline-block;
  text-align: center;
}
.benefits .benefit-title,
.benefits .benefit-img,
.benefits .benefit-desc {
  display: inline-block;
  width: 32%;
  box-sizing: border-box;
}
.benefits .benefit-img {
  background-position: center center;
  height: 160px;
  background-repeat: no-repeat;
}
.benefits .benefit-img.benefit-img--sinayuda {
  background-image: url('../../images/home3/benefits/icono-sin-ayuda.png');
  background-size: 138px 152px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .benefits .benefit-img.benefit-img--sinayuda {
    background-image: url("../../images/home3/benefits/icono-sin-ayuda@2x.png");
    background-size: 138px 152px;
  }
}
.benefits .benefit-img.benefit-img--15-min {
  background-image: url('../../images/home3/benefits/icono-15-min.png');
  background-size: 190px 141px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .benefits .benefit-img.benefit-img--15-min {
    background-image: url("../../images/home3/benefits/icono-15-min@2x.png");
    background-size: 190px 141px;
  }
}
.benefits .benefit-img.benefit-img--ia {
  background-image: url('../../images/home3/benefits/icono-inteligencia-artificial.png');
  background-size: 211px 152px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .benefits .benefit-img.benefit-img--ia {
    background-image: url("../../images/home3/benefits/icono-inteligencia-artificial@2x.png");
    background-size: 211px 152px;
  }
}
.benefits .benefit-img.benefit-img--mates {
  background-image: url('../../images/home3/benefits/icono-matematicas.png');
  background-size: 170px 130px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .benefits .benefit-img.benefit-img--mates {
    background-image: url("../../images/home3/benefits/icono-matematicas@2x.png");
    background-size: 170px 130px;
  }
}
.benefits .benefit-img.benefit-img--coding {
  background-image: url('../../images/home3/benefits/icono-programacion.png');
  background-size: 192px 142px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .benefits .benefit-img.benefit-img--coding {
    background-image: url("../../images/home3/benefits/icono-programacion@2x.png");
    background-size: 192px 142px;
  }
}
.benefits .benefit-img.benefit-img--logica {
  background-image: url('../../images/home3/benefits/icono-logica.png');
  background-size: 144px 170px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .benefits .benefit-img.benefit-img--logica {
    background-image: url("../../images/home3/benefits/icono-logica@2x.png");
    background-size: 144px 170px;
  }
}
.benefits .benefit-img.benefit-img--aprenden-leer {
  background-image: url('../../images/home3/benefits/icono-aprenden-a-leer.png');
  background-size: 139px 150px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .benefits .benefit-img.benefit-img--aprenden-leer {
    background-image: url("../../images/home3/benefits/icono-aprenden-a-leer@2x.png");
    background-size: 139px 150px;
  }
}
.benefits .benefit-img.benefit-img--manera-precisa {
  background-image: url('../../images/home3/benefits/icono-leen-de-manera-precisa.png');
  background-size: 190px 142px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .benefits .benefit-img.benefit-img--manera-precisa {
    background-image: url("../../images/home3/benefits/icono-leen-de-manera-precisa@2x.png");
    background-size: 190px 142px;
  }
}
.benefits .benefit-img.benefit-img--comprenden-leen {
  background-image: url('../../images/home3/benefits/icono-comprenden-lo-que-leen.png');
  background-size: 214px 165px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .benefits .benefit-img.benefit-img--comprenden-leen {
    background-image: url("../../images/home3/benefits/icono-comprenden-lo-que-leen@2x.png");
    background-size: 214px 165px;
  }
}
.benefits .benefits--texts,
.benefits .benefits--descs {
  margin: 10px auto 20px;
}
.benefits .benefit-title,
.benefits .benefit-desc {
  transition: opacity, color, background-color 0.3s ease-in-out;
  vertical-align: top;
}
.benefits .benefit-title.visible,
.benefits .benefit-desc.visible {
  opacity: 1;
}
.benefits .benefit-title {
  width: 32%;
  padding: 8px 2px;
  white-space: nowrap;
  border-radius: 8px;
  color: #42b2fc;
  font-size: 18px;
  font-weight: bold;
}
.benefits .benefit-title.visible {
  color: white;
  background-color: #42b2fc;
}
.benefits .benefit-desc {
  opacity: 0;
  font-size: 18px;
}
.benefits .sep {
  width: 1px;
  height: 140px;
}
.benefits .benefit-img,
.benefits .sep {
  display: inline-block;
  vertical-align: middle;
}
.benefits.benefits-orange .benefit-img.benefit-img--sinayuda {
  background-image: url('../../images/home3/benefits/icono-sin-ayuda-orange.png');
  background-size: 138px 152px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .benefits.benefits-orange .benefit-img.benefit-img--sinayuda {
    background-image: url("../../images/home3/benefits/icono-sin-ayuda-orange@2x.png");
    background-size: 138px 152px;
  }
}
.benefits.benefits-orange .benefit-img.benefit-img--15-min {
  background-image: url('../../images/home3/benefits/icono-15-min-orange.png');
  background-size: 190px 141px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .benefits.benefits-orange .benefit-img.benefit-img--15-min {
    background-image: url("../../images/home3/benefits/icono-15-min-orange@2x.png");
    background-size: 190px 141px;
  }
}
.benefits.benefits-orange .benefit-img.benefit-img--ia {
  background-image: url('../../images/home3/benefits/icono-inteligencia-artificial-orange.png');
  background-size: 211px 152px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .benefits.benefits-orange .benefit-img.benefit-img--ia {
    background-image: url("../../images/home3/benefits/icono-inteligencia-artificial-orange@2x.png");
    background-size: 211px 152px;
  }
}
.benefits.benefits-orange .benefit-title {
  color: #f36d21;
}
.benefits.benefits-orange .benefit-title.visible {
  background-color: #f36d21;
  color: white;
}
@media (max-width: 900px) {
  .benefits .benefit-img {
    width: 30%;
    height: 100px;
    background-size: contain !important;
    opacity: 0.45;
  }
  .benefits .benefit-img.visible {
    box-shadow: 0 5px 0 0 #42b2fc;
    opacity: 1;
  }
  .benefits.benefits-orange .benefit-img.visible {
    box-shadow: 0 5px 0 0 #f36d21;
  }
  .benefits.benefits-orange .sep {
    background-image: linear-gradient(to bottom, #f36d2100 0%, #f36d2170 50%, #f36d2100 100%);
  }
  .benefits .benefit-title {
    opacity: 0;
    display: none;
  }
  .benefits .benefit-title.visible {
    opacity: 1;
    display: block;
  }
  .benefits .benfits-imgs {
    margin-bottom: 20px;
  }
  .benefits .benefits--texts,
  .benefits .benefits--descs {
    display: block;
    height: 30px;
    width: 350px;
    position: relative;
  }
  .benefits .benefits--texts {
    height: 30px;
  }
  .benefits .benefits--descs {
    height: 50px;
  }
  .benefits .benefit-title,
  .benefits .benefit-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .benefits .sep {
    margin: 0 10px;
    height: 50px;
    background-image: linear-gradient(to bottom, #e8f4ff 0%, #9BCEFF 50%, #e8f4ff 100%);
  }
}
.clouds-top {
  height: 342px;
  background-color: #e8f4ff;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url('../../images/home3/decoration/clouds-top-1900.png');
  background-size: 1900px 342px;
}
@media (min-width: 1900px) {
  .clouds-top {
    background-size: 100% 342px;
  }
}
@media (max-width: 768px) {
  .clouds-top {
    height: 139px;
    background-image: url('../../images/home3/decoration/clouds-top-768.png');
    background-size: 768px 139px;
  }
}
.clouds-bottom {
  height: 253px;
  background-color: #e8f4ff;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('../../images/home3/decoration/clouds-bottom-1900.png');
  background-size: 1900px 253px;
}
@media (min-width: 1900px) {
  .clouds-bottom {
    background-size: 100% 253px;
  }
}
@media (max-width: 768px) {
  .clouds-bottom {
    height: 102px;
    background-image: url('../../images/home3/decoration/clouds-bottom-768.png');
    background-size: 768px 102px;
  }
}
.screenshots-home .screenshots--img {
  margin-top: -200px;
}
@media (max-width: 1000px) {
  .screenshots-home .screenshots--img {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .screenshots-home .screenshots--img {
    margin-top: -20px;
  }
}
.screenshots-home.screenshots-home-maths,
.screenshots-home.screenshots-home-reading {
  margin-top: -60px;
}
.benefits-bullets-mixed {
  padding-top: 20px;
}
.benefits-bullets-mixed ul.ticks {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 38%;
  margin-right: -5%;
}
.benefits-bullets-mixed ul.ticks li {
  list-style: none;
  background-image: url('../../images/home3/benefit-bullets/tick.png');
  background-size: 32px 28px;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 5px 0 10px 40px;
  font-size: 18px;
  margin: 25px 0;
  line-height: 1.5;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .benefits-bullets-mixed ul.ticks li {
    background-image: url("../../images/home3/benefit-bullets/tick@2x.png");
    background-size: 32px 28px;
  }
}
.benefits-bullets-mixed .ninos-claim {
  vertical-align: top;
  display: inline-block;
  width: 62%;
  font-size: 0;
}
.benefits-bullets-mixed .ninos-claim .claim {
  background: #fba62d;
  padding: 40px 20px;
  border-radius: 20px;
  color: white;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  max-width: 550px;
  margin: auto;
  line-height: 1.4;
}
.benefits-bullets-mixed .ninos-claim .claim:after {
  content: '';
  position: absolute;
  background-image: url('../../images/home3/benefit-bullets/avion-papel.png');
  background-size: 447px 403px;
  background-repeat: no-repeat;
  width: 447px;
  height: 403px;
  top: 0;
  left: -255px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .benefits-bullets-mixed .ninos-claim .claim:after {
    background-image: url("../../images/home3/benefit-bullets/avion-papel@2x.png");
    background-size: 447px 403px;
  }
}
@media (max-width: 900px) {
  .benefits-bullets-mixed ul.ticks {
    width: auto;
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 0;
  }
  .benefits-bullets-mixed .ninos-claim {
    width: 90%;
  }
  .benefits-bullets-mixed .ninos-claim .claim:after {
    background-size: contain;
    width: 360px;
    height: 420px;
    top: -20px;
    left: -125px;
  }
}
@media (max-width: 768px) {
  .benefits-bullets-mixed .ninos-claim .claim {
    font-size: 22px;
    padding: 40px 15px;
  }
  .benefits-bullets-mixed .ninos-claim .ninos--img {
    width: 80%;
  }
}
@media (max-width: 550px) {
  .benefits-bullets-mixed .ninos-claim {
    width: 98%;
  }
  .benefits-bullets-mixed .ninos-claim .claim {
    padding: 25px 10px;
    font-size: 20px;
  }
}
.benefits-bullets-mixed .clouds-bottom {
  min-height: 175px;
}
.fromSkyToWhite {
  background-image: linear-gradient(to top, #ffffff, #e8f4ff);
}
.fromWhiteToSky {
  background-image: linear-gradient(to bottom, #ffffff, #e8f4ff);
}
.bgSky {
  background-color: #e8f4ff;
}
#testimonials .testimonials--text {
  font-weight: normal;
  font-size: 32px;
  padding: 0 5px 30px;
}
#testimonials .testimonials-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  max-width: 1100px;
  margin: 10px auto 20px;
}
@media (max-width: 1150px) {
  #testimonials .testimonials-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #testimonials .testimonials-container {
    flex-flow: column nowrap;
    align-items: center;
  }
}
#testimonials .testimonial {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}
@media (max-width: 950px) {
  #testimonials .testimonial {
    width: 32%;
  }
}
@media (max-width: 768px) {
  #testimonials .testimonial {
    width: 400px;
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  #testimonials .testimonial {
    width: 100%;
  }
}
#testimonials .testimonial--author {
  font-size: 22px;
}
#testimonials .testimonial--authordesc {
  font-size: 14px;
  color: #8a8080;
  padding: 10px 0 0;
  height: 30px;
}
@media (max-width: 768px) {
  #testimonials .testimonial--authordesc {
    padding: 10px 0 20px;
    height: auto;
  }
}
#testimonials .testimonial--description {
  padding: 10px 0;
  font-size: 16px;
  font-style: italic;
  color: #8a8080;
}
.signup-bt-container-solo {
  padding: 40px 5px 40px;
}
.sponsors {
  background-image: linear-gradient(180deg, #E1E1E1 0%, #fff 35%);
  margin: 20px 0px 0px 0px;
}
@media (max-width: 768px) {
  .sponsors {
    background-image: linear-gradient(180deg, #E1E1E1 0%, #fff 25%);
  }
}
@media (max-width: 550px) {
  .sponsors {
    background-image: linear-gradient(180deg, #E1E1E1 0%, #fff 15%);
  }
}
.sponsors .sponsors-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 30px;
}
.sponsors .sponsors-container .sponsor-logo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 80px;
}
.sponsors .sponsors-container .sponsor-logo.sponsor-ue {
  background-image: url('../../images/home3/sponsors/ue.png');
  background-size: 269px 71px;
  min-width: 269px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .sponsors .sponsors-container .sponsor-logo.sponsor-ue {
    background-image: url("../../images/home3/sponsors/ue@2x.png");
    background-size: 269px 71px;
  }
}
.sponsors .sponsors-container .sponsor-logo.sponsor-gobes {
  background-image: url('../../images/home3/sponsors/gob-esp.png');
  background-size: 320px 61px;
  min-width: 320px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .sponsors .sponsors-container .sponsor-logo.sponsor-gobes {
    background-image: url("../../images/home3/sponsors/gob-esp@2x.png");
    background-size: 320px 61px;
  }
}
.sponsors .sponsors-container .sponsor-logo.sponsor-redpuntoes {
  background-image: url('../../images/home3/sponsors/redes.png');
  background-size: 133px 49px;
  min-width: 133px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .sponsors .sponsors-container .sponsor-logo.sponsor-redpuntoes {
    background-image: url("../../images/home3/sponsors/redes@2x.png");
    background-size: 133px 49px;
  }
}
.mathsHome .mainClaim h2,
.readingHome .mainClaim h2 {
  font-size: 34px;
  font-weight: normal;
  line-height: 1.2;
  padding: 50px 20px 20px;
}
@media (max-width: 768px) {
  .mathsHome .mainClaim h2,
  .readingHome .mainClaim h2 {
    font-size: 30px;
  }
}
@media (max-width: 550px) {
  .mathsHome .mainClaim h2,
  .readingHome .mainClaim h2 {
    font-size: 24px;
  }
}
.results {
  padding: 30px 0;
}
.results .box-results {
  color: black;
  text-align: center;
  margin: auto;
  max-width: 900px;
  padding: 40px 4px;
  box-sizing: border-box;
}
.results .results--title {
  display: inline-block;
  font-size: 36px;
  padding: 0 0 0 35px;
  background: url('../../images/home3/decoration/medalla-garantizados-azul@2x.png') no-repeat left center;
  background-size: 22px 32px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .results .results--title {
    background-repeat: no-repeat;
    background-position: center top;
    padding: 35px 0 0 0 ;
  }
}
.results .results--desc {
  font-size: 18px;
}
@media (max-width: 768px) {
  .results .results--desc {
    padding: 0 10%;
  }
}
.results .results--data {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 768px) {
  .results .results--data {
    flex-flow: column nowrap;
  }
}
.results .results--data .results--data--col {
  width: 45%;
  vertical-align: top;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 30px 0 10px;
}
@media (max-width: 768px) {
  .results .results--data .results--data--col {
    flex-flow: column nowrap;
    width: 90%;
  }
}
.results .results--data .result--data--col-roscowrap {
  padding: 5px;
}
.results .results--data .results--data--rosco {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  vertical-align: middle;
  display: inline-block;
}
.results .results--data .results--data--texts {
  display: inline-block;
  vertical-align: middle;
}
.results .results--data .results--data--text {
  line-height: 1.1;
  text-align: center;
  margin: auto;
  font-size: 18px;
  padding: 5px 5px;
  box-sizing: border-box;
}
.results .results--data .results--data--text.results--data--text1 {
  width: 200px;
}
@media (max-width: 768px) {
  .results .results--data .results--data--text.results--data--text1 {
    width: 90%;
  }
}
.results .results--data .results--data--text.results--data--text2 {
  color: #42b2fc;
  font-weight: bold;
}
.results .piesite {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: 10em;
  box-sizing: border-box;
}
.results .piesite:before {
  background: #e0e0e0;
  content: '';
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  opacity: 0.5;
  z-index: 0;
}
.results .piesite:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0.1em;
  width: 0.8em;
  height: 0.8em;
  background: #ffffff;
  border-radius: 100%;
  z-index: 1;
}
.results .piesite .percent {
  position: absolute;
  top: 0.9em;
  left: 0.1em;
  font-size: 0.3em;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.results .piesite .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0px, 1em, 1em, 0.5em);
}
.results .piesite .slice.gt50 {
  clip: rect(auto, auto, auto, auto);
}
.results .piesite .slice .pie {
  position: absolute;
  border: 0.1em solid #42b2fc;
  width: 1em;
  height: 1em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 0.5em;
  box-sizing: border-box;
}
.results .piesite .slice .pie.fill {
  transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
}
.metodo-smartick {
  background-image: url('../../images/home3/metodo/nino-contento.png');
  background-size: 418px 384px;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 380px 5px 10px;
  text-align: center;
  position: relative;
  top: -30px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .metodo-smartick {
    background-image: url("../../images/home3/metodo/nino-contento@2x.png");
    background-size: 418px 384px;
  }
}
@media (max-width: 550px) {
  .metodo-smartick {
    background: url('../../images/home3/metodo/nino-contento-movil@2x.png') no-repeat center top;
    background-size: 242px 204px;
    padding: 202px 2px 10px;
  }
}
.readingHome .metodo-smartick {
  padding-top: 378px;
  background-image: url('../../images/home3/metodo/nina-contenta-reading.png');
  background-size: 423px 379px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .readingHome .metodo-smartick {
    background-image: url("../../images/home3/metodo/nina-contenta-reading@2x.png");
    background-size: 423px 379px;
  }
}
@media (max-width: 550px) {
  .readingHome .metodo-smartick {
    background: url('../../images/home3/metodo/nina-contenta-reading-movil@2x.png') no-repeat center top;
    background-size: 246px 202px;
    padding: 200px 2px 10px;
  }
}
.metodo-smartick .box {
  width: 870px;
  box-sizing: border-box;
  color: white;
  font-size: 30px;
  background: #42b2fc;
  border-radius: 20px;
  padding: 50px 54px;
  margin: auto;
}
@media (max-width: 900px) {
  .metodo-smartick .box {
    width: 95%;
    font-size: 28px;
    padding: 40px 5%;
  }
}
@media (max-width: 550px) {
  .metodo-smartick .box {
    width: 95%;
    font-size: 22px;
    padding: 20px 3%;
    border-radius: 12px;
  }
}
.reading-progression {
  padding: 20px 80px 50px;
  font-size: 18px;
}
@media (max-width: 900px) {
  .reading-progression {
    padding: 20px 10px 50px;
  }
}
.reading-progression .reading-progression-row {
  line-height: 1.4;
  margin: 20px 0;
  text-align: left;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .reading-progression .reading-progression-row {
    flex-flow: column nowrap;
    align-items: center;
  }
}
.reading-progression .reading-progression-row .age {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  background: #42b2fc;
  color: white;
  border-radius: 8px;
  text-align: center;
  padding: 5px 25px;
  font-weight: bold;
  flex: 0 0 140px;
}
@media (max-width: 768px) {
  .reading-progression .reading-progression-row .age {
    width: 140px;
    flex: 0 0 auto;
    margin-bottom: 20px;
  }
}
.reading-progression .reading-progression-row .desc {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  padding: 5px 0 5px 25px;
}
.reading-progression .reading-progression-finalclaim {
  margin-top: 40px;
  background-image: url('../../images/home3/decoration/mundo.png');
  background-size: 31px 31px;
  background-repeat: no-repeat;
  background-position: 15px center;
  text-align: left;
  font-weight: bold;
  padding: 16px 12px 14px 60px;
  border-radius: 12px;
  border: solid 2px #d9ecff;
  font-size: 27px;
  /* @media(max-width:900px) {
       font-size:22px;
     } */
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .reading-progression .reading-progression-finalclaim {
    background-image: url("../../images/home3/decoration/mundo@2x.png");
    background-size: 31px 31px;
  }
}
@media (max-width: 1000px) {
  .reading-progression .reading-progression-finalclaim {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .reading-progression .reading-progression-finalclaim {
    font-size: 22px;
    text-align: center;
  }
}
.separation-blue {
  height: 1px;
  background: linear-gradient(90deg, white 15%, #add6ea 50%, white 85%);
  margin: 40px auto 0;
}
.schedule-appointment {
  background-image: url('../../images/home3/schedule/calendly-atp-final.png');
  background-size: 434px 298px;
  padding: 0 5px 360px;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 26px;
  max-width: 800px;
  margin: auto;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .schedule-appointment {
    background-image: url("../../images/home3/schedule/calendly-atp-final@2x.png");
    background-size: 434px 298px;
  }
}
@media (max-width: 425px) {
  .schedule-appointment {
    background-size: contain;
    width: 90%;
    font-size: 22px;
    padding: 0 5px 300px;
  }
  .schedule-appointment h1 {
    font-size: 30px;
  }
}
.schedule-appointment h1 {
  font-size: 36px;
  font-weight: normal;
  padding: 50px 0 10px;
}
.schedule-appointment h3 {
  font-weight: bold;
  padding: 20px 0 40px ;
}
.schedule-appointment p {
  padding: 30px 0;
}
.feedback-section {
  margin-top: 30px;
}
.precios {
  text-align: center;
  color: #8a8080;
  font-size: 30px;
}
.precios .enfuncion {
  font-size: 22px;
}
.precios .preciosespeciales {
  font-size: 16px;
}
.precios a {
  color: #337ab7;
}
.precios a:hover {
  color: #666;
}
.precios .imgTarifasHome {
  height: 180px;
  background-image: url('../../images/home/avatares-precio.png');
  background-size: 269px 128px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 20px auto 15px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) , (min--moz-device-pixel-ratio: 1.5) , (-o-min-device-pixel-ratio: 3/2) , (min-resolution: 1.5dppx) {
  .precios .imgTarifasHome {
    background-image: url("../../images/home/avatares-precio@2x.png");
    background-size: 269px 128px;
  }
}
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.whatsapp-icon {
  margin-top: 13px;
}
@media (max-width: 550px) {
  #cookiescript_description {
    overflow: auto;
    max-height: 100px;
  }
}
#selectLanguage {
  padding: 50px 0;
  color: #373737;
  text-align: left;
}
#selectLanguage img {
  vertical-align: middle;
}
#selectLanguage a,
#selectLanguage a:hover,
#selectLanguage a:link,
#selectLanguage a:visited,
#selectLanguage a:active {
  text-decoration: none;
}
#selectLanguage .selectLanguage--title {
  font-size: 36px;
  text-align: center;
  padding: 30px 5px 10px;
}
@media (max-width: 550px) {
  #selectLanguage .selectLanguage--title {
    font-size: 32px;
  }
}
@media (max-width: 400px) {
  #selectLanguage .selectLanguage--title {
    font-size: 28px;
  }
}
@media (max-width: 1050px) {
  #selectLanguage .mainColumn {
    width: 90%;
  }
}
#selectLanguage .region--name {
  font-size: 20px;
  padding: 50px 0 15px;
  border-bottom: 1px solid #d6d6d6;
}
#selectLanguage .region--countries {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
#selectLanguage .region--country {
  padding: 15px 0;
  color: black;
  font-size: 15px;
  white-space: nowrap;
  width: 25%;
}
#selectLanguage .region--country img {
  margin-right: 10px;
}
#selectLanguage .region--country span {
  display: inline-block;
}
#selectLanguage .region--country:hover img,
#selectLanguage .region--country:hover span {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  #selectLanguage .region--country {
    width: 33%;
  }
}
@media (max-width: 550px) {
  #selectLanguage .region--country {
    width: 50%;
  }
}
@media (max-width: 400px) {
  #selectLanguage .region--country {
    width: 100%;
  }
}
.widget {
  position: fixed;
  z-index: 100;
}
.widget.facebook-messenger {
  bottom: 90px;
  right: 10px;
  background-image: url("../../images/webTutor/facebook-messenger-logo-64@2x.png");
  width: 80px;
  height: 80px;
  background-size: contain;
}
