/* Estilos modificados para el index */
#titulo1index{
    margin-top: 3em;
}
hr{
    width: 100%;
}
main{
    margin-bottom: 2em;
}
.enlace_index{
    display: inline;
    margin: auto;
}
.enlace_index img{
    height: 300px;
}
/* Fin del index */

#titulo1{
    margin-top: 5em;
    color: #404041;
}
#titulo3{
    margin-top: 10%;
    color: #404041;
}
#parrafo{
    padding-top: 3%;
}

#politicas p a{
    text-decoration: none;
    color: black;
}
#alianzas p a:hover{
    text-decoration:underline;
    color: black;
}

/* Estilos Modificados para EdoMex */
#parrafo_inferior{
    margin-top: 1em;
}
#Menu1{
    height: auto;
}
/* ------------- */

/* Zacatecas */
#imagenoculta{
    max-height: 200px;
}
#imagen_servicios{
    margin-left: 7em;
}
#infraestructura img{
    margin-bottom: .75em;
    width: 300px;
    height: 175px;
}
#galeria div{
    margin-bottom: 1em;
    height: 700px;
}
#divimg{
    height: 300px;

}
.img-1{
    height: 250px;
}
#divimg img{
    display: flex;
    justify-content: center;
    margin-top: 0%;
}
#ubicacion ul{
    padding-top: 1em;
}

#Galeria img{
    height: 230px;
    margin-bottom: .5em;
}
#imagenoculta{
    display: block;
    height: 250px !important;
    width: 100%;
}

body figure{
    margin-top: 20%;
}

.imagen {
    width: 100%;
    display: block;
}

.imagenes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.imagenes img {
    max-width: 100%; /* Ajusta el tamaño máximo de las imágenes según tus necesidades */
}

.imagenes2 img {
    width: calc(100% / 2); /* Divide el ancho en 12 partes iguales para las 12 imágenes */
    max-width: 100%; /* Ajusta el tamaño máximo de las imágenes según tus necesidades */
}


.figuras {
    margin-top: 0%;
}

#usuarios{
    margin-top: 0%;
}

.lista{
    list-style-type: none;
}

.elemento {
    margin-top: 15px;
}

.elemento2 {
    margin-top: 90px;
}

.elemento3 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.listas2 {
    margin-left: 30px;
}

.imagenes3 {
    width: 100%;
    height: 60%;

}

.imagenes4{
    width: 221px;
    height: 130px;
    margin: 31px;
}

.imagenes6{
    width: 200px;
    height: 150px;
    margin: 30px;
}

.imagenes5{
    width: 450px;
    height: 230px;
    margin-bottom: 50px;
}
.centrar{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.ubicacion{
    width: 60%;
    height: 350px;
    margin-bottom: 60px;
}

.elemento6{
    margin-top: 45px;
}

.elemento7{
    margin-top: 100px;
}
.unam{
    margin-top: 40px;
    margin-bottom: 50px;
}
.proyectos{
    height: 200px;
    width: 400px;
}
.margen{
    margin: 10px;
}
/* ------------------ */
@media only screen and (max-width: 767px){
    #servicios{
        margin-bottom:-300px;
    }
    #imagenoculta{
        display: none;
    }
    #titulo1{
        margin-top: 8em;
    }
    /* index */
    .enlace_index{
        display: inline;
        margin-left: -5%;
    }
    .enlace_index img{
        height: auto;
    }
    
    /* Edomex */
    .conteiner .imagen-normal{
        justify-items: center;
    }
    #galeria > div > img{
        margin-left: 4em;
    }
    #galeria div{
        height: auto;
    }
    /* Zacatecas */
    #divimg{
        height: auto;
    }
    
    .container img{
        margin: auto;
    }
    .lista{
        margin: 5%;
    }
    #Galeria img{
        width: 100%;
        height: auto;
    }

    .infraestructura {
        width: 10px;
        height: 10px;
    }
    
    .img-1{
        margin-left: -1.3em;
    }
    #ubicacion div iframe{
        height: 200px;
    }


        
}





