/* Telefonos en vertical (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .paragraph--view-mode--slide-caption-center .carousel-caption {
    height: 50%;
  }
}

/* Telefonos en horizontal (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .paragraph--view-mode--slide-caption-center .carousel-caption {
    height: 50%;
  }
}

/* Tabletas y Ipod (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
   .paragraph--view-mode--slide-caption-center .carousel-caption {
    height: 65%;
  }
}

/* Ordenadores y Laptops (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .paragraph--type--carousel .carousel {
    position: relative;
  }
  .paragraph--view-mode--slide-caption-center .carousel-caption {
    height: 65%;
  }
}

/* Pantallas grandes (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .paragraph--type--carousel .carousel {
    position: relative;
    /*margin-left: -4px;*/
    /*margin-right: -4px;*/
  }
  .paragraph--view-mode--slide-caption-center .carousel-caption {
    height: 65%;
  }
}

/*  .paragraph--type--carousel .btn {*/
/*    width: 100%;*/
/*    max-width: 250px;*/
/*    border-radius: 25px;*/
/*  }*/
/*.paragraph--type--carousel a {*/
/*  text-decoration: none;*/
/*}*/
