@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/nosotros/1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}

#home .botton_1 {
    position: relative;
    text-align: center;
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%); 
}

.botton_1 h1 {
    margin: auto;
    width: 60%;
    padding: 40px;
    border: solid 2px white;
    background: rgba(0, 0, 0, 0.51);
}

h1 a {
    color: white;
    text-decoration: none;
    font-size: 40px;
}


/* ************************************************   section-nosotros */
#nosotros {
    width: 100%;
    height: auto;
}

#nosotros .nosot {
    width: 90%;
    height: auto;
    margin: 60px auto;
    text-align: center;
    box-shadow: 0px 0px 70px 10px #b2b2b2;
    border-radius: 20px;
    padding: 20px;
}

.nosot img {
    width: 150px;
    height: 150px;
    margin: 20px;
    border-radius: 5px;
    object-fit: cover;
}
.tit {
    width: 150px;
    margin: 20px auto;
}

.tit h2  {
    padding: 10px;
    border-left: solid 3px #b2b2b2;
    border-bottom: solid 3px #b2b2b2;
}
.nosot p {
    max-width: 550px;
    text-align: justify;
    margin: auto;
}
.nosot ul {
    max-width: 550px;
    text-align: justify;
    margin: auto;
}

.nosot ul {
    padding-left: 15px;
}

ul li {
    margin-bottom: 10px;
}
.nosot hr {
    width: 70%;
    margin: 20px auto;
}
.nosot .valores {
    display: inline-block;
    margin: auto 20px;
}

.valores a {
    
}
/* ************************************************   section-footer */

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

.redes {
    width: 100%;
    padding: 2px;
    background: white;
}

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

.redes hr {
    width: 70%;
    margin: auto;
    border: solid 1px #070050;
}

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 {
    background-image: url(../images/nosotros/1_movil.jpg);
    }
    .botton_1 h1 {
    width: 80%;
    padding: 20px;
    margin: auto;
    }

    h1 a {
        font-size: 30px;
    }


    /* ************************************************   section-nosotros */

    #nosotros .nosot {
        margin: 40px auto;
    }

    .nosot p {
        text-align: justify;
    }

    .nosot hr {
        width: 90%;

    }
    .nosot .valores {
        display: inline-block;
        margin: 10px 20px;
    }

    /* ************************************************   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;
    }
}