/* ==========================================================================
   @zkar13
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/* ==========================================================================
   @zkar13
   ========================================================================== */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo2/v9/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsOdC6.ttf) format('truetype');
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 16px;
  background: #eee;
  font-family: 'Exo 2', sans-serif;
}
a {
  color: #459fdc;
  text-decoration: none;
}
a:hover {
  color: #2278b3;
}
.header {
  background: #fff;
  display: flex;
  padding: 15px 35px;
}
@media only screen and (max-width: 529px) {
  .header {
    flex-direction: column;
  }
}
.header-item {
  flex: 1;
}
.header-logo {
  position: relative;
}
.header-logo-sub {
  margin: 5px 0 0 0;
  font-weight: 600;
  color: #666;
}
.header-nav {
  height: 100%;
}
@media only screen and (max-width: 529px) {
  .header-nav {
    overflow-x: auto;
  }
}
.header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 529px) {
  .header-menu {
    flex-direction: column;
  }
}
.header-menu-item {
  flex: 1;
}
.header-menu-item.active a,
.header-menu-item:hover a {
  border-bottom: 2px solid #278cd1;
  transform: translateY(-1px);
}
.header-menu-item a {
  text-decoration: none;
  padding-bottom: 4px;
  transition: all 0.1s ease;
  display: inline-block;
}
.section {
  min-height: 70vh;
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.nosotros {
  background: #e8e8e8;
}
.section.clientes {
  background: #fff;
}
.section-titulo {
  font-size: 64px;
  position: relative;
  margin: 0 0 25px 0;
}
.section-titulo:after {
  content: "";
  bottom: -5px;
  width: 50px;
  height: 5px;
  background: #459fdc;
  z-index: 999;
  position: absolute;
  left: 0;
}
.section-descripcion {
  font-size: 22px;
}
/*
 * INICIO
 */
#mySwiperSlider .swiper-container {
  width: 600px;
  height: 300px;
}
#mySwiperSlider .swiper-slide {
  height: calc(100vh - 110px);
  background: #eeeccc;
  background-size: cover !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mySwiperSlider .swiper-slide.slide1 {
  background: url(/img/slide-1.jpg) no-repeat center center;
}
#mySwiperSlider .swiper-slide.slide2 {
  background: url(/img/slide-2.jpg) no-repeat center center;
}
#mySwiperSlider .swiper-slide.slide3 {
  background: url(/img/slide-3.jpg) no-repeat center center;
}
#mySwiperSlider .swiper-slide h3 {
  display: none;
}
#mySwiperSlider .swiper-slide.swiper-slide-active h3 {
  display: block;
  animation: focus-in-expand-fwd 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-8-21 10:47:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation focus-in-expand-fwd
 * ----------------------------------------
 */
@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-800px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    filter: blur(0);
    opacity: 1;
  }
}
/*
/*PRODUCTOS
*/
#mySwiperProductos .swiper-slide .producto {
  width: 100%;
  background: #fff;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 5px 5px #ccc;
}
#mySwiperProductos .swiper-slide .producto-header {
  margin-bottom: 25px;
}
#mySwiperProductos .swiper-slide .producto-header img {
  display: inline-block;
  width: 100%;
}
#mySwiperProductos .swiper-slide .producto-titulo {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
}
#mySwiperProductos .swiper-slide .producto-lista {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
#mySwiperProductos .swiper-slide .producto-lista li {
  padding: 8px 16px;
  border-bottom: 2px solid #eee;
}
.equipos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.equipo {
  background: #fff;
  padding: 15px;
  border: 2px solid #ccc;
  border-radius: 10px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  margin: 15px;
  min-width: 180px;
}
.equipo-imagenes {
  text-align: center;
  flex: 1;
}
.equipo-img {
  width: 100%;
  display: inline-block;
  max-width: 120px;
}
.equipo-img:hover {
  animation: jello-vertical 0.9s both;
}
.equipo-titulo {
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  padding: 4px 8px;
  background: #eee;
  border-radius: 10px;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-8-20 13:52:4
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@keyframes jello-vertical {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*
/* CLIENTES
*/
.clientes {
  padding: 35px;
  background: #fff;
}
#swiperClientes .swiper-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer {
  background: #459fdc;
  padding: 35px;
  color: #fff;
  text-align: center;
  border-bottom: 5px solid #4387b5;
}
.iframeMap {
  width: 100%;
  min-height: 50vh;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-8-20 11:3:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
