@import url("//fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}
span.nome {
  text-shadow: -1px 4px 0px #9e9e9e;
}
.none {
  display: none;
}
::-webkit-scrollbar {
  display: none;
}
html::-webkit-scrollbar {
  width: 0px; /* For Chrome, Safari, and Opera */
}
#barra {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  width: 10px;
  background: linear-gradient(to top, #008aff, #00ffe7);
  animation: carga 5s linear infinite;
}
#barrascroll {
  position: fixed;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
}
#barra::after,
#barra::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #008aff, #00ffe7);
  filter: blur(10px);
}
#barra::after {
  filter: blur(30px);
}
@keyframes carga {
  0%,
  100% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(360deg);
  }
}
section {
  padding: 100px;
}
.banner {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  overflow: hidden;
}
.work-box img {
  box-shadow: 0px 2px 5px #c3c3c3;
}
.banner h2 {
  font-size: 3em;
  color: #fff;
  font-weight: 500;
  line-height: 1.5em;
}
.banner h2 span {
  font-size: 1em;
  font-weight: 500;
}
.banner h3 {
  font-size: 1.5em;
  color: #fff;
  font-weight: 500;
}
video.video {
  position: absolute;
  left: 0;
  z-index: 0;
}
img.io {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 490px;
}
.texto {
  z-index: 1;
}
.ref {
  position: relative;
  background: #2196f3;
  color: #fff;
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 500;
  display: inline-block;
  transition: 0.5s;
}
header.mod {
  background: #fff;
  box-shadow: 0 5px 20px rgb(0, 0, 0, 0, 1);
  border-bottom: 4px solid #2196f3;
}
header.mod .logo {
  color: #111;
}
header.mod ul li a {
  color: #111;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 100px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff1c;
  border-bottom: 3px solid #ffffff;
}
header .logo {
  color: #fff;
  font-size: 27px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
header ul {
  position: relative;
  display: flex;
}
header ul li {
  position: relative;
  list-style: none;
}
header ul li:hover {
  border-bottom: 4px solid #2196f3;
  transition: 0.5s;
}
header.mod ul li:hover {
  border-bottom: 4px solid green;
  transition: 0.5s;
}
header ul li a {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  color: #fff;
  text-decoration: none;
}
.a-head {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  color: #111;
}
.a-head h2 {
  font-weight: 600;
  font-size: 30px;
}
.contenido {
  display: flex;
  justify-content: space-between;
}
.contenido-2 {
  padding-right: 30px;
}
.contenido-2 h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.p-2 {
  min-width: 50%;
}
.p-2 img {
  max-width: 100%;
}
.services {
  background: #111;
}
.a-head.blanco {
  color: white;
}
.services .contenido {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.services .contenido .contenido-2 {
  padding: 40px 20px;
  background: #222;
  color: #fff;
  max-width: 340px;
  margin: 20px;
  text-align: center;
  transition: 0.5s;
}
.services .contenido .contenido-2:hover {
  background: #2196f3;
}
.services .contenido .contenido-2 img {
  max-width: 80px;
  filter: invert(1);
}
.services .contenido .contenido-2 h2 {
  font-size: 20px;
  font-weight: 600;
}
.work .contenido {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.work .contenido .work-box {
  width: 50%;
  padding: 20px;
}
.work .contenido .work-box img {
  height: 300px;
  min-height: 300px;
  width: 90%;
  margin: auto;
  box-shadow: 0px 2px 5px 0px #2196f3;
}
.work .contenido .work-box {
  width: 30%;
  padding: 20px;
  display: flex;
  border-top: 10px solid #2196f3;
  border-right: 10px solid white;
  border-left: 10px solid white;
  box-shadow: 0px 1px 3px #007bbb;
  margin: 5px;
  border-radius: 15px;
}
.testimonio {
  background: #f7f7f7;
}
.testimonio .contenido {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.testimonio .contenido .tes-cont {
  max-width: calc(50% - 40px);
  padding: 60px 40px;
  margin: 20px;
  background: #2196f3;
}
.testimonio .contenido .tes-cont p {
  color: #fff;
  font-style: italic;
  font-size: 16px;
  font-weight: 300;
}
.testimonio .contenido .tes-cont h3 {
  margin-top: 40px;
  text-align: end;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1em;
}
.testimonio .contenido .tes-cont h3 span {
  font-weight: 400;
  font-size: 14px;
}
.contacta {
  background: #111;
}
.forma {
  min-width: 60%;
}
.forma form {
  display: flex;
  flex-direction: column;
}
.forma form h3,
.cont-info h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.forma form input,
.forma form textarea {
  margin-bottom: 20px;
  padding: 15px;
  font-size: 16px;
  border: none;
  outline: none;
  background: #222;
  color: #fff;
  resize: none;
}
.forma form textarea {
  min-height: 200px;
}
.forma form input::placeholder,
.forma form textarea::placeholder {
  color: #999;
}
.forma form input[type="submit"] {
  max-width: 100px;
  background: #2196f3;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cont-info {
  min-width: 40%;
}
.cont-box {
  position: relative;
}
.cont-box .box {
  position: relative;
  padding: 20px 0;
  display: flex;
}
.cont-box .box .icono {
  min-width: 40px;
  padding-top: 4px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  font-size: 24px;
}
.cont-box .box .texto {
  padding-left: 20px;
  display: flex;
  color: #fff;
  font-size: 16px;
  flex-direction: column;
  font-weight: 300;
}
.cont-box .box .texto h3 {
  color: #2196f3;
  font-weight: 500;
  margin-bottom: 0;
}
.copyright {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .banner .texto {
    border-radius: 5px;
    background-color: #000000bd;
    position: absolute;
    top: 76%;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    text-align: center;
    left: 0;
  }
  span.nome {
    text-shadow: -1px 2px 0px #9e9e9e;
  }
  .banner {
    background-position: 100% -113px;
    min-height: 601px;
    padding: 00px;
  }
  video.video {
    height: 100%;
    width: 102%;
    background-color: #2b283b;
}
.work .contenido .work-box {
  width: 100% !important;
}
img.io {
  height: 150px;
}
  header,
  header.mod {
    padding: 20px 50px;
    z-index: 1000;
  }
  .menu {
    position: fixed;
    top: 75px;
    left: -100%;
    display: block;
    padding: 100px 50px;
    text-align: center;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: 0.5s;
    z-index: 999;
    border-top: 1px solid rgb(0, 0, 0, 0, 2);
  }
  .menu.active {
    left: 0;
    border-top: 4px solid green;
  }
  header ul li a {
    color: #111;
    font-size: 24px;
    margin: 10px;
  }
  .toggle {
    width: 40px;
    height: 40px;
    background: url(../img/menu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
  }
  .toggle.active {
    background: url(../img/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
  }
  header.mod .toggle {
    filter: invert(1);
  }
  section {
    padding: 0;
  }
  .banner h2 {
    font-size: 1.5em;
  }
  .banner h3 {
    font-size: 1em;
  }
  .ref {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 16px;
  }
  .a-head h2 {
    font-size: 24px;
  }
  .contenido-2 h3 {
    font-size: 20px;
  }
  .contenido-2 {
    margin: 10px;
    padding-right: 0;
  }
  .contenido {
    flex-direction: column;
  }
  .p-2 {
    margin-bottom: 20px;
  }
  .img {
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    display: block;
  }
  .testimonio .contenido .tes-cont {
    max-width: calc(100% - 20px);
    padding: 40px 20px;
    margin: 10px;
    background: #2196f3;
  }
  .testimonio .contenido .tes-cont h3 {
    margin-top: 20px;
  }
  .cont-info {
    margin: 20px 0;
  }
}
@media (max-width: 600px) {
  header,
  header.mod {
    padding: 20px 20px;
  }
  .banner {
    padding: 00px;
  }
}
