@media (max-width: 1100px) {
  header {
    position: relative;
  }
  .rslides img {
    min-height: 400px;
    object-fit: cover;
  }
  .contenedor_menu {
    /* display: none; */
    position: absolute;
    top: 100%;
    left: -120%;
    z-index: 9500;
    width: 100%;
    transition: all 0.5s linear;
  }
  .contenedor_menu.abrir_menu {
    left: 0px;
  }
  .menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: rgba(22, 123, 184, 1);
    padding: 10px;
    gap: 10px;
  }
  .menu li {
    width: 100%;
  }
  .menu a {
    width: 100%;
    display: block;
    color: white;
    border-bottom: 1px #fff dotted;
    transition: all 0.3s linear;
    text-align: left;
  }
  .menu a:hover {
    border-bottom: 5px var(--azul2) solid;
  }
  .icono_menu {
    display: flex;
  }
}
@media (max-width: 900px) {
  .contenedor_bienvenida {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
  }
  .contenedor_bienvenida figure {
    max-width: 500px;
  }
  .contenedor_bienvenida article {
    max-width: 100%;
  }
  .contenedor_works {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .contenedor_pasos {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
  }
  .contenedor_abajo {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
    padding: 20px 0px;
    flex-wrap: wrap;
  }
}
@media (max-width: 850px) {
  .contenedor_valores {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .listaacordeon {
    width: 100%;
  }
  .contenedor_valores figure {
    width: 70%;
  }
}
@media (max-width: 800px) {
  .contenedor_questions {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
    gap: 20px;
  }
  .questions1 {
    max-width: 100%;
  }
  .alinear {
    justify-content: center;
    align-items: center;
  }
  .contenedor_arriba {
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .quitar {
    display: none;
  }
  .iconos {
    font-size: 18px;
  }
  .contenedor_email {
    margin-top: 10px;
  }
  header .logo {
    width: 300px;
  }
  .rslides img {
    min-height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 600px) {
  .aumentar {
    width: 100%;
  }
  .tabs {
    list-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 400px !important;
  }
}
@media (max-width: 480px) {
  header .logo {
    width: 250px;
  }
  .contenedor_arriba {
    gap: 30px;
  }
  ul.tabs {
    flex-direction: column;
  }
  ul.tabs li {
    width: 100%;
  }
  form {
    justify-content: flex-start !important;
    align-items: center !important;
    flex-direction: column !important;
  }
  form .derecha {
    width: 100% !important;
  }
  form .izquierda {
    width: 100% !important;
  }
}
@media (max-width: 430px) {
  .tabs {
    width: 100% !important;
  }
}
