body {
  font-family: 'Montserrat', sans-serif;
}

header {
  background-color: #235F4E;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}

header .icono {
  padding: 60px 0 5px 0;
}

header .white-band {
  background: rgba(255, 255, 255, 0.8);
  padding: 25px 0;
}

header h1 {
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  margin: 50px 0 30px 0;
}

header h1 strong {
  font-weight: 600;
}

header h2 {
  color: #fff;
  font-size: 20px;
  margin: 25px;
  font-weight: 400;
}

header p {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}

@media (max-width: 767px) {
  header h1 {
    font-size: 22px;
    margin: 30px 0 30px 0;
    padding: 0 20px;
  }
  header p {
    font-size: 16px;
  }
  header .white-band {
    padding: 15px 0;
  }
  header .white-band > .logo {
    width: 190px;
  }
}

@media (max-width: 350px) {
  header h1 {
    font-size: 17px !important;
  }
}

.uppercase {
  text-transform: uppercase;
}

#tabs-mobile {
  margin-bottom: 15px;
}

#carousel-bs .slide {
  background-size: cover;
  background-position: center center;
  min-height: 560px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

#carousel-bs .slide h2 {
  color: #fff;
  margin: 0 0 25px 0;
  font-size: 40px;
}

#carousel-bs .slide p.lead {
  color: #fff;
  margin: 0;
}

#carousel-bs .slide p.lead:after {
  content: '';
  display: block;
  width: 300px;
  height: 2px;
  background-color: #fff;
  margin: 15px auto;
}

#carousel-bs .slide .btn {
  font-size: 16px;
}

#carousel-bs .slide-1 {
  background-image: url(../img/slider-img1.jpg);
  color: #fff;
}

#carousel-bs .slide-2 {
  background-image: url(../img/slider-img2.jpg);
}

#carousel-bs .slide-3 {
  background-image: url(../img/slider-img3.jpg);
}

.owl-theme .btn-warning {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.owl-theme .item-btn {
  width: 92%;
}

.owl-theme h4 {
  font-weight: 700;
}

#carousel-bs .slide .btn-warning {
  border-radius: 0;
  background-color: #F09700;
}

#carousel-bs .slide p.lead {
  font-weight: 600;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.65);
}

#carousel-bs .slide h2 {
  font-weight: 600;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.65);
}

@media (max-width: 767px) {
  .owl-theme .item-descr {
    min-height: 215px;
    padding: 10px 15px;
  }
  .owl-theme h4 {
    text-align: center;
  }
  .owl-theme .item-btn {
    position: absolute;
    bottom: 30px;
    width: 92%;
    margin: 0 auto;
  }
  #carousel-bs .slide {
    padding: 0 20px;
    min-height: 300px;
  }
  #carousel-bs .slide h2 {
    font-size: 22px;
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  padding: 5px !important;
  background-color: #dfdfdf;
  font-size: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 0;
  position: absolute;
  top: 38%;
  display: block !important;
  border: 0px solid black;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  display: block;
  margin-top: -3px;
}

.owl-carousel .owl-nav .owl-prev {
  left: -67px !important;
}

.owl-carousel .owl-nav .owl-next {
  right: -67px;
}

@media (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    top: 15%;
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: -16px !important;
  }
  .owl-carousel .owl-nav .owl-next {
    right: -16px;
  }
}

.owl-carousel .owl-nav button.owl-next:hover i, .owl-carousel .owl-nav button.owl-prev:hover i {
  color: #ccc;
}
