﻿.card-contact {
    border-radius: 16px;
    box-shadow: 0 30px 30px -25px rgba(0, 0, 0, 0.205);
    padding: 10px;
    background-color: #eee;
    /*color: #4133B7;*/
    /*max-width: 300px;*/
}

    /*.card-contact strong {
        font-weight: 600;
        color: #425275;
    }*/

    .card-contact .inner {
        align-items: center;
        padding: 20px;
        padding-top: 20px;
        background-color: #fff;
        border-radius: 12px;
        position: relative;
    }

    .card-contact .pricing {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #ffdd05;
        border-radius: 99em 0 0 99em;
        display: flex;
        align-items: center;
        padding: 0.625em 0.75em;
        font-size: 1.25rem;
        font-weight: 600;
        /*color: #425475;*/
    }

        .card-contact .pricing small {
            /*color: #707a91;*/
            font-size: 0.75em;
            margin-left: 0.25em;
        }

        .card-contact .pricing .float {
            position: absolute;
            top: 10px;
            right: 15px;
            font-weight: 400;
            /*color: #707a91;*/
            font-size: 0.45em;
        }


    .card-contact .title {
        /*font-weight: 600;*/
        font-size: 1.1rem;
        /*color: #425675;*/
    }

    /*.card-contact .title + * {
            margin-top: 0.75rem;
        }*/

    .card-contact .info {
        font-size: 0.75rem;
        color: #999;
    }

        .card-contact .info + * {
            margin-top: 1rem;
        }

/*.card-contact .features {
        display: flex;
        flex-direction: column;
    }

        .card-contact .features li {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

            .card-contact .features li + * {
                margin-top: 0.75rem;
            }*/

/*.card-contact .features .icon {
            background-color: #1FCAC5;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            border-radius: 50%;
            width: 20px;
            height: 20px;
        }

            .card-contact .features .icon svg {
                width: 14px;
                height: 14px;
            }

        .card-contact .features + * {
            margin-top: 1.25rem;
        }*/



/*.card-contact .action {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
    }*/

/*.card-contact .button {
        background-color: #6558d3;
        border-radius: 6px;
        color: #fff;
        font-weight: 500;
        font-size: 1.125rem;
        text-align: center;
        border: 0;
        outline: 0;
        width: 100%;
        padding: 0.625em 0.75em;
        text-decoration: none;
    }

        .card-contact .button:hover, .card-contact .button:focus {
            background-color: #4133B7;
        }*/
/*.icon-check {
    background-color: #181819;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.icon-check svg {
    width: 14px;
    height: 14px;
}*/

.fa-icon-check {
    background-color: #181819;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

    .fa-icon-check svg {
        width: 14px;
        height: 14px;
    }


/* Tablet */
@media (max-width: 992px) {

}

/* Móvil */
@media (max-width: 576px) {
    .card-contact .title {
        margin-top:30px;
    }
}