@media (max-width: 1000px) {
}

@media (max-width: 768px) {
  .hero {
    position: relative;
    width: 100%;
    height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    padding: 20px 5%;
  }

  .hero-legal {
    position: relative;
    width: 100%;
    height: 250px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    padding: 20px 5%;
  }

  .hero_inter{
     padding: 20px 5%;
  }

  .fondo_cabecero {
    background: url("../asset/images/cabecero_fondo_movil.webp") top left /
      cover no-repeat;
  }

  .pie_m {
    font-size: 15px;
  }

  .menu {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 70px;
    background: var(--texto_oscuro);
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    display: none;
    z-index: 1;
  }

  .menu.show {
    display: flex;
  }

  .hamburger {
    display: flex;
  }

  .hero-text {
    right: 20px;
    bottom: 10%;
  }

  .hero-text h1 {
    font-size: 32px;
  }

  .capa_frase {
    height: 500px;
    background-repeat: no-repeat;
    background-position: right;
  }

  .margen_frase {
    margin-top: 50px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  .mas {
    height: 30px;
    width: 30px;
  }

  p {
    font-size: 17px;
  }

  .texto_datos {
    font-size: 12px;
  }

  .ico_m {
    height: 30px;
  }

    .ico_m2 {
    height: 100px;
  }

  .mas_titulo_texto {
    font-size: 17px;
  }

  .mas_titulo_horizontal {
    height: 20px;
    width: 20px;
  }

  .ico_m2 {
    width: 60px;
  }

  .card-body {
    padding: 30px;
    border-radius: 0px;
  }

  .card-title {
    font-size: 17px;
  }

  .card-text {
    font-size: 15px;
  }

  .titulo_gestion {
    font-size: 20px;
  }

  .palabras_marquee {
    font-size: 40px;
  }

  .mas_palabras {
    width: 20px;
    height: 20px;
    margin-left: 20px;
    margin-right: 20xfpx;
  }

  .mas_zonas {
    width: 17px;
    height: 17px;
    margin-right: 8px;
  }

  .texto_hablamos {
    text-align: left;
  }

  .eficiencia_aling {
    text-align: center !important;
  }

  .numero_big{
    font-size: 40px !important;
  }

  .ctf{
    padding-left: 50px;
    padding-right: 50px;
  }

  .mt-100 {
  margin-top: 30px;
}

}
