
/* RRESPONSIVE */
@media screen and (max-width: 768px) {
  #encabezado {
    width: 100%;
    position:fixed;
    z-index: 1;
    top: 0;

  }
  .slick-prev,
  .slick-next {
      display: none !important;
  }
  .marquesina {
    height: auto;
  }

  #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;
}

  nav{
    justify-content: center;
  }
  #menuNav {
    display: none;
  }
  .overlay {
    display: none;
  }
  .img1 {
    height: auto;
  }
  .h2-article1 {
    padding-top: 30px;
    font-size: 20px;
    padding-top: 10px;
  }
  .title-article {
    padding-left: 10px;
    margin-top: 10px;
    padding-left: 0px;
    margin: 10px;
    margin-top: 130px;
    font-size: 40px; /* Reducir el tamaño del título para dispositivos móviles */
  }
  .p-article1 {
    font-size: 15px;
  }
  .contenedor-article-pa{
    padding-left: 10px;
  }
  .img2 {
    width: 100%;
    height: auto;
  }
  #contenedor-img-art2 {
    height: auto;
    width: 100%;
  }
  .img3 {
    width: 100%;
    height: auto;
  }
  #contenedor-img-art3 {
    height: auto;
    width: 100%;
  }
  .img4 {
    width: 100%;
    height: auto;
  }
  #contenedor-img-art4 {
    height: auto;
    width: 100%;
  }
  .img5 {
    width: 100%;
    height: auto;
  }
  #contenedor-img-art5 {
    height: auto;
    width: 100%;
  }
  
  .h2-RELATED {
    font-size: 40px;
    margin-left: 10px;
  }

  .carousel-art p{
    font-size: 15px;
  }
  
  .carousel-art button.btn{
    font-size: 12px;
  }
  
  #br_mobile {
    display: flex !important;
  }

  /* 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;
}

.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%;
}
}