@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
}

html {
  font-size: 16px;
}

.b {
  border: 1px solid greenyellow;
}

/*----------------------------------------------------------*/
.container {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

main {
  width: 100%;
  height: 100vh;
}

section {
  width: 100%;
  position: relative;
}

.hero {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.hero .main {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #14274E;
}
.hero .main .text {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  overflow: hidden;
  row-gap: 1rem;
}
.hero .main .text .text-content {
  height: auto;
  display: none;
  width: 100%;
  opacity: 0;
  transform: translateY(-100%);
  animation: hideHero 1s ease-in-out forwards;
  align-items: center;
}
.hero .main .text .text-content.active {
  display: grid;
}
.hero .main .text .text-content h1, .hero .main .text .text-content p, .hero .main .text .text-content h4 {
  max-width: 500px;
  margin-bottom: 0.5rem;
  opacity: 0;
  transform: translateY(-100%);
}
.hero .main .text .text-content h4 {
  font-size: 1.5rem;
  font-weight: bold;
  animation: hideHero 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.hero .main .text .text-content h1 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: normal;
  animation: hideHero 1s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.hero .main .text .text-content p {
  font-weight: lighter;
  animation: hideHero 1s 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.hero .main .text .text-content img {
  width: 100%;
}
@keyframes hideHero {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.hero .main .text .text-al {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 3;
  padding-left: 2rem;
}
.hero .main .text .back {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 150%;
  background-image: url("../../../img/home/background/a4.jpg");
  animation: background-ani 30s 1s ease-in-out alternate infinite;
}
.hero .main .text .logo {
  z-index: 2;
  align-self: flex-start;
  background-color: #F1F6F9;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;
  transform: translateY(-100%);
  opacity: 0;
  animation: slide-down 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}
.hero .main .text .logo img {
  width: 100%;
  max-width: 300px;
  transform: translateY(-100%);
  opacity: 0;
  animation: slide-down 1s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
}
.hero .main .text .logo .content {
  width: auto;
  height: 100%;
  transform: translateY(-100%);
  opacity: 0;
  animation: slide-down 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
  overflow: hidden;
  height: 10vh;
}
.hero .main .text .logo .content .c {
  display: flex;
  align-items: flex-start;
  justify-items: flex-start;
  flex-direction: column;
  gap: 1rem;
  animation: infologo 20s ease-in 2s infinite alternate;
}
@keyframes infologo {
  0% {
    transform: translateY(0vh);
  }
  25% {
    transform: translateY(0vh);
  }
  50% {
    transform: translateY(0vh);
  }
  75% {
    transform: translateY(-10vh);
  }
  100% {
    transform: translateY(-20vh);
  }
}
.hero .main .text .logo .e {
  display: flex;
  justify-content: center;
  height: 9vh;
  align-items: center;
  gap: 0.5rem;
  color: #14274E;
  font-size: 100%;
  width: auto;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
}
.hero .main .text .logo .e p {
  font-weight: 300;
  color: #394867;
}
.hero .main .text .logo .e p span {
  font-weight: normal;
  color: #9BA4B4;
}
.hero .main .text .hover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.87) 50%, rgba(255, 255, 255, 0) 100%);
}
.hero .main .display {
  overflow-y: scroll;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 22rem), 1fr));
  gap: 1rem;
  padding: 1rem;
  grid-auto-rows: min(50%, 16rem);
  /* Handle on hover */
}
.hero .main .display #horario {
  grid-row: span 2;
}
.hero .main .display .e {
  position: relative;
  overflow: hidden;
  padding-top: 1.5rem;
  width: 100%;
  height: 100%;
}
.hero .main .display .element {
  height: 100%;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 2rem;
  color: #14274E;
  position: relative;
}
.hero .main .display .element .icons {
  background-color: #fff;
  color: #14274E;
  padding: 0.5rem;
  font-size: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin: 0.5rem;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
.hero .main .display .element .icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #14274E;
}
.hero .main .display .element h1 {
  color: #394867;
  font-size: 1.5rem;
  margin: 0.5rem;
}
.hero .main .display .element .conent {
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  color: #9BA4B4;
  line-height: 1.5rem;
  font-weight: lighter;
}
.hero .main .display .element .conent span {
  color: #394867;
  font-weight: normal;
  margin: 0px 1rem;
}
.hero .main .display .element .conent table {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  text-align: center;
  font-weight: lighter;
}
.hero .main .display .element .conent table th, .hero .main .display .element .conent table td {
  margin: 0;
  padding: 0.5rem;
}
.hero .main .display .element .conent table tr {
  color: #394867;
  background-color: #F1F6F9;
}
.hero .main .display .element .conent table tr:nth-child(even) {
  background-color: #fff;
  color: #14274E;
}
.hero .main .display .element .conent a {
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 1rem;
  color: #14274E;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero .main .display .element .conent a:hover {
  font-weight: bold;
  background-color: #F1F6F9;
}
.hero .main .display #mapa .element {
  color: #9BA4B4;
  background-color: #14274E;
}
.hero .main .display::-webkit-scrollbar {
  width: 9px;
}
.hero .main .display::-webkit-scrollbar-thumb {
  background: #9BA4B4;
  border-radius: 10px;
}
.hero .main .display::-webkit-scrollbar-thumb:hover {
  background: #394867;
}
.hero .main .menu {
  display: none;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateY(100%);
  opacity: 0;
  animation: slide-up 1s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
}
.hero .update {
  align-self: flex-start;
  background-color: #fff;
  width: 100%;
  max-width: 41rem;
  height: 100vh;
  overflow: hidden;
  position: relative;
  padding-top: 1rem;
}
.hero .update .cards {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  transition: 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(0rem, 0rem);
}
.hero .update .cards .card {
  width: 100%;
  max-width: 40rem;
  height: 42rem;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  color: #14274E;
  overflow: hidden9;
}
.hero .update .cards .card .card_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 1rem;
}
.hero .update .cards .card .card_header span {
  background-color: #F1F6F9;
  color: #394867;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.hero .update .cards .card .card_content {
  overflow: hidden;
}
.hero .update .cards .card .card_content p {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.hero .update .cards .card .card_content img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  cursor: pointer;
}
@keyframes update {
  0% {
    transform: translateY(0px);
  }
  11% {
    transform: translateY(0px);
  }
  22% {
    transform: translateY(-300px);
  }
  33% {
    transform: translateY(-300px);
  }
  44% {
    transform: translateY(-600px);
  }
  55% {
    transform: translateY(-600px);
  }
  66% {
    transform: translateY(-900px);
  }
  100% {
    transform: translateY(-900px);
  }
}
.hero .update .control {
  width: 100%;
  height: 2rem;
  background-color: #000;
  opacity: 0;
  position: absolute;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: 0.2s ease-out;
  cursor: pointer;
  font-size: 2rem;
}
.hero .update .control:hover {
  opacity: 0.8;
}
.hero .update .up {
  top: 0;
  left: 0;
}
.hero .update .down {
  bottom: 0;
  left: 0;
}
.hero .menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(100%);
  opacity: 0;
  animation: slide-up 1s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
}
.hero .menu .header {
  position: relative;
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  gap: 2rem;
  padding-left: 2rem;
}
.hero .menu .header a {
  color: #9BA4B4;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  outline: none;
  cursor: pointer;
}
.hero .menu .header a:active {
  color: #394867;
}
.hero .menu .header a.active {
  color: #14274E;
  font-weight: bold;
}
.hero .menu .header a:hover {
  color: #394867;
  transform: translateX(4px);
}
.hero .menu .header .hr-menu {
  position: absolute;
  bottom: 0.5rem;
  left: 2rem;
  border: none;
  height: 2px;
  width: 4.5rem;
  background-color: #14274E;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero .menu .header .hr-menu.active {
  left: 8rem;
  width: 5rem;
}
.hero .menu .content {
  position: relative;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero .menu .content .slide-menu {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(0%);
}
.hero .menu .content .slide-menu .element {
  width: 100%;
  min-width: 100%;
  height: 100%;
  display: grid;
  padding: 1rem;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  gap: 1rem;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 10vw), 1fr));
}
.hero .menu .content .slide-menu .element a {
  background-color: #F1F6F9;
  text-align: center;
  text-decoration: none;
  color: #14274E;
  font-size: 1rem;
  font-weight: bold;
  max-height: 40vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  padding: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero .menu .content .slide-menu .element a:active {
  background-color: #394867;
}
.hero .menu .content .slide-menu .element a:hover span {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0%, 0%);
}
.hero .menu .content .slide-menu .element a:hover .info-cont {
  opacity: 1;
  transform: translateY(0%);
}
.hero .menu .content .slide-menu .element a .info-cont {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  display: none;
  transform: translateY(150%);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  gap: 1rem;
}
.hero .menu .content .slide-menu .element a .info-cont .t {
  display: grid;
  width: 100%;
  height: auto;
  font-weight: 300;
  grid-template-columns: 1fr 1fr;
  text-align: justify;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.hero .menu .content .slide-menu .element a .info-cont .t .col {
  color: #14274E;
  width: 100%;
  height: 100%;
}
.hero .menu .content .slide-menu .element a .info-cont .t .col.p div {
  font-weight: normal;
  background-color: #F1F6F9;
}
.hero .menu .content .slide-menu .element a .info-cont .t .col div {
  padding: 1rem;
  background-color: #fff;
}
.hero .menu .content .slide-menu .element a .info-cont .redes {
  background-color: #fff;
  color: #14274E;
  padding: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero .menu .content .slide-menu .element a .info-cont .redes:hover {
  transform: scale(1.2);
}
.hero .menu .content .slide-menu .element a .info-cont p {
  line-height: 1.5rem;
  font-weight: 300;
}
.hero .menu .content .slide-menu .element a.btn-cat p {
  text-align: justify;
  position: relative;
  display: none;
  z-index: 2;
  font-size: 100%;
  font-weight: 300;
  opacity: 0;
  transform: translateY(150%);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  max-width: 350px;
}
.hero .menu .content .slide-menu .element a.btn-cat span {
  z-index: 2;
  font-size: 1rem;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero .menu .content .slide-menu .element a.btn-cat img {
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  position: absolute;
  opacity: 0;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero .menu .content .slide-menu .element a.btn-cat::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  mix-blend-mode: multiply;
  background-color: #000;
}
.hero .menu .content .slide-menu .element a.btn-cat:hover p {
  opacity: 1;
  transform: translateY(0%);
}
.hero .menu .content .slide-menu .element a.btn-cat:hover span {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0%, 0%);
}
.hero .menu .content .slide-menu .element a.btn-cat:hover::before {
  opacity: 0.5;
}
.hero .menu .content .slide-menu .element.d {
  gap: 0rem;
  display: flex;
  grid-template-columns: none;
  overflow: hidden;
}
.hero .menu .content .slide-menu .element.d .control {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #9BA4B4;
  font-size: 2rem;
  color: #394867;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
  opacity: 0;
}
.hero .menu .content .slide-menu .element.d .control.r {
  right: 0;
}
.hero .menu .content .slide-menu .element.d .control.l {
  left: 0;
}
.hero .menu .content .slide-menu .element.d .control:hover {
  opacity: 0.9;
}
.hero .menu .content .slide-menu .element.d .c {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  gap: 1rem;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(0%);
}
.hero .menu .content .slide-menu .element.d .c a {
  min-width: 300px;
}
.hero .menu .content .slide-menu.info {
  transform: translateX(-100%);
}
.hero .menu:hover .content .slide-menu a {
  padding: 2rem;
}
.hero .menu:hover .content .slide-menu a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero .menu:hover .content .slide-menu a.btn-cat {
  color: #fff;
}
.hero .menu:hover .content .slide-menu a.btn-cat img {
  opacity: 1;
}
.hero .menu:hover .content .slide-menu a.btn-cat::before {
  opacity: 0.2;
}
.hero .menu:hover .content .slide-menu a.btn-cat p {
  display: block;
}
.hero .menu:hover .content .slide-menu a .info-cont {
  display: flex;
}
.hero .menu:hover .header {
  background-color: #14274E;
}
.hero .menu:hover .header a:active {
  color: #F1F6F9;
}
.hero .menu:hover .header a.active {
  color: #fff;
  font-weight: bold;
}
.hero .menu:hover .header a:hover {
  color: #F1F6F9;
  transform: translateX(2px);
}
.hero .menu:hover .header .hr-menu {
  background-color: #fff;
}

.info-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  min-height: 100vh;
}
.info-container .info-header {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
}
.info-container .info-header .img {
  content: "";
  width: 100%;
  height: 100%;
  min-height: 15rem;
  grid-column: 2 span;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../img/home/background/back2.jpg);
}
.info-container .info-header .img:before {
  position: absolute;
  top: 0%;
  right: -200%;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #14274E;
  mix-blend-mode: color;
  animation: infoHeaderBackImgIn 1s ease-in-out 0.5s forwards;
}
@keyframes infoHeaderBackImgIn {
  0% {
    right: -200%;
  }
  100% {
    right: 0%;
  }
}
.info-container .info-header .text {
  color: #14274E;
  background-color: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: justify;
  max-width: 400px;
}
.info-container .info-header h1 {
  margin-bottom: 1rem;
  font-size: 2rem;
  transform: translateX(-200%);
  animation: infoHeaderH1In 1s ease-in-out 0.5s forwards;
}
@keyframes infoHeaderH1In {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0%);
  }
}
.info-container .info-header p {
  max-width: 500px;
  font-size: 1rem;
  line-height: 1.5rem;
  transform: translateX(-200%);
  animation: infoHeaderPIn 1s ease-in-out 0.8s forwards;
}
@keyframes infoHeaderPIn {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0%);
  }
}
.info-container .info-content {
  width: 100%;
  height: 100%;
  padding: 1rem;
  transform: translateX(200%);
  background-color: #F1F6F9;
  color: #14274E;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation: infoContentIn 1s ease-out 0.1s forwards;
  border-radius: 0rem 0rem 1rem 1rem;
}
.info-container .info-content .info-display {
  margin-top: 2rem;
  width: auto;
  position: relative;
  display: grid;
  overflow: hidden;
  gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 12rem), 1fr));
}
.info-container .info-content .info-display .element {
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  row-gap: 1rem;
  transform: translateY(200%);
}
.info-container .info-content .info-display .element.e-1 {
  animation: infoContentElementIn 0.5s ease-out 1s forwards;
}
.info-container .info-content .info-display .element.e-2 {
  animation: infoContentElementIn 0.5s ease-out 1.2s forwards;
}
.info-container .info-content .info-display .element.e-3 {
  animation: infoContentElementIn 0.5s ease-out 1.4s forwards;
}
.info-container .info-content .info-display .element.e-4 {
  animation: infoContentElementIn 0.5s ease-out 1.6s forwards;
}
@keyframes infoContentElementIn {
  0% {
    transform: translateY(200%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.info-container .info-content .info-display .element p {
  font-weight: lighter;
  line-height: 1.5rem;
  text-align: justify;
}
@keyframes infoContentIn {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0%);
  }
}

.text-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5rem;
}
.text-container .test {
  position: relative;
  z-index: 2;
  background-color: #fff;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #14274E;
}
.text-container .test .title {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.text-container .test .title hr {
  margin-top: 0.5rem;
  width: 80%;
  background-color: #14274E;
  border: 1px solid #14274E;
}
.text-container .test .header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  gap: 2rem;
  margin: 1rem;
}
.text-container .test .header a {
  color: #14274E;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  outline: none;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
}
.text-container .test .header a:active {
  color: #9BA4B4;
}
.text-container .test .header a.active {
  font-weight: bold;
}
.text-container .test .test-area {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #F1F6F9;
}
.text-container .test .test-area .menu-display {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 2rem;
}
.text-container .test .test-area .menu-display div {
  color: #14274E;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: auto;
  height: 5rem;
  border-radius: 1rem;
  padding: 1rem;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}
.text-container .test .test-area .menu-display div:hover {
  background-color: #14274E;
  color: #fff;
}
.text-container .test .test-area .menu-display div.active {
  background-color: #14274E;
  color: #fff;
}
.text-container .test .test-area .display {
  content: "";
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.text-container .test .test-area .display .e {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  row-gap: 1rem;
  padding: 2rem;
}
.text-container .test .test-area .display .e h1, .text-container .test .test-area .display .e p, .text-container .test .test-area .display .e .list {
  width: 100%;
  max-width: 600px;
}
.text-container .test .test-area .display .e h1 {
  font-size: 2rem;
}
.text-container .test .test-area .display .e p {
  font-weight: lighter;
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-container .test .test-area .display .e .list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 10rem), 1fr));
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #14274E;
}
.text-container .test .test-area .display img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  width: 200%;
}
.text-container .hover {
  display: none;
  content: "";
  background-color: #F1F6F9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  mix-blend-mode: color;
}
.text-container video {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#examenes {
  background-color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
#examenes .test {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 1500px;
}
#examenes .test .title {
  text-align: center;
  color: #14274E;
}
#examenes .listTest {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #14274E;
  transform: translateY(100%);
  opacity: 0;
  animation: slide-up 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
#examenes .listTest h1 {
  text-align: center;
}
#examenes .listTest .header {
  display: flex;
  justify-content: center;
  gap: 1rem;
  height: auto;
  width: 100%;
  background-color: #14274E;
  margin-top: 1rem;
  border-radius: 1rem 1rem 0rem 0rem;
  cursor: pointer;
}
#examenes .listTest .header a {
  color: #9BA4B4;
  padding: 1rem;
  border-radius: 1rem;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  text-decoration: none;
}
#examenes .listTest .header a.active {
  color: #fff;
}
#examenes .listTest .header a:hover {
  transform: translateX(-2px);
  color: #F1F6F9;
}
#examenes .listTest .list {
  padding: 1rem;
  width: 100%;
  height: 100%;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #F1F6F9;
  border-radius: 0rem 0rem 1rem 1rem;
  gap: 1rem;
  transform: translateY(100%);
  opacity: 0;
  animation: slide-up 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}
#examenes .listTest .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #fff;
  text-decoration: none;
  color: #14274E;
  gap: 0.3rem;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  min-width: 200px;
  min-height: 200px;
}
#examenes .listTest .list a span {
  font-weight: 300;
  color: #9BA4B4;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
#examenes .listTest .list a:hover {
  padding: 1.2rem;
  transform: translateX(4px);
}
#examenes .listTest .list a:hover span {
  color: #14274E;
  text-decoration: underline;
}

.collage {
  position: absolute;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  right: 0;
  width: 50%;
  height: 90%;
  background-color: rgb(255, 255, 255);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.collage .col {
  width: 100%;
  height: max-content;
  display: grid;
  grid-template-rows: repeat(8, 1fr);
  overflow: hidden;
}
.collage .col div {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #F1F6F9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.collage .col div img {
  width: 150%;
}
.collage .col.c1 {
  animation: collage 30s ease-in-out infinite alternate-reverse forwards;
}
.collage .col.c2 {
  animation: collage 30s ease-in-out 1s infinite alternate forwards;
}
.collage .col.c3 {
  animation: collage 30s ease-in-out 2s infinite alternate-reverse forwards;
}
@keyframes collage {
  0% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(15%);
  }
  50% {
    transform: translateY(0%);
  }
  75% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(0%);
  }
}

#informacion {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  margin-top: 1rem;
}
#informacion .map {
  position: relative;
  width: 100%;
  height: 40vh;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#informacion .map .text {
  position: absolute;
  top: 0%;
  right: 0;
  z-index: 1;
  background-color: #F1F6F9;
  color: #14274E;
  padding: 1rem;
  border-radius: 0rem 0rem 1rem 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
#informacion .map .text p {
  font-weight: 300;
}
#informacion .map .text a {
  padding: 1rem;
  border-radius: 1rem;
  text-decoration: none;
  color: #fff;
  background-color: #14274E;
}
#informacion .map .mapouter {
  width: 100%;
  height: 100%;
}
#informacion .map .mapouter iframe {
  width: 100%;
  height: 100%;
}
#informacion .content {
  width: 100%;
  height: 100%;
  min-height: 45vh;
  max-width: 1200px;
  padding: 3rem 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #F1F6F9;
}
#informacion .content h1 {
  color: #14274E;
  margin-bottom: 1rem;
}
#informacion .content .element {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  color: #14274E;
  padding: 1rem;
  border-bottom: 2px solid #fff;
}
#informacion .content .element div {
  min-width: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
#informacion .content .element div p {
  font-weight: lighter;
  color: #14274E;
}
#informacion .content .element div p span {
  color: #394867;
  font-weight: normal;
}
#informacion .content .element div a {
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 0.5rem;
  color: #14274E;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
#informacion .content .element div a ion-icon {
  color: #14274E;
  font-size: 2rem;
}
#informacion .content .element div a:hover {
  transform: translateY(2px);
}
#informacion .content .element div ion-icon {
  font-size: 1rem;
}
#informacion .border {
  background-color: #9BA4B4;
  width: 100%;
  height: 2vh;
}

#footer {
  width: 100%;
  height: auto;
  padding: 2rem;
  background-color: #14274E;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
#footer .content {
  width: 100%;
  padding-bottom: 1rem;
  color: #9BA4B4;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  border-bottom: 1px solid #9BA4B4;
}
#footer .content .element {
  display: flex;
  max-width: 300px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  gap: 0.5rem;
}
#footer .content .element h4 {
  color: #fff;
}
#footer .content .element a {
  text-decoration: none;
  color: #9BA4B4;
  font-weight: lighter;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
#footer .content .element a:hover {
  color: #fff;
}
#footer .content .element img {
  max-width: 250px;
}
#footer .content .element span {
  font-weight: 300;
}

@keyframes slide-up {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes background-ani {
  0% {
    background-position: 100% 50%;
  }
  25% {
    background-position: 200% 50%;
  }
  50% {
    background-position: 200% 100%;
  }
  75% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media only screen and (max-width: 700px) {
  section {
    height: auto;
  }
  main {
    scroll-snap-type: none;
  }
  .container {
    height: 100%;
  }
  .hero {
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .hero .main {
    height: 100%;
  }
  .hero .main .text {
    min-height: 65vh;
    justify-content: flex-start;
  }
  .hero .main .text .logo {
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }
  .hero .main .text .logo .content {
    justify-content: center;
    align-items: center;
  }
  .hero .main .text .logo .e {
    width: 100%;
  }
  .hero .main .menu {
    position: relative;
    display: flex;
  }
  .hero .main .menu .content .element {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr));
  }
  .hero .update {
    height: 100%;
    padding: 1rem;
  }
  .hero .update .cards {
    flex-direction: row;
    justify-content: flex-start;
  }
  .hero .update .cards .card {
    min-width: 90vw;
    height: 100%;
  }
  .hero .menu {
    display: none;
  }
  .info-container {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
  }
  .info-container .info-header {
    grid-template-rows: auto;
  }
  .info-container .info-header .text {
    text-align: center;
    justify-content: center;
  }
  .collage {
    width: 100%;
    height: 100%;
  }
  #informacion {
    height: auto;
  }
  #examenes {
    display: flex;
  }
}
@media only screen and (max-height: 550px) {
  .hero .main .text .text-al {
    justify-content: flex-start;
  }
  .hero .main .text .logo {
    padding-top: 2rem;
    max-height: fit-content;
  }
}
@media only screen and (max-height: 700px) {
  html {
    font-size: 14px;
  }
}

/*# sourceMappingURL=main.css.map */
