/*1848px*/
.cabecera-imagen {
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: white;
}
@media screen and (max-width: 767px) {
  .cabecera-imagen {
    max-height: 36em;
  }
}
.cabecera-imagen .bg {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cabecera-imagen .bg:before {
  content: "";
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+67&1+0,0+67 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(67%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 67%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.3;
}
.cabecera-imagen .bg:after {
  content: "";
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006b5c+0,006b5c+100&1+0,0+100 */
  background: linear-gradient(45deg, rgb(0, 107, 92) 0%, rgba(0, 107, 92, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.8;
}
.cabecera-imagen .bg picture {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cabecera-imagen .bg img {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.cabecera-imagen .top {
  position: absolute;
  top: 8em;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1500px) {
  .cabecera-imagen .top {
    top: 7.5em;
  }
}
@media screen and (max-width: 1023px) {
  .cabecera-imagen .top {
    top: 7em;
  }
}
@media screen and (max-width: 767px) {
  .cabecera-imagen .top {
    top: 6.5em;
  }
}
.cabecera-imagen .top:before, .cabecera-imagen .top:after {
  content: none;
}
.cabecera-imagen .bottom {
  width: 100%;
  min-height: 15.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding-bottom: 2.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../../images/pattern-1.png);
  background-size: auto 15.625em;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1500px) {
  .cabecera-imagen .bottom {
    background-size: auto 14.5em;
  }
}
@media screen and (max-width: 1023px) {
  .cabecera-imagen .bottom {
    background-size: auto 12.5em;
  }
}
@media screen and (max-width: 767px) {
  .cabecera-imagen .bottom {
    min-height: 14.5em;
    padding-bottom: 2em;
    background-size: auto 8em;
  }
}
.cabecera-imagen .bottom .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cabecera-imagen .bottom .row:before, .cabecera-imagen .bottom .row:after {
  content: none;
}
.cabecera-imagen .bottom .inner {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.875em;
  border-top: thin solid white;
}
@media screen and (max-width: 1500px) {
  .cabecera-imagen .bottom .inner {
    padding-top: 1.75em;
  }
}
@media screen and (max-width: 1023px) {
  .cabecera-imagen .bottom .inner {
    padding-top: 1.675em;
  }
}
@media screen and (max-width: 767px) {
  .cabecera-imagen .bottom .inner {
    padding-top: 1.5em;
  }
}
.cabecera-imagen .bottom p {
  display: block;
  margin: 0.833em 0 0;
  font-size: 1.5em;
  line-height: 133.33%;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1500px) {
  .cabecera-imagen .bottom p {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1023px) {
  .cabecera-imagen .bottom p {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .cabecera-imagen .bottom p {
    font-size: 1em;
  }
}
.cabecera-imagen .bottom p:first-child {
  margin-top: 0;
}
.cabecera-imagen .bottom .scroll-wrapper {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 1.875em;
}
@media screen and (max-width: 1500px) {
  .cabecera-imagen .bottom .scroll-wrapper {
    margin-top: 1.75em;
  }
}
@media screen and (max-width: 1023px) {
  .cabecera-imagen .bottom .scroll-wrapper {
    margin-top: 1.675em;
  }
}
@media screen and (max-width: 767px) {
  .cabecera-imagen .bottom .scroll-wrapper {
    margin-top: 1.5em;
  }
}
.cabecera-imagen .bottom .scroll-wrapper a {
  width: 3em;
  height: 3em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: thin solid #F5F5F5;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F5F5F5;
  text-decoration: none;
  color: #2B2729;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .cabecera-imagen .bottom .scroll-wrapper a {
    font-size: 0.875em;
  }
}
.cabecera-imagen .bottom .scroll-wrapper a:hover {
  background-color: transparent;
  color: white;
}
.cabecera-imagen .bottom .scroll-wrapper a:before {
  content: "\f063";
  display: inline-block;
  font-family: "la-solid-900";
  font-size: 0.9375em;
  font-weight: 400;
}
.cabecera-imagen .caption {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cabecera-imagen .caption .titulo-1 {
  max-width: 12.555em;
}
.cabecera-imagen .caption .cta-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.875em;
}
@media screen and (max-width: 1500px) {
  .cabecera-imagen .caption .cta-wrapper {
    margin-top: 1.75em;
  }
}
@media screen and (max-width: 1023px) {
  .cabecera-imagen .caption .cta-wrapper {
    margin-top: 1.675em;
  }
}
@media screen and (max-width: 767px) {
  .cabecera-imagen .caption .cta-wrapper {
    margin-top: 1.5em;
  }
}

.type-onaz_home .cabecera-imagen .caption .titulo-1 {
  max-width: 11.3em;
}