@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body{background: #ffffff; font-family:Arial, Helvetica, sans-serif; text-align:center;}


/* perfil yo */
h1{color:#ec98b8; font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem; 
  }
p{ font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;}


    
.imagencircular {

        width: 250px;
        height: 250px;
    
    border-radius: 50%; /* Esto hace que la imagen sea circular */
        object-fit: cover; 
        margin: 80px;
}

/* menu de arriba                                              */
.navegador {
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem; 
    display: flex;
    justify-content: center; /* Centra los elementos */
    width: 60rem;
    margin: auto;
    padding: 10px;
    background-color: #ec98b8 ; /* Fondo ligero */
    border-radius: 8px; /* Bordes redondeados */
}

.navegador ul {
    list-style: none; /* Quita los puntos de la lista */
    padding: 0;
    margin: 0;
    display: flex; 
}

.navegador li {
    margin: 0 15px; 
}

.navegador a {
    text-decoration: none; 
    color:#ffffff ; 
    background-color: transparent;
}

/* materias*/  
h5{ background-color: #ec98b8; width: 60rem;
    margin: auto;
    padding: 20px; /* Aumentado de 10px a 20px */
    background-color: #ec98b8 ;
    color:#ffffff;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal}

h2{color:#ec98b8}
.anchopagina {
    display:flex;
    width: 60rem;
    margin: auto;
    
}
.columna-1 {width: 30%;}
.columna-2 {width: 30%;}
.columna-3 {width: 30%;}
.columna-4 {width: 30%;}


/* info de vn16-fadu uba - etc */
h4 {font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal }
section { 
    grid-column: auto;

}


/* menu principal */
ul {
    padding: 0;
}

li {
    list-style: none 
}

a {
    text-decoration: none;
    font-size: 0.8rem;
    background-color: #ffffff; 
    width:10rem;
    height: 1.4rem;
}
nav {color:#ec98b8 }
footer{ font-size: 12px

}

h3{ background-color: #ec98b8; width: 60rem;
    margin: auto;
    padding: 20px; /* Aumentado de 10px a 20px */
    background-color: #ec98b8 ;
    color:#ffffff;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal}

    nav {
        margin: 20px 0; /* Espacio arriba y abajo */
        padding: 10px; /* Espacio interno */
        background-color: #f8f9fa; /* Fondo ligero */
        border-radius: 8px; /* Bordes redondeados */
    }
    
    nav ul {
        list-style: none; /* Quitar los puntos de la lista */
        padding: 0; /* Quitar el padding */
        margin: 0; /* Quitar el margin */
    }
    
    nav li {
        margin: 10px 0; /* Espacio entre los elementos de la lista */
    }
    
    nav a {
        text-decoration: none; /* Quitar subrayado */
        color: #333; /* Color del texto */
        font-size: 1.2rem; /* Aumentar tamaño de la fuente */
        transition: color 0.3s;} /* Transición suave para el hover */