hr {
    width: 20px;
    margin: 10px 10px;
    background-color: white;
}

footer {
    background-color: var(--gris);
    height: 200px;
}

.line {
    width: 100%;
    height: 15px;
    background-color: var(--verde);
}

.contenido {
    padding: 10px;
    padding-top: 5px;
    gap: 25px;
    align-items: center;
    justify-content: flex-start;
}

.f_c {
    width: 30%;
}

.f_center {
    text-align: center;
}

.f__contacto {
    gap: 10px;
}

.f__contacto_data i {
    font-size: 1.2rem;
}

.f__contacto_data {
    color: white;
    font-size: 1rem;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
}

.item {
    text-decoration: none;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    transition: all 150ms ease-in-out;
}

.item:hover {
    color: var(--naranja);
}

.f__contacto_data img {
    width: 100%;
}

.f__contacto_data p {
    margin: 0;
}

footer h4 {
    color: white;
    font-weight: 600;
    margin-bottom: 20px;
}

.f_menu h4 {
    width: 100%;
}

.f_menu nav {
    width: auto;
}


.f__nav__ul,
.f__nav__ul li,
.f__prod__ul {
    align-items: flex-start;
    margin: 0;
}

.f__nav__ul {
    margin-top: 15px;
}

.f__prod__li {
    padding-left: 10px;
}

.f__nav__ul a {
    transition: all 200ms ease-in-out;
    margin-bottom: 0px;
    font-size: 0.9rem;
    font-weight: 500;
}

.f__nav__ul a:hover {
    color: var(--verde);
}

.f_redes {
    align-items: flex-start;
    justify-content: flex-start;
}

.f_redes .fa-brands {
    font-size: 2.2rem;
}

.f_header__social .social__iconos {
    padding: 18px 36px 18px 0;
}

@media screen and (max-width: 1700px) {
    .f__contacto_data {
        font-size: 0.9rem;
        gap: 10px;
    }
}

@media screen and (max-width: 900px) {
    body {
        overflow-x: hidden;
    }

    footer {
        height: auto;
    }

    .contenido {
        flex-direction: column;
        padding: 10px;
        gap: 0;
    }

    .f_c {
        width: 100%;
        padding: 20px;
        flex-direction: column;
        align-items: center;
    }

    .f__contacto_data {
        margin-bottom: 15px;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .f__contacto_data * {
        width: 100%;
    }

    .f__contacto_data img {
        height: 100px;
    }

    .item {
        flex-direction: column;
    }

    .f_menu {
        display: none;
    }

    .f_redes {
        padding: 10px;
        margin-bottom: 70px;
        justify-content: space-between;
    }

    .f_redes h4 {
        text-align: center;
        margin: 0;
    }

    .f_header__social .social__iconos {
        font-size: 1.5rem;
        padding: 15px;
    }
}