*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: sans-serif;
    background-color:rgb(255, 255, 255);
    background-image: url("imagenes/fondoBodyok\ \(3\).png") ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
    
}

.parrafo1{
    text-align: center;
    font-size: 20PX;
}

.parrafo2{
    text-align: right;
    font-size: 18PX;
}

.textoVideo{
    text-align: center;
}

.historiageneral{
    width: 100%;
    height: 100%;
    display: flex;
}

.divhistoria1 {
    width: 50%;
    
}

.divhistoria2 {
    width: 50%;
    
}

.divhistoria3 {
    padding: 5%;
    
}

.textohistoria {
    text-align: justify;
    font-size: 1.225rem;
    
}

.textoProyectos {
    text-align: center;
    font-size: 1.225rem;
    
}



.imgescudo{
    transform: scale(2.5);
}

.imgbandera{
    transform: scale(2.5);
}

.imgcolegio{
    transform: scale(2.5);
}

.imgproyectos{
    transform: scale(2.7);
}

h1{
    text-align: center;
    color: rgb(23, 11, 131);
}

h2{
    text-align: center;
    color: rgb(23, 11, 131);
}



.tituloContactos{
    text-align: center;
    color: rgb(2, 2, 2);
}

div#general{
    width: 100%;
    height: 100%;
    display: flex;
}

div#divuno{
    width: 33%;
    height: 33%;

}

div#divdos{
    width: 33%;
    height: 33%;

}

div#divtres{
    width: 34%;
    text-align: center;
    align-items: center;

}

div#divcuatro{
    width: 50%;
    height: 50%;
    text-align: center;
    
    transform: scale(1.0);

}

#isidoro{
    width: 50%;
    height: 50%;
    transform: scale(1.0);

}

div#divcinco{
    width: 40%;
    height: 40%;
    text-align: center;
    
    transform: scale(1.0);
}

div#divseis{
    width: 32.5%;
    text-align: center;
    align-items: center;
    transform: scale(1.1);

}

div#divsiete{
    width: 32.5%;
    text-align: center;
    align-items: center;
    transform: scale(1.1);

}

div#divocho{
    width: 32.5%;
    text-align: center;
    align-items: center;
    transform: scale(1.1);

}

div#divnueve{
    width: 25%;
    text-align: center;
    align-items: center;
    transform: scale(1.0);

}

div#divdiez{
    width: 25%;
    text-align: center;
    align-items: center;
    transform: scale(1.0);

}

div#divtrece{
    width: 25%;
    text-align: center;
    align-items: center;
    transform: scale(1.0);

}

div#divcatorce{
    width: 25%;
    text-align: center;
    align-items: center;
    transform: scale(1.0);

}



div#divonce{
    width: 50%;
    text-align: center;
    align-items: center;

}

div#divdoce{
    width: 50%;
    text-align: center;
    align-items: center;

}




.navbar {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color:rgb(6, 43, 124);
    color: white;
    position: relative;

    /*
    background-color:rgb(6, 43, 124);
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center; 
    width: 100%;
 */
}

.logo {
    margin: 10px;
    padding: 10px;
    color: rgb(255, 255, 255);
    transform: scale(1.4);
    width: 10%;
    height: 10%;
}

.clasenavegacion {
    width: 75%;
    height: 80%;
    justify-content: left;
    padding: 0;
    max-width: 1200px;

}


.letras {
     margin: 10px;
    padding: 90px;
    width: 10%;
    height: 10%;
    

}

.nav-links {

    display: flex;
    list-style: none;
    gap: 15px;
    margin: 0;
    padding: 0;

    /*
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: auto;
    */
    
}

.nav-links li{
    position: relative;
    display: inline-block;
    
    
}

.nav-links li:hover ul{
    display: block;
    z-index: 1;
       
}

.nav-links ul li a:hover ul{
    display: block;
    z-index: 1;
    
       
}


.nav-links ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    

    background-color: rgb(255, 255, 255);

    --glow-color: rgba(20, 27, 94, 0.959);
        --glow-spread-color: rgba(145, 154, 194, 0.781);
        --enhanced-glow-color: rgb(0, 10, 68);
        --btn-color: rgba(142, 170, 132, 0.781);
        border: .25em solid var(--glow-color);
        padding: 1em 1em;
        color: var(--glow-color);
        font-size: 12px;
        font-weight: bold;
        background-color: var(--glow-color);
        border-radius: 1em;
        outline: none;
        box-shadow: 0 0 1em .25em var(--glow-color),
        0 0 3em 1em var(--glow-spread-color),
               inset 0 0 .75em .25em var(--glow-color);
        text-shadow: 0 0 .5em var(--glow-color);
        position: absolute;
        transition: all 0.9s;

}

.nav-links li a { 
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 1rem 3.5rem;
    display: block;
    
}

.hamburger-btn {

    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 65px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    


    /*
    display: none; 
    cursor: pointer;
    background: none;
    border: none;
    padding: 10px;
    margin: 140px;
    */
}

.hamburger-btn .bar {
    width: 100%;
    height: 3px;
    background-color: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/*
.bar {
    width: 55px;
    height: 4px;
    background-color: white;
    margin: 5px 0;
    transition: 0.4s;
} */

/* Estilos para el menú desplegado */
.nav-links.open {
    display: flex;
    flex-direction: inherit;
    position: absolute;
    left: 0;
    width: 60%;
    height: 30%;
    align-items: center;
    
}

.nav-links.open li {
    width: 50%;
    
}

.nav-links.open li a {
    padding: 1rem;
    text-align: center;
}


/* Media query para pantallas más pequeñas */
@media screen and (max-width: 1000px  ) {

    
    .hamburger-btn {
        display: flex; /* Mostramos el botón en celulares */
    }

    /* Modificamos el contenedor de la navegación para que caiga tipo menú */
    .clasenavegacion {
        display: none; /* Oculto por defecto */
        position: absolute;
        top: 100%;
        left: 0%;
        width: 100%;
        height: 670px;

    --glow-color: rgb(20, 27, 94);
        --glow-spread-color: rgba(145, 154, 194, 0.781);
        --enhanced-glow-color: rgb(0, 10, 68);
        --btn-color: rgba(142, 170, 132, 0.781);
        border: .25em solid var(--glow-color);
        padding: 1em 1em;
        color: var(--glow-color);
        font-size: 12px;
        font-weight: bold;
        background-color: var(--glow-color);
        border-radius: 1em;
        outline: none;
        box-shadow: 0 0 1em .25em var(--glow-color),
        0 0 3em 1em var(--glow-spread-color),
               inset 0 0 .75em .25em var(--glow-color);
        text-shadow: 0 0 .5em var(--glow-color);
        position: absolute;
        transition: all 0.9s;
       
    }

    .navbar{
        gap: 100px;
    }


    
    .clasenavegacion ul {
       padding: 0px;
    }


    /* Clase que añadiremos con JS para MOSTRAR el menú */
    .clasenavegacion.active {
        display: block;
    }

    .nav-links {
        flex-direction: column; /* Enlaces uno abajo del otro */
        width: 100%;
        padding: 20px 40;
         position: absolute;
         z-index: 10;
    }

    .nav-links li {
        width: 100%;
        text-align: center;
        
    }
    

    /* Submenús en móvil (se muestran desplegados o al hacer clic, aquí los dejamos visibles) */
    .nav-links li ul {
        position: static;
        
    background-color:rgba(20, 27, 94, 0.959);
        display: block; /* Visibles dentro del menú móvil */

        
    }
    
    /* Animación del botón de hamburguesa a una "X" al activarse */
    .hamburger-btn.open .bar:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    .hamburger-btn.open .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger-btn.open .bar:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }



    div#general{
        flex-direction: column;
        gap: 60px;
        
}

    div#divseis{
    width: 100%;
    text-align: center;
    align-items: center;
    transform: scale(1.1);

}

div#divsiete{
    width: 100%;
    text-align: center;
    align-items: center;
    transform: scale(1.1);

}

div#divocho{
    width: 100%;
    text-align: center;
    align-items: center;
    transform: scale(1.1);

}

div#divnueve{
    width: 100%;
    text-align: center;
    align-items: center;
    transform: scale(1.1);

}

div#divdiez{
    width: 100%;
    text-align: center;
    align-items: center;
    transform: scale(1.1);

}

div#divtrece{
    width: 100%;
    text-align: center;
    align-items: center;
    transform: scale(1.1);

}

div#divcatorce{
    width: 100%;
    text-align: center;
    align-items: center;
    transform: scale(1.1);

}

div#divonce{
    width: 100%;
    text-align: center;
    align-items: center;
    transform: scale(1.0);

}

div#divdoce{
    width: 100%;
    text-align: center;
    align-items: center;
    transform: scale(1.0);

}

div#divcinco{
    width: 100%;
    text-align: center;
    align-items: center;
    transform: scale(0.8);
    

}

div#divcuatro{
    width: 100%;
    text-align: center;
    align-items: center;
    transform: scale(0.8);

}

div#divuno{
    width: 100%;
    text-align: center;
    align-items: center;
    transform: scale(0.8);

}

div#divdos{
    width: 100%;
    text-align: center;
    align-items: center;
    transform: scale(0.8);

}

div#divtres{
    width: 100%;
    text-align: center;
    align-items: center;
    transform: scale(0.8);

}




.contenedorbody .contenedorbody1{
       transform: scale(1.0);
}

.contenedorbody .contenedorbody2{
       transform: scale(1.0);
}

.contenedorbody .contenedorbody3{
       transform: scale(0.8);
}

.contenedorbody .contenedorbody4{
       transform: scale(1.0);
}

.contenedorbody .contenedorbody6{
    width: 35%;
        height: 35%;
       transform: scale(0.45);
}

}
   


button {
   
        --glow-color: rgb(246, 248, 247);
        --glow-spread-color: rgba(71, 101, 250, 0.781);
        --enhanced-glow-color: rgb(10, 18, 61);
        --btn-color: rgb(1, 57, 121);
        border: .25em solid var(--glow-color);
        padding: 0.5em 0.5em;
        color: var(--glow-color);
        font-size: 12px;
        font-weight: bold;
        background-color: var(--btn-color);
        border-radius: 1em;
        outline: none;
        box-shadow: 0 0 1em .25em var(--glow-color),
               0 0 3em 1em var(--glow-spread-color),
               inset 0 0 .75em .25em var(--glow-color);
        text-shadow: 0 0 .5em var(--glow-color);
        position: relative;
        transition: all 0.3s;
        
       }

       button::after {
        pointer-events: none;
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        height: 100%;
        width: 100%;
        filter: blur(2em);
        opacity: .1;
        transform: perspective(1.5em) rotateX(35deg) scale(1, .6);
       }

       button:hover {
        color: var(--glow-spread-color);
        background-color: var(--glow-spread-color);
        box-shadow: 0 0 1em .25em var(--glow-spread-color),
               0 0 3em 1em var(--glow-spread-color),
               inset 0 0 .75em .25em var(--glow-color);
       }

       button:active {
        box-shadow: 0 0 0.6em .25em var(--glow-spread-color),
               0 0 2.5em 2em var(--glow-spread-color),
               inset 0 0 .5em .25em var(--glo);
       }

       .apkinstitucional {
        --glow-color: rgba(250, 247, 247, 0.774);
        --glow-spread-color: rgba(255, 255, 255, 0.384);
        --enhanced-glow-color: rgba(10, 10, 10, 0.884);
        --btn-color: rgba(2, 2, 128, 0.322);
        border: .25em solid var(--glow-color);
        padding: 0.5em 0.5em;
        color: var(--glow-color);
        font-size: 10px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-weight: bold;
        background-color: var(--btn-color);
        border-radius: 1em;
        outline: none;
        box-shadow: 0 0 1em .25em var(--glow-color),
               0 0 3em 1em var(--glow-spread-color),
               inset 0 0 .75em .25em var(--glow-color);
        text-shadow: 0 0 .5em var(--glow-color);
        position: relative;
        transition: all 0.3s;
    }

       img {
        width: 100px;
        height: 80px;
       }

       

       video {
        width: 40%;
        height: 40%;
       }

    .botonAfuera{
        --glow-color: rgba(245, 245, 249, 0.199);
        --glow-spread-color: rgba(165, 195, 255, 0.164);
        --enhanced-glow-color: rgb(255, 255, 255);
        --btn-color: rgb(255, 255, 255);
        border: .25em solid var(--glow-color);
        padding: 1em 3em;
        color: var(--glow-color);
        font-size: 12px;
        font-weight: bold;
        background-color: var(--btn-color);
        border-radius: 1em;
        outline: none;
        box-shadow: 0 0 1em .25em var(--glow-color),
               0 0 3em 1em var(--glow-spread-color),
               inset 0 0 .75em .25em var(--glow-color);
        text-shadow: 0 0 .5em var(--glow-color);
        position: relative;
        transition: all 0.3s;
        text-decoration: none;
    }


    .botonEnviar{
        --glow-color: rgba(93, 93, 96, 0.407);
        --glow-spread-color: rgba(19, 19, 19, 0.203);
        --enhanced-glow-color: rgb(255, 255, 255);
        --btn-color: rgb(255, 255, 255);
        border: .25em solid var(--glow-color);
        padding: 1em 3em;
        color: var(--glow-color);
        font-size: 12px;
        font-weight: bold;
        background-color: var(--btn-color);
        border-radius: 1em;
        outline: none;
        box-shadow: 0 0 1em .25em var(--glow-color),
               0 0 3em 1em var(--glow-spread-color),
               inset 0 0 .75em .25em var(--glow-color);
        text-shadow: 0 0 .5em var(--glow-color);
        position: relative;
        transition: all 0.3s;
        text-decoration: none;
    }


    .botonAfuera2{
       --glow-color: rgba(99, 106, 173, 0.959);
        --glow-spread-color: rgba(108, 122, 183, 0.781);
        --enhanced-glow-color: rgba(64, 73, 120, 0.495);
        --btn-color: rgba(255, 251, 251, 0.781);
        border: .15em solid var(--glow-color);
        padding: 1em 1em;
        color: var(--glow-color);
        font-size: 14px;
        font-weight: bold;
        background-color: var(--btn-color);
        border-radius: 1em;
        outline: none;
        box-shadow: 0 0 1em .25em var(--glow-color),
               0 0 3em 1em var(--glow-spread-color),
               inset 0 0 .65em .25em var(--glow-color);
        text-shadow: 0 0 .5em var(--glow-color);
        position: relative;
        transition: all 0.9s;
        text-decoration: none;
    }

    .botonAfuera3{
         --glow-color: rgba(4, 9, 118, 0.466);
        --glow-spread-color: rgb(242, 242, 247);
        --enhanced-glow-color: rgb(34, 64, 233);
        --btn-color: rgb(255, 255, 255);
        border: .10em solid var(--glow-color);
        padding: 1em 3em;
        color: var(--glow-color);
        font-size: 12px;
        font-weight: bold;
        background-color: var(--btn-color);
        border-radius: 1em;
        outline: none;
        box-shadow: 0 0 1em .25em var(--glow-color),
               0 0 3em 1em var(--glow-spread-color),
               inset 0 0 .75em .25em var(--glow-color);
        text-shadow: 0 0 .5em var(--glow-color);
        position: relative;
        transition: all 0.3s;
        text-decoration: none;
    }

     
    


    .sinsubrayado {
        text-decoration: none;
    }

    footer {
      background-color: rgb(6, 43, 124);
      color: #fff;
      padding: 40px 20px;
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 20px;
      max-width: 100%;
      margin: 0 auto;
      width: 100%;
    }

    .footer-section {
      flex: 1 1 250px;
    }

    .footer-section h3 {
      margin-bottom: 10px;
      border-bottom: 2px solid #555;
      padding-bottom: 5px;
    }

    .footer-section p, .footer-section a {
      color: #ccc;
      font-size: 14px;
      text-decoration: none;
    }

    .footer-section a:hover {
      color: #fff;
    }

    iframe {
      width: 95%;
      height: 290px;
      border: 0;
    }

    .footer-bottom {
      text-align: center;
      margin-top: 30px;
      font-size: 13px;
      color: #e2d1d1;
    }

    .slider {
      width: 98%;
      max-width: 98%;
      height: 600PX;
      overflow: hidden;
      position: relative;
      margin: auto;
       z-index: -1;
    }

    .slider1 {
      width: 95%;
      max-width: 95%;
      height: 400PX;
      overflow: hidden;
      position: relative;
      margin: auto;
       z-index: -1;
    }

    .slides {
      display: flex;
      width: 100%;
      height: 100%;
      animation: slide 30s infinite;
    }

    .slide {
      width: 100%;
      height: 100%;
      flex: 1 0 100%;
    }

    .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    @keyframes slide {
      0%   { transform: translateX(0%); }
      20%  { transform: translateX(-100%); }
      60%  { transform: translateX(-200%); }
      100% { transform: translateX(0%); }
    }

     .slides1 {
      display: flex;
      width: 100%;
      height: 100%;
      animation: slide 20s infinite;
    }

    .slide1 {
      width: 100%;
      height: 100%;
      flex: 1 0 100%;
    }

    .slide1 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    @keyframes slide1 {
      0%   { transform: translateX(0%); }
      50%  { transform: translateX(-200%); }
      100% { transform: translateX(0%); }
    }

   .contenedorbody {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 35px;
   }

   .contenedorbody1 {
        width: 15%;
        height: 15%;
       transform: scale(1.6);
   }

   
   .contenedorbody2 {
         width: 15%;
        height: 15%;
        transform: scale(1.6);
}

.contenedorbody3 {
         width: 15%;
        height: 15%;
        transform: scale(1.4);
}

.contenedorbody4 {
     width: 15%;
        height: 15%;
    transform: scale(1.6);
}


.contenedorbody6 {
     width: 15%;
        height: 15%;
    transform: scale(1.4);
}

.mejoramientoPrincipal {
    width: 100%;
    display: flex;
    justify-content: center;
}


.mejoramiento1 {
    width: 20%;
    height: 20%;
}
.mejoramiento2 {
    width: 20%;
    height: 20%;
}
.mejoramiento3 {
    width: 20%;
    height: 20%;
}
.mejoramiento4 {
    width: 20%;
    height: 20%;
}
.mejoramiento5 {
    width: 20%;
    height: 20%;
}

table{
   border: 1px solid;
}

th{
    border: 1px solid;
 }

td{
    border: 1px solid;
 }


 .form-container {
    max-width: 500px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: transparent;
    border: 2px solid #fff;
    box-shadow:
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 12px rgba(226, 226, 229, 0.507),
    0 0 12px rgba(226, 226, 229, 0.507),
    0 0 22px rgba(226, 226, 229, 0.507),
    0 0 12px rgba(226, 226, 229, 0.507),
    0 0 31px rgba(226, 226, 229, 0.507);
 
   justify-content: center;
   align-items: center;
   color: #020202;
   font-size: 1em;
   margin-top: 50px;
   border-radius: 10px; /* Para un efecto de letrero más suave */
  }
  
  h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  
  label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  
  input[type="text"],
  input[type="email"],
  textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
  }
  

  