.contacto{
    background-color: #ffffff;
}
.contenido_a_grilla{
    width: 100%;
    max-width: 1100px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
}
.titulo_pagina{
    font-family: 'pacifico', sans-serif;
    font-size: 40px;
    color: #ffffff;
    width: 100%;
    height: auto;
    text-align: center;
    height: 185px;
    line-height: 44px;
    padding:70px 30px 0;
}
.titulo_destacado{
    background: url('../img/contacto/destacado_contacto_m.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.base_contacto{
    background-color: #ffffff;
    padding: 20px 0px 0px;
}
.tit_contenido{
    font-size: 40px;
    line-height: 44px;
    font-family: 'pacifico', sans-serif;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    color: #3e3e3e;
    margin: 30px 0 0;
    padding: 0 30px;
}
.bajada_contenido{
    font-family: 'haas_r', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #3e3e3e;
    display: block;
    margin: 30px auto 70px;
    max-width: 790px;
    width: 100%;
    height: auto;
    padding: 0 30px;
}
.link_mail{
    width: 100%;
    height: auto;
    text-align: center;
    display: none;
    color: #67a744;
    font-family: 'haas_r', sans-serif;
    font-size: 13px;
    text-decoration: none;
    margin: 10px 0 100px;
}
form{
    text-align: center;
    max-width: 777px;
    width: 100%;
    height: auto;
    background-color: #bcbcbc;
    margin: 0 auto;
    font-family: 'howie', sans-serif;
    font-size: 12px;
    color: #888888;
    padding: 70px 30px;
}
.name{
    position: relative;
    max-width: 536px;
    width: 100%;
    height: 44px;
    display: block;
    margin: 10px auto;
}
.apellido{
    position: relative;
    max-width: 536px;
    width: 100%;
    height: 44px;
    display: block;
    margin: 10px auto;
}
.telefono{
    position: relative;
    max-width: 536px;
    width: 100%;
    height: 44px;
    display: block;
    margin: 10px auto;
}
.mail{
    position: relative;
    max-width: 536px;
    width: 100%;
    height: 44px;
    display: block;
    margin: 10px auto;
}
.msg{
    position: relative;
    max-width: 536px;
    width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}
input{
    font-family: 'howie', sans-serif;
    color: #888888;
    border: none;
    text-transform: none;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 44px;
    padding: 18px 25px;
}
textarea{
    font-family: 'howie', sans-serif;
    color: #888888;
    border: none;
    text-transform: none;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 208px;
    padding: 18px 25px;
    resize:none;
}
label{
    position: absolute;
    top: 0px;
    left: 25px;
    z-index: 10;
    display: block;
    line-height: 44px;
}
.btn_enviar{
    max-width: 242px;
    width: 100%;
    height: 48px;
    display: block;
    margin: 40px auto 0;
    position: relative;
    background-color: transparent;
    border: 2px solid #ffffff;
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.btn_enviar:hover{
    border: 2px solid #ffcc01;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.btn_enviar:hover > label{
    color: #ffcc01;
}
.btn_enviar > label{
    color: #ffffff;
    font-family: 'howie', sans-serif;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    margin: 0 auto;
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}


input[required] + label:after, textarea[required] + label:after {
    content:'·';
    color: #67a744;
    text-transform: uppercase;
    font-family: 'howie', sans-serif;
    font-weight: 700;
    font-size: 20px;
}
#nombre[required]:invalid + .et_nom{
    display: inline-block!important;
}
#apellido[required]:invalid + .et_ape{
    display: inline-block!important;
}
#telefono[required]:invalid + .et_tel{
    display: inline-block!important;
}
#email[required]:invalid + .et_mail{
    display: inline-block!important;
}
textarea[required]:invalid + label {
    display: inline-block!important;
}
#nombre[required]:valid + .et_nom{
    display: none!important;
}
#apellido[required]:valid + .et_ape{
    display: none!important;
}
#telefono[required]:valid + .et_tel{
    display: none!important;
}
#email[required]:valid + .et_mail{
    display: none!important;
}
textarea[required]:valid + label{
    display: none!important;
}
.btn_enviar{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
#submit{
    color: transparent;
    text-transform: uppercase;
    background-color: transparent!important;
}
#submit + label{
    text-transform: uppercase;
    cursor: pointer;
}
.fallo{
    color: #ffcb02;
    font-family: 'howie', sans-serif;
    font-weight: 400;
    line-height: 0;
    position: relative;
    max-width: 500px;
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}
@media screen and (min-width: 650px) {
    form{
        margin: 0 auto 30px;
    }
    .titulo_destacado{
        background: url('../img/politicas/destacado_politicas.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .titulo_pagina{
        font-size: 60px;
        display: block;
        line-height: 289px;
        height: 289px;
        padding: 0 30px;
    }
    .base_contacto{
        background-color: #ffffff;
        padding: 70px 30px 80px;
    }
    .tit_contenido{
        display: block;
        margin: 0;
        padding: 0;
    }
    .bajada_contenido{
        font-family: 'haas_r', sans-serif;
        font-size: 20px;
        text-align: center;
        color: #3e3e3e;
        display: block;
        margin: 50px auto 90px;
        max-width: 790px;
        width: 100%;
        height: auto;
        padding: 0;
    }
    
}
@media screen and (min-width: 780px) {
    
}