#principal {
  /*================== CORONAVIRUS ==================*/
  /*================== CONTENIDO ==================*/
  /*================== NIVELES ==================*/
  /*================== VIDEO ==================*/
}

#principal .cont-carousel {
  height: 450px;
}

@media screen and (max-width: 600px) {
  #principal .cont-carousel {
    height: 350px;
  }
}

@media screen and (max-width: 400px) {
  #principal .cont-carousel {
    height: 250px;
  }
}

#principal .cont-carousel .carousel {
  height: 450px;
}

@media screen and (max-width: 600px) {
  #principal .cont-carousel .carousel {
    height: 350px;
  }
}

@media screen and (max-width: 400px) {
  #principal .cont-carousel .carousel {
    height: 250px;
  }
}

#principal .cont-carousel .carousel ol li {
  border-radius: 150px;
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  -webkit-animation: 0.3s all ease;
          animation: 0.3s all ease;
}

#principal .cont-carousel .carousel ol li:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#principal .cont-carousel .carousel .carousel-inner .carousel-item img {
  height: 450px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  #principal .cont-carousel .carousel .carousel-inner .carousel-item img {
    height: 350px;
  }
}

@media screen and (max-width: 400px) {
  #principal .cont-carousel .carousel .carousel-inner .carousel-item img {
    height: 250px;
  }
}

#principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
  #principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto {
    max-width: 800px;
  }
}

@media screen and (max-width: 900px) {
  #principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto {
    max-width: 600px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 700px) {
  #principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto {
    padding: 0 25px;
  }
}

#principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto .cont-info .info {
  background: rgba(35, 39, 105, 0.9);
  color: #fff;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  text-align: right;
}

@media screen and (max-width: 600px) {
  #principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto .cont-info .info {
    padding: 10px;
  }
}

@media screen and (max-width: 400px) {
  #principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto .cont-info .info {
    padding: 5px;
  }
}

#principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto .cont-info .info h5 {
  font-weight: bold;
  font-size: 25px;
}

@media screen and (max-width: 600px) {
  #principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto .cont-info .info h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  #principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto .cont-info .info h5 {
    font-size: 15px;
  }
}

@media screen and (max-width: 400px) {
  #principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto .cont-info .info h5 {
    font-size: 12px;
    margin: 0;
  }
}

#principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto .cont-info .info p {
  font-size: 13px;
  margin: 0;
}

@media screen and (max-width: 600px) {
  #principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto .cont-info .info p {
    font-size: 11px;
  }
}

@media screen and (max-width: 500px) {
  #principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto .cont-info .info p {
    font-size: 9px;
  }
}

@media screen and (max-width: 400px) {
  #principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto .cont-info .info p {
    font-size: 6px;
  }
}

#principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto .cont-info .boton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto .cont-info .boton a {
  background: #9A8348;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

@media screen and (max-width: 600px) {
  #principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto .cont-info .boton a {
    padding: 10px 25px;
    margin-top: 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 500px) {
  #principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto .cont-info .boton a {
    padding: 5px 15px;
    font-size: 8px;
  }
}

@media screen and (max-width: 400px) {
  #principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto .cont-info .boton a {
    padding: 5px 10px;
    font-size: 6px;
  }
}

#principal .cont-carousel .carousel .carousel-inner .carousel-item .cont-texto .texto .cont-info .boton a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#principal .cont-carousel .carousel .carousel-control-prev,
#principal .cont-carousel .carousel .carousel-control-next {
  width: 5%;
  opacity: 1;
}

#principal .cont-carousel .carousel .carousel-control-prev .navegar,
#principal .cont-carousel .carousel .carousel-control-next .navegar {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 150px;
}

#principal .cont-carousel .carousel .carousel-control-prev .navegar:hover i,
#principal .cont-carousel .carousel .carousel-control-next .navegar:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#principal .cont-carousel .carousel .carousel-control-prev .navegar i,
#principal .cont-carousel .carousel .carousel-control-next .navegar i {
  font-weight: 800;
  font-size: 40px;
  border-radius: 150px;
  border: 2px solid #000;
  text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

@media screen and (max-width: 1000px) {
  #principal .cont-carousel .carousel .carousel-control-prev .navegar i,
  #principal .cont-carousel .carousel .carousel-control-next .navegar i {
    font-size: 30px;
  }
}

@media screen and (max-width: 800px) {
  #principal .cont-carousel .carousel .carousel-control-prev .navegar i,
  #principal .cont-carousel .carousel .carousel-control-next .navegar i {
    font-size: 20px;
  }
}

#principal .cont-carousel:hover .carousel .carousel-control-prev .navegar i, #principal .cont-carousel:hover .carousel .carousel-control-next .navegar i {
  opacity: 1;
}
.carousel-indicators li.active {
  background: #ffcc00;
  box-shadow: 0 0 0 3px rgba(25,118,210,0.4);
  transform: scale(1.4);
}

#principal .coronavirus {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EBEBEB;
  border: 1px #D3D3D3 solid;
  padding: 20px 0;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 500px) {
  #principal .coronavirus {
    font-size: 10px;
  }
}

#principal .coronavirus:hover {
  background: #DCDCDC;
}

#principal .coronavirus i {
  margin: 0;
  margin-right: 10px;
}

@media screen and (max-width: 500px) {
  #principal .coronavirus i {
    margin-right: 5px;
    font-size: 12px;
  }
}

#principal .contenido {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% auto;
      grid-template-columns: 60% auto;
  grid-gap: 10px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  #principal .contenido {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

#principal .contenido .novedades {
  padding: 20px;
  background: #fff;
  border: 3px solid #E8E8E8;
}

#principal .contenido .novedades h5 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 800;
  font-size: 27px;
  font-family: inherit;
}

#principal .contenido .novedades .enlaces {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 33% 33%;
      grid-template-columns: 33% 33% 33%;
  grid-gap: 5px;
  grid-row-gap: 40px;
}

@media screen and (max-width: 800px) {
  #principal .contenido .novedades .enlaces {
    -ms-grid-columns: 50% auto;
        grid-template-columns: 50% auto;
  }
}

@media screen and (max-width: 500px) {
  #principal .contenido .novedades .enlaces {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

#principal .contenido .novedades .enlaces .tarjeta {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -ms-grid-rows: 150px auto;
      grid-template-rows: 150px auto;
}

#principal .contenido .novedades .enlaces .tarjeta .imagen {
  position: relative;
  color: #fff;
}

#principal .contenido .novedades .enlaces .tarjeta .imagen:hover .fondo {
  opacity: 1;
}

#principal .contenido .novedades .enlaces .tarjeta .imagen img {
  width: 100%;
  height: 150px;
  display: block;
}

#principal .contenido .novedades .enlaces .tarjeta .imagen .fondo {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(35, 39, 105, 0.8);
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

#principal .contenido .novedades .enlaces .tarjeta .imagen .fondo i {
  font-size: 60px;
}

#principal .contenido .novedades .enlaces .tarjeta .info {
  padding: 0 10px;
}

#principal .contenido .novedades .enlaces .tarjeta .info .nombre {
  margin: 10px 0;
}

#principal .contenido .novedades .enlaces .tarjeta .info .nombre a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}

#principal .contenido .novedades .enlaces .tarjeta .info .fecha a {
  text-decoration: none;
  color: #999999;
  font-size: 12px;
}

#principal .contenido .novedades .mas-noticias {
  width: 100%;
  max-width: 150px;
  margin: 30px auto;
  display: block;
  background: #666666;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#principal .contenido .novedades .mas-noticias:hover {
  background: #232769;
}

#principal .contenido .otros {
  padding: 30px;
}

@media screen and (max-width: 500px) {
  #principal .contenido .otros {
    padding: 30px 5px;
  }
}

#principal .contenido .otros .eventos {
  border: 3px solid #E8E8E8;
  padding: 20px;
  background: #fff;
}

#principal .contenido .otros .eventos h4 {
  text-align: center;
  font-weight: 800;
  font-family: serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  #principal .contenido .otros .eventos h4 {
    font-size: 20px;
  }
}

#principal .contenido .otros .eventos .info p {
  font-size: 17px;
  text-align: justify;
}

@media screen and (max-width: 500px) {
  #principal .contenido .otros .eventos .info p {
    font-size: 15px;
  }
}

#principal .contenido .otros .eventos a {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  display: block;
  background: #666666;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#principal .contenido .otros .eventos a:hover {
  background: #232769;
}

#principal .contenido .otros .ver-mensaje a {
  width: 100%;
  max-width: 150px;
  margin: 30px auto;
  margin-top: 50px;
  display: block;
  background: #666666;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#principal .contenido .otros .ver-mensaje a:hover {
  background: #232769;
}

#principal .cont-niveles {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
  background: #fff;
  padding: 10px;
}

#principal .cont-niveles h5 {
  text-align: center;
  font-family: serif;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 25px;
  color: #006330;
}

#principal .cont-niveles .niveles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 33% 34%;
      grid-template-columns: 33% 33% 34%;
}

@media screen and (max-width: 800px) {
  #principal .cont-niveles .niveles {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

#principal .cont-niveles .niveles .seccion {
  width: 100%;
  padding: 0 10px;
}

#principal .cont-niveles .niveles .seccion a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#principal .cont-niveles .niveles .seccion a img {
  width: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  height: 250px;
}

@media screen and (max-width: 800px) {
  #principal .cont-niveles .niveles .seccion a img {
    height: 350px;
  }
}

@media screen and (max-width: 600px) {
  #principal .cont-niveles .niveles .seccion a img {
    height: 200px;
  }
}

#principal .cont-niveles .niveles .seccion .info {
  margin-top: 15px;
}

#principal .cont-niveles .niveles .seccion .info h5 {
  margin: 0;
  font-weight: 0;
  text-align: left;
}

#principal .cont-niveles .niveles .seccion .mas {
  width: 100%;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #666666;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-family: monospace;
  font-size: 17px;
}

#principal .cont-niveles .niveles .seccion .mas:hover {
  background: #232769;
}

#principal .cont-niveles .niveles .seccion .mas:hover i {
  width: 20px;
}

#principal .cont-niveles .niveles .seccion .mas i {
  margin-right: 5px;
  font-size: 20px;
  font-weight: bold;
  width: 0;
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#principal .video {
  width: 100%;
  max-width: 600px;
  margin: auto;
  margin-bottom: 60px;
  padding: 0 10px;
}

#principal .video video {
  width: 100%;
  height: 100%;
  display: block;
}
.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .5s ease, transform .5s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
#principal .contenido .novedades .enlaces .tarjeta {
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  transition: transform .25s ease, box-shadow .25s ease;
  overflow: hidden;
}
#principal .contenido .novedades .enlaces .tarjeta:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}
#principal .contenido .novedades .enlaces .tarjeta .imagen img {
  transition: transform .4s ease, filter .3s ease;
}
#principal .contenido .novedades .enlaces .tarjeta:hover .imagen img {
  transform: scale(1.05);
  filter: saturate(1.1);
}
#principal .contenido .novedades .enlaces .tarjeta .imagen .fondo {
  background: linear-gradient(135deg, rgba(255,204,0,.85), rgba(25,118,210,.85));
}
#principal .contenido .novedades .enlaces .tarjeta .info .nombre a {
  transition: color .25s ease;
}
#principal .contenido .novedades .enlaces .tarjeta:hover .info .nombre a {
  color: #1976d2;
}
#principal .contenido .novedades .mas-noticias {
  background: linear-gradient(135deg, #ffcc00, #1976d2);
  border-radius: 8px;
  font-weight: 700;
}
#principal .contenido .novedades .mas-noticias:hover {
  filter: brightness(1.1);
}
#principal .contenido .otros .eventos a {
  background: linear-gradient(135deg, #ffcc00, #1976d2);
  border-radius: 8px;
  font-weight: 700;
}
#principal .contenido .otros .eventos a:hover {
  filter: brightness(1.1);
}
#principal .cont-niveles .niveles .seccion .mas {
  background: linear-gradient(135deg, #ffcc00, #1976d2);
  border-radius: 8px;
}
#principal .cont-niveles .niveles .seccion .mas:hover {
  filter: brightness(1.1);
}
.btn-calendario {
  display: inline-block;
  padding: 12px 22px;
  font-size: 16px;
  text-decoration: none;
  background: linear-gradient(135deg, #ffcc00, #1976d2);
  color: #fff;
  border-radius: 8px;
  border: none;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  transition: transform .2s ease, filter .2s ease;
}
.btn-calendario:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}
/*# sourceMappingURL=index.css.map */
