/************************************************** SECTION CONTACTO ****************************************************/

.sect_contacto{

    /*background-image: url(../../../../public/img/fondo/fondo-contacto.png);*/

    background-size: cover;

    background-attachment: fixed;

    padding: 100px 0;

}

/*****/

.box_message_contact .box_head h6{

    color: #00aea5;

    font-size: 24px;

    font-weight: 700;

}

.box_message_contact .box_head h2{

    color: #0a192f;

    font-size: 64px;

    font-weight: 700;

    line-height: 70px;

}

.box_message_contact .box_head h2 span{

    color: #00aea5;

}

.box_message_contact .box_head h4{

    color: #223a66;

    margin: 7px 0 0 0;

    font-size: 30px;

    font-weight: 700;

    line-height: 48px;

}

.hr_line{

    border-top: 5px solid #000000;

    width: 50px;

    margin-left: 0;

}

/**/

.box_message_contact .box_body p{

    font-size: 18px;

    /*font-weight: 200;*/

}

/*****/

.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: #00aea5;

    font-size: 18px;

    font-weight: 600;

}

.title_form_h3{

    color: #00aea5;

    font-size: 36px;

    font-weight: 700;

    margin-bottom: 20px;

}

.title_form_h3 span{

    color: #0a192f;

}

/*****/

.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;

}

.box_form_contact .select_text{

    width: 100%;
    display: block;
    padding: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background: #f6f6f6;
    margin-bottom: 15px;

}

.box_form_contact .select_text:focus,

.box_form_contact .select_text:active{

    outline: none;

    box-shadow: none;

}

/**/

.box_form_contact button.btn_enviar{

    width: 100%;

    display: block;

    position: relative;

    background-color: #00aea5;

    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:before{

    content: "";

    position: absolute;

    display: block;

    width: 0;

    height: 0;

    border-radius: 50%;

    background-color: #000000;

    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;

    -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;

    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    z-index: -1;

}

.box_form_contact button.btn_enviar:hover:before{

    width: 200%;

    height: 500px;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.box_form_contact button.btn_enviar:hover{

    background-color: rgba(39, 47, 76, 0.1);

    color: #fff;

    -webkit-transition: all ease 500ms;

    -o-transition: all ease 500ms;

    transition: all ease 500ms;

}

.box_form_contact button.btn_enviar:focus{

    outline: none;   

}

/*****/

@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 **************************************************/