
/* Fonts */
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #292828; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #040677; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #cc1aae; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #e9f4b1; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --naranja-color:#C0DA3F;
  --naranja-dark: #404a0a;
  --amarillo-color:#ffe605;

}
body{
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }

.nav-link{ 
  font-size: 13px;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  color: var( --naranja-color);
  text-transform: uppercase;
}

.nav-link:hover{
    color: var( --default-color)
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color:#565656;

}

.nav-link.a:visited {
  font-size: 15px;
  font-family: 'Quicksand', sans-serif;
  color: red;
}

.siteName{
  font-size: 3em;
}

.telefonos_contacto{
  font-size: 1.2em; 
  font-weight: bold;
  color: var(--default-color);
}

.telefonos_contacto a:link {
    color: var(--default-color);
    text-decoration: none;
  }

.telefonos_contacto a:hover {
    color:#ffc107;
    text-decoration: none;
  
}
.fondo_navbar {
    background-color: #ffffff; 
    border-bottom: 7px solid var(--naranja-color);
}

.logo-nav{
    max-width: 200px;
    height: auto;
}

.one-page{
  margin-top: .5em;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14rem;
  color: var(--background-color);
}

.one-page2{
   
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size:6rem;
  color: var(--naranja-color);
}


.hero {
    margin-top: 2em;
    width: 100%;
    min-height: 50%;
    background-image: url("../img/construccion-fondo.jpg");
    background-size: 10% 10%;
    
   
   
    background-repeat: no-repeat;
   
}

.verdetexto{
    color:var(--naranja-color);
}

.hero_sec_1 {
    width: 100%;
    min-height: 50%;
    background-image: url("../assets/fotoian.png");
    background-size: 35%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: var(--surface-color);
   
  
}

.hero ,h1{
font-size: 46px;
font-weight: 700;
color: #fff;
}

.hero_parrafo{
  font-size: 16px; font-weight: 300; color: #DCDDDE;
}

.separator {
  margin-top: 30px;
  width: 100px;
  height: 5px;
  background-color: #C0DA3F;
  border: solid 1px #C0DA41;
}

.banner_img {
  width:90%;
}

.btn_carrusel{
  margin-top: 40px;
  text-align: center;
  width: 100%;
  font-size: 16px; 
  font-weight: 300; 
  color: #212124; 
  background-color: #C0DA3F;
  line-height: inherit;
  padding-top: 0.6rem;
  padding-right: 1rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
  border: solid 1px #C0DA41;
  border-radius: 0.25rem;
  font-weight: bold;
}

.btn_carrusel a:link{
color: #212124;
text-decoration: none;

}

.btn_carrusel a:hover{
  color: #212124;
  text-decoration: underline;
  
  }


  .carousel-indicators {
    background-color: #C0DA3F;
    width: 300px;
    margin: auto;
    border-radius: 0.5rem;

  }

  .carousel .carousel-indicators button {
    width: 10px;
   height: 10px;
   border-radius: 100%;
   
 }


 .carousel .carousel-indicators .active{

 background-color: #00723A;
}


.margen-top {
 border-top: solid 10px #C0DA3F;
}


.footer-cintillo {
  background-color: var(--naranja-color);
  font-size: 12px;

}

.fondo2{
    background-color: var(--surface-color);
}


.img_instalaciones{
  max-width: 100%; 
  max-height: 100%;
  width: 490px;
  height: 327px;
}



.fff6ef{
    background-color: #fff6ef;
}




.verdeOmnim{
  background-color: #9fb267;
}

 .carousel-control-prev-icon, .carousel-control-next-icon {
  filter: invert(108%);
  width: 1rem;
}

  .menu_valores {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-right: 2em;
    overflow: hidden;
    
  }

.tamanio_card{
  width:22rem;
}

.card{
border-width: 0px;
}

.btn-close {
  background-image:url(../icons/times-circle.svg);
  opacity: 1;
  right:30px;
  

}

.c_ser_esc{
  width: 400px;
  padding: 5px;

}

.c_conoce{
  width: 250px;
  padding: 5px;
}


.c_educativa{
  width: 250px;
  padding: 5px;
}

.c_ser_esc  a:link{
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  }


  .c_conoce  a:link{
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
  
  }


  .c_educativa a:link{
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
  
  }

.foter_menu{
  font-size: 0.8em;
  font-style: normal;
  font-weight:400;
  color: #fff;
  height: 30px;
  width: 100%;
  margin-bottom: 10px;
  
  
}

.iconos {
 display: none;
 float: right;
}

.footer_p{
  line-height: .05em;
}

.servicios .oferta_educativa .servicios_conoce {
  font-size: 0.8em;
  margin-right: 10px;
  
}




.servicios a:link, a:visited{
  color: var(--naranja-color)
}

.redes_sociales_title{
  font-weight: 800;
}

.nav-underline .nav-link.active, .nav-underline .show>.nav-link {

  color:#fff;
  border-bottom-color: currentcolor;
  font-size: 0.8em;
  cursor: pointer;

}

.nav-underline .nav-link {
  cursor: pointer;
  padding-right: 0;
  padding-left: 5px;
  color:#565656;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:hover {
  padding-right: 0;
  padding-left: 5px;
  color:#fff;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.c_campus{
  margin-top: 2em;
  font-size: 0.8em;
}

.c_campus a:link{
  color:#c0da3f;
}

#c_chapultepec, #c_uruapan, #c_campus_losreyes, #c_campus_apatzingan {
  display:none;
}

.logo-footer{
    width: 140px;
}

@media (max-width: 768px) {
    /* For mobile phones: */
        .one-page{
    
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 5rem;
    color: var(--background-color);
    }

    .one-page2{
    
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:3rem;
    color: var(--naranja-color);
    line-height: normal;
    text-align: center;
  }

    .siteName{
    font-size: 1.4em;
  }
    
    .logo-nav{
        max-width: 160px;
        height: auto;
    }

    .bloques_negros{
        width: 93%; height: 82%; background: rgba(0, 0, 0, .5);
        margin-left: 10%;
        margin-right: 10%;
        cursor: pointer;
      }

      .hero {
       height: auto;
       margin-top: 114px;

      }

    .hero, h1 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    }

      .c_ser_esc{
        width: 100%;
        padding: 5px;
       
        border-bottom: 2px solid #fff;
        margin-bottom: 10px;
      }

      .c_conoce {
        width: 100%;
        padding: 5px;
        
        border-bottom: 2px solid #fff;
        margin-bottom: 10px;
      }


      .c_educativa {
        width: 100%;
        padding: 5px;
        
        border-bottom: 2px solid #fff;
        margin-bottom: 10px;
      }

     

     
      .iconos {
        cursor: pointer;
        display: block;
        color: #ffffff;
        float: right;
        margin-right: 10px;
      }

      .redes_sociales_title {
        display: none;
      }

    .separator{

    margin-top: 14px;
    width: 100px;
    height: 5px;
    background-color: #C0DA3F;
    border: solid 1px #C0DA41;
    }



   /* Cuadrícula responsive */
  #links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: auto;
  }

  #links a {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  #links a:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  }

  #links img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Personalizar el fondo del lightbox */
  .blueimp-gallery > .slides > .slide > img {
    border-radius: 8px;
  }
}