#cantidad_total_pagar, #signo, 
#cantidad_total_Nexo_producto,
#cantidad_total_nexo_zona,
#cantidad_total_nexo_publicidad,
#cantidad_total_nexo_reporte{
    font-size: 20px;
    color: blue;
    font-weight: bold;
}
#cant_por_beneficio{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    display: flex;
    justify-content: center;
    /* background: rgb(243,242,242); */
    border-radius: 15px;
    border: 2px #fff solid !important;
    align-items: center;
    height: 55px;
}
#borrar,#cart{
    width: 100%;
}
#tu_plan_actual, #container_acordion{
    border-radius: 15px;
    margin-top: 5px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 0%), 0 2px 1px -1px rgb(0 0 0 / 0%), 0 1px 3px 0 rgb(0 0 0 / 20%);
    transition: box-shadow 0.1s linear, transform 0.15s ease-out;
}
#beneficio_actual{
    font-size: 15px;
}
.line{
    border-right: 1px #000 solid !important;
    padding-right: 50px;
}
#desc_acordion{
    font-size: 13px;
} 
#btn_acordion{
    width: 200px !important;
}
#beneficios{
    background: rgb(243,242,242);
    border-radius: 15px;
    display: flex;
    align-items: center;
    height: 55px;
    border: 2px #fff solid !important;
}
#precios{
    background: rgb(243,242,242);
    border-radius: 15px;
    border: 2px #fff solid !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
}
#btncantidad{
    display: flex;
    align-items: center;
    justify-content: center;
}
#btnmas, #btnmenos{
    border-radius: 50%;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 0%), 0 2px 1px -1px rgb(0 0 0 / 0%), 0 1px 3px 0 rgb(0 0 0 / 20%);
    transition: box-shadow 0.1s linear, transform 0.15s ease-out;
    
}
.input-number {
    width: 40px;
    vertical-align: top;
    text-align: center;
    outline: none;
}

.input-number {
border: 1px solid #ccc;
height: 20px;
user-select: none;
}

.input-number-decrement,
.input-number-increment {
display: flex;
width: 30px;
height: 30px;
border:1px solid #ccc;
justify-content: center;
background: #f1f1f1;
color: #444;
text-align: center;
font-weight: bold;
cursor: pointer;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.input-number-decrement:active,
.input-number-increment:active {
background: #ddd;
}


.checked_preferencia_busqueda,
.checked_nexo_publicidad,
.checked_nexo_reporte{
    width: 30px;
    height: 40px;
}
#precioview,#titulocol,#titulocolcant{
    display: none;
}
#row_precio{
    display: flex;
    justify-content: center;
    align-content: center;
}
#btncantidad{
    font-weight: 600;
    text-align: center;
    color: #4f7bbd;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
    #beneficios{
        font-size: 14px;
    }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
    #beneficios,#precios{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #precioview,#titulocolcant,#titulocol{
        display: block;
    }
    #titulocolcant{
        text-align: right;
    }
    #precioview_principal{
        display: none;
    }
}