@media only screen and (min-width: 00px) and (max-width: 940px) {

    .expan {
        width: 100%; /* Cambiar el ancho al 100% en pantallas de 400px o menos */
    }


    .menu {
        margin-right: -10%;
    }

    .menu a {
        
        padding: 25px 10px; /* Ajusta el espacio arriba/abajo y los lados */
        line-height: normal;
        text-decoration: none;
        
        font-size: 15px;
        margin-right: 0; /* Ajusta el espacio entre los elementos del menú */
    }


    .expan {
        width: 90%;
        display: block;
        flex-wrap:nowrap; /* Permite que las opciones se envuelvan en filas */
    
    }
    
    .option {
        border: 1px solid #ccc;
        width: 100%; /* Establece el ancho de cada opción */
        margin-bottom: 20px; /* Espacio entre cada opción */
        box-sizing: border-box; /* Incluye el borde y el relleno en el ancho total */
        padding: 10px;
        text-align: center;
    }
    

}


@media only screen and (max-width:400px){
   

    /* 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: 600px){
    
.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;
    }
}