header{
    background: linear-gradient(90deg, #3800FF 0%, #ED008C 100%);
    padding-top: 2%;
    padding-bottom: 1%;
    top: 0;
    position: relative;
}

.checkout-stepper
{
    padding: 10px 0 20px 0;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 1.5em;
}

.line_checkout-stepper-sub
{
    width: 100%;
    height: 26px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: space-between;
}

.line_checkout-stepper-sub .stepper-item {
    position: relative;
    z-index: 2;
}

.line_checkout-stepper-sub.step2
{
    position: relative;
}

.line_checkout-stepper-sub.step2:after {
    content: "";
    background: white;
    width: 52%;
    position: absolute;
    left: 0;
    top: 0;
    height: 26px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index: 1;
}
.line_checkout-stepper-sub.step3
{
    position: relative;
}

.line_checkout-stepper-sub.step3:after {
    content: "";
    background: white;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 26px;
    border-radius: 15px;
    z-index: 1;
}

.line_checkout-stepper .stepper-item--label
{
    color: #FFF;
    font-weight: 100;
    text-align: center;
    letter-spacing: .5px;
}

.line_checkout-stepper-sub2
{
    display: flex;
    justify-content: space-between;
    margin-top: .2em;
}

.btn-change-sede
{
    background: url(../../assets/img/new_2025/change_sede.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 1.5em;
    color: #000;
    font-weight: 300;
    font-size: 1em;
    margin-bottom: 1em;
    display: block;
}

.checkout-title-container h2
{
    color: #000;
    font-weight: 500;  
}

.checkoutgeneralplanes .single-plan--container 
{
    position: relative;
}

.checkoutgeneralplanes .single-plan--container .checkmark-wrapper
{
    display: flex;
    padding-right: 0;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}



.checkoutgeneralplanes .single-plan--container .checkmark-wrapper div.firstdiv
{
    width: 60%;
    text-align: left;
    margin-bottom: .5em;
    border-right: 1px solid #44C7FF;
    padding-right: 1em;
    margin-right: 1em;
}


.checkoutgeneralplanes .single-plan--container h3
{    
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    white-space: nowrap;
}

.checkoutgeneralplanes .single-plan--container .tagname
{    
    background: #44C7FF;
    color: #FFF;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 1px;
    padding-left: .9em;
    display: block;
    padding-right: .9em;
    padding-top: .25em;
    padding-bottom: .25em;    
}

.checkoutgeneralplanes .single-plan--container .tagname_value
{    
    background: url(../../assets/img/new_2025/arrow_tag.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: .8em;
    color: #000;
    font-size: 13px;
    display: block;
    margin-top: .5em;
    font-weight: 200;
}

.checkoutgeneralplanes .single-plan--container .single-plan-pricing
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    border: 1px solid #44C7FF;
    border-radius: 10px;
    color: #44C7FF;
    padding-left: .7em;
    padding-top: .2em;
    padding-bottom: .2em;
    margin-top: 1.2em;
}

.checkoutgeneralplanes .single-plan--container .single-plan-pricing span
{
    margin-right: .5em;
    color: #44C7FF;
}

.checkoutgeneralplanes .single-plan--container .checkout-plan-features--wrapper
{
    grid-template-columns: repeat(2, 1fr);
}

.checkoutgeneralplanes .single-plan--container .checkout-plan-features--wrapper .checkout-plan-features--item
{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0px;
}

.checkoutgeneralplanes .single-plan--container .checkout-plan-features--wrapper .checkout-plan-features--item span
{
    color: #000;
}

.checkoutgeneralplanes .single-plan--container .single-plan--cost-breakdown
{
    margin-top: .8em;
}

.checkoutgeneralplanes .single-plan--container .single-plan--cost-breakdown li
{
    border: 0 !important;
    padding-left: 0;
}

.checkoutgeneralplanes .single-plan--container
{
    padding: 10px !important;
    padding-top: 25px !important;
    padding-bottom: 35px !important;
    border: 2px solid #44C7FF;
}

.checkoutgeneralplanes .single-plan--container h4
{
    color: #000;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 1.5em;
}


.checkoutgeneralplanes .checkout-plan-features--wrapper > .included-feature::before
{    
    filter: brightness(0) !important;
    display: block !important;

    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    max-width: 15px !important;
}

.checkoutgeneralplanes .checkout-plan-features--wrapper > .non-included-feature::before
{
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    max-width: 15px !important;
}

.btnext2025
{
    background: #ED008C !important;
    color: #FFF !important;
    border-radius: 40px !important;
    border: 0 !important;
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
    display: flex;
    font-weight: 100;
    letter-spacing: 1px;
    width: auto !important;
}

.btnext2025::after
{
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAXCAYAAABqBU3hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEiSURBVHgBxdQ9agJREAfwmTUJrGkWNBDIl0cQTIosBJITxCMkjQZSxBvE3CCWVnoErcROG7FwwRtYuK1gpY3LuA/Ej0bfwIz+i4VZ9vH/sQ8mAYJJPxdKyftc6/I2dz0Lg7bNGQcEg4g/8dMjxFLKL9ZszogCIqLKGgPwYYNIgGDmYdBP3jyZ9tcVIuvePWbm46AJxwCYzMJBl4MQB3ARKgAOQg1gi1AF2CAw9VLIOxF5oBwCJ94RkN3MUJ/0qp945RdH8ZCBk4TKoouIHUTvjAgahKB+BQiUN2t669Vwce7+IRwhaf+rHP/u353yC/dt2vmfqgP2lZtBFXCoXBVgU64GsC1XAXDKxQHcchPZRYT0zimXB0TY4JSrxPO/HzjfLwFAKZoKpDp1uwAAAABJRU5ErkJggg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
    filter: brightness(0) invert(1) !important;
}

.checkoutgeneralplanes .single-plan--container.thispremium
{
    border-color: #3800FF !important;
}

.checkoutgeneralplanes .single-plan--container.thispremium .tagname
{
    background: #3800FF !important;
}

.checkoutgeneralplanes .single-plan--container.thispremium .single-plan-pricing
{
    border: 1px solid #3800FF !important;
    color: #3800FF !important;
}

.checkoutgeneralplanes .single-plan--container.thispremium .checkmark-wrapper input:checked ~ .checkmark
{
    background-color: #3800FF !important;
}

.checkoutgeneralplanes .single-plan--container.thispremium .single-plan-pricing span
{
    color: #3800FF !important;
}

.accede_all{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, #3800FF 0%, #ED008C 100%);
    margin-left: -10px !important;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    color: #FFF;
    text-align: center;
    font-weight: 200;
    padding-top: .2em;
    padding-bottom: .2em;
}

.lblrecomendado
{
    background: #3800FF;
    color: #FFF;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 13px;
    padding-top: .1em;
    padding-bottom: .1em;
    width: 130px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    top: 3px;
    left: 3px;
}

.checkoutgeneralplanes .single-plan--container.thispremium 
{
    padding-top: 35px !important;
}

.columnplanes
{
    margin-top: 6.2em;
}

.checkoutblocksummary
{
    border-radius: 20px;
    border: 1px solid #3800FF;
    padding: 0;
}

.checkoutblocksummary h4
{
    text-align: left;
    background: #3800FF;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 0;
    padding-left: 1em;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 1em;
    padding-bottom: 1em;
}

.checkoutblocksummary div
{
    display: flex;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
    font-size: 14px;
    justify-content: space-around;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #232323;
    font-weight: 300;
}
.checkoutblocksummary div p mark
{
    display: block;
    color:#3800FF;
}

.horarioatencion div
{
    justify-content: flex-start !important;
    text-align: left !important;
}

.pricingdetails
{
    background: #3800FF;
}

.pricingdetails .pricing-details-payment--header
{
    color: #FFF !important;
}

.pricingdetails .pricing-details-payment--header
{
    border-bottom: 1px solid #7d7d7d !important;
    width: 90% !important;
    margin: 0 auto !important;
}

.checkoutblocksummary-fixed .purchase-datails
{
    flex-direction: row;
}

.checkoutblocksummary-fixed
{

}

.last-purchase-datails
{
    padding-top: 0 !important;
    width: 100%;
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.last-purchase-datails li span
{
    color:#3800FF;
}
.last-purchase-datails ul
{
    width: 80% !important;
}

.colorlabelall label
{
    color:#000 !important;
    font-size: 13px !important;
}

.checkoutmatricula
{
    padding-top: 0 !Important;
}

.topmatriculageneral
{
    margin-top: 4em;
}

.formInitialDNI
{
    display: flex;
    gap: 10px;
}

.formInitialDNI #lblrucb
{
    max-width: 50%;
    border-radius: 25px;
}

.checkout-secure
{
    background: #3800FF;
    color: white;
}

input.switch:checked + label.switch-label 
{
    background: #ED008C !important;
}

.btnsendformend 
{
    font-weight: 100 !important;
    letter-spacing: 1px !important;
    border-radius: 25px !important;
    background: #ED008C url(../../assets/img/new_2025/arrow_btn.png) !important;
    background-repeat: no-repeat !important;
    background-size: 14px !important;
    background-position: center right 20px !important;
    min-width: 183px !important;
}
