

/* FUENTES */

@font-face {
    font-family: HattonB;
    src: url(../fonts/PPHatton-Bold.otf)
}

@font-face {
    font-family: HattonM;
    src: url(../fonts/PPHatton-Medium.otf)
}

@font-face {
    font-family: neuebook;
    src: url(../fonts/PPNeueMontreal-Book.otf)
}

@font-face {
    font-family: neuelight;
    src: url(../fonts/PPNeueMontreal-Thin.otf)
}

@font-face {
    font-family: neuemid;
    src: url(../fonts/PPNeueMontreal-Medium.otf)
}

/* NO SELECCION DE TEXTO */

.no-seleccionable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

html {
    scroll-behavior: smooth;
}

body {
    background-size: cover;
    background-position: center;
    font-family: neuebook;

}















.home {
    position: fixed;
    width: 100vw;
    height: 125px;
    background-color: white;
    z-index: 3;
}

.nav {
    display: flex;
    justify-content: space-between;
}


.titlee {
    font-family: HattonB;
    font-size: 48px;
    margin-top: 43px;
    margin-left: 24px;
    cursor: pointer;
}


.anchors {
    margin-right: 30px;
    display: flex;
    flex-direction: row;
}

.menu-it {
    margin-top: 69px;
    padding-left: 44px;
    font-size: 16px;
    color: black;
    cursor: pointer;
    text-decoration: none;

    transition-duration: 250ms;

}

.menu-it:hover {
    text-decoration: underline 1px;
    transform: scale(1.1);
} 

















.parallax {
    position: relative;
    height: 400px;

    
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

















/* PERFIL */

.perfil {
    padding-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
    background-color: white;
}


.imguser {
    border-radius: 200px;
    margin-bottom: 30px;
}


.amanda {
    font-family: neuemid;
    font-size: 28px;
}

.edad {
    font-size: 24px;
    margin-bottom: 20px;
}

.actividad {
    font-size: 20px;
    margin-bottom: 30px;
}

.botones {
    margin-bottom: 15px;
    display: flex;
    column-gap: 10px;
}


.botones2 {
    margin-bottom: 125px;
}

.inter {
    cursor: pointer;
    

    background-color: black;
    color: white;
    font-size: 16px;

    width: 130px;
    height: 40px;
    border-radius: 50px;
    
}

.donar {
    cursor: pointer;
    background-color: black;
    color: white;
    font-size: 16px;

    width: 100px;
    height: 40px;
    border-radius: 50px;
}

.regis {
    cursor: pointer;

    background-color: white;
    border: solid 3px black;
    color: black;
    font-size: 16px;

    width: 180px;
    height: 40px;
    border-radius: 50px;
}


































/* POPUP EDITAR PERFIL */

#popup .contenidopop {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    background-color: white;
    width: 80%;
    border-radius: 5px;
    

    /* ESTO LO CENTRA NO TOCAR */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 10;
}




#popup .fondopop {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 60%;
    background-color: rgb(44, 44, 44);
}








.cambiosPosibles {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 150px;

    font-size: 20px;

    margin-top: 50px;
    margin-bottom: 50px;
}





.editPrimera {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.editImage {
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-bottom: 50px;
}

.editFoto {
    border-radius: 100px;

    margin-bottom: 10px;
}


.fotoText {
    cursor: pointer;
}


.secc1 {
    cursor: pointer;
    display: flex;
    align-items: center;

    margin-bottom: 15px;
    margin-right: 10px;
}

.secc2 {
    cursor: pointer;
    display: flex;
    align-items: center;

    margin-right: 10px;
}

.seccRombo {
    width: 15px;
    height: 15px;
    border: solid 3px black;
    background-color: white;
    transform: rotate(45deg); 
    
    margin-right: 10px;
}

.seccSelect {
    background-color: black;
}








.editSegunda {
    display: flex;

    margin-top: 50px;
}



.catetitle {
    font-family: neuemid;
    font-size: 24px;

    margin-right: 80px;
}

.catetitleitem {
    padding-bottom: 50px;
}




.cateInfo {
    margin-right: 50px;
}

.cateInfoitem {
    padding-bottom: 57px;
}


.cateicon {
    display: flex;
    flex-direction: column;
}

.cateiconitem {
    cursor: pointer;
    margin-bottom: 27px;
}


.editTercera {
    display: flex;

    margin-top: 50px;
}




.escondoCategoria {
    display: none;
}




































/* LIGHTBOX */

#lightbox .reseña {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    background-color: white;
    width: 40%;
    border-radius: 5px;
    

    /* ESTO LO CENTRA NO TOCAR */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 10;
}


.close {
    width: 100%;
    display: flex;
    justify-content: end;
}


.rombo {
    cursor: pointer;

    width: 15px;
    height: 15px;
    border: solid 4px black;
    background-color: white;
    transform: rotate(45deg);

    margin-top: 40px;
    margin-right: 40px;
}



.resetitle {
    font-size: 60px;
    text-align: center;
}







.choose {
    width: 50%;
    font-size: 18px;
    background-color: white;
    overflow: hidden;
    height: 24px;

    margin-top: 50px;
    margin-bottom: 40px;
}

.choose select {
    border: none;
    border-bottom: 2px solid black;
    outline: none;
    background-color: white;
    width: 100%;
    font-size: 18px; 
}



.seleccionado {
    margin-bottom: 20px;
}


.puntuando {
    display: flex;
    margin-left: 20px;
    margin-bottom: 35px;

}


.punto {
    cursor: pointer;

    width: 20px;
    height: 20px;
    border: solid 3px black;
    background-color: white;
    transform: rotate(45deg);

    margin-right: 20px;

    transition: background-color 0.2s ease;
}





.puntuando div.active {
    background-color: black;
}



.reseñado {

    cursor: pointer;
    

    background-color: black;
    color: white;
    font-size: 16px;

    width: 130px;
    height: 30px;
    border-radius: 50px;

    margin-bottom: 15px;

}


#nocomple {
    color: red;
    margin-bottom: 10px;
}






#lightbox .fondo {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 60%;
    background-color: rgb(44, 44, 44);
}





.hidden {
    display: none;
}




















































/* CLASIFICACIONES */


.clasificaciones {
    background-color: white;
    padding-top: 150px;
}



.leoypend {
    display: flex;
    justify-content: space-between;

    margin: 0px 150px;
    margin-bottom: 200px;
}


.leidos {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.seccClas {
    font-size: 80px;
    text-align: center;

    margin-bottom: 10px;
}




.descripLeidos {
    width: 450px;
    margin-bottom: 50px;

    border: 3px solid black;
    border-radius: 10px;
    padding: 15px 15px;
}


.descripPendientes {
    width: 450px;
    margin-bottom: 50px;

    border: 3px solid black;
    border-radius: 10px;
    padding: 15px 15px;
}



.hilo {
    
    display: flex;
    column-gap: 15px;

    margin-bottom: 15px;

}



.pendientes {
    display: flex;
    flex-direction: column;
    align-items: center;
}




.opino {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding-bottom: 150px;
}

.bajo {
    width: 80%;
    height: 5px;
    background-color: black;

    margin-bottom: 20px;
}

.librore {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.puntosres {
    display: flex;

    margin-top: 10px;
    margin-right: 9px;
}

.puntore {
    width: 10px;
    height: 10px;
    border: solid 2px black;
    background-color: white;
    transform: rotate(45deg);

    margin-left: 9px;
}


.rellenapunto {
    background-color: black;
}























































































































/* RESPONSIVE */



@media (max-width: 1300px) 
{


    .titlee {
        font-size: 40px;
        margin-top: 60px;
    }

    .menu-it {
        font-size: 14px;
    }










    .cambiosPosibles {
        flex-direction: column;

        font-size: 16px;
        margin-bottom: 40px;
        margin-top: 30px;
    }

    .editImage {
        margin-bottom: 20px;
    }

    .editFoto {
        height: 150px;
    }


    .seccEdit {
        font-size: 18px;
    }




    .seccRombo {
        width: 10px;
        height: 10px;
        border: solid 3px black;
    }



    .catetitle {
        font-size: 18px;
        margin-right: 40px;
    }

    .catetitleitem {
        padding-bottom: 20px;
    }


    .cateInfoitem {
        font-size: 14px;
        padding-bottom: 27px;
    }

    .cateicon img {
        height: 20px;
    }

    .cateiconitem {
        margin-bottom: 23px;
    }






    #lightbox .reseña {
        width: 80%;
    }


    .resetitle {
        font-size: 50px;
    }







    .leoypend {
        flex-direction: column;
        margin-bottom: 250px;
    }


    .leidos {
        margin-bottom: 100px;
    }
    



}









@media (max-width: 500px) {

    .editFoto {
        height: 110px;
    }

    .catetitle {
        cursor: pointer;

        font-size: 16px;
        margin-right: 20px;
    }



    .cateInfo {
        margin-right: 0px;
    }

    .cateInfoitem {
        padding-bottom: 22px;
    }

    .cateicon img {
        display: none;
    }

    .rombo {
        width: 12px;
        height: 12px;
        border: solid 2px black;
        background-color: white;
    
        margin-top: 20px;
        margin-right: 20px;
    }


    .resetitle {
        font-size: 40px;
        margin-top: 30px;
    }


    .choose {
        
    
        margin-top: 20px;
        margin-bottom: 20px;
    }









    .seccClas {
        font-size: 60px;
    }


    .descripLeidos {
        width: 300px;
    }
    
    
    .descripPendientes {
        width: 300px;
    }

    .hilo {
        column-gap: 10px;
    
    }



}