/** Importo tipo Montserrat **/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Ubuntu:wght@300;400;500;700&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  background-color: white;
  margin: 0 auto;
}

header {
  font-size: 14px;
  text-align: right;
  border-bottom: 0.065rem solid #5e5343;
  display: flex;
  margin: 0 auto;
  align-items: end;
  height: 13vh;
}

.seccion-inicio {
  display: flex;
  width: 100%;
  height: 87vh;
}

/** navegacion **/
.boton-catedra {
  color:#5e5343;
  text-align: left;
  margin: 0 5% 1.5em;
  margin-bottom: 2.5%;
}

.boton-ocampo {
  font-weight: 700;
  color: #5e5343;
}

ul {
  margin: 0 0 1.5em;
}

li {
  list-style-type: none;
  display: inline-block;
  padding: 0 0 0 8vw;
}

nav {
  width: 100%;
  padding: 0 5% 0 0;
}

a {
  text-decoration: none;
}

ul a {
  color: #5e5343;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.8px;
}

.navegacion-principal {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0.5rem;
  background-color: #ffffff00;
  backdrop-filter: blur(12px);
  z-index: 2000;
  font-weight: 600;
}

.navegacion-principal ul {
  padding-left: 0;
  font-size: 0.75rem;
  margin: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5%;
  gap: 3rem;
  position: relative;
}


.navegacion-principal ul.menu-vertical {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  background-color: #ffffff;
  width: 7.5rem;
  padding: 0.25rem 1rem;
  top: 3rem;
  border: 1px solid #5e5343;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.navegacion-principal ul li {
  list-style-type: none;
  padding: 1rem 0.25rem;
}

.navegacion-principal ul li:hover ul.menu-vertical {
  opacity: 100;
  visibility: visible;
}

/** fin navegacion **/

.foto-lara {
  width: 40vw;
  float: right;
  margin-left: 20px;
  /**display: flex;
  justify-content: center;
  align-items: center;**/
}

.texto-inicio {
  width: 50vw;
  padding-top: 22vh;
  padding-right: 5%;
}

.texto-inicio h1 {
  margin: 0;
  color: #5e5343;
  font-family: Ubuntu;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.6px;
}

.texto-inicio h2 {
  color: #5e5343;
  text-align: center;
  font-family: Ubuntu;
  font-size: 28px;
  font-weight: 400;
}

.texto-inicio h3 {
  color: #5e5343;
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 4.8px;
}

p {
  color: #5e5343;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.texto-medium {
  font-weight: 600;
}

.alumno_imagen {
  margin-top: 8%;
  margin-left: 9%;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  position: absolute;
  border: solid 0.1em #5e5343;
}

.alumno_imagen img {
  width: 100%;
  flex: content;
}

a {
  text-decoration: none;
}

.texto-estudiante {
  letter-spacing: 1px;
  text-align: start;
  margin-top: 14%;
  font-size: 20px;
  font-weight: 400;
  color: #5e5343;
}

.texto-estudiante span {
  color: #5e5343;
  font-weight: 700;
}

.carrousell-foja {
  width: 320%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 0.1rem;
  background-color:#efe9e4;
}
.seccion-foja-academica {
  background-color: #efe9e4;
}

.seccion-foja-academica h1,
.seccion-integrantes h1 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 2.88px;
  color: #5e5343;
  padding-left: 10vw;
  margin-top: 0;
  padding-top: 4vw;

}

.seccion-foja-academica h1 {
  padding-bottom: 1rem;
  border-bottom: 0.065rem solid #5e5343;
}


.linea-anios {
  width: 70px;
  border: 3px solid #5e5343;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.seccion-foja-academica h2 {
  width: 200px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  color: #5e5343;
}

.seccion-foja-academica article {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 5vh;
  padding: 0;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.seccion-foja-academica article section {
  padding-bottom: 3rem;
}

.seccion-foja-academica article section ol li {
  color: #5e5343;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  padding-left: 0;
  letter-spacing: 0.6px;
}

.seccion-foja-academica article section ol {
  padding: 0;
  margin: 0;
  display: grid;
}

.texto-bold {
  font-weight: 700;
  color: #5e5343;
}

.seccion-integrantes article {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 5vh;
  padding: 0;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-bottom: 5rem;
}

.seccion-integrantes article figure {
  display: grid;
  padding: 0;
  margin: 0;
  width: 16rem;
}

.seccion-integrantes article figcaption {

  background-color: white;
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.seccion-integrantes article figure img {
  width: 16rem;
}

figcaption h2 {
  margin: 0;
  color: #5e5343;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}

figcaption h3 {
  margin: 0;
  color: #5e5343;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}

figcaption p {
  margin: 0;
  color: #5e5343;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.datos-integrantes {
  height: 11rem;
}

.boton-ver-mas {
  text-align: right;
  border: 0;
  margin-bottom: 1.5rem;
}

.boton-ver-mas a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #5e5343;
}

.boton-ver-mas a:hover {
  color: #5e5343;
}

.seccion-datos-dgpc article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 5vh;
  padding: 0;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-bottom: 5rem;
}

.seccion-datos-dgpc article ol li {
  color: #5e5343;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  padding-left: 0;
  letter-spacing: 0.6px;
  display: block;
}

.seccion-datos-dgpc article ol {
  padding: 0;
  margin: 0;
}

.texto-bold-inst {
  font-weight: 700;
  color: #5e5343;
  letter-spacing: 2px;
}

.texto-blanco {
  color: #5e5343;
  text-transform: uppercase;
}

.carrousell {
  width: 200%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 0.5rem;
  background-color: #efe9e4
}

.elemento {
  flex: 1 0 auto;
  margin: 0.5rem;
  width: 24rem;
}

.carrousell img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}

footer {
  background-color: #efe9e4;
}

footer p {
  color: #5e5343;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 2rem 4rem 2rem 4rem;
  margin: 0;
}

@media screen and (max-width: 60rem){
  html {
    scroll-behavior: auto;
  }

  body{
    display: flex; justify-content: space-between;
    flex-direction: column; 
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 05;
    margin-top: 0%;
  }

  .navegacion-principal ul {
    padding-left: 0;
    font-size: 0.75rem;
    margin: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5%;
    margin-left: 4%;
    margin-right: 4%;
    gap: 0.5rem;
    position: relative;
  }

  .navegacion-principal ul.menu-vertical {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    background-color: #ffffff;
    width: 7.5rem;
    padding: 0.25rem 1rem;
    top: 3rem;
    border: 1px solid #5e5343;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .seccion-integrantes article {
    grid-template-columns: 1fr;
  }

  .seccion-integrantes article figure {
    padding-bottom: 2rem;
  }

  .seccion-foja-academica article {
  .carousel-foja{
      overflow: scroll;
      width: 100%;
  }
  }

  .seccion-datos-dgpc article {
    grid-template-columns: 1fr;
  }

  .alumno_imagen {
    position: static;
    width: 12rem;
    height: 12rem;
  }

  .seccion-inicio {
    height: auto;
    display: grid;
  }

  .texto-inicio {
    padding-left: 2rem;
    padding-right: 2rem;
    width: auto;
    padding-bottom: 2rem;
    padding-top: 1rem;
  }

  .foto-lara {
    padding-left: 0;
    width: auto;
    justify-content: center;
    align-items: initial;
    margin-top: 3rem;
    margin-left: 28.5%;
  }

  header {
    font-size: 0.75rem;
    padding-top: 1rem;
    display: grid;
    height: auto;
  }

  nav {
    width: auto;
    padding: 0;
  }
  .texto-inicio p{
    text-align: center;
  }

  .boton-catedra {
    text-align: center;
  }

  .seccion-datos-dgpc article ol {
    padding-bottom: 1rem;
  }

  footer p {
    padding: 2rem;
  }

  .seccion-foja-academica h1,
  .seccion-integrantes h1 {
    padding-top: 4rem;
    font-size: 2rem;
    padding-right: 10vw;
  }
  .seccion-integrantes h1{
    padding-bottom: 1rem;
  }

  ul {
    margin: 0.6rem 1.5rem;
    padding: 0;
  }

  nav ul li {
    display: inline-grid;
    padding: 0.4rem 0.8rem;
  }

  .boton-catedra {
    margin: 0 5% 0.2rem;
  }

  .texto-inicio h1 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: center;
    line-height: 3rem;
  }
  .seccion-foja-academica article section {
    padding-bottom: 2rem;
  }
  .seccion-integrantes article figure img {
    width: 85%;
  }

  .seccion-integrantes article figure {
    width: auto;
  }

  .texto-inicio h3 {
    margin: 0.5rem;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    text-align: center;
  }

  .carrousell {
    overflow: scroll;
    width: 100%;
  }

  nav {
    text-align: center;
    display: inline
  }
}