/* Telefonos en vertical (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}

/* Telefonos en horizontal (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* Tabletas y Ipod (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  #cadef-185 .carousel-item{
    height: 737px;
  }

}

/* Ordenadores y Laptops (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .paragraph--type--carousel .carousel {
    position: relative;
    margin-left: -4px;
    margin-right: -4px;
  }
  #cadef-185 .carousel-item{
    height: 737px;
  }
  a.btn.btn-light.special-button {
    margin-top: 160px;
  }
}

/* Pantallas grandes (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .paragraph--type--carousel .carousel {
    position: relative;
    margin-left: -4px;
    margin-right: -4px;
  }
  a.btn.btn-light.special-button {
    margin-top: 160px;
  }
}
a.btn.btn-light.special-button {
  background-color: #ff0061;
  color: #ffffff;
  border: none;
}

/* Quitar prev y back */
#cadef-54 .carousel-control-prev,
#cadef-54 .carousel-control-next,
#cadef-185 .carousel-control-prev,
#cadef-185 .carousel-control-next {
  display: none;
}

.paragraph--type--carousel .btn {
  width: 100%;
  max-width: 250px;
  border-radius: 25px;
}
.paragraph--type--carousel a {
  text-decoration: none;
}
.paragraph--view-mode--slide-caption-center .carousel-caption {
  height: 50%;
}
