.section-title-medium,
.section-title-descr {
    background-color: rgba(0, 0, 0, 0.7); /* Fondo negro sólido con opacidad */
    padding: 10px;
    display: inline-block; /* Mantener el fondo solo alrededor del texto */
    border-radius: 5px; /* Bordes redondeados */
    color: #ffffff; /* Texto blanco para contraste */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Sombra opcional para mayor contraste */
}

.section-title-descr {
    font-size: 1.1rem; /* Tamaño de fuente ajustable si es necesario */
}

.inner-nav ul {

  line-height: 6!important;

}

@media only screen and (max-width: 1366px) {
    .section-title-large-span {
        font-size: calc(0.50887rem + 4.6vw);
    }
}

.hs-title-2 {
    font-size: 110px;

}

.hs-title-5 {
  font-size: 100px;

}

.services-2-title {
  font-size: 45px;
  padding-left: 1em;
}

.section-title-large {
  font-size: 62px!important;
}

.izamal {
  color: #F8AE34;
}

.services-2-image {
    max-width: 260px!important;
}

@media only screen and (max-width: 1366px) {
  .hs-title-2 {
    font-size: 7vw!important;
  }
}