body {
  font-family: 'Nunito', sans-serif;
  padding-top: 55px;
}
section {
  overflow-y: auto;
  height: calc(100vh - 55px);
}
.input_correcto {
  border: 1px solid rgb(38, 198, 86, 0.5) !important;
  background: rgb(38, 198, 86, 0.03) !important;
  transition: 0s !important;
}
.input_error {
  border: 1px solid rgb(250, 120, 129) !important;
  background: rgb(250, 120, 129, 0.1) !important;
  transition: 0s !important;
}
.boton_bloqueado {
  opacity: 0.5 !important;
  cursor: default !important;
  transition: 0s !important;
}
.dashboard_cursos {
  color: white;
  text-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 0;
}
.color_dashboard_infantil {
  background: rgb(0, 128, 183);
}
.color_dashboard_curso {
  background: rgb(29, 150, 65);
}
.color_dashboard_curso_libre_infantil {
  background: rgb(34, 188, 3);
}
.color_dashboard_curso_orfeon {
  background: rgb(88, 2, 107);
}
.color_dashboard_diplomados {
  background: rgb(192, 0, 0);
}
.color_dashboard_lic {
  background: rgb(0, 45, 64);
}
.color_dashboard_taller {
  background: rgb(122, 46, 111);
}
.item_seleccion_curso {
  cursor: pointer;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: white;
}
.item_seleccion_curso:hover {
  background: rgb(0, 0, 0, 0.05);
}
.dashboard_convocatoria {
  overflow: hidden;
  border-radius: 4px;
  background: white;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.boton_gris {
  border: none;
  border-radius: 20px;
  width: auto;
  padding: 10px 18px 8px 18px;
  color: rgb(0, 108, 155);
  background: rgb(245, 245, 250);
}
.boton_gris:hover {
  color: rgb(0, 90, 145);
  background: rgb(240, 240, 240);
}
.cinta_contacto {
  width: 100%;
  height: 25px;
  background: rgb(0, 118, 168);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.cartelera_eventos {
  position: relative;
  margin: 0;
  height: 480px;
  overflow: hidden;
  padding-top: 10px;
}
.altura_cartelera {
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 10px;
}
.boton_flecha_cartelera {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgb(150, 150, 150, 0.7);
  border: none;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.boton_flecha_cartelera:active {
  background: rgb(150, 150, 150, 1);
}
.carteles_eventos {
  position: absolute;
  -webkit-box-shadow: 2px 2px 11px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 2px 2px 11px 1px rgba(0, 0, 0, 0.45);
}
.boton_cerrarv {
  border: none;
  background: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.6;
  transition: 0.05s;
  z-index: 4;
  padding: 0;
}
.boton_cerrarv:hover {
  opacity: 1;
  transition: 0.05s;
}
.sombra {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.banner {
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 11px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 11px 1px rgba(0, 0, 0, 0.2);
}
.boton_registro {
  padding: 7px 20px;
  border: none;
  background: rgb(0, 130, 185);
  color: white;
  border-radius: 3px;
  transition: 0.5s;
}
.boton_registro:active {
  background: rgb(0, 100, 140);
  transition: 0s;
}
/* barra de navegacion -----------------------------*/
.barra {
  background: white;
  top: -1px;
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 2;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.panel_contactos {
  z-index: 6;
  position: fixed;
  left: 0;
  top: 100px;
  width: 100px;
}
.items-contacto {
  width: 50px;
  height: 50px;
  max-width: min-content;
  margin-bottom: 5px;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0 8px 8px 0;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  transition: width 0.3s;
}
.items-contacto:hover {
  width: 500px;
}
.items-contacto-expanded {
  border: none;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.call-colors {
  background: rgb(0, 100, 148);
  color: white;
}
.instagram-colors {
  background: rgb(214, 0, 117);
  color: white;
}
.facebook-colors {
  background: rgb(24 119 242);
  color: white;
}
.whatsapp-colors {
  background: rgb(57 158 69);
  color: white;
}
.boton_entrar {
  border: 1px solid rgb(220, 220, 220);
  padding: 5px;
  width: 120px;
  border-radius: 5px;
  background: rgba(240, 240, 240, 1);
  background: linear-gradient(
    to bottom,
    rgba(240, 240, 240, 1) 0%,
    rgba(240, 240, 240, 0.4) 69%,
    rgba(219, 219, 219, 0.23) 88%,
    rgba(209, 209, 209, 0.19) 93%,
    rgba(254, 254, 254, 0.13) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fefefe', GradientType=0 );
}
.boton_entrar:active {
  background: rgba(230, 230, 230, 1);
}
.pie_pagina {
  text-align: center;
  padding: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: rgb(240, 245, 250);
  color: gray;
  margin-top: 20px;
  font-size: 14px;
}
.boton_entrar:active {
  background: rgb(235, 235, 235);
}
.contenedor_1_barra {
  top: 0;
  width: 30%;
  height: 80px;
  z-index: 2;
  position: fixed;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.contenedor_2_barra {
  width: 70%;
  position: fixed;
  right: 0;
  z-index: 3;
}
.contiene_logo {
  background: white;
  position: fixed;
  top: 0;
  width: 30%;
  height: 80px;
  padding-left: 8%;
  padding-top: 6px;
  z-index: 4;
}
.relleno_barra {
  background: white;
  position: fixed;
  top: -103px;
  left: calc(30% - 51px);
  width: 170px;
  height: 150px;
  z-index: 2;
  transform: rotate(149deg);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}
.relleno_barra_2 {
  background: white;
  position: fixed;
  top: -103px;
  left: calc(30% - 53px);
  width: 170px;
  height: 150px;
  transform: rotate(149deg);
  z-index: 1;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 100%;
  }
}
.cabecera_inicio {
  width: 100%;
  height: 450px;
  background-size: cover;
  animation: animatedBackground 30s linear infinite;
  animation-direction: alternate;
}
.cinta_informativa {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  background: white;
  width: 95%;
  margin-left: 2.5%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 9px -1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 9px -1px rgba(0, 0, 0, 0.14);
}
.cuadros_fondo {
  z-index: 1;
  position: absolute;
  -webkit-box-shadow: 0 3px 9px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 9px -1px rgba(0, 0, 0, 0.25);
}
.imagenes_seccion2 {
  height: 250px;
}
.imagenes_seccion2_img {
  background-size: cover;
  background-position: 0 0;
  -webkit-box-shadow: 0 3px 9px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 9px -1px rgba(0, 0, 0, 0.25);
}
.imagenes_seccion2_img:hover {
  animation: animatedBackground 25s linear infinite;
  animation-direction: alternate;
}
/* Historia ---------------------------------------------------*/
.historia_cabecera {
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  transition: 1s;
}
.historia_panel_cuadros {
  width: 900px;
  min-height: 300px;
  position: relative;
  top: 30px;
  transition: 1s;
}
.cuadros_historia {
  top: -10px;
  opacity: 0;
  height: 250px;
  position: relative;
  -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.22);
}
.alineados_right {
  text-align: center;
}
.alineados_left {
  text-align: center;
}
.informacion_curso {
  padding: 15px;
}
.item_barra_hamburguesa {
  display: none;
  height: 50px;
  width: 60px;
  position: absolute;
  top: 5px;
  right: 10px;
  border: none;
  border-radius: 5px;
  background: white;
  color: white;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
  transition: 0.2s;
}
.item_barra_hamburguesa:active {
  background: rgb(220, 220, 220);
  transition: 0s;
}
.item_hamburguesa_icono {
  width: 100%;
  height: 82%;
  background: rgb(0, 112, 159);
  border-radius: 5px;
}
.item_barra {
  height: 40px;
  margin-top: 10px;
  width: 125px;
  border: none;
  border-radius: 20px;
  font-size: 18px;
  background: white;
  color: gray;
}
.item_barra:hover {
  background: rgb(245, 245, 245);
  transition: 0.1s;
}
.item_barra_activo {
  height: 40px;
  margin-top: 10px;
  width: 125px;
  border: none;
  border-radius: 20px;
  font-size: 18px;
  background: rgb(240, 240, 240);
}
.item_barra_accede {
  display: inline-block;
  right: 20px;
  top: 12px;
  z-index: 3;
  font-size: 15px;
  border-radius: 20px;
  padding: 7px 15px;
  border: none;
  color: rgb(0, 55, 113);
  background: rgb(255, 255, 255, 0.8);
  transition: 0.5s;
}
.item_barra_accede:hover {
  background: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  transition: 0.08s;
}
.item_responsivo {
  border: none;
  width: 100%;
  color: rgb(50, 50, 50);
  background: white;
  padding-left: 15px;
  text-align: left;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: gray;
}
.item_responsivo:active {
  background: rgb(235, 235, 235);
}
.item_responsivo_activo {
  background: rgb(235, 235, 235);
  border: none;
  width: 100%;
  color: rgb(50, 50, 50);
  padding-left: 15px;
  text-align: left;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.4s;
}
.menu_responsivo {
  display: none;
  width: 0;
  background: white;
  position: fixed;
  right: 7px;
  top: 10px;
  z-index: 10;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.47);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.47);
}
.panel_login {
  text-align: center;
  position: absolute;
  top: 60px;
  width: 400px;
  margin-left: calc(50% - 200px);
  background: white;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  z-index: 5;
  display: none;
  -webkit-box-shadow: 0 2px 15px -2px rgba(0, 0, 0, 0.64);
  box-shadow: 0 2px 15px -2px rgba(0, 0, 0, 0.64);
}
.porta_curso {
  padding: 15px;
  color: white;
}
.puntos_base_informacion_cursos {
  font-weight: bold;
}
.targetas_cursos {
  width: 100%;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.15);
}
.sub_targetas {
  padding: 10px;
  width: 100%;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 7px;
  font-weight: bold;
  margin-bottom: 8px;
  cursor: pointer;
  user-select: none;
}
.sub_targetas:hover {
  background: rgb(250, 250, 250);
}
.sub_targetas:active {
  background: rgb(245, 245, 245);
}
.fondo_ventanas_emergentes {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  background: rgb(0, 0, 0, 0.1);
  z-index: 4;
  overflow-y: auto;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  opacity: 0;
  display: none;
}
.ventana_emergente {
  margin-bottom: 100px;
  width: 500px;
  top: 60px;
  position: relative;
  text-align: left;
  background: white;
  border-radius: 5px;
  opacity: 0;
  display: none;
  padding: 15px;
  z-index: 4;
  -webkit-box-shadow: 0 5px 9px 4px rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 9px 4px rgba(0, 0, 0, 0.11);
}
.ventana_informe_registro {
  left: calc(50% - 400px);
  width: 800px;
  padding: 25px;
}
.cuadros_texto_fichas_registro {
  outline: none;
  border: 1px solid rgb(200, 200, 200);
  border-radius: 4px;
  margin-top: 5px;
  padding: 6px 7px 6px 7px;
  width: 100%;
}
.cuadros_texto_fichas_registro::placeholder {
  color: rgb(170, 170, 170);
}
.cuadros_texto_fichas_registro_ex_admision {
  outline: none;
  border: 1px solid rgb(170, 170, 170);
  border-radius: 4px;
  margin-top: 0;
  width: 100%;
  padding: 3px 5px;
}
.cuadros_texto_fichas_registro_ex_admision::placeholder {
  color: rgb(170, 170, 170);
}
.boxy {
  outline: none;
  border: 1px solid gray;
  margin-top: 5px;
  width: 250px;
  padding: 3px 5px;
}
.ventana_emergente_ficha_registro {
  margin-bottom: 30px;
  width: 800px;
  top: 60px;
  position: relative;
  text-align: left;
  background: white;
  border-radius: 5px;
  opacity: 0;
  display: none;
  padding: 25px;
  z-index: 4;
  -webkit-box-shadow: 0 5px 9px 4px rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 9px 4px rgba(0, 0, 0, 0.11);
}
.scroll_div::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: rgb(240, 240, 240);
}
.scroll_div::-webkit-scrollbar-thumb {
  background: rgb(220, 220, 220);
}
.scroll_div::-webkit-scrollbar-thumb:hover {
  background: rgb(200, 200, 200);
}
.registro_logo {
  width: 120px;
}
.banner-curso-libre {
  width: 100%;
  height: 100px;
  background-color: rgb(43, 104, 187);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.banner-curso-libre-text {
  font-size: 1.25rem;
}
.banner-curso-libre-date {
  font-size: 2rem;
}
@media screen and (max-width: 1290px) {
  .etiqueta_inicio_sesion {
    display: none;
  }
}
@media screen and (max-width: 1020px) {
  .trompetas_blancas {
    display: none;
  }
  .item_barra {
    display: none;
  }
  .item_barra_activo {
    display: none;
  }
  .item_barra_hamburguesa {
    display: block;
  }
  .menu_responsivo {
    display: block;
  }
  .item_barra_accede {
    display: none;
  }
  .panel_login {
    width: 60%;
  }
}
@media screen and (max-width: 992px) {
  .historia_cabecera {
    height: 420px;
  }
  .historia_panel_cuadros {
    width: 80%;
  }
  .cuadros_historia {
    height: 200px;
  }
  .ventana_emergente_ficha_registro {
    width: 96%;
    left: 2%;
  }
  .ventana_informe_registro {
    left: 2.5%;
    width: 95%;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .historia_cabecera {
    height: 400px;
  }
  .cuadros_historia {
    height: 150px;
  }
  .panel_contactos {
    top: 100px;
    /* bottom: 10px; */
  }
}
@media screen and (max-width: 576px) {
  .historia_cabecera {
    height: 580px;
  }
  .cuadros_historia {
    height: 170px;
  }
  .alineados_right {
    text-align: right;
  }
  .alineados_left {
    text-align: left;
  }
  .ventana_emergente {
    width: 95%;
    left: 2.5%;
  }
  .cartelera_eventos {
    height: 330px;
  }
  .altura_cartelera {
    height: 250px;
  }
  .banner-curso-libre-text {
    font-size: 1rem;
  }
  .banner-curso-libre-date {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 505px) {
  .panel_login {
    width: 90%;
    margin-left: 5%;
  }
  .registro_logo {
    display: none;
  }
}
.banner-curso-temporal {
  text-shadow: 1px 1px 5px rgb(0, 0, 0, 0.8);
  background: rgb(20, 20, 20, 0.5);
  border-radius: 10px;
  backdrop-filter: blur(5px);
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.boton_negro {
  margin-bottom: 10px;
  margin-top: 10px;
  outline: none;
  background: rgb(0, 0, 0, 0.4);
  color: white;
  padding: 10px 25px 10px 25px;
  border: none;
  border-radius: 20px;
}
.boton_negro:hover {
  background: rgb(0, 0, 0, 0.7);
}
@keyframes anim {
  0% {
    background-color: rgb(20, 20, 20, 0.5);
  } /*negro*/
  25% {
    background-color: rgb(255, 0, 28, 0.5);
  } /*rojo*/
  50% {
    background-color: rgb(0, 205, 205, 0.5);
  } /*aqua*/
}
.banner-curso-temporal {
  animation-name: anim;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
