@import url("https://fonts.googleapis.com/css2?family=Onest:wght@300;400;700&display=swap");
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.default-button, .error a, .service .service__action .action__cta, .us .us__layout .layout__text .text__button, .cover .cover__content .content__elements .elements__cta {
  display: block;
  width: 250px;
  margin: auto;
  background: #0085D3;
  padding: 12px 5px;
  border-radius: 50px;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-size: 16px;
}
.default-button:hover, .error a:hover, .service .service__action .action__cta:hover, .us .us__layout .layout__text .text__button:hover, .cover .cover__content .content__elements .elements__cta:hover {
  background: #0C2554;
}

.titles, .about .corporative .corporative__title, .contact .contact__title, .products .products__title, .services .services__title {
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  color: #434343;
  margin: 20px 0 50px;
}
.titles:after, .about .corporative .corporative__title:after, .contact .contact__title:after, .products .products__title:after, .services .services__title:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 25px;
  background: url(../images/underline.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1280px) {
  .titles, .about .corporative .corporative__title, .contact .contact__title, .products .products__title, .services .services__title {
    font-size: 35px;
  }
}
@media screen and (min-width: 1600px) {
  .default-button, .error a, .service .service__action .action__cta, .us .us__layout .layout__text .text__button, .cover .cover__content .content__elements .elements__cta {
    font-size: 18px;
  }
  .titles, .about .corporative .corporative__title, .contact .contact__title, .products .products__title, .services .services__title {
    font-size: 45px;
  }
  .titles:after, .about .corporative .corporative__title:after, .contact .contact__title:after, .products .products__title:after, .services .services__title:after {
    bottom: -25px;
    margin-left: -50px;
    width: 100px;
  }
}
*::-moz-selection {
  background: black;
  color: white;
}
*::selection {
  background: black;
  color: white;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  background: #0085D3;
}

* {
  font-family: "Onest", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.header {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1000;
  background: #00379F;
}
.header .header__navigation {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
.header .header__navigation .navigation__logo {
  width: 150px;
  margin: 0;
  display: block;
  padding-top: 5px;
}
.header .header__navigation .navigation__logo img {
  width: 100%;
}
.header .header__navigation .navigation__menu {
  position: absolute;
  right: -300px;
  top: 0;
  background: rgba(0, 55, 159, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  height: 100vh;
  width: 300px;
  overflow: scroll;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.header .header__navigation .navigation__menu ul {
  padding: 0;
  margin-top: 60px;
}
.header .header__navigation .navigation__menu ul li {
  list-style: none;
}
.header .header__navigation .navigation__menu ul li a {
  padding: 15px 0 15px 30px;
  display: block;
  margin: 5px 0;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header__navigation .navigation__menu ul li a:hover {
  background: #0C2554;
}
.header .header__navigation .navigation__menu--active {
  right: 0;
}
.header .header__navigation .navigation__hamburger {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: none;
  position: relative;
  right: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 3px;
}
.header .header__navigation .navigation__hamburger .ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 60px;
  height: 60px;
  margin: 0;
}
.header .header__navigation .navigation__hamburger .ham-rotate.active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .header__navigation .navigation__hamburger .ham-rotate180.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .header__navigation .navigation__hamburger .line {
  fill: none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: white;
  stroke-width: 5.5;
  stroke-linecap: round;
}
.header .header__navigation .navigation__hamburger .ham4 .top {
  stroke-dasharray: 40 121;
}
.header .header__navigation .navigation__hamburger .ham4 .bottom {
  stroke-dasharray: 40 121;
}
.header .header__navigation .navigation__hamburger .ham4.active .top {
  stroke-dashoffset: -68px;
}
.header .header__navigation .navigation__hamburger .ham4.active .bottom {
  stroke-dashoffset: -68px;
}

.index-header {
  background: transparent;
}

.colored--header {
  background: #00379F;
}

.footer {
  background: #00379F;
  padding: 40px 0 0;
  text-align: center;
  color: white;
}
.footer .footer__whatsapp {
  position: fixed;
  background: #00379F;
  bottom: 50px;
  right: 50px;
  font-size: 35px;
  color: white;
  text-decoration: none;
  display: block;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  padding: 25px;
  border-radius: 50%;
  z-index: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .footer__whatsapp:hover {
  background: white;
  color: #00379F;
}
.footer .footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .footer__social a {
  color: #00379F;
  text-decoration: none;
  font-size: 20px;
  margin: 0 5px;
  background: white;
  padding: 3px;
  border-radius: 50%;
  display: block;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.footer .footer__social a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.footer .footer__social .icon-facebook {
  padding: 0;
  font-size: 40px;
  color: white;
  background: transparent;
  position: relative;
  top: 2px;
}
.footer .footer__developer {
  background: #0085D3;
  padding: 10px 0;
  margin: 40px 0 0;
}
.footer .footer__developer a {
  color: white;
}

@media screen and (min-width: 1279px) {
  .header .header__navigation {
    -webkit-transition: none;
    transition: none;
  }
  .header .header__navigation .navigation__menu {
    -webkit-transition: none;
    transition: none;
  }
}
/*|||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||*/
/*||||||||||||    1280px    |||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||*/
@media screen and (min-width: 1280px) {
  .header {
    height: 70px;
  }
  .header .header__navigation {
    max-width: 1400px;
  }
  .header .header__navigation .navigation__logo {
    width: 200px;
  }
  .header .header__navigation .navigation__menu {
    position: relative;
    right: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    height: initial;
    width: initial;
    overflow: initial;
  }
  .header .header__navigation .navigation__menu ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header__navigation .navigation__menu ul li {
    list-style: none;
    position: relative;
    margin: 0 20px;
  }
  .header .header__navigation .navigation__menu ul li a {
    padding: 5px 10px;
    margin: 0;
    border-bottom: 1px solid transparent;
  }
  .header .header__navigation .navigation__menu ul li a:hover {
    border-bottom: 1px solid white;
    background: transparent;
  }
  .header .header__navigation .navigation__hamburger {
    display: none;
  }
  .index-header {
    height: 120px;
  }
  .colored--header {
    height: 70px;
  }
  .footer .footer__whatsapp {
    bottom: 80px;
    right: 80px;
  }
}
.cover {
  position: relative;
  height: 600px;
}
.cover .cover__content {
  position: absolute;
  z-index: 200;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cover .cover__content .content__elements {
  width: 90%;
  margin: auto;
  text-align: center;
  color: white;
  position: relative;
  top: 20px;
}
.cover .cover__content .content__elements .elements__logo {
  margin: 10px auto 30px;
  width: 200px;
}
.cover .cover__content .content__elements .elements__logo img {
  width: 100%;
}
.cover .cover__content .content__elements .elements__title {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
.cover .cover__content .content__elements .elements__title span {
  font-weight: lighter;
}
.cover .cover__content .content__elements .elements__subtitle {
  font-size: 16px;
  line-height: 22px;
}
.cover .cover__content .content__elements .elements__cta {
  margin-top: 50px;
}
.cover .cover__slider {
  position: relative;
  z-index: 100;
}
.cover .cover__slider .owl-stage-outer .owl-stage .owl-item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 600px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cover .cover__slider .owl-stage-outer .owl-stage .owl-item div img {
  height: 110%;
  width: auto;
}

.services {
  background: url(../images/bg-1.png);
  background-repeat: no-repeat;
  padding: 30px 0;
}
.services .services__cards {
  width: 90%;
  margin: auto;
}
.services .services__cards .cards__card {
  width: 220px;
  height: 250px;
  background: #F9F9F9;
  display: block;
  text-align: center;
  margin: 40px auto;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.services .services__cards .cards__card .card__icon {
  width: 100px;
  margin: 20px auto 5px;
}
.services .services__cards .cards__card .card__icon img {
  width: 100%;
}
.services .services__cards .cards__card .card__name {
  color: #6D6D6D;
  width: 90%;
  margin: 5px auto;
  font-size: 16px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services .services__cards .cards__card:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.us {
  background: url(../images/cable-de-fibra-optica.jpg);
  position: relative;
  background-size: cover;
}
.us:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.us .us__layout {
  padding: 40px 0;
  position: relative;
  z-index: 200;
}
.us .us__layout .layout__text {
  color: white;
  width: 90%;
  margin: auto;
  text-align: center;
}
.us .us__layout .layout__text .text__title {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0 40px;
}
.us .us__layout .layout__text .text__title span {
  font-weight: initial;
  text-transform: initial;
}
.us .us__layout .layout__text .text__content {
  font-size: 16px;
  line-height: 22px;
}
.us .us__layout .layout__text .text__button {
  margin: 40px auto 20px;
  width: 200px;
}

.products {
  padding: 20px 0;
  background: url(../images/bg-2.png);
  background-position: bottom;
}
.products .products__catalog {
  width: 90%;
  margin: auto;
}
.products .products__catalog .catalog__product {
  width: 280px;
  margin: 40px auto;
}
.products .products__catalog .catalog__product .product__image {
  width: 100%;
  margin: 0;
}
.products .products__catalog .catalog__product .product__image img {
  width: 100%;
  border-radius: 5px;
}
.products .products__catalog .catalog__product .product__name {
  margin: 5px 0;
  color: gray;
}

.contact {
  padding: 40px 0;
  background: rgb(245, 245, 245);
}
.contact .contact__generic {
  background-color: white;
  width: 280px;
  margin: 10px auto 20px;
  border-radius: 10px;
}
.contact .contact__generic .generic__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .contact__generic .generic__card span {
  font-size: 22px;
  margin-right: 10px;
  color: #00379F;
}
.contact .contact__map {
  width: 90%;
  max-width: 1366px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.contact .contact__map iframe {
  width: 100%;
  border: none;
  height: 400px;
  margin-bottom: -3px;
}

/*|||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||    800px    |||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||*/
@media screen and (min-width: 800px) {
  .cover {
    height: 720px;
  }
  .cover .cover__content .content__elements {
    width: 720px;
  }
  .cover .cover__content .content__elements .elements__logo {
    width: 300px;
  }
  .cover .cover__content .content__elements .elements__title {
    font-size: 24px;
    width: 520px;
    margin: 20px auto;
  }
  .cover .cover__content .content__elements .elements__title span {
    font-size: 40px;
  }
  .cover .cover__slider .owl-stage-outer .owl-stage .owl-item div {
    height: 720px;
  }
  .services .services__cards {
    width: 640px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
  .us .us__layout .layout__text {
    width: 700px;
  }
  .products .products__catalog {
    width: 700px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
/*|||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||*/
/*||||||||||||    1280px    |||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||*/
@media screen and (min-width: 1280px) {
  .cover .cover__content .content__elements {
    width: 900px;
  }
  .cover .cover__content .content__elements .elements__logo {
    margin: 10px auto 40px;
    width: 350px;
  }
  .cover .cover__content .content__elements .elements__title {
    font-size: 35px;
    width: 800px;
  }
  .cover .cover__content .content__elements .elements__title span {
    font-size: 58px;
  }
  .cover .cover__content .content__elements .elements__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .cover .cover__slider .owl-stage-outer .owl-stage .owl-item div img {
    width: 120%;
    height: auto;
  }
  .services {
    padding: 50px 0 70px;
    background-size: cover;
  }
  .services .services__cards {
    width: 95%;
    max-width: 1500px;
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%;
  }
  .services .services__cards .cards__card {
    height: 270px;
    padding: 0 10px;
  }
  .us {
    background-position: center;
  }
  .us:before {
    width: 50%;
    right: 0;
  }
  .us .us__layout {
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1366px;
    margin: auto;
  }
  .us .us__layout .layout__invisible {
    width: 56%;
    height: 20px;
  }
  .us .us__layout .layout__text {
    width: 44%;
    margin: 0;
    text-align: left;
  }
  .us .us__layout .layout__text .text__title {
    font-size: 26px;
  }
  .us .us__layout .layout__text .text__title span {
    font-size: 25px;
  }
  .us .us__layout .layout__text .text__content {
    font-size: 16px;
    line-height: 22px;
  }
  .us .us__layout .layout__text .text__button {
    margin: 40px 0 20px;
  }
  .products {
    padding: 40px 0;
  }
  .products .products__catalog {
    width: 90%;
    max-width: 1500px;
  }
  .products .products__catalog .catalog__product {
    width: 550px;
    margin: 40px auto;
  }
  .contact {
    padding: 40px 0 100px;
  }
}
/*|||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||*/
/*||||||||||||    1600px    |||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||*/
@media screen and (min-width: 1600px) {
  .cover {
    height: 900px;
  }
  .cover .cover__content .content__elements {
    width: 1000px;
  }
  .cover .cover__content .content__elements .elements__logo {
    margin: 10px auto 60px;
    width: 550px;
  }
  .cover .cover__content .content__elements .elements__title {
    font-size: 45px;
    width: 100%;
  }
  .cover .cover__content .content__elements .elements__title span {
    font-size: 74px;
  }
  .cover .cover__content .content__elements .elements__subtitle {
    font-size: 22px;
    line-height: 30px;
  }
  .cover .cover__content .content__elements .elements__cta {
    width: 300px;
  }
  .cover .cover__slider .owl-stage-outer .owl-stage .owl-item div {
    height: 900px;
  }
  .services {
    padding: 50px 0 70px;
    background-size: cover;
  }
  .services .services__cards {
    width: 95%;
    max-width: 1450px;
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%;
  }
  .services .services__cards .cards__card {
    height: 300px;
    width: 250px;
    padding: 0 15px 10px;
  }
  .services .services__cards .cards__card .card__icon {
    width: 120px;
    margin-bottom: 20px;
  }
  .services .services__cards .cards__card .card__name {
    font-size: 20px;
  }
  .us .us__layout {
    max-width: 1400px;
  }
  .us .us__layout .layout__text {
    max-width: 670px;
  }
  .us .us__layout .layout__text .text__title {
    font-size: 35px;
  }
  .us .us__layout .layout__text .text__title span {
    font-size: 33px;
  }
  .us .us__layout .layout__text .text__content {
    font-size: 18px;
    line-height: 24px;
  }
  .products {
    padding: 50px 0;
  }
  .products .products__catalog {
    max-width: 1500px;
  }
  .products .products__catalog .catalog__product {
    width: 650px;
  }
  .products .products__catalog .catalog__product .product__name {
    font-size: 20px;
  }
  .contact {
    padding: 60px 0 100px;
  }
  .contact .contact__map {
    max-width: 1400px;
  }
}
.about {
  padding-top: 60px;
}
.about .about__intro {
  background: url(../images/bg-3.png);
  background-position: bottom;
  padding: 0 0 30px;
}
.about .about__intro .intro__title {
  margin: 0 0 30px;
  text-align: center;
  font-size: 30px;
  background: #ebebeb;
  padding: 30px 0;
}
.about .about__intro .intro__content {
  width: 90%;
  margin: auto;
}
.about .about__intro .intro__content .content__image {
  margin: 0;
}
.about .about__intro .intro__content .content__image img {
  width: 100%;
  border-radius: 5px;
}
.about .about__intro .intro__content .content__text p {
  color: gray;
  font-size: 16px;
  line-height: 22px;
}
.about .corporative {
  background: url(../images/cables-en-cuarto-de-servidores.jpg);
  background-position: center;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}
.about .corporative:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.about .corporative .corporative__title {
  color: white;
  position: relative;
  z-index: 200;
  margin: 0 0 40px;
}
.about .corporative .corporative__title:after {
  background: url(../images/underline-white.svg);
  background-repeat: no-repeat;
  bottom: -30px;
}
.about .corporative .corporative__content {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 200;
}
.about .corporative .corporative__content .content__element {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  text-align: center;
  width: 70%;
  margin: 40px auto 0;
  border-radius: 10px;
  padding: 30px 20px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.about .corporative .corporative__content .content__element .element__title {
  margin: 0 0 20px;
  font-size: 20px;
}
.about .corporative .corporative__content .content__element .element__text {
  margin: 0 0 0;
}
.about .values .values__content {
  background: #f6f6f6;
  padding: 20px 0;
}
.about .values .values__content .content__text .text__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  color: #434343;
  margin: 0 0 40px;
}
.about .values .values__content .content__text .text__list {
  width: 200px;
  margin: auto;
}
.about .values .values__content .content__text .text__list li {
  font-size: 16px;
  color: gray;
  margin: 10px 0;
}
.about .values .values__content .content__image {
  margin: 40px auto;
  width: 300px;
  line-height: 0;
}
.about .values .values__content .content__image img {
  width: 100%;
  border-radius: 5px;
}

/*|||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||*/
/*||||||||||||    1000px    |||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||*/
@media screen and (min-width: 1000px) {
  .about .about__intro {
    background-position: bottom;
    padding: 0 0 30px;
  }
  .about .about__intro .intro__title {
    font-size: 40px;
    padding: 40px 0;
  }
  .about .about__intro .intro__content {
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about .about__intro .intro__content .content__image {
    width: 45%;
    margin: 60px 0;
  }
  .about .about__intro .intro__content .content__text {
    width: 52%;
  }
  .about .corporative {
    padding: 60px 0 70px;
  }
  .about .corporative .corporative__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 1000px;
  }
  .about .corporative .corporative__content .content__element {
    width: 380px;
  }
  .about .values {
    padding: 60px 0;
  }
  .about .values .values__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1280px;
    margin: auto;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about .values .values__content .content__text {
    margin: auto;
  }
  .about .values .values__content .content__text .text__title {
    text-align: left;
  }
  .about .values .values__content .content__text .text__list {
    width: 300px;
  }
  .about .values .values__content .content__text .text__list li {
    font-size: 22px;
    color: gray;
    margin: 30px 0 0;
  }
  .about .values .values__content .content__image {
    margin: 0;
    width: 50%;
    max-width: 700px;
  }
  .about .values .values__content .content__image img {
    border-radius: 0;
  }
}
/*|||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||*/
/*||||||||||||    1600px    |||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||*/
/*|||||||||||||||||||||||||||||||||||||||*/
@media screen and (min-width: 1600px) {
  .about {
    padding-top: 70px;
  }
  .about .about__intro {
    background-position: center;
    background-repeat: no-repeat;
  }
  .about .about__intro .intro__title {
    font-size: 50px;
    padding: 50px 0;
  }
  .about .about__intro .intro__content {
    max-width: 1400px;
  }
  .about .about__intro .intro__content .content__text p {
    font-size: 18px;
    line-height: 24px;
  }
  .about .corporative {
    padding: 80px 0 90px;
  }
  .about .corporative .corporative__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 1200px;
  }
  .about .corporative .corporative__content .content__element {
    width: 450px;
    padding: 30px;
  }
  .about .corporative .corporative__content .content__element .element__title {
    font-size: 25px;
  }
  .about .corporative .corporative__content .content__element .element__text {
    font-size: 20px;
    line-height: 28px;
  }
  .about .values {
    padding: 60px 0;
  }
  .about .values .values__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1400px;
    margin: auto;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about .values .values__content .content__text {
    margin: auto;
  }
  .about .values .values__content .content__text .text__title {
    text-align: left;
  }
  .about .values .values__content .content__text .text__list {
    width: 300px;
  }
  .about .values .values__content .content__text .text__list li {
    font-size: 22px;
    color: gray;
    margin: 30px 0 0;
  }
  .about .values .values__content .content__image {
    margin: 0;
    width: 50%;
    max-width: 700px;
  }
  .about .values .values__content .content__image img {
    border-radius: 0;
  }
}
.service .service-crfo {
  background: url(../images/construccion-redes-fibra-optica.jpg);
  background-position: right;
}
.service .service-cmetfo {
  background: url(../images/enlace-troncal.jpg);
  background-position: center;
}
.service .service-ptem {
  background: url(../images/enlaces-microondas.jpg);
  background-position: center 40%;
}
.service .service-prce {
  background: url(../images/cables-en-servidor.jpg);
  background-position: bottom;
}
.service .service__cover {
  background-size: cover;
  height: 300px;
  padding: 60px 0 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service .service__cover:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.service .service__cover .cover__title {
  position: relative;
  z-index: 200;
  color: white;
  width: 90%;
  margin: auto;
  text-align: center;
}
.service .service__info {
  width: 90%;
  margin: auto;
  padding: 20px 0;
}
.service .service__info .info__text {
  color: gray;
  line-height: 22px;
}
.service .service__info .info__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service .service__info .info__gallery .gallery__image {
  width: 260px;
  margin: 10px auto;
}
.service .service__info .info__gallery .gallery__image img {
  width: 100%;
  border-radius: 5px;
}
.service .service__action {
  background: #F6F6F6;
  padding: 30px 0 50px;
  text-align: center;
}
.service .service__action .action__title {
  color: gray;
}
@media screen and (min-width: 800px) {
  .service .service__cover {
    height: 400px;
  }
  .service .service__info {
    max-width: 1280px;
  }
  .service .service__info .info__gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    max-width: 800px;
    margin: auto;
  }
  .service .service__info .info__gallery .gallery__image {
    margin: 40px auto;
    width: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .service .service__cover {
    height: 400px;
  }
  .service .service__cover .cover__title {
    font-size: 35px;
  }
  .service .service__info {
    max-width: 1280px;
  }
  .service .service__info .info__gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    width: 90%;
    max-width: 1280px;
  }
  .service .service__info .info__gallery .gallery__image {
    width: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .service .service__cover .cover__title {
    font-size: 45px;
  }
  .service .service__info {
    max-width: 1400px;
  }
  .service .service__info .info__text {
    font-size: 18px;
    line-height: 24px;
  }
  .service .service__info .info__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
  .service .service__info .info__gallery .gallery__image {
    width: 320px;
    margin: 40px 0;
  }
}
.error {
  height: 70vh;
  min-height: 400px;
  padding: 70px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.error h1 {
  font-size: 100px;
  margin: 30px 0;
  color: gray;
}
.error p {
  margin: 5px auto;
  width: 90%;
  font-size: 20px;
  color: gray;
}
.error figure {
  margin: 30px 0;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error figure img {
  width: 200%;
}
.error a {
  margin: 30px 0;
}

@media screen and (min-width: 800px) {
  .error figure {
    margin: 30px 0;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .error figure img {
    width: 100%;
  }
}