@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Quicksand:wght@600&family=Roboto:wght@500&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
}

footer {
  padding: 1rem;
  background-color: rgba(133, 227, 227, 1) 100%;
}

.app {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(133, 227, 227, 1) 100%
  );
}
.app header {
  background: #1e6262;
}
.app header nav a {
  color: #ffffff;
  text-decoration: none;
  padding: 1rem;
}
.app section .seccion-descarga {
  height: 100vh;
}
.seccion-descripcion {
  height: 410vh;
}
.seccion-otros {
  height: 50vh;
}

.seccion-descarga {
  /*display: flex;*/
  text-align: center;
  padding: 1rem;
}

.pantallatriple {
  display: none;
}

.idnaranja {
  justify-content: center;
  width: 35%; /*height: 35%;*/
}

.primerdescripcion {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 1rem;
  width: 200px;
  margin: auto;
}

.enuna {
  font-family: "Archivo Black", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 1rem;
} /*font-size: 30px;line-height: 32px;}*/

.calendariocredencial {
  justify-content: center;
  width: 100%; /*height: 10%;*/
}

.segundadescripcion {
  font-family: "Archivo Black", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 32px;
  transform: rotate(-8deg);
  padding: 1rem;
}

.caradura {
  justify-content: center;
  width: 30%;
  padding: 1rem;
}

.faduid {
  font-family: "Archivo Black", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 38px;
  padding: 1rem;
}

.descargalaen {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 21px;
}

.botonesdescarga {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-around;
  align-items: center;
}

.botonesdescarga .botongoogle {
  width: 35%;
}

.botonesdescarga .botonapple {
  width: 35%;
}

.seccion-descripcion {
  text-align: center;
  padding: 1rem;
}
.organizaplancursada {
  justify-content: center;
  width: 110%;
}

.almanaque {
  justify-content: center;
  align-items: baseline;
  width: 22%;
}

.terceradescripcion {
  color: #000000;
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-align: center; /*text-decoration-line: underline;color: #ff6600;*/
}

.credencial {
  justify-content: center;
  width: 100%;
}

.archivo {
  justify-content: center;
  align-items: baseline;
  width: 15%;
}

.cuartadescripcion {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  padding: 1rem;
}

.tuhistorialacademico {
  justify-content: center;
  width: 100%;
}

.tarjeta {
  justify-content: center;
  align-items: baseline;
  width: 22%;
}

.quintadescripcion {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  padding: 1rem;
}

.consultadoble {
  justify-content: center;
  width: 100%;
}

.signodepregunta {
  justify-content: center;
  width: 65%;
}

.sextadescripcion {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  padding: 1rem;
}

.seccion-otros {
  text-align: center;
  padding: 1rem;
}

.guiño {
  justify-content: center;
  width: 200px;
}

.septimadescripcion {
  font-family: "Archivo Black", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 32px;
  transform: rotate(-8deg);
  padding: 1rem;
}

.enroqueotro {
  display: none;
}
.enroqueotro.mobile {
  display: block;
}
.enroqueotro.mobile .segundadescripcion {
  font-size: 25px;
}

/* version grande */
@media (min-width: 576px) {
  /*minuto 27 explica como hacer la landing en version desktop*/
  header {
    text-align: center;
  }

  footer br {
    display: none;
  }

  h1.primerdescripcion {
    width: 330px;
    font-size: 1.3em;
    margin-left: 0;
  }

  .enroqueotro {
    width: 600px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .enroqueotro.mobile {
    display: none;
  }

  .app .seccion-descarga {
    height: 124vh;
  }
  .seccion-descripcion {
    height: 150vh;
  }
  .seccion-otros {
    height: 40vh;
    margin-bottom: 100px;
  }
  .columna-2 {
    display: none;
  }

  section {
    display: flex; /*justify-content: space-around;*/
  }

  .seccion-descarga .columnauno {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 2rem;
    text-align: left;
  }
  .idnaranja {
    margin-left: 200px;
  }
  .descargalaen {
    margin-left: 18px;
    margin-bottom: 28px;
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
  }
  /*.enroque{display: block , flex;
    flex-direction: column-reverse;}*/
  .calendariocredencial {
    display: none;
  }
  .segundadescripcion {
    display: none;
  }
  .caradura {
    display: none;
  }

  .botonesdescarga {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: -15px;
  }
  .segundadescripcion {
    display: block;
  }
  .caradura {
    display: block;
  }
  .columnados .pantallatriple {
    display: block;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
  */ .descripcion .seccion-descripcion {
    display: flex;
  }

  .guiño {
    width: 270px;
  }

  .grupouno {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: -25px;
  }
  .enroqueuno {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .almanaque {
    /*margin-left: 150px;*/
  }
  .organizaplancursada {
    width: 80%;
  }
  .terceradescripcion {
    margin-top: 40px;
    margin-left: -50px;
  }

  .grupodos {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: -80px;
  }
  .enroquedos {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .archivologo {
    width: 48%;
    /*margin-left: 40px;*/
  }
  .credencial {
    width: 120%;
    /*margin-left: -45px;*/
  }
  .cuartadescripcion {
    margin-top: 50px;
    margin-left: -50px;
  }

  .grupotres {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: -80px;
  }
  .enroquetres {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .tarjeta {
    width: 46%;
    /*margin-left: 90px;*/
  }
  .tuhistorialacademico {
    width: 120%;
    margin-top: 5px;
  }
  .quintadescripcion {
    margin-top: 48px;
    margin-left: 50px;
  }

  .grupocuatro {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .enroquecuatro {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .signodepregunta {
    width: 80%;
    /*margin-left: 50px;*/
  }
  .consultadoble {
    width: 90%;
    margin-top: -15px;
    /*margin-left: 20px;*/
  }
  .sextadescripcion {
    margin-top: -40px;
  }

  .seccion-otros {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
