/************************************************** SECTION CONTACTO ****************************************************/
.sect_contacto{
    padding: 100px 0;
}
/*****/
.box_message_contact .box_head h6{
    color: #222;
    font-size: 24px;
    font-weight: 700;
}
.box_message_contact .box_head h2{
    color: #09afe5;
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
}
.box_message_contact .box_head h2 span{
    color: #1c1c1c;
}
.box_message_contact .box_head h4{
    color: #1c1c1c;
    margin: 7px 0 0 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
}
.hr_line{
    border-top: 5px solid #09afe5;
    width: 50px;
    margin-left: 0;
}
/**/
.box_message_contact .box_body p{
    font-size: 20px;
    font-weight: 300;
}
/*****/
.box_form_contact{
    box-shadow: 0 15px 50px 0 rgba(0,0,0,.07);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    padding: 51px 80px 40px 80px;
    overflow: visible;
}
/**/
.title_form_h6{
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 600;
}
.title_form_h3{
    color: #1c1c1c;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.title_form_h3 span{
    color: #09afe5;
}
/*****/
.box_form_contact .select_form{
    width: 100%;
    display: block;
    padding: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background: #f6f6f6;
    margin-bottom: 15px;
}
.box_form_contact .select_form:focus,
.box_form_contact .select_form:active{
    outline: none;
    box-shadow: none;
}
.box_form_contact .input_text{
    width: 100%;
    display: block;
    padding: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background: #f6f6f6;
    margin-bottom: 15px;
}
.box_form_contact .input_text:focus,
.box_form_contact .input_text:active{
    outline: none;
    box-shadow: none;
}

.textarea_text{
    width: 100%;
    display: block;
    padding: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background: #f6f6f6;
    margin-bottom: 15px;
    min-height: 100px;
}
.textarea_text:focus,
.textarea_text:active{
    outline: none;
    box-shadow: none;
}
/**/
.box_form_contact button.btn_enviar{
    width: 100%;
    display: block;
    position: relative;
    background-color: #292929;
    padding: 17px 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.4px;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_form_contact button.btn_enviar:hover{
    background-color: #09afe5;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/*****/
@media(max-width: 1199px){
    .box_message_contact .box_head h2 {
        font-size: 56px;
    }
}
@media (max-width: 991px){
    .box_message_contact .box_head h2 {
        font-size: 45px;
        line-height: 1;
    } 
    .sect_contacto{
        padding: 50px 0;
    }
}
@media(max-width: 767px){
    .box_message_contact .box_head h2 {
        font-size: 35px;
    }
    .box_message_contact .box_head h6 {
        font-size: 20px;
    }
    .box_message_contact .box_head h4 {
        font-size: 25px;
    }
}
@media(max-width: 560px){
    .box_form_contact {
        padding: 25px;
    }
    .box_message_contact .box_head h6 {
        font-size: 16px;
    }
    .box_message_contact .box_head h2 {
        font-size: 25px;
    }
    .box_message_contact .box_head h4 {
        font-size: 18px;
        line-height: 1;
    }
    .box_message_contact .box_body p {
        font-size: 15px;
        font-weight: 200;
    }
    .title_form_h6 {
        font-size: 16px;
    }
    .title_form_h3 {
        font-size: 25px;
    }
}
/************************************************ END SECTION CONTACTO **************************************************/