/*! ////////// Generales Y Utilidades ///////////// */

@font-face {
    font-family: "QuickSand-Light";
    src: url("../Fuentes/QuickSand/static/Quicksand-Light.ttf");
}

@font-face {
    font-family: "QuickSand-Regular";
    src: url("../Fuentes/QuickSand/Quicksand-VariableFont_wght.ttf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: sans-serif;
}

/*! /////////////////// Header /////////////////// */

header {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
}

header>* {
    position: relative;
}

.headerContainer {
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.navnom {
    display: flex;
}

.color {
    color: white;
    margin: 0 10px;
    font-family: "QuickSand-Regular";
    font-weight: 400;
    letter-spacing: 0.1ch;
}

.logo {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.icon-main {
    display: flex;
    padding-left: 20%;
}

.icon {
    width: 20px;
    height: 20px;
    margin: 0 10px;
}

/*! /////////////////// Video de Fondo //////////////////// */

.multi {
    width: 100%;
    object-fit: cover;
}

video {
    height: 1440px;
    object-fit: cover;
    width: 100%;
}

/*! Carrito De Compras */

.Menu-Prueba {
    position: fixed;
    z-index: 2;
    height: 100%;
    right: 0%;
    width: 30%;
    top: 0%;
    background-color: white;
    overflow-y: scroll;
}

#General {
    display: none;
}

.topMenu {
    display: flex;
    justify-content: space-around;
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: white;
}

.topMenu h2,
.topMenu h3 {
    font-size: 14pt;
    font-family: "QuickSand-Regular";
    font-weight: 550;
}

.topMenu h3 {
    cursor: pointer;
}

.contentMenu {
    display: flex;
    flex-direction: column;
}

.ElementoCarrito {
    margin: 4% 2% 0% 4%;
    width: 80%;
    align-self: center;
    display: flex;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
    background-color: white;
}

.Elemento-Img {
    width: 28%;
}

.ElementoTexto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.Elemento-Titulo {
    font-family: "QuickSand-Regular";
    font-size: 16pt;
}

.Elemento-Precio {
    font-family: "QuickSand-Regular";
    font-size: 14pt;
}

.bottomMenu {
    display: flex;
    flex-direction: column;
}

.contenedorTotalCarrito {
    display: flex;
    justify-content: space-around;
}

.contenedorTotalCarrito h4 {
    font-size: 14.5pt;
    font-family: "QuickSand-Regular";
    margin: 25px;
    margin-bottom: 0px;
}

#limpiarCarro {
    text-decoration: underline;
    font-family: "QuickSand-Light";
    font-size: 12pt;
    cursor: pointer;
    margin-left: 13%;
    margin-top: 3%;
    width: fit-content;
}

.boton {
    margin-top: 35px;
    align-self: center;
    width: 75%;
    height: 60px;
    background-color: Black;
    color: white;
    font-family: "QuickSand-Light";
    font-size: 13pt;
    margin-bottom: 2.5%;
}

#dim {
    background-color: black;
    opacity: 0.5;
    z-index: 1;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}

/*! /////////// Seccion Novedades Para Hombres //////////// */

.pant {
    background-image: url(../Banner/Jpg/Pantalones.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 1440px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.pant h1 {
    font-family: "QuickSand-Light";
    margin-top: auto;
    text-align: center;
    letter-spacing: 0.15ch;
    font-size: 25pt;
    color: white;
}

.pant button {
    font-family: "QuickSand-Regular";
    margin-bottom: 50px;
    margin-top: 35px;
    padding: 15px 35px 15px 35px;
    letter-spacing: 0.05ch;
    font-size: 14pt;
    border-radius: 10px;
    border: none;
    background-color: white;
    color: black;
    cursor: pointer;
}

/*! //////////////// Seccion Snakers (Zapatillas) //////////////// */

.mejoresSnakers {
    height: auto;
    max-height: 1440px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#snakersTitulo {
    text-align: center;
    font-family: "QuickSand-Light";
    color: black;
    text-decoration: underline;
    font-size: 21pt;
}

.contenedorSnakers {
    display: flex;
    justify-content: space-around;
}

.contenedorSnakers button {
    align-self: center;
    background-color: transparent;
    border: none;
    font-size: 20pt;
}

.snakers h1 {
    font-family: "QuickSand-Regular";
    margin-top: 10px;
}

.snakers p {
    font-family: "QuickSand-Light";
    font-weight: 600;
}

/*! //////////////////// Seccion Novedades Para Mujeres /////////////////// */

.carte {
    background-image: url(../Banner/Jpg/Cartera.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 1440px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.carte h1 {
    font-family: "QuickSand-Light";
    margin-top: auto;
    text-align: center;
    letter-spacing: 0.15ch;
    font-size: 25pt;
    color: white;
}

.carte button {
    font-family: "QuickSand-Regular";
    margin-bottom: 50px;
    margin-top: 35px;
    padding: 15px 35px 15px 35px;
    letter-spacing: 0.05ch;
    font-size: 14pt;
    border-radius: 10px;
    border: none;
    background-color: white;
    color: black;
    cursor: pointer;
}

.linkfot:hover{
    cursor: pointer;
    text-decoration: underline;
}

/*! ///////////// Footer /////////////// */

.contenedorFooterContenidos,
.contenedorFooterExtras,
.footerUbicacion {
    display: flex;
}

.contenedorFooterContenidos {
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    justify-content: space-around;
}

hr {
    height: 2.5px;
    background-color: black;
}

.contenedorFooterLinks {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.contenedorFooterContenidos div h1 {
    font-family: "QuickSand-Regular";
    margin-top: 10px;
    font-size: 16pt;
    font-weight: 600;
    margin-bottom: 25px;
}

.contenedorFooterLinks a {
    font-family: "QuickSand-Regular";
    font-size: 14pt;
    font-weight: 400;
    margin-top: 6px;
    color: black;
    width: fit-content;
}

.contenedorFooterExtras {
    justify-content: space-between;
}

.contenedorFooterExtras h1 {
    font-size: 13pt;
    font-weight: 500;
    margin: 20px;
}

.footerRedesSociales {
    display: flex;
    gap: 15px;
}

.footerRedesSociales a {
    height: max-content;
}

.footerUbicacion img {
    width: 30px;
    height: 30px;
    align-self: center;
}

.footerUbicacion h1 {
    margin: 20px 20px 20px 3.5px;
}

.footerRSI {
    width: 30px;
    height: 30px;
}