﻿.font_futura {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_futura_bold {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_futura_black {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_agenda {
  font-family: "agenda";
}
.carousel {
  position: relative;
}
.carousel__image {
  height: 500px;
  background-size: cover;
  background-position: center;
}
@media only all and (max-width: 576px) {
  .carousel__image {
    height: 280px;
  }
}
.carousel .slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2.5px;
  padding: 0;
  cursor: pointer;
}
.carousel .slick-dots li.slick-active button:before {
  opacity: 0.85;
}
.carousel .slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.carousel .slick-dots button:before {
  font-family: 'slick';
  font-size: 1.5625rem;
  line-height: 2.1625rem;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel__banner {
  text-align: center;
  background-color: #696E6D;
  padding: 30px 120px;
}
@media only all and (max-width: 1024px) {
  .carousel__banner {
    padding: 30px 100px;
  }
}
@media only all and (max-width: 576px) {
  .carousel__banner {
    padding: 20px 25px;
  }
}
.carousel__banner .carousel__banner-title {
  color: white;
  font-size: 1.7rem;
  line-height: 2.3rem;
  margin-bottom: 20px;
  font-weight: 100;
}