.main-header .titulo {
  font-family: "IberPangea-SmBold" !important;
}

.main-header .texto-item-lista {
  font-family: "IberPangeaText-Regular" !important;
}

#precio-banner {
  font-size: 16px !important;
}

@media (min-width: 992px) {
  .main-header .contenido-texto::before {
    left: calc(50% + 1px) !important;
    width: calc(50% - 83px) !important;
  }

}

@media (min-width: 1200px) {
  .main-header .contenido-texto::before {
    width: calc(50% - 100px) !important;
  }

}

@media (min-width: 1920px) {
  .main-header .contenido-texto::before {
    width: calc(50% - 95px) !important;
    
  }
}
