body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
a.redes-2 {
	font-family: 'Roboto Condensed', sans-serif !important;
    text-decoration: none;
    height: 54px;
    position: fixed;
    right: 0px;
    bottom: 15px;
    text-align: right;
    display: inline;
    width: auto;
    background-color: #E8E8E8; /*#E8E8E8;*/
    color: #666666;
    font-size: 14px;
    padding: 0px 10px 5px 10px;
    z-index: 1500;
}

.f-l {
	float:left
}

.face img{
    position: relative;
    top: 6px;
    margin-right: 8px;
}
.redes-2{
	width:100%
}
h1 {
  display: block;
  margin: 0px 0px 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 39px;
  line-height: 43px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin: 15px 0px 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 26px 0px 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-left: 6px;
  font-family: 'Droid Sans', sans-serif;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0px;
}

form {
  padding: 10px;
  border-radius: 6px;
  background-color: #e4e4e4;
  text-align: center;
}

.button {
  display: inline-block;
  margin-top: 0px;
  padding: 19px 25px;
  border-radius: 5px;
  background-color: #00dd9f;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.button:hover {
  background-color: #007ab8;
}

.button.app-button {
  padding: 8px 17px;
}

.button.calltoactian {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ff8500;
  font-size: 24px;
}

.button.calltoactian:hover {
  background-color: #f1a14c;
}

.button.mayus {
  text-transform: uppercase;
}

.section {
  padding-top: 65px;
  padding-bottom: 65px;
  border-bottom: 1px none rgba(0, 0, 0, .09);
  background-color: #fff;
  text-align: center;
}

.section.hero {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, .62)), to(rgba(83, 83, 83, .45)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62) 1%, rgba(83, 83, 83, .45));
  text-align: center;
}

.section.white.subfooter {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.section.grey {
  display: block;
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #fff;
}

.section.grey.footer {
  padding-top: 49px;
  padding-bottom: 49px;
  text-align: center;
}

.section.purple {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #745785;
}

.section.implementaciones {
  padding-top: 0px;
  border-style: none;
  background-color: #fff;
  text-align: center;
}

.section.calltoaction {
  background-color: #263544;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 83, 139, .69)), to(rgba(21, 83, 139, .69))), url('../images/maxresdefault-2.jpg');
  background-image: linear-gradient(180deg, rgba(21, 83, 139, .69), rgba(21, 83, 139, .69)), url('../images/maxresdefault-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.hero-iphone {
  display: block;
  margin-right: auto;
  margin-bottom: -73px;
  margin-left: auto;
  text-shadow: 0 0 0 #000;
}

.app-name {
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  color: #5c5c5c;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.nav-link {
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #5c5c5c;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #f02e4e;
}

.nav-column {
  text-align: right;
}

.hero-header {
  margin-top: 130px;
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 42px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .22);
}

.hero-subtitle {
  margin-bottom: 20px;
  color: #fff;
  font-size: 33px;
  line-height: 22px;
  text-align: right;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .21);
}

.icon-title {
  margin-top: 22px;
  margin-bottom: 12px;
  font-family: Bitter, serif;
  color: #c1adcc;
  font-size: 17px;
  font-weight: 400;
}

.price-text {
  margin-top: 11px;
  background-image: none;
  box-shadow: none;
  color: #fff;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  text-shadow: none;
}

.logo-in-footer {
  display: block;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  text-shadow: 0 0 0 #000;
}

.left-column {
  padding-top: 35px;
  padding-bottom: 35px;
  border-left: 1px solid rgba(0, 0, 0, .09);
}

.subfooter-right {
  padding-top: 35px;
  padding-bottom: 35px;
  border-right: 1px solid rgba(0, 0, 0, .09);
  border-left: 1px solid rgba(0, 0, 0, .09);
}

.social-button {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 7px;
  border-radius: 60px;
  background-color: #745785;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.social-button:hover {
  background-color: #f02e4e;
}

.blog-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Bitter, serif;
  color: #fa875b;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}

.blog-link:hover {
  color: #ff5917;
}

.footer-link {
  margin-top: 38px;
  margin-left: 8px;
  border-bottom: 0px none rgba(131, 125, 153, .34);
  border-left-style: none;
  border-left-width: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.footer-link:hover {
  border-bottom: 1px solid rgba(131, 125, 153, .86);
}

.footer-text {
  display: inline;
}

.call-to-action {
  padding-left: 0px;
}

.center {
  text-align: center;
}

.center.ss {
  text-align: center;
}

.navbar {
  padding-top: 6px;
  padding-bottom: 6px;
}

.social-widget {
  display: inline-block;
  margin-top: 17px;
  margin-right: 14px;
}

.text-link {
  color: #745785;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.button-block {
  margin-top: 17px;
}

.logo {
  margin-top: 24px;
  margin-right: 8px;
  margin-left: 8px;
  float: none;
}

.titulo {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  font-family: Bebasneue, sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 100;
  text-align: left;
}

.titulo.men {
  margin-bottom: 10px;
}

.titulo.men.fdfdfd {
  text-align: left;
}

.titulo._3 {
  border-bottom-color: #000;
  color: #000;
}

.contenedor-de-titulo {
  margin-bottom: -11px;
  padding: 15px;
  border-top-left-radius: 50px;
  background-color: rgba(89, 89, 89, .61);
  box-shadow: 0 0 6px 0 #000;
  font-family: Oswald, sans-serif;
  text-align: right;
}

.telefonos {
  margin-top: 22px;
  font-family: Lato, sans-serif;
  color: #5e5e5e;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: right;
}

.input-style {
  margin-bottom: 12px;
  border-radius: 6px;
  background-color: #fff;
}

.contenedor-de-subtitulo {
  margin-top: 15px;
  padding: 10px;
  border-bottom-left-radius: 50px;
  background-color: hsla(0, 0%, 100%, .76);
  box-shadow: 0 0 15px 0 #000;
  text-align: right;
}

.tipos-de {
  font-family: Oswald, sans-serif;
  font-size: 36px;
  line-height: 45px;
  text-align: right;
}

.imagen-derecha {
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 7px;
  padding-right: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.imagen-derecha:hover {
  margin-left: 7px;
  padding-left: 0px;
  border-right-style: none;
  border-left-style: none;
  border-left-width: 1px;
  border-top-left-radius: 55px;
  border-bottom-left-radius: 55px;
}

.imagen-derecha.marcofino {
  background-image: url('../images/VideoWall-Fino-2.jpg');
}

.imagen-izquierda {
  margin-bottom: 5px;
  margin-left: -8px;
  padding-right: 0px;
  border-right-style: solid;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.imagen-izquierda:hover {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

._989 {
  letter-spacing: 0px;
}

.empresa {
  margin-top: 33px;
  margin-bottom: 28px;
  border-left-style: none;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.slider {
  height: 150px;
  background-color: transparent;
  color: #000;
}

.flechin {
  color: rgba(0, 0, 0, .14);
}

.flechin:hover {
  box-shadow: 0 0 6px 0 #fff;
  color: #000;
  text-shadow: -2px 0 4px rgba(0, 0, 0, .53);
}

.marcofino {
  height: 248px;
  margin-bottom: 8px;
  border-radius: 0px;
  background-image: url('../images/VideoWall-Fino-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.marcofino.izq {
  height: 248px;
  margin-bottom: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: url('../images/001.jpg');
}

.marcosuperfino {
  height: 248px;
  margin-bottom: 8px;
  padding-left: 10px;
  border-radius: 0px;
  background-image: url('../images/VideoWall-UltraFino-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.sinmarco {
  height: 248px;
  margin-bottom: 8px;
  border-radius: 0px;
  background-image: url('../images/VideoWall-Sin-Marco-8.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.izq {
  height: 248px;
  margin-bottom: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: url('../images/003.jpg');
}

.der {
  margin-top: 13px;
  margin-bottom: 8px;
  text-align: left;
}

._4k {
  background-image: url('../images/004.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.informal {
  background-image: url('../images/005.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.centrodecontrol {
  background-image: url('../images/006.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.clicker {
  display: block;
  overflow: visible;
  height: 100%;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: rgba(0, 153, 255, 0);
}

.clicker:hover {
  display: block;
  background-color: rgba(0, 153, 255, .9);
}

.clicker:focus {
  background-color: hsla(0, 0%, 100%, .8);
}

.click {
  height: 214px;
  color: rgba(43, 43, 43, 0);
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}

.click:hover {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}

.logo-sam {
  margin-top: 35px;
}

._1 {
  text-align: right;
}

._2 {
  text-align: left;
}

.fotos {
  height: auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.fotos:hover {
  background-color: #fff;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.primerparrafo {
  padding-bottom: 10px;
  border-left: 1px none #000;
  font-family: 'Open Sans', sans-serif;
  color: dimgrey;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.primerparrafo.mas {
  margin-bottom: 32px;
}

.parra {
  border-left: 1px none #000;
  font-size: 14px;
}

.lolo {
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .18);
}

.slider-impl {
  display: block;
  height: 355px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slide1 {
  background-image: url('../images/Implementacion1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide2 {
  background-image: url('../images/Implementacion4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide3 {
  background-image: url('../images/Implementacion6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide4 {
  background-image: url('../images/Implementacion10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide5 {
  background-image: url('../images/Implementacion12.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide6 {
  background-image: url('../images/Implementacion14.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide7 {
  background-image: url('../images/Implementacion15.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide8 {
  background-image: url('../images/8_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide9 {
  background-image: url('../images/9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide10 {
  background-image: url('../images/10_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide11 {
  background-image: url('../images/11.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide12 {
  background-image: url('../images/12_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide13 {
  background-image: url('../images/13_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide14 {
  background-image: url('../images/14_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide15 {
  background-image: url('../images/IMG_0515.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide16 {
  background-image: url('../images/IMG_0544.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide17 {
  background-image: url('../images/VideoWall-Informal-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide18 {
  background-image: url('../images/VideoWall-Sin-Marco-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide19 {
  background-image: url('../images/Implementacion7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidee4 {
  background-image: url('../images/ds3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slidee5 {
  background-image: url('../images/ds1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slidee6 {
  background-image: url('../images/ds2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.celeste {
  height: 221px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #0085ff;
}

.titulo-loco {
  margin-bottom: 13px;
  margin-left: 13px;
  border-bottom-style: none;
  border-bottom-color: #000;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
}

.locococococ {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-left-style: none;
  border-left-color: #000;
  color: #fff;
  font-size: 15px;
}

.trade {
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 17px;
}

.contenido {
  margin-top: 20px;
}

.palalala {
  margin-top: 1px;
  margin-bottom: 15px;
}

.tap {
  width: 50%;
  padding: 0px 0px 0px 15px;
}

.tap.w--current {
  width: 50%;
  padding: 0px 0px 0px 10px;
}

.imagen {
  padding-left: 0px;
}

.talalala {
  width: 50%;
}

.talalala.w--current {
  background-color: #0085ff;
}

.contenidolololo {
  padding-top: 10px;
}

.gtrfd {
  margin-top: 5px;
  margin-bottom: 18px;
}

.fondoceleste {
  margin-top: 31px;
  padding: 10px;
  background-color: #0085ff;
  color: #fff;
}

.palalakb {
  margin-bottom: 17px;
  border-left-style: none;
  border-left-color: #000;
}

.dir {
  margin-top: 4px;
  margin-bottom: 9px;
  font-family: Dincond, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
}

.im {
  display: block;
  max-width: 35%;
  margin: 0px auto 30px;
  padding: 0px 20px 20px;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
}

.circulo {
  display: block;
  width: 125px;
  height: 125px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 27px;
  border: 2px solid #09f;
  border-radius: 50%;
  text-align: center;
}

.icon-title {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #09f;
  font-weight: 700;
  text-align: center;
}

.menu-digital {
  width: 300px;
  height: 300px;
  margin-bottom: 8px;
  background-image: url('../images/Implementacion7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.comunicacion-institucional {
  width: 300px;
  height: 300px;
  background-image: url('../images/Tribuna-Vitelsa-3.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.comercial {
  width: 300px;
  height: 300px;
  background-image: url('../images/Implementacion21.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.small-signage {
  width: 300px;
  height: 300px;
  background-image: url('../images/Atucha2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.outdoor {
  width: 300px;
  height: 300px;
  background-image: url('../images/3023645-inline-i-2-why-drive-thru-dining-is-getting-slower-and-customers-dont-mind.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.soluciones {
  width: 300px;
  height: 300px;
  background-image: url('../images/7_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.teb {
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, .18);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 25px;
}

.teb:hover {
  background-color: hsla(0, 0%, 100%, .95);
  color: #8f8d8d;
}

.teb.w--current {
  background-color: transparent;
}

.teb.w--current:hover {
  color: #fff;
}

.tab {
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, .18);
  color: #fff;
  font-size: 25px;
}

.tab:hover {
  background-color: hsla(0, 0%, 100%, .95);
  color: #8f8d8d;
}

.tab.w--current {
  background-color: transparent;
}

.galeria {
  display: block;
  width: 80%;
  margin: 5px auto 15px;
}

.dif {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0085ff;
}

.titlelolo {
  margin-bottom: 10px;
  font-size: 15px;
}

.manajal {
  margin-top: 39px;
}

.solu {
  margin-top: 18px;
  margin-bottom: 33px;
}

.circ {
  max-width: 80%;
  border-radius: 50%;
}

.circ._11 {
  max-width: 100%;
  border-radius: 0%;
}

.circ._222 {
  border: 1px solid #000;
  border-radius: 0%;
  background-color: #fff;
}

.columnas {
  height: 600px;
}

.columnas:hover {
  opacity: 1;
}

.columnas._123 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/Implementacion7.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Implementacion7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.columnas._234 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/1434940488976_img_main_visual_06.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1434940488976_img_main_visual_06.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.columnas._345 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/7_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/7_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.titulo-principal {
  position: static;
  margin-top: 100px;
  opacity: 1;
  font-size: 40px;
}

.buton-site {
  border: 2px solid #fff;
  border-radius: 6px;
  background-color: #00ffad;
  opacity: 0;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.buton-site:hover {
  background-color: #00d691;
}

.column {
  padding-top: 41.5px;
  padding-bottom: 41.5px;
  text-align: right;
}

.image {
  margin-top: 0px;
  margin-bottom: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-2 {
  margin-top: 0px;
}

.text-block-2 {
  font-size: 25px;
  line-height: 105px;
}

.form {
  background-color: #fff;
}

.text-span {
  padding: 15px 20px;
  border-radius: 100px;
  background-color: #58b946;
  color: #fff;
  font-size: 22px;
}

.input-style-2 {
  border-radius: 6px;
  font-size: 14px;
}

.input-style-2._1 {
  height: 75px;
}

.columns {
  margin-top: 47px;
}

.banner-title {
  color: #fff;
  font-size: 50px;
  line-height: 55px;
}

.text-block-3 {
  font-size: 17px;
  line-height: 19px;
}

.bold-text {
  font-size: 23px;
  line-height: 35px;
}

.banner {
  position: static;
  display: block;
  height: 800px;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  text-align: center;
}

.banner:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

.error-message {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  background-color: #ceffc5;
  font-size: 20px;
  line-height: 46px;
  text-align: center;
}

.button-2 {
  padding: 15px 25px;
  border: 2px solid #fff;
  border-radius: 6px;
  background-color: #58b946;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #333645;
  color: #fff;
}

.banner-slider {
  position: absolute;
  left: 0px;
  top: 114px;
  right: 0px;
  z-index: -1;
  height: 650px;
  margin-top: 0px;
}

.slider0 {
  top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/logitech-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/logitech-1.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider0:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/logitech-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/logitech-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}


.slider1 {
  top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/samsung_portal2017_header_standalone.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/samsung_portal2017_header_standalone.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/samsung_portal2017_header_standalone.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/samsung_portal2017_header_standalone.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.slider2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/samsung_portal2017_header_videowall.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/samsung_portal2017_header_videowall.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/samsung_portal2017_header_videowall.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/samsung_portal2017_header_videowall.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.slider3 {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/samsung_portal2017_header_flip.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/samsung_portal2017_header_flip.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/iStock-874871398-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/iStock-874871398-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slider-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  height: 600px;
  margin-top: 0px;
  background-color: #1b1818;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .82)), to(rgba(0, 0, 0, .82)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .82));
}



.caso1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/nike.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/nike.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
	min-height: 400px;
	padding-left: 5%;
	padding-top: 10%;
	text-align: left;
}

.caso2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/same.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/same.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
	min-height: 400px;
	padding-right: 5%;
	padding-top: 10%;
	text-align: right;
}

.caso3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/lexus.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/lexus.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
	min-height: 400px;
	padding-left: 5%;
	padding-top: 10%;
	text-align: left;
}

.caso4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/VolksWagen.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/VolksWagen.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
	min-height: 400px;
	padding-right: 5%;
	padding-top: 10%;
	text-align: right;
}



.caso1 .heading{
	text-align: left;
}

.caso2 .heading{
	text-align: right;
}

.caso3 .heading{
	text-align: left;
}

.caso4 .heading{
	text-align: right;
}


.heading {
  font-family: Bebasneue, sans-serif;
  font-size: 65px;
  font-weight: 300;
  text-align: center;
}

.container {
  overflow: visible;
  margin-top: 230px;
  text-align: center;
}

.button-3 {
  overflow: hidden;
  margin-top: 15px;
  padding: 15px 30px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
  font-family: Dincond, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.button-3:hover {
  background-color: #fff;
  color: #000;
}

.paragraph {
  font-family: Dincond, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.paragraph._2 {
  text-align: center;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-3 {
  font-family: Dincond, sans-serif;
  font-size: 45px;
}

._222 {
  font-size: 50px;
}

.heading-4 {
  margin-bottom: 5px;
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-weight: 100;
  text-align: center;
}

.columns-2 {
  margin-top: 50px;
  margin-bottom: 40px;
}

.text-block-4 {
  padding-right: 40px;
  padding-left: 40px;
  font-family: Dincond, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: justify;
}

.text-block-4._33 {
  padding-right: 60px;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.column-3 {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #000;
}

.section-2 {
  background-color: #000;
}

._23 {
  font-weight: 800;
}

.div-block {
  height: 200px;
  margin-top: 0px;
  padding-top: 30px;
  background-color: #808285;
}

.image-3 {
  margin-bottom: -9px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-5 {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-left: 40px;
  font-family: Bebasneue, sans-serif;
  font-size: 32px;
  text-align: left;
}

.container-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.heading-6 {
  margin-top: 5px;
  font-family: Bebasneue, sans-serif;
  font-size: 25px;
  font-weight: 100;
}

.heading-6._2 {
  margin-top: 15px;
  text-align: center;
}

.columns-3 {
  margin-bottom: 20px;
}

.columns-4 {
  margin-bottom: 20px;
}

.columns-5 {
  margin-bottom: 20px;
}

.container-3 {
  margin-top: 40px;
}

.column-5 {
  margin-top: 18px;
  text-align: left;
}

.bold-text-2 {
  font-family: Dincond, sans-serif;
  font-size: 22px;
  text-align: left;
}

.slide {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/2_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/3_2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/4_2.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/5_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/6_2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/7_3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-6 {
  text-align: right;
}

.ss {
  border-bottom-style: none;
  border-bottom-color: #000;
  font-family: Bebasneue, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.columns-6 {
  margin-top: 18px;
}

.column-7 {
  text-align: center;
}

.column-8 {
  text-align: center;
}

.column-9 {
  text-align: center;
}

.column-10 {
  text-align: center;
}

.container-4 {
  margin-top: 0px;
  margin-bottom: 40px;
}

.section-3 {
  margin-top: 0px;
  padding-bottom: 0px;
}

.column-19 {
  text-align: center;
}

.column-20 {
  text-align: center;
}

.column-21 {
  text-align: center;
}

.section-4 {
  padding-top: 65px;
  padding-bottom: 65px;
  border-bottom: 1px none rgba(0, 0, 0, .09);
  background-color: transparent;
  text-align: center;
}

.section-4.implementaciones {
  padding-top: 40px;
  background-color: #f0f0f0;
}

.tab-2 {
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 6px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 25px;
}

.tab-2:hover {
  background-color: hsla(0, 0%, 100%, .95);
  color: #8f8d8d;
}

.tab-2.w--current {
  background-color: #000;
  font-size: 25px;
}

.tab-2.w--current:hover {
  background-color: #fff;
}

.slide-8 {
  background-image: url('../images/ds4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.sss1 {
  background-image: url('../images/Implementacion4_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.sss3 {
  background-image: url('../images/IMG_516.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.sss4 {
  background-image: url('../images/IMG_495.JPG');
  background-position: 0px 0px;
  background-size: cover;
}

.sss15 {
  background-image: url('../images/Implementacion22_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.sss16 {
  background-image: url('../images/Cuesta1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.sss17 {
  background-image: url('../images/14_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.sss18 {
  background-image: url('../images/Implementacion21.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/si_01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/si_01.jpg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
}

html.w-mod-js *[data-ix="de-izq-a-derecha"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="de-izq-a-derecha-2"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="de-derecha-a-izq"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="de-abajo-a-arriba"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .section.hero {
    padding-top: 34px;
    padding-bottom: 1px;
  }
  .hero-iphone {
    text-shadow: #000 0px 0px 0px;
  }
  .hero-header {
    font-size: 38px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .2);
  }
  .hero-subtitle {
    text-shadow: rgba(0, 0, 0, .2) 0px 2px 0px;
  }
  .slider-impl {
    text-align: center;
  }
  .text-span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  h2 {
    margin-top: 0px;
  }
  .section {
    padding-top: 33px;
    padding-bottom: 33px;
    text-align: center;
  }
  .section.hero {
    padding-right: 38px;
    padding-bottom: 52px;
    padding-left: 38px;
    text-align: center;
  }
  .section.grey {
    text-align: center;
  }
  .hero-iphone {
    margin-bottom: 1px;
    text-shadow: 0 0 0 #000;
  }
  .app-name {
    display: inline-block;
    margin-bottom: 0px;
  }
  .nav-column {
    padding-top: 22px;
    text-align: center;
  }
  .hero-header {
    margin-top: 30px;
    text-shadow: rgba(0, 0, 0, .2) 0px 2px 0px;
  }
  .price-text {
    margin-bottom: 31px;
    box-shadow: none;
    text-shadow: none;
  }
  .subfooter-right {
    border-top: 1px solid rgba(0, 0, 0, .09);
  }
  .center {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .navbar {
    padding-top: 24px;
    padding-bottom: 0px;
    text-align: center;
  }
  .social-widget {
    margin-right: 11px;
    margin-left: 11px;
  }
  .logo {
    display: inline-block;
    margin-top: -6px;
    float: none;
  }
  .titulo {
    text-align: center;
  }
  .telefonos {
    text-align: center;
  }
  .contenedor-de-subtitulo {
    margin-bottom: 14px;
  }
  .marcofino {
    height: 283px;
  }
  .marcofino.h {
    height: 283px;
  }
  .marcosuperfino {
    height: 283px;
    margin-top: 0px;
  }
  .sinmarco {
    height: 283px;
  }
  ._4k {
    height: 283px;
  }
  .informal {
    height: 283px;
  }
  .centrodecontrol {
    height: 283px;
  }
  .clicker {
    height: 283px;
  }
  .slider-impl {
    width: auto;
  }
  .menu-digital {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .comunicacion-institucional {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .comercial {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .small-signage {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .outdoor {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .soluciones {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .form {
    border-radius: 0px;
    background-color: #eee;
  }
  .form-block {
    margin-bottom: 0px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .banner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .banner-slider {
    top: 109px;
    height: 465px;
  }
  .heading-6 {
    text-align: center;
  }
  .column-11 {
    text-align: center;
  }
  .column-12 {
    text-align: center;
  }
  .column-13 {
    text-align: center;
  }
  .column-14 {
    text-align: center;
  }
  .column-15 {
    text-align: center;
  }
  .column-16 {
    text-align: center;
  }
  .column-17 {
    text-align: center;
  }
  .column-18 {
    text-align: center;
  }
  .section-4 {
    padding-top: 33px;
    padding-bottom: 33px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 41px;
  }
  h2 {
    font-size: 17px;
    line-height: 25px;
  }
  h3 {
    font-size: 18px;
    line-height: 23px;
  }
  .button {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 10px;
  }
  .section {
    text-align: center;
  }
  .section.white {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-iphone {
    text-shadow: 0 0 0 #000;
  }
  .hero-header {
    font-size: 32px;
    text-shadow: rgba(0, 0, 0, .2) 0px 2px 0px;
  }
  .hero-subtitle {
    line-height: 30px;
  }
  .price-text {
    font-size: 23px;
  }
  .footer-link {
    margin-left: 0px;
    padding-left: 0px;
  }
  .titulo {
    font-size: 35px;
  }
  .marcofino.h {
    height: auto;
  }
  .footer {
    padding-top: 0px;
  }
  .slider-impl {
    width: auto;
    height: auto;
  }
  .column {
    padding-top: 0px;
  }
  .image-2 {
    margin-top: 10px;
  }
  .banner-title {
    margin-top: 4px;
    font-size: 42px;
  }
  .banner {
    padding-top: 0px;
  }
  .error-message {
    font-size: 20px;
    line-height: 46px;
  }
  .banner-slider {
    top: 116px;
    height: 700px;
  }
  .heading {
    line-height: 70px;
  }
  .paragraph {
    text-align: center;
  }
  .heading-3 {
    font-size: 35px;
    line-height: 40px;
  }
  ._222 {
    font-size: 40px;
  }
  .text-block-4._33 {
    padding-right: 40px;
    padding-bottom: 10px;
    font-size: 12px;
    text-align: justify;
  }
  .heading-6 {
    margin-top: 15px;
  }
  .slider-3 {
    margin-bottom: 20px;
  }
  .section-4 {
    text-align: center;
  }
  .slider5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/si_01.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/si_01.jpg');
    background-position: 0px 0px, 50% 50%;
  }
}

@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Dincond';
  src: url('../fonts/DINCond-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Dincond';
  src: url('../fonts/DINCond-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Dincond';
  src: url('../fonts/DINCond-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Dincond';
  src: url('../fonts/DINCond-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Dincond';
  src: url('../fonts/DINCond-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}