.mainContent {
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .mainFooter {
    margin-top: calc(-3.18% - 38px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mainFooter {
    margin-top: -13% !important;
  }
}
@media (max-width: 767px) {
  .mainFooter {
    margin-top: -15% !important;
  }
}
.hero {
  position: relative;
}
.hero .swiper .swiper-slide {
  color: #751B17;
}
.hero .swiper .swiper-slide picture img {
  -webkit-mask-image: url("../../images/mascaras/mask-img1.svg");
          mask-image: url("../../images/mascaras/mask-img1.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.hero .swiper .swiper-slide .container {
  position: relative;
}
.hero .swiper.swiper-initialized .swiper-slide .slide-cont {
  opacity: 0;
  transition: opacity 0.5s;
}
.hero .swiper.swiper-initialized .swiper-slide.swiper-slide-loaded .slide-cont {
  opacity: 1;
}
.hero .swiper .swiper-button-prev,
.hero .swiper .swiper-button-next {
  color: #751B17;
}
.hero .swiper .swiper-button-prev {
  left: 0;
}
.hero .swiper .swiper-button-next {
  right: 0;
}
.hero h1.section-tit1 {
  margin-bottom: 0;
}
.hero p {
  margin-top: 20px;
  margin-bottom: 0;
}
.hero .btn {
  margin-top: 30px;
}
.hero .hero-scroll {
  width: 24px;
  height: 40px;
  border: 1px solid #751B17;
  border-radius: 12px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.hero .hero-scroll:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #751B17;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.hero + .noticias1 {
  margin-top: 0 !important;
}
.hero:after {
  content: "";
  background-image: url("../../images/mascaras/bg-punteado2.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}

.desktop .hero .duaSlider .duaSlider-prev:hover,
.desktop .hero .duaSlider .duaSlider-next:hover {
  color: #751B17;
}

@keyframes scroll {
  0% {
    top: 5px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    top: 15px;
    opacity: 0;
  }
}
@media (min-width: 1440px) {
  .hero .swiper {
    height: 839px;
  }
  .hero .swiper .swiper-button-prev,
  .hero .swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .hero .swiper .swiper-pagination-wrapper {
    right: calc(50% - 688px);
  }
  .hero .swiper picture {
    top: 116px;
    left: calc(50% + 12px);
  }
  .hero .swiper picture img {
    width: 680px;
  }
  .hero h1 {
    max-width: 680px;
  }
  .hero p {
    max-width: 564px;
  }
  .hero:before {
    width: 678px;
    height: 619px;
    top: 530px;
    right: calc(50% + 314px);
  }
  .hero:after {
    width: 595px;
    height: 631px;
    top: 294px;
    left: calc(50% + 340px);
  }
}
@media (min-width: 1024px) {
  .hero .swiper .swiper-slide {
    padding-top: 120px;
    padding-bottom: 120px;
    color: #751B17;
    display: flex;
    align-items: center;
  }
  .hero .swiper picture {
    position: absolute;
  }
}
@media (max-width: 1439px) {
  .hero .swiper .swiper-button-prev,
  .hero .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .hero .hero-scroll {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hero .swiper {
    height: 807px;
  }
  .hero .swiper .swiper-pagination-wrapper {
    right: calc(50% - 472px);
  }
  .hero .swiper.swiper-initialized .slide-cont {
    padding-left: 50px;
    padding-right: 50px;
  }
  .hero .swiper picture {
    left: calc(50% + 10px);
    top: 174px;
  }
  .hero .swiper picture img {
    width: 460px;
  }
  .hero .swiper h1,
  .hero .swiper p {
    max-width: 460px;
  }
  .hero:before {
    width: 450px;
    height: 411px;
    top: 352px;
    right: calc(50% + 214px);
  }
  .hero:after {
    width: 395px;
    height: 420px;
    top: 182px;
    left: calc(50% + 226px);
  }
}
@media (min-width: 768px) {
  .hero:before {
    content: "";
    background-image: url("../../images/mascaras/bg-punteado1.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero .swiper {
    height: 880px;
  }
  .hero .swiper .swiper-slide {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .hero .swiper .swiper-pagination-wrapper {
    right: calc(50% - 344px);
  }
  .hero .swiper.swiper-initialized .slide-cont {
    padding-left: 35px;
    padding-right: 35px;
  }
  .hero .swiper picture img {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero .swiper picture + .container {
    margin-top: -75px;
  }
  .hero .swiper .slide-cont {
    text-align: center;
  }
  .hero .swiper h1,
  .hero .swiper p {
    max-width: 508px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero:before {
    width: 392px;
    height: 357px;
    top: 637px;
    right: calc(50% + 121px);
  }
  .hero:after {
    width: 318px;
    height: 338px;
    top: 429px;
    left: calc(50% + 157px);
  }
}
@media (max-width: 767px) {
  .hero .swiper {
    height: 672px;
  }
  .hero .swiper .swiper-slide {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }
  .hero .swiper .swiper-pagination-wrapper {
    right: 20px;
  }
  .hero .swiper.swiper-initialized .slide-cont {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero .swiper picture img {
    width: calc(100% - 40px);
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero .swiper picture + .container {
    margin-top: -45px;
  }
  .hero h1,
  .hero p {
    margin-left: auto;
    margin-right: auto;
  }
  .hero h1 {
    max-width: 680px;
    font-size: 20px;
    line-height: 24px;
  }
  .hero p {
    max-width: 560px;
  }
  .hero:after {
    width: 318px;
    height: 338px;
    top: 304px;
    left: calc(50% - 49px);
  }
}
.especialidades .section-tit1 {
  text-align: center;
}
.especialidades .listado-blq .blq-cont {
  display: flex;
  flex-direction: column;
}
.especialidades .listado-blq .blq-cont .blq-btn {
  margin-top: auto;
}
.especialidades .listado-blq picture {
  background-image: url("../../images/mascaras/mask-img3.svg");
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 20px;
}
.especialidades .listado-blq picture img {
  margin: auto;
  max-width: 100%;
}
@media (min-width: 1440px) {
  .especialidades .listado-blq-1 {
    display: grid;
    grid-gap: 40px 78px;
    grid-template-columns: repeat(1, 1fr);
  }
  .especialidades .listado-blq-2 {
    display: grid;
    grid-gap: 40px 78px;
    grid-template-columns: repeat(2, 1fr);
  }
  .especialidades .listado-blq-3 {
    display: grid;
    grid-gap: 40px 78px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .especialidades .listado-blq-1 {
    display: grid;
    grid-gap: 40px 55px;
    grid-template-columns: repeat(1, 1fr);
  }
  .especialidades .listado-blq-2 {
    display: grid;
    grid-gap: 40px 55px;
    grid-template-columns: repeat(2, 1fr);
  }
  .especialidades .listado-blq-3 {
    display: grid;
    grid-gap: 40px 55px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .especialidades .section-tit1 {
    margin-bottom: 58px;
  }
  .especialidades .listado-blq .blq-cont {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .especialidades .listado-blq .blq-cont .blq-btn {
    margin-top: auto;
  }
}
@media (min-width: 768px) {
  .especialidades .listado-blq picture {
    background-size: contain;
  }
}
@media (max-width: 1023px) {
  .especialidades .section-tit1 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .especialidades .listado-blq .blq-cont {
    min-height: 145px;
    padding-left: 176px;
    position: relative;
  }
  .especialidades .listado-blq .blq-cont picture {
    width: 157px;
    position: absolute;
    left: 0;
  }
  .especialidades .listado-blq .blq-cont + .blq-cont {
    margin-top: 58px;
  }
}
@media (max-width: 767px) {
  .especialidades .listado-blq .blq-cont picture {
    background-size: 48.75% auto;
  }
  .especialidades .listado-blq .blq-cont picture img {
    width: 48.75%;
    margin-left: auto;
    margin-right: auto;
  }
  .especialidades .listado-blq .blq-cont + .blq-cont {
    margin-top: 58px;
  }
}

.lema {
  position: relative;
  z-index: 1;
}
.lema .section-cont picture img {
  -webkit-mask-image: url("../../images/mascaras/mask-img2.svg");
          mask-image: url("../../images/mascaras/mask-img2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (min-width: 1440px) {
  .lema .section-cont picture {
    width: 562px;
    flex-basis: 562px;
  }
  .lema .section-cont .section-tit1 {
    width: 446px;
    flex-basis: 446px;
  }
}
@media (min-width: 1024px) {
  .lema {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lema .section-cont picture {
    width: 462px;
    flex-basis: 462px;
  }
  .lema .section-cont .section-tit1 {
    width: 384px;
    flex-basis: 384px;
  }
}
@media (min-width: 768px) {
  .lema .section-cont {
    display: flex;
    align-items: center;
  }
  .lema .section-cont .section-tit1 {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 1023px) {
  .lema {
    margin-top: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .lema .section-cont picture {
    width: 329px;
    flex-basis: 329px;
  }
  .lema .section-cont .section-tit1 {
    width: 332px;
    flex-basis: 332px;
  }
}
@media (max-width: 767px) {
  .lema .section-cont picture {
    margin-bottom: 13px;
  }
  .lema .section-cont .section-tit1 {
    text-align: center;
  }
}

.equipo-bonos .blockFeatured-type3-list .blockFeatured-type3-item .blockFeatured-picture .contentPicture:not(.no-mask) {
  position: relative;
}
.equipo-bonos .blockFeatured-type3-list .blockFeatured-type3-item .blockFeatured-picture .contentPicture:not(.no-mask):before {
  content: "";
  background-image: url("../../images/mascaras/bg-punteado5.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.equipo-bonos .blockFeatured-type3-list .blockFeatured-type3-item .blockFeatured-content {
  position: relative;
}
.equipo-bonos .blockFeatured-type3-list .blockFeatured-type3-item:first-of-type {
  margin-bottom: 100px;
}
@media (min-width: 1440px) {
  .equipo-bonos .blockFeatured-type3-list .blockFeatured-type3-item .blockFeatured-picture .contentPicture:not(.no-mask):before {
    width: 625px;
    height: 587px;
    top: -31px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .equipo-bonos .blockFeatured-type3-list .blockFeatured-type3-item .blockFeatured-picture .contentPicture:not(.no-mask):before {
    width: 426px;
    height: 400px;
    top: -21px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .equipo-bonos .blockFeatured-type3-list .blockFeatured-type3-item .blockFeatured-picture .contentPicture:not(.no-mask):before {
    width: 305px;
    height: 286px;
    top: -9px;
  }
  .equipo-bonos .blockFeatured-type3-list .blockFeatured-type3-item + .blockFeatured-type3-item {
    margin-top: 100px;
  }
  .equipo-bonos .blockFeatured-type3-list .blockFeatured-type3-item:first-of-type {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .equipo-bonos .blockFeatured-type3-list .blockFeatured-type3-item .blockFeatured-picture .contentPicture:not(.no-mask):before {
    width: calc(100% - 60px);
    height: calc(100% + 60px);
    top: -10px;
  }
  .equipo-bonos .blockFeatured-type3-list .blockFeatured-type3-item + .blockFeatured-type3-item {
    margin-top: 90px;
  }
}

.noticias1 {
  background-color: #F8F9FA;
}
@media (min-width: 1440px) {
  .noticias1 .blq-cont {
    position: relative;
  }
  .noticias1 .blq-cont .blockFeatured-type1-list article .blockFeatured-picture {
    margin-right: 58px;
  }
  .noticias1 .blq-cont .blockFeatured-type1-list article .blockFeatured-picture picture {
    width: 566px;
    height: 408px;
  }
  .noticias1 .blq-cont .blockFeatured-type1-list article .blockFeatured-content .contentTitle {
    font-size: 42px;
    line-height: 46px;
  }
  .noticias1 .blq-cont .blockFeatured-type1-list article .blockFeatured-content .contentTitle a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .noticias1 .blq-cont .blockFeatured-type1-list article .blockFeatured-content .contentButton {
    margin-top: 20px;
  }
  .noticias1 .blq-cont .blq-btn {
    position: absolute;
    bottom: 0;
    left: 624px;
  }
  .noticias1 .blq-cont .blq-btn .btn {
    padding-left: 0;
    padding-right: 0;
    border-color: transparent;
    background-color: transparent;
    color: #1D1D1B;
  }
  .noticias1 .blq-cont .blq-btn .btn:focus, .noticias1 .blq-cont .blq-btn .btn:hover {
    color: #1D1D1B;
  }
  .noticias1 .blq-cont .blq-btn .btn:focus span, .noticias1 .blq-cont .blq-btn .btn:hover span {
    text-decoration: underline;
  }
  .noticias1 .blq-cont .blq-btn .btn:hover {
    color: #751B17;
  }
}
@media (max-width: 1439px) {
  .noticias1 .blq-cont .blq-btn {
    margin-top: 60px;
    text-align: center;
  }
  .noticias1 .blq-cont .blq-btn .btn {
    border-color: #1D1D1B;
    background-color: transparent;
    color: #1D1D1B;
  }
  .noticias1 .blq-cont .blq-btn .btn:focus:after {
    content: "";
    border: 1px solid #1D1D1B;
    border-radius: inherit;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
  }
}
@media (min-width: 768px) {
  .noticias1 {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .noticias1 {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .noticias2:not(.esCarousel) .blockFeatured-type2-list .blockFeatured-type2-item:nth-child(3n),
  .servicios:not(.esCarousel) .blockFeatured-type2-list .blockFeatured-type2-item:nth-child(3n),
  .proyectos:not(.esCarousel) .blockFeatured-type2-list .blockFeatured-type2-item:nth-child(3n),
  .eventos:not(.esCarousel) .blockFeatured-type2-list .blockFeatured-type2-item:nth-child(3n) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .noticias2:not(.esCarousel) .agenda-modo-complete .blockFeatured-type2-item:nth-child(3n),
  .servicios:not(.esCarousel) .agenda-modo-complete .blockFeatured-type2-item:nth-child(3n),
  .proyectos:not(.esCarousel) .agenda-modo-complete .blockFeatured-type2-item:nth-child(3n),
  .eventos:not(.esCarousel) .agenda-modo-complete .blockFeatured-type2-item:nth-child(3n) {
    display: none;
  }
}
@media (min-width: 768px) {
  .noticias2,
  .servicios,
  .proyectos,
  .eventos {
    margin-top: 60px;
  }
  .noticias2 .blq-cont,
  .servicios .blq-cont,
  .proyectos .blq-cont,
  .eventos .blq-cont {
    position: relative;
  }
  .noticias2 .blq-cont .blq-btn,
  .servicios .blq-cont .blq-btn,
  .proyectos .blq-cont .blq-btn,
  .eventos .blq-cont .blq-btn {
    padding-right: inherit;
    position: absolute;
    top: 15px;
    right: 0px;
  }
}
@media (max-width: 767px) {
  .noticias2,
  .servicios,
  .proyectos,
  .eventos {
    margin-top: 40px;
  }
  .noticias2 .blq-cont .blq-btn,
  .servicios .blq-cont .blq-btn,
  .proyectos .blq-cont .blq-btn,
  .eventos .blq-cont .blq-btn {
    margin-top: 40px;
    text-align: center;
  }
}

.eventos .blq-cont > h2 {
  color: #751B17;
  font-size: 42px;
  line-height: 46px;
  font-weight: 700;
}
@media (min-width: 1440px) {
  .eventos .blq-cont > h2 {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .eventos .blq-cont > h2 {
    margin-bottom: 46px;
  }
}
@media (max-width: 1023px) {
  .eventos .blq-cont > h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .eventos .agenda-modo-extrareduced > *:nth-child(3n) {
    display: none;
  }
}

@media (min-width: 1024px) {
  .equipo-bonos + .eventos {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .equipo-bonos + .eventos {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .equipo-bonos + .eventos {
    margin-top: 90px;
  }
}

@media (min-width: 1440px) {
  .eventos + .banner-accion {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .eventos + .banner-accion {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .eventos + .banner-accion {
    margin-top: 60px;
  }
}/*# sourceMappingURL=inicioFront.css.map */