﻿

:root {
    --heading-color: #aa8846;
    --heading-color-hover: #8a6836;
    --red: #ed1c24;
}




.features-card-item__inner p {
    min-height: 100px;
}

.text-red {
    color: var(--red);
}

.text-800 {
    font-weight: 800;
}

.text-italic {
    font-style: italic;
}

.bene1 {
    position: absolute;
    content: "";
    background-image: url(../images/icon/icon-1.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
}

.social-container {
    margin: 20px 0;
}

    .social-container .social {
        border: 1px solid #DDDDDD;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 0px 10px;
        height: 75px;
        width: 75px;
    }
.text-sm {
    font-size: 0.9rem;
}
.descripcion{
    min-height: 60px;
}