/*SECTION TITLE INTERNA*/
.sect_title_interna{
    height: 280px;
    background-image: url(../../../../public/img/fondo/title_interna_contacto.jpg);
    background-size: cover;
    padding-bottom: 50px;
    background-position: center 26%;
    position: relative;
}
.sect_title_interna:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.height{
    height: 100%;
}
.h1_title_interna{
    color: #fff;
    font-weight: 700;
}
/**/
/*FORMULARIO DE CONTACTO*/
.frm_contact{
    width: 100%;
    max-width: 600px;
    margin: 49px auto;
    padding: 30px;
    border: 1px solid #ccc;
    position: relative;
}
.e2e-inpfrm{
    height: 40px;
    border-radius: 0;
    margin-bottom: 20px;   
}
.e2e-inpfrm:focus, .tnews-txtareafrm:focus{
    outline: none;
    border-color: #000;
    box-shadow: none;
}
.title_contact{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.title_contact h1{
    color: #000;
    font-weight: 800;
}
.etiqueta{
    position: absolute;
    top: -17px;
    padding: 5px;
    color: #fff;
    background: #FFB715;
    border: 1px solid #FFB715;
}

.tnews-txtareafrm{
    border-radius: 0;
    margin-bottom: 20px;  
}
.btn_enviar{
    margin: 0 auto;
    display: block;
    color: #fff;
    border: 0;
    width: 200px;
    background: #FFB715;
    cursor: pointer;
    padding: 10px 0;
    transition: all ease 500ms;
}
.btn_enviar:focus,
.btn_enviar:hover,
.btn_enviar:active{
    outline: none;
    background: #000;
}