@charset "UTF-8";
.bgWhite {
  background: #FFFDFA;
}

body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}

.visible {
  visibility: visible;
}

.noned {
  display: none;
}

hr {
  visibility: hidden;
  margin: 0.5rem 0;
}

.wrapper-copy.rotate {
  transform: rotate(-90deg);
  transform-origin: 0;
  font-size: 13px;
}
.wrapper-copy.rotate .copy-text {
  display: inline-block;
  margin-bottom: 0;
  width: max-content;
  padding: 0px 5px 35px 30px;
}
.wrapper-copy.rotate .icon-info-square {
  display: none;
}

.banner .img-cover {
  object-position: bottom !important;
}

.cabecera .colorWhite .title {
  font-weight: 500 !important;
}

.title {
  font-family: "Abril Fatface", serif;
}

.text {
  font-family: "Open Sans", sans-serif;
}

.destacados .wrapper-title .title {
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .destacados .wrapper-title .title {
    font-size: 50px;
  }
}

.wrapper-text .text {
  font-weight: 300;
}
@media (min-width: 992px) {
  .wrapper-text .text {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .wrapper-text.text-left {
    padding-left: 4rem;
  }
}
@media (min-width: 768px) {
  .wrapper-text.text-right {
    padding-right: 4rem;
  }
}

.carousel-miro {
  text-align: -webkit-center;
  height: 100%;
}
.carousel-miro .slick-dots li button:before {
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 1px solid black;
  background-color: transparent;
  opacity: 1;
}
.carousel-miro .slick-dots li.slick-active button:before {
  background-color: black;
  opacity: 1;
}

.timeline-par {
  position: relative;
  z-index: -1;
  /* Create the parallax scrolling effect */
}
.timeline-par .wrapper {
  position: absolute;
  top: 0;
}

.bg {
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.bg .container-fluid {
  height: 100%;
  display: flex;
  justify-content: center;
}

/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 992px) {
  .bg {
    background-attachment: scroll;
  }
}
.bg .wrapper-title .title {
  font-size: 26px;
}
@media (min-width: 768px) {
  .bg .wrapper-title .title {
    font-size: 36px;
  }
}
.bg .wrapper-title .subtitle {
  font-size: 23px;
}

.bg .wrapper-text.text-left {
  padding-left: 0;
}

@media (min-width: 768px) {
  .bg .container-fluid {
    width: 90%;
  }
}

.marca-unica {
  background-image: url(Design/imagenes/usadas/fondo-mensaje-cierre.jpg);
  min-height: 329px;
  position: relative;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-campañas {
  background-image: url(Design/imagenes/usadas/Banner-campañas.jpg);
  min-height: 495px;
  position: relative;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 56px;
}

footer {
  background: #fff;
}
footer .wrapper-legal {
  font-size: 16px;
}
footer .wrapper-legal a {
  text-decoration: underline;
}
footer .wrapper-legal a:hover {
  color: #fff;
}
footer .wrapper-rrss img {
  width: 40px;
}

.timeline-par .overflow-hidden {
  overflow-y: hidden;
}

.flag {
  height: 0px;
  width: 100%;
}

.wrapper-tree {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.6s ease;
  visibility: visible;
  position: fixed;
  top: 0;
  height: 93vh;
}
@media (min-width: 992px) {
  .wrapper-tree {
    display: flex;
  }
}
.wrapper-tree .item-th {
  margin-bottom: 30px;
  margin-right: auto;
  margin-top: 30px;
}
.wrapper-tree .item-th:before {
  content: "";
  position: absolute;
  background: #9B9B9B;
  width: 4px;
  height: 100%;
  left: 49%;
}
.wrapper-tree .item-th .date {
  opacity: 0.5;
  font-family: "Abril Fatface", serif;
  font-size: 22px;
  width: 90px;
  text-align: right;
}
.wrapper-tree .item-th .img-fluid {
  opacity: 0.5;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  width: 90px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.wrapper-tree .item-th .circle {
  color: #9B9B9B;
  background: #fff;
  position: relative;
  z-index: 9999;
  width: 22px;
  height: 22px;
  border: 4px solid;
  border-radius: 100%;
  margin: 0 10px;
}
.wrapper-tree .item-th:nth-child(even) .date {
  order: 3;
  text-align: left;
}
.wrapper-tree .item-th:nth-child(even) .circle {
  order: 2;
}
.wrapper-tree .item-th:nth-child(even) img {
  order: 1;
}
.wrapper-tree .item-th img {
  transform: scale(0.7);
  transition: transform 1s;
}
.wrapper-tree .item-th.active {
  opacity: 1;
  visibility: visible;
  color: #E71C03;
}
.wrapper-tree .item-th.active .date,
.wrapper-tree .item-th.active .img-fluid {
  opacity: 1;
}
.wrapper-tree .item-th.active .circle {
  color: #E71C03;
}
.wrapper-tree .item-th.active img {
  transform: scale(1);
}
.wrapper-tree .item-th:last-child {
  margin-bottom: 50%;
}

.bg-adorno {
  background-image: url("/export/sites/segtur/.content/Landings/40aniversario/imagenes/fondo-mensaje-cierre.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.fixit .wrapper-tree {
  visibility: visible;
  position: fixed;
  top: 0;
}

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