li{
    font-family: 'Book Antiqua', arial !important;
}
strong{
    color: rgb(25, 24, 24);
}

p {
    font-family: 'Book Antiqua', arial !important;
    line-height: 22px;
}
h1,h2,h3,h4 {
    font-family: 'Antiqua Bold', arial !important;
}
.main-menu a{
  font-family: 'Antiqua Bold', arial !important;
}

.lightbox-open {
    overflow: hidden;
    width: calc(100vw - 17px);
    width: -webkit-calc(100vw - 17px);
}

.gridbox.lightbox-open {
    width: calc(100vw - 120px);
    width: -webkit-calc(100vw - 120px);   
}

.lightbox-open .ba-overlay-section-backdrop {
    right: 0;
}

.ba-overlay-section-backdrop > .ba-overlay-section-close {
    right: 17px;
}

@media (min-width: 1025px) and (max-width: 1215px)
{
    .porque_nosotros {
      margin-top: 40px !important;
      padding-left: 100px !important;
    }
}

@media (max-width: 1024px)
  {
    ol {
      text-align: left !important;
    }
}