/* RESPONSIVE ------------- */

@media screen and (max-width: 1050px) {
  .header-content  .menu {
    position: absolute;
    top: 0;
  }
  .header-content .menu .logo{
  display: none;
  }
  .header-content  .menu nav ul a{
    font-size: 15px;
    margin: 0 8px;
  }

  .header-content  .menu nav {
    display: none;
  }

  .header-content  .menu .nav-responsive{
     display: block;
  }


.contenedor-servicios{
  padding: 4em 0;
  width: 100%;
}

  .servicios{
   width: 40%;
   margin: 20px 0;
}
}

@media screen and (max-width: 800px) {
  .contenedor-global{
    flex-direction: column;
  }
  .cont{
    max-width: 100%;
  }
 .contenedor-4  .galeria .foto {
    width: 50%;
  }

  .contenedor-servicios{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .servicios{
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .header-content p {
    font-size: 1.7rem;
    box-sizing: border-box;
    padding: 0px 10px;
  }
  .header-content .text{
    margin-top: 25px;
  }

  .contenedor-3{
    padding-top: 50px;
    height: 100%;
    flex-direction: column;
    margin-top: 0;
  }

  .contenedor-3 .mapa{
    width: 100%;
    height: 500px;
  }

  .contenedor-3 .info{
    width: 100%;
  }

  footer{
    position: relative;
  }

   .servicios{
    width: 60%;
  }

  .contenedor-info-1{
  flex-direction: column;
}

.info-1, #info-1, .info-2{
   width: 100%;
  max-width: 100%;
  margin-top: 60px;
}

#texto-nosotros{
  box-sizing: border-box; padding-top: 0px;
}
}


@media screen and (max-width: 480px) {
  

#titulo-contenedor{
  font-size: 24px;
}

.slider::before, .slider::after {
  background: none;
  content: "";
  height: 140px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.contenedor-2 .info .listas{
  flex-direction: column;

}

.contenedor-2 .info  #lista {
   margin: 0;
   box-sizing: border-box;
   padding: 0 10px;
   margin-top: 0px;
   width: 100%;
   max-width: 100%;
}
.contenedor-1{
    padding: 13vh 10px;
  }
.contenedor-1 .contenedor-info-1 .info-1 .texto{
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
}
.contenedor-3 .info p{
  box-sizing: border-box;
  margin: 20px  9px  0px 10px; 
}
 .servicios{
    width: 80%;
  }

  .servicios .texto p{
    font-size: 24px;
  }

@media screen and (max-width: 320px) {
   .servicios{
    width: 90%;
  }

}