@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lobster&display=swap);
@media screen and (min-width: 720px) {

html, body {
        background-image: url('./imagenes/fondoamarillo.jpg');
        background-size: cover;
        margin: 0;
        scroll-behavior: smooth;
        padding: 0;
    }
    .video1 {
        align-items: center;
        margin-left: 50px;
    }
    nav {
        background-color: rgba(112, 154, 201, 0.418);
        width: 100vw;
        height: 10vh;
        font-family: cursive;
        font-size: 25px;
        position: absolute;
        left: 0vw;
        top: 10vh;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 10px;
        margin-top: 10px;
    }

    #titulopresentacion {
        text-align: center;
        font-size: 60px;
        font-family: "Dancing Script", cursive;
        font-style: normal;
    }

    #subtitulo01 {
        text-align: center;
        font-size: 60px;
        font-family: "Dancing Script", cursive;
        font-style: normal;
    }

    #texto01 {
        text-align: center;
        font-style: oblique;
        font-size: 25px;
    }

    #texto01:hover {
        background-color: rgba(255, 162, 162, 0.5);
        transition: 0.5s;
    }

    .presentacion {
        display: flex;
        align-items: center;
        text-align: justify;
    }

    .presentacion img {
        width: 100%;
        max-height: 50vh;
        margin: 10px;
    }

    #titulo2 {
        text-align: center;
        font-size: 60px;
        font-family: "Dancing Script", cursive;
        font-style: normal;
    }

    #texto2 {
        text-align: center;
        font-size: 25px;
        font-style: oblique;
    }

    #luytizi {
        width: 200px;
        height: 400px;
        display: flex;
        transform: rotate(270deg);

    }

    #luylucio {
        width: 200px;
        height: 400px;
        transform: rotate(270deg);
        display: flex;
    }

    .botones {
        color: rgb(0, 0, 0);
        padding: 10px;
        text-decoration: rgb(206, 186, 224);
        z-index: 100;
        background-color: #fffd84;
        border: 3px solid #fda0ec;
        border-radius: 25px 25px 25px 25px;
        transition: ease 1s;
        font-family: "Dancing Script", cursive;
        font-style: normal;
    }

    .botones:hover {
        background-color: #fda0ec;
        cursor: pointer;

    }

    header {
        width: 100vw;
        height: 10vh;
        position: absolute;
        left: 0vw;
        top: 0vh;
        text-align: center;
        font-size: 60px;
        font-family: "Dancing Script", cursive;
        font-style: normal;
        top: 0px;
    }

    main {
        background-color: #fda0ec;
        width: auto;
        height: auto;
        position: absolute;
        left: 5vw;
        right: 5vw;
        top: 25vh;
    }

    #ramdontitulo {
        text-align: center;
        font-size: 60px;
        font-family: "Dancing Script", cursive;
        font-style: normal;
    }

    .inicio {
        display: flex;
        align-items: center;
        text-align: justify;
        font-size: 25px;
        margin-left: 75px;
        background-color: #cc7dbf;
        padding: 32px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgb(236, 71, 148);
        width: 100%;
        max-width: 1000px;
        justify-content: space-around;

        /*text-align: */
    }

    #textoprincipal::first-line {
        color: #ffe7e7;
        font-variant: small-caps;
    }

    .inicio img {
        width: 200px;
        height: 400px;
        transform: rotate(270deg);
        display: flex;
        margin: 110px;

    }

    .imagen-amigos {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
    }

    #fotoalejoylu {
        width: 200px;
        height: 400px;
        transform: rotate(270deg);
        display: flex;
        margin-left: 50px;
    }

    /*#fotoeve {
    width: 200px;
    height: 400px;
    display: flex;
}
*/


    #videoplay {
        margin: 10px;
        justify-content: space-around;

    }

    #botonsubida img {
        position: fixed;
        right: 10px;
        bottom: 10px;
        width: 100px;
        height: auto;
        z-index: 100;
        transition: 2s;
    }

    #botonsubida :hover {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    #titulofuturo {
        text-align: center;
        font-size: 60px;
        font-family: "Dancing Script", cursive;
        font-style: normal;
    }

    .futuro {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        font-size: 25px;
        font-style: oblique;
    }

    .imagen-propia {
        width: 45vw;
    }

    .imagen-propia img {
        max-width: 100%;
        height: auto;
        border-radius: 25px;
        margin-left: 350px;
        margin-top: 5px;

    }

    /*@media screen and (max-width: 700px) {
   .futuro {
    flex-direction: column;
    font-size: 20px;
   }
   nav {
    flex-direction: row;
   }
   #titulopresentacion {
    flex-direction: column;
   }
   .botones {
    flex-direction: row;
    padding: 5px;
    border:1px solid #fda0ec;
    font-size: 10px;
   }
   #titulopresentacion {
    flex-direction: row; 
    font-size: 20px;
    }
    .presentacion {
     flex-direction: column;
    }
   .presentacion img {
    flex-direction: column;
   }
   header {
    flex-direction: row;
    font-size: 25px;
   }
   .inicio {
    flex-direction: column;
    width: 60%;
    max-width: 1000px;
   }
   .inicio img {
    flex-direction: column;
    width: 200px;
    height: 300px;
    transform: rotate(270deg);
   }
   .imagen-amigos {
    flex-direction: column;
   }
   .spotify-list {
    width: 400%;
    height: 400px;
   }
   .youtube-video {
    width: 200% ;
    height: 300px ;
   }
}  */
}

.titulosillia {
    text-align: center;
    font-size: 30px;
    font-family: "Dancing Script", cursive;
    font-style: normal;
}

.textosillia {
    text-align: center;
    font-size: 25px;
    font-style: oblique;
}


@media screen and (max-width: 720px) {

    html, body {
        background-image: url('./imagenes/fondoamarillo.jpg');
        background-size: cover;
        margin: 0;
        scroll-behavior: smooth;
        padding: 0;
    }

    nav {
        background-color: rgba(112, 154, 201, 0.418);
        width: 100vw;
        height: auto;
        font-family: cursive;
        font-size: 20px;
        position: static;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        flex-direction: column;
    }

    #titulopresentacion {
        text-align: center;
        font-size: 40px;
        font-family: "Dancing Script", cursive;
        font-style: normal;
    }

    #subtitulo01 {
        text-align: center;
        font-size: 30px;
        font-family: "Dancing Script", cursive;
        font-style: normal;
    }

    #texto01 {
        text-align: center;
        font-style: oblique;
        font-size: 20px;
    }

    .presentacion {
        display: block;
        text-align: center;
    }

    .presentacion img {
        width: 80%;
        max-height: 30vh;
        margin: 10px;

    }

    #titulo2 {
        text-align: center;
        font-size: 40px;
        font-family: "Dancing Script", cursive;
        font-style: normal;
    }

    #texto2 {
        text-align: center;
        font-size: 20px;
        font-style: oblique;
    }

    #luytizi,
    #luylucio {
        width: 100px;
        height: 200px;
        transform: rotate(0deg);
        display: block;
        margin: 0 auto;
    }

    .botones {
        flex-direction: row;
        font-size: 15px;
        color: rgb(0, 0, 0);
        padding: 5px;
        text-decoration: rgb(206, 186, 224);
        z-index: 100;
        background-color: #fffd84;
        border: 2px solid #fda0ec;
        border-radius: 20px;
        transition: ease 1s;
        font-family: "Dancing Script", cursive;
        font-style: normal;
        width: 50%;
        text-align: center;
    }

    .botones:hover {
        background-color: #fda0ec;
        cursor: pointer;
    }

    header {
        width: 100vw;
        height: auto;
        position: static;
        text-align: center;
        font-size: 40px;
        font-family: "Dancing Script", cursive;
        font-style: normal;
        top: 0;
    }

    main {
        background-color: #fda0ec;
        width: auto;
        height: auto;
        position: static;
        margin: 20px;
    }

    #ramdontitulo {
        text-align: center;
        font-size: 50px;
        font-family: "Dancing Script", cursive;
        font-style: normal;
    }

    .inicio {
        display: block;
        text-align: center;
        font-size: 20px;
        margin: 20px;
        background-color: #cc7dbf;
        padding: 16px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgb(236, 71, 148);
    }

    .inicio img {
        width: 100px;
        height: 200px;
        transform: rotate(270deg);
        display: block;
        margin: 10px auto;
    }

    #imagenes1 {
        align-items: center;
        transform: rotate(270deg);
        flex-direction: column;
    }

    #fotoalejoylu {
        width: 100px;
        height: 200px;
        display: block;
        margin: auto;
        transform: rotate(270deg);
    }

    #fotosalandro {
        width: 200px;
        height: 100px;
        display: block;
        margin: auto;

    }


    #botonsubida img {
        position: fixed;
        right: 20px;
        bottom: 10px;
        width: 50px;
        height: auto;
        z-index: 100;
        transition: 2s;
        margin-right: 10px;

    }

    #botonsubida :hover {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    #titulofuturo {
        text-align: center;
        font-size: 50px;
        font-family: "Dancing Script", cursive;
        font-style: normal;
    }

    .futuro {
        display: block;
        text-align: center;
        font-size: 20px;
        font-style: oblique;
    }

    .imagen-propia {
        width: 90vw;
    }

    .imagen-propia img {
        max-width: 100%;
        height: auto;
        
    }

    .spotify {
        width: 100%;
        height: 200px;
        
    }

    .video1 {
        align-items: center;
        width: 300px;
        margin-left: 20px;
    }


   /* .container {
        position: relative;
        width: 25%;
    }

    .image {
        display: block;
        width: 100%;
        height: auto;
        flex-direction: row;
    }

    .overlay {
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        background-color: #f06be9b9;
        overflow: hidden;
        width: 100%;
        height: 0;
        transition: .5s ease;
    }

    .container:hover .overlay {
        bottom: 0;
        height: 100%;
    }

    .text {
        white-space: nowrap;
        color: white;
        font-size: 20px;
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
*/
    .titulosillia {
        text-align: center;
        font-size: 30px;
        font-family: "Dancing Script", cursive;
        font-style: normal;
    }

    .textosillia {
        text-align: center;
        font-size: 25px;
        font-style: oblique;
    }
    #foto32 {
        width: 20vw;
        height: 10vw;
        min-width: 100px;
        min-height: 100px;
        margin: 5px;
        background-color: rgb(0, 0, 0);
        border-radius: 5px;
        transition: .5s;
    }
    #foto32 {
        background-image: url('imagenes/imagenlatipica.jpg');
        background-size: cover;
        background-position: center;

    }
    .recorrido {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }
}


/*.container {
    position: relative;
    width: 25%;
    margin: 20px;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
    flex-direction: row;
  }
  
  .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #f06be9b9;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }
  
  .container:hover .overlay {
    bottom: 0;
    height: 100%;
  }
  
  .text {
    white-space: nowrap; 
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translat e(-50%, -50%);
  }*/
.recorrido {
    display: flex;
    flex-direction: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;

}

#primeraño {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;

}

article:hover {
    box-shadow: 5px 5px 10px gray;
}

#primeraño {
    background-image: url('imagenes/primero.jpg');
    background-size: cover;
    background-position: center;
}

#foto1 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto1 {
    background-image: url('imagenes/mascotassegundo.jpg');
    background-size: cover;
    background-position: center;
}

#foto2 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto2 {
    background-image: url('imagenes/mascotassegundo1.jpg');
    background-size: cover;
    background-position: center;
}

#foto3 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto3 {
    background-image: url('imagenes/segundocultura.jpg');
    background-size: cover;
    background-position: center;
}

#foto4 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto4 {
    background-image: url('imagenes/segundomascotas3.jpg');
    background-size: cover;
    background-position: center;
}

#foto5 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto5 {
    background-image: url('imagenes/segundomascotas4.jpg');
    background-size: cover;
    background-position: center; }


#foto6 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto6 {
    background-image: url('imagenes/imageneve.jpg');
    background-size: cover;
    background-position: center;
}


#foto7 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto7 {
    background-image: url('imagenes/tercerolabrava1.jpg');
    background-size: cover;
    background-position: center;
}

#foto8 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto8 {
    background-image: url('imagenes/tercerolabrava2.jpg');
    background-size: cover;
    background-position: center;
}

#foto9 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto9 {
    background-image: url('imagenes/tercerolabrava3.jpg');
    background-size: cover;
    background-position: center;
}

#foto10 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto10 {
    background-image: url('imagenes/tercerolabrava4.jpg');
    background-size: cover;
    background-position: center;
}

#foto11 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto11 {
    background-image: url('imagenes/imagenviaje2.jpg');
    background-size: cover;
    background-position: center;
}

#foto12 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto12 {
    background-image: url('imagenes/cuartosierradelaventana.jpg');
    background-size: cover;
    background-position: center;
}

#foto13 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto13 {
    background-image: url('imagenes/cuartosierradelaventana1.jpg');
    background-size: cover;
    background-position: center;
}

#foto14 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto14 {
    background-image: url('imagenes/cuartocampeonesdelmundo.jpg');
    background-size: cover;
    background-position: center;
}

#foto15 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto15 {
    background-image: url('imagenes/cuartocuarta.jpg');
    background-size: cover;
    background-position: center;
}

#foto16 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto16 {
    background-image: url('imagenes/viajedevidasebas.jpg');
    background-size: cover;
    background-position: center;
}

#foto17 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto17 {
    background-image: url('imagenes/fitopaez.jpg');
    background-size: cover;
    background-position: center;
}

#foto18 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto18 {
    background-image: url('imagenes/quintovoto.jpg');
    background-size: cover;
    background-position: center;
}

#foto19 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto19 {
    background-image: url('imagenes/quintoviaje4.jpg');
    background-size: cover;
    background-position: center;
}

#foto20 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto20 {
    background-image: url('imagenes/quintoviaje.jpg');
    background-size: cover;
    background-position: center;
}

#foto21 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto21 {
    background-image: url('imagenes/quintoviaje1.jpg');
    background-size: cover;
    background-position: center;
}

#foto22 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto22 {
    background-image: url('imagenes/quintomascotas.jpg');
    background-size: cover;
    background-position: center;
}

#foto23 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto23 {
    background-image: url('imagenes/quintoviaje3.jpg');
    background-size: cover;
    background-position: center;
}

#foto24 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto24 {
    background-image: url('imagenes/quintolourdes.jpg');
    background-size: cover;
    background-position: right;
}

#foto25 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto25 {
    background-image: url('imagenes/quintolourdes2.jpg');
    background-size: cover;
    background-position: center;
}

#foto26 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto26 {
    background-image: url('imagenes/imagenalejoytizi.jpg');
    background-size: cover;
    background-position: center;
}

#foto27 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto27 {
    background-image: url('imagenes/sextoteatro.jpg');
    background-size: cover;
    background-position: center;
}

#foto28 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto28 {
    background-image: url('imagenes/sextoequipodemate.jpg');
    background-size: cover;
    background-position: left;
}

#foto29 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto29 {
    background-image: url('imagenes/sextolucio.jpg');
    background-size: cover;
    background-position: left;
}

#foto30 {
    width: 10vw;
    height: 15vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: gray;
    border-radius: 5px;
    transition: .5s;
}

#foto30 {
    background-image: url('imagenes/sextoconamigas.jpg');
    background-size: cover;
    background-position: center;
}

.textosRecorridos {
    font-size: 20px;
    text-align: center;
    text-align: center;
    font-style: oblique;


}

.textosrandom {
    font-size: 25px;
    text-align: center;
}
#foto31 {
    width: 15vw;
    height: 10vw;
    min-width: 300px;
    min-height: 200px;
    margin: 5px;
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    transition: .5s;
}

#foto31 {
    background-image: url('imagenes/imagengatopan.jpg');
    background-size: cover;
    background-position: center;
}
#foto32 {
    width: 20vw;
    height: 10vw;
    min-width: 200px;
    min-height: 300px;
    margin: 5px;
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    transition: .5s;
}

#foto32 {
    background-image: url('imagenes/imagenlatipica.jpg');
    background-size: cover;
    background-position: center;
}

.spotify-list {
    margin: 5px;
    align-items: center;
}