@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;
}
/*  */
html, body {
    overflow-x: hidden !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);
}
#rev_slider_1_1_wrapper {
    background: #fff !important;
}
/*  */
.swiperventajas {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.swiperventajas .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.icono-t {
    position: relative;
}
.ventajas {
    transition: ease-in-out .2s all;
}
.ventajas:hover {
    transform: scale(0.9);
}
.swiperventajas .icono{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    z-index: 2;
    /* border: 10px solid; */
}
.iconobgb {
    position: absolute;
    width: 100%;
    height: 100%;
    background: azure;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    transform: scale(1.2);
    opacity: .5;
}
.swiperventajas .ventajas h3{
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 70px;
    /* border: 10px solid; */
}

/* .swiperventajas .icono:before{
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: .5;
} */
.swiperventajas .icono img{
    width: 103px;
    /* height: 75px; */
    max-height: 90px;
}
/*  */

.swiperprecios {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px !important;
}
.swiperprecios .swiper-wrapper {
    /* justify-content: center; */
    
}
.prices {
    /* text-align: center; */
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 13px 0px rgb(0 0 0 / 15%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: ease-in-out .2s all;
}
.prices:hover {
    transform: scale(0.9);
}
.prices h4{
    padding: 30px 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0;
    position: relative;
}
.prices h4:after{
    content: '';
    height: 10px;
    width: 30px;
    position: absolute;
    display: flex;
    left: 50%;
    right: 50%;
    transform: translateX(-30px);
    bottom: -10px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    clear: both;
}
.prices-items {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    padding: 20px 20px 20px 40px;
    gap: 30px;
    margin: 40px 0 0 0;
    position: relative;
}
.prices-items:before { 
    content: '';
    width: 50%;
    height: 1px;
    background-color: #A6A6A6;
    position: absolute;
    top: 0;
    right: 25%;
    left: 25%;
}
.prices-items:after { 
    content: '';
    width: 50%;
    height: 1px;
    background-color: #A6A6A6;
    position: absolute;
    bottom: 0;
    right: 25%;
    left: 25%;
}
.prices-items div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.prices h5{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 200;
}

.prices-items img{
    width: 23px;
    height: auto;
    margin-right: 20px;
}
@media (max-width:567px) {
    .swiperventajas .icono{
        width: 120px;
        height: 120px;
    }
    .swiperventajas .icono img {
        width: 73px !important;
    }
    .swiperventajas .ventajas h3{
        font-size: 11px;
        margin-top: 40px;
    }
    .prices h4{
        padding: 20px 10px;
        font-size: 18px;
    }
    .prices-items {
        padding: 10px 10px 10px 20px;
        gap: 20px;
        margin: 40px 0 0 0;
        position: relative;
    }
}
/*  */
.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;
}