/* GENERAL */

* {
  box-sizing: border-box;
 }
body {
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #fafafa;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-family: Montserrat, Helvetica, sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 1.875rem;
}
h3 {
  font-family: Montserrat, Helvetica, sans-serif;
  font-weight: 800;
  text-align: center;
  font-size: 2.5rem;
}
p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
}
.contenedor {
  width: min(75rem, clamp(100vw - 40px, 100vw - 20vw, 100vw - 400px));
  margin-inline: auto;
}
ul,ol {
    list-style: none;
    padding: 0;
  }

/* Header */

header {
  background: #000000;
  padding-block: 1rem;
  position: sticky;
  top: 0;
  z-index: 1000;
}

header .contenedor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  height: 2.2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

header .logo img {
  height: 100%;
  width: auto;
  display: block;
}

header nav a {
  display: inline-block;
  width: fit-content;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding-block: 1rem;
  padding-inline: 1rem;
  transition: all 0.3s ease;
}

nav a:hover {
  color: #000;
  background-color: #fff;  
}

header nav ul {
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

section {
  padding: 4rem 0 0 0;
}

/* ---------- Botones ---------- */
.botonbehance{
  padding: 10px 25px;
  margin-right: 10px;
  display:inline-flex;
  align-items:center;
  border-radius:1000px;
  text-decoration:none;
  font-weight:500;
  color:#000; 
  background:linear-gradient(90deg,#ffd2bf,#f5a2ff,#9fd8ff);
}
.Botones{
  align-items: center;
  
}
.Botones :hover{
  transition: 0.3s;
  background: #000;
  color:#fff;
}
.behanceimg{
  align-items: center;
  max-height: 30px;
}
.instagramimg{
  max-height: 20px;
}
.botoninstagram{
  width:44px;
  height:44px;
  display:inline-grid;
  place-items:center;
  border:2px solid #000000;
  border-radius:50%;
  background:#fff;
}

/* Banner */

.contenedor-banner {
  width: min(75rem, clamp(100vw - 40px, 100vw - 20vw, 100vw - 400px));
  border: 2px solid #000;
  border-radius:20px 20px 0px 0px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(22em, 100%), 1fr));
  justify-items: left;
  padding: 3rem;
  align-items: center;
  gap: 3rem;
}
.bannerh2 {
  font-size: 2.5rem;
  font-weight: 300;
  text-align: left;
}
.imagen-banner{
  display: inline-block;
  max-width: 25rem;
  height: auto;
  border-radius: 0px 0px 0px 200px;
}

.tiutlo-principal{
  font-size: 4.375rem;
  line-height:.95; 
  font-weight:900; 
}
.tiutlo-principal .chip{
  background:#000; 
  color:#fff; 
  display:inline-block
}

/* PANELES */

.paneles{
  padding: 0;
  margin-top: 0rem;
}

.paneles .contenedor {
  background-color: #000;
  width: min(75rem, clamp(100vw - 40px, 100vw - 20vw, 100vw - 400px));
  border: 1px solid #000;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(22em, 100%), 1fr));
  justify-items: stretch;
  align-items: center;
}

.columna-panel{
  background:#fff;
  border:1px solid #000;
  border-radius:20px;
  padding:24px;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  justify-content:center;
  height: clamp(340px, 228vw, 380px);
  overflow:hidden;            
}

.fondopanel{
  background-image:url("../imagen/Letrafacherita.jpg");
  background-size:cover;
  background-position:center;
}

.C1comillas{
  font-family: 'Times New Roman';
  font-weight: bold;
  text-align: right;
  font-size: 1.875rem;
}
.C1titulo{
  font-family:'arial';
  font-weight: 800;
  font-size: 1.25rem;
}

/* Resumen */

.tituloResumen {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.resumen h3 {
  margin: 2rem 0;
  padding: 1rem;
  background-color: #000;
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #ffffff;
}
.resumen ul {
  padding-left: 1.5rem;
}
.resumen ul li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #444;
  list-style:square;
}



/* Equipo */ 

.integrantes{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(22em, 100%), 1fr));
  gap: .5em;
  justify-items: center;
  align-items: center;
}

.integrantes img {
  width: 20rem;
  height: 30rem;
  object-fit: cover;
}

.linktegrantes{
  text-align: center;
  text-decoration: none;
  color: black;
  transition: all 0.3s ease;
  padding: .5rem;
}

.linktegrantes:hover {
  color: #ffffff;
  background-color: #000000;  
}


/* Datos academicos */ 

.datosacademicos{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(22em, 100%), 1fr));
  gap: 2rem;
}

.datoacade {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: center;
  justify-content: center;
  border: #000000 2px solid;
  border-radius: 2rem;
  padding: 1.5rem;
}

.datoacade h4,p {
 text-align: left;
}


.datosacademicos img {
  width: auto;
  height: 4rem;
  object-fit: cover;
}
footer {
  background-color: #000;
  color: #fff;
  padding: 1rem 0;
  margin-top: 2rem;
  font-size: .875rem;
  text-align: center;
}
.footerp {
  text-align: center;
}