.contact-title {
    font-weight: bold;
    color: #002147;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1))
}

a:hover {
    color: var(--rojo);
}

.contact-subtitle {
    color: black;
}



.form-control:focus {
    box-shadow: none;
    border-color: blue;
}

.btn-enviar {
    background-color: var(--rojo);
    color: white;
    font-weight: 600;
    padding: 8px 24px;
    border-radius: 10px;
    border: none;
}

.form-image {
    border-radius: 10px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.required-text {
    color: red;
    font-size: 0.875em;
}

label {
    color: black;
}

.contact-box {
    background-color: #f6f6f6;
    border-radius: 20px;
    padding: 40px 20px;
}

.section-title {
    color: var(--rojo);
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.contact-title {
    font-weight: 600;
    font-size: 28px;
    color: var(--azul);
    margin: 0px;
}

.contact-icon {
    color: var(--rojo);
    font-size: 1.2rem;
    margin-right: 10px;
}

.contact-link {
    color: var(--azul);
    text-decoration: underline;
}

.contact-link:hover {
    color: var(--rojo);
}

p {
    margin: 0px;
    color: black;
}