@media only screen and (max-width:400px){
   
    /*tecto inicial*/

    
.textos-graf{

  width: 90%;
  margin: 10vh auto 5vh;
  text-align: center;
}

.textos-graf a{
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px;
  color: #000000;
  border-radius: 10px;
}

.textos-graf a:hover{
  color: #ffffff;
  background: #109c00;
}

    /*fin texto inicial*/
 /*GRAFICOS*/
.mosaic{
  width: 100%;
  display: flex;
  margin: 0 auto 0;
}

.mosaic img{
  width: 45%;
}
    /*FIN  GRAFICOS */
    /*footer */
    
    footer {
        margin: auto;
        overflow:none;
        color: #023c00;
        font-family: "Raleway", sans-serif;
        background-color: #f9f9f9;
      }
      
      
      
      .contenedor-footer {
        padding: 0px;
        display: flex;
        align-items: center; 
        justify-content: space-evenly;
      
      }
      
      .content-section{
        
        text-align: center;
        margin: 0;
      }
     
      .content-section img{
        width: 70%;
        height: auto;
        margin: 0;
      }
    
      .content-section p{ 
        margin-top: 5px;
        font-size: 20px;
        
      }
      .content-section h1{
    
        font-size: 15px;
      }
      
      .content-section a{		
        color: #023c00;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        text-decoration: none;
    
        font-size: 15px;
    
      }
    
      .content-section a:hover{		
        text-decoration: underline;
    
      }
    
      .loguitos{
        border-top: 1px solid #ccc;
      }
    
      .loguitos img{
        
        text-align: center;
        align-items: center;
        width: 10%;
        
      }
    
      .section-2 {
        
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        padding: 20px; 
    }
    
    .section-2 img {
        justify-self: center;
        width: 100%;
        height: auto; 
        display: block;
    }
    
      .section-3{
        padding: 10px;
        border-left: 1px solid#ccc;
        text-align: left;
      }
    
      .marca{
        width: 60%;
        padding: 0;
        margin: 0;
      }

     
    
    
      .marca a img {
        width: 100%;
        justify-content: center;
      }
 

}


@media only screen and (max-width: 800px) {

    /* FOOTER*/



.content-section p{ 
    margin-top: 5px;
    font-size: 0px;
    
  }

  .content-section h1{

    font-size: 0px;
  }
  
  .content-section a{		
    color: #023c00;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-decoration: none;
    font-size: 0px;
    padding:0;
    margin: 0;

  }

  

  .marca img {
    justify-self: center;
    width: 120px;
  }

  .marca{
    width: 60%;
    padding: 0;
    margin: 0;
  }

 


  .marca a img {
    width: 100%;
    justify-content: center;
  }

  .content-section img{
    width: 80%;
  }

  .loguitos img{
    
    text-align: center;
    align-items: center;
    width: 8%;
  }

  .section-2 img {
    justify-self: center;
    width: 100%;
    height: auto; 
    display: block;
}
}

@media only screen and (max-width:500px){


    .enlarged {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.4); /* Centra y agranda la imagen */
        z-index: 9999; /* Asegura que la imagen agrandada esté por encima del resto del contenido */
      }
}
    
