@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');











/*---Media Queries --*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
  
}
@media (max-width: 576px) {
  
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

html {
  scroll-behavior: smooth;
}

.navbar {

  background-color: #414042;
  height: 2cm;

}
.nav-link {

  color:#ffffff

}

.fondo-gris {

  background-color: #414042;

  color:#ffffff;


}

footer {

  background-color: #414042;

  color:#ffffff;
  
}


a {

  color:#ffffff;
  
}

a:hover {

  color:#ffffff;
  
  text-decoration: none;
}


body {
  
  font-family: 'Poppins';

}

.titulo_banner {
  margin-left: 1.5cm;
  padding-top: 3cm;
  font-weight: bold;
  width:540px;
}

.texto_banner {
  width:540px;
  margin-left: 1.5cm;
  font-weight: 200;
}

.titulo_bajo_logo_smart {

  color: #414042;
  
  text-align: center;
  
  font-weight:normal;

}

.texto_bajo_logo_smart {

  color: #414042;

  font-weight:lighter;
  
  text-align: center;
  
  margin-bottom:2cm;

}

.reduce_bottom_margin {

  margin-bottom: -2cm;
  margin-top: -1cm;

}

.SmartWork {
  font-weight: lighter;
  color: #3a8bff

}


.SmartConnect {
  font-weight: lighter;
color:#6e2dba

}

.SmartChart {
  font-weight: lighter; 
  color:#00c9cd

}

.Width_Control_Products {
  font-weight:lighter;
  text-align: center;
  
}

.margin_nosotros {

  margin-top: 1cm;
}

.NuestrosValores {

 color: #999999;
 margin-top: 2cm;
}

.Valores h4 {

  color:#020202;

}

.Valores p {
  color: #666666; 
}

.Valores2 h4 {

  color:#020202;

}

.Valores2 p {
  color: #666666;
  
}

.overlay_image {
opacity: 0.1;
width: 100%;
height: auto;
margin: 0;
padding: 0; 
  }

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








