<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*------------------------------------*\
#SHOW ON SCROLL
\*------------------------------------*/

.row {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}


.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs, .col-xs-1 {
    position: relative;
    width: 100%;
}

@media (min-width: 860px) {
    .col-md-1 {
        width: 8.3333333333%;
    }
}

@media (min-width: 860px) {
    .col-md-6 {
        width: 50%;
    }
}

.marcador-on-scroll {
  display: block;
  background-color: rgba(226, 226, 226, 0.75);
 
  font-size: 0.75rem;
}

.show-on-scroll-1 {
  margin-bottom: 64px;
	    margin-top: 96px !important;
    margin-bottom: 96px !important;
}

@media (min-width: 860px) {
  .show-on-scroll-1 .target-on-scroll .img-on-scroll {
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
  }
  .show-on-scroll-1 .target-on-scroll .img-on-scroll.is-visible {
    opacity: 1;
  }
  .show-on-scroll-1 .target-on-scroll .img-on-scroll img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .show-on-scroll-1 .img-on-scroll {
    display: none;
  }
  .show-on-scroll-1 .target-on-scroll-wrap {
    display: block;
    position: sticky;
    top: 0;
    min-height: 100vh;
  }
  .show-on-scroll-1 .img-on-scroll-content {
    height: 100%;
    width: 100%;
    padding-right: 20px;
  }
}
@media (max-width: 860px) {
  .show-on-scroll-1 .target-on-scroll {
    display: none;
  }
  .show-on-scroll-1 .img-on-scroll {
    margin-bottom: 40px;
  }
}
.show-on-scroll-2 {
  margin-bottom: 64px;
}
.show-on-scroll-2 .img-on-scroll {
  display: none;
}
.show-on-scroll-2 .target-on-scroll .img-on-scroll {
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
}
.show-on-scroll-2 .target-on-scroll .img-on-scroll.is-visible {
  opacity: 1;
}
.show-on-scroll-2 .target-on-scroll .img-on-scroll img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
	    max-width: 1060px;
}
.show-on-scroll-2 .target-on-scroll-wrap {
  display: block;
  position: sticky;
  top: 0;
  min-height: 100vh;
}
.show-on-scroll-2 .img-on-scroll-content {
  height: 100%;
  width: 100%;
}
.show-on-scroll-2 .content-on-scroll:last-of-type p:last-child {
  margin-bottom: 0;
}

@media (min-width: 860px) {
  .show-on-scroll-2 .img-on-scroll-content {
    padding-right: 20px;
  }

  .content-on-scroll:last-of-type p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 860px) {
  .show-on-scroll-2 .target-on-scroll {
    position: sticky;
    top: 0;
  }
  .show-on-scroll-2 .content-on-scroll {
    padding: 48px 0 40px;
  }
  .show-on-scroll-2 .content-on-scroll:not(:last-of-type) {
    margin-bottom: 100vh;
  }
	
}


.show-on-scroll-2 .target-on-scroll-wrap {
  width: 100vw;
}

.content-on-scroll {
  min-height: 100vh;
  padding: 30vh 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-on-scroll &gt; div {
  position: relative;
  padding: 30px 20px;
	margin: 0;
    max-width: 100%;
    color: #ffffff;
}
.content-on-scroll &gt; div::before {
  content: "";
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #243333;
  z-index: 0;
}
.content-on-scroll &gt; div h3,
.content-on-scroll &gt; div p, 
.content-on-scroll &gt; div h4  {
  position: relative;
	color: #ffffff;
}
.content-on-scroll &gt; div h4  {
    font-family: "Open Sans";
    font-weight: 900;
    font-size: 24px;
    line-height: 140%;
	padding-bottom: 20px;}


.content-on-scroll &gt; div p {
  font-weight: 400;
}

@media (min-width: 860px) {
  .content-on-scroll &gt; div {
    padding: 30px;
  }
}

@media (max-width: 860px) {
.show-on-scroll-2 .target-on-scroll-wrap {
    width: 100%;
}}</pre></body></html>