﻿.wrapper_swiper_overview{
    position: relative;
    height: 460px;
}
.wrapper_swiper_overview .banner{
    width: 100%;
    height: 100%;
    position: absolute;
}
.swiper_button_prev_bpd {
    background-image: none !important;
    transform: rotate(180deg);
    font-size: 4rem;
    color: #fff;
    left: 4% !important;
}

.swiper_button_next_bpd {
    background-image: none !important;
    font-size: 4rem;
    color: #fff;
    right: 4% !important;
}
.swiper_button_next_bpd span,
.swiper_button_prev_bpd span{
    text-shadow: 0px 1px 4px #949494;
}
.swiper_pagination_bullets_bpd .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: transparent;
    opacity: 1;
    border: 2px solid #fff;
}
.swiper_pagination_bullets_bpd .swiper-pagination-bullet-active{
    background: #ffffff;
}

.swiper_overview {
    height: 100%;
    width:100%;
}
.slide_content p{
    color: white!important;
    font-size:18px;
    font-weight: 500;
}

.slide_content .link_bpd {
    color: white!important;
    margin-top: 20px;
}
.swiper-slide{
    background-repeat: no-repeat;
    background-size:cover;
    background-position: 42% 50%;
}
@media (max-width: 768px) {
	.wrapper_swiper_overview {
    position: relative;
    height: 300px;
	}
	.slide_content{
    position: relative;
    top: -75px;
	}
	.slide_content p{
    color: white!important;
    font-size:18px;
    font-weight: 500;
    width:75%;
	}
	.slide_content .link_bpd {
    color: white!important;
    margin-top: 0px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    top: 245px;
	}

}
@media (max-width: 450px) {
	.slide_content p{
    color: white!important;
    font-size:18px;
    font-weight: 500;
    width:100%;
	}
	.slide_content-2 {
    position: relative;
    top: -120px!important;
	}
	.slide_content{
    position: relative;
    top: -100px;
	}


}


/* Overview */

#banner.rellenoY {
    padding-bottom: 70px;
}


#detalles, #beneficios {
    padding-top: 40px;
}

.productosDestacados ul {
    margin-left: 20px;
}

#card-overview-wrapper .list-section .card-wrapper .card-compare .card-attribute {
    width: 24% !important;
    max-width: 200px;
}

.productosDestacados .contenedorDestacado {
    margin-right: 20px;
}

.productosDestacados .descripcionDestacado {
    border-radius: 20px;
}
#detalles h3.tituloSeccion {
    margin-bottom: 20px;
}

.productosDestacados .contenedorInformacion {
    min-height: 130px;
}

#cashbackSlide .splide__arrow--next {
    right: -7.6em;
}

#cashbackSlide .splide__arrow--prev {
    left: -7.6em;
}

#cashbackSlide .splide__arrow {
    background-color: transparent;
}

#cashbackSlide .splide__pagination__page {
    background: transparent;
    border: 2px solid #00a5c2;
    border-radius: 50%;
    display: inline-block;
    height: 13px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linea;
    min-width: 12px;
}

#cashbackSlide .splide__pagination__page.is-active {
    background-color: #00a5c2;
    transform: none;
}

 #cashbackSlide .splide__pagination {
    visibility: hidden;
}

a.ctaNoCliente.ctaNoClienteMobile {
    display: none !important;
    padding: 22px 15px !important;
}

@media (max-width: 1300px) {
    #cashbackSlide .splide__arrow--next {
        right: -4.6em;
    }
    
    #cashbackSlide .splide__arrow--prev {
        left: -4.6em;
    }
}

@media (max-width: 998px) {
     #cashbackSlide .splide__arrows {
        display: none;
    }

    #cashbackSlide .splide__pagination {
        visibility: visible;
    }

    .productosDestacados .contenedorDestacado {
        margin-right: 0;
    }
}

@media (max-width: 768px) {


    #card-overview-wrapper .list-section .card-wrapper .card-compare .card-attribute {
        width: 100% !important;
        max-width: 100%;
    }

    a.ctaNoCliente.ctaNoClienteMobile {
        display: inline-block !important;
    }

    a.ctaNoClienteDesktop {
        display: none !important;
    }

    
}
