/*SECTION TITULO INTERNA*/
.sect_title_interna{
    padding: 60px 0;
    padding-top: 130px;
    background-image: url(../../../../public/img/fondo/fondo-contacto.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.sect_title_interna:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .5;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.sect_title_interna:after {
    content: "";
    background-image: url(../../../../public/img/fondo/nubes3.png);
    background-size: cover;
    position: absolute;
    transform: rotate(180deg);
    bottom: 0;
    left: 0;
    height: 25px;
    width: 100%;
    z-index: 1;
}
.row_height{
    height: 100px;
    align-items: flex-end;
}
.row_height h2{
    color: #fff;
    font-weight: 700;
}
/**/
/*SECTION TITLE GENERAL*/
.sect_title_general{
    padding: 60px 0;
}
.sect_title_general.grey{
    background: #f9fafe;
}
.title_general h5{
    font-family: 'Tangerine', cursive;
   text-align: center;
   font-size: 35px;
   font-weight: 700;
   color: #009D70;
   line-height: 1;
}
.title_general h5.white{
    color: #fff;
}
.title_general h2{
    font-family: 'Marcellus', serif;
    text-align: center;
}
.title_general h2.white{
    color: #fff;
}
.title_general .line{
    text-align: center;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    position: relative;
}
/*.sect_title_general .title_general .line:before{
    content: "";
    position: absolute;
    top: 50%;
    width: 100px;
    height: 1px;
    background: #f1d3d3;
    left: 0;
    transform: translate(-25%,0);
    margin: 0 auto;
    z-index: -1;
}*/
.sect_title_general .title_general .line img{
    background: #fff;
}
.title_general .line.two img{
    background: #f9fafe;
}
.title_general .line img{
    width: 100%;
    padding: 5px;
}
/**/
/*SECTION CONTACTO*/
.sect_contacto{
    padding: 50px 0;
    background: #f7f8fc;
}

.input_form{
    width: 100%;
    height: 45px;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding: 10px 15px;
}
.input_form:hover,
.input_form:focus,
.input_form:active{
    outline: none;
    box-shadow: none;
}
.textarea_form{
    width: 100%;
    min-height: 100px;
    border: 1px solid #e6e6e6;
    padding: 10px 15px;
}
.textarea_form:hover,
.textarea_form:active,
.textarea_form:focus{
    outline: none;
}
.btn_submit{
    display: block;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
    background: #009D70;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin-top: 20px;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    transition: all ease 500ms;
}
.btn_submit:hover,
.btn_submit:active,
.btn_submit:focus{
    background: #222;
    outline: none;
    box-shadow: none;
    transition: all ease 500ms;
}
/**/

/**/
.list_contacto{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list_contacto>li{
    margin-bottom: 30px;
}
.list_contacto>li h4{
     color: #009D70;
}
.list_contacto>li a{
    color: #848484;
    text-decoration: none;
}