﻿/* <CONTENIDO > */
#fContenidoContacto {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: linear-gradient(to right top, #e8e9eb, #ebecee, #eeeef0, #f1f1f2, #f4f4f5);
}

    #fContenidoContacto h3 {
        font-family: 'Lato', sans-serif !important;
        font-weight: 900 !important;
    }


    #fContenidoContacto a {
        color: #222;
        text-decoration: underline;
    }
        #fContenidoContacto a:hover {
            color: #E5751F;
        }

@media only screen and (max-width: 992px) {
}
/* </CONTENIDO > */


/* <MAPA > */
#fMapa {
}


/* </MAPA > */


/* <FORMULARIO > */
.form-control {
    width: 95%;
    background-color: transparent;
    border-radius: 0rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

label {
    font-weight:700;
}

.error {
    color: #E5751F;
}

/* </FORMULARIO > */

