@import url('https://fonts.googleapis.com/css2?family=Climate+Crisis&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow: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');


*{
  margin: 0;
  padding: 0;
}
html {
        height: 100%;
}

body{
    background-color: rgb(228, 228, 228);
    font-family: "Roboto", sans-serif;
    min-height: 100vh; 
    display: flex; 
    flex-direction: column; 
    margin: 0; 
}

.menu ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;

}


.bt-plan {
  background-color:#335acf;
  border-radius: 0.5rem;
}

.bt-app {
  background-color:#335acf;
  border-radius: 0.5rem;
}

.bt-mapa {
  background-color:#335acf;
  border-radius: 0.5rem;
}
.menu ul li a {
  display: block;
  color: white; 
  text-align: center;
  padding: 14px 20px;
  text-decoration: none; 
  transition: background-color 0.3s; 
  border-radius: 0.5rem;
}

.menu ul li a:hover {
  background-color:#335acf;
  border-radius: 0.5rem;
}

.title-plan {
  text-align: center;
  margin-top: 2rem;
}

.title-plan h2 {
  color: #335acf;
}
 header h1 {
  text-align: center;
  margin: 2rem 0 0 0;
  font-weight: black;
  font-size: 45px;
  color:#335acf;
}

.integrantes {
  display: flex;
  gap: 35px;
  justify-content: center;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.integrantes img {
  width: 250px;
  border-radius: 1rem 1rem 0 0;

}

.integrantes figure {
  margin-top: 1rem;
  width: 250px;
  height: 350px;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0px 10px 10px #0000000e;
}

a {
  text-decoration: none;
}

.integrantes figure h1 {
  text-align:  center;
  color:#333;
  font-weight: 900;
  margin-top: 0.5rem;
}

.integrantes figure p {
  margin-top: 0.5rem;
  text-align: center;
  color: #335acf;
  font-weight: 500;
  font-style: oblique;
}


.datos {
  width: 1255px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  margin-bottom: 1rem;
  display: flex;
  gap: 25px;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0px 10px 10px #0000000e;
}

.datos h4 {
  color: #335acf;
}


.uba {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
  align-content: center;
}

.uba h4 {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.uba p {
   margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.fadu {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
  align-content: center;
}

.fadu h4 {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.fadu p {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.catedra {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
  align-content: center;
}

.catedra h4 {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
} 

.catedra p {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}


.equipo {
  text-align: center;
  margin-top: 1rem;
}

.equipo h4 {
  margin-bottom: 0.2rem;
}

.equipo p {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.equipo h4 {
  color: #335acf;
}

footer {
  margin-top: auto;
  background-color: rgb(255, 255, 255);
  padding: 10px 0;
  border-radius: 0.5rem;
  text-align: center;
}

footer p{
    padding: 1rem 1rem 1rem 1rem;
    margin: auto;
    font-weight: 100;
    font-style: italic;
    font-size: 0.8rem;
}

.presentacion {
position: relative;
width: 100%;
height: 100%;
padding-top: 56.2500%;
padding-bottom: 0;
box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16);
margin-top: 1.5rem;
margin-bottom: 1rem;
margin-left: 20rem;
margin-right: 20rem;
overflow: hidden;
border-radius: 8px;
will-change: transform;
}

.cont-figma{
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.figma {
  width: 402px;
  height: 800px;
  border-radius: 1rem;
}

.in-plan {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border: none;
padding: 0;
}

.plan {
  width: 70%;
  height: 70%;
}

.cont-mapa {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}








/* --- Base  --- */
html {
    font-size: 62.5%; 
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}


:root {
    --color-fondo: rgb(228, 228, 228);
    --color-borde: #000000; 
    --color-texto: #000000;
    --color-hover-fondo: #335acf;
    --color-hover-resaltado: rgb(228, 228, 228);
    --grosor-borde: 0.1rem;
    --padding-vertical: 1.5rem; 
}


/* * 1. Estilos del NAV Principal */

.main-nav-full-width {
    width: 100%; 
    display: flex;
    justify-content: space-between; 
    align-items: center;
    position: relative;
    background-color: var(--color-fondo);
    padding: 0; 
    margin: 0; 
    border-top: var(--grosor-borde) solid var(--color-borde); 
    border-bottom: var(--grosor-borde) solid var(--color-borde);
}


.main-nav-full-width::after {
    content: "";
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    width: 0;
    height: 3rem;
    border-left: var(--grosor-borde) solid var(--color-borde);
    
    z-index: 10;}


.nav-left-section {
    display: flex;
    align-items: center;
    height: 100%;}

/* * 3. Estilos del Logo 
 */

.nav-logo-full {
    padding: var(--padding-vertical) 0;
    padding-left: 3rem; 
    font-size: 2rem; 
    font-weight: bold;
    color: var(--color-hover-resaltado);
    padding-right: 2rem;
    border-right: var(--grosor-borde) solid var(--color-borde);
    height: 3rem;
    display: flex;
    align-items: center; }

.nav-logo-full a {
    text-decoration: none;
    color: inherit;}


.logo-image {
    height: 2rem;
    width: auto; 
    display: block;}

/* ----------------------------------------- */

.nav-list-full {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;  
    list-style: none; 
    display: flex; 
    align-items: center; 
    margin-left: auto; 
    height: 100%;}

.nav-item-full {
    display: flex;
    align-items: center;}

.right-group-item {
    border-right: none; }

.nav-link-full {
    display: block; 
    font-size: 1.6rem; 
    text-decoration: none; 
    color: var(--color-texto);
    padding: var(--padding-vertical) 2rem; 
    height: 100%;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease; 
    white-space: nowrap;}

.nav-link-equipo {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal; 
    padding: var(--padding-vertical) 2rem;
    
    padding-right: 3rem;
    padding-left: 3rem;
    
    text-decoration: none; 
    color: var(--color-texto);
    font-size: 1.6rem;
    display: block;
    height: 100%;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;}

.nav-link-full:hover, .nav-link-equipo:hover {
    background-color: var(--color-hover-fondo); 
    color: var(--color-hover-resaltado); 
    box-shadow: inset 1 -0.3rem 0 0 var(--color-hover-resaltado);}

.logo-ubifadu {
width: 50rem;
height: auto;
position: relative;
top: 130px;
left: 285px;
}

.celu-ubifadu {
width: 90rem;
height: auto;
position: relative;
top: -90px;
left: 720px;}

.texto-descripcion {width: 70rem;
height: auto;
position: relative;
top: 110px;
left: 293px;
font-size: 11px;}

.linea1{width: 100rem;
height: auto;
position: relative;
top: 100px;
left: 293px;
font-size: 40px;}

.punto1 {width: 10px;
height: 10px;
position: relative;
top: -430px;
left: 289px;
font-size: 70px;}

