@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap');
:root {
    --fontp: 'Poppins', sans-serif;
    --colorp: #6C00FF;
    --colorw: #FFFFFF;
    --color-verde: #00ff4e;
}
/* FORM */
.wpforms-container .wpforms-field {
    padding: 0 0 15px 0 !important;
}
/*  */
#whatsapp {
    position: fixed;
    bottom: 40px;
    right: 0px;
    border-radius: 5px 0 0 5px;
    background: #000;
    color: #fff;
    font-size: 30px;
    padding: 10px;
    z-index: 999 !important;
    transition: ease-in-out all .2s;
}
#whatsapp:hover {
    background: #0dc143;
    transform: scale(1.1);
}
/*  */
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    color: #fff;
    background: none;
    border: none !important;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
    background: none !important;
    border: none !important;
}
.woocommerce-multi-currency.wmc-shortcode .wmc-currency {
    background-color: transparent !important;
    color: #fff;
}
/*  */
.swiperINCLUYE {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.swiperINCLUYE .img img {
    height: 70px;
    text-align: center;
}
.swiperINCLUYE h4 {
    font-size: 15px;
    font-family: var(--fontp);
    color: var(--colorp);
    text-align: center;
}
.swiperINCLUYE .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    padding: 20px;
}
.swiper-pagination {
    bottom: 0px !important;
}
.swiper-pagination-bullet {
    width: 20px !important;
    height: 10px !important;
    border-radius: 5px !important;
    background: #fff !important;
}
.swiperINCLUYE-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50px);
    background-color: #00ff4e;
    z-index: 9;
    font-size: 30px;
    color: #fff;
}
.swiper-button-prev-incluye {
    position: absolute;
    left: -30px;
    cursor: pointer;
}
.swiper-button-next-incluye {
    position: absolute;
    right: -30px;
    cursor: pointer;
}
/* TESTIMONIOS */
.swiper-testimoniosREB {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.swiper-testimoniosREB .img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-testimoniosREB .img img {
    text-align: center;
    border-radius: 50%;
}
.swiper-testimoniosREB p {
    width: 80%;
    font-size: 15px;
    font-family: var(--fontp);
    color: var(--colorw);
    text-align: center;
    font-weight: 400;
}
@media (max-width:567px) {
    .swiper-testimoniosREB p {
        line-height: 1.2;
        font-size: 13px;
        font-weight: 300;
    }
    .swiperINCLUYE h4 {
        font-size: 13px;
        line-height: 1.2;
    }
    
}
.swiper-testimoniosREB .firma {
    font-size: 18px;
    font-family: var(--fontp);
    color: var(--colorw);
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
}
.swiper-testimoniosREB .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.swiper-button-next, .swiper-button-prev {
    color: var(--colorw) !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: var(--colorw) !important;
}

/* WOOCOMMERCE */
.woocommerce-order {
        color: #fff;
        background: var(--colorp);
        padding: 40px 40px;
        border-radius: 20px;
        font-family: var(--fontp);
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td {
    color: #fff !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot td, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot th {
    color: var(--color-verde);
    font-size: 1.2rem;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table td, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table th, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt  {
    background-image: linear-gradient(252deg, var(--e-global-color-14c76d2 ) 0%, var(--e-global-color-2b70b4b ) 100%) !important;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
}