.swiper-container.carousel-home {
    width: 950px;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 950px){
    .swiper-container.carousel-home {
        width: 700px;
    }  
}

@media (max-width: 767px){
    .swiper-container.carousel-home {
        width: 100%;
    }  
}


.carousel-home .swiper-slide{
    text-align: center;
    width: 340px;
    height: 400px;
    border-radius: 20px;
    padding: 20px 0;
    z-index: 1;
}
.carousel-home .swiper-slide h3 {
    color: #fff;
    font-size: 2em;
    padding: 15px 20px 0 20px;
    line-height: 1em;
}
.carousel-home .swiper-slide h6 {
  color: #fff;
  padding: 0 20px;
  font-size: 1em;
  font-style: italic;
}
.carousel-home .slide-content {
    display: none;
}
.carousel-home .swiper-slide-active {
    background-color: #fff;
    /* border: 1px solid black; */
}
.carousel-home .swiper-slide-active .slide-content {
    display: inherit;
}
.carousel-home .swiper-slide-active h3 {
    color: #124A90;
}
.carousel-home .swiper-slide-active h6 {
    color: #124A90;
}
.carousel-home .swiper-slide img {
    width: 150px;
    margin-top: 25px;
}
.carousel-home .swiper-slide .boton {
  border-radius: 20px;
  padding: 06px 15px 4px 15px;
  border-color: #124a90;
  background-color: #124a90;
  color: #fff;
  text-decoration: none;
}

 /*  PRE I NEXT */
.carousel-home .swiper-slide-prev {
    background-color: #DDC646;

}
.carousel-home .swiper-slide-prev .slide-content {
    display: inherit;
}
.carousel-home .swiper-slide-prev .slide-content {
  padding-right: 20px;
}

.carousel-home .swiper-slide-next {
    background-color: #DDC646;
}
.carousel-home .swiper-slide-next .slide-content {
    display: inherit;
}
.carousel-home .swiper-slide-next .slide-content {
  padding-left: 20px;
}

.carousel-home .swiper-slide-prev img,
.carousel-home.swiper-slide-next img {
    width: 120px;
    margin-top: 55px;
}

.carousel-home .swiper-slide-prev h3,
.carousel-home .swiper-slide-next h3 {
    padding: 0 35px;
    margin-top: 25px;
}

.carousel-home .swiper-slide-prev h6,
.carousel-home .swiper-slide-next h6 {
  display: none;
}
.carousel-home .swiper-slide-prev a,
.carousel-home .swiper-slide-next a {
  display: none;
}


.carousel-home .swiper-slide-next .boton-slider,
.carousel-home .swiper-slide-prev .boton-slider {
  display: none;
}

.carousel-home .swiper-button-next {
    background-image: url(../img/button-next.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}
.carousel-home .swiper-button-prev {
    background-image: url(../img/button-prev.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

@media (min-width: 1025px){
    .carousel-home .swiper-button-next {
        right: 292px;
    }
    .carousel-home .swiper-button-prev {
        left: 292px;
    }
}

  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none;
  }


