@charset "UTF-8";
.mainContent {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hero {
  color: #FFFFFF;
  position: relative;
}
.hero .forma {
  background-image: url("../../images/iconos/forma-neg.svg");
  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;
}

.info-man {
  background-color: #FA6A17;
  color: #FFFFFF;
}
.info-man .info-man-cont {
  max-width: 860px;
}
.info-man .info-man-cont h2 {
  margin-bottom: 28px;
  font-weight: 500;
}

.servicios {
  background-color: white;
  position: relative;
}
.servicios .forma {
  background-image: url("../../images/iconos/forma-primary.svg");
  background-repeat: repeat-x;
  background-position: left center;
  position: absolute;
}
.servicios .bloque-tit1 {
  margin-bottom: 58px;
}
.servicios .servicios-cont article .article-tit {
  min-height: 128px;
  padding-bottom: 24px;
  border-bottom: 4px solid #FA6A17;
  margin-bottom: 25px;
  font-size: 42px;
  line-height: 50px;
}
.servicios .servicios-cont article .article-txt1 {
  margin-bottom: 20px;
  font-weight: 500;
}
.servicios .servicios-cont article .article-txt2,
.servicios .servicios-cont article .article-txt3 {
  margin-bottom: 50px;
}
.servicios .servicios-cont article .article-txt4 {
  margin-top: auto;
}
.servicios .servicios-cont article .article-txt3 ul,
.servicios .servicios-cont article .article-txt4 ul {
  list-style-type: none;
}
.servicios .servicios-cont article .article-txt3 ul li,
.servicios .servicios-cont article .article-txt4 ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 34px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}
.servicios .servicios-cont article .article-txt3 ul li:before,
.servicios .servicios-cont article .article-txt4 ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
}
.servicios .servicios-cont article .article-txt2,
.servicios .servicios-cont article .article-txt3 ul,
.servicios .servicios-cont article .article-txt4 ul {
  font-size: 15px;
  line-height: 18px;
}
.servicios .servicios-cont article .btn {
  height: 60px;
  margin-top: 60px;
  color: #000000;
  font-size: 15px;
  line-height: 18px;
}

.por-que {
  background-color: #D3CDCD;
  position: relative;
}
.por-que .forma {
  background-image: url("../../images/iconos/forma-proyectos-primary.svg");
  background-repeat: repeat-x;
  background-position: left center;
  position: absolute;
}
.por-que .por-que-top .bloque-tit1 {
  margin-bottom: 24px;
}
.por-que .por-que-top .bloque-tit1 + div {
  color: #FA6A17;
}
.por-que .por-que-cont article picture {
  display: flex;
  align-items: center;
}
.por-que .por-que-cont article .article-tit {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.por-que .por-que-cont article .article-txt {
  font-size: 15px;
  line-height: 18px;
}

.proyectos {
  background-color: #FAFAFA;
}
.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;
}

.contacta {
  background-color: #FA6A17;
  position: relative;
}
.contacta .forma {
  background-image: url("../../images/iconos/forma-neg.svg");
  background-repeat: repeat-x;
  position: absolute;
}
.contacta .contacta-cont .contacta-tit {
  margin-bottom: 28px;
  font-weight: 500;
}
.contacta .contacta-cont .btn {
  margin-top: 45px;
  font-size: 18px;
  line-height: 1.2;
}

.faq .faq-cont .faq-right article {
  padding-left: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.faq .faq-cont .faq-right article + article {
  margin-top: 24px;
}
.faq .faq-cont .faq-right article h3 {
  margin-bottom: 18px;
  font-weight: 500;
}
.faq .faq-cont .faq-right article h3:before {
  content: "";
  background-image: url("../../images/iconos/arrow-primary.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
}
.faq .faq-cont .faq-right article h3 + div {
  font-size: 15px;
  line-height: 18px;
}

@media (min-width: 1440px) {
  .por-que .por-que-cont {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .por-que .por-que-cont {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .servicios .servicios-cont {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .servicios .servicios-cont {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .hero {
    padding-top: 194px;
    padding-bottom: 60px;
    position: relative;
  }
  .hero .forma {
    width: 50vw;
    height: 239px;
    background-position: right center;
    top: calc(100% - 120px);
    right: 50%;
  }
  .hero .hero-right {
    min-height: calc(100vh - 254px);
  }
  .hero .hero-right > * {
    max-width: 500px;
  }
  .info-man {
    padding-top: 180px;
    padding-bottom: 74px;
  }
  .info-man h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .servicios {
    padding-top: 80px;
    padding-bottom: 114px;
  }
  .servicios .forma {
    display: none;
  }
  .servicios .servicios-cont {
    display: grid;
    grid-gap: 60px;
  }
  .servicios .servicios-cont article {
    display: flex;
    flex-direction: column;
  }
  .servicios .servicios-cont article picture {
    height: 111px;
    display: flex;
    align-items: center;
  }
  .servicios .servicios-cont article .article-collapse {
    display: none;
  }
  .por-que {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .por-que .forma {
    width: 50vw;
    height: 239px;
    background-size: auto 239px;
    top: 60px;
    left: 50%;
  }
  .por-que .por-que-top {
    min-height: 239px;
    margin-bottom: 75px;
  }
  .por-que .por-que-top .bloque-tit1 {
    width: 412px;
  }
  .por-que .por-que-top .bloque-tit1 + div {
    width: 412px;
  }
  .por-que .por-que-cont {
    margin-top: 72px;
    display: grid;
  }
  .por-que .por-que-cont article {
    width: 416px;
    padding: 6px 78px 32px 30px;
    border-radius: 10px;
    margin-top: 40px;
    transition: background-color 0.2s, color 0.2s;
  }
  .por-que .por-que-cont article picture {
    height: 80px;
    margin-bottom: 26px;
    transition: filter 0.2s;
  }
  .por-que .por-que-cont article:hover {
    background-color: #FA6A17;
    color: white;
  }
  .por-que .por-que-cont article:hover picture {
    filter: brightness(0%);
  }
  .proyectos {
    padding-top: 125px;
    padding-bottom: 90px;
    margin-top: 0;
  }
  .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;
  }
  .contacta {
    padding-top: 40px;
    padding-bottom: 66px;
  }
  .contacta .forma {
    width: 40vw;
    height: 239px;
    background-position: right center;
    top: 60px;
    right: 60%;
  }
  .contacta .contacta-cont {
    padding-left: 50%;
  }
  .contacta .contacta-cont .contacta-tit {
    font-size: 30px;
    line-height: 36px;
  }
  .faq {
    padding-top: 108px;
  }
  .faq .faq-cont {
    display: flex;
  }
  .faq .faq-cont .faq-left {
    width: 465px;
    margin-right: 77px;
    flex-shrink: 0;
  }
  .faq .faq-cont .faq-right article {
    padding-right: 54px;
    transition: transform 0.2s;
  }
  .faq .faq-cont .faq-right article:hover {
    transform: translateX(24px);
  }
  .faq .faq-cont .faq-right article h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .faq .faq-cont .faq-right article h3:before {
    width: 28px;
    height: 36px;
  }
}
@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);
    display: none;
  }
  .hero .hero-left {
    display: none;
  }
  .hero .hero-right {
    min-height: calc(100vh - 150px);
  }
  .info-man {
    padding-top: 28px;
    padding-bottom: 42px;
  }
  .info-man h2 {
    font-size: 18px;
    line-height: 1.2;
  }
  .info-man h2 + div {
    font-size: 15px;
    line-height: 18px;
  }
  .servicios {
    padding-top: 304px;
    padding-bottom: 100px;
  }
  .servicios .forma {
    width: 100vw;
    height: 192px;
    background-size: auto 192px;
    background-position: center;
    left: 0;
    top: 50px;
  }
  .servicios .servicios-cont article + article {
    margin-top: 60px;
  }
  .servicios .servicios-cont article picture {
    width: 58px;
    margin-bottom: 6px;
  }
  .servicios .servicios-cont article .article-collapse {
    padding-top: 20px;
    border-top: 1px solid #000000;
    margin-top: 50px;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    display: block;
  }
  .servicios .servicios-cont article .article-collapse span:last-child {
    display: none;
  }
  .servicios .servicios-cont article .article-txt3,
  .servicios .servicios-cont article .article-txt4 {
    display: none;
  }
  .servicios .servicios-cont article.on .article-collapse span:first-child {
    display: none;
  }
  .servicios .servicios-cont article.on .article-collapse span:last-child {
    display: inline;
  }
  .servicios .servicios-cont article.on .article-txt3,
  .servicios .servicios-cont article.on .article-txt4 {
    display: block;
  }
  .por-que {
    padding-top: 20px;
    padding-bottom: 385px;
  }
  .por-que .forma {
    width: 100vw;
    height: 192px;
    background-size: auto 192px;
    background-position: center;
    left: 0;
    bottom: 50px;
  }
  .por-que .por-que-top {
    margin-bottom: 50px;
  }
  .por-que .por-que-cont article {
    display: flex;
    align-items: center;
  }
  .por-que .por-que-cont article picture {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
  }
  .por-que .por-que-cont article picture img {
    transform: scale(0.5);
  }
  .por-que .por-que-cont article .article-txt {
    display: none;
  }
  .proyectos {
    padding-top: 95px;
    padding-bottom: 100px;
    margin-top: 0;
  }
  .proyectos .proyectos-top {
    margin-bottom: 50px;
  }
  .proyectos .proyectos-cont .proyectos-left {
    display: none;
  }
  .contacta {
    padding-top: 25px;
    padding-bottom: 385px;
  }
  .contacta .forma {
    width: 100vw;
    height: 192px;
    background-size: auto 192px;
    background-position: center;
    left: 0;
    bottom: 50px;
  }
  .contacta .contacta-cont .contacta-tit {
    font-size: 40px;
    line-height: 48px;
  }
  .faq {
    padding-top: 88px;
    margin-bottom: 108px;
  }
  .faq .faq-cont .faq-right {
    margin-top: 40px;
  }
  .faq .faq-cont .faq-right article h3 {
    font-size: 26px;
    line-height: 31px;
  }
  .faq .faq-cont .faq-right article h3:before {
    width: 23px;
    height: 17px;
    top: 8px;
  }
}/*# sourceMappingURL=mantenimiento.css.map */