.mainContent {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hero {
  color: #FFFFFF;
  position: relative;
}
.hero .forma {
  background-repeat: repeat-x;
  position: absolute;
}
.hero .hero-bgr {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.hero .hero-bgr > * {
  width: 100%;
  height: 100%;
}
.hero .hero-bgr .hero-video {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero .hero-bgr .hero-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-aspect-ratio: 16/9) {
  .hero .hero-bgr .hero-video iframe {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .hero .hero-bgr .hero-video iframe {
    width: 300%;
    left: -100%;
  }
}
.hero .hero-bgr picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .hero-left h1 {
  width: 126px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.hero .hero-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero .hero-right .bloque-tit1 {
  margin-bottom: 20px;
}

.proyectos .proyectos-top .bloque-tit1 {
  margin-bottom: 40px;
}
.proyectos .proyectos-top .proyectos-etiquetas {
  margin-left: -10px;
}
.proyectos .proyectos-top .proyectos-etiquetas .btn {
  height: 40px;
  border-radius: 20px;
  margin-left: 10px;
  margin-top: 10px;
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
}
.proyectos .proyectos-cont .proyectos-right .blockFeatured-item.postDetalle {
  cursor: pointer;
}
.proyectos .proyectos-cont .proyectos-right .blockFeatured-item.postDetalle:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 30px;
}
.proyectos .proyectos-cont .proyectos-right .blockFeatured-item .blockFeatured-picture {
  display: none;
}
.proyectos .proyectos-cont .proyectos-right .blockFeatured-item .contentTitle {
  max-width: calc(100% - 50px);
}
.proyectos .proyectos-cont .proyectos-right #paginador {
  margin-top: 50px;
}
.proyectos .proyectos-cont .proyectos-right #paginador .btn {
  min-width: 48px;
  padding: 0 10px;
  color: #000000;
  font-size: 15px;
}

.info {
  background-color: #D3CDCD;
}
.info .info-top .bloque-tit1 {
  margin-bottom: 20px;
}
.info .duaCarousel .duaCarousel-row {
  margin-left: -10px;
  margin-right: -10px;
}
.info .duaCarousel .duaCarousel-row .duaCarousel-col {
  padding-left: 10px;
  padding-right: 10px;
}

.images .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.images .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.images .container-fluid .row > * {
  padding-left: 0;
  padding-right: 0;
}
.images picture img {
  width: 100%;
}

.primary .hero .forma {
  background-image: url("../../images/iconos/forma-primary.svg");
}
.primary .proyectos .proyectos-top .bloque-tit1 {
  color: #FA6A17;
}
.primary .textos article .article-cont .bloque-tit1 {
  color: #FA6A17;
}
.primary .info .info-top {
  color: #FA6A17;
}

.secondary .hero .forma {
  background-image: url("../../images/iconos/forma-secondary.svg");
}
.secondary .proyectos .proyectos-top .bloque-tit1 {
  color: #24D681;
}
.secondary .proyectos .proyectos-cont .proyectos-right .blockFeatured-item.postDetalle:before {
  background-color: #24D681;
}
.secondary .textos article .article-cont .bloque-tit1 {
  color: #24D681;
}
.secondary .info .info-top {
  color: #24D681;
}
.secondary .info .duaCarousel .duaCarousel-row .duaCarousel-col .card {
  background-color: #24D681;
}

@media (min-width: 768px) {
  .hero {
    padding-top: 194px;
    padding-bottom: 60px;
    position: relative;
  }
  .hero .forma {
    width: 50vw;
    height: 239px;
    background-position: right center;
    right: 50%;
  }
  .hero .hero-right {
    min-height: calc(100vh - 254px);
  }
  .hero .hero-right > * {
    max-width: 500px;
  }
  .proyectos .proyectos-top {
    margin-bottom: 75px;
  }
  .proyectos .proyectos-cont {
    position: relative;
  }
  .proyectos .proyectos-cont .proyectos-left picture {
    border-radius: 15px;
    overflow: hidden;
  }
  .proyectos .proyectos-cont .proyectos-left picture + picture {
    margin-top: 15px;
  }
  .proyectos .proyectos-cont .proyectos-right .blockFeatured-item .contentPlainText a + a {
    margin-left: 10px;
  }
  .proyectos .proyectos-cont .proyectos-right .blockFeatured-item .contentPlainText:last-child {
    margin-top: 10px;
  }
  .textos {
    margin-top: 120px;
  }
  .textos article {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .textos article .article-cont {
    padding: 40px 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .textos article .article-cont .bloque-tit1 {
    margin-bottom: 35px;
  }
  .textos article .article-cont .article-txt {
    margin-bottom: auto;
  }
  .textos article .article-cont .bloque-tit2 {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .textos article .article-img {
    flex-shrink: 0;
  }
  .textos article:nth-child(odd) .article-cont {
    padding-right: 40px;
  }
  .textos article:nth-child(even) {
    flex-direction: row-reverse;
  }
  .textos article:nth-child(even) .article-cont {
    padding-left: 40px;
  }
  .info {
    padding-top: 50px;
    padding-bottom: 75px;
    margin-top: 120px;
  }
  .info .info-top {
    min-height: 239px;
    margin-bottom: 75px;
    position: relative;
  }
  .info .info-top .forma {
    width: 50vw;
    height: 239px;
    background-size: auto 239px;
    background-repeat: repeat-x;
    background-position: left center;
    position: absolute;
    top: 0;
    left: calc(50% + 150px);
  }
  .info .duaCarousel .duaCarousel-row .duaCarousel-col {
    flex-basis: 33.3333333333%;
  }
  .primary .hero .forma {
    top: calc(100% - 120px);
  }
  .primary .proyectos {
    margin-top: 240px;
  }
  .primary .info .info-top .forma {
    background-image: url("../../images/iconos/forma-proyectos-primary.svg");
  }
  .secondary .hero .forma {
    bottom: 60px;
  }
  .secondary .proyectos {
    margin-top: 140px;
  }
  .secondary .info .info-top .forma {
    background-image: url("../../images/iconos/forma-proyectos-secondary.svg");
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 120px;
    padding-bottom: 30px;
  }
  .hero .forma {
    width: 100vw;
    height: 192px;
    background-size: auto 192px;
    background-position: center;
    left: 0;
    top: calc(100% + 40px);
  }
  .hero .hero-left {
    display: none;
  }
  .hero .hero-right {
    min-height: calc(100vh - 150px);
  }
  .proyectos {
    margin-top: 320px;
  }
  .proyectos .proyectos-top {
    margin-bottom: 50px;
  }
  .proyectos .proyectos-cont .proyectos-left {
    display: none;
  }
  .textos {
    margin-top: 90px;
  }
  .textos article + article {
    margin-top: 40px;
  }
  .textos article .article-cont .bloque-tit1 {
    margin-bottom: 20px;
  }
  .textos article .article-img {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .info {
    padding-top: 30px;
    padding-bottom: 40px;
    margin-top: 90px;
  }
  .info .info-top {
    margin-bottom: 25px;
  }
  .info .duaCarousel .duaCarousel-row .duaCarousel-col {
    flex-basis: 250px;
  }
  .info .duaCarousel .duaCarousel-row .duaCarousel-col .card {
    min-height: 300px;
  }
}/*# sourceMappingURL=servicios.css.map */