@charset "UTF-8";
/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Kaushan+Script&family=Zain:wght@200;300;400;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
/**Colores**/
/** -Colores/Primarios- **/
/** -Colores/Secundarios- **/
/** -Colores/Textos- **/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zain", sans-serif;
  font-weight: normal;
  color: #404041;
  font-size: 14px;
  font-weight: 400;
}
body * {
  font-family: "Zain", sans-serif;
  font-weight: normal;
  color: #404041;
  font-size: 14px;
  font-weight: 400;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}

:root {
  --color-fg: #2563eb;
  --color-bg: #bfdbfe;
}

/*Selección Desing*/
::selection {
  background: #010a19;
  color: #00d4ff;
}

::-moz-selection {
  background: #010a19;
  color: #00d4ff;
}

::-webkit-selection {
  background: #010a19;
  color: #00d4ff;
}

::-o-selection {
  background: #010a19;
  color: #00d4ff;
}

.scrollOn#menu {
  position: fixed;
  top: -67px;
  left: 0;
  z-index: 15;
}
.scrollOn#banner-lnd {
  border-top: solid 67px #010a19;
}

.scrollArea#menu {
  top: 0 !important;
}
.scrollArea#menu nav .navbar-brand img {
  height: 28px;
}
.scrollArea#menu nav ul li a {
  padding-top: 3px;
  padding-bottom: 3px;
}

.modal-title {
  color: #010a19;
  font-size: 2.6em;
  line-height: 28px;
  position: relative;
  top: 4px;
}

.modal-content {
  border-radius: 0;
}
.modal-content p {
  color: #010a19;
  font-size: 1.4em;
  font-weight: 300;
}
.modal-content p strong, .modal-content p b {
  font-size: 1em;
  font-weight: 600;
  color: #007cd8;
}
.modal-content blockquote {
  border-left: solid 1px #010a19;
  padding: 0 0 0 1.8em;
}
.modal-content blockquote p {
  font-weight: 500;
  text-transform: uppercase;
}
.modal-content blockquote .skills p {
  color: #010a19;
  font-size: 1.4em;
  font-weight: 300;
  text-align: center;
  text-transform: initial;
  margin: 0;
  _display: inline-block;
  _vertical-align: top;
}
.modal-content blockquote .skills p span {
  color: #007cd8;
  font-size: 3em;
  margin: 0 auto;
  display: block;
}

.header {
  background: #010a19;
  transition: all 0.9s;
}
.header nav {
  background: transparent !important;
}
.header nav .navbar-brand img {
  height: 35px;
  transition: all 0.4s;
}
.header nav ul li a {
  color: #00d4ff;
  font-size: 1.35em;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.4s;
}
.header nav ul li a:hover, .header nav ul li a.active {
  color: #007cd8 !important;
}
.header nav ul li a:hover span, .header nav ul li a.active span {
  color: #007cd8 !important;
}
.header nav ul li a.active {
  font-weight: 800;
}
.header nav ul li a span {
  color: #00d4ff;
  font-size: 1.8em;
  display: inline-block;
  vertical-align: top;
  transition: all 0.4s;
}

.carousel {
  transition: all 0.4s;
}

.carousel-inner {
  background: #010a19;
}
.carousel-inner .carousel-item {
  position: relative;
}
.carousel-inner .carousel-item img {
  position: relative;
  z-index: 1;
  opacity: 0.15;
}
.carousel-inner .carousel-item:before {
  content: "";
  background-image: url("../img/patter-lines.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0.9;
}

.carousel-item.active .carousel-caption {
  top: 40% !important;
  opacity: 1;
}

.carousel-caption {
  top: 67% !important;
  bottom: initial !important;
  z-index: 8;
  opacity: 0;
  transition: all 0.9s;
  transition-delay: 0.35s;
  transform: translateY(-50%) !important;
}
.carousel-caption h4 {
  font-family: "Kaushan Script", cursive;
  color: #00d4ff;
  font-size: 4.4em;
  font-weight: 400;
  letter-spacing: normal;
  text-shadow: 0 0 10px #00d4ff;
}
.carousel-caption p {
  color: #fff;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 30px;
}

.carousel-indicators {
  bottom: 55px;
  z-index: 8;
}
.carousel-indicators [data-bs-target] {
  background-color: #00a0e8;
}

#hablemos-de {
  position: relative;
  z-index: 5;
}
#hablemos-de .aside {
  text-align: right;
}
#hablemos-de .aside:hover h1 {
  color: #007cd8;
}
#hablemos-de .aside h1 {
  color: #010a19;
  font-family: "Zain", sans-serif;
  font-size: 4em;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.4s;
}
#hablemos-de .aside p {
  color: #010a19;
  font-size: 2em;
  font-weight: 300;
  line-height: 30px;
}
#hablemos-de .aside .image {
  position: relative;
}
#hablemos-de .aside .image:before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 2px #00d4ff;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transition: all 0.4s;
  box-sizing: border-box;
}
#hablemos-de .aside .image img {
  width: 100%;
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  filter: grayscale(100%);
  transition: all 0.4s;
}
#hablemos-de .aside .image:hover:before {
  border: solid 2px #007cd8;
  opacity: 1;
  left: 10px;
  top: -10px;
}
#hablemos-de .aside .image:hover img {
  left: -10px;
  top: 10px;
  filter: grayscale(0%);
}
#hablemos-de .aside .cont-action {
  border-top: solid 1px rgba(1, 10, 25, 0.1);
  margin-top: 30px;
  padding-top: 20px;
}
#hablemos-de .aside .cont-action p {
  font-size: 1.4em;
  font-weight: 600;
  text-transform: uppercase;
}
#hablemos-de .aside .cont-action a {
  background: #010a19;
  color: #fff;
  font-family: "Zain", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
}
#hablemos-de .feature .set {
  align-items: flex-start;
  align-content: stretch;
}
#hablemos-de .feature .col-sm-6 {
  border-right: solid 1px rgba(1, 10, 25, 0.1);
  border-bottom: solid 1px rgba(1, 10, 25, 0.1);
  transition: all 0.4s;
}
#hablemos-de .feature .col-sm-6:nth-child(2n) {
  border-right: 0;
}
#hablemos-de .feature h2 {
  color: #007cd8;
  font-family: "Caveat", cursive;
  font-size: 5em;
  font-weight: 700;
  line-height: 60px;
}
#hablemos-de .feature p {
  color: #010a19;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
  padding: 0.85em;
}
#hablemos-de .feature p span {
  color: #010a19;
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  transition: all 0.4s;
}
#hablemos-de .feature p span span {
  display: inline-block;
  vertical-align: middle;
}
#hablemos-de .feature p:hover span {
  color: #007cd8;
}

#proyectos {
  background: #010a19;
  position: relative;
}
#proyectos:before {
  background: #010a19;
  content: "";
  width: 130%;
  height: 110px;
  pointer-events: none;
  position: absolute;
  left: -25%;
  top: 0;
  z-index: -1;
  transform: rotate(-2deg);
  transform-origin: 0 0;
}
#proyectos:after {
  background: #010a19;
  content: "";
  width: 130%;
  height: 110px;
  pointer-events: none;
  position: absolute;
  left: -25%;
  top: 100%;
  z-index: -1;
  transform: rotate(-2deg);
  transform-origin: 0 0;
}
#proyectos h3 {
  color: #00d4ff;
  font-family: "Caveat", cursive;
  font-size: 5em;
  font-weight: 700;
}
#proyectos p {
  color: #fff;
  font-size: 1.8em;
  font-weight: 300;
}
#proyectos .center .slide .image {
  transform: scale(1.2);
}
#proyectos .slide {
  background: rgba(0, 212, 255, 0);
  border-radius: 25px;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
}
#proyectos .slide:hover, #proyectos .slide.active {
  background: #00d4ff;
}
#proyectos .slide:hover .image, #proyectos .slide.active .image {
  opacity: 0.2;
}
#proyectos .slide:hover .caption h4, #proyectos .slide:hover .caption h5, #proyectos .slide.active .caption h4, #proyectos .slide.active .caption h5 {
  top: 0;
  opacity: 1;
}
#proyectos .slide:hover .caption a, #proyectos .slide.active .caption a {
  bottom: 0;
  opacity: 1;
}
#proyectos .slide .image {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
}
#proyectos .slide .image img {
  height: auto;
}
#proyectos .slide .caption {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#proyectos .slide .caption h4 {
  color: #010a19;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  text-align: left;
  border-left: solid 2px #010a19;
  margin-bottom: 1em;
  padding-left: 8px;
  display: block;
  vertical-align: middle;
  position: relative;
  top: -40px;
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.2s;
}
#proyectos .slide .caption h4 span {
  color: currentColor;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 18px;
  text-transform: initial;
  text-align: left;
  display: block;
  vertical-align: middle;
}
#proyectos .slide .caption h5 {
  width: 100%;
  color: #010a19;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  border-top: solid 2px #010a19;
  margin-top: 0.5em;
  margin-bottom: 2em;
  display: block;
  vertical-align: middle;
  position: relative;
  top: -40px;
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.2s;
}
#proyectos .slide .caption a {
  color: #010a19;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: -40px;
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.35s;
}
#proyectos .slide .caption a:hover {
  color: #fff;
}
#proyectos .slide .caption a:hover span {
  transform: rotate(-90deg);
}
#proyectos .slide .caption a span {
  color: currentColor;
  font-size: 4em;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s;
}

#clientes h3 {
  color: #007cd8;
  font-family: "Caveat", cursive;
  font-size: 5em;
  font-weight: 700;
  line-height: 60px;
}
#clientes p {
  color: #010a19;
  font-size: 1.8em;
  font-weight: 300;
}
#clientes img {
  width: auto;
  height: 40px;
  margin: 0 auto;
  display: block;
  vertical-align: top;
  transition: all 0.4s;
  filter: grayscale(1);
}
#clientes img:hover {
  filter: grayscale(0);
}

#partners {
  background: #f2f2f2;
}
#partners h3 {
  color: #007cd8;
  font-family: "Caveat", cursive;
  font-size: 5em;
  font-weight: 700;
  line-height: 60px;
}
#partners p {
  color: #010a19;
  font-size: 1.8em;
  font-weight: 300;
}
#partners .partner {
  position: relative;
}
#partners .partner:hover .image img {
  opacity: 0.1;
}
#partners .partner:hover .caption {
  top: 50%;
  opacity: 1;
}
#partners .partner .image {
  background: rgb(0, 212, 255);
  background: linear-gradient(180deg, rgb(0, 212, 255) 0%, rgb(0, 124, 216) 100%);
  width: 80%;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
  vertical-align: top;
  overflow: hidden;
}
#partners .partner .image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 100%;
  display: block;
  opacity: 1;
  transition: all 0.4s;
  transition-delay: 0.25s;
}
#partners .partner .caption {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
  vertical-align: top;
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.2s;
  transition-delay: 0.5s;
}
#partners .partner .caption h5 {
  color: #010a19;
  font-size: 2em;
  font-weight: 300;
  text-align: center;
  margin: 0 0 4px 0;
  display: block;
}
#partners .partner .caption h5 span {
  color: #010a19;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  vertical-align: top;
}
#partners .partner .caption a {
  display: inline-block;
  vertical-align: middle;
}
#partners .partner .caption a:hover svg {
  fill: #fff;
}
#partners .partner .caption a svg {
  fill: #010a19;
  width: auto;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s;
}

#contactanos {
  _background: #007cd8;
  _box-shadow: inset 0 0 100px #010a19;
  position: relative;
}
#contactanos:before {
  content: "";
  background-image: url("../img/patter-lines.png");
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: 0 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 25px 100px 38px #080808;
  position: absolute;
  z-index: -1;
  opacity: 0.05;
  animation-name: frm-animate;
  animation-duration: 100s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#contactanos h3 {
  color: #007cd8;
  font-family: "Caveat", cursive;
  font-size: 5em;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 25px;
}
#contactanos p {
  color: #010a19;
  font-size: 1.8em;
  font-weight: 300;
}
#contactanos .line {
  border-top: solid 1px rgba(1, 10, 25, 0.1);
}
#contactanos .line p {
  font-size: 1.4em;
}
#contactanos .wpforms-container-full form .wpforms-field-container label, #contactanos .wpforms-container-full form .wpforms-field-container legend {
  font-size: 1.38em;
}
#contactanos .wpforms-container-full form .wpforms-submit-container button {
  background: #010a19 !important;
  text-transform: uppercase !important;
  line-height: 47px !important;
}

@keyframes frm-animate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -447px;
  }
}
/* Responsive */
@media (max-width: 1024px) {
  .header nav .navbar-brand img {
    height: 25px;
  }
  .header nav ul li a {
    padding: 2px 0;
  }
  .carousel-caption h4 {
    font-size: 3.4em;
  }
  .carousel-caption p {
    font-size: 1.9em;
  }
  .carousel-indicators {
    bottom: 25px;
  }
  #hablemos-de .aside h1 {
    font-size: 3.5em;
  }
  #hablemos-de .aside p {
    font-size: 1.5em;
    line-height: 25px;
  }
  #hablemos-de .feature h2 {
    font-size: 3.5em;
  }
  #hablemos-de .feature p {
    font-size: 1.3em;
    line-height: 22px;
  }
  #hablemos-de .feature p span {
    font-size: 1em;
  }
  #proyectos h3 {
    font-size: 3.2em;
    padding-top: 15px;
  }
  #proyectos p {
    font-size: 1.35em;
  }
  #clientes h3 {
    font-size: 3.5em;
    line-height: 38px;
  }
  #clientes p {
    font-size: 1.35em;
  }
  #partners h3 {
    font-size: 3.5em;
    line-height: 38px;
  }
  #partners p {
    font-size: 1.35em;
  }
  #partners .partner .caption {
    padding: 0 25px;
  }
  #partners .partner .caption h5 {
    font-size: 1.5em;
  }
  #contactanos h3 {
    font-size: 3.5em;
    line-height: 38px;
  }
  #contactanos p {
    font-size: 1.35em;
  }
  #contactanos .line p {
    font-size: 1.2em;
  }
  .modal-title {
    font-size: 2.1em;
  }
  .modal-content p {
    font-size: 1.3em;
  }
  .modal-content blockquote .skills p {
    font-size: 1.2em;
  }
}
@media (max-width: 824px) {
  #menu.scrollArea nav {
    padding: 2px 0;
  }
  #menu.scrollArea nav .navbar-brand img {
    height: 20px;
  }
  .navbar button {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none !important;
  }
  .navbar button span {
    color: #00d4ff;
    font-size: 42px;
    vertical-align: middle;
  }
  .navbar-collapse {
    transition: all 0.4s;
  }
  .navbar-collapse.show {
    padding-top: 25px;
  }
  .navbar-nav li {
    width: 100%;
    text-align: right;
    border-bottom: solid 1px rgba(0, 212, 255, 0.4);
    padding: 10px 15px;
    display: block;
    transition: all 0.4s;
  }
  .navbar-nav li:last-child {
    border: 0 !important;
  }
  .navbar-nav li:hover {
    border-bottom: solid 1px #007cd8;
  }
  .navbar-nav li:hover a i {
    color: #007cd8;
  }
  .navbar-nav li a {
    font-size: 1.65;
  }
  .navbar-nav li a i {
    color: #00d4ff;
    font-size: 1em;
    font-weight: 400;
    line-height: 41px;
    font-style: normal;
    text-transform: uppercase;
    transition: all 0.4s;
    vertical-align: top;
  }
  .carousel-inner .carousel-item img {
    width: auto !important;
    height: 370px;
    transform: translateX(-28%);
  }
  #hablemos-de .aside {
    text-align: center;
  }
  #hablemos-de .aside .image {
    width: 60%;
    margin: 0 auto;
  }
  #proyectos {
    padding-top: 0;
  }
  #proyectos:after {
    top: 91%;
  }
  #partners h3 {
    padding-top: 18px;
  }
  #partners .partner .image {
    width: 98%;
  }
}
@media (max-width: 600px) {
  #menu.scrollArea nav {
    padding: 6px 0;
  }
  .carousel-inner .carousel-item img {
    height: 320px;
  }
  .carousel-caption h4 {
    font-size: 2.1em;
  }
  .carousel-caption p {
    font-size: 1.2em;
    line-height: 20px;
  }
  .carousel-indicators {
    bottom: 0;
  }
  #hablemos-de .aside {
    padding-bottom: 35px;
  }
  #hablemos-de .aside .image {
    width: 75%;
  }
  #hablemos-de .feature .col-sm-6 {
    border: 0;
  }
  #hablemos-de .feature .col-sm-6 p {
    border-bottom: solid 1px rgba(1, 10, 25, 0.1);
  }
  div.wpforms-container-full {
    margin-top: 0px !important;
  }
  #clientes img {
    height: 28px;
  }
  #proyectos .slide .caption h5 {
    font-size: 1.2em;
    border-top: solid 1px #010a19;
  }
  #proyectos .slide .caption h4 span {
    font-size: 1.2em;
  }
  #partners .partner {
    margin-top: 20px;
  }
  #partners .partner .image {
    width: 100%;
  }
  #partners .partner .caption h5 {
    font-size: 1.4em;
  }
  #partners .partner .caption h5 span {
    font-size: 0.8em;
  }
  .modal-title {
    font-size: 1.8em;
  }
  .modal-content p {
    line-height: normal;
  }
  .modal-content blockquote {
    padding: 0;
    border: 0;
  }
  .modal-content blockquote .skills p {
    margin-bottom: 10px;
  }
}