/* Minification failed. Returning unminified contents.
(86,42): run-time error CSS1046: Expect comma, found '86'
(86,49): run-time error CSS1046: Expect comma, found '/'
 */
.card-faqs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

a.card-faqs:hover {
    background: #6439ff;
    color: white;
}

.card-faqs {
    box-sizing: border-box;
    background-color: white;
    border-bottom: 1px solid #5B5C8C;
    margin-bottom: 12px !important;
    padding: 16px 1px !important;
    margin-right: 27px;
}

    .card-faqs h5 {
        margin: 0;
        color: #06083F;
        font-weight: 500;
        font-size: 18px;
        width: 80%;
    }

    .card-faqs div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card-faqs img {
        width: 70%;
    }

.link-mensajes {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #6439FF !important;
}

.title-faqs {
    margin-top: 22px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #5B5C8C !important;
}

.subtitle-faqs {
    font-weight: bold;
    font-size: 32px;
    color: #06083F !important;
    margin-bottom: 28px;
}

.btn-iol-white {
    background: #FFFFFF;
    border: 1.5px solid #6439FF;
    border-radius: 8px;
    color: #6439FF;
}

.btn-iol-faqs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 223px;
    height: 48px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Barlow';
}

    .btn-iol-faqs:hover {
        color: #fff !important;
        background: #6439FF;
        box-shadow: 0px 4px 16px rgb(109 86 254 / 40%);
    }
.search-faqs {
    background: #FFFFFF;
    border-radius: 4px;
    color: #5B5C8C;
    padding-left: 40px;
    border-radius: 4px !important;
    height: 40px;
    font-size: 18px;
}
.faqs-articulo-body {
    font-size: 16px;
    font-family: 'Barlow';
}

.padding0 {
    padding: 0;
}
