@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

:root{
    --padding-container: 100px 0;
    --color-title: #0e0a32;

    /* Paleta de marca */
    --color-navy: #00102E;
    --color-navy-deep: #0e0a32;
    --color-accent: #859ac2;
    --color-coral: #ff6200;
    --color-cream: #f9f0e2;
    --color-white: #ffffff;

    --font-heading: "Josefin Sans", sans-serif;
    --font-body: "Josefin Sans", sans-serif;
}

body{
    font-family: var(--font-body);
    background-color: #ffffff;

    
   
    height: 100vh;
    background-color: rgb(255, 255, 255);
    background-image: url("images/fondofaro.jpg") ;
    background-size: cover;
    background-position: center;
 
   
    
}

.container{
    
    min-width: 90px;
    margin:  auto;
    gap: 10rem;


}



.hero{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
    
    position: relative;
    display: grid;
    grid-template-rows:  1fr;
    color: var(--color-navy-deep);

}


.hero::before{
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width:  100%;
    
    background-color: #ffffff;

    z-index: -1;
    padding-left: 2em;
}

/* Nav */

.nav{
    --padding-container:0;
    height: 100%;
    display: flex;
    align-items: center;
   

}

.nav__title{
    font-weight: 300;
}

.nav__link{
    margin-left: auto;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 2em;
    color: var(--color-navy);
    text-decoration: none;
   
    
}

.nav__items{
    list-style: none;
}


.nav__links{
    color: var(--color-navy);
    text-decoration: none;
    display: block;

}

.nav__menu{
    margin-left: auto;
    cursor: pointer;
    display: none;
}

.nav__img{
    display: block;
    width: 30px;
}

.nav__close{
    display: var(--show, none) ;
}


/* Hero container */

.hero__container{
    width: 100%;
    align-items: center;
    
   


    

    
   
    
}

.heroT__container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 100PX 100px 100PX 100px;
    background-color: #eef2ff62;
}

.hero__title{
    
    font-size: 2.5rem;
    padding: 40px 40px 40px 40px;
    font-weight: 400;
    color: var(--color-accent);
    background-color: var(--color-navy-deep);
    border-radius: 15px;
    text-align: center;
    
    
}

.hero__title .nombre{
    font-weight: 300;
    color: #ffffff;
    font-style: normal;
}

.hero__intro{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2em;
    text-align: center;
}

.hero__subtitle{
    max-width: 40em;
    font-size: 1.1rem;
    color: var(--color-navy);
    margin: 0;
}

.hero__cta{
    font-size: 0.95rem;
    padding: 0.7rem 1.8rem;
}
.heros__container{
    padding: 10px ;
    margin: 25px;
    max-width: 100%;
    padding-bottom: 100px;
    padding-top: 100px;
    margin: auto;
    --padding-container:0;
    display: grid;
    grid-auto-rows: max-content;
    align-content: center;
    gap: 2em;
    text-align: center;
}

.heros__title{
    font-size: 2rem;
    
    
}


  

.heross__container{
    padding: 10px ;
    margin: 25px;
    width: 41%;
    padding-bottom: 100px;
    padding-top: 100px;
    margin: auto;
    --padding-container:0;
    display: grid;
    grid-auto-rows: max-content;
    align-content: center;
    gap: 2em;
    text-align: center;
}

.candado{
    width: 30%;
 
    margin: 50px;
    margin-bottom: 100px;
    max-width: 80%;
    margin: auto;
    display: grid;
    grid-auto-rows: max-content;
    align-content: center;



}

.videoinicio{
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(14, 10, 50, 0.18);
}


.heross__title{
    font-size: 2rem;
    
    
}

.herosss__container{
    padding: 0px ;
    margin: auto;
    max-width: 100%;
    
    
   
   
   
   
}

.imagenfondo{
    max-width:  90%;
    margin: auto;
    

    z-index: -3;


    
}

.imagenfondos{
    width: 100%;

}


.imagenfondo2{
    max-width:  30%;
    margin: auto;

    z-index: -3;


    
}

.imagenfondos2{
    width: 100%;

}


.subtitulos{
    font-weight: 900;
    font-size: 180px;
    line-height: 135px;
    letter-spacing: -30px;
}

.fotosprincipal{
    width: 100%;
    padding-top: 1%;
    margin: auto;
    
    background-color: #ff620062;
    align-content: center;
}

.LookBook,
.Catalogo,
.NEWS{
    width: 100%;
    display: block;
    transition: opacity 0.25s ease;
}

.fotosprincipal a:hover .LookBook,
.fotosprincipal a:hover .Catalogo,
.fotosprincipal a:hover .NEWS{
    opacity: 0.92;
}

.textonewsletter{
    
}
/*carrusel*/


 .fondo{
    margin: auto;
    
 }

.carrusel{
    margin: auto;
    width: 17em;
    max-width: 120em;
    padding: 0.5em;

    border-radius: 10px;
    background: #e0e0e0;
    box-shadow:  6px 6px 12px #bebebe, -1px -1px 6px var(--color-cream); 
    overflow: hidden;
    

}
.carrusel .grande{
    display: flex;
    width: 200%;
    border-radius: 10px;
    background: #e0e0e0;
    box-shadow:  6px 6px 12px #bebebe, -6px -6px 12px #ffffff;

    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    padding: 0.7em;
    padding-right: 31px;
    margin-left: 10px;
    transition: all .5s ease;

    transform: translateX(0%);
}
.carrusel .img{
    width: calc(100%/ 2 - 2em);
    min-height: 10vh;
    border-radius: 10px;
    background: #e0e0e0;
    box-shadow:  6px 6px 12px #bebebe, -6px -6px 12px #ffffff;
    

}
.carrusel .puntos{
    width: 100%;
    padding: .4em;
    margin: 1em 0 0;
    

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.carrusel .punto{
    width: 2em;
    height: 2em;
    margin: 1em 1em 0;
    padding: 1em;
    border-radius: 50px;
    background: #e0e0e0;
    box-shadow:  6px 6px 12px #bebebe, -6px -6px 12px #ffffff;
}

.carrusel .punto.activo{
    background-color: var(--color-navy);
}

.beis{
    width: max-content;
    height: 30px;
    background-color: rgb(255, 255, 255);
    z-index: -1;
    opacity: 0;
}




.fondo2{
    margin: auto;
    
 }

.carrusel2{
    margin: auto;
    width: 17em;
    max-width: 120em;
    padding: 0.5em;

    border-radius: 10px;
    background: #e0e0e0;
    box-shadow:  6px 6px 12px #bebebe, -1px -1px 6px var(--color-cream); 
    overflow: hidden;
    

}
.carrusel2 .grande2{
    display: flex;
    width: 200%;
    border-radius: 10px;
    background: #e0e0e0;
    box-shadow:  6px 6px 12px #bebebe, -6px -6px 12px #ffffff;

    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    padding: 0.7em;
    padding-right: 31px;
    margin-left: 10px;
    transition: all .5s ease;

    transform: translateX(0%);
}
.carrusel2 .img2{
    width: calc(100%/ 2 - 2em);
    min-height: 10vh;
    border-radius: 10px;
    background: #e0e0e0;
    box-shadow:  6px 6px 12px #bebebe, -6px -6px 12px #ffffff;
    

}
.carrusel2 .puntos2{
    width: 100%;
    padding: .4em;
    margin: 1em 0 0;
    

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.carrusel2 .punto2{
    width: 2em;
    height: 2em;
    margin: 1em 1em 0;
    padding: 1em;
    border-radius: 50px;
    background: #e0e0e0;
    box-shadow:  6px 6px 12px #bebebe, -6px -6px 12px #ffffff;
}

.carrusel2 .punto2.activo2{
    background-color: var(--color-navy);
}

.beis{
    width: max-content;
    height: 30px;
    background-color: rgb(255, 255, 255);
    z-index: -1;
    opacity: 0;
}


/*rebajas*/

.rebejas{
    gap: 1em;
}

.imagenesrebs{
    width: 94%;
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(400px, 1fr));
    gap: 2em;
    margin: auto;

}


.imagenesreb__cont{
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    gap: 1em;
    align-items: center;
}

.imagenesreb__leftarrow{
    width: 70%;
    grid-column: 1/2;
    grid-row: 2/3; 
    margin: auto; 
    
    border-radius: 50%;
    padding-left: 1px;
    
}

.imagenesreb__arrow{
    width: 70%;
    grid-column: 3/4;
    grid-row: 2/3;
    margin: auto;
    
    border-radius: 50%;
    padding-left: 1px;

}

.imagenesreb__body{
    grid-column: 1/4;
    grid-row: 1/4;
    opacity: 0;
    pointer-events: none;
}

.imagenesreb__body--show{
    pointer-events: unset;
    opacity: 1;
    

}

.imagenesreb__body1{
    grid-column: 1/4;
    grid-row: 1/4;
    opacity: 0;
    pointer-events: none;
}

.imagenesreb__body--show1{
    pointer-events: unset;
    opacity: 1;
    

}

.imagenesreb__body2{
    grid-column: 1/4;
    grid-row: 1/4;
    opacity: 0;
    pointer-events: none;
}

.imagenesreb__body--show2{
    pointer-events: unset;
    opacity: 1;
    

}

.imagenesreb__body3{
    grid-column: 1/4;
    grid-row: 1/4;
    opacity: 0;
    pointer-events: none;
}

.imagenesreb__body--show3{
    pointer-events: unset;
    opacity: 1;
   

}

.imagenesreb__body4{
    grid-column: 1/4;
    grid-row: 1/4;
    opacity: 0;
    pointer-events: none;
}

.imagenesreb__body--show4{
    pointer-events: unset;
    opacity: 1;
    

}
.imagenesreb__body5{
    grid-column: 1/4;
    grid-row: 1/4;
    opacity: 0;
    pointer-events: none;
}

.imagenesreb__body--show5{
    pointer-events: unset;
    opacity: 1;
    

}

.imagenesreb__body6{
    grid-column: 1/4;
    grid-row: 1/4;
    opacity: 0;
    pointer-events: none;
}

.imagenesreb__body--show6{
    pointer-events: unset;
    opacity: 1;
    

}

.imagenesreb__body7{
    grid-column: 1/4;
    grid-row: 1/4;
    opacity: 0;
    pointer-events: none;
}

.imagenesreb__body--show7{
    pointer-events: unset;
    opacity: 1;
    

}

.imagenesreb__body8{
    grid-column: 1/4;
    grid-row: 1/4;
    opacity: 0;
    pointer-events: none;
}

.imagenesreb__body--show8{
    pointer-events: unset;
    opacity: 1;
    

}
.imagenesreb__body9{
    grid-column: 1/4;
    grid-row: 1/4;
    opacity: 0;
    pointer-events: none;
}

.imagenesreb__body--show9{
    pointer-events: unset;
    opacity: 1;
    

}

.imagenesreb__body10{
    grid-column: 1/4;
    grid-row: 1/4;
    opacity: 0;
    pointer-events: none;
}

.imagenesreb__body--show10{
    pointer-events: unset;
    opacity: 1;
   

}

.imagenesreb__body11{
    grid-column: 1/4;
    grid-row: 1/4;
    opacity: 0;
    pointer-events: none;
}

.imagenesreb__body--show11{
    pointer-events: unset;
    opacity: 1;
    

}

.imagenesreb__body12{
    grid-column: 1/4;
    grid-row: 1/4;
    opacity: 0;
    pointer-events: none;
}

.imagenesreb__body--show12{
    pointer-events: unset;
    opacity: 1;
    

}

.imagenesreb__body13{
    grid-column: 1/4;
    grid-row: 1/4;
    opacity: 0;
    pointer-events: none;
}

.imagenesreb__body--show13{
    pointer-events: unset;
    opacity: 1;
    

}

.imagenesreb__body14{
    grid-column: 1/4;
    grid-row: 1/4;
    opacity: 0;
    pointer-events: none;
}

.imagenesreb__body--show14{
    pointer-events: unset;
    opacity: 1;
    

}

.imagenesreb__body15{
    grid-column: 1/4;
    grid-row: 1/4;
    opacity: 0;
    pointer-events: none;
}

.imagenesreb__body--show15{
    pointer-events: unset;
    opacity: 1;
    

}

.imagenesreb__body16{
    grid-column: 1/4;
    grid-row: 1/4;
    opacity: 0;
    pointer-events: none;
}

.imagenesreb__body--show16{
    pointer-events: unset;
    opacity: 1;
   

}

.imagenlook{
    width: 94%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em;
}









.imagenesropa{
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(14, 10, 50, 0.14);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.imagenesropa:hover{
    transform: scale(1.03);
    box-shadow: 0 10px 24px rgba(14, 10, 50, 0.22);
    position: relative;
    z-index: 2;
}

.imagenesropaS{
   
    width: 100%;
    padding: 1px 3px 1px 3px;
    
   
    

}


/*contacto*/

.contactocontainer{
    margin-top: 2em;
    width: 99%;
    display: flex;
    gap: 1em;
    margin-left: 6px;
    justify-content: center;
    align-items: center;


    
}
.fotocontacto{
    width: 100%;
}

.textocontacto{
    flex: 1 1 320px;
    min-width: 260px;
    max-width: 560px;
}

.hola{
    font-size: 1.2em;
    color: var(--color-navy);
}

.info__contenedor{
    width: 99%;
    display: flex;
    gap: 2em;
    justify-content: center;
    position: relative;
    margin-top: 20px;
}

.calle{
    color: var(--color-navy);
    align-items: center;
    padding: 0.5em;
    margin-top: 16px;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: center;

    border-radius: 15px;

}

.info__numero{
    width: 94%;
    display: flex;
    gap: 2em;
    justify-content: center;
    position: relative;
    margin-top: 20px;
}
.numero{
    color: var(--color-navy);
    margin-top: 10px;
    align-items: center;
    padding: 0.5em;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: center;

    border-radius: 15px;
}

.rebaja{
    padding: 10px ;
    margin: 25px;
    max-width: 100%;
    padding-bottom: 100px;
    padding-top: 100px;
    margin: auto;
    --padding-container:0;
    display: grid;
    grid-auto-rows: max-content;
    align-content: center;
    gap: 0.5em;
    text-align: center;
}

.imagenesreb{
    width: 94%;
  
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(200px, 1fr));
    gap: 4em;
    margin: auto;

}


li {
    list-style: none;
}

a{
    text-decoration: none;
    color: var(--color-navy);
    font-size: 1rem;
}

a:hover{
    color: var(--color-coral);
}

/*header*/

header{
    position: relative;
    padding: 0 2rem;
}

.navbar{
    width: 100%;
    height: 60px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .logo a {
    font-size: 1.5rem;
    font-weight: 300;

}

.navbar .links {
    display: flex;
    gap: 2rem;
}

.navbar .toggle_btn {
    color: var(--color-navy);
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}

.action_btn{
    background-color: var(--color-coral);
    color: #ffffff;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    transition: scale 0.2 ease;
}

.action_btn:hover{
    scale: 1.05;
    color: #ffffff;
}

.action_btn:active{
    scale: 0.95;
}

.contenedor {
	width: 90%;
	max-width: 1200px;
	margin: auto;
	padding: 40px 0;

	
}

.titulo {
	font-size: 24px;
	padding: 20px 0;
}

.contenedor-conciertos {
    display: flex;
     flex-wrap: wrap;
     gap: 20px;
}

.card {
	border-radius: 10px;
	min-height: 200px;
	font-weight: bold;
	padding: 20px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
    width: 300px;

	
}

.card .textos {
	height: 100%;
    color: #ffffff;
	
	
}

/* menu*/
.dropdown_menu {
    display: none;
    position: absolute;
    right: 2rem;
    top: 60px;
    height: 0;
    width: 300px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow: hidden;
    transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.imagenlook--show {
    display: none;
    
}

.dropdown_menu.open {
    height: 260px;
}

.dropdown_menu li {
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown_menu .action_btn {
    width: 100%;
    display: flex;
    justify-content: center;
}
.holan{
    padding: 1rem;
    font-size: 1.2em;
    color: var(--color-navy);
}

.News{
    padding: 1rem;
    
    text-align: justify;
}

.cata{
    
    
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}

/*responsive*/

@media (max-width: 992px) {
    .navbar .links,
    .navbar .action_btn {
        display: none;
    }
    


    .navbar .toggle_btn {
        display: block;
}

    .dropdown_menu{
    display: block;
}

.imagenlook{
    
  
    display: none
    
}

.imagenlook--show {
    width: 100%;

    display: block;
    grid-template-columns: 50% 50%;
}
   

@media (max-width: 576px) {
    .dropdown_menu{
        left: 2rem;
        width: unset;
    }

    .imagenlook--show {
        width: 100%;
  
        display: block;
        grid-template-columns: 50% 50%;
    }

    .imagenlook{
    
  
        display: none;
        
    }



}
}

/*MEDIA*/

@media (max-width:500px){
    .hero{
        margin-top: 10px;
    }
    .nav{
        height: 15%;
        display: grid;
        grid-template-rows: 20px 50px;
        
    }
  
    .nav.container{
        width: 95%;
        margin: 0 10px 0 10px;
        
        
       
        z-index: 100;
   
    }

    .container{
        gap: 0rem;
    }

    

  

  

    .heros__container{
        padding-top: 170px;

    
    }

    .rebaja{
        padding-top: 170px;
    }

    .imagenesrebs{
        width: 94%;
        display: grid;
        grid-template-columns: repeat( auto-fit, minmax(200px, 1fr));
        gap: 2em;
        margin: auto;
        
    
    }
    


  
    .herosss__container{
        padding-top: 120px;

    
    }

    .heroT__container{
        padding: 0px 0px 0px 0px;
        margin: auto;
        

    
    }

    .hero__title{
        font-size: 1rem;
        padding: 20px 20px 20px 20px;
    }




    .nav__title{
        font-size: 10px;
        width: 80%;
        
        align-content: center;
    }
    .nav__link{
        font-size: 10px;
        width: 100%;
        padding-right: 10px;
        gap: 1.5rem;
        
        
    }
   
    }

    .pie-pagina{
        width: 100%;
        background-color: var(--color-navy-deep);
    }
    .pie-pagina .grupo-1{
        width: 100%;
        max-width: 1200px;
        margin: auto;
        display:grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap:70px;
        padding: 30px 0px;
    }
    .pie-pagina .grupo-1 .box figure{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pie-pagina .grupo-1 .box figure img{
        width: 250px;
    }
    .pie-pagina .grupo-1 .box h2{
        color: var(--color-accent);
        margin-bottom: 25px;
        font-size: 20px;
    }
    .pie-pagina .grupo-1 .box p{
        color: #efefef;
        margin-bottom: 10px;
    }
    .pie-pagina .grupo-1 .red-social a{
     
        
       
        
        
      
       
       
        
       
    }
   
    .pie-pagina .grupo-1 .red-social a img{
        width: 50px;
    }
   
    .pie-pagina .grupo-2{
        background-color: #ff6200;
        padding: 15px 10px;
        text-align: center;
        color: #fff;
    }
    .pie-pagina .grupo-2 small{
        font-size: 15px;
    }
    @media screen and (max-width:800px){
        .pie-pagina .grupo-1{
            width: 90%;
            grid-template-columns: repeat(1, 1fr);
            grid-gap:30px;
            padding: 35px 0px;
        }
    }

    .grande{
        padding-right: 31px;
    }

    .imagenfondo2{
        max-width:  90%;
    }


    .grande2{
        padding-right: 31px;
    }

    .imagenes{
        gap: 4em
    }

    .imagenesreb{
        gap: 4em;
    
    }

    .contactocontainer{
        gap: 1.2rem;
        width: 95%;
    }

    .heross__title{
        font-size: 1.8rem;
    }
    .heros__title{
        font-size: 1.8rem;
    }

/* Accesibilidad: enlace para saltar el menú e ir directo al contenido */
.skip-link{
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 1000;
    background-color: var(--color-navy);
    color: #ffffff;
    padding: 0.8em 1.2em;
    border-radius: 0 0 8px 0;
}

.skip-link:focus{
    left: 0;
}

/* Foco visible para navegación por teclado */
a:focus-visible,
button:focus-visible{
    outline: 3px solid var(--color-coral);
    outline-offset: 2px;
}

.dropdown_menu{
    margin: 0;
    padding-left: 0;
}

.toggle_btn{
    background: none;
    border: none;
}

/* Texto solo para lectores de pantalla: mantiene la jerarquía de
   encabezados correcta sin cambiar el diseño visual de la página */
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Botón flotante de WhatsApp */
.whatsapp-float{
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #25d366;
    color: #ffffff;
    font-size: 1.6rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover{
    transform: scale(1.08);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.whatsapp-float:focus-visible{
    outline: 3px solid var(--color-navy);
    outline-offset: 3px;
}

@media (max-width: 500px){
    .whatsapp-float{
        right: 0.8rem;
        bottom: 0.8rem;
        width: 50px;
        height: 50px;
        font-size: 1.4rem;
    }
}