.navbar .navbar-nav .nav-link {
    color: #191919;
}

.section-contacto .container-contacto {
    width: 100%;
    max-width: 493px;
    margin: 0 auto;
    background-color: #F2F2F2;
    padding: 32px 24px;
    border-radius: 12px;
    box-shadow: 0px 4px 6px 0px #9999994D;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    height: 393px;
}

.section-contacto .container-contacto .title {
    font-family: 'Santander Text';
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
    margin-bottom: 32px;
}

.section-contacto .container-contacto .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

.section-contacto .container-contacto .text {
    font-family: 'Santander Text';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
    margin-bottom: 0;
}

.section-contacto .container-contacto .text-red {
    color: #ec0000;
    font-weight: bold;
}