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

* {
    box-sizing: border-box;  
    list-style: none;
    text-decoration: none;    
    margin: 0%;
    padding: 0%; 
    border: 0;
    font-family: jost;
    color: #ffffff;
}

.color1 {color: #ff6460;}
.color2 {color: #ffdb1a;}
.color3 {color: #19b248;}
.color4 {color: #438cc7;}
.color5 {color: #01071e;}
.color6 {color: #ffffff;}

h1, h3, h6{
    text-transform: uppercase;
}

#logo{
    width: 4rem;
    display: flex;
    align-content: flex-start;
    padding-right: 1em;
}


/* sesion_inicio */

#logo_sesion {
   width: 6rem;
   margin-bottom: 1rem;
}

.inicio_sesion{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;   
}

.tipo_inicio_sesion h1{
    font-weight: 900;
    font-size: 1.5rem;
    text-transform: none;
}

.tipo_inicio_sesion h3{
    font-size: 1.1rem;
    font-weight: 300;
    justify-content: center;
}

.sesion_subtitulo{
    font-size: 2rem;
    font-weight: 700;

    margin-top: 1rem;
    margin-bottom: 1rem;
}

.form{
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    
    align-items: center;
}

fieldset {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;  
}

.olvidaste_contrasena a{
    font-weight: 300;
    font-size: 0.8rem;
    display: flex;
    justify-content: right;
    margin-top: 0.3rem;
}

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

.bloque1{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.form .boton_enviar{
    margin-bottom: 2rem;
}

.boton_enviar{
    padding: 0.5rem;
    margin-top: 2rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5rem;
    color: black;
}

.bloque2{
    text-transform: capitalize;
    font-weight: 400;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.2rem;
}

input{
    outline:none;
    background-color: #01071e;
    border: 0.1rem solid #ffffff;
    padding: 0.2rem;
}

input:focus{
    border: 0.1rem solid #ff6460;
}

label{
    margin-bottom: 0.5rem;
}

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

.no_cuenta_boton a{
    background-color: #818080;
    color:black;
    padding: 0.6rem;
    margin-top: 0.5rem;
    font-size: 0.98rem;
    text-transform: uppercase;
    font-weight: 700;

    width: 9.7rem;
}


/* sesion_cambio_contrasena */

.volver{
    max-width: 2rem;
    margin: 2rem;
    position: absolute;
    z-index: 999;
    top: 0rem;
}

.bloque3{
    text-transform: capitalize;
    font-weight: 400;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

/* crea tu cuenta */

.bloque0{
    text-transform: capitalize;
    font-weight: 400;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}
 

/* home */

h2{
    display: flex;
    text-align: left;
    font-size: 1rem;
}

h3{ 
    font-weight: 500;
    font-size: 0.9rem;
    text-align: left;
    display: flex;
}

.menu a:hover {
    color:#e0bd4b;
}

.barra {
    padding: 1rem 1.5rem 1rem 1.5rem;
    display: flex;
    flex-direction: row;
    position: fixed;
    z-index: 99;
    top: 0%;
    background-color: rgba(1, 7, 30, 0.6);
    width: 100%;
    align-items:center;
}

.contenedora{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.texto {
    padding: 1rem;
}

.links{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#qr{
    width: 9rem;
}

.links_home{
    margin: 1.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

#fachada{
    max-width: 8rem;
    margin-bottom: 0.7rem;
    align-self: center;
    padding-top: 0.2rem;
}

h4{
    font-size: 1rem;
}

.destacados{
    margin: 1.5rem;
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 1rem;
}

.titulo{
    padding-left:1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 3rem;
}

.subtitulo_murales {
    font-weight: 400;
    padding-bottom: 1rem;
    font-size: 1.3rem;
    text-transform: initial;
}

.vermas{
    color: #01071e;
    text-decoration: underline;
    display: flex;
    flex-direction: row-reverse;
}

.destacados img{
    max-height: 12rem;   
}

.solofotos{
    display: flex;
    justify-content: space-around;
    margin-bottom: 1rem;
}

.foro_destacados .destacados{
    background-color: #ff6460;
}

.talleres_destacados .destacados{
    background-color:#19b248;
}

.obras_destacados .destacados{
    background-color:#438cc7;
}

.com_enhome{
    background-color: #ffffff;
    margin: 1rem;
    padding: 0.6rem;
    border-radius: 0rem 1.5rem 1.5rem 1.5rem;
    max-width: 50rem;
}

.com_enhome p{
    color: #01071e;
}

footer{
    border-top: solid 0.1rem ;
    margin-top: 3rem;
    margin-right: 1.5rem;
    margin-left: 1.5rem;

}




/* imagen slider*/
.slider-contenedora {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
  
.slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4/3;
}

.expo {
    font-size: 4.5rem ;
    text-transform:uppercase;
    line-height: 0.9 ;
    position: absolute;
    z-index: 98;
    bottom: 1rem;
    padding-left: 1rem;
    width: 25rem
}


/*expo*/


#murales_expo{
    max-width: 100%;
}

#pinturas_expo{
    max-width: 70%;
    margin: 1.5rem;
}

#fotografia_expo{
    max-width: 70%;
    margin-left: 1.5rem;
}

.murales_expo_info{
    font-size: 3rem;
    position: absolute;
    bottom: 2rem;
    z-index: 100;
    left: 3.5rem;
}

.pinturas_expo_info{
    font-size: 2rem;
    position: absolute;
    bottom: 3.5rem;
    left:3.5rem;
    z-index: 100;
}

.fotografias_expo_info{
    position: absolute;
    bottom: 2rem;
    z-index: 100;
    left: 3.5rem;
    font-size: 1.5rem;
}

.murales_contenido{
    position:relative;
}

.pintura_contenido{
    position:relative;
}

.fotografia_contenido{
    position:relative;
}

.murales_punteo{
    position: absolute;
    z-index: 90;
    top: 6rem;
    left: 3.5rem;
    background-color: rgba(1, 7, 30, 0.6);
    padding: 1rem;
}

.pinturas_punteo{
    position: absolute;
    z-index: 90;
    top: 3rem;
    left: 3.5rem;
    background-color: rgba(1, 7, 30, 0.6);
    padding: 1rem;
}

/*
.slider{
    position: relative;    
}

#mural_elian {
    max-width: 100%;
    display: flex;
    background-size: contain;   
}
*/

body{
    background-color:#01071e;
}

.perfil_logo a{
    width: 2.9rem;

    position: fixed;
    z-index: 1000;
    top: 1rem;
    right: 1rem;

    display: flex;
    flex-direction: column;
    justify-content: left;
}

/* el_museo */

.museo{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video_museo{
    width: 18rem;
    margin:2rem
}

.video_museo iframe{
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}

.museo h1{
    font-weight: 700;
    margin-top: 5rem;
    margin-bottom: 1.5rem;
    color: #e0bd4b;
}

h9{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.2rem;
    
    position: absolute;
    z-index: 80;
    bottom: 3rem;
    left: 3rem;
    width: 5rem;
}

.marco{
    position: relative;
}

.marco img{
    max-width: 18rem;
}

.breve_historia{
    width: 18rem;
    font-weight: 400;
    font-size: 0.rem;
    padding: 1rem;
    background-color: #e0bd4b;
    color: #01071e;
    border-radius: 1.4rem;
}

.llegar h2{
    margin-top: 2rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.llegar{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.llegar iframe{
    max-width: 100%;
    max-height: 15rem;
}

.mas_info{
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-content: left;
    align-items: left;
    margin-left: 1rem;
}

#direccion{
    max-width: 14rem;
    color: #e0bd4b;
}

.horarios{
    margin-top: 2rem;
}

.subtitulo{
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.horarios div {
    margin-bottom: 0.5rem;
    font-weight: 300;
}

.contacto{
    margin-top: 2rem;
    margin-bottom: 3.5rem;
}

.contacto div{
    margin-bottom: 0.6rem;
    font-weight: 300;
}



/* Perfil */

.titulo_perfil{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6rem;   
}

.titulo_perfil div h1{
    font-size: 2rem;
}

#logo_perfil{
    max-width: 10rem;
}

.info_personal{
    margin-top: 2rem;
    margin-left: 2rem
}

.info_personal li{
    margin-top: 0.5rem;
    text-transform: uppercase;
    font-weight: 400;
}

.perfil_settings a{
    width: 2rem;

    position: fixed;
    z-index: 1000;
    top: 1.5rem;
    right: 1rem;

    display: flex;
    flex-direction: column;
    justify-content: left;
}

.obras_guardadas .destacados{
    background-color: #ff6460;
}

.mis_talleres .destacados{
    background-color: #ff6460;
}

h5{
    font-size: 1.5rem;

}


/* talleres */

.talleres_foto{
    width: 100vw;  
}

#talleresfoto{
    max-width: 100%;

}

.talleresmain{
    margin-left: auto;
    margin-right: auto;
    width: 80%;

}

.talleresmain h1{
    margin-top: 2rem;
    margin-bottom: 1rem;
}

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



/* video*/

.contenedoravideo{
    
    width: 100%;
    height: auto;

    margin-top: 2rem;
    margin-bottom: 2rem;
}
  
.contenedoravideo video {
    max-width: 100%;
    max-height: 100%;
}

/* escanea */

#escanear{
    width: 20rem;
    border-block-end: solid 0.025rem hsl(0, 0%, 100%) ;
    /* separaciÃ³n vertical entre el texto y la lÃ­nea */
    padding-block-end: 1em;
    /* separaciÃ³n vertical entre la lÃ­nea y el texto anterior */
    margin-block-end: 3rem;

    margin-top: 2rem;
}

.escanea {
    display: flex;
    flex-direction: column;
    align-items:center;
    
    margin-top: 6rem;
}

.escanea p{
   width: 15rem;
   align-items: left;
}

video{
    max-width: 100vw;    
}

/*foro*/

.foro{
    margin-top: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.titular_foro{
    display: flex;
    flex-direction:column;
    align-items: center;
}

.h1_foro{
    color: #ff6460;
    margin-bottom: 1rem;
}

.p_foro_1{
    margin-left: 1.5rem;
    max-width: 30rem;
    text-align: center;
}

.comentarios_foro{
    background-color: #ffffff;
    margin: 1.5rem;
    padding: 1.5rem 2em 3rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    
}

.comentarios_foro p{
    color: #01071e;
    margin-bottom: 0.5rem;
    
}

.span1{
    font-weight: 700;
    font-size: 1.3rem;
    color: #01071e;
}

.span2{
    font-weight: 400;
    color: #01071e;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.com{
    background-color: #ff6460;
    margin-top: 1rem;
    padding: 0.6rem;
    border-radius: 0rem 1.5rem 1.5rem 1.5rem;
    max-width: 50rem;
}

.foto_perfil_foro{
    width: 3rem;
    height:3rem;

}

.paquete_com{
    display: flex;
    justify-content:0;
}

.paquete_com p{
    margin: 0.5rem;
}

#resultado_taller{
    max-width: 17rem;
    margin: 0.7rem;
}

.dejar_comentario{
    display: flex;
    justify-content: left;
}

.contenedor_comentario{
    display: flex;
    justify-content: left;
    margin: 2rem 0 0 1.5rem;

}

.paquete_texto{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.paquete_texto img{
    margin-right: 1rem;
}

#inputcom{
    margin-bottom: 0.5rem;
}

.enforo .talleres_destacados{
    display: none;
}

.cuadro{
    margin: 3rem 0 2rem 0;
    max-width: 30rem;

}



/* menu mapa */

.menu-button{
    position: fixed;
    bottom: 1rem;
    right: 1.5rem;
    z-index: 999;
    display: block;
    width: 3.5rem;
    color: #fff;
    text-align: center;
    cursor: pointer;

    background-color: rgba(1, 7, 30, 0.6);
    padding:0.8rem;
    border-radius: 1.5rem;
}
.menu{
    display: none;
}

/* fotografia, pintura ,murales*/

.headerfotografia {
    background-image: url(imagenes/obras/adriana-lestido_el-amor-04.jpg);
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: -50px -50px;
    height:200px;    
}
.headerpintura{
    background-image: url(imagenes/obras/Alejandro-Pasquale_la-hora-dorada.jpg);
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: -50px -150px;
    height:200px; 
}
.headermurales{
    background-image: url(imagenes/obras/elian-chali_existiremos-como-subtexto.jpg);
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: -50px -150px;
    height:200px; 
}

.titulofotografia, .titulopintura, .titulomurales{
    color:#ffffff;
    font-family: 'jost';
    font-weight: 700;
    font-size: 4rem;
    text-align: left;
    display: flex;
    margin: 20px
}
.textofoto, .textopintura, .textomural{
    color:#ffffff;
    font-family: 'jost';
    font-weight: 400;
    font-size: 1rem;
    text-align: left;
    display: flex;
    margin: 20px;
}

 


/*@ media*/

@media (min-width:600px){

    /* menu */

.menu-button{
    display: none;   

}
     
.container{
    margin-left: auto;
    margin-right: 3rem;
}

.primera_fila{
    display: flex;
    margin-bottom:0.7rem;
    text-transform: uppercase;
}

.segunda_fila{
    display: flex;
    flex-direction: row;
    justify-content: end;
}


.menu{
    display: flex;   
}

.menu ul {
    display: flex;
    flex-direction: column;
    justify-items: center;
} 

.menu li {
    margin-left: 10px;
    
}  
.menu a {
    display: ;
    padding: 10px;
    text-decoration: none;
    color: #fff;
}

.menu a:hover {
    background-color: #31313150;
}

/* slider*/
  
.slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 20/9;
}

.expo {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: auto;
    padding: auto;
    width: 100%;
    height: 100vh;
    font-size: 8em ;
    text-transform:uppercase;
    line-height: 0.9 ;
    
}

/* main*/

p.texto{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 2rem;
}

/*foro*/

.enforo{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items:start;
    flex-wrap: nowrap;
}

.comentarios_foro{
    max-width: 50rem;
}

.enforo .talleres_destacados{
    display: block;
    max-width: 40rem;
    margin-top: 23.3rem;
}


/*talleres*/

.talleresmain{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.video{
    height: auto;
    width: 80%;
}
#talleresfoto{
    max-width: 100%;
    aspect-ratio: 20/9;
}
.contenedoravideo{
        width: 80%;
        height: auto; 
}

.talleres_videoyform{
    flex-direction: row;
}

.form_talleres{
    margin: 2rem;
}



/* fotografia , pintura , murales */

.headerfotografia {
    background-image: url(imagenes/obras/adriana-lestido_el-amor-04.jpg);
    background-size: 125%;
    background-repeat: no-repeat;
    background-position: -150px -270px;
    height:200px;    
}
.headerpintura{
    background-image: url(imagenes/obras/Alejandro-Pasquale_la-hora-dorada.jpg);
    background-size: 125%;
    background-repeat: no-repeat;
    background-position: -150px -500px;
    height:200px; 
}
.headermurales{
    background-image: url(imagenes/obras/elian-chali_existiremos-como-subtexto.jpg);
    background-size: 125%;
    background-repeat: no-repeat;
    background-position: -150px -300px;
    height:200px; 
}

.titulofotografia, .titulopintura, .titulomurales{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: auto;
    padding: auto;
}
.textofoto, .textopintura, .textomural{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: auto;
    padding: auto;
    margin: 5rem;   
    margin-top: 2rem; 
}


}



/*MENU


.container {
    position: fixed;
    bottom: 1rem;
    right: 1.5rem;
    z-index: 999;
}
  
.menu-button {
    display: block;
    width: 2rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

#btn-menu{
    display: none;
}

.menu{
    position: fixed;
    background: #4e94ab11;
    bottom:5rem;
    transition: all .3s;
    display: none;
    justify-content: right;
    right: 1.5rem;
}

.menu ul{
    flex-direction: column;
}

.menu li{
    margin-bottom: 0.6rem;
    text-align: right;
}

#btn-menu:checked ~ .menu{
    display: block;
}

*/