

.page-contact #subheader {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../imagenes/FotografiasPeluqueria/slider-contacto.jpeg");
    background-position: 0 -376px !important;
}

@media (max-width: 768px) {
    .page-contact #subheader {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
            url("../imagenes/FotografiasPeluqueria/slider-contacto.jpeg");
        background-position: 0 -119px !important;
    }
  }

.map-responsive {

    overflow: hidden;

    padding-bottom: 56.25%;

    position: relative;

    height: 0;

}

.map-responsive iframe {

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    position: absolute;

}

.alinear {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

strong {
    width: auto !important;
}

#section-map {
    padding: 0 !important;
}

#contact_form input,
textarea {
    color: black !important;
}

.errorr {
    margin-top: 10px;
    color: brown;
    text-align: center;
}

.successs {
    margin-top: 10px;
    color: rgb(0, 0, 0);
    text-align: center;
}