:root{
  --color1: rgb(51, 224, 255);
  --color2: rgba(0, 68, 255, 0.5);
  --color3: rgba(0, 255, 76, 0.253);
  --color4: rgb(17, 0, 255);
  --fondo: rgb(166, 175, 255);
  --titulos: 33px;
  --margenes: 60px;
  --espacios: 10px;
  --espacios-contenidos: 45px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: arial;
}

footer div {
    background: #000; text-align: center;
}
footer p {
    color: #fff;
}
footer span {
    font-weight: bold; color: #ff9a28;
}

img {
  vertical-align: top;
}

.computacion {
  width: 100%;
  height: 80px;
}
.service-texto strong {
  font-weight: bold;
  color: #000;
}

.logo img{
  width: 80%;
  height: 80%;
}

.logo2 img{
  width: 45%;
  height: 45%;
}

.contenedor-nav2 {
  display: flex;
  margin: auto;
  width: 90%;
  justify-content: space-around;
  align-items: center;
  max-width: 1000px;
  height: inherit;
  overflow: hidden;
}

.contenedor-nav2 img{
  opacity: 0;
}

nav {
  width: 100%;
  position: fixed;
}

.nav1 {
  background: #000;
  height: 80px;
  z-index: 100;
  color: #fff;
}

.nav2 {
  background: blue;
  height: 100px;
  z-index: 100;
  color: #000;
}

.contenedor-nav {
  display: flex;
  margin: auto;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  height: inherit;
  overflow: hidden;
}

.contenedor-nav img{
  opacity: 0;
}

.contenedor-nav a{
  opacity: 0;
}

nav .enlaces a {
  display: inline-block;
  padding: 5px 0;
  margin-right: 17px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  color: #fff;
}

nav .enlaces a:hover {
  border-bottom: 3px solid rgb(132, 195, 255);
  font-weight: bold;
  color: rgb(132, 195, 255);
}

logo .logo img {height: 80px;}

.icono {
  display: none;
  font-size: 24px;
  padding: 23.5px 20px;
}

.textos {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.textos>h1{font-size: 80px;}

.textos>h2{font-size: 30px; font-weight: 300;}

/*SECCION DE SERVICIOS*/

.contenedor{
  margin: auto;
  padding: var(--margenes) 0;
  width: 90%;
  max-width: 1000px;
  text-align: center;
  overflow: hidden;
}

.contenedor h3{
  font-size: var(--titulos);
  color: var(--color4);
  margin-bottom: var(--espacios);
}

.contenedor p{
  font-size: var(--subtitulos);
  font-weight: 300;
  color: var(--color4);
}

.contenedor a{
  color: var(--color4);
  text-decoration: none;
}

.contenedor a:hover{
  font-size: 20px;
  font-weight: bold;
}

/*Para agragar una caja despues de otra*/
.after::after{
  content:'';
  display: block;
  margin: auto;
  margin-top: var(--espacios);
  width: 100%;
  height: 2px;
  background: var(--color4);
  margin-bottom: var(--espacios-contenidos);
}

.card{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

/*ROMPECABEZAS*/
.service{
  height: 80%;
}

.pza8 {
  margin: 0px -35px -35px 0px;
}
.pza7 {
  margin: 0px -35px -35px -35px;
}
.pza6 {
  margin: 0px -35px -35px -35px;
}
.pza5 {
  margin: 0px 0px -35px -35px;
}
.pza4 {
  margin: -35px -35px 0px 0px;
}
.pza3 {
  margin: -95px -35px 0px -35px;
}
.pza2 {
  margin: -35px -35px 0px -35px;
}
.pza1 {
  margin: -95px 0px 0px -35px;
}

.service a .pza8:hover {
  width: 240px;
  position: relative;
  transition: all 0.6% ease;
  filter: brightness(300%);
}
.service a .pza7:hover {
  width: 358px;
  position: relative;
  transition: all 0.6% ease;
  filter: brightness(300%);
}
.service a .pza6:hover {
  width: 249px;
  position: relative;
  transition: all 0.6% ease;
  filter: brightness(300%);
}
.service a .pza5:hover {
  width: 284px;
  position: relative;
  transition: all 0.6% ease;
  filter: brightness(300%);
}
.service a .pza4:hover {
  width: 294px;
  position: relative;
  transition: all 0.6% ease;
  filter: brightness(300%);
}
.service a .pza3:hover {
  width: 249px;
  position: relative;
  transition: all 0.6% ease;
  filter: brightness(300%);
}
.service a .pza2:hover {
  width: 358px;
  position: relative;
  transition: all 0.6% ease;
  filter: brightness(300%);
}
.service a .pza1:hover {
  width: 230px;
  position: relative;
  transition: all 0.6% ease;
  filter: brightness(300%);
}
.service a:hover {
  cursor: pointer;
}

.texto-team{
  height: 20%;
  width: 100%;
  padding: var(--espacios) 0;
}

/*SECCION DE PRODUCTOS*/

/*Para agragar una caja despues de otra*/
.after::after{
  content:'';
  display: block;
  margin: auto;
  margin-top: var(--espacios);
  width: 100%;
  height: 2px;
  background: var(--color4);
  margin-bottom: var(--espacios-contenidos);
}

/*SECCION DE NOSOTROS*/

.popupimg{
  width: 90%;
  display: inline-block;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 5px 5px var(--color4);
}

/*SECCION CONTACTO*/

.cont-principal{
  width: 100%;
  height: 700px;
  /*background: linear-gradient(to bottom,
  rgba(255, 255, 255, 1),
  rgba(0, 68, 255, 0.5),  
  rgba(255, 255, 255, 1)
  );*/
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin: auto;
  padding: var(--margenes) 0;
  text-align: center;
  overflow: hidden;
}

.cont-principal h3{
  font-size: var(--titulos);
  color: var(--color4);
  margin-bottom: var(--espacios);
}

.contenedor a{
  color: var(--color4);
  text-decoration: none;
}

.contenedor a:hover{
  font-size: 20px;
  font-weight: bold;
}

.after::after{
  content:'';
  display: block;
  margin: auto;
  margin-top: var(--espacios);
  width: 100%;
  height: 2px;
  background: var(--color4);
  margin-bottom: var(--espacios-contenidos);
}

.marca-logo{
  width: 40%;
  margin: auto;
  margin-bottom: var(--espacios);
}

.marca-logo img{
  width: 100%;
  margin-bottom: 50px;
}

.iconos {
  margin-bottom: 50px;
  justify-content: space-around;
  width: 100%;
}

.im {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

.im:hover {
  transform: scale(125%);
  cursor: pointer;
}

/*WEBHOSTING*/
.btnclick img:hover {
    width: 220px;
    height: 70px;
}

.btnyoutube img:hover {
    width: 320px;
    height: 70px;
}

/*ANIMACIONES*/

.contenedor-nav img{
  animation: lg2 .8s ease .8s forwards;
}

@keyframes lg2 {
  from {
    transform: translateX(200px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

.contenedor-nav a{
  animation: a2 .8s ease .8s forwards;
}

@keyframes a2 {
  from {
    transform: translateX(-200px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

.contenedor-nav2 img{
  animation: logo2-2 1s ease .5s forwards;
}

@keyframes logo2-2 {
  from {
    transform: scale(0%);
    opacity: 0;
  }
  to {
    transform: scale(100%);
    opacity: 1;
  }
}

/*ANIMACIONES SCROLL*/

@keyframes moverser {
  0%{
    transform: translate(100%);
  }
}

@keyframes moverpro {
  from {
    transform: translateX(-200px);
  }
  to {
    transform: translateX(0px);
  }
}

@keyframes movernos {
  from {
    transform: translateX(500px);
  }
  to {
    transform: translateX(0px);
  }
}

/*RESPONSIVE SMARTPHONE*/
@media screen and (max-width: 480px) {
  :root{
    --espacios-contenidos: 25px;
    --margenes: 30px;
  }
  .logo2 img{
    width: 90%;
  }
  .pza8 {
    width: 70px;
    margin: 0px -12.5px -12.5px 0px;
  }
  .pza7 {
    width: 105px;
    margin: 0px -12.5px -12.5px -12.5px;
  }
  .pza6 {
    width: 72.5px;
    margin: 0px -12.5px -12.5px -12.5px;
  }
  .pza5 {
    width: 82.5px;
    margin: 0px 0px -12.5px -12.5px;
  }
  .pza4 {
    width: 85px;
    margin: -10px -12.5px 0px 0px;
  }
  .pza3 {
    width: 72.5px;
    margin: -29px -12.5px 0px -12.5px;
  }
  .pza2 {
    width: 105px;
    margin: -10px -12.5px 0px -12.5px;
  }
  .pza1 {
    width: 67px;
    margin: -29px 0px 0px -12.5px;
  }
  .service a .pza8:hover {
    width: 80px;
  }
  .service a .pza7:hover {
    width: 115px;
  }
  .service a .pza6:hover {
    width: 82.5px;
  }
  .service a .pza5:hover {
    width: 92.5px;
  }
  .service a .pza4:hover {
    width: 95px;
  }
  .service a .pza3:hover {
    width: 82.5px;
  }
  .service a .pza2:hover {
    width: 115px;
  }
  .service a .pza1:hover {
    width: 77px;
  }

  .service a:hover {
    cursor: pointer;
  }

  .service-texto img {
    width: 90%;
  }

  .contenimagen img {
    width: 90%;
  }
  
  .contenedor-nav2 {
    display: block;
  }

  .nav2{color: #fff;}

  .icono{
    display: block;
    cursor: pointer;
  }

  .enlaces{
    position: fixed;
    top: 80px;
    background: rgb(166, 175, 255);
    left: 0;
    height: 100%;
    transition: 1s;
    width: 0;
    overflow: hidden;
  }
  .enlaces a{
    display: block;
    width: 100%;
    height: 50px;
    padding: 20px;
    text-align: center;
    background:rgb(0, 0, 0);
    color: blue;
  }

  .marca-logo{
    width: 80%;
  }

  .im{
    width: 15%;
    height: 15%;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
  }

  /*PRODUCTOS*/

  .popupimg img{
    width: 90%;
  }

  .cont-principal{
    width: 100%;
    height: 100%;
  }

  }

@media screen and (min-width: 533px) and (max-width: 603px) {
  :root{
    --espacios-contenidos: 25px;
    --margenes: 30px;
  }
  .logo2 img{
    width: 70%;
  }  
  .contenedor-nav2 {
    display: block;
  }

  .nav2{color: #fff;}

  .icono{
    display: block;
    cursor: pointer;
  }

  .enlaces{
    position: fixed;
    top: 80px;
    background: rgb(166, 175, 255);
    left: 0;
    height: 100%;
    transition: 1s;
    width: 0;
    overflow: hidden;
  }
  .enlaces a{
    display: block;
    width: 100%;
    height: 50px;
    padding: 20px;
    text-align: center;
    background:rgb(0, 0, 0);
    color: blue;
  }

  .marca-logo{
    width: 80%;
  }

  .im{
    width: 15%;
    height: 15%;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
  }

  /*PRODUCTOS*/

  .popupimg img{
    width: 90%;
  }

  .cont-principal{
    width: 100%;
    height: 100%;
  }

  .pza8 {
    width: 105px; /*70*/
    margin: 0px -16px -13px 0px;
  }
  .pza7 {
    width: 158px; /*105*/
    margin: 0px -16px -13px -16px;
  }
  .pza6 {
    width: 109px; /*72.5*/
    margin: 0px -16px -13px -16px;
  }
  .pza5 {
    width: 124px; /*82.5*/
    margin: 0px 0px -13px -16px;
  }
  .pza4 {
    width: 128px; /*85*/
    margin: -20px -16px 0px 0px;
  }
  .pza3 {
    width: 109px; /*72.5*/
    margin: -48px -16px 0px -16px;
  }
  .pza2 {
    width: 158px; /*105*/
    margin: -20px -16px 0px -16px;
  }
  .pza1 {
    width: 101px; /*67*/
    margin: -48px 0px 0px -16px;
  }
  .service a .pza8:hover {
    width: 120px; /*80*/
  }
  .service a .pza7:hover {
    width: 173px; /*115*/
  }
  .service a .pza6:hover {
    width: 124px; /*82.5*/
  }
  .service a .pza5:hover {
    width: 139px; /*92.5*/
  }
  .service a .pza4:hover {
    width: 143px; /*95*/
  }
  .service a .pza3:hover {
    width: 124px; /*82.5*/
  }
  .service a .pza2:hover {
    width: 173px; /*115*/
  }
  .service a .pza1:hover {
    width: 116px; /*77*/
  }
  .contenimagen img {
    width: 90%;
  }

  }

@media screen and (min-width: 640px) and (max-width: 768px) {
    :root{
      --espacios-contenidos: 25px;
      --margenes: 30px;
    }
    .logo2 img{
      width: 70%;
    }
    .contenedor-nav2 {
      display: block;
    }
  
    .nav2{color: #fff;}
  
    .icono{
      display: block;
      cursor: pointer;
    }
  
    .enlaces{
      position: fixed;
      top: 80px;
      background: rgb(166, 175, 255);
      left: 0;
      height: 100%;
      transition: 1s;
      width: 0;
      overflow: hidden;
    }
    .enlaces a{
      display: block;
      width: 100%;
      height: 50px;
      padding: 20px;
      text-align: center;
      background:rgb(0, 0, 0);
      color: blue;
    }
  
    .marca-logo{
      width: 80%;
    }
  
    .im{
      width: 15%;
      height: 15%;
      display: inline-block;
      margin-left: 10px;
      margin-right: 10px;
    }
  
    /*PRODUCTOS*/
    
    .popupimg img{
      width: 90%;
    }
  
    .cont-principal{
      width: 100%;
      height: 100%;
    }
  
    .pza8 {
      width: 133px; /*70*/
      margin: 0px -21px -13px 0px;
    }
    .pza7 {
      width: 200px; /*105*/
      margin: 0px -21px -13px -21px;
    }
    .pza6 {
      width: 138px; /*72.5*/
      margin: 0px -21px -13px -21px;
    }
    .pza5 {
      width: 157px; /*82.5*/
      margin: 0px 0px -13px -21px;
    }
    .pza4 {
      width: 162px; /*85*/
      margin: -30px -21px 0px 0px;
    }
    .pza3 {
      width: 138px; /*72.5*/
      margin: -65px -21px 0px -21px;
    }
    .pza2 {
      width: 200px; /*105*/
      margin: -30px -21px 0px -21px;
    }
    .pza1 {
      width: 127px; /*67*/
      margin: -65px 0px 0px -21px;
    }
    .service a .pza8:hover {
      width: 152px; /*80*/
    }
    .service a .pza7:hover {
      width: 219px; /*115*/
    }
    .service a .pza6:hover {
      width: 157px; /*82.5*/
    }
    .service a .pza5:hover {
      width: 176px; /*92.5*/
    }
    .service a .pza4:hover {
      width: 181px; /*95*/
    }
    .service a .pza3:hover {
      width: 157px; /*82.5*/
    }
    .service a .pza2:hover {
      width: 219px; /*115*/
    }
    .service a .pza1:hover {
      width: 146px; /*77*/
    }
    .contenimagen img {
      width: 100%;
    }
}

@media screen and (min-width: 800px) and (max-width: 960px) {
  :root{
    --espacios-contenidos: 25px;
    --margenes: 30px;
  }

  .nav2{color: #fff;}

  .icono{
    display: block;
    cursor: pointer;
  }
  .enlaces{
    position: fixed;
    top: 80px;
    background: rgb(166, 175, 255);
    left: 0;
    height: 100%;
    transition: 1s;
    width: 0;
    overflow: hidden;
  }
  .enlaces a{
    display: block;
    width: 100%;
    height: 50px;
    padding: 20px;
    text-align: center;
    background:rgb(0, 0, 0);
    color: blue;
  }

  .marca-logo{
    width: 80%;
  }

  .im{
    width: 15%;
    height: 15%;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
  }

  /*PRODUCTOS*/

  .popupimg img{
    width: 90%;
  }

  .cont-principal{
    width: 100%;
    height: 100%;
  }

  .pza8 {
    width: 150px;
    margin: 0px -22.5px -22.5px 0px;
  }
  .pza7 {
    width: 230px;
    margin: 0px -22.5px -12.5px -22.5px;
  }
  .pza6 {
    width: 156px;
    margin: 0px -22.5px -12.5px -22.5px;
  }
  .pza5 {
    width: 181px;
    margin: 0px 0px -12.5px -22.5px;
  }
  .pza4 {
    width: 183px;
    margin: -33.5px -22.5px 0px 0px;
  }
  .pza3 {
    width: 156px;
    margin: -73.5px -22.5px 0px -20.5px;
  }
  .pza2 {
    width: 230px;
    margin: -33.5px -22.5px 0px -20.5px;
  }
  .pza1 {
    width: 146px;
    margin: -73.5px 0px 0px -22.5px;
  }
  .service a .pza8:hover {
    width: 170px;
    position: relative;
    transition: all 0.6% ease;
    filter: brightness(300%);
  }
  .service a .pza7:hover {
    width: 250px;
    position: relative;
    transition: all 0.6% ease;
    filter: brightness(300%);
  }
  .service a .pza6:hover {
    width: 176px;
    position: relative;
    transition: all 0.6% ease;
    filter: brightness(300%);
  }
  .service a .pza5:hover {
    width: 201px;
    position: relative;
    transition: all 0.6% ease;
    filter: brightness(300%);
  }
  .service a .pza4:hover {
    width: 203px;
    position: relative;
    transition: all 0.6% ease;
    filter: brightness(300%);
  }
  .service a .pza3:hover {
    width: 176px;
    position: relative;
    transition: all 0.6% ease;
    filter: brightness(300%);
  }
  .service a .pza2:hover {
    width: 250px;
    position: relative;
    transition: all 0.6% ease;
    filter: brightness(300%);
  }
  .service a .pza1:hover {
    width: 166px;
    position: relative;
    transition: all 0.6% ease;
    filter: brightness(300%);
  }
  .contenimagen img {
    width: 100%;
  }

  }
  
@media screen and (min-width: 1024px) and (max-width: 1366px){
  .contenimagen img {
    width: 100%;
  }
}

 @media screen and (min-width: 1440px)and (max-width: 1680px){
    .cont-principal{
      width: 100%;
      height: 100%;
    }
    .contenimagen img {
      width: 100%;
    }
}

@media screen and (min-width: 1920px){
    .cont-principal{
      width: 100%;
      height: 100%;
    }
    .contenimagen img {
      width: 100%;
    }
}