/* Página */

body {
    cursor: url("/assets/Cursor/Cursor.png"), auto;
    height: 100vh;
    width: 100vw;

    margin: 0px 0px 0px 0px;
}

.fondo {
    transition: none;

    height: 100vh;
    width: 100vw;

    position: fixed;

    background-attachment: fixed;
    background-image: url("../assets/Backgound/ojosanimados1.png");
    background-position: left center;
    background-repeat: repeat;
    background-size: 70vw;

    z-index: -303;

    margin: 0px;

    animation: fondohomeanimado 15s linear infinite;
}

.fondo2 {
    transition: none;

    height: 100vh;
    width: 100vw;

    position: fixed;

    background-attachment: fixed;
    background-image: url("../assets/Backgound/ojosanimados2.png");
    background-position: left center;
    background-repeat: repeat;
    background-size: 70vw;

    z-index: -304;

    margin: 0px;
}

p {
    line-height: 20px;
}

.pegatinapareja {
    position: absolute;
    display: none;

    z-index: 15;

    top: 38vh;
    left: 5vw;

    width: 100px;
    height: auto;

    box-shadow: rgba(0, 0, 0, 0.705) 3px 3px 5px;

    transform: scale(2) rotate(2deg);
}

.pegatinapareja:hover {
    transform: scale(4) rotate(-2deg);
}

/* Primer contenedor de bienvenida */

.bienvenidacont {
    display: flex;
    flex-direction: column;

    align-content: center;

    width: 100vw;
    height: auto;
}

.contlogo {
    display: flex;
    flex-direction: column;

    justify-content: center;

    width: auto;
    height: 130px;

    background-image: url("../assets/BG-Titulo.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;

    margin-top: 35px;

    animation: fade-down 1s ease forwards;
}

.logo {
    width: auto;
    height: 100%;

    align-self: center;
}

.welcomecont {
    display: flex;
    flex-direction: column;

    justify-content: center;

    width: 100%;
    height: 35px;

    background-color: rgba(37, 37, 37, 0.489);

    margin-top: 20px;

    animation: fade-up 1s ease forwards;
}

.botonvolvercont {
    display: flex;
    flex-direction: row;

    justify-content: center;

    width: 100%;
    height: 35px;

    margin-top: 20px;
}

#botonintrohome {
    display:  flex;
    flex-direction: column;

    width: auto;
    height: 100%;

    justify-content: center;

    opacity: 0%;

    animation: fade-in 1s ease forwards;
    animation-delay: 0.3s;
}


#decotext {
    align-self: center;

    color: white;
    text-shadow: 0px 0px 5px white;
    opacity: 0%;

    line-height: 10px;

    animation: fade-in 2s ease-out forwards;
    animation-delay: 0.5s;
}

.cartelito {
    display: flex;

    align-self: center;

    width: auto;
    height: auto;

    background-color: rgb(21, 21, 21);
    color: white;
    border: solid 1px rgb(255, 0, 76);
    box-shadow: 0px 0px 10px rgba(255, 0, 76, 0.695);

    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Scheherazade New", serif;

    padding: 20px;
    margin-top: 20px;

    animation: cartelitointro 0.7s ease forwards;
    animation-delay: 0.4s;

    transform: scaleY(0%);
    opacity: 0%;
}

/* Ventanas1 */

.ventanascont {
    display: flex;
    flex-direction: row;

    width: 100vw;
    height: 600px;

    margin-top: 25px;
    padding: 0px 150px 0px 150px;
}

.baseventana1 {
    display: flex;
    flex-direction: column;

    justify-content: space-between;

    width: 25%;
    height: 100%;

    background-color: rgb(17, 17, 17);
    border: solid rgb(255, 255, 255) 1px;

    margin-right: 10px;

    overflow: hidden;

    animation: ventanaintroizqui 2s ease forwards;
}

.baseventana2 {
    display: flex;
    flex-direction: column;

    width: 50%;
    height: 100%;

    background-color: rgb(17, 17, 17);
    border: solid rgb(255, 255, 255) 1px;

    z-index: 3;

    animation: ventanaintrocentro 2s ease forwards;
}

.baseventana3 {
    display: flex;
    flex-direction: column;

    justify-content: space-between;
        
    width: 25%;
    height: 100%;

    background-color: rgb(17, 17, 17);
    border: solid white 1px;

    margin-left: 10px;

    overflow: hidden;

    animation: ventanaintrodere 2s ease forwards;
}

/* separador */

.separadorcoolgif {
    width: 100%;
    height: 10px;

    background-image: url(/assets/Barracargar.gif);
    background-size: 100% 40px;

    border-top: solid white 1px;
}

.titulonavigation {
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    width: 100%;
    height: 30px;

    background: #4d4d4d;
    background: linear-gradient(0deg,rgba(77, 77, 77, 1) 0%, rgba(31, 31, 31, 1) 100%);
    color: white;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    text-shadow: rgba(255, 255, 255, 0.616) 0px 0px 7px;

    font-weight: bold;
    font-family: "Scheherazade New", serif;
    font-size: 25px;
}

.botonnavi {
    cursor: url("/assets/Cursor/CursorClick.png"), pointer;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;

    background-color: rgb(214, 214, 214);
    text-decoration-line: none;
    color: black;
    text-shadow: rgba(0, 0, 0, 0.688) 0px 0px 5px;
    border: #9e9e9e solid 2px;

    font-family: "Scheherazade New", serif;
    font-weight: 500;
    font-size: 1rem;
}

.botonnavi:hover {
    background-color: white;
    font-size: 25px;
}

/* ventana medio */

.perfilrap {
    display: flex;
    flex-direction: row;

    height: 150px;
    width: 100%;

    border-top: solid rgb(255, 255, 255) 1px;
    border-bottom: solid white 1px;

    padding: 10px;
}

.perfiltext {
    display: flex;
    flex-direction: column;

    width: 55%;
    height: 100%;

    color: white;
    
    overflow-x: hidden;
    overflow-y: scroll;

    padding: 0px;
}

.catleyafotito {
    cursor: url("/assets/Cursor/CursorClick.png"), pointer;

    display: none;

    width: 100px;
    height: auto;

    align-self: center;

    box-shadow: rgba(0, 0, 0, 0.705) 3px 3px 5px;

    z-index: 10;
    transform: scale(1.5) rotate(-1deg);
}

.catleyafotito:hover {
    transform: scale(3) rotate(3deg);
}

.fotoper {
    width: auto;
    height: 100%;

    border: solid rgb(255, 0, 72) 1px;
    box-shadow: #ff0048 0px 0px 10px;

    margin-right: 10px;

    animation-name: glowperfil;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}


.minitextperf {
    width: 100%;
    height: auto;

    margin: 5px;

    line-height: auto;
    font-family: "Scheherazade New", serif;
    font-weight: 500;
    font-size: 1.2rem;

    overflow: hidden;
}

.textolargoperf {
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    color: white;
    border-bottom: solid white 1px;

    font-family: "Scheherazade New", serif;
    line-height: auto;
    font-size: 1.2rem;

    padding: 10px;
}

.textodeco {
    height: 40px;
    width: 100%;

    display: flex;
    flex-direction: row;

    align-self: auto;
    justify-content: center;

    color: white;
    text-shadow: white 0px 0px 5px;
}

.textoupdate {
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-self: center;

    width: 100%;
    height: auto;
    
    color: white;
    background: linear-gradient(0deg,rgb(22, 22, 22) 0%, rgb(53, 53, 53) 100%);

    text-align: center;
    font-family: "Scheherazade New", serif;
    line-height: 1rem;
    font-size: 1.2rem;

    padding: 20px 10px 20px 10px;
}

.fechaupdate {
    width: 100%;
    height: auto;

    margin-top: 5px;
    margin-bottom: 0px;

    font-style: italic;
}

.contupdates {
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    border-top: white solid 1px;
    border-bottom: white solid 1px;

    overflow-y: scroll;
}

    /* stamps */
.carousel {
    width: 90%;
    height: auto;

    margin: 50px auto;

    display: flex;
    flex-direction: row;

    z-index: 1;
    
    overflow: hidden;

    border-image: linear-gradient(to right, rgb(255, 178, 85) 0%, #8fbcff 100%) 1;
    border-width: 4px;
    border-bottom: 0px;
    border-top: 0px;
    border-style: solid;
    padding: 5px;
    box-shadow: 5px 0px 0px rgba(0, 123, 255, 0.778),
                10px 0px 0px rgba(0, 102, 255, 0.36),
                15px 0px 0px rgba(0, 102, 255, 0.151),

                -5px 0px 0px rgba(255, 162, 0, 0.778),
                -10px 0px 0px rgba(255, 162, 0, 0.36),
                -15px 0px 0px rgba(255, 132, 0, 0.151);
}

.group {
    min-width: 500%;
    display: flex;

    align-items: center;
    
    justify-content: center;
    animation: spin 40s infinite linear;
}

.card {
    flex-grow: 1;

    height: 100%;
    width: 100%;

    margin-right: 0.2em;
    font-size: 3em;
    border-radius: .2em;
    text-align: center;
    align-content: center;
}

/* separador fondo */

.espaciofondo {
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;
    
    width: auto;
    height: auto;

    text-align: center;

    color: white;

    background-image: url(../assets/Backgound/lavanda.png);
    background-size:contain;

    padding-bottom: 50px;
}

/* Ventanas 2 */

.ventanas2 {
    display: flex;
    flex-direction: column;

    height: 50%;
    width: auto;

    background-color: rgb(24, 24, 24);
    border: #ff0048 solid 1px;

    box-shadow: rgba(0, 0, 0, 0.562) 8px 8px 10px;

    animation: ojitosmovimiento 5s infinite ease;
}

.contenedorpaginascool {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    height: 100%;
    width: 100%;
    
    align-items: center;
    justify-content: center;
}

.stamplinks {
    display: flex;
    flex-direction: column;

    cursor: url("/assets/Cursor/CursorClick.png"), pointer;

    align-items: center;
    justify-content: center;

    height: auto;
    width: auto;

    margin: 10px;

    border: white solid 1px;
    box-shadow: rgba(255, 255, 255, 0.527) 0px 0px 15px;
}

.stamplinks:hover {
    transform: scale(0.9);
    border: #ff0048 solid 1px;
    box-shadow: #ff0048 0px 0px 15px;
}

.stampimagesweb {
    height: 10vh;
    width: auto;

    image-rendering: pixelated;
}

/* adaptar: */

/* Tamaño Escritorio */
@media (min-width: 1200px) {
    .catleyafotito {
        display: flex;
    }
    .pegatinapareja {
        display: flex;
    }
    .carousel {
        width: 80%;

    }
    .group {
        min-width: 250%;

    }
}

/* Tamaño Tablet */
@media (max-width: 1024px) {
    .ventanascont {
        padding: 0px 40px 0px 40px;
    }
    .titulonavigation {
        font-size: 20px;
    }
    .botonnavi {
        font-size: 16px;
    }
    .fotoper {
        width: auto;
        height: auto;
    }
    .minitextperf {
        font-size: 15px;
        line-height: 20px;

        margin: 4px 0px 4px 0px;
    }
    .catleyafotito {
        display: none;
    }
    .pegatinapareja {
        display: none;
    }
    .carousel {
        width: 90%;

    }
    .group {
        min-width: 500%;

    }
}

/* Tamaño Móvil */
@media (max-width: 600px) {

    .ventanascont {
        height: auto;

        display: flex;
        flex-direction: column;

        padding: 0px 0px 0px 0px;
    }

    .baseventana1 {
        align-self: center;

        margin-bottom: 25px;
        margin-right: 0px;

        width: 80%;
    }

    .baseventana2 {
        align-self: center;

        margin-bottom: 25px;

        width: 80%;
    }

    .baseventana3 {
        align-self: center;

        margin-bottom: 25px;
        margin-left: 0px;

        width: 80%;
    }
    .cartelito {
        margin: 20px 10px 0px 10px;
    }
    .minitextperf {
        line-height: 24px;
        margin: 4px 0px 4px 0px;
    }
    .logo{
        width: 90%;
        height: auto;
    }
    .contlogo {
        width: 100%;
        height: auto;
    }
    .catleyafotito {
        display: none;
    }
    .pegatinapareja {
        display: none;
    }
    .carousel {
        width: 90%;

    }
    .group {
        min-width: 800%;

    }
    .botonnavi {
        font-size: 20px;
    }
}

/* Recordar: control+k control+0 colapsar todo
    control+k control+] descolapsar todo :D */