/*SECTION TITLE INTERNA*/
.sect_title_interna{
    padding: 50px 0;
    position: relative;
    background-position: center;
    background-size: cover;
}
.sect_title_interna:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}
.row_height{
    height: 115px;
    align-items: flex-end;
}
.sect_title_interna h1{
    color: #fff;
    font-weight: 700;
    text-align: center;
}
@media(max-width: 991px){
    .sect_title_interna h1 {
        font-size: 30px;
    }
    .row_height {
        height: 140px;
    }
}
@media(max-width: 767px){
    .sect_title_interna h1 {
        font-size: 25px;
    }
    .row_height {
        height: 130px;
    }
    .sect_title_interna {
        padding: 20px 0;
    }
}
@media(max-width: 500px){
    .sect_title_interna h1 {
        font-size: 18px;
    }
}
/*END SECTION TITLE INTERNA*/   

/*SECTION CONTACTO*/
.sect_contact {
    padding: 50px 0;
    background-image: url(../../../public/img/fondo/cuadradros_tramado.png);
    background-repeat: repeat;
    background-position: center
}

.sect_contact .title_contact {
    margin-bottom: 30px;
    padding-bottom: 11px
}
.sect_contact .title_contact h1:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background: -webkit-gradient(linear, left center, right center, from(#1647cf), color-stop(100%, #3b1493));
    background: -webkit-linear-gradient(to right, #1647cf, #c4da17 80%);
    background: linear-gradient(to right, #1647cf, #c4da17 80%);
    filter: alpha(opacity=10) progid: DXImageTransform.Microsoft.gradient(startColorstr=#FF391999, endColorstr=#FF1945CE, GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10) progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF391999', endColorstr='#FF1945CE', GradientType=1)"
}

.h-contact-form input.form-control,
.h-contact-form textarea.form-control {
    min-height: 60px;
    padding: 18px 25px;
    font-weight: 300;
    line-height: 24px;
    background-color: #f5f5f5;
    background-image: none;
    -webkit-appearance: none;
    display: block;
    width: 100%
}

.h-contact-form input.form-control {
    color: #29293a;
    border: 0 solid #f2f3f9;
    border-radius: 35px
}

.h-contact-form input.form-control:active,
.h-contact-form input.form-control:focus,
.h-contact-form input.form-control:hover {
    outline: 0;
    box-shadow: none;
    transition: all ease 500ms;
}

.h-contact-form label {
    margin-left: 18px;
    color: #000;
}

.h-contact-form textarea.form-control {
    resize: none;
    color: #29293a;
    border: 0 solid #f2f3f9;
    border-radius: 35px;
}

.btn_frm_contact {
    width: 100%;
    display: block;
    max-width: 300px;
    margin: 30px auto 0;
    border-radius: 50px;
    padding: 15px;
    border: 0;
    cursor: pointer;
   	background: #97BE27;	
    color: #fff;
    font-weight: 600;
	transition: all ease 500ms;
}

.btn_frm_contact:active,
.btn_frm_contact:focus,
.btn_frm_contact:hover {
    background: #243238;
    color: #fff;
    outline: 0;
    transition: all ease 500ms;
}

.box_info_contact .item {
    margin-bottom: 50px;
}

.box_info_contact .item .item_head h3 {
    letter-spacing: .12em;
    font-family: montserrat, sans-serif;
    color: #000;
    position: relative;
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 15px
}

.box_info_contact .item .item_head h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e8e8e8
}

.box_info_contact .item .item_body {
    position: relative;
    margin-bottom: 15px;
}

.box_info_contact .item .item_body span {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
    color: #97BE27;
    width: 20px;
    text-align: center
}

.content_info {
    padding-left: 30px;
    color: #000
}

.content_info a {
    color: #000
}

@media(max-width:768px) {
    .box_info_contact {
        margin-top: 60px
    }
}

@media (max-width: 540px)
{
    .sect_contact {
        padding-bottom: 20px;
    }
}
/*END SECTION CONTACTO*/