@import url("https://fonts.googleapis.com/css?family=Montserrat");
* {
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Montserrat", sans-serif;
}
*::before, *::after {
  box-sizing: border-box;
}

*::-moz-selection {
  background: none;
}

*::selection {
  background: none;
}

*::-moz-selection {
  background: none;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  overflow-x: hidden !important;
  width: 100% !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8em;
  background-color: WHITE;
  color: black;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
  color: #293257;
}

a:hover {
  color: #00a19b;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

input:focus, textarea:focus {
  border-color: #293257 !important;
  box-shadow: 0 0 0 0.25rem rgba(41, 50, 87, 0.25) !important;
}

ul.check li {
  list-style: none;
}

.iknxschool, .color-marca {
  color: #00a19b;
}

.iknxschool_aux {
  color: #293257;
}

.errorInput {
  background-color: #f3b7bd;
}

.errorCheck + label {
  color: #dc3545;
}

.color_marca_fondo {
  background-color: #00a19b !important;
}

.campo_obligatorio {
  color: #dc3545;
  font-weight: bolder;
}

.telefono {
  width: 12rem;
}

.fecha {
  width: 7rem;
  font-family: "Montserrat", sans-serif;
}

.cpostal {
  width: 5rem;
}

.w-45 {
  width: 45% !important;
}

.noenlace:hover {
  color: unset !important;
}

.error {
  color: #dc3545;
}

.warning {
  color: #f0ad4e;
}

.ok {
  color: #5cb85c;
}

.mensaje_error {
  color: WHITE;
  background-color: #dc3545;
}

.mensaje_warning {
  color: WHITE;
  background-color: #f0ad4e;
}

.mensaje_ok {
  color: WHITE;
  background-color: #5cb85c;
}

.mensaje_blur {
  color: WHITE;
  background-color: #293257;
}

.mensajes {
  padding: 2rem 1rem;
  color: WHITE;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .icono_menu {
    display: inline !important;
  }
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #00a19b;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #293257;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

#landing {
  width: 100%;
  height: 100vh;
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0) -50% 3.8461538462%, #f8f9fa 0 7.6923076923%, rgba(0, 0, 0, 0) 0 11.5384615385%, #f8f9fa 0 15.3846153846%, rgba(0, 0, 0, 0) 0 19.2307692308%, #f8f9fa 0 23.0769230769%), repeating-linear-gradient(45deg, rgba(0, 0, 0, 0) -50% 3.8461538462%, #f8f9fa 0 7.6923076923%, rgba(0, 0, 0, 0) 0 11.5384615385%, #f8f9fa 0 15.3846153846%, rgba(0, 0, 0, 0) 0 19.2307692308%, #f8f9fa 0 23.0769230769%) 32px 32px, repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0) -50% 3.8461538462%, #f8f9fa 0 7.6923076923%, rgba(0, 0, 0, 0) 0 11.5384615385%, #f8f9fa 0 15.3846153846%, rgba(0, 0, 0, 0) 0 19.2307692308%, #f8f9fa 0 23.0769230769%), repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0) -50% 3.8461538462%, #f8f9fa 0 7.6923076923%, rgba(0, 0, 0, 0) 0 11.5384615385%, #f8f9fa 0 15.3846153846%, rgba(0, 0, 0, 0) 0 19.2307692308%, #f8f9fa 0 23.0769230769%) 32px 32px #ffffff;
  background-size: 64px 64px;
  position: relative;
}
#landing .landing-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
#landing .isologo2x {
  width: 130px;
}
#landing .logo {
  margin-bottom: 30px;
}
#landing h1 {
  margin: 0 0 30px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #343a40;
}
#landing h2 {
  color: #6c757d;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.btn-iknxschool {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 3px;
  margin: 10px;
  color: #fff;
  border-color: #00a19b;
  background: #00a19b;
}
.btn-iknxschool:hover {
  transition: 0.5s;
  color: #fff;
  background: #293257;
  border-color: #293257;
}

.btn-latido {
  box-shadow: 0 0 0 0 rgba(0, 161, 155, 0.4);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #00a19b;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 161, 155, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(0, 161, 155, 0);
  }
}
.btn-latido:hover {
  animation: pulse2 2s infinite;
}
@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 #293257;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(41, 50, 87, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(41, 50, 87, 0);
  }
}

@media (min-width: 1024px) {
  #landing {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #landing h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #landing h2 {
    line-height: 22px;
  }
  .seccion {
    margin: 0 1rem !important;
  }
  #header .logo {
    float: left;
    width: 100%;
  }
  #header .logo-cabecera {
    width: 50% !important;
  }
  #header .botones-cabecera {
    text-align: center !important;
  }
}
.boton_plano {
  border-radius: 0 !important;
}

.boton_iknxschool {
  border-color: #00a19b;
  background-color: WHITE;
  color: #00a19b;
}
.boton_iknxschool:hover {
  color: WHITE;
  background-color: #00a19b;
  border-color: #00a19b;
}

.boton_standard {
  border-color: black;
  background-color: WHITE;
  color: black;
}
.boton_standard:hover {
  color: WHITE;
  background-color: black;
  border-color: black;
}

.boton_seleccionado {
  border-color: WHITE;
  background-color: #293257;
  color: WHITE;
}
.boton_seleccionado:hover {
  color: WHITE;
  background-color: #00a19b;
  border-color: #00a19b;
}

.inverso_boton_iknxschool {
  border-color: WHITE;
  background-color: #00a19b;
  color: WHITE;
}
.inverso_boton_iknxschool:hover {
  color: #00a19b;
  background-color: WHITE;
  border-color: #00a19b;
}

.boton_filtro {
  border-radius: 2 !important;
  border-color: transparent;
  color: WHITE;
  margin-right: 10px;
}
.boton_filtro:hover {
  color: WHITE;
  text-decoration: underline;
}

ul.lista_mensajes_error {
  list-style: none !important;
  background-color: #dc3545 !important;
  color: WHITE !important;
  border: 1px solid #dc3545 !important;
  padding-top: 0.6em !important;
}
ul.lista_mensajes_error li {
  padding-bottom: 0.6em !important;
}
ul.lista_mensajes_error li i, ul.lista_mensajes_error li span {
  color: WHITE;
}

.navbar {
  padding: 0;
  justify-content: end !important;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #151515;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #00a19b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #00a19b;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #293257;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #293257;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #293257;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #00a19b;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #00a19b;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

#header {
  background-color: WHITE !important;
  padding: 0.6em 0;
}
#header .idioma_seleccionado {
  color: #00a19b;
  font-weight: bolder;
}
#header .logo-cabecera {
  width: 50%;
}
#header .botones-cabecera {
  text-align: right;
}

.seccion {
  margin: 0 2rem;
}

.seccion_titulo {
  font-size: 1.6rem;
  font-weight: bold;
  color: #293257;
}

.span_galeria {
  font-size: 0.8rem;
}

.ficha_curso {
  padding: 0 7%;
}
.ficha_curso .ficha_curso_titulo {
  font-size: 1.8rem;
  color: #00a19b;
}
.ficha_curso .ficha_curso_subtitulo {
  font-size: 1.2rem;
  color: #293257;
}
.ficha_curso .ficha_curso_fecha {
  font-size: 0.9rem;
  color: #495057;
}

.titulo_curso {
  font-size: 1.6rem;
  color: #00a19b;
  font-weight: bolder;
}

.tema_curso {
  font-size: 1.2rem;
  color: #293257;
  font-weight: bolder;
}

span.fancytree-icon {
  margin: 6px 0 0 0 !important;
}

span.fancytree-expander {
  margin: 3px 0 0 0 !important;
}

.controles_video {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.volumen {
  -webkit-appearance: none;
  max-width: 7rem;
  width: 100%;
  background: transparent;
}

.volumen:focus {
  outline: none;
}

.volumen::-webkit-slider-runnable-track {
  height: 0.9rem;
  margin: 0;
  width: 100%;
  cursor: pointer;
  background: #e9ecef;
  background: linear-gradient(to bottom right, transparent 50%, #e9ecef 50%);
}

.volumen::-moz-range-track {
  height: 0.9rem;
  margin: 0;
  width: 100%;
  cursor: pointer;
  background: #e9ecef;
  background: linear-gradient(to bottom right, transparent 50%, #e9ecef 50%);
}

.volumen::-ms-track {
  height: 0.9rem;
  margin: 0;
  width: 100%;
  cursor: pointer;
  color: transparent;
  background: #e9ecef;
  border: 0;
  background: linear-gradient(to bottom right, transparent 50%, #e9ecef 50%);
}

.volumen::-ms-fill-lower {
  /*background: transparent;*/
}

.volumen::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.5rem;
  width: 0.5rem;
  background: #00a19b;
  border: 1px solid;
  margin-top: -5px;
  border-radius: 0px;
  cursor: pointer;
}

.volumen:focus::-webkit-slider-thumb {
  /*box-shadow: 0px 0px 7px 3px #9ecf00;*/
}

.volumen::-moz-range-thumb {
  -webkit-appearance: none;
  height: 1.5rem;
  width: 0.5rem;
  background: #00a19b;
  border: 1px solid;
  border-radius: 0px;
  cursor: pointer;
  margin-top: 0;
}

.volumen:focus::-moz-range-thumb {
  box-shadow: 0px 0px 7px 3px #00a19b;
}

.volumen::-ms-thumb {
  -webkit-appearance: none;
  height: 0.75rem;
  width: 0.5rem;
  background: #00a19b;
  border: 1px solid;
  margin-top: 0;
  border-radius: 3px;
  cursor: pointer;
}

.volumen:focus::-ms-thumb {
  /*box-shadow: 0px 0px 7px 3px #0065c4;*/
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}

.slider_posicion::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1rem;
  width: 1rem;
  background: #00a19b;
  border: 1px solid;
  margin-top: -5px;
  cursor: pointer;
}

.slider_posicion::-moz-range-thumb {
  -webkit-appearance: none;
  height: 1rem;
  width: 1rem;
  background: #00a19b;
  border: 1px solid;
  border-radius: 0px;
  cursor: pointer;
  margin-top: 0;
}

.slider_posicion:focus::-moz-range-thumb {
  box-shadow: 0px 0px 7px 3px #00a19b;
}

.slider_posicion::-ms-thumb {
  -webkit-appearance: none;
  height: 1rem;
  width: 1rem;
  background: #00a19b;
  border: 1px solid;
  margin-top: 0;
  border-radius: 3px;
  cursor: pointer;
}

.video-container {
  background-color: WHITE;
  width: 80%;
  margin: 0 10%;
}

video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

iframe[src*="youtube.com"] {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

#filtro_articulos {
  list-style: none;
  text-align: left;
}

.portfolio-item {
  position: relative;
  float: left;
}

.tarjeta {
  background-color: WHITE;
  cursor: pointer;
}
.tarjeta .tarjeta_titulo {
  font-size: 1.2rem;
  color: #293257;
}
.tarjeta .enlace_familia {
  font-size: 0.9rem;
  color: #00a19b;
}
.tarjeta .enlace_familia:hover {
  text-decoration: underline;
}
.tarjeta .tarjeta_fecha {
  font-size: 0.9rem;
  color: #495057;
}

#mens_error_formulario {
  background-color: #dc3545;
  color: WHITE;
}

.about, .infotraining {
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0) -50% 3.8461538462%, #f8f9fa 0 7.6923076923%, rgba(0, 0, 0, 0) 0 11.5384615385%, #f8f9fa 0 15.3846153846%, rgba(0, 0, 0, 0) 0 19.2307692308%, #f8f9fa 0 23.0769230769%), repeating-linear-gradient(45deg, rgba(0, 0, 0, 0) -50% 3.8461538462%, #f8f9fa 0 7.6923076923%, rgba(0, 0, 0, 0) 0 11.5384615385%, #f8f9fa 0 15.3846153846%, rgba(0, 0, 0, 0) 0 19.2307692308%, #f8f9fa 0 23.0769230769%) 32px 32px, repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0) -50% 3.8461538462%, #f8f9fa 0 7.6923076923%, rgba(0, 0, 0, 0) 0 11.5384615385%, #f8f9fa 0 15.3846153846%, rgba(0, 0, 0, 0) 0 19.2307692308%, #f8f9fa 0 23.0769230769%), repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0) -50% 3.8461538462%, #f8f9fa 0 7.6923076923%, rgba(0, 0, 0, 0) 0 11.5384615385%, #f8f9fa 0 15.3846153846%, rgba(0, 0, 0, 0) 0 19.2307692308%, #f8f9fa 0 23.0769230769%) 32px 32px #ffffff;
  background-size: 64px 64px;
}

.listado_bonos .titulo_seccion {
  font-size: 1.2rem;
  color: #293257;
  font-weight: bold;
}
.listado_bonos .titulo {
  color: #293257;
  font-size: 1.2rem;
}
.listado_bonos .subtitulo {
  color: #495057;
  font-size: 0.9rem;
}
.titulo_examen {
  font-size: 1.5rem;
}

.subtitulo_examen {
  font-size: 1.2rem;
}

.puntuacion_examen {
  font-size: 3.5rem;
  font-weight: bold;
}

.btn_pregunta_on {
  border: 1px solid #00a19b;
  color: WHITE;
  background-color: #00a19b !important;
  width: 3em;
}

.btn_pregunta_off {
  border: 1px solid #00a19b;
  color: #00a19b;
  width: 3em;
}

.tema_pregunta {
  color: #00a19b;
  font-size: 1.2rem;
}

#footer {
  background-color: #293257;
  color: #fff;
  font-size: 14px;
  position: relative;
  margin-top: 25px;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 30px 0;
}

#footer .footer-top .footer-logo img {
  height: 80px;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Montserrat", sans-serif;
  padding: 15px 0 0 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 15;
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

#footer .footer-top .social-links {
  margin-top: 15px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #00a19b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #293257;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  border-top: 1px solid #ced4da;
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  padding-top: 5px;
}

#footer .condiciones {
  text-align: center;
}
#footer .condiciones a {
  color: white;
  text-decoration: none;
}
#footer .condiciones a:hover {
  color: white;
  text-decoration: underline;
}

.carrito .linea_carrito {
  border-bottom: 1px solid #6c757d;
}
.carrito .linea_carrito .info_linea .nombre_articulo {
  color: #293257;
  font-size: 1.2rem;
}
.carrito .linea_carrito .info_linea .referencia {
  color: #6c757d;
  font-size: 0.9rem;
}
.titulo_dto {
  font-size: 1.2rem;
  color: #293257;
}

.icono_menu {
  display: none;
}

.tit_cookie {
  font-weight: bold;
  font-color: #293257;
}/*# sourceMappingURL=estilo.css.map */