@media screen and (max-width:1000px){
  .areasectores{
    flex-direction: column-reverse!important;
    justify-content: center!important;
    align-items: flex-start;
  }
  .infosectores{
    padding-right: 0px!important;
    width: 100%!important;
   }
   .fotosectores{
     width: 80%!important;
   }
  .contenedor_iconos{
    display: none;
  }
  .contenedor_iconos2{
    display: none!important;
  }
  .contenedordesarrollo{
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }
  .desarrollo article{
    width: 100%;
  }
  .desarrollo figure{
    width: 50%;
  }
  .ubicacion{
    width: 95%;
  }
  .recursos{
    width: 100%;
  }
}
@media screen and (max-width:960px){
  .media{
    display: none;
  }
  .infoproyecto h2{
    text-align: center!important;
  }
  .desarrollo article {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .info_somos article{
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 100%!important;
  }
  .info_somos article div{
    padding-left: 0px!important;
  }
  .info_somos article{
    margin-bottom: 50px!important;
  }
  .logocabecera{
    padding-top: 5px;
    max-width: 80px;
  }
  .contenedor_menu{
    /* background-color: #d0d0d0; */
    margin-top: 0px;
  }
  #movil{
    display: flex;
  }
  nav ul{
    position: absolute;
    background-color: rgba(0, 0, 0, .9);
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;align-items: center;
    z-index: 3000;
    width: 100%;
    height: 100vh;
    left: -100%;
    top: 90px;
    overflow: hidden;
    transition: all 0.5s ease;
  }
  nav ul.open-menu {
   left: 0;
 }
  nav ul li{
    width: 100%;
    text-align: center;
  }
  #logo{
   max-width: 50px;
   position: absolute;
   top: 20%;
   left: 5%;
 }
 .contenedorfooter{
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 35px;
  padding: 15px;
}
.iconosfooter, .aviso{
  width: 95%;
}
}
@media screen and (max-width:768px){
  .desarrollo figure{
    width: 70%;
  }
  .contenedoritems article{
    max-width: 500px;
  }
  .contenedorvacantes{
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width:650px){

  .contenedorproyectos{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .contorno{
    max-width: 100%!important;
  }
  .otrasnoticias{
    display: none;
  }
  .post_noticia{
    max-width: 100%!important;
  }
}
@media screen and (max-width:480px){
  .buscador{
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .puesto{
    width: 100%!important;
    margin-right: 0px!important;
  }
  form {
    justify-content: flex-start !important;
    align-items: center !important;
    flex-direction: column !important;
  }
  form .derecha {
    width: 100% !important;
  }
  form .izquierda {
    width: 100% !important;
  }
  #elementos_formulario input {
    width: 100%!important;
  }
  .fotosectores{
    width: 100%!important;
  }
  .desarrollo figure{
    width: 95%;
  }
  .subtitulo1{
    font-size: 32px;
    color: white;
    text-align: center;
    font-weight: 600;
    line-height: 50px;
    max-width: 800px;
    margin: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width:370px){
  .subtitulo1{
    font-size: 30px;
    color: white;
    text-align: center;
    font-weight: 600;
    line-height: 33px;
    max-width: 800px;
    margin: auto;
    margin-top: 10px;
  }
  .areas{
    padding: 15px 15px 0px 15px;
    color: var(--beige);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    margin-top: 0px;
  }
}