@font-face {
    font-family: tuercasytornillos;
    src: url(../font/tt0144m_.ttf) format("opentype");
}

body {font-family: tuercasytornillos;}

#home {
    width: 100%;
    height: 670px;
    background-image: url(../images/contacto/fondo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}

/* ************************************************   section-contacto */

#home .contacto {
    width: 85%;
    min-height: 510px;
    background: rgba(255, 255, 255, 0.48);
    margin-top: 70px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    border-radius: 20px;
    padding-bottom: 20PX;
    
}

/* ************************************************   section-formulario */

.contacto .formulario {
    display: inline-block;
    vertical-align: top;
    max-width: 400px;
    height: 350px;
    text-align: center;
    margin: 20px;
}

.formulario form {
    width: 100%;
    padding: 15px;
}

.formulario input, textarea {
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    font-size: 17px;
    margin-top: 10px;
    border: 1px solid #000000;
    background-color: rgba(255, 255, 255, 0);
}


.formulario input {
    border-radius: 50px;
    color: black;   

}

.formulario textarea{
    min-height: 100px;
    max-height: 200px;
    border-radius: 20px;
    color: black;
}
#botton {
    width: 100px;
    background-color: rgba(255, 255, 255, 0.81);
}

/* ************************************************   section-maps */

.contacto .maps {
    display: inline-block;
    vertical-align: top;
    max-width: 400px;
    height: 350px;
    text-align: center;
    margin: 20px;
}

.maps .map {
    width: 100%;
    margin: 20px auto;
}

.maps .texto_map {
    width: 100%;
    
}

.texto_map p {
    width: 100%;
    margin: 20px auto;
}

#home .contactos {
    width: 100%;
    height: auto;
}

.contactos .correos{
    width: 350px;
    display: inline-block;
}
/* ************************************************   section-footer */

footer {
    width: 100%;
    height: auto;
    background: #070050;
    text-align: center;
}

.redes {
    width: 100%;
    padding: 10px;
}

.redes a{
    text-decoration: none;
    color: white;
    font-size: 30px;
}

.redes hr {
    width: 70%;
    margin: auto;
}

footer .direccion {
    display: inline-block;
    width: 250px;
    height: 250px;
    margin: 20px;
    vertical-align: top;
    border-left: solid 1px white;
    border-right: solid 1px white;
}


footer .productos {
    display: inline-block;
    width: 250px;
    height: 250px;
    margin: 20px;
    vertical-align: top;
    border-left: solid 1px white;
    border-right: solid 1px white;
}

footer .contacto {
    display: inline-block;
    width: 250px;
    height: 250px;
    margin: 20px;1
    vertical-align: top;
    border-left: solid 1px white;
    border-right: solid 1px white;
}

footer h4 {
    margin-top: 10px;
}

h4 a {
    text-decoration: none;
    padding: 5px 30px 5px 30px;
    background: white;
    color: black;
    border-radius: 10px;
}

.direccion p {
    margin: 10px auto;
    width: 80%;
    color: white;
}

.productos p {
    margin: 10px auto;
    width: 80%;
    color: white;
}
.ramas {
    margin-top: 10px;
}

.ramas a{
    text-decoration: none;
    color: white;
}

.info {
    margin-top: 10px;
}

.info p {
    padding: 10px;
    color: white;
}

.info a {
    color: white;
    font-size: 12px;
}

@media (max-width:1024px) { 
    

}

@media (max-width: 500px) { 
    
#home {
    height: auto;
}

/* ************************************************   section-contacto */

#home .contacto {
    width: 95%;
}
    
/* ************************************************   section-formulario */

.contacto .formulario {
    margin: 0px;
}

/* ************************************************   section-maps */

.contacto .maps {
    margin: 0px;
}

#home .contactos {
   font-size: 18px;
}

.contactos .correos{
    font-size: 13px;
}
    /* ************************************************   section-footer */

    footer .direccion {
        border-left: solid 0px white;
        border-right: solid 0px white;
        border-top: solid 1px white;
        height: auto;
    }


    footer .productos {
        border-left: solid 0px white;
        border-right: solid 0px white;
        border-top: solid 1px white;
        height: auto;
    }

    footer .contacto {
        border-left: solid 0px white;
        border-right: solid 0px white;
        border-top: solid 1px white;
        height: auto;
    }

    footer h4 {
        margin-top: 10px;
    }
}