html, body{
	margin: 0;
  font-family: 'Nunito', sans-serif;
  height: 100%;
}

@font-face {
  font-family: "neon_pixel";
  src: url('../styles/fonts/Neoneon.ttf');
}

@font-face {
  font-family: "beon_webfont";
  src: url('../styles/fonts/beon-webfont.ttf');
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #071526;
  /* background-image: url(/styles/img/home.png); */
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.lines{
  border-bottom: solid 0.5px #00b7ff;

}

.welcome {
  /* font-family: 'neon_pixel'; */
  /* font-family: 'beon_webfont'; */
  margin-bottom: 0;
  font-family: 'Nunito', sans-serif;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #c8f7f9;
  text-shadow: 0 0 5px #0080FF,
  0 0 25px #0080FF,
  0 0 50px #0080FF, 
  0 0 100px #0080FF;
}

.welcome_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.welcome_parr {
  color: white;
  text-align: center;
  width: 80%;
  letter-spacing: 0.5px;
  font-size: 18px;
  font-weight: 200;
}

.neon {
  font-size: 3em;
  cursor: pointer;
  transition: 3s;
}

span {
  animation: flicker 2s infinite;
}

.secondPar {
  margin-top: -15px;
}

.bannerContact {
  text-decoration: none;
  color: #98f3f7;
  border: rgba(207, 198, 198, 0.829) 1px solid;
  font-family: 'Nunito', sans-serif;
  padding: 10px 30px;
  border-radius: 50px;
  margin: auto;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  width: 120px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  transition: 0.5s;
  color: #98f3f7;
  text-shadow: 0 0 5px #0080FF,
  0 0 25px #0080FF,
  0 0 50px #0080FF, 
  0 0 100px #0080FF;
}

/* .bannerContact {
  font-weight: 800
} */

.bannerContact:hover {
  letter-spacing: 0.25em;
  background: #0080FF;
  border: rgba(127, 100, 223, 0.377) 1px solid;
  color: #9ec9ff;
  font-weight: 800;
  width: 150px;
}

.bannerContact::before {
  content: "";
  position: absolute;
  inset: 2px;
}

.neon-text {
  display: flex;
  justify-content: center;
  font-size: 50px;
  text-align: center;
  font-size: 35px;
  /* color: #00bbff; */
  color: #c8f7f9;
  text-shadow: 0 0 5px #0080FF,
  0 0 25px #0080FF,
  0 0 50px #0080FF, 
  0 0 100px #0080FF;
  font-family: 'neon_pixel'; 
  letter-spacing: 1.5px;
  /* text-overflow: 5px 5px 39px rgb(0, 255, 255); */
}

.neon-text > span {
  font-size: 60px; 
  padding-top: 60px;
  /* font-weight: 700; */
}

.flickering-w {
  animation: letter-flicker 2s infinite;
}

@keyframes flicker {
  0%, 19%, 20.99%, 22%, 30%, 62.99%, 64%, 100%{
    opacity: 1;
  }
  20%, 21.99%, 31%, 63%, 63.99% {
    opacity: 0;
  }
}

@keyframes letter-flicker {
  0%, 19%, 22%, 30%, 62.99%, 64%, 68%, 76%, 100%{
    opacity: 1;
  }
  20%, 21.99%, 31%, 63%, 63.99%, 67%, 75% {
    opacity: 0;
  } 
}

.neon:hover {
  color: #98f3f7;
  text-shadow: 0 0 5px #0080FF,
  0 0 25px #0080FF,
  0 0 50px #0080FF, 
  0 0 100px #0080FF;
}

.bannerImg {
  width: 100%;
}

#hero {
  min-height: 100vh;
  position: relative;
}

.capa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2626b3e5;
  opacity: 0.5;
  mix-blend-mode: overlay;
}

.promo {
  position: relative;
  z-index: 1;
  /* padding-top: 350px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  margin: auto;
  color: white;
  /* font-size: 30px; */
}

.promo > .firstPar {
  margin: 0;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 40px;
  color: #98f3f7;
  text-shadow: 0 0 5px #0080FF,
  0 0 25px #0080FF,
  0 0 50px #0080FF, 
  0 0 100px #0080FF;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  text-align: center;
  /* font-family: 'beon_webfont'; */
}

/* .promo > p {
  margin: 0;
  letter-spacing: 2px;
  font-weight: 500;
  color: #98f3f7;
  text-shadow: 0 0 5px #0080FF,
  0 0 25px #0080FF,
  0 0 50px #0080FF, 
  0 0 100px #0080FF;
  font-family: 'Nunito', sans-serif;
} */

.secondPar {
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo_container {
  display: flex;
  justify-content: center;
  align-items: center;  
  width: 50px;
  padding-left: 80px;
}

.logoMini {
  width: 200px;
}

.logo_container > h2 {
  font-weight: 400;
  color: #98f3f7;
}

.logo {
  width: 150px;
  margin: 10px;
}

.container-menu-nav {
  position: fixed;
  width: 100%;
  z-index: 2;
}

.container-menu-nav {
  display: flex;
  background-color: #071526cb;
  /* background-color: #3e4047; */
}

.menuList > li {
  list-style: none;
  font-weight: 400;
  color: #98f3f7;
  font-family: 'Nunito', sans-serif;
}

.menuList > li > a {
  text-decoration: none;
  color: #98f3f7;
  font-size: 20px;
  text-shadow: 0 0 5px #0080FF,
  0 0 25px #0080FF,
  0 0 50px #0080FF, 
  0 0 100px #0080FF;
}

.titleWeb {
  text-align: center;
  font-weight: 500;
  /* font-size: 30px; */
  /* color: #b8aeaeea; */
}

.weeeb {
  font-size: 35px;
  text-transform: uppercase;
  margin-inline: 5%;
}

.titleWeb {
  font-family: 'Nunito', sans-serif;
  /* font-family: 'beon_webfont';  NO GUSTO!!!*/
  letter-spacing: 1px;
  color: #98f3f7;
  text-shadow: 0 0 5px #0080FF,
  0 0 25px #0080FF,
  0 0 50px #0080FF, 
  0 0 100px #0080FF;
}

.more_web {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.more_web > p {
  color: #b8aeaeea;
}

.button_more {
  text-decoration: none;
  color: #98f3f7;
  border: rgba(209, 197, 197, 0.63) 1px solid;
  font-family: 'Nunito', sans-serif;
  padding: 10px 30px;
  border-radius: 50px;
  margin-top: 20px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
  transition: 0.5s;
  color: #98f3f7;
  text-shadow: 0 0 5px #0080FF,
  0 0 25px #0080FF,
  0 0 50px #0080FF, 
  0 0 100px #0080FF;
}

.button_more:hover {
  letter-spacing: 0.25em;
  background: #0080FF;
  border: rgba(127, 100, 223, 0.377) 1px solid;
  color: #9ec9ff;
  font-weight: 800;
  box-shadow: 0 0 35px var(--clr);
}

.button_more::before {
  content: "";
  position: absolute;
  inset: 2px;
  /* background: #27282c; */
}

/* .titleWeb {
  animation:tracking-in-expand 5s linear both} 
  @keyframes tracking-in-expand{0%{letter-spacing:-.2em;opacity:0}40%{opacity:.6}100%{opacity:1}
} */

.titleMarketing {
  font-family: 'Nunito', sans-serif;
  /* font-family: 'beon_webfont' NO GUSTA!!!; */
  text-align: center;
  color: #98f3f7;
  font-weight: 200;
  /* font-size: 30px; */
  text-shadow: 0 0 5px #0080FF,
  0 0 25px #0080FF,
  0 0 50px #0080FF, 
  0 0 100px #0080FF;
}

.content_markting {
  line-height: 1.5;
}

.contentMarketing:hover {
  /* letter-spacing: 0.25em; */
  border: 1px solid;
  padding: 15pxpx;
  box-shadow: inset 0px 0px 10px #888888, 0px 0px 20px #888888;
  /* transition: 1s; */
  transition: all 0.5s ease 0s;
}

.contentWeb {
  /* border: 1px solid #81717186; */
  border-radius: 15px;
  /* padding: 50px; */
  width: 240px;
  text-align: center;
  padding: 5px;
  line-height: 1.5;
}

.contentWeb {
  /* border: 1px solid; */
  padding: 10px;
  /* box-shadow: inset 0px 0px 5px #888888, 0px 0px 10px #888888; */
  box-shadow: 5px 10px 15px #000000;
  /* position: relative; */
  overflow: hidden;
  display: flex;
}

.contentWeb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: #113059; */
}

.container_marketing {
  margin-top: 60px;
}

.contentMarketing {
  /* border: 1px solid #ffffff; */
  border-radius: 5px;
  background-color: #0b414449;
  padding: 20px;
  margin: 5px;
  width: 200px;
  text-align: center;
  box-shadow: 16px 14px 20px #071526;
}

.marketingtitle {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  /* font-family: 'beon_webfont'; NO GUSTA!!!! */
  color: #98f3f7;
  text-shadow: 0 0 5px #0080FF,
  0 0 25px #0080FF,
  0 0 50px #0080FF, 
  0 0 100px #0080FF;
}

.testimonials {
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  /* font-family: 'beon_webfont'; */
  color: #98f3f7;
  text-shadow: 0 0 5px #0080FF,
  0 0 25px #0080FF,
  0 0 50px #0080FF, 
  0 0 100px #0080FF;
}

/* =================================== */

.container_car_social {
  margin-bottom: 20px;
}

.container-slider-al {
  margin-top: -20px;
}

.our_testimonials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.content-inf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.container-footer {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.content-footer {
  display: flex;
  width: 300%;
}

.service-inf {
  text-align: center;
  width: 70%;
}

.service-content > h3 {
  font-size: 30px;
  /* font-size: 13px; */
  /* font-family: 'beon_webfont'; NOOOOO */
  font-family: 'Nunito', sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  color: #98f3f7;
  text-shadow: 0 0 5px #0080FF,
  0 0 25px #0080FF,
  0 0 50px #0080FF, 
  0 0 100px #0080FF;
}

.service-content > p {
  font-size: 13px;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 1px;
  color: #98f3f7;
}

.service-footer {
  width: 100%;
}

.service-item {
  font-family: 'Nunito', sans-serif;
  font-size: 45px;
  margin-bottom: -25px;
  color: #98f2f7d0;
}

.btn-sliderResp {
  position: absolute;
  top: 50%; 
  transform: translateY(-50%);
  font-size: 20px;
  background: none;
  border: none;
}

.left-arrow {
  left: 10px;
  color: #98f2f7d0;
}

.right-arrow {
  right: 10px;
  color: #98f2f7d0;
}
/* ============================================ */

.container-contentMarketing {
  color: #ffffff;
}

.footer {
  width: 100%;
}

.redes-color{
  color: white;
}


.title_social {
  font-size: 45px;
  font-weight: 400;
  text-align: center;
  color: #98f3f7;
  text-shadow: 0 0 5px #0080FF,
  0 0 25px #0080FF,
  0 0 50px #0080FF, 
  0 0 100px #0080FF;
}

.title_serv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.img_jelly {
  width: 55px;
  z-index: 1;
}

.caracol {
  width: 100px;
  z-index: 1;
}

.jellyfish {
  width: 140px;
}

.social {
  margin-top: 50px;
}

.contact_us {
  font-size: 30px;
  color: white;
  display:flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 40px; */
}

.item {
  scroll-margin-top: 40ex;
}

.pruebaImg {
  filter: drop-shadow(0px 7px 21px #0080ffb4);
  transform-style: preserve-3d;
  transition: transform 10s ease-in-out;
}


@keyframes zoom {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

@keyframes moveRight {
  0% { transform: translateX(0); }
  50% { transform: translateX(20px); }
  100% { transform: translateX(0); }
}

@keyframes moveLeft {
  0% { transform: translateX(0); }
  50% { transform: translateX(-20px); }
  100% { transform: translateX(0); }
}

@keyframes moveUp {
  0% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

@keyframes moveDown {
  0% { transform: translateY(0); }
  50% { transform: translateY(20px); }
  100% { transform: translateY(0); }
}

@keyframes moveDiagonal {
  0% { transform: translate(0, 0); }
  50% { transform: translate(20px, 20px); }
  100% { transform: translate(0, 0); }
}

.footer_title {
  text-align: center;
  /* margin-top: 60px; */
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #98f3f7;
  font-family: 'Nunito', sans-serif;
  text-shadow: 0 0 5px #0080FF,
  0 0 25px #0080FF,
  0 0 50px #0080FF, 
  0 0 100px #0080FF;
}

  /* 0 0 25px #03e9f4,
  0 0 50px #03e9f4, 
  0 0 100px #03e9f4; */

.contentWeb:hover {
  transition: all 0.5s ease 0s;
}

.contenedor_prueba {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tarjeta_prueba {
  height: 250px;
  width: 200px;
  /* background-color: #113059cc; */
  border-radius: 10%;
  box-shadow: 5px 10px 15px #000000;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 20px;
}

.tarjeta_prueba::before {
  content: '';
  position: absolute;
  height: 300px;
  width: 300px;
  background-image: conic-gradient(#0080FF 20deg, transparent 120deg);
  animation: rotar 2s linear infinite;
}

.btn-wsp {
  position: fixed;
  width: 55px;
  height: 55px;
  line-height: 60px;
  bottom: 30px;
  right: 30px;
  background: #0dc3f0;
  color: white;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow: 0px 1px 10px  rgba(0, 0, 0, 0.3);
  z-index: 100;
}

@keyframes rotar{
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(-360deg);
  }
}

.tarjeta_prueba::after{
  content: '';
  position: absolute;
  height: 245px;
  width: 195px;
  background-color: #071526;
  border-radius: 10%;
  box-shadow: 16px 14px 20px #0000008c;
}

.btn-wsp:hover {
  background: #0df053;
}

.partIContent {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partIIContent {
  display: flex;
  justify-content: center;
}

.container-contentMarketing {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.contentPruebaDig > h2 {
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
  text-align: center;
  width: 80%;
  margin: auto;
  text-shadow: 0 0 5px #03e9f4,
  0 0 25px #03e9f4,
  0 0 50px #03e9f4, 
  0 0 100px #03e9f4;
}

.contentPruebaDig > h3{
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0.5px;
  color: #98f3f7;
}

.footer {
  background-image: url(/styles/img/footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 55vh;
  margin-top: 50px;
  padding-top: 60px;
}

.contact_us {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 210px;
}

@keyframes movimiento{
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(30px);
  }
  100%{
    transform: translateY(0);
  }
}

.titleMarketing {
  z-index: 1;
  font-weight: 300;
}

.inf_nosotros  {
  display: flex;
  flex-direction: column;
  font-weight: 200;
}

.inf_nosotros > a{
  text-decoration: none;
  color: white;
  font-weight: 200;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0.5px;
  font-size: 20px;
}

.bxl-linkedin {
  margin: 10px;
}

.inf_hora {
  font-size: 18px;
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
  letter-spacing: 0.5px;
  margin: 0;
}

.logoFooter {
  width: 150px;
}


@media screen and (min-width: 941px) {
  .welcome {
    font-size: 60px;
    margin-top: 40px;
  }

  .welcome_parr {
    width: 50%;
    font-size: 25px;
  }

  .promo > .firstPar {
    font-size: 65px;
  }

  .secondPar {
    font-size: 25px;
  }

  .promo {
    position: relative;
    z-index: 1;
    padding-top: 200px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    margin: auto;
    color: white;
    font-size: 30px;
  }

  .neon-text > span {
    font-size: 80px; 
    padding-top: 60px;
    letter-spacing: 1.5px;
  }

  .bx-menu-alt-right {
    display: none;
  }

  .menuList {
    display: flex;
    justify-content: center;
    padding: 10px;
    margin: 0;
    width: 100%;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 0.5px;
  }

  .menuList > li {
    font-weight: 500;
  }

  .container-menu-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .menuList {
    padding-right: 50px;
  }

  .menuList > li {
    margin-inline: 20px;
  }

  .bannerContact {
    margin-bottom: 15px;
  }

  .contentWeb:hover {
    border: 1px solid #98f3f7;
    padding: 10px;
    box-shadow: inset 0 0 10px #0080FF, 0 0 20px #0080FF;
  }

  .container-contentWeb {
    display: flex;
    justify-content: space-around;
    color: #ffffff;
  }

  .contentMarketing {
    width: 300px;
    margin: 20px;
  }

  .containerMarkt {
    margin: 10px;
  }
  
  .container-contentMarketing {
    display: flex;
    justify-content: center;
  }

  .container-contentMarketing {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
  }

  .content-prub {
    display: flex;
    justify-content: center;
  }
  
  .contentPruebaDig > h2 {
    font-weight: 200;
    text-align: center;
    width: 80%;
    margin: auto;
    text-shadow: 0 0 5px #0080FF,
    0 0 25px #0080FF,
    0 0 50px #0080FF, 
    0 0 100px #0080FF;
  }

  .contact_us {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;
  }

  .bxl-instagram:hover {
    color: #98f3f7;
    /* font-family: 'Nunito', sans-serif; */
    text-shadow: 0 0 5px #0080FF,
    0 0 25px #0080FF,
    0 0 50px #0080FF, 
    0 0 100px #0080FF;
  }

  .bxl-facebook-circle:hover {
    color: #98f3f7;
    /* font-family: 'Nunito', sans-serif; */
    text-shadow: 0 0 5px #0080FF,
    0 0 25px #0080FF,
    0 0 50px #0080FF, 
    0 0 100px #0080FF;
  }

  .bxl-linkedin:hover {
    color: #98f3f7;
    text-shadow: 0 0 5px #0080FF,
    0 0 25px #0080FF,
    0 0 50px #0080FF, 
    0 0 100px #0080FF;
  }

  .redes {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .inf_nosotros {
    font-size: 16px;
    text-align: center;
    margin: 25px;
    /* width: 220px; */
  }

  .icons_redes {
    /* width: 350px; */
    margin: 25px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .title_social {
    font-size: 60px;
  }
}

@media screen and (max-width: 940px) {
  .promo {
    padding-top: 180px;
    font-size: 20px;
    text-align: center;
  }

	.menu_nav {
		position: relative;
	} 

	.menuList {
		position: absolute;
		transform: translateY(-50px);
    left: 0;
    top: 34px;
		height: 100%;
		padding: 0;
		position: fixed;
	}

	.menuList {
		margin-left: -81%; 
		transition: all 1s;
	}

  .menuList {
     background-color: #071526fa;
     width: 80%;
     border-radius: 10px;
  }

	.menuList > li{
		padding: 16px 25px;
		border-bottom: 1px solid #ffffff56;
    text-align: center;
	}

	.bx-menu-alt-right {
		display: block;
		font-size: 30px;
		font-weight: 100;
	}

	.menu-on {
		margin-left: 0;
    z-index: 3;
	}

	.container-menu-nav {
		display: flex;
		justify-content: space-between;
        align-items: center;
	}

	.icon-menu-responsive {
		font-size: 24px;
        color: white;
        cursor: pointer;
	}

  .contentWeb {
    border: 1px solid #e9feff;
    padding: 10px;
    box-shadow: inset 0 0 10px #0080FF, 0 0 20px #0080FF;
  }

  .container-contentWeb {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contentWeb {
    margin: 20px;
    width: 70%;
  } 

  .content-prub {
    display: flex;
    flex-direction: column;
  }

  .container-contentMarketing {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contentMarketing {
    margin: 10px;
    width: 70%;
  }

  .sectionMarketing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-contentMarketing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
  }
  
  .contentPruebaDig > h3 {
    font-weight: 300;
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 60px;
  }

  .content-prub {
    display: flex;
    justify-content: center;

  }

  .redes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  } 

  .icons_redes {
    margin-bottom: 15px;       
  }

  
  .inf_nosotros {
    margin-bottom: 25px;
    width: 95%;
  }
}

@media screen and (max-width: 500px) {
  .partIContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .partIIContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .neon-text > span {
    font-size: 50px;
  }

  .promo {
    padding-top: 120px;
  }
}