.receta-carousel {
  width: 100vw;
  height: 50vw;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-bottom: 5vw;

}

.receta-carousel .recetas-swiper {
  display: flex;
  justify-content: center;
}

.receta-carousel .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;



}

.receta-carousel .receta-image {
  width: 100%;
  height: 22vw;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 1vw;
}

.receta-carousel .excerpt {
  width: 100%;
  height: 3vw;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
}



.receta-carousel .title3 {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 2vw;
  padding-bottom: 1vw;
  color: #ce1141;
  font-family: "Gotham";
  font-weight: 800;
  font-size: 1.4vw;
  text-transform: uppercase;
}

.receta-carousel .title2 {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 2vw;
  padding-bottom: 1vw;
  color: #ce1141 !important;
  font-family: "Gotham";
  font-weight: 800;
  font-size: 4vw;
  text-align: center;
  text-transform: uppercase;
}



.receta-carousel .excerpt {


  width: 100%;
  color: gray;
  display: flex;
  justify-content: start;
  align-items: start;
  text-align: start;

}

.receta-carousel .plus-container {

  background-color: #f9ebeb;
  padding: 0;
  margin: 0;
  border-radius: 0% 80% 0% 80%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  aspect-ratio: 1/1;
  padding-top: 1vw;
  padding-bottom: 1vw;
  position: absolute;
  top: 51%;
  left: 70%;

}


.receta-carousel .title4 {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #ce1141;
  font-family: "Gotham";
  text-align: center !important;
  align-self: center;
  font-weight: 800;
  font-size: 3vw;
  text-transform: uppercase;
}


.receta-carousel .swiper-button-prev {
  left: 5%;
  top: 43%;
  color: #ce1141;
  transform: translateX(-25%);
}

.receta-carousel .swiper-button-next {
  right: 5%;
  top: 43%;
  color: #ce1141;
  transform: translateX(25%);
}


.receta-carousel .swiper-pagination {

  position: relative;
  width: auto;
  height: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.receta-carousel .swiper-pagination-bullet {
  opacity: 1;
  width: 1vw;
  height: 1vw;
  background-color: transparent;
  border: 2px #ce1141 solid;
}

.receta-carousel .swiper-pagination-bullet-active {
  opacity: 1;
  width: 1vw;
  height: 1vw;
  background-color: #ce1141;
  border: 2px #ce1141 solid;
}

@media (max-width :766px) {

  .receta-carousel .swiper-button-prev,
  .receta-carousel .swiper-button-next {
    display: none !important;
  }

  .receta-carousel {
    width: 100vw;
    height: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 5vw;

  }




  .receta-carousel .receta-image {

    height: 50vw;

  }

  .receta-carousel .plus-container {

    width: 30%;
    top: 55%;
    left: 71%;
  }

  .receta-carousel .title4 {

    font-size: 6vw;

  }

  .receta-carousel .title3 {

    font-size: 4vw;
  }


  .receta-carousel .excerpt {
    width: 100%;
    height: 6vw;

  }


  .receta-carousel .title2 {
    font-size: 6vw;
    padding-top: 4vw;
    padding-bottom: 4vw;


  }

  .receta-carousel .swiper-pagination {

    position: relative;
    width: 90%;
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10vw;
    padding-top: 5vw;
  }

  .receta-carousel .swiper-pagination-bullet {
    opacity: 1;
    width: 2vw;
    height: 2vw;
    background-color: transparent;
    border: 2px #ce1141 solid;
  }

  .receta-carousel .swiper-pagination-bullet-active {
    opacity: 1;
    width: 2vw;
    height: 2vw;
    background-color: #ce1141;
    border: 2px #ce1141 solid;
  }









}