﻿.text-muted {
    text-decoration: line-through;
}

.Patron {
    /*height: 500px;*/
    background-image: url(/Content/App/Imagenes/Planes/Patron.png);
}


.Tabla {
    background-color: #ffde59;
}

.Alta {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    color: black;
}

.alta {
    background-color: #ffd595;
}

.Online {
    background-color: #f8b841;
}

.intro {
    background-color: #32C7EB;
}
/*internet*/
.pricing {
    font-size: 16px;
}

    .pricing .card {
        border: none;
        border-radius: 1rem;
        transition: all 0.2s;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    }

    .pricing hr {
        margin: 1.5rem 0;
    }

    .pricing .card-title {
        margin: 0.5rem 0;
        font-size: 0.7rem;
        letter-spacing: .1rem;
        font-weight: bold;
    }

    .pricing .card-price {
        font-size: 3rem;
        margin: 0;
    }

        .pricing .card-price .period {
            font-size: 0.8rem;
        }

    .pricing ul li {
        margin-bottom: 1rem;
    }

    .pricing .text-muted {
        opacity: 0.7;
    }

.botones {
    background-color: ghostwhite;
}

.pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}

.Lista > .active {
    font-size: 1rem;
}
/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

        .pricing .card:hover .btn {
            opacity: 1;
        }
}
/*fin*/
@media (min-width: 200px) {
    .Centrado {
        padding-top: 25%;
    }
}

@media (min-width: 750px) {
    .Centrado {
        padding-top: 0px;
    }
}
