body {

    user-select: none;
    scroll-behavior: smooth;
    overflow-x: hidden;
    transition: opacity 1s ease-in-out;

}
/* 
.fade-in {
    opacity: 1;
}

.fade-out {
    opacity: 0;
} */


/*
PARTE RESPONSIVE PARA COMPUTADORAS
*/
@media (min-width: 1024px) {
    body {
        background-image: url(/imagenes/fondo.png);
        background-size: cover;
        transition: 1s ease-in-out;
        }
        body a, h1, p, span{
            color: black;
            
            }
            /*         

    .body2 {
        background-image: url(/imagenes/fondo.jpg);
        transition: 2s ease-in-out;
                background-size: cover;

    }
    .body2 .body2 a, .body2 p, .body2 span, .body2 h1 {
                transition: 1s ease-in-out;
        color: white 
    }
    .body2 img {
                transition: 1s ease-in-out;
        filter: invert(100%);
    } */

    #logo {
        width: 30px;
        display: flex;
        height: 30px;
        padding: 20px;
        border-radius: 20px;
        transition: 0.3s ease-in-out;
        cursor: pointer;
    }

    .logo-wr {
        height: 50px;
        width: 50px;
    }

    .bottom-icon {
        height: 50px;
        width: 50px;
        position: fixed;
        justify-content: center;
        transition: 0.3s ease-in-out;

    }

    #logo2 {
        left: 20px;
        bottom: 50px;
    }

    #logo3 {
        bottom: 140px;
        left: 25px;
    }

    .bottom-icon:hover {
        cursor: pointer;
        transform: scale(1.1);

    }

    #logo:hover {
        transform: scale(1.1);
    }

    .barra {
        height: 100px;
        border-left: 2px solid black;
        margin-top: 250px;
        margin-left: 30px;
        position: absolute;
    }

    .princ {
        width: 100%;
        margin: -20px -40px 0;
    }

    .princ span {
        float: right;
        display: block;
        font-size: 120px;
        clear: both;
        text-decoration: none;
        width: max-content;
        height: max-content;
        cursor: pointer;
        position: relative;
        transition: 0.3s ease-in-out;
    }

    .princ span:hover {
        transform: skewX(-20deg);
    }

    .princinfo {
        width: 100%;
        height: auto;
        margin-top: 20px;
        text-align: justify;
        position: absolute;
        justify-content: start;
        top: 70%;
        left: 15%;
    }

    .princinfo h1 {
        font-family: "Parkinsans", sans-serif;
        font-size: 25px;
        margin-bottom: 0px;
    }

    .princinfo p {
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        line-height: 5px;
    }

    .linea {
        display: flex;
        align-items: center;
        width: max-content;
    }

    #cursor {
        font-size: 40px;
        color: rgb(0, 0, 0);
    }
}

/*
        PARTE RESPONSIVE PARA CELULARES Y TABLETS
*/
@media (min-width: 320px) and (max-width: 1023px) {
    body {
        background-color: grey;
        overflow-y: hidden;
        scrollbar-width: none;
        max-width: max-content;
        padding: 0;
        margin: 0;
    }

    #logo {
        height: 50px;
        width: 50px;
    }

    .logo-wr {
        margin-top: 20px;
        text-align: center;
        justify-content: center;
        gap: 15px;

    }

    .bottom-icon {
        position: fixed;
        bottom: 20px;
        width: 50px;
        height: 50px;
        z-index: 100;
        justify-content: center;
    }

    #logo2 {
        left: 100px;

    }

    #logo3 {
        left: 170px;
    }

    .princinfo {
        padding: 30px;
    }

    .princinfo h1 {
        font-family: "Parkinsans", sans-serif;
        font-size: 17px;
    }

    .princinfo p {
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        line-height: 1;
    }

    .linea {
        display: flex;
        align-items: center;
        width: max-content;
    }

    #cursor {
        font-size: 40px;
        color: rgb(0, 0, 0);
    }


    .princ span {
                font-family: "Montserrat", sans-serif;

        text-align: center;
        font-size: 50px;
        justify-content: center;
        padding: 0px 20px 0;
        margin: 0;
        display: flex;

    }

    .princ a {
        text-decoration: none;
        color: black;

    }
}