/* Contact                */
/* ---------------------- */
.contact__bg {
    background-color: black;
    background-image: url(../../img/contact/bg-07-free-img.jpg);
    background-attachment: fixed;
    background-position: 40% 86px;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact__wrapper{
    background-color: rgba(21, 14, 31, 0.5);
    width: 100%;
    height: 100%;
}

.bga--about {
    background-color: rgba(21, 14, 31, 0.85);
}

.contact__title {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 2.813rem;
    line-height: 3.656rem;
    font-family: var(--font-family--open-sans);
    color: var(--color--white-primary);
}

.fa-location-dot {
    color: var(--color--secondary);
    margin-right: 0.5rem;
}

.contact__city {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.65rem;
}

.contact__sucursal,
.contact__adress,
.contact__phone,
.contact__email {
    font-size: 0.813rem;
    line-height: 1.65rem;
    margin-bottom: 0;
}

.contact__sucursal {
    font-weight: 700;
}

.contact__phone--number,
.contact__email--address {
    color: var(--color--white-secondary);
    text-decoration: none;
}

.contact__phone--number:hover,
.contact__email--address:hover {
    text-decoration: underline;
}

.contact__form--bg {
    background-color: rgba(21, 14, 31, 0.7);
    padding: 2rem;
    border: 0.125rem solid var(--color--white-secondary);
}

textarea {
    resize: none;
}


@media only screen and (min-width: 1200px) {

    /* Contact               */
    /* --------------------- */
    .contact__bg {
        background-position: -55% 86px;
    }

    .contact__title {
        font-size: 2.813rem;
    }

    .pr-md-4 {
        padding-right: 5rem;
    }

    .btn--primary-menu {
        font-size: 0.875rem;
    }

}

@media only screen and (min-width: 1400px) { 

    /* Contact               */
    /* --------------------- */
    .contact__bg {
        background-position: 300px 50px;
    }

}