@media (max-width: 1114px) {
  .contenedor_header {
    position: relative;
  }
  nav {
    background-color: white;
  }
  nav ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    width: 90%;
    position: absolute;
    top: 110%;
    left: -100%;
    z-index: 1000;
    background-color: white;
    transition: all 0.5s linear;
    /* box-shadow: 0px 0px 10px #ccc; */
    padding: 20px;
    border-radius: 0px 10px 10px 0px;
  }
  nav ul.abrir_menu {
    left: 0;
  }
  nav ul li {
    padding-left: 15px;
    width: 100%;
    border-bottom: 1px dotted #6a6a6a;
  }
  .linkmenu {
    display: block;
  }
  .btn_azul {
    text-align: center;
    margin-top: 30px;
  }
  .btn_menu {
    display: flex !important;
  }
}
@media (max-width: 890px) {
  .alineacion {
    flex-wrap: wrap;
  }
  .quitar {
    display: none;
  }
}
@media (max-width: 800px) {
  .rslides img {
    min-height: 400px;
    object-fit: cover;
  }
  .contenedor_apoe_grid {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  .contenedor_info_apoe {
    width: 100%;
  }
  .contenedor_apoe2_grid {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  .contenedor_info_apoe2 {
    width: 100%;
  }
  .contenedor_diabetestipo3_grid {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  .filtro {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .contenedor_header figure {
    max-width: 70px;
  }
}
@media (max-width: 600px) {
  .contenedor_apoe figure {
    width: 80%;
  }
  .contenedor_apoe2 figure {
    width: 80%;
  }
  .contenedor_diabetestipo3 figure {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .redes_sociales {
    display: none;
  }
  .subtitulo {
    font-size: 25px;
    line-height: 30px;
  }
  .titulo_slide {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
  }
  .subtitulo_slide {
    font-size: 25px;
    line-height: 35px;
  }
  .centrar {
    text-align: center;
    margin: auto;
  }
  .filtro figure {
    max-width: 50%;
  }
  .contenedor_info_footer {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
  .cont_footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
  .contenedor_testimonios {
    padding: 20px 20px 200px 20px !important;
  }
}
@media (max-width: 350px) {
  .contenedor_info_footer {
    font-size: 15px;
  }
}
