@charset "utf-8";
body {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
    justify-content: space-between;
    font-family: montserrat, sans-serif;
    background-color: rgb(193, 235, 187);
}

header {
    display: flex; 
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background-color: rgb(134, 216, 241);
}

footer {
    display: flex; 
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background-color: rgb(241, 195, 134);
}

.museologo{
    display: block;
    size: 20%;
    padding: 1.25em; 
    width: 50%;
}

img {
    width: 100%;
    height: auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

span {
    font-size: larger;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 0, 0);
}

.nav-list {
    list-style-type: none;
    display: flex;
    gap: 2em;
    margin: 1em;
    
} /* menu en modo escritorio, como hacer para que los textos esten en 2 renglones*/
 
.nav-list li a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
}

.abrir-menu,
.cerrar-menu {
    display: none;
}

@media screen and (max-width: 550px) {
    .abrir-menu,
    .cerrar-menu {
        display: block;
        border: 0;
        font-size: 1.25rem;
        background-color: transparent;
        cursor: pointer;
    }

    .abrir-menu {
        color: #1c1c1c;
        margin: 1.25em;
    }

    .cerrar-menu {
        color: #ececec;
    }

    .nav {
        opacity: 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 1em;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #f0cceb;
        padding: 2rem;
        box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .5);
    }

    .nav.visible {
        opacity: 1;
        visibility: visible;
    }
    
    .nav-list {
        flex-direction: column;
        align-items: end;
    }

    .nav-list li a {
        color: #ff5e00ec;
    }
}

p {
    text-align: left;
    padding: 0.5em; 
    margin: 1em;
}

h1 {
    text-align: center;
    color:  rgba(255, 0, 0, 0.5);
    padding: 0.2em;
    margin: 0.5em;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
} 

h2 {
    text-align: center;
    color:  rgba(255, 0, 0, 0.5);
    padding: 0.2em;
    margin: 0.5em;
}

.boton {
    align-items: centre;
    display: inline-block;
    padding: 1em; 
    text-align: center;
    text-decoration: none;
    font-size: 1.125em;
    border-radius: 0.3125em; 
} /* centrar mejor, coso en el medio? */

.botonindex {
    margin-left: 4.5em;
}

.comoparticipar {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    display: inline-block;
    background-color: #ff5e00ec; 
    color: rgb(0, 0, 0); 
    border-radius: .5em;
    cursor: pointer;
    text-align: center; 
}


.comenzar {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    display: inline-block;
    background-color: #ff5e00ec; 
    color: rgb(0, 0, 0); 
    border-radius: .5em;
    cursor: pointer;
    text-align: center;
}

/*  CONTENEDOR PRINCIPAL  */

.contenido-principal {
    margin-bottom: 3.125em; 
    display: flex;
    align-items: center;
}

.contenido-principal__titulo {
    font-weight: normal;
    font-size: 1.75em; 
}

/*  CAROUSEL  */
.carousel__contenedor {
    position: relative;
}

.carousel__anterior,
.carousel__siguiente {
    margin: 2em;
    position: absolute;
    display: block;
    width: 1.875em; 
    height: 1.875em; 
    border: none;
    top: calc(50% - 1.875em); 
    cursor: pointer;
    line-height: 1.875em; 
    text-align: center;
    background: none;
    color: #ff0000;
    opacity: 20%;
}

.carousel__anterior:hover,
.carousel__siguiente:hover {
    opacity: 100%;
}

.carousel__anterior {
    left: -1.875em; 
}

.carousel__siguiente {
    right: -1.875em; 
}

.carousel__lista {
    overflow: hidden;
}

.carousel__elemento {
    text-align: center;
}

.carousel__indicadores .glider-dot {
    display: block;
    width: 1.875em; 
    height: 0.25em; 
    background: #ff0000;
    opacity: .2;
    border-radius: 0;
}

.carousel__indicadores .glider-dot:hover {
    opacity: .5;
}

.carousel__indicadores .glider-dot.active {
    opacity: 1;
}

.redes img {
    margin: 0.5em;
    width: 1.875em; 
    height: auto; 
}

/* fin css home webapp */ 

/* inicio css comoparticipar */ 

.imgcomoparticipar {
    text-align: center;
    margin: 2em;
}

.imgcomoparticipar img {
    max-width: 100%; 
    height: auto; 
    display: inline-block; 
}

ol {
    list-style: none;
    margin: 1em;
}

li {
    margin-bottom: -1em;
    align-items: center;
    display:flex;
}

.numero-paso {
    font-size: 2em;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: bold;
}

.botonlogin,
.botonseleccion {
    display: inline-block;
    background-color: #4CAF50; 
    color: white; 
    border-radius: .5em;
    cursor: pointer;
    text-align: center;
}

.botonobra {
    margin-left: 11em;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    display: inline-block;
    background-color: #f39508; 
    color: rgb(0, 0, 0); 
    border-radius: .5em;
    cursor: pointer;
}

/* fin css comoparticipar */ 


/* inicio css login y registro*/ 

.logorq {
    width: 20%;
    margin-bottom: 1.875em; 
}

.login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.controls {
    width: 12.5em; 
    border: 0.0625em solid #ff0101; 
    margin: 0.3125em; 
    padding: 0.625em; 
    background: #ffee00;
    font-size: 0.875em; 
    font-weight: bold;
}
  
.buttons {
    width: 6.25em; 
    padding: 0.625em; 
    margin: 0.3125em; 
    height: 2.5em; 
    background: #dda870;
    border: none;
    color: rgb(255, 0, 191);
    margin-bottom: 1em;
    transition: background-color 0.3s ease; 
}

.buttons:hover {
    background-color: #e9d0b5; /* Cambia el color de fondo al pasar el ratón */
}
/* fin css login y registro */


/* inicio css perfil */

.cuestionario {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.25em; 
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin-bottom: 0.5em; 
}

input {
    width: 100%;
    padding: 0.625em; 
    margin-bottom: 1em;
    border: 1px solid #ccc;
    border-radius: 0.3125em; 
    box-sizing: border-box; 
}

button {
    background-color: #3498db;
    color: #ffffff;
    padding: 1em; 
    border: none;
    border-radius: 0.3125em; 
    cursor: pointer;
    transition: background-color 0.3s ease; 
}

.seguireditando {
    margin-left: 13.5em;
    background-color: #3498db;
    color: #ffffff;
    padding: 1em; 
    border: none;
    border-radius: 0.3125em; 
    cursor: pointer;
    transition: background-color 0.3s ease; 
}

button:hover {
    background-color: #2980b9; 
}

.mis-ganadores img {
    width: 100%; 
    height: auto; 
}

/* fin css perfil */

/* inicio css seleccion cuadros */

.seleccionarcuadro {
    margin: 1.5em;
    text-align: center; 
}

.seleccionarcuadro img {
    max-width: 100%; 
    height: auto; 
    display: block; 
}

.contenedor {
    position: relative;
    max-width: 100%;
}

.contenedor img {
    width: 100%;
    height: auto;
    border-radius: 0.3em;
    display: block;
}

.cuadro {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3em;
    margin: 1em;

}

.texto-superpuesto {
    
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 

}

.linea {
    font-size: 1.4em;
    color: rgb(104, 224, 218);
    display: block;
    white-space: nowrap;
    font-weight: bold; 
    text-align: center;
    
}

/* fin css seleccion cuadros */

/* inicio css edición */

.edicion {
    text-align: center;
}

.edicion img { 
    max-width: fit-content;
    padding: 1em;
    width: 100%;
    padding: 0.3125em;

}

.barra-herramientas {
    list-style: none;
    display: inline-flex;
    background-color: #ec79e7; 
    padding: 1em; 
    width: 100%; 
    max-width: 20em;
    border-radius: 1em;
}

.icono {
    background: none;
    border: none;
    cursor: pointer;
    margin-bottom: 0.9em;
}

.icono img {
    width: 32px;
    height: 32px;
    display: block;
    margin: auto;
}

.icono:hover {
    background-color: #c409ba; /* Color de fondo al pasar el mouse sobre el icono */
}

.botondyg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0; 
    padding: 1.25em;
    
}

.accion {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 13em;
    cursor: pointer;
    background-color: #3498db;
    margin: 0.5em;
    padding: 0.3em; 
    color: #ffffff;
    border-radius: 0.3125em; 
    text-align: center; 
    transition: background-color 0.3s ease; 
}

.accion:hover {
    background-color: #2980b9; /* Cambia el color de fondo al pasar el ratón */
}
/* fin css edición */

/* inicio css sobre el museo */

.imagen-museo {
    width: 100%;
    height: auto;
    margin: 1em;
    padding: 0.5em;

}
.about-museum {
    padding-right: 1.25em; 
}

.about-museum img {
    max-width: 100%;
    height: auto;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    overflow: hidden;
    margin: 1em; 
  }


.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* Estilo para el mapa */
.map-section iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0.625em; 
    box-sizing: border-box;
  }
  
/* fin css sobre el museo */

/* inicio css expos */

.expo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px; 
}

.exposicion-container {
    margin-bottom: 20px; 
}

.exposicion-img {
    max-width: 70%;
    height: auto;
    margin-left: 4.3em;
    
}

.ganador {
    text-align: center;
    padding: 1.25em; 
}

figure {
    margin: 0;
    border: 0.125em solid rgb(1241, 195, 134);
    background-color: rgb(1241, 195, 134);
    border-radius: 0.625em; 
    overflow: hidden;
    margin: 1em;
}

.imagenmate,
.imagencar,
.imagenlara {
    width: 100%; 
    height: auto;
    display: block;

}

figcaption {
    margin-top: 0.625em; 
}

.ganador p {
    font-size: 0.875em; 
    margin: 0.3125em 0; 
}

.ganador a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 0.625em; 
}

/* fin css expos */

/* inicio css perfiles ganadores */

  .perfil-container {
    width: 100%;
    padding: 1.25em; 
    margin: 0.625em; 
}

.perfil-imagen {
    width: 100%;
    padding: 1.25em;
    margin: 0.625em;
}

.perfil-titulo {
    width: 100%;
    padding: 1.25em;
    margin: 0.625em;
}

.ganador-imagen {
    width: 100%;
    padding: 1.25em;
}

.perfil-descripcion {
    background-color: #dda870;
    border-radius: 1.25em;
    padding: 5%;
    text-align: center;
}

/* fin css perfil ganadores */
