@font-face {
  font-family: 'proxima-black';
  src: url('./assets/fonts/ProximaNova-Black.ttf');
}

@font-face {
  font-family: 'proxima-bold';
  src: url('./assets/fonts/ProximaNova-Bold.ttf');
}

@font-face {
  font-family: 'proxima-exbold';
  src: url('./assets/fonts/ProximaNova-Extrabld.ttf');
}

@font-face {
  font-family: 'proxima-light';
  src: url('./assets/fonts/ProximaNova-Light.ttf');
}

@font-face {
  font-family: 'proxima-regular';
  src: url('./assets/fonts/ProximaNova-Regular.ttf');
}

@font-face {
  font-family: 'proxima-semibold';
  src: url('./assets/fonts/ProximaNova-Semibold.ttf');
}

@font-face {
  font-family: 'proxima-thin';
  src: url('./assets/fonts/ProximaNovaT-Thin.ttf');
}

html {
  scroll-behavior: smooth;
}

/* Estilos para dispositivos móviles */
body {
  font-family: 'proxima-regular';
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  background-position: center;
 -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url('./assets/fondos/fondoC1.png');
  background-repeat: no-repeat;
  background-size: 100vw 100%;

}
.imgRecu{
  position: relative;
  width: 100% !important;
}
::-webkit-scrollbar {
  width: 0px;
}

:root {
  --animate-delay: 1s;
}

video::-webkit-media-controls-panel {
  /* background: rgb(0, 0, 0);
  background: linear-gradient(283deg, rgba(0, 0, 0, 0.2263279445727483) 17%, rgba(0, 0, 0, 0.3) 30%, rgba(92, 92, 92, 0.1) 69%, rgba(73, 106, 140, 0.0) 82%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(4px);
  background: rgb(255,255,255);*/
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.3113620448179272) 62%, rgba(40, 72, 173, 1) 69%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.3113620448179272) 62%, rgba(40, 72, 173, 1) 69%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3113620448179272) 85%, rgba(40, 72, 173, 1) 69%);

}

video::-webkit-media-controls {
  /* background: rgb(0, 0, 0);
  background: linear-gradient(283deg, rgba(0, 0, 0, 0.2263279445727483) 17%, rgba(0, 0, 0, 0.3) 30%, rgba(92, 92, 92, 0.1) 69%, rgba(73, 106, 140, 0.0) 82%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(4px);*/
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.3113620448179272) 62%, rgba(40, 72, 173, 1) 69%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.3113620448179272) 62%, rgba(40, 72, 173, 1) 69%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3113620448179272) 62%, rgba(40, 72, 173, 1) 69%);

}

video::-webkit-media-controls-timeline {
  background-color: #2849AF;
}

video::-webkit-media-controls-current-time-display {
  color: #fff;
}

.container {
  max-width: 100%;

  -webkit-transition: all 700ms ease-out;
  -moz-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
}


.content {
  margin-top: 0px;
  z-index: 10000000000;
}

.glass {
  background: rgb(0, 0, 0);
  background: linear-gradient(283deg, rgba(0, 0, 0, 0.2263279445727483) 17%, rgba(0, 0, 0, 0.3) 30%, rgba(92, 92, 92, 0.1) 69%, rgba(73, 106, 140, 0.0) 82%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(5px);
  border-radius: 1px;
  border-bottom: 1px rgba(0, 0, 0, 0.1);
}

.footContact {
  width: 100vw;
  height: 7.5rem;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(283deg, rgba(0, 0, 0, 0.2263279445727483) 17%, rgba(0, 0, 0, 0.3) 30%, rgba(92, 92, 92, 0.1) 69%, rgba(73, 106, 140, 0.0) 82%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(5px);
  border-radius: 1px;
  border-bottom: 1px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-end;
  padding-right: 5rem;
  z-index: 10000;
}
.footContact>.icons>div{
  cursor: pointer;
  z-index: 1000;
}
.divContact {
  width: 50vw;
  height: 50vh;
  border-radius: 15px;
  position: absolute;
  top: 9rem;
  right: 4rem;
  background: linear-gradient(283deg, rgba(0, 0, 0, 0.2263279445727483) 17%, rgba(0, 0, 0, 0.3) 30%, rgba(92, 92, 92, 0.1) 69%, rgba(73, 106, 140, 0.0) 82%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(5px);
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  z-index: 1000000;
}

#menu-toggle {
  display: none;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'proxima-light';
}

.form>h4 {
  font-size: 2.5rem;
  font-family: 'proxima-bold';

}
.tooltip{
  left: 64vw;
  top: -4vh;
  width: 10rem;
  font-size: 15px;
  height: 0.5rem;
}
.tooltiptext{
  left: 87%;
}


.tooltip {
  --r: 19px;
  --h: 23px;
  --p: 93%;
  padding: var(--r);
  border-bottom: var(--h) solid #0000;
  --m: /* adjust the angles of the 1st conic-gradient to control the shape */
  conic-gradient(from -49deg at var(
--p) 100%,#0000,#000 1deg 30deg,#0000 31deg)
   0 100%/100% calc(100% - var(--r)) no-repeat,
  conic-gradient(at calc(var(--r)/2) calc(var(--r)/2),#000 270deg,#0000 0)
   0 0/calc(100% - var(--r)/2) calc(100% - var(--r)/2) padding-box,
  radial-gradient(50% 50%,#000 98%,#0000) 
   0 0/var(--r) var(--r) space padding-box;
  -webkit-mask: var(--m);
  mask: var(--m);
  width: 14rem;
  font-size: 20px;
  background: white border-box;
  height: 2rem;
  overflow: hidden;
  text-align: center;
  color: black;
  position: absolute;
  left: 76vw;
  top: -6vh;
}
.tooltip>p{
  margin: 0;
}
.tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 95%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  
}

#telefono >.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

li {
  background-color: transparent;
}
#loader{
  display: none;
}
#pError{
  display: none;
}
form input,
form textarea {
  border: none;
  background: none;
  color: black;
  border-bottom: 1px solid black;

  &::placeholder {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: .5s;
    transition: .5s;
  }

  &:hover,
  &:focus,
  &:active:focus {
    color: white;
    outline: none;
    border-bottom: 1px solid white;

    &::placeholder {
      color: white;
      position: relative;
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);

    }
  }
}

.bgLiNav {
  background-color: #08AECE;
  opacity: 0.3;
  will-change: transform;
}

.form>input {
  width: 50%;
  border-radius: 0.3rem;

  height: 3rem;
  outline: none;
  font-family: 'proxima-light';
  font-size: 1rem;

}


.form>textarea {
  width: 50%;
  height: 8rem;
  border-radius: 0.3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  outline: none;

  font-size: 1rem;
  font-family: 'proxima-light';

}

.form>button {
  width: 10rem;
  height: 2.5rem;
  border-radius: 0.3rem;
  border: none;
  font-family: 'proxima-light';
  cursor: pointer;
  font-size: 1rem;
  background-color: #BDDFF0;

}

.form>textarea::placeholder,
.form>input::placeholder {
  color: black;
}

.header {
  z-index: 10;
  padding: 10px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  background-color: transparent;
  position: fixed;
  z-index: 1000000000000000000000000000000000;

}

.logo {
  width: 20vw;
}

.nav {
  display: flex;
  align-items: center;

}

.menu-icon {
  font-size: 25px;
  cursor: pointer;
  color: #f1f1f1;
  display: none;

}

.menu-icon:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 25%;

}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;

}

.divbtn {
  width: -webkit-fill-available;
}

.btnConocenos {
  border-radius: 60px;
  border: none;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-color: #642EAA;
  color: white;
  padding: 0.5rem;
  width: 14rem;
  position: absolute;
  height: auto;
  top: 16rem;
  left: 24rem;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1000001;
}

.menu a:hover {
  color: #00BDD5;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.6s;

}

.menu li {
  margin-right: 15px;
  color: #fff;
}

.menu a {
  text-decoration: none;
  color: #fff;
}

.imgLogo {
  width: 30%;
}




.parallaxParent {
  height: 100vh;
  overflow: hidden;
}

.parallaxParent>* {
  height: 200%;
  position: relative;
  top: -100%;
}


/* PRUEBAS CON SCROLL




*/
.contacto {
  height: 100vh;
}

.animation {
  height: 100vh;

  position: relative;
  overflow: hidden;
}

.secuencia {
  height: 100px;
  width: 100px;
  top: 50%;
  left: 25%;
  position: absolute;
}

.asteroid2 {
  height: 100px;
  width: 100px;
  top: 50%;
  left: 90%;
  position: absolute;
}

#path {
  stroke-width: 2;
  stroke: #333;
  width: 100%;

}

/**/
section {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000000;
  max-height: 1000px;
  min-height: 1000px;
}

section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  pointer-events: none;
}

section#contacto {
  align-items: flex-end;

}


.icons {
  width: 17vw;
  height: 8rem;
  display: grid;
  grid-template-columns: 20% 20% 20%;
  justify-items: center !important;
  justify-content: end;
  align-items: center;

}

.imgIcon {

  margin-right: 0rem;
  margin-bottom: auto;
  width: 80% !important;
  height: 80% !important;
  z-index: 10000000000;
  cursor: pointer;
  position: relative;

}

#divimgs {
  position: static;
}

#divinfo {
  position: absolute;

}

#tierra {
  z-index: 2;
}

#asteroidesinicio {
  z-index: 1;
}

#a1 {
  top: 50%;
}

#a2 {
  top: 30%;
  left: 60%;
  width: 10%;
}

#a3 {
  top: 43%;
  left: 56%;
  width: 7%;
}

#a4 {
  top: 80%;
  left: 35%;
  width: 16rem;
  position: absolute;
}

#a5 {
  top: 57%;
  left: 41%;
}

#a6 {
  top: 50%;
  left: 60%;
}

#a7 {
  top: 30%;
  left: 50%;
  width: 6rem;
}

#a8 {
  top: 37%;
  left: 35%;
  width: 8rem;
}

#a9 {
  top: 16%;
  left: 40%;
  width: 5rem;

}

#a10 {
  top: 45%;
  left: 50%;
  width: 4rem;

}

#a11 {
  top: 55%;
  left: 70%;
}

#a12 {
  top: 65%;
  left: 50%;
  width: 16rem;
}

.titEvid {
  text-align: center;
  font-family: 'proxima-bold';
  color: #00BDD5;
  font-size: 5rem;
}

.cardActive {
  width: 90vw !important;
  height: 80vh !important;
  position: absolute !important;
  z-index: 10000000 !important;
  top: 15% !important;
}

.cardActive .imgRecu {
  width: 42% !important;
  position: absolute !important;
  left: 9rem !important;
  top: 7rem !important;

}

.textCard {
  text-align: justify;
  padding-left: 5rem;
  padding-right: 5rem;
  font-family: 'proxima-light';
  word-break: normal;
  font-size: 1.8rem;
  display: none;
}

.titleCard {
  color: #E3C0FF;
  font-family: 'proxima-bold';
  font-size: 3rem;
  display: none;
}

.btnClose {
  width: 4rem;
  color: #3A2D8E;
  background-color: #E3C0FF;
  border-top-right-radius: 17px;
  position: absolute;
  left: 91.68%;
  top: 15%;
  height: 3.5rem;
  z-index: 1000000;
  border: none;
  font-size: 3rem;
  cursor: pointer;
  display: none;
}



/********************************estatica para el holograma*************/
.gradient-hr {
  height: 1px;
  border: none;
  position: relative;
  width: 99%;
  padding-bottom: 7.5px;
}

.gradient-hr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: radial-gradient(circle, rgba(16, 142, 186, 0.7847514005602241) 26%, rgba(3, 255, 255, 0.5858718487394958) 70%);
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 1000px;
  min-height: 1000px;
  position: absolute;
  top: 0rem;

}

.cinema {
  position: relative;
  width: 80vw;
  height: 76vh;
  border-radius: 10px;
  background-image: url('./assets/slide/Recurso4.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 9px;
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  transform: scale(0.95) translateY(1em);
  z-index: 100000;
  max-height: 1000px;
  min-height: 760px;
}


.cinema__sratch,
.cinema__sratch-slow {
  position: absolute;
  z-index: 1;

  width: 100%;
  height: 100%;

  overflow: hidden;
}

.cinema__sratch::after,
.cinema__sratch::before {
  position: absolute;
  content: "";
  top: 0;
  left: 10%;
  z-index: 2;

  width: 20%;
  height: 100%;

  border-top: 2px solid #08AECE;
  border-bottom: 2px solid #08AECE;

  animation: scratch;
  animation-delay: 0.4s;
  animation-duration: 0.45s;
  animation-iteration-count: infinite;
}

.cinema__sratch::before {
  left: auto;
  right: 10%;
}

.cinema__sratch-slow::after,
.cinema__sratch-slow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 20%;
  z-index: 2;

  width: 20%;
  height: 100%;

  border-top: 1px solid #08AECE;
  border-bottom: 1px solid #08AECE;

  animation: scratch-slow;
  animation-delay: 0.4s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.cinema__sratch-slow::before {
  left: auto;
  right: 20%;
}

.cinema__grain {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 33px;
  border-top-right-radius: 46px;
  width: 99%;
  height: 100%;

  overflow: hidden;
}

.cinema__grain::after,
.cinema__grain::before {
  position: absolute;
  content: "";
  top: -5%;
  left: -5%;

  display: block;
  width: 107%;
  height: 96%;

  background-image: url("./assets/inicio/grain-noise.jpg");
  background-position: center center;
  background-size: 100px 100px;
  opacity: 0.05;
  min-height: 321px;
  animation: grain;
  animation-delay: 0.4s;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}
.recursoDiv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  cursor: pointer;
  z-index: 1000000;
  border: solid 1px #7340C3;
  border-radius: 17px;
  box-shadow: 9px 9px 9px rgba(0, 0, 0, 0.5);
  background: #3a2d8e;
}

.recursoDiv:hover {

  transition: transform 0.3s ease;

}
.textoRecu {
  text-align: center;
  color: #E3C0FF;
  font-size: 1.2rem;

}

.textoRecu>h1 {
  margin: 0;
}

.paragraph {

  color: white;
  font-family: 'proxima-regular';
 
}
.title {
  color: #00BDD5;
  font-family: 'proxima-bold';

}
.pagination>button.active {
  background-color: #42AAC2;
  border: none;
  outline: none;
  
}
.pagination>button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  margin: 0 5px;
  background-color: white;
  cursor: pointer;
  z-index: 10001;
}/*
.leyenda{
  display: flex;
  flex-direction: column;
  align-items: center;
   
}
.leyenda1,.divbtn,.leyenda2{
  position: relative;
  text-align: center;
}*/
/*
.leyen1,.leyen2,.btnConocenos{
  top: 0 !important;
  left: 0 !important;
}
.divbtn{
  width: auto;
}*/
@keyframes grain {

  0%,
  100% {
    transform: translate(0, 0, 0);
  }

  10% {
    transform: translate(-1%, -1%);
  }

  20% {
    transform: translate(1%, 1%);
  }

  30% {
    transform: translate(-2%, -2%);
  }

  40% {
    transform: translate(3%, 3%);
  }

  50% {
    transform: translate(-3%, -3%);
  }

  60% {
    transform: translate(4%, 4%);
  }

  70% {
    transform: translate(-4%, -4%);
  }

  80% {
    transform: translate(2%, 2%);
  }

  90% {
    transform: translate(-3%, -3%);
  }
}

@keyframes scratch {

  0%,
  100% {
    transform: translateY(0);
    opacity: 0.1;
  }

  10% {
    transform: translateY(-1%);
  }

  20% {
    transform: translateY(1%);
  }

  30% {
    transform: translateY(-2%);
    opacity: 0.01;
  }

  40% {
    transform: translateY(3%);
  }

  50% {
    transform: translateY(-3%);
    opacity: 0.05;
  }

  60% {
    transform: translateY(8%);
  }

  70% {
    transform: translateY(-3%);
  }

  80% {
    transform: translateY(10%);
    opacity: 0.02;
  }

  90% {
    transform: translateY(-2%);
  }
}

@keyframes scratch-slow {
  0% {
    transform: translateY(0);
    opacity: 0.08;
  }

  10% {
    transform: translateY(-1%);
  }

  20% {
    transform: translateY(1%);
  }

  30% {
    transform: translateY(-2%);
  }

  40% {
    transform: translateY(3%);
  }

  50% {
    transform: translateY(-3%);
    opacity: 0.06;
  }

  60% {
    transform: translateY(8%);
  }

  70% {
    transform: translateY(-3%);
  }

  80% {
    transform: translateY(10%);
    opacity: 0.03;
  }

  90% {
    transform: translateY(20%);
  }

  100% {
    transform: translateY(30%);
  }
}
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  margin-top: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; 
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

/* Estilos para tamaños de pantalla más grandes ESTILO A TODO*/
@media screen and (min-width: 769px) {
  .container {
    max-width: 100vw;
    margin: 0 auto;
  }

  .header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: row;
    position: fixed;
    top: 0;
    left: 0;

    width: 100vw;
  }

  .menu {
    display: grid;
    grid-template-columns: 13rem 10rem 10rem 10rem 10rem;

  }

  .menu>li {
    margin-right: 0rem;
    text-align: center;
  }

  .menu>li.active {
    text-align: center;
  }

  .leyenda {
    display: flex;
    top: 25rem;
    left: 18px;
    position: absolute;
    height: auto;
    width: max-content;
    z-index: 1000;
    
  }

  .leyenda1 {
    width: -webkit-fill-available;
  }

  .leyenda2 {
    width: -webkit-fill-available;
  }

  .leyen1 {
    top: -5rem;
    left: 8rem;
    width: 46rem;
    height: 10rem;
  }

  .leyen2 {
    top: 7rem;
    left: 4rem;
    width: 52.16rem;
    height: 7.1rem;
  }

  .imgLogo {
    width: 20%;
    padding-left: 5rem;
  }

  .imgLexi {
    width: 31vw;
    height: auto;
    left: 67.45vw;
    top: -26.6rem;
    z-index: 10000;
    position: relative;
    opacity: 1 !important;
  }

  .rowSlide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 98%;
    height: 100%;
    align-items: center;
  }

  .images>img {
    top: 5rem;
    width: 50%;
    /*display: none;*/
  }

  .title {
    color: #00BDD5;
    font-size: 3.5rem;
    font-family: 'proxima-bold';
    text-align: end;
    margin-bottom: 0;
  }

  .paragraph {
    margin-top: 15px;
    color: white;
    font-size: 2rem;
    font-family: 'proxima-regular';
    text-align: end;
  }

  .informacion {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .pagination {
    position: absolute;
    bottom: 7rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex
  }

 

 

  .recursosGral {
    width: 100vw;
    height: 100vh;
    max-height: 1000px;
    min-height: 1000px;
    padding-top: 0px;
    transform: translate(0px, 0%);
    display: grid;
    align-items: center;
    align-content: center;
    z-index: 2;
  }

  .r1rec {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    width: 100vw;
    height: auto;
    justify-items: center;
    padding-bottom: 6rem;
  }

  .r2rec {
    display: grid;
    grid-template-columns: repeat(2, 0fr) !important;
    width: 100vw;
    height: auto;
    justify-items: center;
    justify-content: space-evenly;
  }

  .rec1 {
    background: #3a2d8e;

    width: 421px;
    height: 182px;
    position: relative;
    box-shadow: 9px 9px 9px rgba(0, 0, 0, 0.5);
    cursor: pointer;
  }

  .rec2 {
    background: #3a2d8e;

    width: 421px;
    height: 182px;
    box-shadow: 9px 9px 9px rgba(0, 0, 0, 0.5);
    position: relative;
    cursor: pointer;
  }

  .rec3 {
    box-shadow: 9px 9px 9px rgba(0, 0, 0, 0.5);
    background: #3a2d8e;

    width: 421px;
    height: 182px;
    position: relative;
    cursor: pointer;

  }

  .rec4 {
    box-shadow: 9px 9px 9px rgba(0, 0, 0, 0.5);
    background: #3a2d8e;

    width: 508px;
    height: 182px;
    position: relative;
    cursor: pointer;
  }

  .rec5 {
    box-shadow: 9px 9px 9px rgba(0, 0, 0, 0.5);
    background: #3a2d8e;

    width: 508px;
    height: 182px;
    position: relative;
    cursor: pointer;
  }

 

  .imgasteroid {
    width: 11rem;
    height: auto;
    position: absolute !important;
  }
  .imgasteroidA2 {
    width: 11rem;
    height: auto;
    position: absolute !important;
  }
  .contenedorLexi {
    position: absolute;
  }

  .imgasteroid2 {
    width: 40%;
    position: absolute;
    top: 128rem;
    left: 20%;
    z-index: 1;
  }

  .imgasteroid3 {
    width: 50%;
    position: absolute;
    top: 179rem;
    left: 30%;
    z-index: 1;
  }

  .imgRecu {
    width: 60%;
  }

  #iconEdit {
    /*left: -39%;
    top: -37%;
    width: 34rem;*/

  }

  

  .rowEvidencia {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100vw;
    height: 100vh;
    justify-items: center;
    align-items: center;
  }

  .imgRover {
    width: 100%;
    position: relative;
  }

  .videoEvid {
    width: 37vw;
    height: 46vh;
    max-height: 1000px;
    min-height: 477px;
  }
}


/* pantalla laptop presentaciones*/
@media screen and (min-width:1500px) and (max-height:700px) {
  .leyen1 {
    width: 33rem;
    height: 7rem;
  }

  .leyen2 {
    top: 4rem;
    width: 42.9rem;
    height: 5.8rem;
  }

  #a12 {
    width: 11%;
  }

  #a4 {
    width: 11% !important;
  }

  #a3 {
    top: 18%;
  }

  #a7 {
    top: 34% !important;
    left: 65% !important;
  }

  #a12 {
    width: 11% !important;
  }

  .btnConocenos {
    top: 14rem;
    left: 17rem;
  }

  .imgasteroid {
    
    width: 6% !important;
  }
  .imgasteroidA2{
    width: 6% !important;
  }
  .imgLexi {
    left: 62rem;
    top: -17.7rem;
    width: 27vw;
  }

  .cinema {
    width: 67vw !important;
  }

  #a7 {
    top: 39%;
    width: 5% !important;
  }

  .title {
    font-size: 2.5rem;
  }

  .paragraph {
    font-size: 1.5rem;
  }

  .rec1 {
    width: 350px !important;
    height: 150px !important;
  }

  .rec2 {
    width: 350px !important;
    height: 150px !important;
  }

  .rec3 {
    width: 350px !important;
    height: 150px !important;
  }

  .imgRecu {
    width: 55%;
  }

  .form>h4 {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .divContact {
    width: 37vw;
    right: 10rem;
    height: 55vh;
  }

  .form>textarea {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .rec4 {
    width: 420px;
    height: 158px;
  }

  .rec5 {
    width: 420px;
    height: 158px;
  }

  .imgasteroid2 {
    width: 35%;
    top: 185%;
    left: 26%;
  }

  .imgasteroid3 {
    width: 40%;
  }

  .cardActive {
    width: 90vw !important;
    height: 70vh !important;
    position: absolute !important;
    z-index: 10000000 !important;
    top: 15% !important;
  }

  .cardActive>.textoRecu>.textCard {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .btnClose {
    left: 91%;
    top: 15%;
    border-top-right-radius: 20px;
  }

  .cardActive>div>.imgRecu {
    left: 6rem !important;
    top: 1rem !important;

  }
  .leyenda{
    top: 17rem;
    left: 17px;
  }
}

/*pantalla 1440*/

@media screen and (max-width:1440px){
  .leyen1 {
    width: 28rem;
    height: 6rem;
    left: 5rem;
  }

  .leyenda{
    top: 12rem;
    left: -22px;
  }

  .leyen2 {
    top: 3rem;
    width: 27.9rem;
    height: 3.8rem;
  }

  #a12 {
    width: 11%;
  }

  #a4 {
    width: 11% !important;
  }

  #a3 {
    top: 18%;
  }

  #a7 {
    top: 34% !important;
    left: 65% !important;
  }

  #a12 {
    width: 11% !important;
  }

  .btnConocenos {
    top: 9rem;
    left: 12rem;
    font-size: 1.2rem;
    width: 12rem;
  }

  .imgasteroid {
    
    width: 6% !important;
  }
  .imgasteroidA2 {
    
    width: 6% !important;
  }

  .imgLexi {
    left: 64.5vw;
    top: -26.6rem;
    width: 27vw;
  }

  .cinema {
    width: 67vw !important;
  }

  .cinema__grain::after, .cinema__grain::before {
    top: 20% !important;
    height: 50vh !important;
  }
  .images>img{
    top: 25%;
  }
  .imgLexi{
    top: -28.3rem;
  }
  .pagination{
    bottom: 13rem;
  }
  #a7 {
    top: 39%;
    width: 5% !important;
  }

  .title {
    font-size: 1.4rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .rec1 {
    width: 29vw !important;
    height: 150px !important;
  }

  .rec2 {
    width: 29vw !important;
    height: 150px !important;
  }

  .rec3 {
    width: 29vw !important;
    height: 150px !important;
  }

  .imgRecu {
    width: 55%;
  }

  .form>h4 {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .divContact {
    width: 44vw;
    right: 3rem;
    height: 58vh;
    max-height: 26rem;
    min-height: 26rem;
    top: 5rem;
  }

  .form>textarea {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .rec4 {
    width: 420px;
    height: 158px;
  }

  .rec5 {
    width: 420px;
    height: 158px;
  }

  .imgasteroid2 {
    width: 63%;
    top: 109rem;
    left: 14%;
  }

  .imgasteroid3 {
    width: 60%;
    top: 181rem;
    left: 15%;
  }

  .cardActive {
    width: 96vw !important;
    height: 70vh !important;
    position: absolute !important;
    z-index: 10000000 !important;
    top: 15% !important;
    min-height: 565px;
    max-height: 0px;
  }

  .cardActive>.textoRecu>.textCard {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .btnClose {
    left: 93.45%;
    top: 15%;
    border-top-right-radius: 20px;
    
  }

  .cardActive>div>.imgRecu {
    left: 6rem !important;
    top: 9% !important;

  }
  .leyenda{
    top: 17rem;
    left: 17px;
  }
  .textCard{
    font-size: 1.3rem;
  }
  .titleCard{
    font-size: 2.2rem;
  }
  .tooltip{
    left: 67vw;
  }
  .header{
    width: 98vw;
  }
}


/*laptop menor 1024*/
@media screen and (max-width:1024px) {
  .leyen1 {
    width: 28rem;
    height: 6rem;
    left: 5rem;
  }

  .leyenda{
    top: 12rem;
    left: -22px;
  }

  .leyen2 {
    top: 3rem;
    width: 27.9rem;
    height: 3.8rem;
  }

  #a12 {
    width: 11%;
  }

  #a4 {
    width: 11% !important;
  }

  #a3 {
    top: 18%;
  }

  #a7 {
    top: 34% !important;
    left: 65% !important;
  }

  #a12 {
    width: 11% !important;
  }

  .btnConocenos {
    top: 9rem;
    left: 12rem;
    font-size: 1.2rem;
    width: 12rem;
  }

  .imgasteroid {
    
    width: 6% !important;
  }
  .imgasteroidA2 {
    
    width: 6% !important;
  }

  .imgLexi {
    left: 64.5vw;
    top: -26.6rem;
    width: 27vw;
  }

  .cinema {
    width: 67vw !important;
  }

  .cinema__grain::after, .cinema__grain::before {
    top: 28% !important;
    height: 32vh !important;
  }
  .images>img{
    top: 16rem;
  }
  .imgLexi{
    top: -28.3rem;
  }
  .pagination{
    bottom: 16rem;
  }
  #a7 {
    top: 39%;
    width: 5% !important;
  }

  .title {
    font-size: 1.4rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .rec1 {
    width: 29vw !important;
    height: 150px !important;
  }

  .rec2 {
    width: 29vw !important;
    height: 150px !important;
  }

  .rec3 {
    width: 29vw !important;
    height: 150px !important;
  }

  .imgRecu {
    width: 55%;
  }

  .form>h4 {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .divContact {
    width: 44vw;
    right: 3rem;
    height: 58vh;
    max-height: 26rem;
    min-height: 26rem;
    top: 5rem;
  }

  .form>textarea {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .rec4 {
    width: 420px;
    height: 158px;
  }

  .rec5 {
    width: 420px;
    height: 158px;
  }

  .imgasteroid2 {
    width: 63%;
    top: 109rem;
    left: 14%;
  }

  .imgasteroid3 {
    width: 60%;
    top: 181rem;
    left: 15%;
  }

  .cardActive {
    width: 96vw !important;
    height: 70vh !important;
    position: absolute !important;
    z-index: 10000000 !important;
    top: 15% !important;
    min-height: 565px;
    max-height: 0px;
  }

  .cardActive>.textoRecu>.textCard {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .btnClose {
    left: 92%;
    top: 15%;
    border-top-right-radius: 20px;
  }

  .cardActive>div>.imgRecu {
    left: 6rem !important;
    top: 18% !important;

  }
  .leyenda{
    top: 17rem;
    left: 17px;
  }
  .textCard{
    font-size: 1.2rem;
  }
  .titleCard{
    font-size: 2.2rem;
  }
  .tooltip{
    left: 57vw;
  }
  .header{
    width: 98vw;
  }
  .icons{
    grid-template-columns: 40% 40% 40%; 
  }
  .informacion{
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media screen and (max-width:900px){

  .leyen1{
    left: 2rem;
  }
  .leyen2{
    left: 2rem;
  }
  .btnConocenos{
    left: 7rem;
    top: 8rem;
  }

  .box{
    min-height: 595px;
    max-height: 0;
    
  }
  .imgLexi{
    top: -24.7rem;
  }
  .btnClose{
    left: 91%;
  }
  .imgasteroid2{
    top: 82rem;
  }
  section{
    max-height: 725px;
    min-height: 725px;
  }
  .pagination{
    bottom: 18rem;
  }
  .informacion{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph{
    font-size: 1.5vw;
  }
  .cinema__grain::after, .cinema__grain::before{
    
    min-height: 247px;
    max-height: 147px;
    top: 33% !important;
  }

  .leyen1{
    left: 1rem;
    width: 26rem;
    height: 5rem;
  }
  .leyen2{
    left: 0;
    width: 25.7rem;
    height: 3.5rem;
    top: 2rem;
  }
  .images>img{
    top: 17.5rem;
  }
 
  .rec4,.rec5{
    width: 343px;
  }
  .imgRecu{
   width: 45%; 
   position: relative;
  }
  .textoRecu{
    font-size: 2vw;
  }
  .cardActive{
    top: 24.5% !important;
    min-height: 462px;
  }
  .cardActive>.textoRecu>.textCard{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cardActive>div>.imgRecu{
    left: 2rem !important;
    top: 22% !important;
    width: 45% !important;
  }
  .menu{
   grid-template-columns: 11rem 7rem 7rem 7rem 7rem;
  }
  .videoEvid{
    height: 28vh;
    min-height: 274px;
  }
  .imgasteroid3{
    top: 132rem;
  }
  .divContact{
    height: 52vh;
    max-height: 23rem;
    min-height: 23rem;
    
  }
  section#evidencias, section#contacto{
    min-height: 669px;
  }
  .form>textarea{
    height: 6rem;
  }
  .icons{
    grid-template-columns: 40% 40% 40%;
  }
  .tooltip{
    left: 44vw;
    top: -8vh;
  }
}

/* Estilos para dispositivos móviles */
@media screen and (max-width: 768px) {
  /*body{
    background-size: 100vw 263%;
  }*/
 .header{
  display: flex;
  flex-direction: row-reverse;
 
 }
 
  .content{
    height: 100%;
  }
  .leyenda{
    top: 22.5rem;
    left: 23rem;
    position: absolute;
  }
  section#presentacion{
    max-height: 680px;
    min-height: 620px;
  }
  .imgasteroid,.imgasteroidA2{
    position: absolute;
  }
  .box{
    min-height: 500px;
  }
  .cinema{
    min-height: 100%;
    height: 50vh;
    background-size: cover;
  }
  .rowSlide{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .informacion{
    text-align: center;
  }
  .pagination{
    bottom: 4rem;
  }
  .title{
    font-size: 2rem;
    text-align: center;
  }
  .paragraph{
    font-size: 2vw;
    text-align: center;
  }
  .images>img{
    position: relative;
    top: 0;
    width: 100%;
    height: 212px;
  }
  .cinema__sratch, .cinema__sratch-slow{
    display: none;
  }
  .cinema__grain::after,.cinema__grain::before{
    min-height: 475px;
    max-height: 475px;
    top: 0% !important;
    left: -3%;
  }
  section#servicios{
    overflow-y: scroll;
  }
  section#servicios::-webkit-scrollbar{
    width: 0.5rem;
    background: rgba(255, 255, 255, 0.3113620448179272);
    height: 1rem;

  }
  section#servicios::-moz-scrollbar{
    width: 0.5rem;
    background: rgba(255, 255, 255, 0.3113620448179272);

  }
  section#servicios::-webkit-scrollbar-thumb{
    background: #E3C0FF;
    height: 1px;
    border-radius: 6px;
  }
  
  section#servicios::-moz-scrollbar-thumb{
    background: #E3C0FF;
    height: 1px;
    border-radius: 6px;
  }
  .recursosGral{
    height: 422px;
    /*overflow: hidden;*/
    top: 0;
    width: 90%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
  /*  overflow-y: scroll;*/
    top: 150px;
  }
  .recursoDiv{
    width: 60vw !important;
    height: 150px;
  
    margin-bottom: 15px;
    border-radius: 15px;
  }
  .imgRecu{
    width: 77% !important;
  }
 .cardActive{
  width: 63vw !important;
  top: -0.5% !important;
  min-height: 422px;
  display: grid;
  grid-template-columns: 100%;
  align-content: center;
 }

 .cardActive>div>.imgRecu{
  display: none;

 }
 .btnClose{
  left: 77%;
  top: 20.6%;
  z-index: 100000000;
  border-top-right-radius: 13px;
  height: 3rem;
  width: 3rem;
  font-size: 1.9rem;
 }
 .titleCard{
  font-size: 1.5rem;
 }
 .cardActive>.textoRecu>.textCard{
  font-size: 2.5vw;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
 }

 .cardActive>div>.imgRecu{
  left: 25% !important;
  top: 3% !important;
  width: 45% !important;
 }

 .textoRecu{
  font-size: 2.5;
 }

  .leyen1{
    left: -21rem;
    top: -17rem;
    width: 56vw;
    height: 12vw;
  }
  .leyen2{
    left: -22rem;
    width: 52.4vw;
    height: 7vw;
    top: -11rem;
  }
  .logo {
    margin-right: 0;
    display: flex;
    flex-direction: row-reverse;
    text-align: end;
  }
  .btnConocenos{
    top: -7rem;
    left: -15rem;
  }
  .menu-icon {
    display: block;
  }

  .menu {
    display: none;
    position: absolute;
    top: 56px;
    height: 80vh;
    width: 90%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }

  .menu li {
    margin: 10px 0;
    border: none !important;

  }

  .menu a {
    color: #fff;
  }

  input[type="checkbox"]:checked+.menu {
    display: flex;
    flex-direction: column;
  }

  .header {
    padding: 12px;
  }
  .imgLexi,.imgasteroid,.imgasteroid2,.imgasteroid3,.divRover{
    display: none;
  }

 /* .content {
    height: 92.3vh;

  }*/
  .cinema__grain{
  
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    width: 100%;
  }
  .tooltiptext{
    bottom: 154%;
    left: 81%;
  }
  .divContact{
    width: 70vw;
    right: 4rem;
  }
}

@media screen and (max-width:600px){
  .btnClose{
    left: 74%;
  }
}

@media screen and (max-width: 425px){
  .header{
    width: 95vw;
  }
  #tierra{
    top: 31px;
  }
  .menu{
    width: 85%;
  }
 .leyen1{
    left: -22rem;
  }
  .leyen2{
    top: -14rem;
  }

  .btnConocenos{
    width: 9rem;
    font-size: 0.6em;
    top: -11rem;
    left: -19.5rem;
  }
  .videoEvid{
    width: 17rem;
  }
  .divContact{
    width: 84vw;
    right: 2rem;
  }
  .icons{
    grid-template-columns: 80% 80% 80%;
  }
  .tooltip{
    top: -6vh;
    left: 44vw;
    width: 9rem;
    font-size: 16px;
  }
  .tooltiptext{
    bottom: 141%;
    left: 80%;
  }
  .images>img{
    width: 100%;
    height: 94%;
  }

  .cardActive>div>.imgRecu{
  
    display: none;
  }
  #divImgRec.cardActive{
    display: none;
  }
  .informacion{
    padding-left: 0;
    padding-right: 0;
  }
  .title{
    margin-top: 1rem;
  }
  .paragraph{
    font-size: 3vw;
  }
  .pagination{
    position: absolute;

  }
  .footContact{
    padding-right: 0;
  }
  .btnClose{
    left: 76.5%;
    width: 2rem;
    height: 2rem;
    font-size: 1.6rem;
  }
  .titleCard{
    font-size: 1.2rem;
  }
  .cardActive>.textoRecu>.textCard{
    font-size: 3.2vw;
  }
  .cardActive{
    display: flex;
  }
}
@media screen and (max-width:375px){
 /* .leyen1{
    width: 11rem;
    height: 2rem;
  }*/
  .leyen2{
    width: 48.7vw;
    height: 6.5vw;
  }
  .menu{
    width: 80%;
  }
  .btnClose{
    left: 75.5%;
  }
  .btnConocenos{
    width: 7rem;
    font-size: 0.5em;
    top: -12rem;
    left: -19.5rem;
  }
}

@media screen and (max-width:320px){
  .tooltip{
    left: 30vw;
  }
  .btnClose{
    left:74%;
  }
  .btnConocenos{
    left: -20rem;
  }
}