
/* 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;
  }
  .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;
}

  /* Estilos para la sección 1 */
.content-bajo {
  width:100%;
}
.section1 {
  background-color: #F3F3F3;
  overflow: hidden;
  margin: auto;
  margin-left: 0;
  margin-top: 100px;
  height: auto;
}

.tituloHome {
  margin-top: 10px;
  padding-left: 0px;
  margin: 10px;
  font-size: 50px; /* Reducir el tamaño del título para dispositivos móviles */
  color: #0D0C0D;
}

.custom-video {
  position: relative;
  width: 96%;
  height: 300px; /* Reducir la altura del video para dispositivos móviles */
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; /* Reducir el espacio superior para dispositivos móviles */
}

#video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
   /* Reducir el tamaño del botón de reproducción para dispositivos móviles */
  font-size: 25px; /* Reducir el tamaño del ícono de reproducción para dispositivos móviles */
  cursor: pointer;
}

.but-about-sec1{
  margin-left: 10px;
}

.btn {
  left: 15px;
}

.carousel-art p {
  padding-left: 5px;
}

  /* Estilos para la sección 2 */

.section2 {
  width: 94%;
  overflow: hidden;
  height: auto; /* Ajustar según tu necesidad */
  background-color: #F3F3F3;
  padding: 0px; /* Ajustar según tu necesidad */
  padding-left: 3%;
  padding-right: 3%;

}

.h2-home {
  padding-left: 0px;

  margin-bottom: 30px; /* Reducir el espacio inferior para dispositivos móviles */
  font-size: 50px; /* Reducir el tamaño del título para dispositivos móviles */
  color: #0D0C0D;
}

.carousel {
  flex-direction: column; 
  overflow-y: scroll; 
  padding-right: 0; 
  padding-bottom: 20px; 
}

.carousel-art {
  width: 100%; 
  height: 100%; 
  margin-right: 0; 
  margin-bottom: 20px; 
} 

.carousel-art img {
  height: 200px;
}


  /* 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%;
}
}