.beply-plans article.header-prices,
.beply-plans .lista-precios {
    display: flex;
}

.beply-plans .all {
    margin-top: 70px;
}

.beply-plans .all li {
    position: relative;
}

.beply-plans .recomendada {
    position: absolute;
    width: 100%;
    background-color: #ededed;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: calc(100% + 50px);
}

.beply-plans .recomendada h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    font-weight: 800;
    color: #D20000;
}

.beply-plans article.header-prices .title h2 {
    margin-bottom: 0px;
}

.beply-plans article.header-prices .switcher {
    width: 25%;
    min-width: 350px;
}

.beply-plans article.header-prices ul {
    align-items: start;
    justify-content: center;
}

.beply-plans article.header-prices .title {
    width: 75%;
}

.beply-plans .all ul {
    flex-wrap: wrap;
    justify-content: center;
}

.beply-plans .all li {
    padding: 30px;
    width: calc(25% - 3.75px);
    border: 1px solid #00000033;
    margin-left: 5px;
}

.beply-plans .all li:first-child {
    margin-left: 0px;
}

.beply-plans .all li .header-prices {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.beply-plans .all li .header-prices>i {
    font-size: 40px;
}

.beply-plans .all li .header-prices h4 {
    margin: 0px;
}

.beply-plans .all .mensual strong,
.beply-plans .all .anual strong {
    font-size: 16px;
}

.beply-plans .all .mensual,
.beply-plans .all .anual {
    display: flex;
    align-items: end;
}

.beply-plans .all .mensual span,
.beply-plans .all .anual span {
    margin: 0px 3px;
}

.beply-plans .all .mensual h4 {
    font-weight: 800;
    color: #d20000;
    margin: 0px;
}

.beply-plans .all .anual h6 {
    font-weight: 800;
    margin: 0px;
}

.beply-plans .all .button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.beply-plans .button {
    border: none;
    background-color: #D20000;
    color: white;
    border-radius: 0px;
    font-weight: 400;
    padding: 7px 26px;
    margin: 20px 0px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.beply-plans .button:hover {
    color: white;
    font-size: 15px;
}

.beply-plans .precio_base {
    display: none;
}

.beply-plans .custom {
    border: 1px solid #00000033;
    padding: 30px;
    margin-top: 5px;
}

.beply-plans .custom .button {
    padding: 7px 26px;
    margin: 0px;
}

.beply-plans .custom .content {
    display: flex;
    justify-content: space-between;
}

.beply-plans .header-prices {
    display: flex;
    justify-content: space-between;
}

.beply-plans .header-prices>i {
    font-size: 40px;
}

.beply-plans .switcher li label:before {
    content: "";
    background: transparent;
    border: 3px solid #D20000;
    border-radius: 100%;
    display: inline-block;
    height: 35px;
    width: 35px;
}

.beply-plans .switcher li input[type=radio]:checked+label:before {
    content: "✔";
    font-size: 20px;
    margin-bottom: 8px;
    color: #D20000;
    padding: 0px 0px 0px 6px;
}

.beply-plans .switcher li input[type=radio] + label {
    cursor: pointer;
}

.beply-plans .switcher li input[type=radio] {
    display: none;
}

.beply-plans .switcher li {
    width: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.beply-plans .switcher li h5 {
    margin: 0px;
}

.beply-plans .switcher li p {
    text-align: center;
    font-size: 13px;
    color: #D20000;
    font-weight: 800;
}

@media (max-width: 1130px) {

    .beply-plans .all li,
    .beply-plans .custom {
        width: 330px;
        margin: 10px 40px !important;
    }

    .beply-plans .custom {
        width: calc(100% - 130px);
        margin: 10px 65px !important;
    }

    .beply-plans .all .selected {
        margin-top: 60px !important;
    }
}

@media (max-width: 840px) {

    .beply-plans .all li,
    .beply-plans .custom {
        width: 100%;
        margin: 10px 40px !important;
    }

    .beply-plans .custom {
        width: calc(100% - 80px) !important;
    }

    .beply-plans .custom .content {
        flex-direction: column;
    }
    
    .beply-plans .all li .header-prices.title-plans {
        flex-direction: row;
    }

    .beply-plans .custom .content a {
        margin: 20px 0px;
    }
    
    .beply-plans .header-prices {
        flex-direction: column;
    }
    
    .beply-plans .header-prices .title {
        width: 100% !important;
        margin-left: 15px !important;
    }
    
    .beply-plans .header-prices .switcher {
        width: 100%  !important;
        margin-bottom: -49px;
        margin-top: 22px;
    }
    
    .beply-plans .header-prices .switcher li {
        width: 100px;
    }
    .beply-plans article.header-prices ul {
        align-items: start;
        justify-content: start;
    }
}

@media (max-width: 540px) {

    .beply-plans .all li,
    .beply-plans .custom {
        margin: 20px !important;
    }

    .beply-plans .custom {
        width: calc(100% - 40px) !important;
    }
}

#tarifa1 {
    line-height: 20px;
}

@media (max-width: 425px) {

    .beply-plans .all li,
    .beply-plans .custom {
        width: 100%;
        margin: 10px !important;
    }

    .beply-plans .all .selected {
        margin-top: 50px !important;
    }

    .beply-plans .custom {
        width: calc(100% - 20px) !important;
    }
}

.info-box {
    margin-top: 20px;
    text-align: center;
    background-color: #ededed;
    padding: 20px;
    color: black;
}

.info-box h2 {
    color: black;
}

.info-box p {
    color: black;
}

@media (max-width: 768px) {
    .info-box {
        padding: 10px;
        text-align: left;
        margin: 12px;
    }

    .info-box h2 {
        font-size: 20px;
    }

    .info-box p {
        font-size: 16px;
    }

    .tarifas p {
        font-size: 16px;
    }

    .header-prices {
        max-width: 335px;
    }
}

.tarifas p {
    line-height: 40px; /* Cambiar el valor según tus necesidades */
    margin: 0;
}

#lista1 ul {
    display: block;
    list-style-type: disc;
    padding: 0;
    margin: 0;
}

/* Estilo para los elementos li */
#lista1 li {    
    display: block;
    list-style-type: disc;
    margin: 0;
    width: 100%;
    padding: 0;
    line-height: 1.5; /* Cambia la altura de la línea */
    border: none;
}

#lista2 ul {
    display: block;
    list-style-type: disc;
    padding: 0;
    margin: 0;
}

/* Estilo para los elementos li */
#lista2 li {    
    display: block;
    list-style-type: disc;
    margin: 0;
    width: 100%;
    padding: 0;
    line-height: 1.5; /* Cambia la altura de la línea */
    border: none;
}

.mensual :first-child {
    font-size: 23px !important;
}

.anual :frist-child {
    font-size: 18px !important;
}

.mensual :nth-child(2) {
    font-size: 15px !important;
}

.anual :nth-child(2) {
    font-size: 15px !important;
}