@charset "utf-8";

@font-face {
  font-family: "Oswald";
  src: url("../3/fuentes/oswald/Oswald-400-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Oswald";
  src: url("../3/fuentes/oswald/Oswald-600-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Open Sans";
  src: url("../3/fuentes/open sans/OpenSans-600-SemiBold.ttf");
  format: ("truetype");
  font-style: 600;
}

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

html {
  scroll-behavior: smooth;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../Imagenes/header.jpg);
  padding-block: 0.3em;
}

header>a {
  display: none;
}

#menu li a:hover {
  color: #4b74e1;
  transition: color 0.5s;
}

#menu li a:active {
  opacity: 50%;
  transition: 0.25s;
}

#menu:nth-child(1) {
  grid-area: hd1;
}

#menu:nth-child(2) {
  grid-area: hd2;
}

#menu:nth-child(3) {
  grid-area: hd3;
}

#menu:nth-child(4) {
  grid-area: hd4;
}

#menu:nth-child(5) {
  grid-area: hd5;
}

#menu a,
#menu a img {
  height: 2.4rem;
  margin-inline: auto;
}

#menu {
  width: 100%;
  margin-block: .7rem;
}

#menu a {
  max-height: 3.9919rem;
}

#integrantes {
  display: flex;
  gap: 0.75em;
}

#menu li a {
  font-family: "Oswald";
  color: white;
  font-weight: 300;
  font-size: 1.5em;
}

#btn-menu {
  display: none;
}

header label {
  display: none;
  width: 2rem;
  height: 2rem;
}

#iconoMenu line {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 20px;
}

#iconoMenu:hover {
  cursor: pointer;
  opacity: 60%;
  transition: .5s;
}

#iconoMenu:active {
  opacity: 30%;
  transition: .5s;
}

.alignDerecha {
  text-align: right;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}

.margen {
  width: min(60rem, 100%);
  padding-inline: 4rem;
}

.contenedor {
  display: flex;
  justify-content: space-between;
  gap: 1.2em;
}

.wrap {
  flex-wrap: wrap;
}

#datosEquipo {
  flex-direction: column;
}

#equipoJT12 li {
  max-width: 14.5em;
  margin-block-end: 4em;
}

.subtitulo {
  display: flex;
  align-items: center;
  gap: 0.75em;
  margin-block-start: 1em;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

body {
  background-image: url(../Imagenes/fondo.jpg);
  display: grid;
  align-items: space-between;
  min-height: 100vh;
}

p {
  font-family: "Open Sans";
  font-size: 0.855em;
}

h2,
h3,
h4,
h5 {
  font-family: "Oswald";
  color: rgb(187, 45, 45);
}

h2 {
  font-weight: 600;
  font-size: 3em;
  line-height: 1em;
  letter-spacing: 0.025em;
}

h3 {
  font-weight: 400;
  font-size: 2em;
}

.rotuloIntegrantes {
  margin-top: .3em;
}

.rotuloIntegrantes h4 {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.1em;
  margin-top: 0.1em
}

.verRotulo {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.flechaDerecha {
  width: 0.6em;
}

.colorN {
  color: black;
}

.colorG {
  color: #999999;
}

h5.colorA {
  color: rgb(187, 45, 45);
  ;
}

footer {
  background-image: url(../Imagenes/footer.jpg);
  color: white;
  display: flex;
  place-content: center;
}

footer p {
  margin-block: 2em;
}

.menu2 {
  line-height: 3em;
  display: flex;
  align-items: center;
}

ul li {
  display: inline-block;
  margin: 0 1em;
}

.menu2 li a {
  color: white;
  padding: 7px;
  border-radius: 5px;
  font-family: "Oswald";
}

.menu2 li a:hover {
  background-color: rgb(187, 45, 45);
}

h1 {
  font-family: "Oswald";
  margin-top: 1em;
  color: rgb(187, 45, 45);
}

.imgarq {
  width: 80%;
  margin-block: 2em;
}

.imgarq2 {
  opacity: 0;
  width: 2px;
}

.imgarq3 {
  width: 80%;
}

.imgarq4{
  width: 80%;
}

.contenedora{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 1em;
}

.mapa h3{
  text-align: center;
  margin-block-start: 1.5em;
}

.lista{
  display: grid;
  grid-template-columns: auto;
  justify-items: center;
}

.estructura{
  display:flex;
  margin-block-end: 6em;
}

.lista li{
  font-family: "Roboto";
  font-size: large;
  line-height: 1.6em;
}

.contenedora h4{
  margin-block-end: 1em;
}

.linearecta{
  width: 75%;
  max-height: 2em;
  margin-block-start: -1em;
  }

  .lineah{
    width: 12%;
    margin-block-start: -1em
  }

  .linea2{
    width: 5%

  }








@media only screen and (max-width : 960px) {
  section.reduc {
    margin-block: 1em 2em;
    transition: .5s;
  }

  #equipoJT12 {
    justify-content: center;
    gap: 3.8em;
  }
}


@media only screen and (max-width : 750px) {
  .margen {
    padding-inline: 2rem;
    transition: .5s;
  }

  .menu2 {
    line-height: 3em;
    display: flex;
    align-items: center;
  }

  @media only screen and (max-width : 500px) {
    .subtitulo {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      transition: .5s;
    }

    #equipoJT12 li h2 {
      font-size: 3.1rem;
    }

    #equipoJT12 li div {
      gap: .5rem;
    }

    .menu2 {
      line-height: 1.5em;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      padding-block: 1em;
    }

    .imgarq {
      opacity: 0;
      width: 1px;
    }

    .imgarq2 {
      opacity: 100%;
      width: 80%;
      margin-block: 2em;
    }

    .imgarq3{
      opacity: 0;
      width: 1px;
    }

    .imgarq4{
      opacity: 0;
      width: 1px;
    }

    .estructura{
      display: flex;
      flex-direction: column;
    }

    .contenedora h4{
      margin-block-start:5em;
    }

    h1{
      text-align: center;
    }

    .lineah{
      width: 1%;
    }
    .linearecta{
      width: 1%;
    }

    .linea2{
      width: 1%;
    }

  }