@media (max-width: 850px) {
  .slideshow {
    height: 35vh;
    transition: .5s ease-in;
  }
  .slideshow h1{
    font-size: 35px !important;
    transition: .5s ease-in;
  }
}
@media (max-width: 1585px){
  .history p{
    width: 70%;
  }
  .history h2{
    width: 80%;
  }
}
@media (max-width: 1250px){
  .history h2,{
    text-align: center !important;
  }
   .history p{
     width: 70%;
     text-align: justify;
   }
   .before-images p{
     width: 70%;
     text-align: justify;
   }
  .space .container-space{
    width: 80%;
  }

}
@media (max-width: 1000px){
  .mission-skils{
    width: 80%;
    height: auto;
    grid-template-columns: 100%;
  }
  .space .container-space{
    display: grid;
    grid-template-columns: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .container-text h2{
    margin-top: 20px;
  }
  .container-space .container-text{
    text-align: justify;
  }
  .container-text h2{
    text-align: center !important;
  }
  .mission-skils .mission{
    width: 100%;
  }
  .mission-skills .skills{
    width: 60% !important;
  }
  .mission h2{
    text-align: center;
  }
}
@media (max-width: 500px) {
  .video video {
    width: 90%;
    height: auto;
  }
  .video i{
    top:5%;
    left: 95%;
    transform: translate(-95%, -5%);
  }
}

@media (max-height: 800px) {
  .videoOpen .texto{
    margin-top: 150px;
  }
  .video video{
    top:40%;
    left:50%;
    transform: translate(-50%, -40%);
  }
  .video p{
    top:80%;
    left:50%;
    transform: translate(-50%, -80%);
  }
}
@media (max-height: 700px) {
  .videoOpen .texto{
    margin-top: 125px;
  }
}
@media (max-height: 600px) {
  .videoOpen .texto{
    margin-top: 100px;
  }
}

@media (max-width: 1000px) {
  .footer-items{
    width: 100%;
  }
}
@media (max-width:1000px) {
  .footer{
    display: grid;
    grid-template-columns: 100%;
  }
  .footer-image img{
    display: none;
  }
  .footer-text p, .footer-text a{
    text-align: center;
  }
  .footer-credit p{
    text-align: center;
    margin-top: 15px;
  }
}
