@import url('https://fonts.googleapis.com/css2?family=Lato&family=Poppins:wght@300;600&family=Roboto&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");

.contenedor{
  max-width: 75rem;
}

*{box-sizing: border-box; margin: 0; padding: 0;}

body { 
  background: #202020; 
  font-family: Helvetica; 
  text-align: center
}

header {background: #161616}

nav {height: 40px}

section h1 {color: #cacaca; font-size: 1.4rem;}
section h2 {color: #cacaca; font-size: 1rem;}
section h3 {color: #f8da08; font-size:4rem;}

section h3:hover{
  transform: scale(1.1);
  transition: 0.3s;
}

li {color: #afafaf; list-style: none;line-height: 2rem; margin-top: 1rem; font-weight: bold; font-size: rem;}

li:hover{

  color: #cacaca;
}

footer {
  background: #101010;
  padding: 1.5rem;
  width: 100%;
  bottom: 0;
}


footer p {color: #5a5a5a; font-size: 0.8rem;}

footer a { color: #cacaca; font-size: 0.9rem; line-height: 2rem;}

footer a:hover { color: #f8da08; transition: 0.3s; }

.navbar {
  background-color: #161616;
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0.95;
}


.navbar a{
  float: left;
  display: block;
  color: #cacaca;
  padding: 14px 16px;
  text-decoration: none;
  font-family: Helvetica;
  font-size: 0.95rem;
  color: #cacaca;
}

.navbar a:hover {
  background: #f8da08;
  color: black;
  transition: 0.3s;
  transform: scale(1.2);
  border-radius: 10%;
}

.fede{
  font-family: 'Inter', sans-serif; 
}

.fede img{
  margin-bottom: 10%;
}

.fede img:hover {
	 transform: scale(1.1);
	 transition: 0.3s;
  }

section article p a {color: #5a5a5a;}

.equipo{
    line-height: 1.5rem;
    margin: 5%;
}


.equipo_title {
	color: #f8da08;
  font-family: Inter;
  font-size: 0.95rem;
  margin-top: 10%;
}

.equipo_integrantes{
  font-family: Inter;
  font-size: 0.9rem;
}

.integrantes{
	color: #f8da08;
	font-family: Inter;
	font-weight: bold;
  margin-top: 4%;
  font-size: 0.96rem;
}

 .integrantes a:hover{
    color:#f8da08;
    transition: 0.3s;
    width: 50%;
 }

.integrantes .nums{
font-weight: bolder;
color: #929292;
font-size: 0.9rem;
}

.inicio{
  display: flex;
  justify-content: space-around;
  align-content: space-around;
  margin-top: 3.5%;
  margin-bottom: 3.5%;
}

.columna_izq{
  width: 30%;
  min-height: 14rem;
  background:#262626;
  padding: 5%;
  margin: 2%;
  border-radius: 12px;
  box-shadow: 0.02rem 0.02rem 1rem #191919;
}

.columna_izq:hover{
  transform: scale(1.03);
  transition: 0.3s;
  background: #323232;
}


.n1{
  width: 30%;
  max-width: 21%;
  min-width: 21%;
  background:#323232;
  padding: 5%;
  margin: 2%;
  border-radius: 12px;
  box-shadow: 0.02rem 0.02rem 1rem #191919;
  font-family: inter;
}

.n1:hover{
  transform: scale(1.03);
  transition: 0.3s;
  background: #404040;
}

.n2{
  width: 30%;
  max-width: 21%;
  min-width: 21%;
  background:#323232;
  padding: 5%;
  margin: 2%;
  border-radius: 12px;
  box-shadow: 0.02rem 0.02rem 1rem #191919;
  font-family: inter;
}

.n2:hover{
  transform: scale(1.03);
  transition: 0.3s;
  background: #404040;
}

.n3{
  width: 30%;
  max-width: 21%;
  min-width: 21%;
  background:#323232;
  padding: 5%;
  margin: 2%;
  border-radius: 12px;
  box-shadow: 0.02rem 0.02rem 1rem #191919;
  font-family: inter;
}

.n3:hover{
  transform: scale(1.03);
  transition: 0.3s;
  background: #404040;
}


.modulo2 {
  width: 100%;
  background: #161616;
  font-family: inter;
  padding: 4%
}

.dgpc{
  padding-top: 3%;
}

.modulo2 h3{
  color: #cacaca;
  font-family: inter;
  font-size: 1.1rem;
  padding-bottom: 0.5%;
}

.modulo2 p{
  color: #929292;
  font-family: inter;
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.modulo2:hover{
  transform: scale(1.03);
  transition: 0.3s;
  background: #262626;

}

.uba{
  padding-bottom: 0.5%;
  font-weight: bold;
}
