.banner{
    width: 100%;
    height: 529px;
    background: url("../img/contacto/BannerTapete.png");
    margin-top: 23px;
}
.contenedor{
    padding: 20px;
}

/** Imagen formulario **/
.img_form{
    width: 100%;
    height: auto;
}
.img_form img{
    width: 100%;
}
.img_form .txt_img_form{
    width: 400px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.452);
    color: #FFF;
    font-size: 2rem;
    letter-spacing: 5px;
    margin-top: -200px;
    position: absolute;
    padding: 20px;
}

/******************************/

.contenedor .form_contacto{
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
}

#nombre{
    width: 95%;
    height: 23px;
    border: none;
}
.campos{
    width: 100%;
    height: auto;
    display: flex;
}
.campos .mail{
    width: 50%;
    height: auto;
}
#correo{
    width: 90%;
    height: 23px;
    border: none;
}
.campos .asunto{
    width: 50%;
    height: auto;
}
#asunto{
    width: 90%;
    height: 23px;
    border: none;
}
textarea{
    resize: none;
    width: 95%;
    border: none;
}
.btn{
    width: 30%;
    
}
.search_txt{
    background-color: #FFF;
}


@media screen and (max-width:800px){
    .banner{
        width: 100%;
        height: 129px;
        background: url("../img/contacto/BannerTapete.png");
        background-size: contain;
        margin-top: 23px;
    }
    .contenedor{
        padding: 0px;
    }
    .img_form .txt_img_form{
        display: none;
    }
    .contenedor iframe{
        width: 100%;
        height: 350px;
    }

    
}