/* Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* Playfair Display*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/* Rajdhani */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
/* Poiret One */
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

/* STYLE NAV  */
/* Nav principal */
    .nav-wrap{
        width:100%;
        margin:0 auto;
        font-family: 'Rajdhani', monospace;
    }

    nav.main-nav{
        background:#FFF;
    }

    .main-nav ul{
        list-style:none;
        margin:0;
        padding:0;
        display:flex;
        gap:var(--gap);
        align-items:center;
    }

    .main-nav a{
        color:var(--white);
        text-decoration:none;
        padding:12px 16px;
        display:inline-block;
        border-radius:8px;
    }

    .main-nav li{position:relative}

    .main-nav a:focus{
        outline:3px solid rgba(6,182,212,0.18);
        outline-offset:3px;
    }
    
    /* Apariencia de items principales */
    .brand{
        font-weight:700;
        letter-spacing:0.6px;
        margin-right:22px;
    }

    .main-nav a:hover{
        background-color: #FFF;
        color: #000;
        /* border-radius: 5px 5px 0px 0px; */
        
        /* background:rgba(255,255,255,0.04) */
    }

    /* Panel desplegable (mega menu) */
.mega{
    font-family: 'Rajdhani', monospace;  
    position:absolute;
    min-width:680px;
    background:#ffffffa4;
    backdrop-filter: blur(9px);
    border-radius: 0px 0px 5px 5px;
    padding:18px;
    display:none;
    z-index:40;
}

    /* Mostrar el mega al pasar o al enfocarse (soporte teclado) */
    .main-nav li:hover > .mega,
    .main-nav li:focus-within > .mega{
        display:block;
    }

    /* Estructura interior: menu horizontal secundario + panel de subcategorias */
    .mega .second-menu{
        display:flex;
        gap:12px;
        margin-bottom:12px;
    }
    
    .second-menu button{
        background:none;
        border:0;
        color:var(--muted);
        padding:8px 10px;
        border-radius:8px;
        cursor:pointer;
    }

    .second-menu button:hover,
    .second-menu button:focus{
        color:var(--white);
        background:rgba(255,255,255,0.03)
    }

    /* Grid para subcategorías */
    .mega-grid{
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:12px;
    }

    .col{
        text-align: center;
    }

    .col h4{
        margin:0 0 8px 0;
        font-size:18px;
        color:#000;
    }

    .col ul{
        list-style:none;
        padding:0;
        margin:0;
        display:flex;
        flex-direction:column;
        gap:2px;
    }
    
    .col li{
        margin:2px 0;
    }
    
    .col a{
        color:#000;
        font-size:16px;
        text-decoration:none;
    }

    .col a:hover{
        text-decoration:underline;
    }

    .brand img{
        width:100%;
    }

    .brand{
        width:20%;
    }

    .buscar{
        margin-left:auto;
        font-size: 18px;
        cursor: pointer;
        background-color: #000;
        color: white;
        border-radius: 100%;
    }

    .buscar i{
        margin: 18px;
    }
    
/* END NAV */



/* Terminos y condiciones */

.header-terminos{
    font-family: 'Rajdhani', 'Courier New', Courier, monospace;
    text-align: center;
    margin-bottom: 20px;
}

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

.container ul li{
    font-family: 'Rajdhani', 'Courier New', Courier, monospace;
}

.condiciones{
    width:50%;
}

.condiciones h3{
    margin: 10px;
    font-family: 'Rajdhani', 'Courier New', Courier, monospace;

}

.condiciones p{
    font-family: 'Rajdhani', serif;
    font-size: 18px;
}

.container-nav:hover{
    background:#FFF;
}

.video-bg{
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.video-bg video{
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

section{
    width: 100%;
    height: 100vh;

    display: flex;
    flex-direction: column;
    align-content: center;
}

.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
}

.subtitle{
    align-content: center;
    text-align: center;
    width: 50%;
    height: 50vh;
}

.subtitle h1{
    font-family: 'Poiret One', 'Playfair Display', Arial, Helvetica, sans-serif;
    font-size:3em;
}

.box-img img{
    width:100%;
    border-radius: 5px;
}

.box{
    width: 350px;
    height: auto;
    margin: 10px;
}

.box-title{
    text-align: center;
    margin: 10px;
}

.box-title a{
    text-decoration: none;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    background-color: #FFF;
    color: #000;
    font-size: 16px;
    padding: 8px;
}

.box-title a:hover{
    background-color: black;
    color: #FFF;
    border: solid 1px #FFF;
}

.ubicacion{
    width: 100%;
}

/* BUSCADOR */
.modal-search{  
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    
    overflow: auto;
    background-color: #00000083;
    backdrop-filter: blur(9px);    
}

.search {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;

    margin: 15% auto;
    padding: 20px;
    width:100%;

    /* Efecto Fade */
    opacity: 1;
    scale: 1;
    transition: opacity 0.5s ease-out, scale 0.2s ease-out;
    @starting-style{
        opacity: 0;
        scale: 0.80;
    }
}

.search form button{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    cursor: pointer;
    border: none;
    color: white;
    background-color: black;
    padding: 13px;
}

.search form input{
    width: 100%;
    padding:10px;
    font-size: 20px;
    border-radius: 5px;
    border: none;
}

.search form{
    width: 50%;
}

.filtro{
    margin:10px;
    padding: 10px;
    
    background:#FFF;
    border-radius: 5px;

    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
}

.filtro input[type=checkbox]{
    display: none;
}

.filtro label{
    cursor: pointer;
    font-family: 'Rajdhani', Arial, Helvetica, sans-serif;    
    font-weight: bold;
}

.filtro #codigo:checked:checked ~ .opcion-1{
    background:black;
    color:white;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
    
    transition: all linear 0.2s;
}

.filtro #color:checked:checked ~ .opcion-2{
    background:black;
    color:white;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;

    transition: all linear 0.2s;
}

.filtro #talla:checked:checked ~ .opcion-3{
    background:black;
    color:white;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;

    transition: all linear 0.2s;
}

.filtro h3{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.btn-close{
    margin: 10px;
}

.btn-close span{
    color: rgb(255, 255, 255);
    float: right;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

/* Carrusel Style */
 .carousel-container {
            position: relative;
            width: 100%;
            height: 500px;
            overflow: hidden;
            /* border-radius: 12px; */
            /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); */
        }

        .carousel-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s ease;
            z-index: 1;
        }

        .carousel-slide.active {
            opacity: 1;
            z-index: 2;
        }

        .carousel-slide a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .carousel-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .carousel-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            padding: 15px;
            text-align: center;
        }

        .carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.7);
            color: #333;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 1.5rem;
            cursor: pointer;
            z-index: 3;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .carousel-btn:hover {
            background: rgba(255, 255, 255, 0.9);
        }

        .carousel-btn.prev {
            left: 20px;
        }

        .carousel-btn.next {
            right: 20px;
        }

        .carousel-indicators {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 3;
        }

        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .indicator.active {
            background: white;
            transform: scale(1.2);
        }

        .instructions {
            margin-top: 30px;
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            max-width: 800px;
        }

        .instructions h2 {
            color: #2c3e50;
            margin-bottom: 15px;
        }

        .instructions p {
            margin-bottom: 10px;
            line-height: 1.6;
        }
/* FOOTER */

.footer{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    background-color: #000;
}

.footer div{
    width: 100%;
}

.footer-logo img{
    filter:invert(100%);
    width: 90%;
}

.footer-logo{
    padding: 20px;
    text-align: justify;
    font-family: 'Rajdhani', Arial, Helvetica, sans-serif;
    color: #FFF;
}

.footer-enlaces{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
    color:white;
}

.footer-enlaces ul{
    list-style: none;
}

.footer-enlaces ul li{
    margin: 10px;
}

.footer-enlaces ul li a{
    text-decoration: none;
    color: #FFF;
    font-family: 'Rajdhani', Arial, Helvetica, sans-serif;
}

.footer ul li a:hover{
    text-decoration: underline;
}

.footer-suscripcion{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.footer-suscripcion h3{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    margin: 10px;
    color: #FFF;
}

.footer-suscripcion form{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.footer-suscripcion form input{
    width: 50%;
    padding: 10px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    border: solid 1px #000;
    border-radius: 5px;
}

.footer-suscripcion form button{
    padding: 10px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    border-radius: 5px;
    border: none;
    background-color: rgb(124, 57, 57);
    color: #FFF;
    margin:5px;
}

.footer-suscripcion .redes{
    margin: 50px;
    text-align: center;
}

.footer-suscripcion .redes ul li{
    display: inline-block;
}

.footer-suscripcion .redes ul li a{
    color: #FFF;
    font-size: 1.5em;
    margin: 10px;
}

.redes .facebook{
    color:rgb(106, 106, 248);
}

.container-coleccion{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.coleccion-box{
    width: 50%;
    height: 100vh;
    text-align: center;
    
    background-repeat: no-repeat;
    background-size:cover;

    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;

    justify-content: center;
}

.coleccion-box h2{
    color:white;
    font-family:'Montserrat';
}

.coleccion-box a{
    font-family:'Rajdhani', monospace;
    color: #FFF;
    background: rgba(0, 0, 0, 0.72);

    padding: 10px;
    text-decoration: none;
    letter-spacing: 5px;
}

.coleccion-box a:hover{
    background-color: #000;
}

/* MODAL CATALOGO */
.modal-catalogo{
    width: 100%;
    height: 100vh;
    display: none;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;

    position: fixed;
    background-color:rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(7px);
    z-index: 1;
    /* Efecto Fade */
    opacity: 1;
    scale: 1;
    transition: opacity 0.5s ease-out, scale 0.2s ease-out;
    @starting-style{
        opacity: 0;
        scale: 0.95;
    }
}

.modal-catalogo .contenido{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.contenido-imagen img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contenido-imagen{
    background-color: #FFF;
    width: 25%;
} 
        
.contenido-texto{
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: flex-end;
    width: 25%;
    padding: 10px;
    text-align: center;
    background-color: #FFF;

    font-family: 'Rajdhani', monospace;
}

.contenido-texto h3{
    margin: 10px;
    font-size: 2em;
}

.contenido p{
    margin: 10px;    
}

.contenido-texto a{
    margin: 20px;
    padding: 5px;
    color: white;
    background-color: #000;
    text-decoration: none;
}
   
.contenido-texto .modal-catalogo-cerrar{
    color: #000;
    border-radius: 100%;
    cursor: pointer;
    font-size: 1.5em;
    padding: 5px;
}

/* Whatsapp Btn */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-icon {
    width: 35px;
    height: 35px;
}

/* Codigo Responsive para Moviles */
@media (max-width:480px) and (max-width:700px){

    .nav-wrap{
        position: relative;
    }

    .brand{
        display: none;
    }

    .mega-grid{
        display: flex;
        flex-direction: column;
        align-items:flex-start;
    }

    .mega-grid h4{
        background-color: #000;
        color: #FFF;
        
        padding: 10px;
        border-radius: 5px;
    }

    .mega-grid ul li a{
        font-size: 19px;
    }

    .subtitle{
        width: 100%;
        height: 50vh;
        text-align:center;
        align-content: center;
    }

   .container-coleccion{
        display: flex;
        flex-direction: column;
        width: 100%;
   }

   .container-coleccion .coleccion-box{
        width: 100%;
   }

   .footer{
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .footer .footer-logo img{
        filter: invert(100%);
    }

    .footer .footer-enlaces{
        font-size:18px;
        margin:10px;
    }

    .footer .redes a i{
        font-size:1.5em;
    }


    .menu-toggle {
        display: block;
    }

    .menu-left nav.active {
        display: flex;
    }

    .logo{
        width:50%;
    }

    .modal-search form{
        width: 100%;
    }
    
    header{
        width: 100%;
        height: auto;
    }
    
    .video-bg {
        width: 100%;
        /* height: 100%; */
        overflow: hidden;
    }

    .video-bg video{
        position: relative;
        width: auto;
        height: 100vh;
        z-index: -1;
    }

    .contenido-imagen, .contenido-texto{
        width:50%;
    }

    .contenido-texto .text a{
        border-radius: 5px;
        font-size: 20px;
    }

    .condiciones{
        width: 90%;
    }
}
/* RESPONSIVE MOVIL END */



