body {                /* DESCRIPCION DEL BODY */
    margin: 0;
    background-image: url(/assets/wallpapersden.com_depressed-alone_3840x2160.jpg);
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
} 

@font-face {
    font-family: "delgada";
    src: url("/fonts/Nunito-VariableFont_wght.ttf") format("truetype"); 
    font-weight: 300;
}

.barr{
    text-align: left;
    margin: 20px;
    margin-top: 0%;
    padding: 10px;
    border-bottom: 1px solid #efefef50;
    display: flex;
    justify-content: space-between;
}

#title{
    font-family: 'delgada';
    font-size: 40px;
    color: #efefef;;
}

.subtitle{
    padding: 20px;
    background: #bbae00;
    font-family: 'delgada';
    font-size: 25px;
    color: #efefef;
    margin-bottom: 0;
}

.sub-subtitle{
    padding: 20px;
    background: linear-gradient(#0006, #53697600);
    font-family: 'delgada';
    font-size: 16px;
    color: #faed3de7;
    margin-top: 0;
    width: 100%;
}

.Objs{
    display: flex;
    justify-content: space-around;
    text-align: center;
    font-family: 'delgada';
    color: #efefef;
    padding-bottom: 10px;
    background: #0002;
}

.boxxes{
    padding: 10px;
    margin: 5px;
    width: auto;
    border: 1px solid #efefef50;
    border-radius: 2cap;
    background: #0004;
    backdrop-filter: blur(3px);
}
/*///////////////////////////////////////////*/

a{text-decoration: none;}
li{list-style: none;}

/* ////////////////////////////////////////// */

/* FOOTER */

footer h1 {
    display: flex;
    justify-content: center;
    display: flex;
    margin: 20px;
}

footer ul li {
    text-align: center;
    color: white;
}

.link-footer-redes {
    color: white;
    margin: 15px;
}

.footer-links-redes-sociales {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
footer{
    height: 250px;
    margin-top: 0;
    border-top: 1px solid #c5952ece;
    width: 100%;
}

#barra-inferior{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;

    width: auto;
}

footer div a{ margin: 20px;}
footer div img{ height: 70px; transition: height, 0.2s;}

#footer-text{
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 2px #ffffff;
    font-size: 22px;
}

#INSTAGRAM:hover{ height: 80px;}
#EMAIL:hover{ height: 80px;}
#LICEOs:hover{ height: 100px;}

footer div{
    height: min-content;
}

.footer-div{
    display: flex;
    justify-content: space-evenly;
}

@media screen and (max-width:600px){
    .footer-div{
        display: flex;
        justify-content: space-evenly;
    }
}
/* FIN FOOTER */