#contact_holder {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 width: 100%;
 max-width: 1600px;
 margin: 0 auto;
 height: auto;
}

#contact_holder h1 {
 color: #fff;
 font-family: ContentHeader, sans-serif;
 text-transform: uppercase;
 font-weight: 200;
 font-size: 19px;
 letter-spacing: 1.5px;
 padding-top: 15px;
 padding-left: 15px;
 padding-bottom: 15px;
}

#contact_holder p {
 padding-top: 15px;
 padding-left: 15px;
 padding-bottom: 15px;
 color: #fff;
 font-family: ContentHeader, sans-serif;
 font-size: 16px;
 text-align: justify;
 font-weight: 100;
 margin-bottom: 0px;
 line-height: 24px;
}

#contact_left {
 width: calc(calc(100% / 3) - 10px);
 height: auto;
 background: #cc181e;
}

#contact_map {
 width: calc(calc(100% / 3) - 10px);
 height: auto;
 margin-top: 15px;
}

#contact_mid {
 width: calc(calc(100% / 3) - 10px);
 height: auto;
 margin-top: 15px;
}

#contact_left form {
 width: calc(100% - 30px);
 margin-top: 15px;
 margin: 0 auto;
 display: flex;
 flex-direction: column;
 height: 100%;
}

#contact_left input[type="text"], #contact_left textarea {
 margin-bottom: 15px;
 font-family: ContentHeader, sans-serif;
 padding-left: 15px;
 border-radius: 2px;
}

#contact_left input[type="submit"] {
 margin-bottom: 15px;
 background: #fff;
 font-family: ContentHeader, sans-serif;
 text-transform: uppercase;
 font-weight: 500;
 border-radius: 2px;
}

#contact_left input {
 height: 35px;
}

#contact_left textarea {
 height: 150px;
 padding-top: 10px;
}


@media screen and (max-width:640px) { /* SECCION MOVIL-RESPONSIVE */

#banner_content_text {
 width: 100%;
}

#contact_holder {
 flex-direction: column;
 justify-content: space-between;
 max-width: 100%;
}

#contact_left {
 width: 100%;
}

#contact_mid {
 width: 100%;
}

#contact_map {
 width: 100%;
 height: 250px;
}

}