.hero {
  height: var(--viewportHeight);
  display: flex;
  align-items: center;
  position: relative;
}
.hero picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .container {
  position: relative;
}
.hero p {
  max-width: 461px;
  margin-bottom: 32px;
}
.hero .hero-btns {
  display: flex;
}
.hero + .noticias1 {
  margin-top: 0 !important;
}

@media (min-width: 1440px) {
  .hero .hero-tit {
    max-width: 680px;
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 64px;
  }
}
@media (max-width: 1439px) {
  .hero .hero-scroll {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero .hero-tit {
    max-width: 564px;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 52px;
  }
}
@media (min-width: 768px) {
  .hero {
    padding-top: 120px;
    padding-bottom: 120px;
    font-size: 16px;
    line-height: 24px;
  }
  .hero .hero-btns > * + * {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .hero picture:before {
    content: "";
    z-index: 0;
    background-color: #FFFFFF;
    opacity: 0.4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .hero .hero-tit {
    max-width: 680px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }
  .hero .hero-btns {
    flex-direction: column;
  }
  .hero .hero-btns > * + * {
    margin-top: 20px;
  }
}
.historia .historia-cont {
  border-radius: 4px;
  background-color: #83CAC2;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  overflow: hidden;
}
.historia .historia-cont .blq-img {
  flex-basis: auto;
  flex-shrink: 0;
  flex-grow: 0;
}
.historia .historia-cont .blq-img picture {
  height: 100%;
}
.historia .historia-cont .blq-img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.historia .historia-cont .blq-txt {
  flex-grow: 1;
}
.historia .historia-cont .historia-tit {
  margin-bottom: 24px;
  color: #FFFFFF;
}
.historia .historia-cont .historia-tit span {
  display: block;
}
.historia .historia-cont .historia-dest {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 1440px) {
  .historia .historia-cont .blq-txt {
    padding: 75px 110px;
  }
  .historia .historia-cont .blq-img {
    width: 679px;
  }
  .historia .historia-tit span {
    font-size: 122px;
    line-height: 126px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .historia .historia-cont .blq-txt {
    padding: 75px 60px;
  }
  .historia .historia-cont .blq-img {
    width: 500px;
  }
  .historia .historia-tit span {
    font-size: 76px;
    line-height: 80px;
  }
}
@media (max-width: 1023px) {
  .historia .historia-cont {
    flex-direction: column;
  }
}
/*@media (min-width: 1024px) {*/
/*  .historia .historia-cont .blq-img picture {*/
/*    -webkit-mask-image: url("../../images/iconos/mascara1.svg");*/
/*            mask-image: url("../../images/iconos/mascara1.svg");*/
/*    -webkit-mask-size: cover;*/
/*            mask-size: cover;*/
/*    -webkit-mask-repeat: no-repeat;*/
/*            mask-repeat: no-repeat;*/
/*    -webkit-mask-position: left center;*/
/*            mask-position: left center;*/
/*  }*/
/*}*/
@media (max-width: 1023px) {
  .historia .historia-cont .blq-img picture {
    -webkit-mask-image: url("../../images/iconos/mascara2.svg");
            mask-image: url("../../images/iconos/mascara2.svg");
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: top center;
            mask-position: top center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .historia .historia-cont .blq-txt {
    padding: 60px 40px;
  }
  .historia .historia-cont .blq-img {
    width: 100%;
    height: 450px;
  }
  .historia .historia-tit span {
    font-size: 76px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .historia .historia-cont .blq-txt {
    padding: 40px 20px;
  }
  .historia .historia-cont .blq-img {
    width: 100%;
    height: 300px;
  }
  .historia .historia-tit span {
    font-size: 48px;
    line-height: 52px;
  }
}

.nosotros {
  background-color: #023331;
}
@media (min-width: 1440px) {
  .nosotros picture {
    margin-left: -82px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .nosotros picture {
    margin-left: -40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nosotros picture {
    margin-left: -40px;
  }
}
@media (max-width: 767px) {
  .nosotros picture {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .nosotros picture {
    margin-right: -20px;
  }
}
.nosotros picture img {
  border-radius: 4px;
}
.nosotros .btn-n1:hover {
  border-color: #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
}
@media (min-width: 1440px) {
  .nosotros picture img {
    width: 1110px;
  }
  .nosotros .nosotros-cont {
    width: 825px;
  }
}
@media (min-width: 1024px) {
  .nosotros {
    padding-top: 64px;
    padding-bottom: 120px;
    margin-top: 80px;
  }
  .nosotros picture {
    margin-bottom: 60px;
  }
  .nosotros .nosotros-cont {
    margin-left: auto;
  }
  .nosotros .nosotros-cont .nosotros-tit + .btn {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .nosotros picture img {
    width: 800px;
  }
  .nosotros .nosotros-cont {
    width: 579px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nosotros picture {
    width: 688px;
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .nosotros {
    padding-top: 40px;
    padding-bottom: 80px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .nosotros picture {
    margin-bottom: 40px;
  }
}

.servicios .section-top {
  max-width: 642px;
}
@media (min-width: 1440px) {
  .servicios .section-cont {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .servicios {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .servicios .section-top {
    margin-bottom: 62px;
  }
}
@media (max-width: 1023px) {
  .servicios {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .servicios .section-top {
    margin-bottom: 40px;
  }
}

.cifras {
  background-color: #023331;
  color: #FFFFFF;
}
.cifras .cifras-cont {
  display: flex;
}
.cifras .section-tit2 {
  margin-bottom: 48px;
}
.cifras .section-tit2 span {
  display: block;
}
.cifras .blq-cifra {
  padding-bottom: 16px;
  border-bottom: 1px solid #83CAC2;
  display: flex;
  font-weight: 700;
  text-transform: uppercase;
}
.cifras .blq-cifra .cifra {
  color: #83CAC2;
}
@media (min-width: 1440px) {
  .cifras .cifras-cont {
    align-items: center;
  }
  .cifras .cifras-cont .blq-img {
    width: 796px;
    margin-right: 48px;
    flex-basis: auto;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .cifras .cifras-cont .blq-txt {
    flex-grow: 1;
  }
  .cifras .blq-cifra .cifra {
    font-size: 54px;
    line-height: 58px;
  }
}
@media (max-width: 1439px) {
  .cifras .cifras-cont {
    max-width: 796px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .cifras .cifras-cont .blq-img + .blq-txt {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .cifras .blq-cifra .cifra {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 1024px) {
  .cifras {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .cifras {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .cifras .blq-cifra {
    justify-content: space-between;
    align-items: center;
  }
  .cifras .blq-cifra .concepto {
    width: 240px;
    flex-basis: auto;
  }
}
@media (max-width: 767px) {
  .cifras .blq-cifra {
    flex-direction: column;
  }
  .cifras .blq-cifra .cifra {
    font-size: 36px;
    line-height: 40px;
  }
  .cifras .blq-cifra .cifra + .concepto {
    margin-top: 10px;
  }
}

.contacto .contacto-top .text-bold {
  margin-bottom: 5px;
}
.contacto .contacto-top .contacto-direccion + .contacto-info {
  margin-top: 35px;
}
.contacto .contacto-top .contacto-lnk {
  font-size: 24px;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.contacto .contacto-top .contacto-lnk + .contacto-lnk {
  margin-top: 5px;
}
.contacto .contacto-top .contacto-lnk a {
  color: #83CAC2;
  text-decoration: underline;
}
.contacto .contacto-top .contacto-lnk a:focus {
  color: #9cd5ce;
}
.contacto .contacto-top .contacto-lnk a:hover {
  color: #b5dfda;
}
.contacto .contacto-top .contacto-top-blq2,
.contacto .contacto-top .contacto-top-blq3 {
  color: #FFFFFF;
}
.contacto .contacto-top .contacto-top-blq2 a,
.contacto .contacto-top .contacto-top-blq3 a {
  color: #FFFFFF;
}
.contacto .contacto-top .contacto-top-blq2 a:focus,
.contacto .contacto-top .contacto-top-blq3 a:focus {
  color: #83CAC2;
}
.contacto .contacto-top .contacto-top-blq2 a:hover,
.contacto .contacto-top .contacto-top-blq3 a:hover {
  color: #83CAC2;
}
.contacto .contacto-top .contacto-top-blq2 .contacto-lnk a,
.contacto .contacto-top .contacto-top-blq3 .contacto-lnk a {
  color: #FFFFFF;
}
.contacto .contacto-top .contacto-top-blq2 .contacto-lnk a:focus,
.contacto .contacto-top .contacto-top-blq3 .contacto-lnk a:focus {
  color: #83CAC2;
}
.contacto .contacto-top .contacto-top-blq2 .contacto-lnk a:hover,
.contacto .contacto-top .contacto-top-blq3 .contacto-lnk a:hover {
  color: #83CAC2;
}
.contacto .contacto-top .menuSocial {
  font-weight: 700;
}
.contacto .formContacto {
  border-radius: 4px;
  box-shadow: 0px 26px 7px 0px rgba(125, 125, 125, 0), 0px 16px 7px 0px rgba(125, 125, 125, 0.01), 0px 9px 6px 0px rgba(125, 125, 125, 0.05), 0px 4px 4px 0px rgba(125, 125, 125, 0.09), 0px 1px 2px 0px rgba(125, 125, 125, 0.1);
  background-color: #FFFFFF;
}
@media (min-width: 1440px) {
  .contacto:before {
    left: calc(50% - 250px);
  }
  .contacto .section-cont {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .contacto .contacto-top > * {
    flex-grow: 1;
  }
  .contacto .contacto-top .contacto-top-blq2 {
    padding-left: 100px;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1439px) {
  .contacto .contacto-top .contacto-top-blq2 > * + * {
    margin-top: 35px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .contacto:before {
    left: calc(50% - 120px);
  }
}
@media (min-width: 1024px) {
  .contacto {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .contacto:before {
    height: calc(100% - 235px);
    top: 120px;
  }
  .contacto .contacto-top {
    margin-bottom: 60px;
  }
  .contacto .contacto-top .section-tit2 {
    width: 320px;
  }
  .contacto .menuSocial {
    text-align: right;
  }
  .contacto .formContacto fieldset .form-group {
    width: calc(50% - 10px);
  }
  .contacto .formContacto fieldset .form-group:last-child {
    position: absolute;
    top: 0;
    right: 0;
  }
  .contacto .formContacto fieldset .form-group textarea.form-control {
    height: 176px;
  }
  .contacto .formContacto .form-bottom .form-group {
    margin-bottom: 0;
  }
  .contacto .formContacto .form-bottom .form-bottom-blq1 .form-group .input-group {
    width: 361px;
  }
}
@media (max-width: 1023px) {
  .contacto {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contacto .contacto-top {
    margin-bottom: 50px;
  }
  .contacto .formContacto fieldset .form-group textarea.form-control {
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contacto:before {
    height: calc(100% - 115px);
    left: calc(50% - 30px);
    top: 60px;
  }
  .contacto .contacto-top {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .contacto .contacto-top .section-tit2 {
    width: 300px;
  }
  .contacto .contacto-top .contacto-top-blq3 {
    width: 49%;
    margin-left: auto;
  }
  .contacto .formContacto fieldset .form-group:nth-child(1) {
    width: 365px;
  }
  .contacto .formContacto fieldset .form-group:nth-child(2) {
    width: 242px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .contacto .formContacto .form-bottom .form-bottom-blq1 .form-group .input-group {
    width: 370px;
  }
}
@media (min-width: 768px) {
  .contacto {
    position: relative;
  }
  .contacto .container {
    position: relative;
  }
  .contacto:before {
    content: "";
    width: 100%;
    border-radius: 4px;
    background-color: #023331;
    position: absolute;
  }
  .contacto .contacto-top {
    display: flex;
    justify-content: space-between;
  }
  .contacto .contacto-top .contacto-top-blq1 ~ * {
    margin-top: 25px;
  }
  .contacto .contacto-top .contacto-top-blq2 > * {
    width: 340px;
  }
  .contacto .formContacto {
    padding: 32px;
  }
  .contacto .formContacto fieldset {
    position: relative;
  }
  .contacto .formContacto .form-bottom {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .contacto .formContacto .form-bottom .form-bottom-blq3 .btn {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .contacto .contacto-top .contacto-top-blq2,
  .contacto .contacto-top .contacto-top-blq3 {
    padding: 16px;
    background-color: #023331;
  }
  .contacto .contacto-top .contacto-top-blq2 {
    margin-top: 35px;
    border-radius: 4px 4px 0 0;
  }
  .contacto .contacto-top .contacto-top-blq3 {
    border-radius: 0 0 4px 4px;
  }
  .contacto .formContacto {
    padding: 16px;
  }
  .contacto .formContacto .form-bottom {
    margin-top: 12px;
  }
  .contacto .formContacto .form-bottom .form-bottom-blq2 {
    order: -1;
  }
  .contacto .formContacto .form-bottom .form-bottom-blq3 .btn {
    width: 100%;
    display: flex;
  }
}

.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 .contentButton {
    margin-top: 20px;
  }
  .noticias1 .blq-cont .blq-btn {
    position: absolute;
    bottom: 0;
    left: 624px;
  }
}
@media (max-width: 1439px) {
  .noticias1 .blq-cont .blq-btn {
    margin-top: 40px;
    text-align: center;
  }
}
@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;
  }
  .noticias1 .blockFeatured-content .contentPlainText,
  .noticias1 .blockFeatured-content .contentButton {
    display: none;
  }
}

.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;
  right: 0px;
}
@media (min-width: 1440px) {
  .noticias2 .blq-btn,
  .servicios .blq-btn,
  .proyectos .blq-btn,
  .eventos .blq-btn {
    top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .noticias2 .blq-btn,
  .servicios .blq-btn,
  .proyectos .blq-btn,
  .eventos .blq-btn {
    top: 6px;
  }
}
@media (min-width: 1024px) {
  .noticias2 .blockFeatured-type2-item .blockFeatured-content .contentTitle,
  .servicios .blockFeatured-type2-item .blockFeatured-content .contentTitle,
  .proyectos .blockFeatured-type2-item .blockFeatured-content .contentTitle,
  .eventos .blockFeatured-type2-item .blockFeatured-content .contentTitle {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .noticias2,
  .servicios,
  .proyectos,
  .eventos {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .noticias2,
  .servicios,
  .proyectos,
  .eventos {
    margin-top: 40px;
  }
  .noticias2 .blq-btn,
  .servicios .blq-btn,
  .proyectos .blq-btn,
  .eventos .blq-btn {
    top: -2px;
  }
}

@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) {
    display: none;
  }
}

.noticias2 .blockFeatured-type2-list .blockFeatured-type2-item .contentDate {
  padding-top: 30px;
  margin-top: auto;
}
.noticias2 .blockFeatured-type2-list .blockFeatured-type2-item .contentLinklist {
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 1439px) {
  .eventos:not(.esCarousel) .agenda-modo-complete {
    grid-template-columns: repeat(2, 1fr);
  }
  .eventos:not(.esCarousel) .agenda-modo-complete .blockFeatured-type2-item:nth-child(3n) {
    display: none;
  }
}/*# sourceMappingURL=inicioFront.css.map */