
body, h1, h2, h3, p, ul, li {
            margin: 0;
            padding: 0;
        }
        h1,h2,h3,p,li{
            margin-bottom: 10px;
        }
        @media screen and (max-width: 600px){
            h2,h3,p,li{
            margin-bottom: 6px;
        }
        }

        body {
            margin: 0;
            font-family: 'Arial', sans-serif;
        }

        header {
            background-color: #065EAD;
            padding: 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

         .contenedor-titulo {
            background-color: white;
            text-align: left;
            
            padding: 20px;
            
            padding-bottom: 5px;
        }

        #logo {
            color: #fff;
            text-decoration: none;
            font-size: 1.5em;
        }


        ol{
        margin-left:  0;
        padding-left: 0;
        list-style-position: outside;
        }

        ul.header {
            list-style: none;
            margin: 0;
            padding: 0;
           display: flex;
           flex-direction: column;
        }


        a {
            text-decoration: none;
            color: #fff;
            font-size: 1.2em;
        }

     
    #menu-btn {
        display: block;
        color: white;
    }

    nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 55px;
        right: 0;  /* Ajuste para ocupar todo el ancho */
        left: 0;   /* Ajuste para ocupar todo el ancho */
        background-color: #333;
        padding: 10px;
    }


    li {
        margin-left: 0;
    }

    nav a {
        display: block;
        margin-bottom: 10px;
    }


 #content-container {
            max-width: 92%; /* Ajusta el ancho máximo del contenedor según tus necesidades */
            margin: 20px auto; /* Centra el contenedor y agrega espacio en la parte superior e inferior */
            margin-top: 0px;
            padding: 20px;
            padding-top: 10px;
            background-color: white;
            
           word-wrap: break-word; /* Evita que las palabras se salgan del contenedor */
        text-align: left; 
        }

ul {
    list-style-position: outside;
    list-style-type: square;
           
            margin: 0px;
            padding: 0px;
        }

footer {
            background-color: #065EAD;
            padding: 10px;
            text-align: left;
        }

        footer a {
            margin-right: 20px;
            text-decoration: none;
            color: white;
            font-weight: bold;
        }

        ul.footer{
            
            list-style: none;
            margin: 0;
            padding: 0;
            display: block;
        
        }


   

.imagen-entrada{
    
     width: 55%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    
    display: block;
}


 .responsivee2 {
    padding: 0 6px;
    float: left;
    width: 33.33333%;
}

@media only screen and (min-width: 701px) {

    .responsivee2 {

width: calc(33.33333% - 12px);

        float: left; /* Mover el float:left; aquí para que las imágenes se coloquen en columnas */

    }

}

@media only screen and (max-width: 500px) {
    .responsivee2 {
        width: 100%;
    }
}

 div.galleryy {
    border: 1px solid #ccc;
}

div.galleryy:hover {
    border: 1px solid #777;
}

div.galleryy img {
    width: 100%;
    height: auto;
}

div.descc {
    display: flex; /* Agregado para usar flexbox */

    flex-direction: column; /* Agregado para usar flexbox */

    justify-content: center; /* Centrar verticalmente el contenido */

    align-items: center; /* Centrar horizontalmente el contenido */
 
   height: 100px;
    padding: 15px;

    text-align: center;

    color: black;
}
 
 .image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
  margin-bottom: 30px;
}

/* Estilos comunes para los contenedores de imágenes */
.image-container {
  position: relative;
  overflow: hidden; /* Evita que la descripción se desborde */
}

/* Efecto de degradado en la parte inferior de cada imagen */
.image-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
}

/* Estilos para la descripción de la imagen */
.image-description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
  text-align: center;
  width: 100%;
}

/* Estilos para las imágenes dentro de los contenedores */
img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
}

/* Media query para pantallas más pequeñas */
@media only screen and (max-width: 768px) {
  .image-description {
    line-height: 1.5;
  }
}


.responsivee {

  

  float: left;

  width: calc(50% - 12px);;
  padding: 6px;
 

}



@media only screen and (min-width: 701px) {
    .responsivee {
        width: calc(49,9999% - 12px);
        float:left;
        
    }
}

@media only screen and (max-width: 500px) {
    .responsivee {
        width: 100%;
        margin-bottom: 5%;
    }
}

@media only screen and (min-width: 768px) {

    .descc {

        line-height: 1.2; /* Reducir la distancia entre líneas */

    }

}

.clearfix:after {
    margin-bottom: 15px;
    content: "";
    display: table;
    clear: both;
}

a.vinculo {
    /* Estilos que deseas aplicar a elementos con la clase 'mi-clase' */
    color: blue;
    font-size: inherit;
    font-weight: bold;
    }