/***************************************************
                    INDICIE

1. Reset Css
2. Valores Globales
3. NAV
4. slide
3. somos



/***********RESET CSS************/
@import url(reset.css);

/****** VALORES GLOBALES **************/

:root {
    --morado-principal: #03003B;
    --azul-limpio: #76C7F0;
    --verde-menta: #B7EACB;
    --gris-hielo: #F5F7FA;
    --texto-oscuro: #434343;
    --blanco: #FFFFFF;
    --fondo-verdeagua: rgb(34 103 124);
}

/*

font-family: "Inter", sans-serif;
font-family: "Work Sans", sans-serif;

font-family: "bebas-neue", sans-serif;
*/


@font-face {
    font-family: 'bebas-neue';
    src: url("../fonst/BebasNeue-Regular.woff2") format('woff2'),
        url("../fonst/BebasNeue-Regular.woff") format('woff');
}

/*** Páginas Modales **/


.filtro-g,
.filtro-coti,
.filtro-modal-producto {
    width: 150%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 0;
    top: -200px;
    left: -50px;
    display: initial;
    transform: scale(0.9);
    opacity: 0;
    transition: all ease .2s;
}

.ef-filtro-g,
.filtro-coti,
.ef-filtro-modal {
    display: block;
    transform: scale(1);
    opacity: 0;
    z-index: 0;
}

.ef-filtro-modal,
.ef-filtro-coti {
    opacity: 1;
    z-index: 200;
    height: 150%;
}



.modal-producto {
    width: 50%;
    height: auto;
    padding: 20px 5%;
    margin: 150px 20%;
    background-color: var(--gris-hielo);
    position: fixed;
    z-index: 220;
    display: flex;
    border-radius: 20px;
    box-shadow: 1px 1px 4px 1px #737373;
    left: -3000px;
    transition: all ease .4s;
}

.ef-modal-producto {
    left: 0;
}

.modal-producto .btn-cerrar {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--fondo-verdeagua);
    padding: 10px;
    font-size: 1.5em;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    color: var(--gris-hielo);
    cursor: pointer;
    border-radius: 0 20px 0 0;

}

.modal-producto .id-producto {
    display: none;
}

.modal-producto img {
    width: 150px;
    height: fit-content;
}

.modal-producto .info-m-producto {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-items: flex-start;
    width: 80%;
    margin-left: 20%;
}

.modal-producto .info-m-producto h2 {
    font-family: "Inter", sans-serif;
    font-size: 1.3em;
    letter-spacing: 2px;
    color: var(--texto-oscuro);
    margin-bottom: 10px;
}

.modal-producto .info-m-producto h3 {
    font-family: "Inter", sans-serif;
    font-size: 1em;
    color: var(--texto-oscuro);
    margin-bottom: 20px;
}

.modal-producto .info-m-producto p {
    font-family: "Inter", sans-serif;
    font-size: 0.8em;
    color: var(--texto-oscuro);
    margin-bottom: 20px;


}

.modal-producto .info-m-producto .box-cantidad {
    margin-top: 20px;
    display: flex;
    margin-bottom: 20px;
}

.modal-producto .info-m-producto .box-cantidad h4 {
    font-family: "Inter", sans-serif;
    font-size: 0.9em;
    letter-spacing: 2px;
    color: var(--texto-oscuro);
}


.modal-producto .info-m-producto .box-cantidad input {
    width: 30px;
    font-family: "Inter", sans-serif;
    font-size: 0.9em;
    margin: 0 0 0 10px;


}

.modal-producto .info-m-producto button {
    font-family: "Inter", sans-serif;
    font-size: 1em;
    border: none;
    background-color: var(--texto-oscuro);
    color: var(--gris-hielo);
    border-radius: 5px;
    padding: 3px 10px;
    letter-spacing: 2px;
    margin-top: 10px;
    cursor: pointer;
    font-weight: normal;
}

.modal-producto .total-modal {
    font-weight: bold;
    font-size: 0.9em !important;
}




/**********NAV ******************/
header {
    position: fixed;
    z-index: 300;
    width: 100%;
    box-shadow: 1px -1px 5px 1px #4d4d4d;
}


nav {
    background-color: var(--blanco);
    display: flex;
    padding: 0rem 2rem;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 30px;
}



.box-redes {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px rgba(82, 82, 82, 0.3);
    margin-top: -25px;
    padding-bottom: 3px;
}

.box-redes div {
    font-family: "Inter", sans-serif;
    font-size: 0.8em;
    font-weight: 600;
    color: var(--texto-oscuro);

}

.box-redes div:last-child img {
    width: 13px;
    cursor: pointer;
    margin: 0 3px;
}

.logo {
    font-size: 1.5rem;
    color: var(--color-texto);
    font-weight: bold;
    text-transform: uppercase;

}

.logo img {
    width: 100px;
    margin-top: -23px;
}

.menu {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    height: 40px;
}

.menu li {
    margin: 0 10px;
    position: relative;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
}

.menu .li-carro img {
    width: 18px;
}

.menu .li-carro span {
    width: auto;
    height: auto;
    background-color: var(--texto-oscuro);
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    color: var(--blanco);
    font-family: "Inter", sans-serif;
    text-align: center;
    padding: 2px 8px;
    border-radius: 50%;
    font-size: 0.8em;
}

.menu li:not(.li-logo)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    left: 0;
    bottom: 0;
    background-color: var(--texto-oscuro);
    transition: all ease .3s;
    cursor: pointer;

}

.menu li:hover:after {
    height: 5px;
}

.menu li a {
    color: var(--texto-oscuro);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
}

.menu li a:hover {
    color: var(--color-hover);
}


/***** MENU RESPO*******/

.box-menu-respo {
    width: 100%;
    display: none;
}

.menu-respo {
    width: 100%;
    height: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.hamburger {
    display: none;
    position: fixed;
    background-color: transparent;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
    padding: 20px 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    z-index: 1002;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamburger.is-active {
    background-color: none;
}

._layer {
    background: #333333;
    margin-bottom: 4px;
    border-radius: 2px;
    width: 28px;
    height: 4px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}

.hamburger:hover .-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hamburger:hover .-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.hamburger.is-active .-top {
    -webkit-transform: translateY(200%) rotate(45deg) !important;
    -ms-transform: translateY(200%) rotate(45deg) !important;
    transform: translateY(200%) rotate(45deg) !important;
}

.hamburger.is-active .-mid {
    opacity: 0;
}

.hamburger.is-active .-bottom {
    -webkit-transform: translateY(-200%) rotate(135deg) !important;
    -ms-transform: translateY(-200%) rotate(135deg) !important;
    transform: translateY(-200%) rotate(135deg) !important;
}

.logo-respo img {
    display: none;
    width: 80px;
    height: fit-content;
    margin-top: 0px;
}



.carro-respo {
    display: none;
    position: relative;
}

.carro-respo a img {
    width: 25px;
    margin-top: 5px;
}

.carro-respo span {
    width: auto;
    height: auto;
    background-color: var(--texto-oscuro);
    display: block;
    position: absolute;
    top: 0px;
    right: -10px;
    color: var(--blanco);
    font-family: "Inter", sans-serif;
    text-align: center;
    padding: 2px 6px;
    border-radius: 50%;
    font-size: 0.8em;
}

.modal-menu {
    width: 250px;
    height: 948px;
    background-color: var(--gris-hielo);
    position: fixed;
    z-index: 300;
    top: 0;
    left: -2000px;
    transition: all ease .3s;
}

.ef-menu-respo {
    left: 0;
}

.modal-menu ul {
    padding: 100px 0 0 10%;
}

.modal-menu ul li {
    padding: 20px 0 20px 15px;

}

.modal-menu ul li:hover {
    background-color: var(--texto-oscuro);

}

.modal-menu ul li:hover a {
    color: var(--gris-hielo);
}

.modal-menu ul li a {
    font-family: "Inter", sans-serif;
    font-weight: light;
    font-size: 0.8em;
    margin: 10px 0;
    color: var(--texto-oscuro);
    text-transform: uppercase;
    transition: all ease .3s;
}

.modal-menu>div {
    padding: 20px 0 0 35px;
    display: flex;
}

.modal-menu>div img {
    width: 15px;
    margin: 20px 5px;
}


.lista-carro {
    width: 550px;
    height: 550px;
    background-color: var(--gris-hielo);
    position: fixed;
    z-index: 300;
    top: 85px;
    right: -3000px;
    transition: all ease .3s;
    padding: 10px 10px 20px 30px;
    overflow: scroll;


}

.ef-lista-carro {
    right: 0;
}

.lista-carro a{
    width: 100%;
    display:block;
    
}

.lista-carro a .btn-coti {
    width: 100%;
    background-color: var(--fondo-verdeagua);
    color: var(--gris-hielo);
    border: none;
    cursor: pointer;
    right: -3000px;
    padding: 15px 0;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1em;
    transition: all ease .3s;
    margin-top: 100px;

}

.lista-carro a  .btn-coti span {
    margin: 0 0 0 20px;
}

.lista-carro .ef-btn-coti {
    right: 0;
}

.lista-carro>h2 {
    font-family: "bebas-neue", sans-serif;
    font-size: 1.2em;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.lista-carro ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 80px;
}

.lista-carro ul li {
    width: 100%;
    display: flex;
    margin-top: 25px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 10px 5px;
}

.lista-carro ul li:hover {
    background-color: rgb(226, 226, 226);
}

.lista-carro ul li img {
    width: 50px;
    height: fit-content;
}

.lista-carro ul li .info-carro {
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 160px;
}

.lista-carro ul li .info-carro .nom-carro {
    font-weight: bold !important;
    margin: 20px 0 10px;
}

.lista-carro ul li .info-carro .nom-carro,
.lista-carro ul li .info-carro .cat-carro {
    font-family: "Inter", sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    margin-top: 5px;

}

.lista-carro ul li .precio-list {

    display: flex;
    flex-direction: column;
    margin: 0 5px;
    align-items: center;
    text-align: center !important;
    width: 100px;
}

.lista-carro ul li .precio-list h4 {
    font-family: "Inter", sans-serif;
    font-size: 0.8em;
    font-weight: light;
    margin-top: 5px;
    display: flex;
}

.lista-carro ul li .cantidad-list {
    width: 70px;
    font-family: "Inter", sans-serif;
    font-size: 0.8em;
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 5px;
}

.lista-carro ul li .cantidad-list input {
    width: 20px;
    font-family: "Inter", sans-serif;
    font-size: 0.8em;
    margin-top: 10px;
}

.lista-carro ul li .btn-eliminar-list {
    border: none;
    cursor: pointer;
    background-color: transparent;
    font-family: "Inter", sans-serif;
    font-weight: bolder;
    font-size: 2em;
}





/******boton de numero*****/
.counter {
    display: flex;
    align-items: center;
    background-color: transparent;
    border-radius: 8px;
    overflow: hidden;
}

.btn {
    width: 20px;
    height: 25px;
    background-color: #6f6f6f;
    color: white;
    font-size: 15px;
    border: none;
    cursor: pointer;
}

.btn:hover {
    background-color: #505050;
}

.value {
    width: 30px;
    height: 25px;
    background-color: #e3e3e3;
    font-family: "bebas-neue", sans-serif;
    color: rgb(73, 73, 73);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    user-select: none;
}




/*********Slideshow**********/

.slideshow {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;

}

.slides {
    display: flex;
    width: 100%;
    height: 100%;
    animation: slide 20s infinite;
}

.slide {
    width: 100%;
    flex-shrink: 0;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rojo {
    background-color: red;
}

.verde {
    background-color: green;
}

.amarillo {
    background-color: yellow;
}

@keyframes slide {
    0% {
        transform: translateX(0%);
    }

    31% {
        transform: translateX(0%);
    }

    33% {
        transform: translateX(-100%);
    }

    65% {
        transform: translateX(-100%);
    }

    66% {
        transform: translateX(-200%);
    }

    99% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(0%);
    }
}


/********** Letter ***************/

.letter {
    width: 90%;
    height: auto;
    background-color: var(--fondo-verdeagua);
    padding: 50px 5% 30px;
    display: flex;
}





.letter .info-letter {
    width: 50%;

}

.letter .info-letter h1 {
    font-family: "bebas-neue", sans-serif;
    font-size: 2em;
    letter-spacing: 2px;
    border-bottom: solid 3px rgb(118, 118, 118);
    margin-bottom: 20px;
    padding: 0 0 10px 0;
    color: var(--gris-hielo);
}

.letter .info-letter p {
    font-family: sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    color: rgb(197, 197, 197)
}

.letter .box-letter {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 5% 0 15%;
}

.letter .box-letter h3 {
    font-family: "bebas-neue", sans-serif;
    font-size: 1.2em;
    letter-spacing: 2px;
    margin-top: -30px;
    margin-bottom: 10px;
    color: var(--gris-hielo);
}

.letter .box-letter>input {
    border: solid 1px rgb(154, 154, 154);
    font-family: "bebas-neue", sans-serif;
    font-size: 1em;
    padding: 5px 20px;
    width: 200px;
    border-radius: 10px;
    border: var(--gris-hielo);
}

.letter .box-letter button {
    font-family: "bebas-neue", sans-serif;
    font-size: 1em;
    border: none;
    background-color: var(--texto-oscuro);
    color: var(--gris-hielo);
    border-radius: 5px;
    padding: 3px 10px;
    letter-spacing: 2px;
    margin-top: 10px;
    cursor: pointer;
    font-weight: lighter;
}


/******* CArro de inicio **************/

.carro-inicio {
    width: 90%;
    height: auto;
    padding: 10px 5% 150px;
}




.box-carro {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;


}

.carro-inicio>h1 {
    font-family: "bebas-neue", sans-serif;
    font-size: 1.7em;
    letter-spacing: 2px;
    margin-bottom: 30px;
    margin-top: 50px;
    border-bottom: solid 3px rgb(207 207 207);
    padding: 0 0 5px 0;
    display: block;
    font-weight: 100;
    width: 300px;
}

.box-carro .producto {
    width: 21%;
    height: auto;
    padding: 30px 1%;
    display: flex;
    overflow: hidden;
    margin: 10px 0.5%;
    border: solid 1px rgb(210, 210, 210);
    border-radius: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
    transition: all ease .3s;
    position: relative;

}

.box-carro .producto .info-oferta {
    position: absolute;
    width: 50px;
    height: 30px;
    color: var(--gris-hielo);
    background-color: var(--fondo-verdeagua);
    top: 0;
    right: 0;
    overflow: hidden;
    text-align: center;
    font-family: "bebas-neue", sans-serif;
    font-size: 1.4em;
    padding-top: 3px;
}



.box-carro .producto h2 {
    font-family: "bebas-neue", sans-serif;
    font-size: 1.4em;
    padding-top: 3px;
}

.box-carro .producto h3 {
    font-family: "Inter", sans-serif;
    font-size: 1.2em;
}

.box-carro .producto:hover {
    border: solid 1px rgb(111, 111, 111);
}

.box-carro .producto>span {
    display: none;
}

.box-carro .producto img {
    width: 100px;
}

.box-carro .producto h2 {
    font-family: "bebas-neue", sans-serif;
    font-size: 1em;
    letter-spacing: 2px;
    color: black;
    margin-top: 10px;
}

.box-carro .producto h3 {
    font-family: "Inter", sans-serif;
    font-size: 0.8em;
    color: var(--texto-oscuro);
    margin-top: 10px;
    letter-spacing: 1px;
}

.p-precio {
    display: flex;
    flex-direction: column;
}

.p-precio {
    font-family: "Inter", sans-serif;
    font-size: 0.8em;
    color: var(--texto-oscuro);
    font-weight: bold;
    margin-top: 7px;
}

.p-precio h4 {
    margin-top: 5px;
}

.box-carro .producto p {
    display: none;
}

.box-carro .producto button {
    font-family: "Inter", sans-serif;
    font-size: 0.7em;
    border: none;
    background-color: var(--texto-oscuro);
    color: var(--gris-hielo);
    border-radius: 5px;
    padding: 3px 10px;
    letter-spacing: 1px;
    margin-top: 10px;
    cursor: pointer;
    font-weight: 300;
    text-transform: uppercase;
}


/********* SOMOS *****************/

.filtro-n {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
    background: #03003b;
    background: linear-gradient(360deg, rgba(3, 0, 59, 1) 0%, rgba(0, 0, 87, 1) 35%, rgba(0, 87, 105, 0.85) 100%);
}

.somos {
    width: 90%;
    height: auto;
    padding: 150px 5% 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: row;
}

.somos .info-somos {
    position: relative;
    z-index: 12;
    text-align: start;
    width: 45%;
}

.somos .info-somos h1 {
    font-family: "bebas-neue", sans-serif;
    font-size: 1.9em;
    color: var(--gris-hielo);
    letter-spacing: 1px;
    margin-bottom: 30px;


}

.somos .info-somos p {
    font-family: "Work Sans", sans-serif;
    font-size: 1em;
    color: var(--gris-hielo);
    letter-spacing: 2px;
    font-weight: 300;
}

/*************** COntacto *********************/
.contacto {
    width: 55%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    z-index: 35;
}

.contacto h1 {
    font-family: "bebas-neue", sans-serif;
    font-size: 1.9em;
    color: var(--gris-hielo);
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.contacto form {
    display: flex;
    flex-direction: column;
}

.contacto form div {
    display: flex;
    flex-direction: column;

}

.contacto form div label {
    font-family: "Work Sans", sans-serif;
    font-size: 0.9em;
    color: var(--gris-hielo);
    letter-spacing: 2px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 20px;
}

.contacto form div input {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid rgb(205, 205, 205);
    background-color: transparent;
    width: 400px;
    color: white;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 10px;
}

.contacto form div textarea {
    width: 100%;
    height: 100px;
    border: solid 1px rgb(205, 205, 205);
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid rgb(205, 205, 205);
    color: rgb(205, 205, 205);
    font-family: "Work Sans", sans-serif;

}

.contacto form input[name="btnEnviar"] {
    border-radius: 10px;
    background-color: var(--texto-oscuro);
    margin-top: 30px;
    padding: 10px 0;
    color: var(--gris-hielo);
    border: none;
    font-family: "Work Sans", sans-serif;
}

/******* FOOOTER *****************/

footer {
    width: 90%;
    height: auto;
    padding: 80px 5% 50px;
    background-color: #141414;
    background-color: #141414;
    display: flex;

}

.foo-info {
    width: 30%;
    height: auto;
    display: flex;
}

.foo-info ul li .foo-tel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.foo-info ul li .foo-tel h2 {
    font-family: "bebas-neue", sans-serif;
    font-size: 1.2em;
    color: rgb(151, 151, 151);
    font-weight: 100;
    letter-spacing: 1px;
}

.foo-info ul li .foo-tel a {
    font-family: "Work Sans", sans-serif;
    font-size: 0.8em;
    color: rgb(130, 130, 130);
}

.foo-info ul li .foo-mail h2 {
    font-family: "bebas-neue", sans-serif;
    font-size: 1.2em;
    color: rgb(151, 151, 151);
    margin-top: 15px;
    letter-spacing: 1px;
}

.foo-info ul li .foo-mail a {
    font-family: "Work Sans", sans-serif;
    font-size: 0.9em;
    color: rgb(130, 130, 130);
}

.foo-info ul li .foo-dir h2 {
    font-family: "bebas-neue", sans-serif;
    font-size: 1.2em;
    color: rgb(151, 151, 151);
    margin-top: 15px;
    letter-spacing: 1px;
}

.foo-info ul li .foo-dir a {
    font-family: "Work Sans", sans-serif;
    font-size: 0.9em;
    color: rgb(130, 130, 130);
}

.foo-info ul li .foo-hora h2 {
    font-family: "bebas-neue", sans-serif;
    font-size: 1.2em;
    color: rgb(151, 151, 151);
    margin-top: 15px;
    letter-spacing: 1px;
}

.foo-info ul li .foo-hora h3 {
    font-family: "Work Sans", sans-serif;
    font-size: 0.9em;
    color: rgb(130, 130, 130);
}

.foo-legal {
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.foo-legal ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.foo-legal ul li {
    font-family: "Work Sans", sans-serif;
    font-size: 0.9em;
    color: rgb(130, 130, 130);
    margin-top: 20px;
}

.foo-legal ul li a {
    color: rgb(130, 130, 130);
}

.foo-legal ul li img {
    width: 120px;
}

.foo-redes {
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.foo-redes ul h2 {
    font-family: "bebas-neue", sans-serif;
    font-size: 1.2em;
    color: rgb(151, 151, 151);
    margin-top: 15px;
    letter-spacing: 1px;
}

.foo-redes ul li img {
    width: 20px;
    margin: 10px 5px;
}



.foo-redes ul li p {
    font-family: "bebas-neue", sans-serif;
    font-size: 0.8em;
    color: rgb(151, 151, 151);
    margin-top: 15px;
    letter-spacing: 1px;
}


/*************************************

ESTILOS PAGINA CATALOGO
**********************************/

.page-catalogo {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;

}

.page-catalogo .t-catalogo {
    margin-top: 150px;
    display: block;
    width: 100%;
}

.page-catalogo .box-filtro {
    width: 25%;
    padding: 10px 2.5%;
    background-color: rgb(255, 255, 255);

}

.page-catalogo .box-filtro h2 {
    font-family: "bebas-neue", sans-serif;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.b-catalogo {
    width: 70%;
}

.box-filtro select {
    width: 150px;
    margin-top: 20px;
    font-family: "Work Sans", sans-serif;
    font-size: 1em;
    border-bottom: solid 2px #9d9d9d;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent;
    color: #292929;

}

.box-filtro .f-buscar {
    margin-top: 20px;
}

.box-filtro .f-buscar label {
    font-family: "Work Sans", sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: rgb(70, 70, 70);
}

.box-filtro .f-buscar input {
    width: 200px;
    margin-top: 20px;
    font-family: "Work Sans", sans-serif;
    font-size: 1em;
    border-bottom: solid 2px #484848;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent;

}

.box-filtro .f-buscar button {
    width: 202px;
    font-family: "Work Sans", sans-serif;
    font-size: 1em;
    margin-top: 5px;
    background-color: transparent;
    border: solid 1px rgb(76, 76, 76);
    cursor: pointer;
    background-color: var(--fondo-verdeagua);
    color: var(--gris-hielo);
    padding: 0px 0;
}

.box-filtro .f-buscar button img {
    width: 15px;
    height: fit-content;
    cursor: pointer;
}

.box-filtro .btnAplicarFiltro {
    border: none;
    border-radius: 10px;
    margin: 30px 0 0;
    background-color: var(--fondo-verdeagua);
    color: var(--gris-hielo);
    padding: 10px 0;
    font-family: "Work Sans", sans-serif;
    font-size: 1em;
    padding: 5px 20px;

}


/******INPUT RANGE*****/
.price-range {
    width: 150px;
    background: #f0f2f4;
    font-family: "Work Sans", sans-serif;
}

.price-range label {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    font-family: "Work Sans", sans-serif;
    color: #404040;
}

.slider-container {
    position: relative;
    height: 40px;
}

input[type=range] {
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 8px;
    appearance: none;
    background: transparent;
}

input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    appearance: none;
    height: 15px;
    width: 15px;
    background: #ffffff;
    border: 4px solid #505050;
    border-radius: 50%;
    cursor: pointer;
}

.slider-track {
    position: absolute;
    height: 8px;
    background: #ddd;
    border-radius: 5px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.slider-range {
    position: absolute;
    height: 4px;
    background: #484848;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.values {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 10px;
    color: #666;
}


/******************************************
            Carro de compras
******************************************/


.list-productos {
    width: 90%;
    height: auto;
    padding: 150px 5%;
}

.list-productos>h2,
.info-cliente>h2 {
    font-family: "bebas-neue", sans-serif;
    font-size: 1.7em;
    border-bottom: solid 2px rgb(159, 159, 159);
    padding-bottom: 5px;
    display: block;
    width: 180px;
    margin-left: 50px;
}

.list-productos li {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0;

}

.list-productos li .num-oferta {
    display: none;
}

.list-productos li img {
    width: 100px;
    height: fit-content;
}


.list-productos li .list-p-info {
    font-family: "Work Sans", sans-serif;
    font-size: 0.9em;
}

.list-productos li .list-p-info .list-p-nombre {
    font-weight: bold;
    margin-bottom: 7px;
}

.list-productos li .list-p-info .list-p-sku {
    margin-top: 7px;
    font-family: "Work Sans", sans-serif;
}

.list-productos li .list-p-info .list-p-sku span {
    margin-left: 3px;
    font-family: "bebas-neue", sans-serif;
    letter-spacing: 1px;
}

.list-productos li .list-p-precio {
    font-family: "Work Sans", sans-serif;
    font-size: 0.9em;
}

.list-productos li .list-p-precio h4 {
    margin-top: 10px;
}

.list-productos li .list-p-precio h4 span {
    margin-left: 3px;
    font-family: "bebas-neue", sans-serif;
    letter-spacing: 1px;
}

.list-productos li button {
    font-family: "Work Sans", sans-serif;
    font-size: 0.9em;
    background-color: var(--fondo-verdeagua);
    padding: 7px 20px;
    color: var(--gris-hielo);
    font-weight: normal;
    border: none;
    border-radius: 5px;

}



.info-cliente {
    width: 90%;
    height: auto;
    margin: 50px 5% 100px;

}

.info-cliente h2 {
    width: 200px;
}

.info-cliente form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 20px;
    width: 80%;
    padding: 30px 10%;
}

.info-cliente form div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 10px 0;
    font-family: "Work Sans", sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    text-transform: uppercase;
}

.info-cliente form div input {
    margin-top: 10px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid rgb(86, 86, 86);
    width: 300px;
}

.info-cliente form input[name="btnCotizar"]{
    background-color: var(--fondo-verdeagua);
    color: var(--gris-hielo);
    border: none;
    padding: 10px 0;
    border-radius:5px ;
    cursor: pointer;
    font-family: "Work Sans", sans-serif;
    font-size: 0.9em;
    margin-top: 20px;
}




/************RESPONSIVE******************/
@media (max-width: 900px) {
    .box-carro .producto {
        width: 30% !important;
    }

    .modal-producto {
        width: 70% !important;
        margin: 150px 10% !important;
    }
}



@media (max-width: 768px) {
    .modal-producto {
        width: 90% !important;
        margin: 100px 0% !important;
    }

    .foo-info ul li .foo-tel {
        align-items: center !important;
    }

    .foo-info ul li .foo-mail {
        display: flex;
        flex-direction: column;
    }

    footer {
        flex-direction: column;
        align-items: center;
    }

    footer>div {
        width: 90% !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .somos {
        display: flex;
        flex-direction: column !important;
        align-items: center;
    }

    .somos .info-somos {
        width: 89% !important;
        text-align: center !important;
        margin-bottom: 100px;
    }

    .contacto form div input {
        width: 300px !important;
    }

    .box-carro .producto {
        width: 46% !important;
    }

    .letter {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .letter .info-letter {
        width: 80% !important;
        text-align: center;

    }

    .letter .box-letter {
        margin: 50px 0 0 0 !important;
    }


    .ef-filtro-g {
        opacity: 1;
        z-index: 200;
        height: 150%;
    }

    .box-menu-respo {
        display: initial;
    }

    .menu-respo {
        z-index: 320;
        position: relative;
    }

    .carro-respo {
        display: initial;
    }

    .logo-respo img {
        display: initial;
    }

    .box-redes {
        display: none;
    }

    .hamburger {
        display: initial;
    }

    nav {
        flex-direction: column;
        align-items: flex-start;
        height: 30px;
    }

    .menu {
        display: none;
    }

    .modal-producto img {
        width: 100px;
        height: fit-content;
        margin: 100px 0 0 0;
    }

    .lista-carro {
        top: 60px;
    }



}

@media (max-width:550px) {
    .lista-carro {
        width: 335px !important;
    }

    .lista-carro ul li {
        flex-wrap: wrap;
    }

    .lista-carro ul li .precio-list {
        width: 234px;
    }

    .lista-carro ul li .btn-eliminar-list {
        margin-left: -60px;
    }
}