html{
    font-family: 'Montserrat', sans-serif;
}
body{
    width: 100%;
    height: fit-content;
    font-family: 'Montserrat', sans-serif;
    /* background: url(/img/texturas/textura.jpg); */
}

header{
    width: 100dvw;
    height: 11dvh;
    display: flex;
    position: fixed;
    top: 0;
    justify-content: space-between;
    background: #092040;
    z-index: 2;
}
header img{
    width: 250px;
    height: 100%;
    object-fit: contain;
    margin-left: 20px;
}
/* .voto{
    width: 20px;
    height: 20px;
    background: black;
} */
/* .voto2{
    width: 20px;
    height: 80px;
    position:fixed;
    top: 30px;
    right: 30px;
    background: black;
    z-index: 1;
} */

.ham-menu{
    width: 70px;
    height: 38px;
    position: relative;
    z-index: 1;
}

.ham-menu span{
    width: 50px;
    height: 6px;
    margin-bottom: 10px;
    position: absolute;
    top: 50%;
    background: white;
    display: block;
    border-radius: 3px;
    transition: .3s ease;
}

.ham-menu span:nth-child(1){
    top: 15%;
}
.ham-menu span:nth-child(3){
    top: 85%;
}

.ham-menu.active span:nth-child(1) {
    top: 50%;
    transform:  rotate(45deg);
    background: white;
}
.ham-menu.active span:nth-child(2) {
    opacity: 0;
}
.ham-menu.active span:nth-child(3) {
    top: 50%;
    transform:  rotate(-45deg);
    background: white;
}
nav{
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu{
    width: 100dvw;
    min-height: 100dvh;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
    position: fixed;
    top: 0;
    left: 0;
    background: #092040;
    margin: 0;
    list-style: none;
    font-size: 2rem;
    clip-path: circle(0% at 90% 30px);
    transition: clip-path .7s ease-in-out, left .7s ease-in-out;
    overflow: auto;

}

.menu.left{
    left: -100%;
}

.menu.activo{
    clip-path: circle(170% at 90% 5%);
}

.menu__opcion{
    padding-left: 40px;
    left: -200px;
    opacity: 0;
    transition: left .7s ease-in, opacity .8s ease-in;
    
    
}
.menu__opcion:last-child{
    align-self: center;
    padding: 0;
}
.menu__opcion.activo{ 
    left: 0px;
    opacity: 1;
    
}
.menu a{
    text-decoration: none;
    color: white;
}
.menu__nosotros ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 90px;
    height: 50dvh;
    list-style: none;
}





.menu__artistas, .menu__nosotros {
    width: 100dvw;
    min-height: 100dvh;
    max-height: 100dvh; /* Fijamos la altura máxima */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    top: 0;
    right: -100%; /* Cambiado para que sea visible en pantalla al cargar */
    padding: 0;
    background: #092040;
    transition: all .7s ease-in-out;
    overflow-y: auto; /* Permite el desplazamiento vertical */
    padding-top: 20px;

}

.menu__artistas span, .menu__nosotros span{
    position: absolute;
    top: 35px;
    left: 20px;
    z-index: 3;
}

.menu__artistas ul{
    margin-top: 110px;
    margin-bottom: 50px;
    list-style: initial;
}
.menu__artistas ul li{
    margin-bottom: 30px;
}
.menu__artistas ul li::marker{
    color: white;
}
        
.menu__artistas.left, .menu__nosotros.left{
    right: 0
}
.menu__artistas a, .menu__nosotros a{
    color: white;
}
.menu__artistas h3, .menu__nosotros h3{
    width: 100%;
    height: 100px;
    text-align: center;
    height: 10%;
    color: white;
    position: fixed;
    top: 0;
    background: #092040;
    padding: 40px 0;
    margin: 0;
    z-index: 2;
}

#artistas{
    display: flex;
    align-items: start;
}


.slider{
    width: auto;
    height: 89dvh;
    margin-top: 11dvh;
    background: #092040;
    overflow: hidden;
}
.slider__cards{
    width: min-content;
    height: 100%;
    background: #092040;
    display: flex;
    left: 0;
    transition: all 1s ease-in-out;
}

.slider__card{
    width: 100dvw;
    min-height: 100%;
    max-height: 100%;
}
.slider__card img{
    width: 100%;
    height: 100%;
    object-fit: inherit;
    pointer-events: none;
    user-select: none;
}




.slider__card:first-child{
    background: #092040;
}
.slider__card:nth-child(2){
    background: #092040;
}
.slider__card:nth-child(3){
    background: #092040;
}

.slogan{
    width: 100%;
    height: 15dvh;
    background: #092040;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-bottom: 1px solid white; */
}
.slogan h3{
    width: fit-content;
    font-size: 1.7rem;
    text-align: center;
}


.catalogos{
    width: 100%;
    height: fit-content;
    max-height: fit-content;
    background: url(/img/texturas/textura.jpg);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 0;
}

.catalogos__titulo{
    width: fit-content;
    max-width: 600px;
    align-self: center;
    height: fit-content;
    min-height: 50px;
    padding: 0 20px;
    background: #092040;
    border-radius: 10px;
    margin: 0 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    text-align: center;
}


.catalogos__slider{
    width: 90%;
    max-width: 1100px;
    /* max-width: 950px; */
    /* height: 400px;
    max-height: 400px ; */
    margin-top: 10px;
    margin: 40px 40px;
    
}

.catalogos__container{
    width:  100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    
}
.catalogo:nth-child(2){
    /* scale: 1; */
}
.catalogo{
    /* top: 0;
    right: 0;
    left: 0;
    bottom: 0; */
    margin: auto 0 auto 0;
    width: 180px;
    height: 210px;
    background: #0b3382;
    display: inline-block;
    /* position: absolute; */
    scale: .8;
    transition: all .3s;
    z-index: 0;
    -webkit-box-shadow: 10px 0px 30px -2px rgba(0,0,0,0.42);
    -moz-box-shadow: 10px 0px 30px -2px rgba(0,0,0,0.42);
    box-shadow: 10px 0px 30px -2px rgba(0,0,0,0.42);

}

.catalogo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalogo:hover{
    transform: scale(1.4);
    z-index: 3;
}
.catalogo:nth-child(2):hover{
    transform: scale(1.2);
}

.catalogo--1{
    top: 0;
    right: 60%;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 250px;
    background: #0b3382;
    border: solid 1px black;
    display: inline-block;
    position: absolute;
    scale: .7;
    transition: .3s;
}
.catalogo--2{
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;

    width:200px;
    height: 250px;
    background: #0b3382;
    border: solid 1px black;
    display: inline-block;
    position: absolute;
}
.catalogo--3{
    top: 0;
    right: 0;
    left: 60%;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 250px;
    background: #0b3382;
    border: solid 1px black;
    display: inline-block;
    position: absolute;
    scale: .7;
}
.enlace__galeria{
    text-decoration: none;
}
.galeria{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;

}
.galeria__agenda{
    position: absolute;
    top: 100%;
    right: 10%;
    font-weight: 900;
    color: #092040;
    display: flex;
    justify-content: center;
    align-items: center;
}
.galeria__agenda p{
    margin: 5px 0;
   
}

.galeria_visitanos{
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
    background: #092040;
    max-width: 200px;
    min-width: 100px;
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0px 0 0;
    position: relative;
    left: -10px;
    border-radius: 0px 20px 20px 0;
}
.enlace__galeria{
    text-decoration: none;
}

.galeria__imagen img{
    width: 200px;
    height: 200px;
    border: solid 20px #092040;
    border-radius: 500px;
    object-fit: cover;
}
.galeria__imagen {
    width: 200px;
    height: 200px;

}

.logos{
    width: 100%;
    height: auto;
    margin-top: 50px;
    overflow: hidden;
    mask-image: linear-gradient(
        to right,
        transparent, 
        #000,#000,#000,#000,
        #000,#000,#000,#000,
        transparent
    );
    display: flex;
    flex-direction: column;

}
.logos h2{
    font-size: 2rem;
    text-align: center;
}

.logos img{
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin: 40px 30px 20px 30px;
}
.logos--right{
    width: fit-content;
    left: 0;
    display: flex;
    animation: scroll 50s linear infinite;
    
    
}
.logos--left{
    width: fit-content;
    display: flex;
    animation: scroll-reverse 50s linear infinite;
    
}

.subastas img{
    width: 100px;
    height: 100px;
}



@keyframes scroll {

    0% {
        transform: translateX(0);
    }

    100%{
        transform: translateX(calc(-260px * 35));
    }
    
}


@keyframes scroll-reverse {

    0% {
        transform: translateX(calc(-260px * 35));
    }

    100%{
        transform: translateX(0);
    }
    
}










.subastas{
    padding-top: 40px;
    background: #092040;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.subastas > div{
    margin: 40px 0;
    width: 100%;
    max-width: 800px;
    display: flex;
    justify-content: space-evenly;
}
.subastas  a{
    margin: 20px 0 40px 0;
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    font-size: 1.5rem;
    border: 1px solid white;
    border-radius: 15px;
    padding: 10px 0 0 0 ;
    transition: all .3s;
    text-decoration: none;
    color: white;

}
.subastas p{
    text-align: center;
}

.subastas  a:hover{
    transform: scale(1.2);
}
.subastas h3{
    font-size: 1.8rem;
    margin: 0;
}









.artistas{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-style: normal;

    
}

.artista__perfil{
    margin-top: 11dvh;
    width: 100%;
    height: 89dvh;
    background: #092040;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 0 30px;
    color: white;

}
.artista__perfil__foto{
    width: fit-content;
    height: fit-content;
}
.artista__perfil__foto img{
    width: 300px;
    height: 300px;
    background: #092040;
    border-radius: 9700px;
    margin: 50px 40px 0px 40px;
    object-fit: cover;
    object-position: center;
    object-position: top;
}
.artista__nacionalidad{
    width: 100%;
    height: fit-content;
    text-align: center;
}
.artista__nacionalidad p:nth-child(1){
    font-size: 2rem;
}

.artista__informacion--efecto{
    width: 100%;
    max-width: 1000px;
    height: fit-content;
    background: #092040;
}
.artista__informacion{
    width: 100%;
    height: 100%;
    background: white;
    padding: 30px 20px;
    border-radius: 0 30px 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.artista__informacion h3{
    margin: 0;
    text-align: center;
}
.artista__informacion p{
    margin: 30px 20px;
    text-align: justify;
}


.boton__catalogo{
    width: 200px;
    height: 50px;
    background: #092040;
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.5rem;
    transition: all .3s ease-in-out;

}
.boton__catalogo:hover{
    transform:  scale(1.1);
}

















/* aviso de privacidad */
.aviso-de-privacidad{
    margin: auto;
    margin-top: 11dvh;
    width: 90%;
    padding: 40px 0;
    font-size: 1.4rem;
    font-family: 'Futura Bk BT';
}



.aviso-de-privacidad p, .aviso-de-privacidad ul, .aviso-de-privacidad ol{
    text-align: justify;
    line-height: 30px;
    margin: 0 60px;

}

.aviso-de-privacidad h2{
    text-wrap: pretty;
    font-size: 1.7rem;
    margin: 60px 30px 30px 60px;
}
.aviso-de-privacidad h1{
    text-align: center;
}


/*  */

.whats{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    transition: .3s;
}

.whats:hover{
    transform: scale(1.2);
}

.acerca{
    margin-top: 11dvh;
    background: #ffffff;
    color: rgb(0, 0, 0);
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.acerca__acerca{
    width: 90%;
}
.acerca__acerca p{
    text-align: justify;
}
.acerca__acerca p:nth-last-child(1){
    text-align: end;
}
.acerca h2{
    font-size: 2rem;
    text-align: center;
}
.acerca p{
    text-align: justify;
    margin: 10px 40px;
    font-size: 1.3rem;
    line-height: 40px;
}
.acerca__director{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.acerca__director img{
    margin: 40px;
    width: 350px;
    height: 500px;
    object-fit: cover;

}
.acerca__director div p:nth-last-child(1){
    text-align: end;
}



/* 

.acerca div:nth-child(4) img{
    margin: 40px;
    width: 350px;
    height: 500px;
    object-fit: cover;

}

.acerca > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} */

footer{
    width: 100%;
    min-height: 200px;
    background: #092040;
    color: white;
    font-family: 'Futura Bk BT';
    font-size: 1.3rem;
    padding: 80px 0 80px 0;
}
.logo__footer{
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 40px;
}

.logo__footer img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0;
}
footer > div{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer > div p{
    min-width: 350px;
    max-width: 600px;
    text-align: justify;
    margin: 10px 40px;
}

.enlaces{
    display: flex;
    margin-top: 60px;
}
.enlaces ul{
    list-style: none;
}
.enlaces ul li{
    text-align: justify;
    width: fit-content;
    margin: 10px 40px;
}

.enlaces__utiles {
    width: 100%;
}
.enlaces__utiles a{
    text-decoration: none;
    color: white;
}
.contactanos{
    min-width: 350px;
    max-width: 600px;
}

.enlaces ul{
    width: fit-content;
    max-width: 600px;
    padding: 0;
    
}

.enlaces ul li{
    margin: 10px 20px;
}


.enlaces p{
    width: fit-content;
    text-align: center;
}
.enlaces__utiles {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.enlaces__utiles > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.enlaces h3{
    margin: 0;
}
.enlaces__utiles > div a:hover{
    text-decoration: underline;
}
.redes{
    margin-top: 15px;
}
.redes span{
    width: 50px;
    height: 50px;
}
.redes span svg{
    width: 50px;
    height: auto;
    transition: .3s;
}
.redes span svg:first{
    
    fill: #075e54;
}
.redes a{
    width: 50px;
    height: 50px;
}
.redes svg:hover{
    transform: scale(1.3);
}

.contactanos{
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 600px) {
    .catalogo{
        width: 200px;
        height: 240px;
    }
    
}


@media screen and (min-width: 950px){
    .slider__cards .slider__card  img:nth-child(1){
        object-fit: contain;
        
        
    }
    .slider__cards .slider__card:nth-child(2){
        
        
    }
    .slider__cards .slider__card:nth-child(2){

    }
    .slider__cards .slider__card:nth-child(3){
        

    }
    .slider__cards .slider__card:nth-child(4){
        

    }


    header{
        padding: 0 20px;
    }
    .ham-menu{
        display: none;
    }
    .menu{
        width: fit-content;
        min-height: 0;
        height: 11dvh;
        padding-right: 30px;
        position: relative;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        clip-path: none;
        background: rgba(0, 0, 0, 0);
    }
    .menu__opcion:last-child{
        display: none;
    }
    .menu__opcion{
        left: 0;
        opacity: 1;
        font-size: 1.2rem;
    }
    .menu__opcion svg{
        display: none;
    }
    .menu__nosotros{
        width: 400px;
        height: 400px;
        min-height: 0;
    }
    .menu__nosotros h3{
        display: none;
    }
    .menu__nosotros ul{
        margin: 0;
    }
    .menu__nosotros{
        top:11dvh;
        right: 15%;
        width: 300px;
        height: 150px;
        min-height: 0;
        padding: 0;
        clip-path: circle(0% at 30% 0);
        transition: all .6s ease-in-out;

    }
    .menu__nosotros.activado{
        opacity: 1;
        clip-path: circle(150% at 30% 0%);
    }
    .catalogo{
        width: 250px;
        height: 325px;
    }



    .menu__artistas{
        top: 11dvh;
        right: 10%;
        width: 1000px;
        padding-top: 10px;
        margin: 0;
        max-height: 600px;
        min-height: 0;
        overflow: unset;
        opacity: 0;
        clip-path: circle(0% at 80% 0px);
        transition: all .6s ease-in-out;
    }
    .menu__artistas.activado{
        opacity: 1;
        clip-path: circle(150% at 80% 0px);
    }
    .menu__artistas h3{
        display: none;
    }
    .menu__artistas ul{
        padding-top: 10px;
        margin: 0;
        width: 100%;
        max-width: 100dvw;
        height: 60dvh;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .menu__artistas ul li{
        width: 220px;
        margin-left: 10px;
    }
    .menu__artistas ul li:hover{
        text-decoration: underline;
        text-decoration-color: white;
    }


    .artistas{
        margin-top: 11dvh;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        height: 89dvh;
        padding: 30px 20px;
    }
    .artista__perfil{
        border-radius: 30px;
    }

    .artista__informacion--efecto{
        background: white;
    }
    .artista__informacion p{
        margin-bottom: 40px;
    }

    .artista__perfil{
        margin: 0;
        max-width: 400px;
        height: 500px;
    }
    .artista__perfil__foto img{
        width: 250px;
        height: 250px;
    }

   .acerca__director {
        display: flex;
        flex-direction: row;
        align-items: start;
        margin-bottom: 150px;
   }
   .acerca__director div{
        width: 75%;
        
   }
   .acerca__director img{
        margin: 20px 0px 20px 40px;
   }

   .enlace__galeria
   {
    width: 250px;
   }
   .galeria_visitanos{
     max-width: 250px;
   }
    .galeria__imagen img{
        width: 350px;
        height: 350px;
        border: solid 20px #092040;
        border-radius: 500px;
        object-fit: cover;
    }
    .galeria__imagen {
        width: 350px;
        height: 350px;

    }
    .galeria__agenda p{
        font-size: 1.2rem;
    }




   footer{
        display: flex;
        flex-direction: row;
   }
   .enlaces {
        margin: 0;
   }
}