
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
/* ----------------------------------------------------------------
                              menu
------------------------------------------------------------------ */

.contenedor-header{
    height: 100px;
    background-color: rgb(15, 15, 71)  ;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 28px;
    padding-left: 20px;
    padding-right: 0px;
    position: relative;
}

.show {
    display: flex !important;
    background-color: rgb(15, 15, 71)  ;
  }
  
  header {
    /* position: sticky; */
    top: 0;
   

  }
  
  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
  
    background-color: white;
  }
  
  nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  nav ul li > a {
    display: inline-block;
    position: relative;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
  
    color: black;
  }
  
  ul .link {
    text-decoration: none;
    color: black;
  }
  
  nav ul li .link::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  
    background-color: #ffc300;
  }
  
  nav ul li .link:hover::before {
    transform: scaleX(1);
  }
  
  nav .more {
    display: none;
  }
  
  nav .menu {
    margin-top: 50px;
    position: absolute;
    display: none;
    flex-direction: column;
    min-width: 200px;
  
    background-color: white;
  }
  
  nav .menu a {
    padding: 10px;
    color: black;
    text-decoration: none;
  }
  
  nav .menu a:hover {
    background-color: black;
    color: white;
  }
  
  nav .mobile {
    display: none;
    width: 100%;
  }
  
  nav .mobile .header {
    background-color: white;
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 10px;
    flex-direction: row;
  }
  
  nav .mobile .header a {
    color: black;
    display: inline-flex;
    text-decoration: none;
  }
  
  nav .mobile .header #bmenu {
    border: none;
    background-color: transparent;
  
    color: white;
  }
  
  nav .mobile .links {
    display: none;
    flex-direction: column;
    position: relative;
    z-index: 200;
  }
  
  nav .mobile .links a {
    font-size: 18px;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
  
    color: black;
  }
  
  nav .mobile .links a:hover {
    font-size: 18px;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
  
    background-color: black;
    color: white;
  }
  
  

  

/* ------------------------------------------------------
                    escudos
   ---------------------------------------------------- */


.conttenedor{
    /* margin-top: 20px; */
    height:1px;
    width:98%;
    display: flex;
    justify-content: space-evenly;


}
.item{
    height: 350px;
    width: 20%;
    display: flex;
    justify-content: center;  
}
.item:nth-child(2){
    flex-grow: 1;
}
.img1{
    padding-top: 10px;
    height: 190px;
    width: 180px;
}

.pinfo{
    font-size: 40px;
    padding-top: 40px;
    text-align: center;
    font-weight: bold;
    
}




.gallery{
    background: #ffffff;
    width: 98%;
    margin-top: -30px;
}
.contimg{
    margin: 180px;
}
.contenedor-galeria{
    width: 100%;
    background-size:contain;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    margin-top: 30px;
    margin: 80px;
    margin-right: 40px;
}
.div-img{
    width: 25%;
    height:360px ;
    margin: 8px;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  
   
}
.div-img p{
    
    margin: 0 auto;
    font-size: 18px;
    cursor: pointer;
    
}

.div-img:nth-child(4){
    width: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-galeria{
    padding: 10px;
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgba(129, 128, 128, 0.6);
    cursor: pointer;
    
}
.uno{
    
   font-weight: bold;
  margin: 0 auto;
  padding-left: 60px;
    
}
.contenedor-1{

    width: 100%;
    background-color: rgb(247, 247, 247);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.contenedor-2{
    width: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}



.imagen-light{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.247);
    transform: translate(100%);
    transition: transform .2s ease-in-out;
}
.uno1{
    background-color: white;
    height: 400px;
}

.dos{
    background-color: white;
    height: 400px;

}

.tres{
    background-color: white;
    height: 400px;
}

.agregar-imagen{
    width: 45%;
    z-index: 10000;
    transform: scale(0);
    border-radius: 30px;
    transition: transform .2s .1s;
}

.showImage{
    transform: scale(1);

}

.show{
    transform: translate(0);
}

.close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    cursor: pointer;
    font-size: 40px;

    color: white;
}

.footer{
    /* background-image: url(../imagen/INSTITUTO.jpg);
    background-size:auto;
    background-repeat: no-repeat; */
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    
}
.footer-p{
    color: white;
    font-size: 25px;

}

.boton{
   
    padding: 10px 40px;
    margin-left: 100px;
    
    
    
}



.img-galeria:hover{
    transform: scale(1.1);

}




.contenedor-2 img{
    border: 2px solid rgb(58, 50, 50);
    border-radius: 15px;
    box-shadow: 2px 2px 13px rgba(27, 26, 26, 0.938) ;
}


@media (max-width: 1100px){

  .contenedor-header{
      font-size: 22px;
  }
  
 

    }
  .pinfo{
      font-size: 30px;
  }
  
  @media (max-width: 1000px){
  .div-img{
      width: 45%;
      
    
  }
  .contimg{
      margin: 0px;
  }
  .div-img:nth-child(3){
      margin-left: 80px;
  }
  
  
  }
  
  @media (max-width: 700px){




    nav {
        width: 100%;
        padding: 0;
      }
      nav ul {
        display: none;
      }
    
      nav .mobile {
        display: block;
      }
    
    .conttenedor{
        position: relative;
      flex-direction: column;
      height: 750px;
       width:98%;
      display: flex;
       justify-content: space-evenly;
       align-items: center;
    }

    .pinfo{
        
        padding-top: 20px;
        
        
    }
    .div-img{
        width: 65%;
        
      
    }
    .div-img:nth-child(4){
        height: 30px;
       
    }

    .div-img:nth-child(4){
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .div-img:nth-child(3){
        margin-left: 10px;
    }
    .contimg{
    margin: 0px;
}
    
    }
    
   .nnn{


background-image: none; 
background-image: center;
background-color: rgb(255, 255, 255);

filter: opacity(0.8) drop-shadow(0 0 0 rgb(46, 46, 51)); 

   }

                                                                       .footer_container-footer {
                                                                        display: flex;
                                                                        position: relative;
                                                                        background-color: violet;
                                                                        width: 100%;
                                                                        height: 80vh;
                                                                      }
                                                                      
                                                                      .footer_container-gris {
                                                                        display: flex;
                                                                        flex-direction: row;
                                                                        position: absolute;
                                                                        width: 100%;
                                                                        height: 40vh;
                                                                        background-color: grey;
                                                                      }
                                                                      
                                                                      .footer_caja-footer1 {
                                                                        display: flex;
                                                                        justify-content: center;
                                                                        align-items: center;
                                                                        position: relative;
                                                                        background-color: #efefef;
                                                                        height: 100%;
                                                                        width: 33.3%;
                                                                      }
                                                                      
                                                                      .footer_caja-footer2 {
                                                                        display: flex;
                                                                        justify-content: center;
                                                                        align-items: center;
                                                                        position: relative;
                                                                        background-color: #efefef;
                                                                        height: 100%;
                                                                        width: 33.3%;
                                                                      }
                                                                      
                                                                      .footer_caja-footer3 {
                                                                        display: flex;
                                                                        justify-content: center;
                                                                        align-items: center;
                                                                        position: relative;
                                                                        background-color: #efefef;
                                                                        height: 100%;
                                                                        width: 33.3%;
                                                                      }
                                                                      
                                                                      .footer_caja-contenido {
                                                                        display: flex;
                                                                        align-items: center;
                                                                        justify-content: center;
                                                                        position: absolute;
                                                                        width: 80%;
                                                                        height: 80%;
                                                                        background-color: #efefef;
                                                                      }
                                                                      
                                                                      .footer_caja-llamanos {
                                                                        display: flex;
                                                                        align-items: center;
                                                                        justify-content: center;
                                                                      }
                                                                      
                                                                      .footer_llamanos-icon {
                                                                        display: flex;
                                                                        justify-content: center;
                                                                        align-items: center;
                                                                        flex-direction: column;
                                                                      
                                                                        background-color: #efefef;
                                                                      }
                                                                      
                                                                      .footer_llamanos-icon h1 {
                                                                        font-size: 1.2rem;
                                                                        margin-top: 0.8rem;
                                                                      }
                                                                      
                                                                      .footer_llamanos-icon p {
                                                                        font-size: 0.9rem;
                                                                        margin-top: 0.8rem;
                                                                        text-align: center;
                                                                      }
                                                                      
                                                                      .footer_icon-white {
                                                                        font-size: 3rem;
                                                                        background-color: #030732;
                                                                        height: 100%;
                                                                        border-radius: 200px;
                                                                        color: white;
                                                                      }
                                                                      
                                                                      .footer_container-blanco {
                                                                        display: flex;
                                                                        justify-content: center;
                                                                        align-items: center;
                                                                        position: absolute;
                                                                        bottom: 0;
                                                                        right: 0;
                                                                        width: 100%;
                                                                        height: 40vh;
                                                                        background-color: white;
                                                                        margin-top: 60px;
                                                                      }
                                                                      
                                                                      .footer_caja-container {
                                                                        display: flex;
                                                                        align-items: center;
                                                                        justify-content: center;
                                                                        flex-direction: column;
                                                                        position: relative;
                                                                        width: 33%;
                                                                        height: 100%;
                                                                        bottom: 0;
                                                                        right: 0;
                                                                      
                                                                        background-color: white;
                                                                      }
                                                                      
                                                                      .footer_caja-info {
                                                                        display: flex;
                                                                        justify-content: center;
                                                                        align-items: center;
                                                                        flex-direction: column;
                                                                        background-color: white;
                                                                        height: 80%;
                                                                        width: 80%;
                                                                      }
                                                                      
                                                                      .footer_caja-info img {
                                                                        width: 100px;
                                                                        height: 100px;
                                                                      }
                                                                      
                                                                      .footer_caja-info h1 {
                                                                        margin-top: 20px;
                                                                        text-align: center;
                                                                      }
                                                                      
                                                                      .caja-iconos {
                                                                        display: flex;
                                                                        align-items: center;
                                                                        background-color: white;
                                                                      }
                                                                      
                                                                      .whatsap {
                                                                        width: 70px;
                                                                        height: 50px;
                                                                        background-color: white;
                                                                      }
                                                                      
                                                                      
  



                  
  



















































































































































































































