@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");
@import url("//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css");
@import url('bootstrap.min.css');
@import url('owl.carousel.min.css');
@import url('owl.carousel.css');
@import url('font-awesome.min.css');
@import url('themify-icons.css');
@import url('animate.css');
@import url('slicknav.css');

@font-face {
font-family: "Helvetica";
src: url(../fonts/helvetica.otf);
display: swap;
}
@font-face {
font-family: "Marca";
src: url(../fonts/gieicom.ttf);
display: swap;
}
@font-face {
font-family: "Customer";
src: url(../fonts/customer.ttf);
display: swap;
}
@media (max-width: 991px) {
html {
overflow-x: hidden;
}
}
@media (min-width: 992px) {
html {
overflow-x: hidden;
scroll-behavior: smooth;
}
}
body {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
}

.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}

a:focus {
  text-decoration: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
  color: #1F1F1F;
}

a,
button {
  outline: medium none;
}

h1, h2, h3, h4, h5 {
  font-family: "Poppins", sans-serif;
  color: #1F1F1F;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  color: #727272;
  font-weight: 300;
  line-height: 28px;
  color: #666;
  margin-bottom: 13px;
  font-family: "Open Sans";
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

h3 {
  font-size: 24px;
}

.mb-65 {
  margin-bottom: 67px;
}

.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.jpg);
}

.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.jpg);
}

.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.jpg);
}


@media (max-width: 767px) {
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
}

.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 95%;
  padding: 0;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
}

.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #ed3f43;
}

.slicknav_menu .slicknav_nav a.active {
  color: #ed3f43;
}

@media (max-width: 767px) {
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}


@media (max-width: 767px) {
  .slicknav_menu {
    margin-right: 0px;
  }
}

.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}

.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
}

@media (max-width: 767px) {
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area {
    padding-top: 0;
  }
}

.header-area .menu-principal {
  padding: 18px 0;
  background: #fff;
}

.header-area .menu-principal .logo-img {
  text-align: center;
}

@media (max-width: 767px) {
  .header-area .menu-principal .logo-img {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .menu-principal .logo-img {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .menu-principal .logo-img {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .header-area .menu-principal .logo-img img {
    width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .menu-principal .logo-img img {
    width: 70px;
  }
}


.header-area .menu-principal .main-menu {
  text-align: right;
  padding: 12px 0;
}

.header-area .menu-principal .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.header-area .menu-principal .main-menu ul li a {
  color: #727272;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  font-family: "Poppins", sans-serif;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .menu-principal .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .menu-principal .main-menu ul li a {
    font-size: 15px;
  }
}

.header-area .menu-principal .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  .header-area .menu-principal .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .menu-principal .main-menu ul li a i {
    display: none !important;
  }
}



.header-area .menu-principal .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .menu-principal .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .menu-principal .main-menu ul li a:hover {
  color: #ed3f43;
}

.header-area .menu-principal .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 160%;
  background: #fff;
  width: 320px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.header-area .menu-principal .main-menu ul li .submenu-02 {
  position: absolute;
  left: 100%;
  top: 0%;
  background: #fafafa;
  width: 200px;
  height: 301px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
}


.header-area .menu-principal .main-menu ul li .submenu li {
  display: block;
  padding: 0;
  margin: 0;
}

.header-area .menu-principal .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #222;
  border-bottom: 1px solid #f7f7f7;
}
.header-area .menu-principal .main-menu ul li .submenu-02 li a {
  
  border-bottom: 1px solid #fff;
}
.header-area .menu-principal .main-menu ul li .submenu li a i {
  position: absolute;
  right: 3px;
  top: 16px;
}
.header-area .menu-principal .main-menu ul li .submenu li:hover {
  background-color:#F0F4F7;
}
.header-area .menu-principal .main-menu ul li .submenu li a:hover {
  color:#ed3f43;
}


.header-area .menu-principal .main-menu ul li .submenu li a::before {
  display: none;
}


.header-area .menu-principal .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

.header-area .menu-principal .main-menu ul li:hover > .submenu-02 {
  opacity: 1;
  visibility: visible;
  top: 0;
}


.header-area .menu-principal .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}


.header-area .menu-principal .main-menu ul li:first-child a {
  padding-left: 0;
}

.header-area .menu-principal.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  transition:500ms ease;
  -webkit-transition: 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.96);
  top: 0;
}





@media (min-width: 768px) and (max-width: 991px) {
  .header-area .menu-principal.sticky {
    padding: 10px 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .menu-principal.sticky {
    padding: 10px 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .menu-principal.sticky {
    padding: 10px 0;
  }
}

.header-area .menu-principal.sticky .main-menu {
  padding: 0;
}

.header-area .menu-superior {
  padding: 5px 0;
  background: #222;
}

@media (max-width: 767px) {
  .header-area .menu-superior .redes-sociales-links {
    text-align: center;
  }
}

.redes-sociales-links {
margin-top: -1.5px;
}
.header-area .menu-superior .redes-sociales-links a {
  font-size: 12px;
  color: #222;
  margin-right: 12px;
  text-align: center;
  background-color: #fafafa;
  border-radius: 3px;
}

.header-area .menu-superior .redes-sociales-links a:hover {
  color: #fff;
  background-color:#ed3f43;
}

.header-area .menu-superior .formas-contacto {
  text-align: right;
}

@media (max-width: 767px) {
  .header-area .menu-superior .formas-contacto {
    text-align: center;
  }
}

.header-area .menu-superior .formas-contacto ul li {
  display: inline-block;
}

.header-area .menu-superior .formas-contacto ul li a {
  font-size: 13px;
  color: #fff;
  margin-left: 30px;
}
.header-area .menu-superior .formas-contacto ul li a:hover {
  color: #ed3f43;
}

@media (max-width: 767px) {
  .header-area .menu-superior .formas-contacto ul li a {
    margin-left: 0;
    margin: 0 5px;
  }
}

.header-area .menu-superior .formas-contacto ul li a i {
  color: #ed3f43;
  margin-right: 7px;
}

.idioma {
float:right; display: inline; margin-left: 40px;
}
.idioma li a {
color: #fff;
font-size: 13px;
}
.idioma li a:hover {
color: #ed3f43;
}
.idioma ul li .submenu {
  position: absolute;
  right: 0;
  top: 0;
  background: #222;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  color: #fff;
  z-index: 9999999;
  margin-top: -7px;
}

.idioma ul li .submenu li {
  display: block;
  padding: 0;
  margin: 0;
}

.idioma ul li .submenu li a {
  padding: 10px 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #fff;
}
.idioma ul li .submenu li:hover {
  background-color:#ed3f43;
  color: #fff;
}
.idioma i {
  color: #ed3f43;
}

.idioma ul li .submenu li a::before {
  display: none;
}

.idioma ul li .submenu li:hover a {
  color: #fff;
}

.idioma ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

.idioma ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

.idioma ul li:first-child a {
  padding-left: 0;
}

.banner-principal .banner-sencillo {
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  .banner-principal .banner-sencillo {
    height: 480px;
  }
}

.banner-principal .banner-sencillo .texto-slider h3 {
  color: #1F1F1F;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: 300;
  margin-top: -120px;
}

.banner-principal .banner-sencillo .texto-slider h3 span {
  font-weight: 700;
}

@media (max-width: 767px) {
  .banner-principal .banner-sencillo .texto-slider h3 {
    font-size: 33px;
    letter-spacing: 3px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-principal .banner-sencillo .texto-slider h3 {
    font-size: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .banner-principal .banner-sencillo .texto-slider h3 {
    font-size: 35px;
    letter-spacing: 3px;
  }
}

.banner-principal .banner-sencillo .texto-slider p {
  font-size: 18px;
  font-weight: 400;
  color: #727272;
  margin-bottom: 40px;
  margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .banner-principal .banner-sencillo .texto-slider p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .banner-principal .banner-sencillo .texto-slider p {
    font-size: 16px;
  }
}

.video-area {
  padding-top: 50px;
  padding-bottom: 140px;
}

@media (max-width: 767px) {
  .video-area {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .video-area {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .video-area {
    padding-bottom: 50px;
  }
}

.video-area .welcome_thumb {
  position: relative;
}

.video-area .welcome_thumb .thumb_1 {
  left: 0;
}
.video-area .welcome_thumb img {
  border-radius: 10px;
}

.video-area .welcome_thumb .thumb_1 img {
  width: 60%;
  
}

@media (max-width: 767px) {
  .video-area .welcome_thumb .thumb_1 img {
    width: 100%;
  }
}

.video-area .welcome_thumb .thumb_2 {
  position: absolute;
  bottom: -94px;
  right: -37px;
}

@media (max-width: 767px) {
  .video-area .welcome_thumb .thumb_2 {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .video-area .welcome_thumb .thumb_2 {
    position: absolute;
    right: 0;
    bottom: -40px;
  }
}

.video-area .welcome_thumb .thumb_2 img {
  width: 89%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .video-area .welcome_thumb .thumb_2 img {
    width: 100%;
  }
}

.video-area .video-texto {
 
}

@media (max-width: 767px) {
  .video-area .video-texto {
    padding-left: 0;
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .video-area .video-texto {
    padding-left: 0;
    margin-top: 100px;
  }
}

.video-area .video-texto h2 {
  font-size: 18px;
  font-weight: 400;
  color: #1F1F1F;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
  padding-bottom: 9px;
}

.video-area .video-texto h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #5DB2FF;
}

.video-area .video-texto h3 {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .video-area .video-texto h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .video-area .video-texto h3 br {
    display: none;
  }
}

.video-area .video-texto p {
  font-size: 16px;
  color: #727272;
  line-height: 28px;
}

.video-area .video-texto ul {
  margin-bottom: 40px;
  margin-top: 25px;
}

.video-area .video-texto ul li {
  color: #727272;
  font-size: 16px;
  line-height: 28px;
}

.video-area .video-texto ul li i {
  margin-right: 10px;
  color: #5DB2FF;
  font-weight: 16px;
}


.nosotros-area {
-webkit-box-shadow: 0px -4px 12px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px -4px 12px 0px rgba(0,0,0,0.1);
box-shadow: 0px -4px 12px 0px rgba(0,0,0,0.1);
}

@media (max-width: 767px) {
	
  .nosotros-area {
    padding-bottom: 50px;
  }
}

.nosotros-area .nosotros-texto .icon i {
  background: #fff;
  width: 75px;
  height: 75px;
  display: inline-block;
  color: #fff;
  font-size: 35px;
  text-align: center;
  line-height: 75px;
  border-radius: 50%;
}


.nosotros-area .nosotros-texto h3 {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  margin-top: 16px;
  margin-bottom: 14px;
}


.nosotros-area .nosotros-texto p {
  color: #999;
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
	
  .nosotros-area .business_thumb {
    padding-top: 20px;
  }
}


.nosotros-area .business_thumb img {
  width: 100%;
}


.nosotros-area .menu-nosotros {
  background: #fafafa;
  
}


.nosotros-area .menu-nosotros .nav .nav-item {
  width: 25%;
}

@media (max-width: 767px) {
	
  .nosotros-area .menu-nosotros .nav .nav-item {
    width: 100%;
  }
}


.nosotros-area .menu-nosotros .nav .nav-item a {
  font-size: 16px;
  font-weight: 700;
  color: #999;
  padding: 20px 0px 20px 0px;
  text-align: center;
}
.nosotros-area .menu-nosotros .nav .nav-item a.active {
  font-size: 16px;
  font-weight: 700;
  color: #666;
  padding: 20px 0px 20px 0px;
  text-align: center;
}

@media (max-width: 767px) {
	
  .nosotros-area .menu-nosotros .nav .nav-item a {
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
	
  .nosotros-area .menu-nosotros .nav .nav-item a {
    padding: 20px;
    font-size: 15px;
  }
}


.nosotros-area .menu-nosotros .nav .nav-item a.active {
  background: #fff;
}


.nosotros-area .menu-nosotros #tabla {
  display: flex;
  align-content: center;
  justify-content: space-between;
}


.border_bottom {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 60px;
  padding-top: 60px;
}






.servicios-area .cuadro-servicio:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}

.servicios-area .cuadro-servicio .imagen-servicio {
  overflow: hidden;
}
.imagen-solucion {
  overflow: hidden;
  border-radius: 0%;
  width: 100%;
  height: 300px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}
.imagen-solucion img {
  width: 130%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.imagen-solucion img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.servicios-area .cuadro-servicio .imagen-servicio img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.servicios-area .cuadro-servicio .texto-servicio {
  padding: 22px 30px 24px 30px;
}

.servicios-area .cuadro-servicio .texto-servicio h3 {
  margin-bottom: 0;
}

.servicios-area .cuadro-servicio .texto-servicio h3 a {
  font-size: 22px;
  color: #1F1F1F;
  line-height: 33px;
  font-weight: 500;
}

.servicios-area .cuadro-servicio .texto-servicio h3 a:hover {
  color: #ed3f43;
}

.servicios-area .cuadro-servicio .texto-servicio p {
  font-size: 15px;
  color: #727272;
  margin-top: 5px;
  margin-bottom: 10px;
}

.servicios-area .cuadro-servicio .texto-servicio a.leer-mas {
  color: #ed3f43;
  font-size: 16px;
}

.servicios-area .cuadro-servicio .texto-servicio a.leer-mas:hover {
  text-decoration: underline;
}

.servicios-area .cuadro-servicio:hover .imagen-servicio img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.imagen-servicio-gieicom {
  overflow: hidden;
  background-size: 170%;
  background-position: center;
  width: 100%;
  height: 300px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.imagen-servicio-gieicom:hover {
background-size: 190%;
background-position: center;
}

.imagen-servicio-gieicom-02 {
  overflow: hidden;
  background-size: 300%;
  background-position: center;
  width: 100%;
  height: 300px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.imagen-servicio-gieicom-02:hover {
background-size: 350%;
background-position: center;
}
.imagen-servicio-gieicom-03 {
  overflow: hidden;
  background-size: 400%;
  background-position: center;
  width: 100%;
  height: 600px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.imagen-servicio-gieicom-03:hover {
background-size: 420%;
background-position: center;
}
.btn-banner {
  background: transparent;
  color: #fff;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  color: #fff !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.btn-banner:hover {
  background: #ed3f43;
  color: #fff !important;
  border: 1px solid #ed3f43;
}
.boder-left-banner {
border-left: 1px solid #fff;
padding: 5px 0 5px 10px;
}

 .call-text h3 {
  color: #1F1F1F;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 300;
}

.call-text h3 span {
  font-weight: 700;
}
.col-center {
    float: none;
    margin: 0 auto;
}
.sombra-texto {
text-shadow: #000 0.1em 0.1em 0.2em;
}
.btn-red {
  color: #fff;
  display: inline-block;
  padding: 9px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  border: 0;
  border: 1px solid #ed3f43;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  background-color:#ed3f43;
}
.btn-red:hover {
  color: #ed3f43;
  color: #ed3f43 !important;
  background-color:#fafafa;
  border: 1px solid #fafafa;
}
@media (min-width: 992px) {
.google-map {
    border-radius: 100%;
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
position: absolute;
margin-top: -60%;
  }
.margin-bandera {
margin-left: -20px;"
}
  .google-map iframe {
    border: 0;
    width: 250px;
    height: 250px;
  }
  .margin-left-footer {
  padding-left: 6%;
  }
  .padding-lineas {
  padding: 0 3px;
  }
}
@media (max-width: 991px) {
.google-map {
    border-radius: 100%;
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 20px auto;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);

  }

  .google-map iframe {
    border: 0;
    width: 300px;
    height: 300px;
  }
}
.pie-pagina {
background-size: cover;
background-position: center;
padding: 30px 0 0 0;
background-color:#222;
color: #fff;
}
.pie-pagina-caja {
margin-bottom: 20px;
}

.pie-pagina-caja p {
font-size: 14px;
}
.pie-pagina-caja h2 {
font-size: 18px;
font-weight: 700;
margin-bottom:20px;
color: #fff;
}
.pie-pagina-caja li {
margin-bottom: 5px;
}
.pie-pagina-caja li a {
margin-bottom: 5px;
font-size: 14px;
color: #fff;
}
.pie-pagina-caja li a i {
color: #ed3f43;
}
.pie-pagina-caja li a:hover {
margin-bottom: 5px;
font-size: 14px;
color: #ed3f43;
}

.pie-pagina-redes li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
 
    .pie-pagina-redes li a:hover {
      color: #ed3f43; }


.formas-contacto img:hover {
opacity: 0.7;
}
 .banner-activo .owl-dots {
  margin-left: -20px;
  ;}
  .soluciones .owl-dots {
  margin-left: -20px;
  ;}
 .owl-dots {
  margin-top: -40px;
  position: relative;
  z-index: 10;}

.owl-carousel .owl-dots {
  text-align: center;}
  .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-carousel .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #999;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;}
    .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
      background: #ed3f43; }


.btn-icon {
padding: 10px 60px;
background-color: #ed3f43;
position: relative;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
color: #fff;
}
.circle-icon {
width: 60px;
height: 60px;
padding: 10px;
border: 5px solid #ed3f43;
background-color: #fafafa;
position: absolute;
border-radius: 50%;
right: -50px;
top: -10px;
display: flex;
   justify-content: center;
   align-content: center;
   flex-direction: column;
}
.btn-icon:hover {
background-color: #fafafa;
color: #ed3f43;
}
.btn-icon:hover .circle-icon {
border: 5px solid #fafafa;
background-color: #ed3f43;
}

.btn-icon-2 {
padding: 10px 60px;
background-color: #ed3f43;
position: relative;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
color: #fff;
}
.circle-icon-2 {
width: 60px;
height: 60px;
border: 5px solid #ed3f43;
background-color: #fafafa;
position: absolute;
border-radius: 50%;
right: -50px;
top: -10px;
display: flex;
   justify-content: center;
   align-content: center;
   flex-direction: column;
}
.btn-icon-2:hover {
background-color: #fafafa;
color: #ed3f43;
}
.btn-icon-2:hover .circle-icon-2 {
border: 5px solid #fafafa;
background-color: #ed3f43;
}
.leer-mas {
color: #fff;

}
.leer-mas:hover {
color: #fff;
text-decoration: underline;

}
.leer-mas-black {
color: #ed3f43;

}
.leer-mas-black:hover {
color: #ed3f43;
text-decoration: underline;

}
.linea-blanca{
width: 3px;
height: 5px;
background-color: #fff;
margin: 0 5px;
}

.btn-icon-ver-mas {
padding: 10px 60px 10px 70px;
background-color: #ed3f43;
position: relative;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
color: #fff;
margin-left: 30px;
}
.circle-icon-ver-mas {
width: 60px;
height: 60px;
border: 5px solid #ed3f43;
background-color: #fafafa;
position: absolute;
border-radius: 50%;
padding: 10px;
left: -30px;
top: -10px;
display: flex;
   justify-content: center;
   align-content: center;
   flex-direction: column;
   content: url(../img/click.svg);
}

.btn-icon-ver-mas:hover {
background-color: #fafafa;
color: #ed3f43;
}
.btn-icon-ver-mas:hover .circle-icon-ver-mas {
border: 5px solid #ed3f43;
background-color: #fff;
content: url(../img/ojo.svg);

}

.btn-icon-contactanos {
padding: 10px 60px 10px 70px;
background-color: #ed3f43;
position: relative;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
color: #fff;
margin-left: 30px;
}
.circle-icon-contactanos {
width: 60px;
height: 60px;
border: 5px solid #ed3f43;
background-color: #fafafa;
position: absolute;
border-radius: 50%;
padding: 5px;
left: -30px;
top: -10px;
display: flex;
   justify-content: center;
   align-content: center;
   flex-direction: column;
   content: url(../img/email-02.svg);
}

.btn-icon-contactanos:hover {
background-color: #fafafa;
color: #ed3f43;
}
.btn-icon-contactanos:hover .circle-icon-contactanos {
border: 5px solid #ed3f43;
background-color: #fff;
content: url(../img/email-01.svg);

}
.btn-icon-contactanos-green {
padding: 10px 60px 10px 70px;
background-color: #8dc63f;
position: relative;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
color: #fff;
margin-left: 30px;
}
.circle-icon-contactanos-green {
width: 60px;
height: 60px;
border: 5px solid #8dc63f;
background-color: #fafafa;
position: absolute;
border-radius: 50%;
padding: 5px;
left: -30px;
top: -10px;
display: flex;
   justify-content: center;
   align-content: center;
   flex-direction: column;
   content: url(../img/email-02.svg);
}

.btn-icon-contactanos-green:hover {
background-color: #fafafa;
color: #8dc63f;
}
.btn-icon-contactanos-green:hover .circle-icon-contactanos-green {
border: 5px solid #8dc63f;
background-color: #fff;
content: url(../img/email-01.svg);

}
.btn-icon-descargar {
padding: 10px 60px 10px 70px;
background-color: #ed3f43;
position: relative;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
color: #fff;
margin-left: 30px;
}
.circle-icon-descargar {
width: 60px;
height: 60px;
border: 5px solid #ed3f43;
background-color: #fafafa;
position: absolute;
border-radius: 50%;
padding: 5px;
left: -30px;
top: -10px;
display: flex;
   justify-content: center;
   align-content: center;
   flex-direction: column;
   content: url(../img/descargar-01.svg);
}

.btn-icon-descargar:hover {
background-color: #fafafa;
color: #ed3f43;
}
.btn-icon-descargar:hover .circle-icon-descargar {
border: 5px solid #ed3f43;
background-color: #fff;
content: url(../img/descargar-02.svg);

}
.btn-icon-contactanos-azul {
padding: 10px 60px 10px 70px;
background-color: #009bdb;
position: relative;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
color: #fff;
margin-left: 30px;
}
.circle-icon-contactanos-azul {
width: 60px;
height: 60px;
border: 5px solid #009bdb;
background-color: #fafafa;
position: absolute;
border-radius: 50%;
padding: 5px;
left: -30px;
top: -10px;
display: flex;
   justify-content: center;
   align-content: center;
   flex-direction: column;
   content: url(../img/email-02.svg);
}

.btn-icon-contactanos-azul:hover {
background-color: #fafafa;
color: #009bdb;
}
.btn-icon-contactanos-azul:hover .circle-icon-contactanos-azul {
border: 5px solid #009bdb;
background-color: #fff;
content: url(../img/email-01.svg);

}

.btn-icon-ticket-azul {
padding: 10px 60px 10px 70px;
background-color: #009bdb;
position: relative;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
color: #fff;
margin-left: 30px;
}
.circle-icon-ticket-azul {
width: 60px;
height: 60px;
border: 5px solid #009bdb;
background-color: #fafafa;
position: absolute;
border-radius: 50%;
padding: 5px;
left: -30px;
top: -10px;
display: flex;
   justify-content: center;
   align-content: center;
   flex-direction: column;
   content: url("../img/ticket-01.svg");
}

.btn-icon-ticket-azul:hover {
background-color: #fafafa;
color: #009bdb;
}
.btn-icon-ticket-azul:hover .circle-icon-ticket-azul {
border: 5px solid #009bdb;
background-color: #fff;
content: url("../img/ticket-02.svg");

}

.btn-icon-ticket {
padding: 10px 60px 10px 70px;
background-color: #ed3f43;
position: relative;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
color: #fff;
margin-left: 30px;
}
.circle-icon-ticket {
width: 60px;
height: 60px;
border: 5px solid #ed3f43;
background-color: #fafafa;
position: absolute;
border-radius: 50%;
padding: 5px;
left: -30px;
top: -10px;
display: flex;
   justify-content: center;
   align-content: center;
   flex-direction: column;
   content: url(../img/ticket-01.svg);
}

.btn-icon-ticket:hover {
background-color: #fafafa;
color: #ed3f43;
}
.btn-icon-ticket:hover .circle-icon-ticket {
border: 5px solid #ed3f43;
background-color: #fff;
content: url(../img/ticket-02.svg);

}
.sinpadding [class*="col-"]{padding:0;}

.bandera-gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
.bandera-gray:hover {
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
-o-filter: none;
filter: none;
opacity: 0.9;
}
.sombra-video {
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}

@media (max-width: 991px) {
.ocultar-mob {
display: none;
}
}
@media (min-width: 992px) {
.ocultar-esc {
display: none;
}
.lista-esc {
float:right; display: inline;
}
}
.bg-overlay{position:relative;z-index:1;}
.bg-overlay::after{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.20;content:'';}
.bg-overlay-02{position:relative;z-index:1;}
.bg-overlay-02::after{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.50;content:'';}


.rombo-esc-izq {
     width: 20px; 
     height: 20px;
     background: #fff;
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);
	 position: absolute;
	 left: -10px;
}
.rombo-esc-der {
     width: 20px; 
     height: 20px;
     background: #fff;
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);
	 position: absolute;
	 right: -10px;
	 z-index: 30;
}
@media (min-width: 992px) {
.sub-01 {
margin-top: -43px;
}
.sub-02 {
margin-top: -86px;
}
.sub-03 {
margin-top: -129px;
}
.sub-04 {
margin-top: -172px;
}
.sub-05 {
margin-top: -215px;
}
}
.banner-principal .banner-sencillo .texto-slider h3 {
  
  margin-top: -120px;
}
.cuadros-fixed {
margin-top: -120px;
z-index: 2;
position: relative;
}
 .owl-dots {
  margin-top: -40px;
  position: relative;
  z-index: 10;
  bottom: 150px;
}
 .industrias .owl-dots {
 position: relative;
  z-index: 10;
  bottom: -53px;
  margin-bottom: 40px;
}

 .interesar .owl-dots {
 position: relative;
  z-index: 10;
  bottom: -40px;
  margin-bottom: 40px;
}

 .soluciones .owl-dots {
 position: relative;
  z-index: 10;
  bottom: -70px;
  margin-bottom: 60px;
}
 .newsroom .owl-dots {
 position: relative;
  z-index: 10;
  bottom: -70px;
  margin-bottom: 60px;
}

 .clientes .owl-dots {
 position: relative;
  z-index: 10;
  bottom: -20px;
  margin-bottom:20px;
}

 .publicaciones .owl-dots {
 position: relative;
  z-index: 10;
  bottom: -40px;
  margin-bottom: 40px;
  margin-top: 0;
}

.box-servicio {
padding: 30px;
background-color: #FFF;
}
.box-servicio:hover {
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);

}
.bg-degradado {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f4f7+1,f0f4f7+100&0+32,1+100 */
background: -moz-linear-gradient(top,  rgba(240,244,247,0) 1%, rgba(240,244,247,0) 32%, rgba(240,244,247,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(240,244,247,0) 1%,rgba(240,244,247,0) 32%,rgba(240,244,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(240,244,247,0) 1%,rgba(240,244,247,0) 32%,rgba(240,244,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f4f7', endColorstr='#f0f4f7',GradientType=0 ); /* IE6-9 */



}
.bg-degradado-02{position:relative;z-index:1;}
.bg-degradado-02::after{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f4f7+0,f0f4f7+100&0+89,1+99 */
background: -moz-linear-gradient(top,  rgba(240,244,247,0) 0%, rgba(240,244,247,0) 89%, rgba(240,244,247,1) 99%, rgba(240,244,247,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(240,244,247,0) 0%,rgba(240,244,247,0) 89%,rgba(240,244,247,1) 99%,rgba(240,244,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(240,244,247,0) 0%,rgba(240,244,247,0) 89%,rgba(240,244,247,1) 99%,rgba(240,244,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f4f7', endColorstr='#f0f4f7',GradientType=0 ); /* IE6-9 */

content:'';
}
.sombra-caja {
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}
.img-nosotros {
width: 100%;
height: 380px;
background-size: cover;
background-position: center;
}
.img-software {
width: 100%;
height: 380px;
background-size: cover;
background-position: center;
}
.solucion-link {
color:#000;
font-size: 18px; 
margin-bottom: 0;
font-weight: 500;
text-align: center;
font-family: Poppins;
}
.solucion-link:hover {
color:#ed3f43;
}
.contacto-link {
  font-size: 16px;
  color: #727272;
  font-weight: 300;
  color: #999;
  margin-bottom: 10px;
  font-family: "Open Sans";
  display: block;
}
.contacto-link:hover {
  color:#ed3f43;
}
.sombra-img {
-webkit-box-shadow: -10px -10px 0px 1px rgba(237,63,66,1);
-moz-box-shadow: -10px -10px 0px 1px rgba(237,63,66,1);
box-shadow: -10px -10px 0px 1px rgba(237,63,66,1);
}

/*----------------------------------
  Form
------------------------------------*/
.form-campo {
background: #fff;
width: 100%;
border: 1px solid #fafafa;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
color:#fff;
border-radius: 20px;
}

.form-campo::-webkit-input-placeholder {
  color: #999;
}

.form-campo::-moz-placeholder {
  color: #999;
}

.form-campo:-ms-input-placeholder {
  color: #999;
}

.form-campo::placeholder {
  color: #999;
}

.form-campo:focus {
  font-weight: 400;
  color: #999;
  outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.form-campo:focus::-webkit-input-placeholder {
  color: #999;
}

.form-campo:focus::-moz-placeholder {
  color: #999;
}

.form-campo:focus:-ms-input-placeholder {
  color: #999;
}

.form-campo:focus::placeholder {
  color: #999;
}

.form-campo-02 {
background: #fafafa;
width: 100%;
border: 1px solid #fafafa;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
color:#fff;
border-radius: 20px;
}

.form-campo-02::-webkit-input-placeholder {
  color: #999;
}

.form-campo-02::-moz-placeholder {
  color: #999;
}

.form-campo-02:-ms-input-placeholder {
  color: #999;
}

.form-campo-02::placeholder {
  color: #999;
}

.form-campo-02:focus {
  font-weight: 400;
  color: #999;
  outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.form-campo-02:focus::-webkit-input-placeholder {
  color: #999;
}

.form-campo-02:focus::-moz-placeholder {
  color: #999;
}

.form-campo-02:focus:-ms-input-placeholder {
  color: #999;
}

.form-campo-02:focus::placeholder {
  color: #999;
}

.btn-form-02 {
background: rgba(0,0,0,0.1);
padding: 10px 60px 7px 60px;
border: 1px solid transparent;
color:#fff;
transition-duration: .2s;
border-radius:20px;
cursor: pointer;
}
.btn-form-02:hover {
background: #B23038;
border: 1px solid rgba(255,255,255,0.5);
color:#fff;
transition-duration: .2s;
}
.btn-form {
background: rgba(0,0,0,0.1);
padding: 10px 60px 7px 60px;
border: 1px solid transparent;
color:#fff;
transition-duration: .2s;
border-radius:20px;
}
.btn-form:hover {
background: #fff;
border: 1px solid rgba(255,255,255,0.5);
color:#000;
transition-duration: .2s;
}
.m-20 {
margin-bottom: 20px;
}
.gieicom {
font-family: "Marca";
color: #ed3f43;
}
.customer {
font-family: "Customer";
}
.imagen-circulo {
width: 90%;
height: 350px;
background-position: center;
background-size: cover;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
position: relative;
overflow: hidden;
z-index: 2;
}
.imagen-circulo video {
    border: 0;
    width: 680px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	z-index: -1;
  }
  .imagen-video-01 {
width: 100%;
height: 350px;
background-position: center;
background-size: cover;
position: relative;
overflow: hidden;
z-index: 2;
display:flex;justify-content:center;align-content:center;flex-direction:column;
background-color: #F0F4F7;
}
.imagen-video-01 video {
    border: 0;
    width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	z-index: -1;
  }
  .circulo-4 {
z-index: 1;
width: 120px;
height: 120px;
border-radius: 50%;
overflow: hidden;
position: absolute;
z-index: 10;
bottom: 20px;
left: 82%;
background-size:cover;
background-position: center;
-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
}
  .circulo-2 {
z-index: 1;
width: 120px;
height: 120px;
border-radius: 50%;
overflow: hidden;
position: absolute;
z-index: 10;
bottom: 20px;
right: 82%;
background-size:cover;
background-position: center;
-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
}
.circulo-1 {
z-index: 5;
width: 60px;
height: 60px;
border-radius: 50%;
overflow: hidden;
position: absolute;
z-index: 10;
top: 25px;
left: 87%;
background-color:#ed3f43;
-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
}

.circulo-3 {
z-index: 5;
width: 60px;
height: 60px;
border-radius: 50%;
overflow: hidden;
position: absolute;
z-index: 10;
top: 25px;
right: 87%;
background-color:#ed3f43;
-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
}

/*--------------------------------------------------------------
	Team
--------------------------------------------------------------*/
.team-item {
  position: relative;
  text-align: center;
}

.team-image {
  position: relative;
  overflow: hidden;
}

.team-image img {
  width: 100%;
}

.team-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.team-detail {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  padding: 20px;
}


.team-item:hover .team-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.team-item:hover .team-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.team-detail,
.team-detail-02,
.team-detail-03,
.team-detail-04,
.team-image:after,
.team-image-02:after,
.team-image-03:after,
.team-image-04:after,
.team-item-04:hover

{
  transition: all 0.3s ease-in-out 0s;
}
.team-item:hover .titulo-carrusel {
  opacity: 0;
  display: none;
}
.titulo-carrusel {
text-align: center;
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 40px;
opacity: 1;
z-index: 10;
}

.btn-generico-02 {
padding: 10px 30px;
background-color: #fafafa;
border-top-right-radius: 20px;
border-radius: 20px;
color: #ed3f43;
}
.btn-generico-02:hover {
background-color: #ed3f43;
color: #fff;
}
.btn-generico-03 {
padding: 10px 30px;
background-color: #F0F4F7;
border-top-right-radius: 20px;
border-radius: 20px;
color: #999;
}
.linea-roja {
width: 100%;
position: absolute;
height: 2px;
background-color: #ed3f43;
bottom:0;
}
@media (min-width: 992px) {
.ocultar-esc {
display: none;
}

}
@media (max-width: 991px) {
.ocultar-mob {
display: none;
}
.texto-grande {
margin-bottom: 0px;
font-size: 60px;
font-weight: 700;
color:#fff;
margin-top: -20px;
text-shadow: #999 0.05em 0.05em 0.05em;
}
.margin-trayectoria  {
margin-bottom: 30px;
}
.caja-timeline {
height: 720px;
position: relative;
}
.banner-activo .owl-dots {
  display: none;
}
}
.pie-pagina h2 {
position: relative;
z-index: 9;
}
@media (max-width: 991px) {
.pie-pagina h2 {

background-color: #222;
width: 100px;
}

}
@media (min-width: 768px) {
.frase-derecha {
text-align: right;
}
}
@media (min-width: 992px) {
.banner-fixed-02 {
background-repeat: no-repeat;
background-attachment: fixed;
}

.altura-caja {
height: 300px;
}
.padding-linea-der {
padding-left: 8px;
}
.texto-grande {
margin-bottom: -10px;
font-size: 120px;
font-weight: 700;
color:#fff;
margin-top: -20px;
text-shadow: #999 0.05em 0.05em 0.05em;
}
.caja-timeline {
height: 320px;
position: relative;
}

}
.lazyLoad {
    opacity: 0;
}

.visible {
    transition: opacity 1000ms ease;
    opacity: 1;
}
.menu-activo a {
background-color:#000;
color: #ed3f43;
}
.cuadro-blanco {
background-color:#fff;
}
.cuadro-blanco:hover {
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);

}
.leer-mas-signo {
color: #444;
}
.leer-mas-signo:hover {
color: #ed3f43;
}
img.leer-mas-img {
width: 13px;
display: inline;
margin-left: 5px;
margin-top: -1px;
fill: #000;
}
.texto-01 {
position: absolute;
left: -100px;
bottom: 55px;
font-weight: 700;
}
.texto-02 {
position: absolute;
left: -60px;
bottom: 200px;
font-weight: 700;
}
.texto-03 {
position: absolute;
left: -10px;
bottom: 325px;
font-weight: 700;	
}
.texto-04 {
position: absolute;
left: 175px;
bottom: 400px;
font-weight: 700;	
}
.texto-05 {
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 500px;
font-weight: 700;	
}
.texto-06 {
position: absolute;
right: 120px;
bottom: 380px;
font-weight: 700;	
}
.texto-07 {
position: absolute;
right: -25px;
bottom: 300px;
font-weight: 700;
}
.texto-08 {
position: absolute;
right: -65px;
bottom: 210px;
font-weight: 700;
}
.texto-09 {
position: absolute;
right: -75px;
bottom: 70px;
font-weight: 700;	
}

.customer-01 {
position: absolute;
left: 10px;
bottom: 65px;

}
.customer-02 {
position: absolute;
left: 60px;
bottom: 210px;		
}
.customer-03 {
position: absolute;
left: 150px;
bottom: 325px;		
}
.customer-04 {
position: absolute;
left: 280px;
bottom: 395px;	
}
.customer-05 {
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 430px;	
}
.customer-06 {
position: absolute;
right: 245px;
bottom: 390px;	
}
.customer-07 {
position: absolute;
right: 130px;
bottom: 310px;	
}
.customer-08 {
position: absolute;
right: 55px;
bottom: 200px;	
}
.customer-09 {
position: absolute;
right: 5px;
bottom: 60px;	
}
.icon-customer:hover {
transform: scale(1.2);
transition: all 0.2s ease-in-out 0s;
}
.div-customer-01:hover .customer-01 {
transform: scale(1.2);
transition: all 0.2s ease-in-out 0s;
}
.div-customer-01:hover .texto-01 {
transform: scale(1.2);
transition: all 0.2s ease-in-out 0s;
left: -120px;
bottom: 55px;
}
.div-customer-02:hover .customer-02 {
transform: scale(1.2);
transition: all 0.2s ease-in-out 0s;
}
.div-customer-02:hover .texto-02 {
transform: scale(1.2);
transition: all 0.2s ease-in-out 0s;
left: -80px;
bottom: 200px;
}
.div-customer-03:hover .customer-03 {
transform: scale(1.2);
transition: all 0.2s ease-in-out 0s;
}
.div-customer-03:hover .texto-03 {
transform: scale(1.2);
transition: all 0.2s ease-in-out 0s;
left: -30px;
bottom: 325px;
}
.div-customer-04:hover .customer-04 {
transform: scale(1.2);
transition: all 0.2s ease-in-out 0s;
}
.div-customer-04:hover .texto-04 {
transform: scale(1.2);
transition: all 0.2s ease-in-out 0s;
left: 155px;
bottom: 400px;
}
.div-customer-05:hover .customer-05 {
transform: scale(1.2);
transition: all 0.2s ease-in-out 0s;
}
.div-customer-05:hover .texto-05 {
transform: scale(1.2);
transition: all 0.2s ease-in-out 0s;
left: 0;
right: 0;
margin: auto;
bottom: 520px;
}
.div-customer-06:hover .customer-06 {
transform: scale(1.2);
transition: all 0.2s ease-in-out 0s;
}
.div-customer-06:hover .texto-06 {
transform: scale(1.2);
transition: all 0.2s ease-in-out 0s;
right: 100px;
bottom: 380px;
}
.div-customer-07:hover .customer-07 {
transform: scale(1.2);
transition: all 0.2s ease-in-out 0s;
}
.div-customer-07:hover .texto-07 {
transform: scale(1.2);
transition: all 0.2s ease-in-out 0s;
right: -55px;
bottom: 300px;
}
.div-customer-08:hover .customer-08 {
transform: scale(1.2);
transition: all 0.2s ease-in-out 0s;
}
.div-customer-08:hover .texto-08 {
transform: scale(1.2);
transition: all 0.2s ease-in-out 0s;
right: -85px;
bottom: 210px;
}
.div-customer-09:hover .customer-09 {
transform: scale(1.2);
transition: all 0.2s ease-in-out 0s;
}
.div-customer-09:hover .texto-09 {
transform: scale(1.2);
transition: all 0.2s ease-in-out 0s;
right: -95px;
bottom: 70px;
}
.download-btn {
color: #fff;
padding: 10px 25px;
background-color: #ed3f43;
border: 1px solid #ed3f43;
}
.download-btn:hover {
background-color: #000;
border: 1px solid #000;
color:#fff;
}
.download-cuadro:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}

.newsroom-img {
width: 170px;
height: 170px;
background-size: cover;
background-position:center;
position: relative;
}
.newsroom-fecha {
width: 70px;
height: 70px;
position: absolute;
left: 0;
top: 0;
background-color: #222;
display: flex; justify-content: center; align-content: center; flex-direction: column;
}
.newsroom-fecha h1 {
color: #fff;
margin-bottom: 0;
}
.newsroom-fecha p {
color: #fff;
margin-bottom: 0;
letter-spacing: 2px;
margin-top: -15px;
font-size: 13px;
}
ul.lista-generica li {
font-size: 16px;
  color: #727272;
  font-weight: 300;
  color: #999;
  margin-bottom: 3px;
  font-family: "Open Sans";
  list-style-type: circle;
  margin-left: 20px;
}

.team-item-02 {
  position: relative;
  text-align: center;
  height: 400px;
}


.team-image-02:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.team-detail-02 {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  padding: 20px;
}
.team-image-02 {
height: 400px;
 position: relative;
  overflow: hidden;
}

.team-item-02:hover .team-image-02:after {
  background: rgba(0, 0, 0, 0.6);
}
.team-item-02:hover .team-detail-02 {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.team-item-03 {
  position: relative;
  text-align: center;
  height: 195px;
  width: 100%;
}


.team-image-03:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.team-detail-03 {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  padding: 20px;
}
.team-image-03 {
height: 195px;
 position: relative;
  overflow: hidden;
  width: 100%;
}

.team-item-03:hover .team-image-03:after {
  background: rgba(0, 0, 0, 0.6);
}
.team-item-03:hover .team-detail-03 {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.bg-overlay-azul{position:relative;z-index:1;}
.bg-overlay-azul::after{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009bdb+0,009bdb+100&0+1,0.85+74,0.85+74 */
background: -moz-linear-gradient(top,  rgba(0,155,219,0) 0%, rgba(0,155,219,0) 1%, rgba(0,155,219,0.85) 74%, rgba(0,155,219,0.85) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,155,219,0) 0%,rgba(0,155,219,0) 1%,rgba(0,155,219,0.85) 74%,rgba(0,155,219,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,155,219,0) 0%,rgba(0,155,219,0) 1%,rgba(0,155,219,0.85) 74%,rgba(0,155,219,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00009bdb', endColorstr='#d9009bdb',GradientType=0 ); /* IE6-9 */
content:'';}

.download-img {
background-size: cover;
background-position: center;
position: relative;
height: 300px;
}

.download-texto {
left: 0;
right: 0;
margin: auto;
position: absolute;
bottom: 40px;
}

.team-item-04 {
  position: relative;
  text-align: center;
  height: 350px;
  width: 100%;
}

.team-item-04:hover {
 -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
transform: scale(1.05); 
}


.team-image-04:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.team-detail-04 {
  position: absolute;
  width: 100%;
  opacity: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  padding: 20px;
  bottom: 20px;
}
.team-image-04 {
height: 350px;
 position: relative;
  overflow: hidden;
  width: 100%;
}

.team-item-04:hover .team-image-04:after {
  background: rgba(0, 0, 0, 0.6);
}
.team-item-04:hover .team-detail-04 {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.team-item-04:hover .titulo-serv {
  opacity: 0;
  display: none;
}
.team-item-04:hover .titulo-serv-02 {
  opacity: 0;
  display: none;
}
.team-item-02:hover .titulo-serv-02 {
  opacity: 0;
  display: none;
}
.team-item-03:hover .titulo-serv-02 {
  opacity: 0;
  display: none;
}
.titulo-serv-02 {
text-align: center;
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 10px;
padding: 0 10px;
opacity: 1;
z-index: 10;

}
.titulo-serv-02 p {
font-weight: 700;
text-shadow: #000 0.1em 0.1em 0.2em;
}
.titulo-serv {
text-align: center;
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 20px;
opacity: 1;
z-index: 10;
}

.linea-pie {
height: 1px;
width: 100%;
margin-left: 0;
background-color:#ed3f43;
margin-top: -5px;
}

.flecha-izq {
width: 25px; 
	 position: absolute;
	 left: -5px;
	 margin-top: -3px;
	 z-index: 35;
}
.flecha-der {
width: 25px; 
	 position: absolute;
	 right: -5px;
	 margin-top: -3px;
	 z-index: 35;
}
.text-banner {
font-size: 36px;
color: #fff;
text-shadow: #000 0.05em 0.05em 0.05em;
 }
 .banner-link {
 color:#fff;
 font-weight: 500;
  text-shadow: #000 0.05em 0.05em 0.05em;
 }
  .text-banner-p {
 color:#fff;
 font-weight: 500;
  text-shadow: #000 0.05em 0.05em 0.05em;
  margin-bottom: 0;
 }
  .banner-link:hover {
 color:#ed3f43;

 }
		.nav-link-trayectoria  {
      width: 200px;
      height: 40px;
	  padding: 9px 30px 9px 40px;
      position: relative;
      background: #F0F4F7;
	  color: #999;
	  font-weight: 700;
	  margin-right: 20px;
	  transition: all 0s ease-in-out 0s;
    }
    .nav-link-trayectoria:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 20px solid #fff;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
    }
    .nav-link-trayectoria:before {
      content: "";
      position: absolute;
      right: -20px;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 20px solid #F0F4F7;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
    }

     .nav-link-trayectoria.active  {
      width: 200px;
      height: 40px;
	  padding: 9px 30px 9px 40px;
      position: relative;
      background: #ed3f43;
	  color: #fff;
	  font-weight: 700;
	  margin-right: 20px;
	  transition: all 0s ease-in-out 0s;
    }
    .nav-link-trayectoria.active:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 20px solid #fff;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
    }
    .nav-link-trayectoria.active:before {
      content: "";
      position: absolute;
      right: -20px;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 20px solid #ed3f43;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
    }
	
	.nav-link-trayectoria:hover  {
      width: 200px;
      height: 40px;
	  padding: 9px 30px 9px 40px;
      position: relative;
      background: #ed3f43;
	  color: #fff;
	  font-weight: 700;
	  margin-right: 20px;
	  transition: all 0s ease-in-out 0s;
    }
    .nav-link-trayectoria:hover:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 20px solid #fff;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
    }
    .nav-link-trayectoria:hover:before {
      content: "";
      position: absolute;
      right: -20px;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 20px solid #ed3f43;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
    }
	.center-pills {
    display: flex;
    justify-content: center;
}
  .animacion .animacion-izquierda{
	 -webkit-transform: translate(-800px, 0);
    -moz-transform: translate(-800px, 0);
    -o-transform: translate(-800px,0);
    -ms-transform: translate(-800px, 0);
    transform: translate(-800px, 0);
	transition: all 0.8s ease-out;
  }
  
  .animacion .animacion-derecha{
	-webkit-transform: translate(900px, 0);
    -moz-transform: translate(900px, 0);
    -o-transform: translate(900px,0);
    -ms-transform: translate(900px, 0);
    transform: translate(900px, 0);
	transition: all 0.8s ease-out;
  }
  
  .animacion.active .animacion-izquierda{
-webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
	transition: all 0.8s ease-out;
  }
  
  .animacion.active .animacion-derecha{
	-webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
	transition: all 0.8s ease-out;
  }
  .tab-content-02>.tab-pane{position: absolute; opacity: 0; top: 0;}
  .tab-content-02>.active{opacity: 1;}
  
  ::-webkit-scrollbar{
    width: 10px;
    background-color: #000;
}
::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    border-radius: 10px;
    background-color: #000;
}
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #111;
    background-image: -webkit-linear-gradient(90deg,transparent,rgba(237, 63, 67, 0.7) 50%,transparent,transparent)
}
#comunicado {
background-color: #ed3f43;
padding: 10px 50px;
position: relative;


}
#comunicado p {
color:#fff;
margin-bottom: 0;
font-family: "Marca";

}
.cerrar-comunicado {
position: absolute;
top: 10px;
right: 10px;
}
.desaparecer {
display: none;
visibility: hidden;
opacity: 0;
}
@media (min-width: 992px) {
.container-gieicom {
padding: 0 50px;
}
.servicios-area .cuadro-servicio {
  background: #fff;
  margin-bottom: 30px;
  height: 460px;
}
.cuadro-interesar {
height: 240px;
}
.box-blog{
padding: 30px;
border: solid 3px #fff;
height: 270px;
margin: 20px 0;
}
}
@media (max-width: 991px) {
.container-gieicom {
padding: 0 30px;
}
.servicios-area .cuadro-servicio {
  background: #fff;
  margin-bottom: 30px;
  height: 450px;
}
.center-mob {
text-align: center;
align-content: center;
}
.center-news-mob {
left: 0;
right: 0;
margin: auto;
display: block;
align-content: center;
}
.box-blog{
padding: 30px;
border: solid 3px #fff;
height: auto;
margin: 20px 0;
}
}
.callout {
      position: relative;
      background-color: #eee;
    }
	
.linea-roja-02 {
border-left: 2px solid #ed3f43;
padding-left: 40px;
padding-top: 15px;
padding-bottom: 15px;
}

.linea-roja-02 p {
margin-bottom: 0;
}
#sitemap a {
color:#222;
}
#sitemap a:hover {
color:#ed3f43;
}
#sitemap li {
margin-bottom: 8px;
list-style-type: circle;
}
#sitemap ul {
list-style-type: circle;
}
.banner-micro {
height: 100vh;
position: relative;
background-position: center;
background-size: cover;
display:flex;
justify-content:center;
align-content:center;
flex-direction:column;
overflow: hidden;
}

.background-gris {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+60,fafafa+60 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 60%, rgba(250,250,250,1) 60%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 60%,rgba(250,250,250,1) 60%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 60%,rgba(250,250,250,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */

}

#mobilerobots3d {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#mobilerobots3d:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(0,0,0,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}

#caso-de-exito-kaeser {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#caso-de-exito-kaeser:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(0,0,0,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}

#caso-de-exito-merck {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#caso-de-exito-merck:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(0,0,0,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}

#caso-de-exito-harman {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}

#caso-de-exito-harman:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(0,0,0,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}

#sortationsystem {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#sortationsystem:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#shuttlerackm {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#shuttlerackm:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#carruselhorizontal {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#carruselhorizontal:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#carruselvertical {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#carruselvertical:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#verticalbuffermodule {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#verticalbuffermodule:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#miniload {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#miniload:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#picktolight {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#picktolight:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#puttolight {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#puttolight:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#picktovoice {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#picktovoice:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#pickcart {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#pickcart:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#mobilerobots {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#mobilerobots:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}

#temperatura-controlada {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#temperatura-controlada:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#control-humedad {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#control-humedad:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#zona-limpia {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#zona-limpia:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#proteccion-incendios {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#proteccion-incendios:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#mercancias-extremo {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#mercancias-extremo:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#accesos {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#accesos:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#accesos-personalizados {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#accesos-personalizados:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#dimensiones-especiales {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#dimensiones-especiales:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#mercancias-circulares {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#mercancias-circulares:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#ingreso-salida {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#ingreso-salida:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#acceso-controlado {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#acceso-controlado:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
#dimensiones-especiales-02 {
   position: fixed;
   visibility: hidden;
   opacity: 0;
}
#dimensiones-especiales-02:target {
	visibility: visible;
	opacity: 1;
	background-color: rgba(34,34,34,0.80);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 99999999999;
	transition: all 1s;
	overflow: auto;
}
@media (min-width: 992px) {

.popup-form {
   position: relative;
   margin: 40px auto;
   background-color: #000;
   color:#333;
   border-radius: 3px;
   width: 50%;
   z-index: 99999;
   
   
}
.popup-form-02 {
   position: relative;
   margin: 40px auto;
   background-color: #000;
   color:#333;
   border-radius: 3px;
   width: 70%;
   z-index: 99999;
   
   
}
.img-popup {
height:600px;
width: 100%;
background-position:center;
background-size: cover;

}
.padding-popup {
padding: 40px 65px 40px 50px;
}
.producto-circulo {
width: 180px;
height: 180px;
border: 5px solid #fff;
background-size: cover;
background-position:center;
}
.producto-circulo:hover {
width: 180px;
height: 180px;
border: 5px solid #ed3f43;
background-size: cover;
background-position:center;
}
.banner-micro h1 {
margin-bottom: 5px;
font-weight: 400;
font-size: 58px;
color:#fff;
}
.banner-micro p {
font-weight: 400;
font-size: 23px;
color:#fff;
margin-bottom: 30px;
}
.video_background { 
	position: absolute;
	min-height: 100vh; 
	z-index: -100; 
	overflow: hidden;
	left: 0;
	margin: auto;
	right: 0;
}
.cintillo-title {
font-size: 28px;	
}
.cintillo-subtitle {
font-size: 44px;	
}
.m-180 {
margin-bottom: 180px;
}
.title-micro {
margin-top: -50px;
}
.video-popup {
width: 100%;
height: 400px;
background-color:#000;
vertical-align: bottom;
}
.video-box {
width: 100%;
height: 400px;
background-color:#000;
display:flex;
justify-content:center;
align-content:center;
flex-direction:column;
}
.popup-cerrar {
   position: absolute;
   top: 0;
   right: 0;
   z-index:99;
}
}
@media (max-width: 991px) {

.popup-form {
   position: relative;
   margin: 30px auto;
   background-color: #222;
   border-radius: 3px;
   width:95%;
   z-index: 99999;
   overflow: auto;
   
   
}
.popup-form-02 {
   position: relative;
   margin: 30px auto;
   background-color: #222;
   border-radius: 3px;
   width:95%;
   z-index: 99999;
   overflow: auto;
   
   
}
.img-popup {
height:300px;
width: 100%;
background-position:center;
background-size: cover;

}
.padding-popup {
padding: 40px 30px;
}
.producto-circulo {
width: 300px;
height: 300px;
border: 5px solid #fff;
background-size: cover;
background-position:center;
}
.producto-circulo:hover {
border: 5px solid #ed3f43;
background-size: cover;
background-position:center;
}
.banner-micro h1 {
margin-bottom: 20px;
font-weight: 400;
font-size: 38px;
color:#fff;
margin-top: 50px;
}
.banner-micro p {
font-weight: 400;
font-size: 18px;
color:#fff;
margin-bottom: 30px;
}
.video_background { 
	position: absolute;
	width: 280%; 
	z-index: -100; 
	overflow: hidden;
	left: 0;
	margin: auto;
	right: 0;
	text-align: center;
}
.cintillo-title {
font-size: 16px;	
}
.cintillo-subtitle {
font-size: 28px;	
}
.video-popup {
width: 100%;
height: 300px;
background-color:#000;
vertical-align: bottom;
}
.banner-micro-mob {
background-position: center;
background-size: cover;
background-image: url(../img/banner-mob.jpg);
}
.fondo-verde {
	}
	.popup-cerrar {
   position: absolute;
   top: 0;
   right: 0;
   z-index:99;
}
}

.popup-link {
color: #222;
font-weight: 700;
margin-bottom: 0;
font-size: 20px;
}
.popup-link:hover {
color: #ed3f43;
font-weight: 700;
margin-bottom: 0;
}
.flecha-abajo {
      content: url(../img/flecha-hacia-abajo.svg);
	  width: 50px;}
.flecha-abajo:hover {
      content: url(../img/flecha-hacia-abajo-02.svg);
	  width: 50px;}
	  
	  .hytPlayerWrap {
        position: relative;
    }
    .hytPlayerWrap.ended::after {
        content:"";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
        background-color: black;
        background-repeat: no-repeat;
        background-position: center; 
        background-size: 64px 64px;
        background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
    }
    .hytPlayerWrap.paused::after {
        content:"";
        position: absolute;
        top: 70px;
        left: 0;
        bottom: 50px;
        right: 0;
        cursor: pointer;
        background-color: black;
        background-repeat: no-repeat;
        background-position: center; 
        background-size: 40px 40px;
        background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    }
	.triangulo-derecho {
     width: 0; 
     height: 0; 
     border-left: 20px solid #01508b;
     border-top: 30px solid transparent;
     border-bottom: 30px solid transparent; 
	 position: absolute;
	 right: -20px;
	 top: -8px;
	
}
.triangulo-izquierdo {
     width: 0; 
     height: 0; 
     border-right: 20px solid #599bcd;
     border-top: 30px solid transparent;
     border-bottom: 30px solid transparent; 
	 position: absolute;
	 left: -20px;
	 top: -8px;
	
}

   
  nav ul li a.active-01 {
  color: #ed3f43;
}
.degradado-bg {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e0e3e5+0,f0f4f7+47 */
background: rgb(224,227,229); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(224,227,229,1) 0%, rgba(240,244,247,1) 47%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(224,227,229,1) 0%,rgba(240,244,247,1) 47%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(224,227,229,1) 0%,rgba(240,244,247,1) 47%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e3e5', endColorstr='#f0f4f7',GradientType=0 ); /* IE6-9 */

}
.degradado-bg-02 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7f7+0,ffffff+47 */
background: rgb(247,247,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(255,255,255,1) 47%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 47%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(255,255,255,1) 47%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.bg-overlay-blog{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.50;content:'';}

.blog-box {
background-color: #fff;
overflow: hidden;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 420px;
}

.blog-box:hover {
transform: scale(1.02);
}

.blog-box:hover .img-blog  {
height: 420px;
position: absolute;
z-index: 10;
}

.blog-box:hover .text-blog {
z-index: 20;
margin-top:250px;
}

.img-blog {
width:100%;
height: 250px;
background-size: cover;
-webkit-transition: 1.3s;
  -moz-transition: 1.3s;
  -o-transition: 1.3s;
  transition: 1.3s;
  left: 0;
  right: 0;
  margin: auto;
}
.text-blog {
padding: 30px 20px;
position:relative;
}
.fecha {
font-size: 14px;
-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: -5px;
}
.titulo {
font-size: 20px;
font-family: 'Montserrat', sans-serif;
-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color:#009bdb;
  font-family: "Customer";
}
.descripcion {
font-size: 14px;
margin-bottom:30px:
-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 22px;
}
.leer-mas {
color:#ed3f43;
font-weight: 700;
-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-box:hover .fecha {
color:#fff;
}
.blog-box:hover .titulo {
color:#fff;
}
.blog-box:hover .descripcion {
color:#fff;
}
.blog-box:hover .leer-mas {
color:#fff;
}
.blog-box:hover .leer-mas-signo {
color:#fff;
}
.bg-overlay-blog{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background-color:#009bdb;opacity:0;content:'';}
.blog-box:hover .bg-overlay-blog {
opacity:0.8;
z-index: 15;
}
.bg-overlay-blue{position:relative;z-index:1;}
.bg-overlay-blue::after{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background-color:#009bdb;opacity:0.90;content:'';}
/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 250px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  display:flex;
justify-content:center;
align-content:center;
flex-direction:column;
margin-bottom: 20px;
}
.flip-box-activo {
  background-color: transparent;
  width: 100%;
  height: 250px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  display:flex;
justify-content:center;
align-content:center;
flex-direction:column;
margin-bottom: 20px;
filter: grayscale(1);
opacity: 0.8;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  display:flex;
justify-content:center;
align-content:center;
flex-direction:column;
}

/* Style the front side */
.flip-box-front {
  background-size:cover;
  background-position: center;
  color: black;
}

/* Style the back side */
.flip-box-back {
  transform: rotateY(180deg);
  background-size:cover;
  background-position: center;
}
.fondo-verde {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fafafa+70,8dc63f+70 */
background: #F0F4F7; /* Old browsers */
background: -moz-linear-gradient(top,  #F0F4F7 70%, #8dc63f 70%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #F0F4F7 70%,#8dc63f 70%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #F0F4F7 70%,#8dc63f 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F4F7', endColorstr='#8dc63f',GradientType=0 ); /* IE6-9 */



}

.clientes .item {
display:flex;
justify-content:center;
align-content:center;
flex-direction:column;
height: 150px;
width: 80px;
text-align:center;
}
.clientes img {
width: 150px;
}
/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box-02 {
  background-color: #transparent;
  width: 100%;
  height: 430px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */

margin-bottom: 20px;
}

/* This container is needed to position the front and back side */
.flip-box-inner-02 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box-02:hover .flip-box-inner-02 {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-back-02 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  display:flex;
justify-content:center;
align-content:center;
flex-direction:column;
}
.flip-box-front-02 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  background-color:#fff;
}

/* Style the front side */
.flip-box-front-02 {
  background-size:cover;
  background-position: center;
  color: black;
}

/* Style the back side */
.flip-box-back-02 {
background-color:#009bdb;
  transform: rotateY(180deg);
  padding: 0 40px;
}
.btn-verde {
width: 100%;
padding: 10px 0;
background-color:#8dc63f;
color:#fff;
font-size: 16px;
}
.btn-verde a {
color:#fff;
}
.btn-verde:hover {
background-color:#009bdb;
}
.degradado-gris {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fafafa+0,ffffff+25,ffffff+50,ffffff+75,fafafa+100 */
background: #fafafa; /* Old browsers */
background: -moz-linear-gradient(top,  #fafafa 0%, #ffffff 25%, #ffffff 50%, #ffffff 75%, #fafafa 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fafafa 0%,#ffffff 25%,#ffffff 50%,#ffffff 75%,#fafafa 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fafafa 0%,#ffffff 25%,#ffffff 50%,#ffffff 75%,#fafafa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */


}
.nav-link-01 {
padding: 10px 0;
color:#999;
border: 1px solid #dee2e6;
margin-right: 30px;
width: 250px;

}
.nav-link-01.active {
padding: 10px 20px;
background-color:#8dc63f;
border: 1px solid #8dc63f;
border: none;
color:#fff;
}
.nav-link-01:hover {
padding: 10px 20px;
background-color:#8dc63f;
border: 1px solid #8dc63f;
color:#fff;
}
.gris-1 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fafafa+0,ffffff+100 */
background: #fafafa; /* Old browsers */
background: -moz-linear-gradient(top,  #fafafa 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fafafa 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fafafa 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.gris-2 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fafafa+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #fafafa 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#fafafa 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#fafafa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */

}