
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@700&family=Inter:wght@400;500&display=swap');

/* ======================================== CHIARA AGREGADOS =================================== */

.titulo {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 550;
    font-size: 35px;
    font-family: "Staatliches", sans-serif;
}

/* ======================================== GENERAL =================================== */
* {
    color: #171222;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    margin: 0;
    list-style: none;
}


a {
    color: #000000;

}


h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #000000;
}

h2 {
    margin-top: 5%;
    margin-bottom: 30px;
    font-size: 20px;
}

p {
    max-width: 69ch;
    text-align: left;
    margin-bottom: 10px;
}

.p2 {
     font-family: 'Inter', sans-serif;
     font-size: 17
    px;
     text-align: center;
}



footer p {
    padding: 2rem;
    max-width: 100%;
    text-align: center;
}

span {
    font-weight: 600;
}

@media (max-width: 500px) {
    .header {
        flex-direction: column;
        padding: 20px;
        align-items: center;
    }
}

* {
    color: #171222;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    margin: 0;
    list-style: none;
    padding: 0;
}

header {

    position: fixed;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem;
    background-color: #9266ff;

}

header img {
    width: 61px;
    height: auto;
}

header nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
    padding: 0;
    margin: 0;
    font-weight: 100;
    background-color: #9266ff;
}

main {
    display: block;
    padding: 0;
    background-color: #ffffff;
    
}

.datos-academicos img {
    max-height: 60px;
    width: auto;
}


.datos-academicos-cont {
    margin-bottom: 30px;
}

.nuestro-equipo img {
    max-width: 250px;
    height: auto;
}



.banner {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.inicio :hover {
    color: #DA4A47;
    transition: .3s;
}

.plan :hover {
    color: #F27C42;
    transition: .3s;
}

.mapa :hover {
    color: #E2B63E;
    transition: .3s;
}

.webapp :hover {
    color: #2EBDEF;
    transition: .3s;
}

.mapa-imagen {
    width: 100%;
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-top: 120px;
}

/* ======================================== ABOUT =================================== */

.linea {
    border-bottom: 3px solid #9266ff;
    margin-bottom: 20px;
    
}

.linea-negra {
     padding-bottom: 5px;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
    
}

.about-container {
    margin: 60px auto;
    padding: 40px 30px;
    border-radius: 20px;
    max-width: 700px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
}

.about-photo {
    width: 350px;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
    border: #9266ff 3px solid;
}

.about-text {
    flex: 1;
    color: #202c45;
    font-family: 'Georgia', serif;
}

.done {
    text-decoration: line-through;
    color: gray;
}

.gif-friends {
    width: 300px;
}

.gif2-friends {
    width: 414px;
}
/* ======================================== ABOUT =================================== */

.nombre {
    max-width: 300px;
    margin-bottom: 10px;
}

.cursada {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, auto));
    gap: 1rem;
    justify-content: start;
}


/* .materias {

    border: 1.5px solid #ff2f0f;
    padding: 15px;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px 40px;
    background-color: #ff2f0f18;
} */

.materias {
    background-color: #9166ff23;
    border: 1.5px solid #9266ff;
    padding: 15px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px 40px;
    max-width: fit-content;
    max-height: fit-content;
    justify-content: center;
}

.mascotas-contenedor {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* dos columnas iguales */
    gap: 20px;
    justify-items: center;
    align-items: start;
    margin-bottom: 20px;
   
}

.datos-fondo {
    background-color: #ff9025;
    padding: 30px;
}

.materias h3 {
    background-color: #9266ff;
    color: #F2E2DF;
    padding: 10px;
    margin: -15px -15px 15px -15px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.historial-academico {
  margin: 2rem 0 1rem;
  color: rgb(64, 115, 1);
  font-size: 1.6rem;
  display: grid;
  grid-template-columns: auto;
}


.materias ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    color: #000000;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    unicode-bidi: isolate;
}

li {
    display: list-item;
    unicode-bidi: isolate;
}

.mascotas {
    height: 120px;
    width: 120px;
}

footer {
    background-color: #000000;
}

.footer-text {
    color: white;
    font-size: 12px;
}

.contenedora-grid {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    gap: 10px;
}

article {
    background-color: #9166ff28;
    border: 1.5px solid #9266ff;
    padding: 15px;
    gap: 20px 40px;
    margin-bottom: 20px;
}

.proto {
    width: 100px;
    height: auto;
}












