body, ul, li, p, a, label, input, div {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 18px !important;
  font-weight: 300 !important;
}

body {
  opacity: 0;
  transition: opacity 1s ease;
}



.center-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
  background-color: #ffffff;
}
.video-container {
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 800px;
  width: 100%;
}
iframe {
  width: 700px;
  height: 415px;
  border: none;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.navbar {
  padding: 0;
  height: 50px; /* Ajusta según sea necesario */
  background-color: #f8f9fa; /* Cambia según el color deseado */
}

.navbar-brand {
  color: #28a745; /* Color verde */
}

.navbar-nav .nav-link {
  color: #000; /* Cambia al color que desees */
}

.badge {
  background-color: #dc3545; /* Cambia el color de fondo de la etiqueta "Nuevas" */
  color: white; /* Color del texto de la etiqueta */
}

.dropdown-menu {
  border-radius: 10px;
}
.cargando {
  position:fixed;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.cargando h2{
  font-size: 24px;
  color: #333;
}



.dropdown-menu a.dropdown-item {
  color: #000; 
}

.dropdown-menu a.dropdown-item:hover {
  color: #fff !important; 
  background-color: #ff0000 !important; 
}


.conta {
  display: flex;
  align-items: center; 
}

.imagen {
  flex: 0 0 auto; 
  margin-right: 20px; 
}

.texto {
  flex: 1; 
  text-align: justify;
}

/* Estilos adicionales para el texto */
.texto h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.texto p {
  font-size: 16px;
}

/*tabla */

.table-responsive {
  margin: 5 0px; 
}

.contenedor {
  display: flex;
  flex-wrap: wrap;
}

.boxes {
  width: calc(33.33% - 20px);
  background-color: #fff;
  border-radius: 10px;
  margin: 10px;
  padding: 20px;
  box-shadow: 0 7px 9px rgba(0, 0, 0, 0.1);
  border: 2px solid #ff0000; 
}

.navbar-toggler {
  padding: 0.5rem 1rem; 
  font-size: 1.5rem; 
  border: none; 
  background-color: transparent;
}

#carouselExampleControls {
  margin-bottom: 20px;
}

.carousel-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-light.rounded {
  background-color: #ffffff; 
  border-radius: 15px; 
  padding: 20px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.toggle-section {
  color: white; 
  text-decoration: none; 
  cursor: pointer; 
}

.toggle-section:hover {
  text-decoration: underline; 
}

.subsections {
  display: none; 
}

.sub-box {
  margin-top: 10px; 
}

#carouselNoticias {
  height: 100%; 
}

.text-muted {
  margin-bottom: 20px;
}

.card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.new-badge {
  position: absolute;
  top: 10px;
  left: 8px;
  background-color: red;
  color: white; 
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}

.card-title {
  font-size: 24px;
}

.card-text {
  font-size: 18px;
}

/* Estilo para la tarjeta */
.card {
  height: 500px; 
}

/* Estilo para la imagen */
.card-img-top {
  width: 100%; 
  height: 50%; 
  object-fit: cover; 
}

/* Estilo para el texto */
.card-text {
  font-size: 16px;
  height: 50%; 
  overflow: hidden; 
}

/* Animación al pasar el cursor */
.card:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease; 
}

#noticias {
  margin-right: 20px;
}






















.nav-link {
  position: relative; 
  display: inline-block; 
  padding-bottom: 5px; 
}

.nav-link .badge {
  background-color: red; 
  color: white; 
  border-radius: 10px; 
  padding: 2px 6px; 
  font-size: 10px; 
  position: absolute; 
  top: -5px;
  right: -10px; 
}

#carouselNoticias {
  height: 100%; 
}

.carousel-item img {
  object-fit: cover; 
  height: 100%; 
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
}

.btn-centro {
  margin-top: 20px; 
}

.btn-centro:hover {
  background-color: red;
  color: white;
}

.bg-light.rounded {
  background-color: #fff; 
  border-radius: 15px;
}

/* Estilos para los botones */
.btn-centro-alumnos,
.btn-centro-padres {
  color: #fff; 
  background-color: #dc3545; 
  border: none; 
  border-radius: 10px; 
  padding: 20px; 
  margin-top: 20px; 
}

.btn-centro-alumnos:hover,
.btn-centro-padres:hover {
  color: #dc3545; 
  background-color: #fff; 
  transition: all 0.3s ease-in-out; 
}

/* Estilos responsivos */
@media (max-width: 768px) {
    .mb-4 {
        margin-bottom: 20px !important; 
    }
}

/* Estilos para los botones */
.btn-centro-alumnos,
.btn-centro-padres {
  color: #fff; 
  background-color: #dc3545; 
  border: none; 
  border-radius: 15px; 
  padding: 20px 40px; 
  margin: 20px; 
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
  transition: all 0.5s ease-in-out; 
}

.btn-centro-alumnos:hover,
.btn-centro-padres:hover {
  color: #dc3545; 
  background-color: #fff; 
  transition: all 0.3s ease-in-out; 
}

#noticias {
  margin-right: 20px; 
}

.bg-light.rounded.shadow {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
}

.caja-texto {
  background-color: white;
  color: black; 
  border: 2px solid red;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}






.conta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  margin: auto;
  max-width: 1200px;
}
.conta img {
  max-width: 200px;
  height: 300px;
  flex: 1 1 300px;
  margin: 10px;
}
.texto {
  flex: 1 1 300px;
  margin: 10px;
}
.texto h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.texto hr {
  border: 0;
  height: 1px;
  background: #333;
  margin-bottom: 10px;
}
.texto p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .conta {
      flex-direction: column;
      text-align: center;
  }
  .texto {
      margin: 0;
  }
}







/* Ajuste del navbar en el modo responsive */
@media (max-width: 991.98px) {
  .navbar-collapse {
      position: fixed;
      top: 0;
      left: -250px; 
      width: 200px; 
      height: 100%;
      background-color: #fff; 
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
      transition: left 0.3s ease; 
      z-index: 1000; 
  }

  .navbar-collapse.show {
      left: 0; 
  }

  .navbar-nav .nav-item {
      width: 100%; 
      text-align: center; 
  }

  .dropdown-menu {
      position: absolute; 
      top: 100%; 
      left: 0; 
      width: 100%; 
      background-color: #ffffff;
      box-shadow: none; 
      padding: 0; 
  }

  .navbar-toggler {
      background-color: transparent; /* Eliminar el fondo del botón de menú */
      border: none; /* Eliminar borde */
      position: absolute; /* Posicionar de forma absoluta */
      top: 10px; /* Ajustar posición vertical */
      right: 10px; /* Ajustar posición horizontal */
      z-index: 1000; /* Asegurar que esté por encima del menú */
  }

  .navbar-toggler-icon {
      color: #000; /* Color del icono */
  }

  .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
      display: block; /* Mostrar el submenu al pasar el cursor */
  }
}












.h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 48px !important;
  font-weight: 200 !important;
}
.h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px !important;
  font-weight: 300;
}
.h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px !important;
}

.carousel-item .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-item {
  width: 100%;
  height: 500px; 
  transition: opacity 0.5s ease;
  object-fit: cover;
}

.carousel-item.active {
  opacity: 1;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}



/* Transición de imágenes */
.carousel-item {
  transition: opacity 0.5s ease;
}

.carousel-item.active {
  opacity: 1;
}

/* Estilo de las flechas */
.carousel-control-prev,
.carousel-control-next {
  color: black; 
  opacity: 0.5; 
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1; 
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right,
.carousel-item-next.carousel-item-prev,
.carousel-item-prev.carousel-item-left {
  transform: translateX(0);
}

.carousel-indicators .active {
  background-color: red; 
}

#template-mo-zay-hero-carousel {
  margin-top: 20px; 
}

.imagen-texto {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.imagen-texto .texto {
  padding: 20px;
  background-color: #f0f0f0; 
}

.imagen-texto img {
  max-width: 100%;
}

 /* Botones a la derecha de la seccion de noticias */

 .btn-boton-menu {
  background-color: red;
  color:white;
  border: none;
  transition: background-color 0.3s, color 0.3s;
 }

 .btn-boton-menu:hover {
  background-color: white;
  color: red;
 }

 .dropdown-menu-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
 }

 .dropdown-menu-menu a {
  color:black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
 }

 .dropdown-menu-menu a:hover {
  background-color: #f1f1f1;
 }

 .boton-menu:hover .dropdown-menu-menu {
  display:block;
 }

 /* Estilos para los menús de la derecha */
.menu-box {
  background-color: rgb(245, 237, 237);
  color: white;
  border-radius: 10px;
  width: 200px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.menu-box-content {
  margin-top: 10px;
}

.menu-box ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu-box ul li {
  padding: 5px 0;
}

/* Cambio de color al pasar el cursor */
.menu-box:hover {
  background-color: white;
  color: red;
}

.menu-box {
            width: 200px; 
            transition: background-color 0.3s ease; 
        }

        .menu-box:hover {
            background-color: white;
            color: red; 
        }

/* Estilos para dar profundidad a las cajas */
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Cambio de estilos al pasar el cursor sobre los botones */
.btn-danger:hover {
  background-color: white;
  color: red;
}

.carousel-container {
  margin-top: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); 
}

.menu-container {
  margin-top: 20px;
}

.menu-box {
  margin-bottom: 20px; 
}

/* General */
.logo { font-weight: 500 !important;}
.text-warning {  color: #ede861 !important;}
.text-muted { color: #bcbcbc !important;}
.text-success { color: #de3f30 !important;}
.text-light { color: #cfd6e1 !important;}
.bg-dark { background-color: #212934 !important;}
.bg-light { background-color: #e9eef5 !important;}
.bg-black { background-color: #1d242d !important;}
.bg-success { background-color: #59ab6e !important;}
.btn-success {
  background-color: #f00b0b !important;
  border-color: #ede6e6 !important;
}
.pagination .page-link:hover {color: #000;}
.pagination .page-link:hover, .pagination .page-link.active {
  background-color: #69bb7e;
  color: #fff;
}
/* Nav */
#templatemo_nav_top { min-height: 40px;}
#templatemo_nav_top * { font-size: .9em !important;}
#templatemo_main_nav a { color: #212934;}
#templatemo_main_nav a:hover { color: red}
#templatemo_main_nav .navbar .nav-icon { margin-right: 20px;}

.btn-volver {
  display: inline-block;
  background-color: transparent; 
  color: white;
  text-decoration: none;
  padding: 5px; 
  border-radius: 50%; 
  transition: background-color 0.3s ease; 
  border: 2px solid #ffffff; 
}

.btn-volver:hover {
  background-color: #ff4d4d; 
}

/* Ajuste del navbar */
.navbar {
  padding: 100%; 
  margin-top: 0%;
  padding-top: 0px; 
  padding-bottom: 5px; 
  margin-left: 0%;
}


/* Ajuste del navbar en pantallas grandes */
@media (min-width: 1200px) {
  .navbar {
    padding-top: 5px; 
    padding-bottom: 5px; 
  }
}



/* Navbar fijo en la parte superior */
.navbar.fixed-top {
  position: fixed;
  top: 0;
  width: 10%;
  z-index: 1000; 
}


/* Profundidad en el header */
.navbar {
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1); 
}

/* Profundidad en el nav */
.navbar-nav {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

/* Estilo para los enlaces cuando pasas el cursor sobre ellos */
.navbar-nav .nav-link:hover {
  background-color: red !important; 
  color: white !important; 
}

.texto-actividad{
  padding: 5px;
  justify-content: center;
  margin-top: 28px;
}

.caja-grande {
  display: flex;
  justify-content: space-between;
  width: 77%;
  margin: 30px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.seccion {
  flex: 1;
  padding: 40px;
  border-radius: 0px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}

.titulo {
  color: white;
  font-size: 34px;
  margin-bottom: 40px;
}

.descripcion {
  color: white;
  font-size: 18px;
  margin-bottom: 30px;
}

.ver-mas {
  color: white; 
  font-size: 18px;
  cursor: pointer;
  text-decoration: underline;
}

.ver-mas:hover {
  color: white; 
}

/* Colores de las secciones */
.seccion1 {
  background-color: #FF0000;
}

.seccion2 {
  background-color: #CC0000;
}

.seccion3 {
  background-color: #990000;
}

.seccion4 {
  background-color: #660000;
}

/* Cambios de estilo en pantallas pequeñas */
@media (max-width: 768px) {
  .caja-grande {
    display: block; 
  }

  .seccion {
    width: 100%; 
    margin-right: 0; 
  }
}

/*actividad semanal */
.bg-custom-red {
  background-color: #E01600 !important;
  border: 20px black;
}

.mision {
  background-color: #F29F24;
  color: #000 !important;
}
.vision {
  background-color: #F29F24;
  color: #000 !important;
}
/* Estilos para hacer que las cajas de Misión y Visión se apilen una encima de la otra en dispositivos pequeños */
@media (max-width: 768px) {
  .col-md-6 {
      width: 100%;
      max-width: 100%;
  }
}


/* Hero Carousel */
#template-mo-zay-hero-carousel { background: #efefef !important;}
/* Accordion */
.templatemo-accordion a { color: #000;}
.templatemo-accordion a:hover { color: #333d4a;}
/* Shop */
.shop-top-menu a:hover { color: #d52411 !important;}
/* Product */
.product-wap { box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);}
.product-wap .product-color-dot.color-dot-red { background:#f71515;}
.product-wap .product-color-dot.color-dot-blue { background:#6db4fe;}
.product-wap .product-color-dot.color-dot-black { background:#000000;}
.product-wap .product-color-dot.color-dot-light { background:#e0e0e0;}
.product-wap .product-color-dot.color-dot-green { background:#0bff7e;}
.card.product-wap .card .product-overlay {
  background: rgba(0,0,0,.2);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.card.product-wap:hover .card .product-overlay {
  visibility: visible;
  opacity: 1;
}
.card.product-wap a { color: #000;}
#carousel-related-product .slick-slide:focus { outline: none !important;}
#carousel-related-product .slick-dots li button:before {
  font-size: 15px;
  margin-top: 20px;
}
/* Brand */
.brand-img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: .5s;
}
.brand-img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* Carousel Hero */
#template-mo-zay-hero-carousel .carousel-indicators li {
  margin-top: -50px;
  background-color: #59ab6e;
}
#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
  color: #1a1513 !important;
  font-size: 2.8em !important;
}
/* Carousel Brand */
.tempaltemo-carousel .h1 {
  font-size: .5em !important;
  color: #000 !important;
}
/* Services */
.services-icon-wap {transition: .3s;}
.services-icon-wap:hover, .services-icon-wap:hover i {color: #fff;}
.services-icon-wap:hover {background: #69bb7e;}
/* Contact map */
.leaflet-control a, .leaflet-control { font-size: 10px !important;}
.form-control { border: 1px solid #ffffff;}
/* Footer */
#tempaltemo_footer a { color: #ffffff;}
#tempaltemo_footer a:hover { color: #d52c12;}
#tempaltemo_footer ul.footer-link-list li { padding-top: 10px;}
#tempaltemo_footer ul.footer-icons li {
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
}
#tempaltemo_footer ul.footer-icons li:hover {
  background-color: #fafafa;
  transition: .5s;
}
#tempaltemo_footer ul.footer-icons li:hover i {
  color: #212934;
  transition: .5s;
}
#tempaltemo_footer .border-light { border-color: #2d343f !important;}


.product-wap .h3, .product-wap li, .product-wap i, .product-wap p {
  font-size: 12px !important;
}
.product-wap .product-color-dot {
  width: 6px;
  height: 6px;
}

.historia {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.historia-item {
  max-width: 60%;
  margin-bottom: 40px;
}

.historia-texto {
  text-align: justify;
  margin-top: 20px;
}

.historia-imagen-chica {
  width: 400%;
  max-width: 1000px; 
  margin-bottom: 30px; 
}

@media (max-width: 768px) {
  .historia-item {
      max-width: 90%; 
  }

  .historia-imagen-chica {
      max-width: 100%; 
  }
}

/*BOTON*/

.boton {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  margin-right: 10px;
  transition: background-color 0.3s;
}

.boton:hover {
  background-color: #0056b3;
}

.boton-descarga {
  background-color: #28a745;
}

.boton-descarga:hover {
  background-color: #218838;
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #templatemo_main_nav .navbar-nav {max-width: 450px;}
 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #templatemo_main_nav .navbar-nav {max-width: 550px;}
  #template-mo-zay-hero-carousel .carousel-item {min-height: 30rem !important;}
  .product-wap .h3, .product-wap li, .product-wap i, .product-wap p {font-size: 18px !important;}
  .product-wap .product-color-dot {
    width: 12px;
    height: 12px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}

@media (max-width: 767px) {
  .col-md-6 {
    width: 100%;
  }
}


.list-unstyled li a {
  color: red; 
  text-decoration: none; 
}



.boton {
  background-color: #d52411;
  color: white;
  padding: 15px 30px;
  font-size: 1.5rem;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  margin: 10px;
}

.boton:hover {
  background-color: white;
  color: #d52411;
}

.rounded {
  border-radius: 10px; 
}


 /* Estilos para hacer que el contenido sea responsive */
@media (max-width: 768px) {
  .table-responsive {
      overflow-x: auto;
  }
  .table {
      width: 100%;
  }
  .contenedor {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .boxes {
      width: 100%;
      margin-bottom: 20px;
  }
  .container, .historia-item, .historia-texto, .table-responsive, .boxes {
      padding-left: 15px;
      padding-right: 15px;
  }
}


.row {
  display: flex;
}

.col-md-6 {
  flex: 1;
}

.boton-descarga {
  background-color: red;
  color: red;
  border: none;
  padding: 10px 10px;
  margin-right: 10px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none; 
  display: inline-block; 
}

.boton-descarga:hover {
  background-color: white;
  color: red;
}


.boton-descarga-pdf {
  position: relative;
  bottom: 3px;
  right: 1px;
  background-color: red;
  color: white;
  padding: 6px 15px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none; 
}

.boton-descarga-pdf:hover {
  background-color: white;
  color: red;
}


/*LOADER*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

#loader.loading {
  opacity: 0;
  pointer-events: none;
}



.info-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.info-column {
  flex: 1;
}

.info-box {
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
}

.info-box-left {
  margin-right: 20px;
}

.info-box-right {
  margin-left: 20px;
}

.info-box-bottom {
  text-align: center;
}

.info-title {
  margin-bottom: 10px;
}

.info-text, .info-list {
  margin-bottom: 15px;
}

.btn-download {
  padding: 10px 20px;
  background-color: red;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}

.btn-download:hover {
  background-color: white;
  color: red;
}


/* Estilos para hacer que las cajas de información se apilen una encima de la otra y se centren en dispositivos pequeños */
@media (max-width: 768px) {
  .info-container {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .info-column {
    display: flex;
      flex-direction: column;
      align-items: center;
  }
}