#parte8 {
  margin-bottom:64px;
  padding:0;
}
#parte8 *{
    padding:0;
    margin:0;
}
#parte8 .auxi{
    max-width: initial;
    margin: 0 auto;
    padding-inline: 4.583%;
}
#parte8 a {
  text-decoration: none;
  outline: none;
  color: #000;
}
#parte8 img {
  width: 100%;
  display: block;
  /*-ms-flex-item-align: center;*/
  /*-webkit-align-self: center;*/
  /*align-self: center;*/
  /*-webkit-flex: 0 0 auto;*/
  /*flex: 0 0 auto;*/
}
#parte8 .btn-sec {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  transition: .2s all ease;
  color: #BF0010;
  font-family: MontserratBold, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    
}
#parte8 .swiper-slide {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  	-webkit-box-shadow: 0px 1px 7px 2px rgb(0 0 0 / 5%); 
	-moz-box-shadow: 0px 1px 7px 2px rgb(0 0 0 / 5%); 
	box-shadow: 0px 1px 7px 2px rgb(0 0 0 / 5%);
	width: 424px;
}
#parte8 .box-dest {
  /*height: 100%;*/
  /*position: relative;*/
  /*transition: .2s all ease;*/
  /*display: flex;*/
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -moz-box;*/
  /*display: -ms-flexbox;*/
  /*-webkit-box-lines: single;*/
  /*-moz-box-lines: single;*/
  /*-ms-flex-wrap: wrap;*/
  /*-webkit-flex-wrap: wrap;*/
  /*flex-wrap: wrap;*/
  /*-webkit-box-orient: block-axis;*/
  /*-webkit-box-orient: vertical;*/
  /*-moz-box-orient: block-axis;*/
  /*-moz-box-orient: vertical;*/
  /*-ms-flex-direction: column;*/
  /*-webkit-flex-direction: column;*/
  /*flex-direction: column;*/
  /*-ms-flex-align: stretch;*/
  /*-moz-box-align: stretch;*/
  /*-webkit-box-align: stretch;*/
  /*-webkit-align-items: stretch;*/
  /*align-items: stretch;*/
  /*-webkit-flex: 1 0 auto;*/
  /*flex: 1 0 auto;*/
}
#parte8 .box-dest .img-wrap {
  width: 100%;
  /*position: relative;*/
  /*overflow: hidden;*/
}
#parte8 .box-dest .img-wrap img {
  transition: .2s all ease;
  height: 327px;
}
#parte8 .box-dest .cont-txt {
  margin: 20px 30px 24px;
  padding: 16px;
}
#parte8 .swiper-slide .cont-txt {
    width:auto;
    border:none;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
#parte8 .box-dest .tit {
    font-family: MontserratBold, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    color: #262626;
    margin-bottom: 16px;
}
#parte8 .box-dest .baj {
    font-family: MontserratRegular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #262626;
    margin-bottom: 33px;
}
#parte8 .box-dest .cont-btn {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: end;
  -moz-box-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-orient: block-axis;
  flex-direction:row;
  -webkit-flex-direction:row;
}
#parte8 .box-dest .arrow-r {
  background-image: url(../../../../imag/v1/icon/portadas/consejos/leer_mas.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 1;
  width: 9.78px;
  height: 16px;
  vertical-align: middle;
  bottom: 2px;
  position: relative;
  margin-right: 16px;
  display: inline-block;
}

#parte8.carousel-sec .cont-arrows {
  margin-top: 69px;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 29px;
}
#parte8.carousel-sec .cont-arrows .swiper-button-prev, 
#parte8.carousel-sec .cont-arrows .swiper-button-next {
    background-color: transparent;
    top: auto;
    bottom: 0;
    position: relative;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    width: 15px;
    height: 23px;
    outline: none;
}
#parte8.carousel-sec .swiper-button-next {
  background-image: url(../../../../imag/v1/icon/portadas/consejos/arrow_enable_blue.png);
  right: 0;
}
#parte8.carousel-sec .swiper-button-prev {
  background-image: url(../../../../imag/v1/icon/portadas/consejos/arrow_enable_blue.png);
  left: 0;
}
#parte8.carousel-sec .cont-arrows .swiper-button-prev.swiper-button-disabled {
  background-image: url(../../../../imag/v1/icon/portadas/consejos/arrow_disable_grey.png);
  rotate: 0deg;
}
#parte8.carousel-sec .cont-arrows .swiper-button-next.swiper-button-disabled {
  background-image: url(../../../../imag/v1/icon/portadas/consejos/arrow_disable_grey.png);
}
@media (max-width: 767px){
    #parte8.carousel-sec {
        margin-bottom:56px;
    }
    #parte8 .auxi {
        padding: 0;
        padding-left: 24px;
    }
    #parte8.carousel-sec .swiper-slide {
        max-width:264px;
    }
    #parte8 .box-dest .img-wrap img{
        height: 211px;
    }
    #parte8 .btn-sec {
        width: max-content;
        font-size: 13px;
        line-height: 16px;
        text-transform: none;
    }
    #parte8 .box-dest .cont-txt {
        padding: 24px;
        padding-left: 25px;
        margin: 0;
    }
    #parte8 .box-dest .tit {
      font-size: 18px;
      line-height: 22px;
    }
    #parte8 .box-dest .baj {
      font-size: 14px;
      line-height: 16px;
    }
    #parte8 .box-dest .arrow-r {
        margin-right: 7px;
        scale: 0.8;
    }
    #parte8.carousel-sec .cont-arrows {
        margin-top: 22px;
        gap: 18.39px;
    }
    #parte8.carousel-sec .cont-arrows .swiper-button-prev,
    #parte8.carousel-sec .cont-arrows .swiper-button-next {
        width: 9.78px;
        height: 15px;
    }
}

@media (max-width: 426px){
    #parte8 article:not(.swiper-slide-active){
        box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 5%);
    }
}