@charset "utf-8";

/* REGALAS GENERALES */
*{
    box-sizing: border-box;
    margin:0;
}


div {
    max-width: fit-content;
    justify-content: center;
    display: block;
}

/* BODY */
body{
    background-color: rgb(0, 0, 0);
    color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

/* HEADER */
header{
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: auto;
    align-items: center;
    display:flex;

}
header ul li a{
    box-sizing:border-box;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 3px;
    padding-top: 3px;
    border-radius: 0.2em;
    align-items: center;
    color: #EEEFE8;
    font-size:medium;
    background-color: rgb(0, 0, 0);
    list-style: none;

}
#busqueda a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    text-align:justify
}
#busqueda a:hover{
background-color: black;
color: #00a9bf;
font-weight: 700;
}

.menu{
    display: flex;
    gap: 6px;
}

/* MAIN */

#nombrefer{
    padding: 1rem;
}

#materias{
    padding: 1rem;
}

/* TEXTOS */

h1{
    color: #00a9bf;
    font-size: xx-large;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
h2{
    margin-bottom: 1rem;
    margin-top: 1rem;
}
h3 {
    color: #ff7b91;
    font-variant: small-caps;
    text-decoration-line: underline;
    padding: 1rem;
}
h4{
    border-top: 1cm;
    font-style: italic;
    font-weight: 200;
    font-display:block;
    color: #00a9bf;
    font-size: small;
}
p{
    margin-bottom: 1rem;
    margin-top: 1rem;
}

nav ul li a{
    display: block;
}


ul, ol{
    list-style: none;
    inline-size: none;
    text-shadow: 2px;
    padding-inline-start:0;
}

.dg{
    font-style: italic;
    display:block;
    color: #00a9bf;
    font-size: 20px;
    font-weight: 100;
    margin:0.5rem 0;
}



/* FOOTER */
footer p{
    color: #00a9bf;
    background-color: black;
    font-style: italic;
    font-size: small;
    margin-inline: auto;
    padding: 1rem;
}

a{
    text-decoration: none;
    color: #F3F3FC;
    transition: 0.2s ease-in-out;

}


/* PERSONAL */
#nombrefer p strong{
    color: #ff7b91;
}

#behance a{
    color: #00a9bf;
    margin-bottom: 2px;
    margin-top: 2px;
}
#behance a:hover{
    color: #ff7b91;
    background-color: bisque;
    text-decoration: underline;
    font-style: italic;
}

.foto img{
    box-sizing: border-box;
    margin:auto;
    max-width: 100%;

}

/* INTEGRANTES */
.integrantevm34 a{
    color: #F3F3FC;
    background-color: #ff7b91;
    border-radius: 100px;
    padding: 10px 10px;
    display: flex;
    margin: 0.58rem 3rem;
    padding: 5px;;
    justify-content: center;
}

.integrantevm34 a:hover{
    color: black;
    background-color: #00a9bf;
    text-decoration: underline;
    font-weight: 700;
    transition: 0ms;
}

.integrantevm34 h2{
    font-variant: small-caps;
    margin: 0px 4px;
    padding: 0.25rem;
    text-align: center;
    margin: 0px 45px;
    color: #ff7b91;


}

/* BOCETO */
.boceto a{
    color: #F3F3FC;
    background-color:#ff7b91 ;
    border-radius: 100px;
    display: block;
    margin-bottom: 1px;
    padding: 5px;
    text-align: center;
    margin: 30px;
}

.boceto a:hover{
    color: black;
    background-color: #00a9bf;
    text-decoration: underline;
    font-weight: 700;
    
}

#A2{
    color: #F3F3FC;
    background-color: #ff7b91;
    border-radius: 50px;
    margin-right: 3px;
    margin-left: 3px;
    display: inline-block;
    margin-bottom: 0px;
    padding: 1px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;
}

/* IMAGENES */
img{
    max-width: 80%;
    justify-content: center;
}

#fotoplan img{
    margin: auto;
    padding: 10px;
}

.ubaaaa{
    filter: invert(100%);
    max-width: 100px;
}

.dgpcccccc{
    filter: invert(100%);
    max-width: 100px;
}

.faduuu{
    max-width: 100px;
}