@charset "utf-8";
/*IGNITE Global Marketing CSS Document. 2023*/
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*Century Gothic*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
/*GOTHAM*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;700&display=swap');



/*
.servicesq {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: 80% 80%;
  padding: 10%;

}

.service-boxq {

  background-color: #f0f0f0;
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease;
  width: 15%;
}

.service-boxq:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}*/

.rejilla333a {
  display: grid;
  justify-content: center;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 50px;
  margin: 2% 10%;
  left: 10%;
}

.service-boxq {
  background-color: #f0f0f0;
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease;
  width: 90%;
}

.service-boxq:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  background: linear-gradient(to right, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
}


.cont55gr {
  background: #fff;
  position: absolute;
  top: 4750px;
  left: 0px;
  max-width: 100%;
  height: 1500px;
  z-index: 60;
  display: inline-block;
  padding-left: 18%;
  padding-right: 45%;
}


.rejilla333m {
  display: grid;
  justify-content: center;
  grid-template-columns: 28% 28% 28% 28% 28%;
  gap: 50px;
  margin: 10% 5%;


}


.service-m {
  background-color: #f0f0f0;
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease;
  width: 90%;
}

.service-m:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  background: linear-gradient(to right, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
}




.cont55fp {
  background: #fff;
  position: absolute;
  top: 5800px;
  left: 0px;
  max-width: 100%;
  height: 1900px;
  z-index: 60;
  display: inline-block;
  padding-left: 15%;
  padding-right: 15%;
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  background: linear-gradient(to right, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
}

.fons {
  display: block;
}

.loader {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 50%;
  height: 50%;
  background-color: none;
  z-index: 9999;
}

.progress-bar {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 20px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 9999;
}

.progress {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #ff8000;
  border-radius: 5px;
  z-index: 9999;
}

.percentage {
  margin-top: 15px;

  position: absolute;
  top: 50%;
  left: 32%;
  /*transform: translate(-50%, -50%);*/
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 9999;
  text-align: center;
}








body {
  margin: 0;
  font-family: "Be Vietnam Pro";
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  /*height: 6000px;*/
  overflow-x: hidden;
}

.negro {
  color: #000 !important;
}

a {
  text-decoration: none;
}

.blanco {
  color: #fff !important;
}

.naranja {
  color: #ff8000 !important;
}

.logo {
  margin-top: 20px;
  margin-left: 50px;
  z-index: 25;
  display: block;
  position: fixed;
}

.logo:hover {
  opacity: 0.2;
  filter: brightness(100%) saturate(0%);
  transform: scale(0.8);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}



.videocover {
  width: 100%;
  z-index: 1;
  position: fixed;
}

.centrotx {
  text-align: center;
  bottom: 5px;
}

.conten {
  position: relative;
}

.capa25 {
  z-index: 25;
}

.capa28 {
  z-index: 28;
  top: 450px;
  text-align: center;
}

h1 {
  font-family: "Lato";
  font-size: 60px;
  font-weight: 900;
}

h2 {
  font-family: "Lato";
  font-size: 30px;
  font-weight: 600;
}

h3 {
  font-family: "Lato";
  font-size: 90px;
  font-weight: 900;
  line-height: 1.5;
}

h4 {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.gran {
  font-family: "Lato";
  font-size: 70px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.imgfondoz {
  display: none;
  top: 0%;
  width: 100% !important;
  position: absolute;
}

.menu {
  font-family: "Be Vietnam Pro";
  font-weight: 600;
  text-align: right;
  z-index: 26;
  margin-right: 70px;
  right: 10px;
  top: 0px;
  text-transform: uppercase;
  position: fixed;
}

nav {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

nav ul li {
  display: inline-block;
  margin: 0px 5px;
}

nav ul a {
  height: 65px;
  line-height: 65px;
  color: #000;
  text-decoration: none;
  padding: 45px 10px 20px 10px;

}

nav li a:hover {
  color: #ff8000;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


.active {
  color: #ff8000 !important;

}

.bo {
  width: 25px;
  z-index: 950;
  display: none;
  top: 30px;
  right: 20px;
  position: absolute;

}



.rel {
  position: relative;
  width: 30%;
  padding-left: 0%;
  padding-right: 30%;

}

.tx1 {
  text-align: center;
  z-index: 26;
  color: #000;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 60%;
}



.but1 {
  position: fixed;
  display: grid;
  grid-template-columns: auto 300px 300px auto;
  gap: 10px;
  text-align: center;
  top: 800px;
  z-index: 35;
  font-size: 18px;
  width: 100%;
}

.lin {
  background: rgb(255, 128, 0);
  background: -moz-linear-gradient(90deg, rgba(255, 128, 0, 1) 0%, rgba(255, 213, 3, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 128, 0, 1) 0%, rgba(255, 213, 3, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 128, 0, 1) 0%, rgba(255, 213, 3, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 25px;
  margin: 25px;
  border-radius: 5%;
  color: #000;
  font-weight: 700;
  white-space: nowrap;
}

.lin a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.lin:hover {
  background: #ff8000;
  transition: all 0.5s ease;
  color: #fff;
  border-radius: 5%;
  text-decoration: none;
  padding: 24px;
  margin: 24px;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0 rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 12px;

}

.lin a:hover {
  color: #ff8000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;

}

.rel2 {
  background-color: #ff8000;
  position: relative;
  top: 1000px;
  height: 1000px;
  z-index: 35;
}

.rel21 {
  background: linear-gradient(to right, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
  position: relative;
  top: 120px;
  height: 1000px;
  z-index: 35;
}


.relblog {
  background: linear-gradient(to right, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
  position: relative;
  top: 120px;
  height: 600px;
  z-index: 35;
}


.rel21rr {
  background: linear-gradient(to right, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
  position: relative;
  top: 120px;
  height: 1000px;
  z-index: 35;
}


.rel21conta {
  background: linear-gradient(to right, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
  position: relative;
  top: 120px;
  height: 1100px;
  z-index: 35;
}

.relfa {
  background-color: #000;
  position: relative;
  top: 120px;
  height: 5500px;
  z-index: 35;
}

.relpri {
  background-color: #000;
  position: relative;
  top: 120px;
  height: 2200px;
  z-index: 35;
}


.tx2 {
  z-index: 30;
  color: #FFF;
  padding: 5% 15%;

}

.txy {
  z-index: 650;
  color: #FFF;
  padding: 5% 15%;

}


.tx2k {
  z-index: 30;
  color: #FFF;
  padding: 5% 10%;

}

.footerpo {
  background-color: #ff8000;
  position: absolute;
  top: 2600px;
  width: 100%;
  z-index: 250;
  margin: 10% 0;
  padding: 5% 0;
  height: 300px;
}

.footerblog {
  background-color: #ff8000;
  position: absolute;
  top: 500px;
  width: 100%;
  z-index: 250;
  margin: 10% 0;
  padding: 5% 0;
  height: 300px;
}


.footerfaq {
  background-color: #ff8000;
  position: absolute;
  top: 5000px;
  width: 100%;
  z-index: 250;
  margin: 10% 0;
  padding: 5% 0;
  height: 300px;
}

.copyfaq {
  z-index: 999;
  width: 100%;
  height: 1px;
  margin-top: 100px;
}


.alx {
  display: inline-block;
  padding-left: 53%;
  z-index: 955;
  position: relative;
  margin-top: 0px;
}

.txa {
  z-index: 30;
  color: #FFF;
  padding: 1% 15%;

}

.txa img {

  border-radius: 20px;

}

.cont1 {
  display: inline-block;
  padding-left: 10%;
  padding-right: 10%;
  z-index: 50;
  position: absolute;
}

.cont2 {
  display: inline-block;
  width: 40%;
  padding-left: 60%;
  padding-right: 10%;
  z-index: 55;
  position: absolute;
  margin-top: 50px;
}

.cont11 {
  display: inline-block;
  width: 43%;
  padding-left: 20%;
  padding-right: 42%;
  z-index: 600;
  position: absolute;
  margin-top: 80px;
}


.contblogg {
  display: inline-block;
  width: 43%;
  padding-left: 20%;
  padding-right: 42%;
  z-index: 600;
  position: absolute;
  margin-top: 80px;
}

.cont11rr {
  display: inline-block;
  width: 45%;
  padding-left: 10%;
  padding-right: 42%;
  z-index: 600;
  position: absolute;
  margin-top: 80px;
}

.txser1 {
  z-index: 30;
  color: #FFF;
  padding: 10% -30%;
}

.txser1 img {
  z-index: 35;
  width: 90%;
  border-radius: 20px;
}

.txser2 {
  z-index: 30;
  color: #FFF;
  padding: 10% 15%;
}

.txser2 img {
  z-index: 35;
  width: 90%;
  border-radius: 20px;
}

.contss {
  display: inline-block;
  width: 50%;
  padding-left: 30%;
  padding-right: 32%;
  z-index: 600;
  position: absolute;
  margin-top: -700px;
}

.cont2rr {
  display: inline-block;
  width: 40%;
  padding-left: 50%;
  padding-right: 20%;
  z-index: 55;
  position: absolute;
  margin-top: 70px;
}

.draco {
  display: none;
}

.dracov {
  display: inline;
}

.fugaz1 {
  z-index: 620;
  position: absolute;
  margin-top: 70px;
  margin-left: 1800px;
  display: none;
  overflow-x: hidden;
}

.fugaz2 {
  display: block;
  animation: mymove 2s linear;
  z-index: 360;
  position: absolute;
  margin-top: 850px;
  margin-left: 2200px;
  transform: rotate(-8deg);
}

.fugaz3 {
  display: block;
  animation: mymoveq 2s linear;
  animation-delay: 1s;
  z-index: 360;
  position: absolute;
  margin-top: 890px;
  margin-left: 2000px;
  transform: rotate(-5deg);
}


.fugaz4 {
  display: block;
  animation: mymoveq 2s linear 2;
  animation-delay: 10s;
  z-index: 360;
  position: absolute;
  margin-top: 950px;
  margin-left: 2000px;
  transform: rotate(-2deg);
}

@-webkit-keyframes mymove {
  100% {
    translate: -1900% 160px;
  }
}

@keyframes mymove {
  100% {
    translate: -1900% 160px;
  }
}

@-webkit-keyframes mymoveq {
  100% {
    translate: -1900% 120px;
  }
}

@keyframes mymoveq {
  100% {
    translate: -1900% 120px;
  }
}

@-webkit-keyframes mymovew {
  100% {
    translate: -1900% 120px;
  }
}

@keyframes mymovew {
  100% {
    translate: -1900% 120px;
  }
}


.tags-cloud {
  margin-top: 300px;
  top: calc(80% - 50vmin);
  left: calc(50% - 50vmin);
  height: 150vmin;
  width: 90vmin;
  list-style: none;
  opacity: 0;
}


.tags-cloud.-loaded {
  -webkit-animation: fadeIn 3s ease-out forwards;
  animation: fadeIn 3s ease-out forwards;
}


.tags-cloud>.tag {
  position: absolute;
  font-size: 4vmin;
  font-weight: bold;
  transition: transform .5s linear, opacity .5s linear;
  color: #000;
}


.tags-cloud>.tag>.wrap {
  display: inline-block;
  transform: translateX(-70%) translateY(-70%);
}


.interior {
  text-align: center;
}


.tx6 {
  animation: fluido 5s ease-in-out infinite;
  background: linear-gradient(-45deg, #ff8000, #ffe100, #e73c7e, #ffe100, #ff8000);
  background-size: 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

}

.tx66 {
  animation: fluido 5s ease-in-out infinite;
  background: linear-gradient(-45deg, #ff8000, #ffe100, #e73c7e, #ffe100, #ff8000);
  background-size: 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

}


@keyframes fluido {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}


.cont4 {
  opacity: 0%;
}


.cont4a {
  position: absolute;
  left: 0%;
  top: 2450px;
  max-width: 100%;
  height: 2550px;
  z-index: 60;
  animation: moveBox 2s ease-in-out;
}

@keyframes moveBox {
  0% {
    opacity: 100%;
  }

  100% {}
}


.cont41 {
  background-color: #ff8000;
  position: absolute;
  top: 1120px;
  left: -200px;
  max-width: 100%;
  height: 1530px;
  z-index: 60;
  display: inline-block;

  padding-right: 10%;

}


.rel220 {
  text-align: center;
  padding: 15%;
  margin: 150px;
  background-image: url("../video/aliens.mp4");
  background-repeat: no-repeat;
  background-position: center;
}


.cont42 {
  background: rgba(255, 0, 136, 1);
  position: absolute;
  top: 3250px;
  left: 0px;
  max-width: 100%;
  height: 800px;
  z-index: 60;
  display: inline-block;
  padding-left: 25%;
  padding-right: 45%;

}


.cont43 {
  background: #2f1379;
  position: absolute;
  top: 4750px;
  left: 0px;
  max-width: 100%;
  height: 800px;
  z-index: 60;
  display: inline-block;
  padding-left: 25%;
  padding-right: 45%;

}


.cont44 {
  background: #e73c7e;
  position: absolute;
  top: 2650px;
  left: 0px;
  max-width: 100%;
  height: 1000px;
  z-index: 660;
  display: inline-block;
  padding-left: 25%;
  padding-right: 45%;
}

.cont45 {
  background: #fff;
  position: absolute;
  top: 3150px;
  left: 0px;
  max-width: 100%;
  height: 500px;
  z-index: 60;
  display: inline-block;
  padding-left: 25%;
  padding-right: 45%;
}

.cont46 {
  background: linear-gradient(to right, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
  position: absolute;
  top: 3650px;
  left: 0px;
  max-width: 100%;
  height: 1000px;
  z-index: 60;
  display: inline-block;

  padding-right: 45%;
}

.cont47 {
  background: linear-gradient(to right, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
  top: 4650px;
  left: 0px;
  max-width: 100%;
  height: 800px;
  z-index: 562;
  display: inline-block;
  padding-left: 25%;
  padding-right: 45%;
  position: absolute;
}

.acont47 {
  top: 4650px;
  max-width: 100%;
  height: 800px;
  z-index: 562;
  display: inline-block;
  padding-right: 45%;
  position: absolute;
}

.acont47hb {
  top: 4650px;
  max-width: 100%;
  height: 800px;
  z-index: 562;
  display: inline-block;
  padding-right: 45%;
  position: absolute;
}

.cont48 {
  background: rgba(255, 128, 0, 1);
  top: 6850px;
  left: 0px;
  max-width: 100%;
  height: 800px;
  z-index: 562;
  display: inline-block;
  padding-left: 25%;
  padding-right: 45%;
  position: absolute;
}

.cont49 {
  background: #000;
  top: 5350px;
  left: 0px;
  max-width: 100%;
  height: 800px;
  z-index: 562;
  display: inline-block;
  padding-left: 25%;
  padding-right: 45%;
  position: absolute;
}

.cont51 {
  background-color: #000;
  position: absolute;
  top: 1120px;
  left: 0px;
  max-width: 100%;
  height: 830px;
  z-index: 60;
  display: inline-block;
  padding-left: 25%;
  padding-right: 45%;

}

.cont51zz {
  background-color: #000;
  position: absolute;
  top: 1120px;
  max-width: 100%;
  height: 830px;
  z-index: 60;
  display: inline-block;
  padding-left: 25%;
  padding-right: 45%;

}


.cont52 {
  background: #fff;
  position: absolute;
  top: 1950px;
  left: 0px;
  max-width: 100%;
  height: 1000px;
  z-index: 60;
  display: inline-block;
  padding-left: 25%;
  padding-right: 45%;

}


.cont52u {
  background: #fff;
  position: absolute;
  top: 1950px;
  left: 0px;
  max-width: 100%;
  height: 1000px;
  z-index: 60;
  display: inline-block;
  padding-left: 25%;
  padding-right: 45%;

}

.cont53 {
  background: #ff8000;
  position: absolute;
  top: 2950px;
  left: 0px;
  max-width: 100%;
  height: 1000px;
  z-index: 60;
  display: inline-block;
  padding-left: 25%;
  padding-right: 45%;

}

.cont53u {
  background: #ff8000;
  position: absolute;
  top: 2950px;
  left: 0px;
  max-width: 100%;
  height: 1000px;
  z-index: 60;
  display: inline-block;
  padding-left: 25%;
  padding-right: 45%;

}


.cont54 {
  background: #000;
  position: absolute;
  top: 3750px;
  left: 0px;
  max-width: 100%;
  height: 1000px;
  z-index: 10;
  display: inline-block;
  padding-left: 0%;
  padding-right: 45%;
}

.cont54h {
  background: #000;
  position: absolute;
  top: 3750px;
  left: 0px;
  max-width: 100%;
  height: 1000px;
  z-index: 1;
  display: inline-block;
  padding-left: 0%;
  padding-right: 45%;
}

.cont55 {
  background: #fff;
  position: absolute;
  top: 4750px;
  left: 0px;
  max-width: 100%;
  height: 1500px;
  z-index: 60;
  display: inline-block;
  padding-left: 25%;
  padding-right: 45%;
}




.cont5 {
  z-index: 600;
  display: inline-block;
  padding-left: 50%;

}

.tx5 {
  margin-top: 100px;
  text-align: center;
  color: #fff;
  font-size: 35px !important;
}

.conttxlogos {
  background-color: #000;
  position: absolute;
  top: 2000px;
  width: 100%;
  height: 450px;
  z-index: 60;
  text-align: center;

}

.contlogos {
  background-color: #000;
  position: absolute;
  top: 2250px;
  max-width: 99%;
  height: 100px;
  z-index: 60;
  overflow-x: hidden;
}

.posicion {

  width: 1800%;
  overflow-x: hidden;
}

.cli {
  animation: mymove2 60s infinite linear normal;
  display: inline-block;
  margin-right: 5px;
  animation-delay: 2;
}

.sesen {
  width: 60%;
}

@keyframes mymove2 {
  100% {
    translate: -5300% 0px;
  }
}

.txhola0 {
  opacity: 0;
  top: 0px;

}

.txhola {
  text-align: center;
  z-index: 30;
  animation: fluidohola 2s linear 1;
  opacity: 1;
  padding: 40px;
  font-size: 120px;

}

@keyframes fluidohola {
  0% {
    opacity: 0%;
  }

  100% {
    opacity: 100%;
  }
}

.txhola2 {
  text-align: center;
  z-index: 30;
  opacity: 1;
  padding: 40 0px;
}

.ver {
  animation: fluidohola 2s linear 1;
  opacity: 1;
}

.verstx {
  animation: fluidohola 1s linear 1;
  opacity: 1;
  font-family: "Lato";
  font-size: 65px;
  font-weight: 900;
  text-align: left;
  margin: 0%;
  margin-top: 7%;
}

.nover {
  opacity: 0;
}

.contse {
  position: relative;
  top: 4300px;
  max-width: 100%;
  z-index: 960;
  display: inline-block;
  padding-left: 23%;
  text-align: center;

}

.limpio {
  display: inline-block;
  margin: 20px;
  background: -moz-linear-gradient(90deg, rgba(255, 128, 0, 1) 0%, rgb(255, 0, 136) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 128, 0, 1) 0%, rgb(255, 0, 136) 100%);
  background: linear-gradient(90deg, rgba(255, 128, 0, 1) 0%, rgb(255, 0, 136) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffe100", GradientType=1);
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #FFF;
  z-index: 90;
  position: absolute;
  width: 250px;
  height: 250px;
  text-align: center !important;
  vertical-align: center !important;
}

.limpio:hover {
  transform: rotateY(180deg);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  position: absolute;
}

.limpiob {
  display: inline-block;
  margin: 20px;
  background-color: silver;
  border-radius: 15px;
  color: #000;
  z-index: 80;
  width: 250px;
  height: 250px;
  text-align: center !important;
  align-items: center;
}

.contseb {
  position: absolute;
  top: 3700px;
  max-width: 100%;
  z-index: 59;
  display: inline-block;
  padding-left: 29%;
  position: absolute;
}

.container {
  width: 1100px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container .card {
  position: relative;
}

.container .card .face {
  width: 300px;
  height: 600px;
  transition: .4s;
}

.container .card .face.face1 {
  position: relative;
  background: linear-gradient(to right, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
  height: 100px;
  color: #000 !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .8);
}

.container .card:hover .face.face1 {
  transform: translateY(0);
  box-shadow:
    inset 0 0 60px whitesmoke,
    inset 20px 0 80px #ffe100,
    inset -20px 0 80px #ff8000,
    inset 20px 0 300px #ffe100,
    inset -20px 0 300px #ff8000,
    0 0 50px #fff,
    -10px 0 80px #ffe100,
    10px 0 80px #ff8000;
}


.container .card .face.face1 .content {
  transition: 0.5s;
  text-align: center;
}

.container .card:hover .face.face1 .content {
  opacity: 1;
}

.container .card .face.face1 .content i {
  color: #000;
  display: inline-block;
}

.container .card .face.face1 .content h2 {
  font-size: 1.5em;
  color: #FFF;
  text-align: center;
  font-weight: 0% !important;
}

.container .card .face.face1 .content a {
  transition: .5s;
}

.container .card .face.face2 {
  position: relative;
  background: whitesmoke;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .8);
  transform: translateY(-50px);
  opacity: 0;
}

.container .card:hover .face.face2 {
  transform: translateY(0);
  color: rgba(0, 0, 0, 1);
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.container .card .face.face2 .content p,
a {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 50px;
}

.container .card .face.face2 .content a {
  text-decoration: none;
  color: #ff8000;
  display: inline-block;
  margin-top: 30px;
  padding: 1px 38px;
}

.container .card .face.face2 .content a:hover {
  background: linear-gradient(to right, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
  color: #fff;
  padding: 1px 38px;
}

.icontcase {
  background-color: #000;
  position: absolute;
  top: 3700px;
  width: 100%;
  height: 1200px;
  z-index: 250;


}

.icontcase21 {
  background-color: #000;
  position: absolute;
  top: 2200px;
  width: 100%;
  height: 900px;
  z-index: 250;
}

.icontcase1 {
  z-index: 100;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 65%);
  margin: 0 25%;
}


.icontcase2 {
  display: inline-block;
  width: 40%;
  padding-left: 60%;
  padding-right: 10%;
  z-index: 55;
  position: absolute;
  margin-top: 50px;

}

.icontcases {
  background-color: #fff;
  position: absolute;
  top: 4800px;
  width: 100%;
  height: 700px;
  z-index: 250;

}

.icontcases77 {
  background-color: #ff8000;
  position: absolute;
  top: 6300px;
  width: 100%;
  height: 1000px;
  z-index: 250;
}

.icontcasesli {
  background-color: #ff8000;
  position: absolute;
  top: 5950px;
  width: 100%;
  z-index: 250;
  margin: 10% 0;
  padding: 5% 0;
}

.footerab {
  background-color: #ff8000;
  position: absolute;
  top: 5950px;
  width: 100%;
  z-index: 250;
  margin: 10% 0;
  padding: 5% 0;
  height: 300px;
}

.footercon {
  background-color: #ff8000;
  position: absolute;
  top: 2500px;
  width: 100%;
  z-index: 250;
  margin: 10% 0;
  padding: 5% 0;
  height: 300px;
}



.footerhome {
  background-color: #ff8000;
  position: absolute;
  top: 6000px;
  width: 100%;
  z-index: 250;
  margin: 200px 0;
  padding: 5% 0;
  max-height: 300px;
}

.footerse {
  background-color: #ff8000;
  position: absolute;
  top: 7000px;
  width: 100%;
  z-index: 250;
  margin: 200px 0;
  padding: 5% 0;
  max-height: 300px;
}

.copytoph {
  position: absolute;
  top: 6500px;
  width: 100%;
  z-index: 550;
  margin: 200px 0;
  padding: 5% 0;
  max-height: 300px;
}

.copyw {
  position: absolute;
  top: 3100px;
  width: 100%;
  z-index: 550;
  margin: 200px 0;
  padding: 5% 0;
  max-height: 300px;
}

.copyblog {
  position: absolute;
  top: 900px;
  width: 100%;
  z-index: 550;
  margin: 200px 0;
  padding: 5% 0;
  max-height: 300px;
}


.copytopha {
  position: absolute;
  top: 7500px;
  width: 100%;
  z-index: 550;
  margin: 200px 0;
  padding: 5% 0;
  max-height: 300px;
}

.copytophay {
  position: absolute;
  top: 7500px;
  width: 100%;
  z-index: 550;
  margin: 200px 0;
  padding: 5% 0;
  max-height: 300px;
}

.icontcase1s {
  display: inline-block;
  width: 45%;
  padding-left: 20%;
  padding-right: 42%;
  z-index: 50;
  position: absolute;

}

.csp {
  display: inline-block;
  width: 33%;
  z-index: 550;
  text-align: center;
  position: relative;


}

.icontcases2 {

  position: absolute;
  top: 5950px;
  width: 120%;
  height: 1800px;
  z-index: 250;
  margin: 0 15%;
  /* background: url('../img/case-study/fedex.jpg') ;
 background-size: cover;*/
}

.coheteani {
  position: absolute;
  bottom: -100px;
  /* Posición inicial de la imagen fuera de la vista */
}

.coheteani.visible {
  bottom: 0;
  /* Posición de la imagen cuando se activa */
  transition: all 0.5s ease;
  /* Animación de transición */
}

#slideshow {
  margin: 0 auto;
  height: 900px;
  width: 100%;

}

.slideshow-title {
  font-size: 62px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  margin-top: 25%;
  letter-spacing: 3px;
  font-weight: 300;
}

.sub-heading {
  padding-top: 50px;
  font-size: 18px;
}

.sub-heading-two {
  font-size: 15px;
}

.sub-heading-three {
  font-size: 13px;
}

.sub-heading-four {
  font-size: 11px;
}

.sub-heading-five {
  font-size: 9px;
}

.sub-heading-six {
  font-size: 7px;
}

.sub-heading-seven {
  font-size: 5px;
}

.sub-heading-eight {
  font-size: 3px;
}

.sub-heading-nine {
  font-size: 1px;
}

.entire-content {
  margin: auto;
  width: 150px;
  perspective: 500px;
  position: relative;
  padding-top: 80px;
}

.content-carrousel {
  width: 100%;
  position: absolute;
  float: right;
  animation: rotar 35s infinite linear;
  transform-style: preserve-3d;
}

.content-carrousel:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.content-carrousel figure {
  width: 70%;
  height: 90px;
  overflow: hidden;
  position: absolute;
}

.content-carrousel figure:nth-child(1) {
  transform: rotateY(0deg) translateZ(360px);
}

.content-carrousel figure:nth-child(2) {
  transform: rotateY(30deg) translateZ(360px);
}

.content-carrousel figure:nth-child(3) {
  transform: rotateY(60deg) translateZ(360px);
}

.content-carrousel figure:nth-child(4) {
  transform: rotateY(90deg) translateZ(360px);
}

.content-carrousel figure:nth-child(5) {
  transform: rotateY(120deg) translateZ(360px);
}

.content-carrousel figure:nth-child(6) {
  transform: rotateY(150deg) translateZ(360px);
}

.content-carrousel figure:nth-child(7) {
  transform: rotateY(180deg) translateZ(360px);
}

.content-carrousel figure:nth-child(8) {
  transform: rotateY(210deg) translateZ(360px);
}

.content-carrousel figure:nth-child(9) {
  transform: rotateY(240deg) translateZ(360px);
}

.content-carrousel figure:nth-child(10) {
  transform: rotateY(270deg) translateZ(360px);
}

.content-carrousel figure:nth-child(11) {
  transform: rotateY(300deg) translateZ(360px);
}

.content-carrousel figure:nth-child(12) {
  transform: rotateY(330deg) translateZ(360px);
}


.content-carrousel img {
  image-rendering: auto;
  transition: all 300ms;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border-radius: 9px;
}

.content-carrousel img:hover {
  transform: scale(1.2);
  transition: all 300ms;
  opacity: 1;
  transform: translateY(35px);
}

@keyframes rotar {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(-360deg);
  }
}

.nomar {
  top: -50px;
  z-index: 995;
  position: relative;
}

.nomary {
  top: -50px;
  z-index: 995;
  position: relative;
}

.copyright {
  text-align: center;
  font-size: 12px;
  padding-bottom: 100px;
}

.copyr {
  z-index: 999;
  width: 100%;
  height: 50px;
  margin-top: 100px;
}

.copyr2 {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  height: 50px;
  margin-top: 100px;
}

.video35 {
  position: relative;
  left: 0;
  top: 120px;
  width: 100%;
  z-index: 99;
}

.copyrab {
  z-index: 999;
  width: 100%;
  height: 50px;
  margin-top: 100px;
}

.cases9 {
  position: absolute;
  top: 50px;
  width: 100%;
  height: 400px;
  z-index: 100;
}

.cases9y {
  position: absolute;
  top: 130px;
  width: 100%;
  height: 400px;
  z-index: 100;
  background-color: #fff;
}

.cases10 {
  position: absolute;
  top: 450px;
  width: 120%;
  height: 1800px;
  z-index: 201;
  margin: 0 15%;
}

.caso1 {
  background-color: #ff8000;
  position: relative;
  top: 50px;
  z-index: 395;
  height: 1800px;
}

.caso2 {
  background-color: #000000;
  position: relative;
  z-index: 396;
  height: 2050px;
}

.caso3 {
  background-color: #ff8000;
  position: relative;
  top: 0px;
  z-index: 395;
  height: 2250px;

}

.caso4 {
  background-color: #cccccc;
  position: relative;
  top: 0px;
  z-index: 395;
  height: 1650px;

}

.caso5 {
  background-color: #000;
  position: relative;
  top: 0px;
  z-index: 395;
  height: 2000px;

}

.caso6 {
  background-color: #ff8000;
  position: relative;
  top: 0px;
  z-index: 395;
  height: 2550px;

}

.caso7 {
  background-color: #000;
  position: relative;
  top: 0px;
  z-index: 395;
  height: 2100px;

}

.caso8 {
  background-color: #ff8000;
  position: relative;
  top: 0px;
  z-index: 395;
  height: 2000px;

}


.pastilla {
  display: inline-block;
  padding-left: 10%;
  padding-right: 43%;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-left: 8.5%;
  z-index: 590;
  position: absolute;
  margin-top: 180px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  background-color: #fff;
  width: 30%;
  height: 1200px;
}

.pastilla2 {
  display: inline-block;
  padding-left: 10%;
  padding-right: 43%;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-left: 8.5%;
  z-index: 590;
  position: absolute;
  margin-top: 180px;
  box-shadow: 0 0 25px rgb(255, 115, 0);
  border-radius: 25px;
  background-color: #fff;
  width: 30%;
  height: 1500px;
}

.pastilla3 {
  display: inline-block;
  padding-left: 10%;
  padding-right: 43%;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-left: 8.5%;
  z-index: 590;
  position: absolute;
  margin-top: 180px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  background-color: #fff;
  width: 30%;
  height: 1700px;
}

.pastilla4 {
  display: inline-block;
  padding-left: 10%;
  padding-right: 43%;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-left: 8.5%;
  z-index: 590;
  position: absolute;
  margin-top: 180px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  background-color: #fff;
  width: 30%;
  height: 1100px;
}

.pastilla5 {
  display: inline-block;
  padding-left: 10%;
  padding-right: 43%;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-left: 8.5%;
  z-index: 590;
  position: absolute;
  margin-top: 180px;
  box-shadow: 0 0 25px rgb(255, 115, 0);
  border-radius: 25px;
  background-color: #fff;
  width: 30%;
  height: 1400px;
}

.pastilla6 {
  display: inline-block;
  padding-left: 10%;
  padding-right: 43%;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-left: 8.5%;
  z-index: 590;
  position: absolute;
  margin-top: 180px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  background-color: #fff;
  width: 30%;
  height: 2000px;
}

.pastilla7 {
  display: inline-block;
  padding-left: 10%;
  padding-right: 43%;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-left: 8.5%;
  z-index: 590;
  position: absolute;
  margin-top: 180px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  background-color: #fff;
  width: 30%;
  height: 1550px;
}

.pastilla8 {
  display: inline-block;
  padding-left: 10%;
  padding-right: 43%;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-left: 8.5%;
  z-index: 590;
  position: absolute;
  margin-top: 180px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  background-color: #fff;
  width: 30%;
  height: 1450px;
}

.cajaw {
  display: inline-block;
  width: 40%;
  padding-left: 55%;
  padding-right: 15%;
  padding-top: 5%;
  z-index: 655;
  position: absolute;
  margin-top: 170px;
}


.cap {
  border: 2px solid #fff;
  border-radius: 25px;
  padding: 30px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.imgsigue {
  clear: both;
  margin: 2%;
  z-index: 900;
}

.tam {
  width: 27%;
  border-radius: 25px;
  border: #aaaaaa 1px solid;
}

.tam2 {
  width: 49%;
  border-radius: 25px;
  border: #aaaaaa 1px solid;
}

.tam3 {
  width: 35%;
  border-radius: 25px;
  border: #aaaaaa 1px solid;
}

.tam3b {
  width: 35%;
  border-radius: 25px;
  border: #aaaaaa 1px solid;
  margin-top: 3%;
}

.tam5 {
  width: 20%;
  border-radius: 25px;
  border: #aaaaaa 1px solid;
}

.criaturas1 {
  position: absolute;
  top: 2300px;
  z-index: 989;
  text-align: center;
  padding: 0 14%;
}

.criaturas2 {
  position: absolute;
  top: 4300px;
  z-index: 989;
  text-align: center;
  padding: 0 14%;

}

.criaturas3 {
  position: absolute;
  top: 6600px;
  z-index: 989;
  text-align: center;
  padding: 0 14%;
}

.criaturas4 {
  position: absolute;
  top: 8300px;
  z-index: 989;
  text-align: center;
  padding: 0 14%;
}

.criaturas5 {
  position: absolute;
  top: 10150px;
  z-index: 989;
  text-align: center;
  padding: 0 14%;
}

.criaturas6 {
  position: absolute;
  top: 12050px;
  z-index: 989;
  text-align: center;
  padding: 0 14%;
}

.criaturas7 {
  position: absolute;
  top: 14650px;
  z-index: 989;
  text-align: center;
  padding: 0 14%;
}

.criaturas8 {
  position: absolute;
  top: 16800px;
  z-index: 989;
  text-align: center;
  padding: 0 14%;
}

.video8 {
  position: relative;
  left: 0;
  top: 120px;
  width: 70%;
  z-index: 99;

}

.but35 {
  position: relative;
  text-align: center;
  z-index: 990;
  font-size: 18px;
  padding-top: 50px;
}

.flecha {
  position: fixed;
  left: 97%;
  bottom: 10px;
  z-index: 980;
  opacity: 0.5;
  overflow-x: hidden;

}

.flecha:hover {
  position: fixed;
  opacity: 1;
}

.rojo {
  color: red;
}

.alilu {
  display: inline-block;
  padding-left: 85%;
  z-index: 955;
  position: relative;
  margin-top: -650px;
}

.cont9113 {
  display: inline-block;
  width: 60%;
  padding-left: 20%;
  padding-right: 35%;
  z-index: 50;
  position: absolute;
  margin-top: 80px;
}

.cla {
  position: absolute;
  bottom: -100px;
  /* Posición inicial de la imagen fuera de la vista */
}

.cla.visible {
  bottom: 0;
  /* Posición de la imagen cuando se activa */
  transition: all 0.5s ease;
  /* Animación de transición */
}



.ml9 {

  font-weight: 200;
  text-align: center;
}

.ml9 .text-wrapper {
  position: relative;
  display: inline-block;

}

.ml9 .letter {
  transform-origin: 50% 100%;
  display: inline-block;
}

.ml9:hover {
  transform: scale(1.2, 1.2);
  transition: all 1s ease;
}

.fond {
  position: absolute;
  top: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 20;
  opacity: 0, 1;
}

.fondt {
  position: absolute;
  top: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 20;
  opacity: 0, 1;
}

.fondtaa {
  position: absolute;
  top: -650px;
  width: 100%;
  bottom: 0px;
  z-index: 20;
  opacity: 0, 1;
}

.uli {
  background-color: #f0f0f0;
  padding: 10px 15px;
  border-radius: 6px;
}

.uli:hover {
  transition: all 1s ease;
  background: linear-gradient(to right, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
  padding: 10px 15px;
  border-radius: 6px;
  box-shadow: 8px 18px 8px rgba(0, 0, 0, 0.5);
}



.fondl {
  position: absolute;
  top: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 20;
  opacity: 0, 1;
}

.fond1 {
  position: absolute;
  top: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 20;
  opacity: 0, 1;
}

.fond2 {
  position: absolute;
  top: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 20;
  opacity: 0, 1;
}

.ampi {
  width: 100%;
}

.ampi:hover {
  transform: scale(1.1, 1.1);
  transition: all 1s ease;
}

.ampis {
  width: 100%;
  text-shadow: 0px 0px 0px #000;
}

.ampis:hover {
  transform: scale(1.1, 1.1);
  transition: all 1s ease;
  text-shadow: 0px 12px 4px #000;
}

.ampis2 {
  width: 100%;
  text-shadow: 0px 0px 0px #000;

}

.ampis2:hover {
  transform: scale(1.1, 1.1);
  transition: all 1s ease;
  text-shadow: 16px 16px 16px #b7b7b7;

}

.fullse {
  animation-name: letritas;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}

@keyframes letritas {
  from {
    letter-spacing: -30px;
    opacity: 0;
  }

  to {
    letter-spacing: 0px;
    opacity: 1
  }
}


.fondor {

  padding: 50px;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  z-index: 2;

}


.rejilla0 {
  display: grid;
  justify-content: center;
  grid-template-columns: auto;
  margin: 10px 20%;
  flex-direction: row;
  flex-grow: 1;
  text-align: center;
}

.rejillat0 {
  display: grid;
  justify-content: center;
  grid-template-columns: auto;
  margin: 30px 20%;
  flex-direction: row;
  flex-grow: 1;
  text-align: center;
}

.rejilla1 {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 28%);
  margin: 5% 10%;
  text-align: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 15px;
}

.rejilla333 {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto auto;
  gap: 70px;
  margin: 2% 5%;
}


.repo1 {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto auto;
  gap: 70px;
  margin: 2% 5%;
  background-color: #fff;
}

.repo2 {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto auto;
  gap: 70px;
  margin: 2% 5%;
  background-color: #fff;
}

.repo3 {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto auto;
  gap: 70px;
  margin: 2% 5%;
  background-color: #fff;
}

.repo4 {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto auto;
  gap: 70px;
  margin: 2% 5%;
  background-color: #fff;
}


.repo5 {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto auto;
  gap: 70px;
  margin: 2% 5%;
  background-color: #fff;
}


.repo6 {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto auto;
  gap: 70px;
  margin: 2% 5%;
  background-color: #fff;
}


.toge1 {
  left: 15%;
  text-align: center;
  display: inline-block;
  position: absolute;
  z-index: 525;
  top: 650px;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 15px;
}

.toge2 {
  left: 35%;
  text-align: center;
  display: inline-block;
  position: absolute;
  z-index: 525;
  top: 650px;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 15px;
}

.toge3 {
  left: 55%;
  text-align: center;
  display: inline-block;
  position: absolute;
  z-index: 525;
  top: 650px;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 15px;
}

.marea {
  top: 1000px;
  position: relative;
  background-color: #000;
  width: 100%;
  padding: 50px;
  border-radius: 20px;
  color: #fff;
}

.imgn {
  border: 0px solid #000 !important;
  width: 150%;
  margin-top: 40%;
  text-align: center;

}

.topm {
  margin-top: -5%;

}

.topp {
  margin-top: -2%;

}

.toppp {
  margin-top: 100px;

}

.pek {
  font-size: 10px;
  ;
}

.topma {
  top: 12%;
  left: 20%;
  position: relative;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  width: 60%;
  height: 95%;
}

.sinfondo:hover {
  background: none !important;
}

.contaca {
  display: grid;
  justify-content: center;
  gap: 10px;
  grid-template-columns: auto 35vw 35vw auto;
  text-align: left;
  border-radius: 20px;
  z-index: 260;
}

form {
  display: grid;
  gap: 10px;
  max-width: 400px;

}

label {
  font-weight: bold;
  margin-top: 30px;
}


input {
  padding: 5px;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  resize: none;
  border: none;
}

textarea {
  padding: 5px;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  height: 100px;
  resize: none;
  border: none;
}

input[type="submit"] {
  background: rgb(255, 128, 0);
  background: -moz-linear-gradient(90deg, rgba(255, 128, 0, 1) 0%, rgba(255, 213, 3, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 128, 0, 1) 0%, rgba(255, 213, 3, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 128, 0, 1) 0%, rgba(255, 213, 3, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 20px;
  width: 160px;
  margin: 20px;
  padding: 20px;
  border: none;
  white-space: nowrap;
}


input[type="submit"]:hover {
  background: #ff8000;
  transition: all 0.5s ease;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0 rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 12px;
  border: 0px;

}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}


.popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 3800px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 988;
  display: none;
}

.popup-content {
  position: absolute;
  top: 500px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 40px;
  margin: 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 988;
  color: #000;
  text-align: center;
  box-shadow: 10px 10px 10px 5 rgba(0, 0, 0, 0.8), 10px 10px 10px 5 rgba(0, 0, 0, 0.8);
}

.close-btn {
  background: rgb(255, 128, 0);
  background: -moz-linear-gradient(90deg, rgba(255, 128, 0, 1) 0%, rgba(255, 213, 3, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 128, 0, 1) 0%, rgba(255, 213, 3, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 128, 0, 1) 0%, rgba(255, 213, 3, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 10px;
  margin: 10px 0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 988;
}

.close-btn:hover {
  background-color: #ff8000;
  padding: 10px;
  margin: 10px 0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 988;
}



model-viewer {
  width: 800px;
  height: 100%;
  background-color: #000000;
  margin-left: 70px;
  top: 90px;
}


.progress-bar {
  display: block;
  width: 33%;
  height: 10%;
  max-height: 2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 25px;
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
}

.progress-bar.hide {
  visibility: hidden;
  transition: visibility 0.3s;
}

.update-bar {
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 25px;
  float: left;
  transition: width 0.3s;
}

#ar-button {
  background-image: url(img/ar_icon.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 12px 50%;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 16px;
  padding: 0px 16px 0px 40px;
  font-family: Roboto Regular, Helvetica Neue, sans-serif;
  font-size: 14px;
  color: #4285f4;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #DADCE0;
}

#ar-button:active {
  background-color: #000;
}

#ar-button:focus {
  outline: none;
}

#ar-button:focus-visible {
  outline: 1px solid #4285f4;
}

@keyframes circle {
  from {
    transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg);
  }

  to {
    transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg);
  }
}

@keyframes elongate {
  from {
    transform: translateX(100px);
  }

  to {
    transform: translateX(-100px);
  }
}

model-viewer>#ar-prompt {
  position: absolute;
  left: 50%;
  bottom: 60px;
  animation: elongate 2s infinite ease-in-out alternate;
  display: none;
}

model-viewer[ar-status="session-started"]>#ar-prompt {
  display: block;
}

model-viewer>#ar-prompt>img {
  animation: circle 4s linear infinite;
}

.padd {
  padding-bottom: 40px;
}

.fcs {
  width: 400px;
  filter: brightness(0.4);
  border-radius: 20px;
}

.fcs:hover {
  filter: brightness(1);
  transform: scale(1.1, 1.1);
  transition: all 1s ease;
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.5);
}


.topg {
  padding-top: 50px;
}

.gris {
  color: #747474;
}

.fcs2 {
  width: 100%;
  z-index: 30;
  margin-top: 220px !important;
  position: relative;
}

.rejilla88 {

  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 10px;
  text-align: center;
  top: 800px;
  z-index: 35;
  font-size: 18px;
  width: 100%;
}

.junto {
  line-height: 100%;
}


.link {
  background: #000;
  border: 1px solid #ff8000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 25px;
  margin: 55px 0;
  border-radius: 5%;
  color: #ff8000;
  font-weight: 700;
  white-space: nowrap;
}

.link a {
  text-decoration: none;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.link:hover {
  background: rgb(255, 128, 0);
  background: -moz-linear-gradient(90deg, rgba(255, 128, 0, 1) 0%, rgba(255, 213, 3, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 128, 0, 1) 0%, rgba(255, 213, 3, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 128, 0, 1) 0%, rgba(255, 213, 3, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
  color: #000;
  transition: all 1s ease;
  border-radius: 5%;
  text-decoration: none;
  padding: 25px;
  margin: 55px 0;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0 rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 12px;

}

.link a:hover {
  color: rgba(0, 0, 0, 0.19);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;

}

.mariposa {
  width: 130px;
  height: 130px;
  top: 2750px;
  left: -130px;
  z-index: 987;
  position: absolute;

}

.mariposa2 {
  width: 130px;
  height: 130px;
  top: 2750px;
  left: -130px;
  position: absolute;
  animation-name: marit;
  animation-duration: 16s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  z-index: 59;

}

@keyframes marit {
  0% {
    left: 00px;
    top: 2850px;
  }

  100% {
    left: 2400px;
    top: 2100;
  }
}


.mariposax {
  width: 180px;
  height: 180px;
  top: 2550px;
  left: -130px;
  z-index: 987;
  position: absolute;

}

.mariposa2x {
  width: 180px;
  height: 180px;
  top: 2550px;
  left: -130px;
  position: absolute;
  animation-name: maritx;
  animation-duration: 12s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-delay: 3s;
  z-index: 59;

}

@keyframes maritx {
  0% {
    left: 00px;
    top: 2650px;
    transform: rotate(10deg);
  }

  100% {
    left: 2400px;
    top: 1500;
    transform: rotate(-60deg);
  }
}

.back {
  background: linear-gradient(to right, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 128, 0, 1) 32%, rgba(255, 213, 3, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
  top: 5150px;
  margin-top: 100px;
  height: 950px;
  z-index: 999;
}


.bat1 {
  font-weight: bold;
}


.bat1:hover {
  color: rgba(0, 0, 0, 0.19);
}


.rel210 img {
  position: relative;
  top: -315px;
  width: 100%;
  z-index: 1;
  mask-image: linear-gradient(#ff8000 80%, transparent);
}





.arribap {
  z-index: 799;
  position: absolute;
}


.zarr {
  position: inherit;
  z-index: 30;
}

.cont011 {
  z-index: 900;
  padding: 20px;
  display: grid;
  justify-content: center;
  grid-template-columns: auto;
  margin: 10px 20%;
  flex-direction: row;
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  top: 100px;
  position: relative;

}


.cont011ov {
  z-index: 900;
  padding: 20px;
  display: grid;
  justify-content: center;
  grid-template-columns: auto;
  margin: 10px 20%;
  flex-direction: row;
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  top: 55px;
  position: relative;

}


.creat {
  z-index: 900;
  padding: 20px;
  display: grid;
  justify-content: center;
  grid-template-columns: auto;
  margin: 10px 15%;
  flex-direction: row;
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  top: 290px;
  position: relative;
  left: 40%;

}


.creat3 {
  z-index: 900;
  padding: 20px;
  display: grid;
  justify-content: center;
  grid-template-columns: auto;
  margin: 10px 15%;
  flex-direction: row;
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  top: 110px;
  position: relative;
  left: 0px;

}


.cont011g {
  z-index: 900;
  padding: 20px;
  display: grid;
  justify-content: center;
  grid-template-columns: auto;
  margin: 10px 20%;
  flex-direction: row;
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  top: 100px;
  position: relative;

}

.cont011g {
  z-index: 900;
  flex-direction: row;
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  top: 150px;
  position: relative;

}

.contm011 {
  z-index: 900;
  padding: 20px;
  display: grid;
  justify-content: center;
  grid-template-columns: auto;
  margin: 10px 40%;
  flex-direction: row;
  flex-grow: 1;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  top: 100px;
  position: relative;
  width: 100%;

}





.cont511 {
  z-index: 900;
  padding: 20px;
  display: grid;
  justify-content: center;
  grid-template-columns: auto;
  margin: 10px 20%;
  flex-direction: row;
  flex-grow: 1;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  top: 150px;
  position: relative;

}





.cont011z {
  z-index: 901;
  padding: 10px;
  display: grid;
  justify-content: center;
  grid-template-columns: auto;
  margin: 10px 10%;
  flex-direction: row;
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  top: 100px;
  position: relative;
}

.relq21 {

  position: relative;
  top: 120px;
  height: 800px;
  z-index: 35;
}

.relq21x {
  background: linear-gradient(to right, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
  position: relative;
  top: 200px;
  height: 1300px;
  z-index: 135;
}

.relq21p {
  background: linear-gradient(to right, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
  position: relative;
  top: 30px;
  height: 1300px;
  z-index: 135;
}

.relq21p2 {
  background: linear-gradient(to right, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  background: linear-gradient(90deg, rgba(47, 19, 121, 1) 32%, rgba(255, 0, 136, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8000", endColorstr="#ffd503", GradientType=1);
  position: relative;
  top: 30px;
  height: 1300px;
  z-index: 135;
}

.bajo1 {
  background: #fff;
  position: relative;
  top: 200px;
  height: 1000px;
  z-index: 35;
}

.bajo2 {
  z-index: 900;
  padding: 70px;
  display: grid;
  justify-content: center;
  grid-template-columns: auto;
  margin: 10px 15%;
  flex-direction: row;
  flex-grow: 1;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  top: 150px;
  position: relative;
}

.rel2cc {
  background-color: #000;
  position: relative;
  top: 195px;
  height: 1000px;
  z-index: 35;
}

.icontcaseslic {
  background-color: #fff;
  position: absolute;
  top: 2800px;
  width: 100%;
  z-index: 250;

}

.tx3 {
  z-index: 530;
  color: #FFF;
  padding: 4% 10%;

}

.tx3k {
  z-index: 530;
  color: #FFF;
  padding: 4% 10%;

}

.iconteam {
  background-color: #000;
  position: absolute;
  top: 2650px;
  width: 100%;
  height: 1000px;
  z-index: 250;
}