.service_web {
  width: 65px;
}

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

.title_webPage {
  margin-bottom: 40px;
  font-family: 'Nunito', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #c8f7f9;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 0 0 5px #0080FF,
  0 0 25px #0080FF,
  0 0 50px #0080FF, 
  0 0 100px #0080FF;
}

.content_webProyect {
  margin: 15px;
}

.container_contentWeb {
  padding-top: 70px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content_webProyect > p{
  text-align: center;
}

.content_webProyect {
  margin: auto;
  margin-bottom: 50px;
  padding: 10px;
  background-color: #071526;
  border-radius: 15px;
  box-shadow: 5px 10px 15px #000000;
}

.contentTitleWeb > h2{
  font-weight: 300;
  font-size: 25px;
  /* font-family: 'Nunito', sans-serif; */
  font-family: "beon_webfont";
  color: #98f3f7;
  text-shadow: 0 0 5px #0080FF,
  0 0 10px #0080FF,
  0 0 20px #0080FF, 
  0 0 50px #0080FF;
}

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

.titleWebPro {
  color: #98f3f7;
  text-shadow: 0 0 5px #0080FF,
  0 0 10px #0080FF,
  0 0 20px #0080FF, 
  0 0 50px #0080FF;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  font-family: "beon_webfont";
}

.title_webPage {
  /* margin-top: 20px; */
  padding-top: 120px;
  font-family: "neon_pixel";
  font-weight: 300;
  font-size: 60px;
}

.imgContainer > p {
  width: 300px;
  color: #98f3f7;
}

.image-container {
  display: flex;
  flex-wrap: wrap;
}

.imgJellyfisho > img{
  width: 250px;
  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); }
}

.cont_first {
  text-align: end;
}

.title_contPw > h2 {
  text-align: center;
  color: #98f3f7;
  text-shadow: 0 0 5px #0080FF,
  0 0 10px #0080FF,
  0 0 20px #0080FF, 
  0 0 50px #0080FF;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  /* font-family: "beon_webfont"; */
}

.cont_pw > p {
  color: white;
}

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

.proyects {
  text-align: center;
  color: #98f3f7;
  font-size: 40px;
}

.containerSlider {
  max-width: 1000px;
  height: 500px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px; 
}

input[type=radio] {
  display: none;
}

.containerWebSlider {
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 600px;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;

}

.cardsWeb {
  position: relative;
  width: 100%;
  height: 100%;
}

.cardOnly {
  position: absolute;
  width: 60%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.imgSlide {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

#itemTwo:checked ~ .cardsWeb #selectorOne,
#itemOne:checked ~ .cardsWeb #selectorThree,
#itemThree:checked ~ .cardsWeb #selectorTwo {
  transform: translateX(-40%) scale(0.8);
}

#itemThree:checked ~ .cardsWeb #selectorOne,
#itemOne:checked ~ .cardsWeb #selectorTwo,
#itemTwo:checked ~ .cardsWeb #selectorThree {
  transform: translateX(40%) scale(0.8);
}

#itemOne:checked ~ .cardsWeb #selectorOne,
#itemTwo:checked ~ .cardsWeb #selectorTwo,
#itemThree:checked ~ .cardsWeb #selectorThree {
  transform: translateX(0) scale(1);
  z-index: 1;
}

.cont_pw > p {
  /* color: #98f3f7; */
  text-align: justify;
  letter-spacing: 0.5px;
  font-weight: 200;
}

.cont_seo {
  width: 55%;
}

.cont_seo > p {
  color: white;
  font-weight: 200;
  letter-spacing: 0.5px;
  text-align: justify;
}

.maintenance > p {
  color: white;
  font-weight: 200;
  letter-spacing: 0.5px;
  text-align: justify;
}

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

.imgPop {
  width: 200px;
 
}

@media screen and (min-width: 941px) {
  .container_contentWeb {
    padding-top: 130px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

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

  .content_webProyect {
    width: 100%;
  }

  .imgContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }

  .seoServ > .seoContent {
    margin-right: 15px;
  }

  .cont_pw {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* .cont_seo {
    width: 30%;
  } */

  .cont_seo {
    width: 35%;
    color: #98f3f7;
  }

  .maintenance {
    width: 50%;
    color: #98f3f7;
    text-align: end;
  }
}

@media screen and (max-width: 940px) {
  .contentTitleWeb {
    display: flex;
    justify-content: center;
    align-items: center;
  }

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

  .content_webProyect {
    width: 80%;
  }

  .imgContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
  }
  
  .imgJellyfish {
    margin-top: 20px;
  }

  .seoServ {
    display: flex;
    flex-flow: wrap-reverse;
    padding-left: 25px
  }

  .cont_pw {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .maintenance {
    width: 80%;
  }

  .maintenance > h2 {
    font-size: 30px;
  }

  .popWeb {
    display: none;
  }
}

@media screen and (max-width: 570px) {
  .cont_seo {
    width: 80%;
  }

  .title_webPage {
    font-size: 50px;
    margin-inline: 5%;
  }

  .historia-team{
    margin-inline: 10px;
  }
}