@font-face {
  font-family: wtGothic;
  src: url(../fonts/WTGothic-Regular.woff2) format("woff2"), url(../fonts/WTGothic-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: wtGothic-medium;
  src: url(../fonts/WTGothic-Medium.woff2) format("woff2"), url(../fonts/WTGothic-Medium.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: wtGothic-bold;
  src: url(../fonts/WTGothic-Bold.woff2) format("woff2"), url(../fonts/WTGothic-Bold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

/* Bootstrap 5 - breakpoints */
:root {
  --color-gris-oscuro: rgb(20, 20, 20);
  --color-gris-texto: #ababab;
}

body {
  font-size: 1.1rem;
  font-family: 'wtGothic';
  background-color: var(--color-gris-oscuro);
  color: var(--color-gris-texto);
}
a { color: #ffffff; }
a:hover { color: #ffffff; }
.header {
  padding: 1.4rem 1rem 2.2rem;
}

.header .logo {
  width: 12rem;
}

@media (max-width: 575px) {
  .header {
    text-align: center;
  }
}

.page-title {
  color: #ffffff;
}

.carousel {
  margin: 0 -1.5rem;
}

.carousel .item {
  margin: 0 1.5rem;
}

.carousel .item img {
  width: 100%;
}

.carousel .item iframe {
  width: 100%;
}

.slick-arrow {
  width: 36px;
  height: 36px;
  top: 0;
  transform: translateY(-47px);
  -webkit-transform: translateY(-47px);
  opacity: .6;
  transition: opacity .2s;
  -webkit-transition: opacity .2s;
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-arrow::before {
  content: ' ';
}

.slick-arrow.slick-prev {
  background: url(../img/211689_left_arrow_icon_white.svg) center no-repeat;
  background-size: 28px;
  left: unset;
  right: 49px;
}

.slick-arrow.slick-next {
  background: url(../img/211607_right_arrow_icon_white.svg) center no-repeat;
  background-size: 28px;
  right: 12px;
}

.slick-dots {
  bottom: -33px;
}

.slick-dots li button::before {
  color: #ffffff;
}

.slick-dots li.slick-active button::before {
  color: #ffffff;
}

.footer {
  margin-top: 5rem;
  padding: 3rem 1rem;
  text-align: center;
  font-size: .9rem;
  opacity: .8;
  border-top: 1px solid #222222;
}
/*# sourceMappingURL=styles.css.map */