.h2-combinamos {
  text-align: center;
}

.h2-innova-hoy {
  text-align: center;
}

.h3-innova-hoy {
  font-family: "Avenir";
  color: #767774;
  font-weight: 500;

  padding: 1rem;

  text-align: center;
}

.innova-hoy-container {
  display: flex;
  align-items: stretch;

  margin-bottom: 0;
}

.img-innova-container {
  flex: 1.5;
  padding-right: 2rem;
}

.img-innova-hoy {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.texto-innova-hoy {
  flex: 1;

  font-family: "Avenir";
  font-weight: 300;
  font-size: 1.2rem;
}

.texto-innova-hoy p {
  margin-bottom: 1rem;
  text-align: justify;
}

.bold-textos {
  font-weight: 500;
}

.combinamos {
  display: flex;

  justify-content: center;
  align-items: center;

  margin-bottom: 3rem;
  margin-top: 0;
}

.casco,
.tecnologia,
.adaptabilidad {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gif {
  background-color: #d5e9f8;
  border-radius: 50%;
}

.gif img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  display: block;
}

/* DESKTOP */
@media screen and (min-width: 1119px) {

  .innova-pav {
  margin-bottom: 3rem;
}

  .h2-combinamos {
    margin-top: 0;
    margin-bottom: 3rem;
  }

  .h2-innova-hoy {
    margin: 2rem;
  }

  .h3-innova-hoy {
    font-size: 1.3rem;
  }

  .innova-hoy-container {
    height: clamp(400px, 35vh, 600px);
  }

  .combinamos {
    gap: 2.5rem;
  }

  .gif {
    width: clamp(250px, 10vw, 350px);
    height: clamp(250px, 10vw, 350px);
  }
}

/* NAV MOBILE */
@media screen and (max-width: 1118px) {
  .innova-pav {
  margin-bottom: 1rem;
}
  .innova-hoy-container {
    flex-direction: column;
    height: auto;
  }

  .img-innova-container {
    display: none;
  }

  .texto-innova-hoy {
    padding: 0 1.5rem;
    margin-bottom: 0;
  }

  .h2-combinamos {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .h2-innova-hoy {
    margin-bottom: 1rem;
  }

  .h3-innova-hoy {
    font-size: 0.9rem;
  }

  .combinamos {
    gap: 1.3rem;
  }

  .gif {
    width: clamp(110px, 5vw, 180px);
    height: clamp(110px, 5vw, 180px);
  }
}
