html {
  -webkit-transition: all 1s;
  transition: all 1s;
  scroll-behavior: smooth;
}

* {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.loading {
  -webkit-animation-name: loading;
          animation-name: loading;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

body.loading section, body.loading header, body.loading #videobox {
  opacity: 0;
}

body {
  background-image: url(../img/textura-blanco.png);
  background-position: center;
}

body section, body header, body #videobox {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}

body #videobox {
  display: none;
  background: rgba(255, 255, 255, 0.9);
}

body #videobox video {
  opacity: 0.0;
}

h4 {
  font-size: 16px;
  font-weight: 300;
}

p {
  font-size: 13px;
}

strong {
  font-weight: 500;
}

@-webkit-keyframes loading {
  0% {
    background: #000;
  }
  100% {
    background: #333;
  }
}

@keyframes loading {
  0% {
    background: #000;
  }
  100% {
    background: #333;
  }
}

@-webkit-keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.marquee {
  position: fixed;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: -100px;
  left: 0px;
  width: 530vh;
  height: 90px;
  overflow: hidden;
}

.marquee h1 {
  width: 500vw;
  text-align: left;
  font-size: 80px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1.5px #999;
  text-stroke: 1.5px #fff;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
  position: relative;
  line-height: 1em;
}

ul {
  padding: 15px;
  margin-top: 0px;
  padding-top: 0px;
}

ul li {
  font-family: monospace;
  font-size: 12px;
  list-style-type: square;
}

button {
  background: #00A89C;
  padding: 5px 15px;
  margin: 5px 0px;
  border: none;
  color: #fff;
}

h2 {
  border-bottom: solid thin;
  padding-bottom: 20px;
}

h2 strong {
  color: #00A89C;
  letter-spacing: 5px;
  font-size: 14px;
  font-weight: 900;
}

.vermas p {
  display: none;
}

.vermas .verMasBtn {
  color: #000 !important;
  display: inline-block;
  border: solid thin #000;
  background: transparent;
  font-size: 12px;
  margin-bottom: 30px;
  padding: 5px 10px;
  text-decoration: none;
}

.vermas .verMasBtn:hover, .vermas .verMasBtn:focus {
  color: #00A89C;
}

header {
  position: fixed;
  right: 000px;
  padding: 0px 100px;
  top: 00px;
  width: 100%;
  height: 50px;
  overflow-y: hidden;
  background: #fff;
  z-index: 99999;
  -webkit-box-shadow: 1px -7px 10px #000;
          box-shadow: 1px -7px 10px #000;
}

header #logo {
  display: inline-block;
  margin-top: 5px;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

header #logo.showme {
  opacity: 1;
}

header nav {
  position: absolute;
  right: 0px;
}

header nav ul {
  margin-top: 10px;
}

header nav ul li {
  font-size: 12px;
  font-family: monospace;
  color: #000;
  padding: 10px;
  display: inline-block;
  letter-spacing: 2px;
  border-right: solid thin #000;
  height: 17px;
  padding: 0px 0px;
}

header nav ul li a {
  letter-spacing: 2px;
  font-size: 12px;
  font-family: monospace;
  color: #000;
  padding: 10px;
}

header nav ul li a:hover {
  color: #00A89C;
  text-decoration: none;
}

ul#ulsistemas {
  position: fixed;
  right: -110vh;
  top: 130px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

ul#ulsistemas li {
  display: block;
  text-align: right;
  width: 400px;
  border-bottom: solid thin;
  padding: 10px 0px;
}

ul#ulsistemas li a {
  letter-spacing: 0px !important;
  color: #000;
  font-size: 25px;
  font-weight: 900;
  text-decoration: none;
}

ul#ulsistemas li a span {
  font-size: 15px;
  display: block;
  text-align: right;
}

ul#ulsistemas.open {
  right: 100px;
  z-index: 8;
  background: #fff;
  padding: 15px;
}

#rrss {
  position: fixed;
  z-index: 7;
  bottom: 00px;
  right: 20px;
}

#rrss li {
  list-style-type: none;
  margin-bottom: 20px;
}

#rrss li img {
  width: 30px;
}

.vermas {
  height: 50px;
  overflow-y: hidden;
}

section {
  padding: 140px 100px;
}

#videobox {
  background: #000;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

#videobox video {
  opacity: 0.2;
}

.home__background__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  visibility: hidden;
}

.home__background__video.is-current {
  visibility: inherit;
}

@-webkit-keyframes ciclo {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
    background-position: 0px 0px;
  }
  80% {
    background-position: -1200px 0px;
  }
  100% {
    background-position: -1200px 0px;
  }
}

@keyframes ciclo {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
    background-position: 0px 0px;
  }
  80% {
    background-position: -1200px 0px;
  }
  100% {
    background-position: -1200px 0px;
  }
}

#home img {
  width: 300px;
  margin-bottom: 50px;
}

#home .misionvision {
  margin-top: 30px;
  margin-left: -30px;
}

#home .misionvision p {
  font-size: 10px;
  text-align: left !important;
  font-family: monospace !important;
}

#home #gotciclo {
  width: 300px;
  height: 300px;
  background-image: url(../img/ciclo.png);
  background-size: cover;
  -webkit-animation: ciclo 4s steps(4) infinite;
          animation: ciclo 4s steps(4) infinite;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  margin: 100px 100px;
}

#servicios ul {
  text-align: center;
}

#servicios ul li {
  width: 31%;
  vertical-align: top;
  margin: 1%;
}

#servicios ul li a {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  display: block;
  width: 100%;
  text-align: center;
  display: inline-block;
  background-color: #00A89C;
  background-blend-mode: lighten;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  position: relative;
}

#servicios ul li a div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#servicios ul li a div h3 {
  font-weight: bolder;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 1px 1px 20px black;
}

#servicios ul li a div h4 {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 20px black;
}

#servicios ul li a:hover {
  background-color: transparent;
}

#contacto {
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 9;
  position: fixed;
  top: 0px;
  right: -110vw;
  width: 100%;
  height: 100vh;
}

#contacto .boxcerrar {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  z-index: 98;
  width: 100%;
  height: 100vh;
  background-image: url(../img/blanco.png);
  background-repeat: no-repeat;
  background-position: 20% center;
}

#contacto .cerrar {
  cursor: pointer;
}

#contacto form {
  z-index: 99;
  position: absolute;
  right: 0px;
  background: #fff;
  width: 50%;
  height: 100vh;
  padding: 100px 100px;
}

#contacto form h2 {
  border: none;
  font-size: 14px;
}

#contacto form input, #contacto form textarea {
  background: none;
  border: none;
  border-bottom: solid thin #000;
  color: #000;
  outline: none;
  width: 100%;
  font-size: 12px;
  padding: 10px 0px;
}

#contacto form input[type=submit] {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
}

#contacto form textarea {
  background: #eaeaea;
  height: 50px;
}

#contacto.open {
  right: 0px;
}

#equipo .row {
  margin-left: -30px;
  margin-top: 30px;
}

#equipo .staff img {
  height: 100px;
  width: 100px;
  border-radius: 100px;
}

#clientes .your-class div {
  text-align: center;
}

#clientes .your-class div img {
  height: 65px;
  width: auto;
  margin: 20px auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 1s;
  transition: all 1s;
}

#clientes .your-class div img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

#clientes .your-class div h5 {
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
}

.sellos {
  position: fixed;
  width: 38%;
  height: 100vh;
  right: 0px;
  top: 0px;
  background-color: #00A89C;
  background-blend-mode: lighten;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sellos img {
  position: absolute;
  width: 200px;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#pop {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  padding-top: 20vh;
}

#pop #popbox {
  margin: 0 auto;
  background: #fff;
  width: 50%;
  padding: 30px;
}

#pop #popbox p {
  text-align: center;
}

#pop #popbox p img {
  display: inline-block;
  margin: 0px 20px;
  height: 70px;
  width: auto;
}

#pop #popbox p strong {
  font-weight: bold;
}

#pop #popbox .cerrar {
  font-size: 12px;
  display: block;
  text-align: right;
  cursor: pointer;
}

#pop.open {
  opacity: 1;
}

#mobnav {
  display: none;
}

.logomobile {
  display: none;
}

@media screen and (max-width: 500px) {
  main {
    max-width: 100%;
    overflow-x: hidden;
  }
  header {
    display: none;
  }
  #mobnav {
    display: block;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: 8;
    pointer-events: none;
  }
  #mobnav #burger {
    pointer-events: auto;
    cursor: pointer;
    text-align: right;
    display: inline-block;
    background: #fff;
    position: fixed;
    padding: 10px;
    z-index: 8;
    top: 5px;
    right: 10px;
  }
  #mobnav nav {
    z-index: 7;
    padding: 30px 15px;
    position: relative;
    height: 100vh;
    right: -1px;
    top: -100vh;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #22c1c3;
    background: -webkit-gradient(linear, left top, left bottom, from(#22c1c3), to(#fdbb2d));
    background: linear-gradient(180deg, #22c1c3 0%, #fdbb2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#22c1c3",endColorstr="#fdbb2d",GradientType=1);
  }
  #mobnav nav * {
    pointer-events: auto;
  }
  #mobnav nav ul li {
    list-style-type: none;
  }
  #mobnav nav ul li a {
    color: #fff;
    font-size: 1.3em;
    display: inline-block;
    width: 100%;
    text-decoration: none !important;
    padding: 5px 0px;
  }
  #mobnav nav ul li ul {
    padding: 0px;
  }
  #mobnav nav ul li ul li a {
    font-size: 1em;
  }
  #mobnav nav.open {
    top: 0px;
  }
  section {
    padding: 30px 15px;
    min-height: 0px;
  }
  h1 {
    display: none;
  }
  h2 {
    font-size: 1.4em;
    text-align: left !important;
  }
  h5 {
    font-size: 1.1em;
    text-align: left;
  }
  #home {
    padding-top: 0px;
  }
  #home #logohome {
    height: 101vh;
    position: relative;
  }
  #home #logohome img {
    width: 200px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #home #gotciclo {
    margin: 100px 0px;
  }
  #servicios ul li {
    width: 100%;
  }
  .sellos {
    position: relative;
    width: 100%;
  }
  .logomobile {
    display: inline-block;
    margin-bottom: 15px;
    height: 75px;
    margin-top: -15px;
  }
  #contacto form {
    width: 80%;
    padding: 15px;
  }
  #pop {
    padding-top: 10px;
  }
  #pop #popbox {
    width: 90%;
  }
  #pop #popbox p img {
    height: 50px;
  }
  #rrss {
    right: 0px;
  }
}
/*# sourceMappingURL=main.css.map */