/*VARIABLES*/
.montserrat-light {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  background-color: #f7f7f7;
  color: #010101;
  font-family: "Montserrat", sans-serif;
}

.br {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .module {
    padding: 56px 0 !important;
  }
}

@media (min-width: 1280px) {
  .header .alternate .list-idiomas a .icon-angle-down {
    display: inline-block !important;
    visibility: visible !important;
    width: auto !important;
  }
  .header .alternate .list-idiomas .nav-link {
    border: 1px solid #000 !important;
  }
  .header .navbar-expand-custom .navbar-nav .nav-link {
    color: #000 !important;
    text-shadow: none !important;
    background-image: none !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: #000 !important;
  }
}
.header .wrapper-logo2 .vseparator {
  background: #000 !important;
  width: 2px !important;
}
.header .wrapper-logo2 .logo2 {
  width: 98px !important;
  margin-left: 10px !important;
}
.header.clicked-white .logo2 {
  width: 100px !important;
}

/*cabecera*/
.cabecera {
  position: relative;
}
@media (max-width: 768px) {
  .cabecera {
    height: 80vh;
  }
}
.cabecera .play-button {
  border: none;
}
.cabecera .play-button:hover svg {
  fill: #000;
}
.cabecera .play-button:hover svg path {
  fill: #fff;
}
.cabecera.wrapper-video-modal {
  height: calc(100vh - 90px);
}
.cabecera.wrapper-video-modal .wrapper,
.cabecera.wrapper-video-modal img {
  height: calc(100vh - 90px);
}
.cabecera .wrapper {
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.cabecera .wrapper-content {
  padding: 30px;
}
.cabecera .wrapper-title {
  margin-top: 10vh;
}
.cabecera .wrapper-title .title {
  font-weight: 100;
}
.cabecera .wrapper-title .title,
.cabecera .wrapper-title .subtitle {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cabecera .wrapper-title .title,
.cabecera .wrapper-title .subtitle {
    max-width: 70%;
  }
}
.cabecera .wrapper-title .subtitle {
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: 400;
}
.cabecera .wrapper-logo-copy {
  bottom: 30px;
}
.cabecera .play-modal {
  background: transparent;
}
.cabecera img.play {
  width: 90px;
}
.cabecera .colorWhite .title {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(0deg, #000 85%, rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
}

.clear {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(to top, transparent 0%, white 100%);
}

.reveal {
  width: 100%;
}
.reveal .claim span {
  display: block;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 300;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(0deg, #000 85%, rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
}
@media (min-width: 768px) {
  .reveal .claim span {
    font-size: 74px;
    line-height: 1.7;
  }
}

/*parallax*/
.img-parallax {
  background-position: bottom;
  /* Set a specific height */
  min-height: 600px;
  position: relative;
  left: 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 768px) {
  .img-parallax {
    min-height: 1100px;
  }
}
@media (min-width: 768px) {
  .img-parallax.par-1 {
    height: 1941px;
  }
}
@media (min-width: 768px) {
  .img-parallax.par-2 {
    height: 1877px;
  }
}
.img-parallax.par-4 {
  height: 1300px;
}
.img-parallax.par-4 .slick-dots li button:before {
  font-size: 16px;
}
@media (min-width: 768px) {
  .img-parallax.par-4 {
    height: 1400px;
  }
  .img-parallax.par-4 .slick-dots li button:before {
    display: none;
  }
}
@media only screen and (max-device-width: 1366px) {
  .img-parallax {
    background-attachment: scroll;
  }
}
.img-parallax .wrapper-copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

/*estilos timeline

#horizontal-scoll {
  padding: 200px 0;
}*/
.horizontal-scoll-wrapper {
  overflow: hidden;
  height: 525px;
}

.horizontal {
  display: flex;
  height: 100%;
}

.horizontal > div {
  display: flex;
  flex-shrink: 0;
  padding: 0 5px;
}

.horizontal .card-hor {
  align-items: stretch;
  width: 1540px;
  padding: 50px 40px;
}

.destacados .wrapper-title .h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
}
.destacados .wrapper-title .text {
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 1;
}
.destacados .wrapper-title hr {
  width: 74px;
  height: 8px;
  background: #000;
  margin: 20px 0;
}
.destacados .wrapper-title hr.colorWhite {
  background: #fff;
}
.destacados p {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .destacados p {
    font-size: 16px;
  }
}

.approach__quote__container {
  position: relative;
  background-color: darkblue;
  padding: 50px;
  color: white;
  font-size: 60px;
  font-weight: 100;
  width: 200%;
  line-height: 65px;
}

.slider-x3 .slick-dots li {
  background: #ccc;
  border-radius: 100%;
}
.slider-x3 .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}
.slider-x3 .slick-dots li.slick-active button:before {
  color: #000;
}
.slider-x3 .custom-card {
  padding: 15px;
  position: relative;
  color: #000;
}
.slider-x3 .custom-card .wrapper-img {
  min-height: 140px;
}
@media (min-width: 768px) {
  .slider-x3 .custom-card .wrapper-img {
    min-height: 185px;
  }
}
@media (min-width: 1200px) {
  .slider-x3 .custom-card .wrapper-img {
    min-height: 215px;
  }
}
.slider-x3 .custom-card:hover {
  text-decoration: none;
}
.slider-x3 .custom-card:hover .caption .title {
  text-decoration: underline;
}
.slider-x3 .caption .title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
.slider-x3 .caption .date {
  font-size: 14px;
}
.slider-x3 .caption .location {
  font-size: 14px;
  font-weight: 700;
}
.slider-x3 .clip {
  color: #fff;
  font-size: 11px;
  width: 80px;
  position: absolute;
  text-align: center;
  top: -3px;
  left: 15px;
}
.slider-x3 .clip .text {
  position: absolute;
  text-align: center;
  width: 98px;
  margin-left: -3px;
  padding-top: 10px;
  top: 4px;
}
.slider-x3 .clip .text span {
  display: block;
}
.slider-x3 .clip .text span.date {
  font-size: 14px;
  font-weight: 700;
}
.slider-x3 .clip .text span.year {
  font-size: 13px;
}

.carousel img {
  max-width: 395px;
  height: 222px;
  object-fit: cover;
}
.carousel-indicators {
  bottom: -52px;
}
.carousel-indicators li {
  background-color: #ccc;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.carousel-indicators li:after {
  bottom: 4px;
  background: #fff;
  left: 7px;
  width: 5px;
  height: 5px;
  top: 8px;
  border-radius: 100%;
}
.carousel-indicators li.active {
  background-color: #ccc;
}
.carousel-indicators li.active:after {
  background: #000;
}
.carousel-indicators li:hover {
  cursor: pointer;
}

.wrapper-cta {
  text-align: center;
}
.wrapper-cta a {
  color: black;
  font-weight: 500;
  letter-spacing: 1.5px;
  font-size: 20px;
  border-radius: 5px;
  border: 3px solid black;
  padding: 10px 20px;
  margin: 20px auto;
  display: inline-block;
  text-align: center;
}
.wrapper-cta a:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}

@media (max-width: 576px) {
  .bg-mob {
    background: #030327;
  }
}

.wrapper-shgallery {
  min-height: 1000px;
}
@media (max-width: 576px) {
  .wrapper-shgallery {
    background-size: contain !important;
  }
}

.sh-gallery {
  /*Miniaturas*/
  /* The Modal (background) */
  /* Modal Content (image) */
  /* Add Animation */
  /* 100% Image Width on Smaller Screens */
}
.sh-gallery figcaption {
  display: none;
}
.sh-gallery .thumbnail {
  cursor: pointer;
  transition: 0.3s;
}
.sh-gallery .thumbnail:hover {
  opacity: 0.6;
  cursor: pointer;
}
.sh-gallery .modal {
  display: block;
  opacity: 0;
  /* Hidden by default */
  position: inherit;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding-top: 120px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 0vh;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* white w/ opacity */
}
.sh-gallery .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
.sh-gallery .modal-content, .sh-gallery .caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@media only screen and (max-width: 700px) {
  .sh-gallery .modal-content {
    width: 100%;
  }
}
.sh-gallery .modal .container {
  padding: 0;
}
@media (min-width: 768px) {
  .sh-gallery .modal .container {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.sh-gallery .modal .waa {
  display: block;
  top: 26%;
}
@media (min-width: 768px) {
  .sh-gallery .modal .waa {
    top: 40%;
  }
}
.sh-gallery .modal .waa circle {
  fill: rgba(255, 255, 255, 0.9);
}
.sh-gallery .modal .waa.waaright {
  right: 6%;
  left: auto;
}
.sh-gallery .modal .waa.waaleft {
  left: 6%;
  right: auto;
}
.sh-gallery .modal .detalle {
  margin: 0 auto;
}
.sh-gallery .modal .detalle .slick-arrow {
  top: 40%;
  width: 50px;
  height: 50px;
}
.sh-gallery .modal .detalle .slick-arrow.slick-prev {
  left: 5%;
}
.sh-gallery .modal .detalle .slick-arrow.slick-next {
  right: 5%;
}
@media (min-width: 768px) {
  .sh-gallery .modal .detalle .fig-modal {
    padding-top: 28px;
  }
}
.sh-gallery .modal .detalle .fig-modal .title {
  font-size: 1.5em;
}
.sh-gallery .modal .detalle .fig-modal .number {
  color: #000;
  font-size: 1.5em;
}
.sh-gallery .modal .detalle .fig-modal .number:after {
  padding: 0 0.2em;
  margin-right: 0;
}
.sh-gallery .modal .detalle .fig-modal .total {
  padding-right: 0.5em;
  color: grey;
}
.sh-gallery .modal .detalle .slick-dots {
  visibility: hidden;
}
.sh-gallery .modal .detalle figure .infoImg {
  bottom: 100px;
}
@media (min-width: 768px) {
  .sh-gallery .modal .detalle figure .infoImg {
    bottom: 70px;
  }
}
@media (min-width: 992px) {
  .sh-gallery .modal .detalle figure .infoImg {
    bottom: 170px;
  }
}
@media (min-width: 992px) {
  .sh-gallery .modal .detalle {
    /*.slick-arrow{
      top: 83%;
      &.slick-prev{
        right: 24%;
        left: auto;
      }
      &.slick-next{
        left: auto;
        right: 17%;
      }

    }*/
  }
  .sh-gallery .modal .detalle figure {
    padding-bottom: 100px;
  }
  .sh-gallery .modal .detalle .fig-modal .title {
    max-width: 70%;
  }
}
.sh-gallery .modal .icon-close {
  position: absolute;
  z-index: 9999;
  top: 100px;
  right: 9%;
  color: #5A5A5A;
  font-size: 1.5rem;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  border: 1px solid #ccc;
  font-weight: 600;
}
.sh-gallery .modal .icon-close:hover {
  cursor: pointer;
}

.sh-gallery .row {
  margin-bottom: 56px;
}
.sh-gallery .thumb {
  cursor: pointer;
}
.sh-gallery .thumb:hover {
  cursor: pointer;
}
.sh-gallery .thumb figure {
  text-align: center;
  margin-bottom: 30px;
}
.sh-gallery .thumb .infoImg {
  visibility: hidden;
}

.js .sh-gallery .img-description {
  display: none;
  position: fixed;
  z-index: 99;
  width: 80vw;
  bottom: 0;
}
.js .sh-gallery .img-description .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sh-gallery figure {
  position: relative;
}

.wrapper-copy {
  font-size: 12px;
}
.wrapper-copy .copy-symbol {
  margin: 2px 5px;
  margin-left: 0;
  display: inline-block;
}
.wrapper-copy .copy-symbol.copy-hover {
  display: none;
}

footer .title .d-block {
  font-size: 20px;
}
@media (min-width: 992px) {
  footer .title .d-block {
    font-size: 24px;
  }
}
footer .wrapper-rrss ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
footer .wrapper-rrss img {
  width: 40px;
}
footer .d-block,
footer .link {
  color: #000;
}

.wrapper-slider,
.wrapper-thumbnails {
  padding-top: 40px;
}

.block-3.par-5 {
  background-size: cover;
}

.bgcover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

/*# sourceMappingURL=style.css.map */
