/* Hoja de Estilo Katsushika Hokusai */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
html {
  scroll-behavior: smooth;
}
h1{
    font-size: 5em;
    padding: 0;
    font-family: 'Black Han Sans', sans-serif;
}
h2{
    font-size: 3.5em;
    font-weight: bolder;
    padding: 0.5em 0;
    font-family: 'Black Han Sans', sans-serif;
}
/* == ESTILO DEL WRAPPER == */
.wrapper{
    background-color: rgb(250, 225, 185);
    background-color: black;
    
}
.eros{
    width:100%;
    height: 100vh;
    padding: 0.5em;
    display: flex;
    flex-flow: row;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    border-radius: 1.5em;
}
.eros0{
    width: 90%;
    height: 85vh;
    margin: 0 0;
    /*padding: 0.5em;*/
    border: 2px solid white;
    border-radius: 1.5em;
    background-color: black;
    color: white;
}
.nota1{
    color: white;
    font-size: 1.25em;
    padding: 0.10em 1em 0.1 1em;
}

.nota{
    font-size: 0.95em;
    padding: 0.25em 1em;
    text-align: justify;
}

.boton{
    flex-direction: row;
    align-items:center;
    width: 100%;
    height: 2em;
    padding: 0.25em 0.5em;
    color: black;
    font-size: 1.5em;
    background-color: rgb(255, 255, 230);
    border: 2px solid rgb(102, 51, 0);
    border-radius: 1.25em;
}
.boton1:hover{
    background-color: rgb(76, 175, 80);
    border: 2px solid white;
    color: white;
}
.boton1 a{
    text-decoration: none;
    color: black;
}
.boton1 a:hover{
    color: white;
}
#grabados{
   visibility: hidden; 
}
.grabados{
    width:100%;
    background-color: black;
    padding: 0.5em;
    display: flex;
    flex-flow: row;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    border-radius: 2.5em;
}
.eros1{
    width: 80%;
    height: 95vh;
    margin: 1em 0;
    border: 2px solid white;
    border-radius: 5em;
    background-image: url("../imagenes/eros/the_dream_of_the_fishermans_wife.jpg");
    background-size: cover;
    background-position: center;
}
.eros2{
    width: 80%;
    height: 95vh;
    margin: 1em 0;
    border: 2px solid white;
    border-radius: 5em;
    background-image: url("../imagenes/eros/models_hugs.jpg");
    background-size: cover;
    background-position: center;
}
.eros3{
    width: 80%;
    height: 95vh;
    margin: 1em 0;
    border: 2px solid white;
    border-radius: 5em;
    background-image: url("../imagenes/eros/the_adonis_plant_1.jpg");
    background-size: cover;
    background-position: center;
}

.eros4{
    width: 80%;
    height: 95vh;
    margin: 1em 0;
    border: 2px solid white;
    border-radius: 5em;
    background-image: url("../imagenes/eros/the_adonis_plant_2.jpg");
    background-size: cover;
    background-position: center;
}
.eros5{
    width: 80%;
    height: 95vh;
    margin: 1em 0;
    border: 2px solid white;
    border-radius: 5em;
    background-image: url("../imagenes/eros/the_adonis_plant_3.jpg");
    background-size: cover;
    background-position: center;
}
.eros6{
    width: 80%;
    height: 95vh;
    margin: 1em 0;
    border: 2px solid white;
    border-radius: 5em;
    background-image: url("../imagenes/eros/the_adonis_plant_4.jpg");
    background-size: cover;
    background-position: center;
}
.eros7{
    width: 80%;
    height: 95vh;
    margin: 1em 0;
    border: 2px solid white;
    border-radius: 5em;
    background-image: url("../imagenes/eros/masturbation_and_voyeurism.jpg");
    background-size: cover;
    background-position: center;
}
/* ESTILO PARA LA FLECHA "Volver al Inicio" FLOTANTE */
#backToTop {
    position: fixed;
    right:25px;
    bottom: 25px;
    display: none; /* Inicialmente oculta */
    width: 50px;
    height: 50px;
    background-color: #000;
    color: #ff0;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    z-index: 1000; /* Asegurarse de que esté por encima de otros elementos */
}

#backToTop:hover {
    background-color: #333;
}

#backToTop span {
    font-size: 25px; /* Tamaño de la flecha */
}
/* == MEDIA QUERY == */
@media screen and (max-width:900px){

    .nota1{
        font-size: 1.10em;
        padding: 1em;
    }
    .nota{
        font-size: 0.75em;
        padding: 0.75em;
    }
    .boton{
        font-size: 1.25em;
    }
    .eros1, .eros2, .eros3, .eros4, .eros5, .eros6, .eros7{
        width: 80%;
        height: 82.5vh;
        margin: 1em 0;
        border: none;
        border-radius:0;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width:550px){
    .nota1{
        font-size: 1em;
        padding: 1em;
    }
    .nota{
        font-size: 0.65em;
        padding: 0.50em;
    }
    .boton{
        font-size: 1em;
    }
    .eros1, .eros2, .eros3, .eros4, .eros5, .eros6, .eros7{
        width: 80%;
        height: 50vh;
        margin: 1em 0;
        border: none;
        border-radius:0;
        background-size: contain;
        background-repeat: no-repeat;
    }
}


