
/* 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;
}

  nav{
    justify-content: center;
  }
  #menuNav {
    display: none;
  }

  .content-bajo {
    width:100%;
  }
  .section1 {
    
    overflow: hidden;
    margin: auto;
    margin-left: 0;
    margin-top: 110px;

    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 */
   
  }
  
  .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;
  }

  .parr-sec1 {
    font-size: 25px;
  }
  
  .tituloAbout2 {
    width: 90%;
    font-size: 40px;
    margin: 0;
    padding-left: 4%;
    padding-top: 60px;

  }

  .parrafAbout2 {
    width: 90%;
    font-size: 20px;
    margin: 0;
    padding-left: 4%;
  }

  .section2{
    padding-top: 93px;
  }

  .section3{
    height: auto;
  }
  .contenedorAbout3 {
    width: 100%;
  }

  .tituloAbout3 {
    width: 90%;
    font-size: 50px;
    margin: 0;
    padding-left: 4%;
    padding-top: 60px;
    padding-bottom: 60px;

  }

  .parraf-about3 {
    margin: 0;
    width: 90%;
    padding-left: 5%;
    font-size: 25px;
    padding-bottom: 50px;
  }

  .img-sec3 {
    margin: 0;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }
  .tituloAbout4 {
    width: 90%;
    font-size: 50px;
    margin: 0;
    padding-left: 4%;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .parrafoAbout4 {
    margin: 0;
    width: 90%;
    padding-right: 5%;
    font-size: 25px;
    
  }
  .contenedorAbout4 {
    width: 100%;
  }
  .imagenAbout4 {
    width: auto;
  }
  .imagenes-row {
    width: 90%;
  }
  .img-boxes{
    width: 100%;
  }
  .imagen-titulo {
    text-align: center;
  }
  .p-status{
    text-align: center;
  }
  .imagen-boton{
    float: none;
    margin-bottom: 20px;
  }

  .section4{
    height: auto;
  }
  /* 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-right: 10px;
  margin-left: 10px;
}
#lanzadera {
  margin-top: 5px;
}

#acelera {
  margin-top: 20px;
  padding-bottom: 20px;
}
.button-contact {
  width: 40%;
  margin-right: 30%;
}
}