.header-transparent + .slider {
  margin-top: -100px;
}
.header-transparent.header-full + .slider {
  margin-top: -135px;
}

.header-transparent + .slider .slide-item {
  padding-top: 100px;
  height: 100vh;
}
.header-transparent.header-full + .slider .slide-item {
  padding-top: 165px;
  height: 100vh;
}

.slider {
  padding: 0;
}
.slider .slide-item {
  height: calc(100vh - 165px);
  min-height: 550px;
  
}
.slider .slide__subtitle {
  color: #213360;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.slider .slide__title {
  font-size: 75px;
  line-height: 1.1;
  margin-bottom: 25px;
}
.slider .slide__desc {
  color: #3e556a;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  max-width: 550px;
  margin-bottom: 30px;
}
.slider .slick-dots {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}
.slider .cta-banner {
  max-width: 270px;
  padding: 50px 40px;
}
.slider .cta-banner:before {
  content: "";
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 0;
  width: 2px;
  background-color: #32CDE8;
}
.slider .cta-banner .cta__title {
  font-family: "Quicksand", sans-serif;
}
.slider .cta-banner .slick-dots {
  position: static;
  text-align: left;
  margin-left: -17px;
}
.slider .cta-banner .slick-dots li button {
  border-color: #213360;
}
.slider .cta-banner .slick-dots li.slick-active button {
  border-color: #32CDE8;
}
.slider .cta-banner .slick-dots li:not(:first-child):before, .slider .cta-banner .slick-dots li:not(:last-child):after {
  background-color: #213360;
}
.slider .cta-banner .slick-dots li.slick-active:before, .slider .cta-banner .slick-dots li.slick-active:after {
  background-color: #32CDE8;
}
.slider .slick-arrow {
  transform: translateY(30px);
}
.slider .contact-panel-wrapper {
  position: relative;
}
.slider .contact-panel {
  position: absolute;
  right: 15px;
  bottom: -100px;
  z-index: 5;
  padding: 50px;
  max-width: 370px;
}
.slider .contact-panel .contact-panel__title {
  margin-bottom: 15px;
}
.slider .contact-panel .form-group {
  margin-bottom: 20px;
}

.slider-centerd {
  text-align: center;
}
.slider-centerd .slide__desc {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .slider .slick-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .slider .slick-arrow:before {
    font-size: 50px;
  }
  .slider .slick-arrow.slick-next {
    right: 20px;
  }
  .slider .slick-arrow.slick-prev {
    left: 20px;
  }
  .slider .btn {
    min-width: 190px;
  }
  .slider .btn.btn__outlined {
    line-height: 58px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .slider .slide-item {
    padding-right: 50px;
    padding-left: 50px;
  }
  .slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .slider .slick-arrow.slick-next {
    right: 10px;
  }
}
/* Large Size Screens */
@media (min-width: 992px) and (max-width: 1200px) {
  .slider .slide__title {
    font-size: 65px;
  }
}
/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .slider .slide__title {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .header-transparent + .slider {
    margin-top: 0 !important;
  }
  .slider .slide-item {
    min-height: 0;
    padding: 100px 10px;
    height: auto !important;
  }
  .slider .slide__desc {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
  }
}
/*  Small Screens and tablets  */
@media (min-width: 576px) and (max-width: 767px) {
  .slider .slide__title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .slider .slick-arrow.slick-prev {
    left: 0;
  }
  .slider .slick-arrow.slick-next {
    right: 0;
  }
}
/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .slider .slide__title {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .slider .btn {
    margin-bottom: 10px;
  }
  .slider .slick-arrow {
    display: none;
  }
  .slider .slide-item {
    padding: 30px 10px;
  }
}
/***********************************/


/* Solo el slide que tenga slide-dark se oscurece */
.slider .slide-item.slide-dark .bg-img img {
  filter: brightness(0.4); /* 0.4 = más oscuro, 1 = normal */
}

/* Poner el texto en blanco en ese slide */
.slider .slide-item.slide-dark .slide__title,
.slider .slide-item.slide-dark .slide__desc {
  color: #fff;
}