.planes-card:nth-child(1)>div,
.planes-card:nth-child(2)>div,
.planes-card:nth-child(3)>div {
    border-bottom: 4px solid #eea594;
}



.planes-card:nth-child(3)>div,
.planes-card:nth-child(2)>div,
.planes-card:nth-child(1)>div {
    border-radius: 0px 50px 0px 70px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 2px;
    background-color: rgb(255, 255, 255);
}



.planes-card button {
    padding: 0.7rem 4rem;
    border-radius: 25px 0px 20px 0px !important;
    font-size: 1.2rem;
}

.precio_plan {
    font-size: 2rem;
}

.card-titulo h4,
.precio_plan,
.card-duracion h5 {
    font-weight: 600;
}


.card-atributos {
    display: flex;
    flex-direction: column;
}

.card-atributos p {
    width: max-content;
}

.card-atributos {
    min-width: fit-content;
}

.card-contacta {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding-top: 2rem;
    padding-bottom: 3rem;
    border-radius: 15px;

}

.card-contacta * {
    font-weight: 900;
}

.card-contacta i {
    font-size: 5rem;
}

.card-contacta .contacta-mail {
    color: rgb(66, 86, 213) !important;
}

.planes-titulo h3 {
    color: #5d9595;
}


.planes-titulo hr {
    margin: 0 4px;
}

.card-titulo h4 {
    color: white;
}

.precio_plan {
    color: #5d9595;
}

.planes-card .card-titulo h4 {
    border-radius: 0px 50px 0px 50px;
    border-bottom: 3px solid #5d9595;
}

.planes-card:nth-child(1) .card-titulo h4,
.planes-card:nth-child(2) .card-titulo h4,
.planes-card:nth-child(3) .card-titulo h4 {
    background-color: #eea594;
}

.planes-card:nth-child(2) {
    margin: 0px 4%;
}

.planes-widget {
    background: url("/media/fondo/test.webp");
    background-size: 100% 100%;
    padding-bottom: 10%;
    position: relative;
}

.planes-card.tarjeta_activa {
    position: static;
    opacity: 1 !important;
}

.selector-plan div {
    padding: 0.4rem 1.3rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: white;
    cursor: pointer;
}

.selector-plan div.boton_activo {
    background: #4d4d4d;
    color: white;
}

.selector-plan div:nth-child(1) {
    border-radius: 10px 0 0px 0;
}

.selector-plan div:nth-child(3) {
    border-radius: 0px 10px 0px 0;
}

@media (min-width:100px) and (max-width:568px) {
    .card-contacta {
        width: 90% !important;
        left: 5%;
        right: 5%;

    }

    .planes-card {
        position: absolute;
        top: 0;
        opacity: 0;
    }

    .planes-widget {
        padding-bottom: 0rem;
    }
}

@media (min-width:568px) and (max-width:768px) {
    .card-contacta {
        width: 90% !important;
        left: 5%;
        right: 5%;

    }

    .planes-card {
        position: absolute;
        top: 0;
        opacity: 0;
    }

    .planes-widget {
        padding-bottom: 4rem;
    }

}