.swiper-container {
  background: #222;
  width: 100%;
  height: 34vw;
  margin-top: 40px;
  max-height: 500px;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.4);*/
  z-index: 100;
}
.home-hero-desktop-img, .home-hero-mobile-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.swiper-pagination-bullet {
  background: #e34a9c;
  opacity: .3;
}
.swiper-pagination-bullet:hover {
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #e34a9c;
  opacity: 1;
}

.swiper-slide .home-hero-cta {
  padding: 0 2%;
  width: 50%;
  z-index: 1000;
}
.swiper-slide .home-hero-cta h1 {
  font-family: proxima-nova, sans-serif !important;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 0px;
  margin-bottom: .5em;
  position: unset;
  text-transform: unset !important;
  top: unset;
  width: unset;
}
.swiper-slide .home-hero-cta h1 .text-thin {
  font-weight: 300 !important;
  font-size: 78%;
}
.home-hero-cta-bttn {
  text-align: center;
}
.home-hero-cta .home-hero-cta-bttn a {
  background: #c5006e;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'Biryani', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 3rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease-out;
}

/* RESPONSIVE TWEAKS */
@media all and (min-width: 969px) and (max-width: 1430px) {
}

@media all and (max-width: 968px) {
}

@media all and (min-width: 800px) {
  .home-hero-mobile-img {
    display: none;
  }
}

@media all and (max-width: 799px) {
  .swiper-container {
    height: 80vw;
  }
  .home-hero-desktop-img {
    display: none;
  }
  .swiper-slide .home-hero-cta {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0 !important;
  }
}

@media all and (max-width: 599px) {
  .swiper-pagination {
    display: none;
  }
}

@media all and (max-width: 500px) {
  .swiper-slide .home-hero-cta h1 {
    font-size: 2.25rem !important;
  }
  .home-hero-cta .home-hero-cta-bttn a {
    font-size: 1rem;
  }
}




/* compostaje */

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.elementor-image-carousel-caption {
    text-align: left;
    font-family: "Body", Sans-serif;
}