/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2025 | 18:41:45 */
.elementor-accordion .elementor-accordion-item {
    border-radius: 10px;
}
.que_incluyen{
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 26px;
	color: #221551;
	text-align: center;
}
.p-relative{
    position: relative !important;
}
.main-card{
    font-family: 'Poppins', sans-serif;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 39px 40px 29px;
}
.main-card .title{
    width: 100%;
    display: block;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
}
.main-card .subtitle{
    width: 100%;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color:#000;
}
.main-card .price{
     width: 100%;
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    
    color: #8258f8;
}
.main-card label{
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #121112;
}
.main-card a{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #8258F8;
    text-decoration: underline;
}
.main-card .btn{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
}
.main-card .floating-selection{
    position: absolute;
    top: -10px;
    left: 0px;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    cursor:poMontserrat;

    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    width: 74px;
    height: 74px;
    display: flex;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main-card .floating-selection .number{
    font-weight: 700;
    font-size: 32px;
    line-height: 20px;
}
.main-card .floating-selection .month{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.btn{
    display: inline-block;
    border-radius: 10px;
    text-decoration: none !important;
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    padding: 17px 32px;
    
}
.main-card a:not(.btn){
    width: 100%;
}
.btn-primary{
    background: #8258F8;
    color: #FFFFFF !important;
}
.slide-content{
    display: flex;
    flex-direction: row;
    align-items: center;
}
/*, .swiper-slide*/
.period-box{
    padding: 0px 32px;
    color:#000;
    border: 1px solid #999999;
    border-radius: 40px;
    display: flex;
    /*justify-content: space-evenly;*/
    width:100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    padding-top:12px;
    padding-bottom:12px;
}
.period-box .option{
    cursor:pointer;
    flex: 1;
    text-align: center;
}
.swiper-button-next{
    background-image: url('/wp-content/uploads/2025/04/rigth-arrow.svg');
    background-color:#fff;
    width:40px;
    height:40px;
    border-radius: 50%;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    background-size: 18px 11px;
    right:0;
    transform: translateX(50%);
}
.swiper-button-prev{
    background-image: url('/wp-content/uploads/2025/04/left-arrow.svg');
    background-color:#fff;
    width:40px;
    height:40px;
    border-radius: 50%;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    background-size: 18px 11px;
    left:0;
    transform: translateX(-50%);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
  content: none !important;
}
.flex-center{
    justify-content: center;
}
@media(max-width:767px){
    .main-card{
        padding: 21px 25px 27px;
    }
    .main-card .title{
        font-size: 20px;
        line-height: 22px;
    }
    .main-card .subtitle{
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
    }
    .main-card .price{
        font-weight: 900;
        font-size: 16px;
        line-height: 22px;
    }
    .main-card img{
        width: 157px;   
    }
    .main-card a{
        font-family: 'Poppins', sans-serif;
        text-decoration: none;
        font-weight: 500;
        font-size: 11.5px;
    }
    .period-box{
        padding: 6px 32px;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
    }
    .main-card .floating-selection{
        width: 52px;
        height: 52px;
    }
    .main-card .floating-selection .number{
        font-weight: 600;
        font-size: 15px;
        line-height: 18px;
    }
    .main-card .floating-selection .month{
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
    }
    a.btn.btn-primary{
        font-size: 12px;
        line-height: 16px;
    }

}
.bg-skyblue{
    background: #20B7E4 !important;
}
.bg-purple{
    background: #8258f8 !important;
}
.bg-yellow{
    background: #FF8A00 !important;
}
.bg-fucsia{
    background: #221551 !important;
}
.bg-blue{
    background: #002993 !important;
}
.ventajas-box .outher-circle{
   width: 104px;
   height: 104px;
   padding: 10px;
   border-radius: 50%;
   box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.ventajas-box .inner-circle{
   background: #fff !important;
   height: 100%;
   width: 100%;
   display: flex;
   padding:15px;
   border-radius: 50%;
}
.ventajas-box{
   text-align: center;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.ventajas-box .thumbnail{
   
}
.ventajas-box .title{
   font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 24px;
    color:#000;
}
.ventajas-box .text{
   font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
@media(max-width:767px){
   .ventajas-box .outher-circle{
       height: 54px;
       width: 54px;
       padding: 7px;
   }
   .ventajas-box .inner-circle{
       padding:5px;
   }
   .ventajas-box .title{
       text-align: left;
       font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
   }
   .ventajas-box .text{
       /* mobile/txt6 */
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        text-align: left;
   }
   .ventajas-box{
       display: grid;
       grid-template-columns: 0.3fr 1fr;
   }
}
.text-center{
    text-align: center !important;
}
.mt-5{
    margin-top:40px;
}
.pi-3{
    padding-inline: 60px;
}
.d-flex{
    display:flex;
}
.dh-center{
    align-items:center;
    justify-content: center;
}
.below-bubble-text{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.bubble-msg{
    width: 258px;
    height: 60px;
    border-radius:10px;
    background: #8258f8;
    color: #FFFFFF;
    position: relative;
    z-index:2;
    display:flex;
    flex-direction: column;
    justify-content: end;
}
.bubble-msg h3{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
}
.bubble-msg:after{
    content:'';
    border-radius:5px 0px;
    width:30px;
    height: 30px;
    background: #8258f8;
    position:absolute;
    z-index:-1;
    bottom:0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
    transform: translateX(-50%) translateY(50%) rotate(45deg);
}
/*Acordeon */
.elementor-element-785b910 .elementor-accordion .elementor-accordion-item{
        border: none;
}
.elementor-element-785b910 .elementor-accordion .elementor-tab-content {
    border-top: none;
}
@media(max-width:767px){
    .bubble-msg{
        width: 158px;
        height: 50px;
    }
    .bubble-msg h3{
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 16px;
        line-height: 22px;
        margin-bottom:10px;
    }
    .below-bubble-text{
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px
    }
}