
/* RRESPONSIVE */
@media screen and (max-width: 768px) {
  html {
    background-color: #f3f3f3;
  }
  #encabezado {
    width: 100%;
    position:fixed;
    z-index: 1;
    top: 0;

  }
  .slick-prev,
  .slick-next {
      display: none !important;
  }

  #navBar {
    display: none;
  }

  .navbar {
    display: flex;
  }
  .menu {
    display: none;
    flex-direction: column;
    width: 90%;
    position: absolute;
    top: 55px;
    left: 10%;
    background-color: rgba(0, 0, 0, 0.1);
    
}
.menu ul {
  height: 100vh;
  z-index: 2;
}
.menu li {
  z-index: 2;
}
.menu li :hover{
  color: #97D121 ;
}
.menu.show {
  display: flex;
  position: fixed;
  z-index: 1;
}
.menu-icon {
    display: flex;
}
#logo {
  padding: 10px;
    margin:0;
  }

  nav{
    justify-content: center;
    padding: 0;
  }

  .marquesina {
    height: auto;
  }

  #menuNav {
    display: none;
  }

  .title-article {
    margin-top: 10px;
    padding-left: 0px;
    margin: 10px;
    margin-top: 110px;
    font-size: 50px; /* Reducir el tamaño del título para dispositivos móviles */
    color: #0D0C0D;
  
  }

  .article-container {
    padding-left: 12%;
    padding-right: 12%;
  }

  .articles-catalog {
    width:100%;
    margin-bottom: 40px;
  }

  .articles-catalog img{
    height: 350px;
  }
  /* Estilos para FOOTER*/

  .logofooter{
    display: none;
  }
  
  .logo{
    width: 100%;
  }
  
  .sec-foot {
    margin-right: 0;
  }
  .logofooter_vertical{
    display: flex;
    width: 50%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  
  }
  
  .content-right{
    padding-bottom: 20px;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  
  .parr-foot{
    margin-bottom: 25px;
    margin-left: 0;
    font-size:20px;
  }
  
  .button-enviar{
    margin:0;
    font-size: 14px;
  }
  
  .sec-foot6{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sec-foot6 p{
    padding-left: 30px;
    font-size: 15px !important;
  }
  
  .sec-foot4 {
    display: flex;
    flex-direction: column;
  }
  
  .logos2{
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .logo-footer2-madrid {
    width: 40%;
    height: auto;
    margin-right: 0;
  }
  
  .logo-footer2 {
    width: 50%;
    height: auto;
  }

  .logo-footer {
    margin-left: 10px;
    margin-right: 10px;
  }

  #lanzadera {
    margin-top: 5px;
  }
  
  #acelera {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .button-contact {
    width: 40%;
    margin-right: 30%;
  }
}