@charset "UTF-8";
/*
* CSS by Nico Calabrese
* www.linkedin.com/in/sikker - www.sikker.com.ar
*/
@import url(reset.css);
/* =================================================
*  #Variables
================================================== */

.font-base, html {
  font-family: 'Source Sans Pro', Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

.font-secondary {
  font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

/* =================================================
*  #Mixins
================================================== */
/* =================================================
*  Global styles
================================================== */
/* STANDARD AND EXTENDED ELEMENTS
================================================ */
/* Basic Styles
· · · · · · · · · · · · · · · · · · · · · · · · */
html {
  background: #fff;
}

body {
  color: #1b2b38;
}

/* Typography
· · · · · · · · · · · · · · · · · · · · · · · · */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  color: #00b7e4;
  font-weight: 600;
}

h1 {
  font-size: 63px;
}

h2 {
  font-size: 59px;
}

h3 {
  font-size: 41px;
}

h4 {
  font-size: 37px;
  line-height: 22px;
  font-weight: normal;
}

h5 {
  font-size: 28px;
  line-height: 28px;
}

h6 {
  font-size: 22px;
  color: #1b2b38;
  letter-spacing: -0.36667px;
  letter-spacing: -0.01571em;
}

p {
  margin-bottom: 15px;
  line-height: 1.4;
}

p.lead {
  line-height: 1.2;
  font-size: 37px;
}

p.small_lead {
  line-height: 1.2;
  font-size: 22px;
}

.thumbnail-legend {
  padding-left: 5px;
  margin-bottom:15px;
  height:60px;
}

.thumbnail-title {
  color:#00b7e4;
  padding-left:2%;
}

@media screen and (max-width: 1066px) {
  h1 {
    font-size: 48.46154px;
  }

  h2 {
    font-size: 45.38462px;
  }

  h3 {
    font-size: 31.53846px;
  }

  h4 {
    font-size: 28.46154px;
  }

  h5 {
    font-size: 23.33333px;
  }

  h6 {
    font-size: 18.33333px;
  }

  .text--xl {
    font-size: 68.46154px;
  }

  .text--lg {
    font-size: 28.46154px;
  }

  .text--md {
    font-size: 12.30769px;
  }

  .text--sm, .thumbnail-block .thumbnail-block-data p {
    font-size: 11.66667px;
  }

  .text--xs {
    font-size: 10px;
  }

  p.lead {
    line-height: 1.2;
    font-size: 28.46154px;
  }

  p.small_lead {
    line-height: 1.2;
    font-size: 17px;
  }
}
@media screen and (max-width: 950px) {
  h1 {
    font-size: 31.5px;
  }

  h2 {
    font-size: 29.5px;
  }

  h3 {
    font-size: 24.11765px;
    font-weight: 600;
  }

  h4 {
    font-size: 21.76471px;
    font-weight: 600;
  }

  h5 {
    font-size: 17.5px;
  }

  h6 {
    font-size: 13.75px;
  }

  .text--xl {
    font-size: 44.5px;
  }

  .text--lg {
    font-size: 18.5px;
  }

  .text--md {
    font-size: 9.41176px;
  }

  .text--sm, .thumbnail-block .thumbnail-block-data p {
    font-size: 8.23529px;
  }

  .text--xs {
    font-size: 7.5px;
  }

  p.lead {
    line-height: 1.2;
    font-size: 24.66667px;
  }

  p.small_lead {
    line-height: 1.2;
    font-size: 16px;
  }
}
@media screen and (max-width: 330px) {
  h1 {
    font-size: 27.3913px;
  }

  h2 {
    font-size: 25.65217px;
  }

  h3 {
    font-size: 20.5px;
    font-weight: 600;
  }

  h4 {
    font-size: 18.5px;
    font-weight: 600;
  }

  h5 {
    font-size: 16.47059px;
    font-weight: 600;
  }

  h6 {
    font-size: 12.94118px;
    font-weight: 600;
  }

  .text--xl {
    font-size: 38.69565px;
  }

  .text--lg {
    font-size: 16.08696px;
  }

  .text--md {
    font-size: 8px;
  }

  .text--sm, .thumbnail-block .thumbnail-block-data p {
    font-size: 7px;
  }

  .text--xs {
    font-size: 6px;
  }

  p.lead {
    line-height: 1.2;
    font-size: 18.5px;
  }

  p.small_lead {
    line-height: 1.2;
    font-size: 13px;
  }
}
em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

big {
  font-size: 120%;
}

small {
  font-size: 80%;
}

address {
  font-style: normal;
}

.text--xl {
  font-size: 89px;
}

.text--lg {
  font-size: 37px;
}

.text--md {
  font-size: 16px;
}

.text--sm, .thumbnail-block .thumbnail-block-data p {
  font-size: 14px;
}

.text--xs {
  font-size: 12px;
}

.text--dark {
  color: #1b2b38;
}

.text--light {
  color: #00b7e4;
}

.text--highlight {
  color: #00b7e4;
}

.text--success {
  color: #458d13;
}

.text--error {
  color: #b20909;
}

.text--info {
  color: #1374c8;
}

.text--warning {
  color: #b26516;
}

.bg--dark {
  background-color: #1b2b38;
}

.bg--light {
  background-color: #00b7e4;
}

.bg--subtle {
  background-color: #eaeaeb;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

hr.space {
  border: 0;
  margin: 10px 0 30px;
}

/* Links
· · · · · · · · · · · · · · · · · · · · · · · · */
a, a:visited {
  color: #00b7e4;
}

/* Lists
· · · · · · · · · · · · · · · · · · · · · · · · */
ul, ol {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol, ul.list--square, ul.list--circle, ul.list--disc {
  margin-left: 30px;
}

ul.list--square {
  list-style: square outside;
}

ul.list--circle {
  list-style: circle outside;
}

ul.list--disc {
  list-style: disc outside;
}

ul.list--arrows li {
  padding-left: 15px;
  background: url("../img/style/list-arrows-li-bg.png") no-repeat 0 7px;
}
ul.list--arrows li.text--sm {
  background-position: 0 5px;
}
ul.list--arrows.text--sm li {
  background-position: 0 5px;
}

/* Images
· · · · · · · · · · · · · · · · · · · · · · · · */
img {
  vertical-align: top;
}

img.img--fluid {
  max-width: 100%;
  height: auto;
}

figure.img--rounded {
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
figure.img--rounded img {
  min-width: 100%;
  height: auto;
}

img.img--bordered {
  border: 3px solid #eaeaeb;
}

img.img-clientes{
    width: 218px;
    height: 94px;
    padding: 5px;
}

/* Buttons
· · · · · · · · · · · · · · · · · · · · · · · · */
a.button,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 20px;
  line-height: normal;
  color: #000;
  font-size: 14px;
  border: 0;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  color: #00b7e4;
  background: #1b2b38;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #fff;
}
.button:hover .icon.icon--arrow,
button:hover .icon.icon--arrow,
input[type="submit"]:hover .icon.icon--arrow,
input[type="reset"]:hover .icon.icon--arrow,
input[type="button"]:hover .icon.icon--arrow {
  border-color: transparent transparent transparent #fff;
}

.button.full-width, button.full-width, input[type="submit"].full-width,
input[type="reset"].full-width, input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* button--text */
.button.button--text,
button.button--text,
input[type="submit"].button--text,
input[type="reset"].button--text,
input[type="button"].button--text {
  padding: 0;
  border: 0;
  background: none;
}

.button.button--text:hover,
button.button--text:hover,
input[type="submit"].button--text:hover,
input[type="reset"].button--text:hover,
input[type="button"].button--text:hover {
  text-decoration: underline;
}

/* Button Sizes */
.button.button--md,
button.button--md,
input[type="submit"].button--md,
input[type="reset"].button--md,
input[type="button"].button--md {
  font-size: 18px;
}

.button.button--lg,
button.button--lg,
input[type="submit"].button--lg,
input[type="reset"].button--lg,
input[type="button"].button--lg {
  padding: 16px 20px;
  font-size: 22px;
}

/* Tables
· · · · · · · · · · · · · · · · · · · · · · · · */
table {
  margin-bottom: 15px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #00b7e4;
}
table thead {
  background: #00b7e4;
}
table thead th {
  color: #fff;
}
table tr {
  padding: 0;
}
table th, table td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #00b7e4;
  text-align: left;
}
table td {
  font-size: 14px;
}
table tbody th[scope="col"] {
  color: #00b7e4;
}
@media screen and (max-width: 330px) {
  table th, table td {
    padding: 5px 2px;
    font-size: 12.17391px;
  }
}

.textImg {
  margin-left: 25%;
  width: 50%;
  height: auto;
  margin-bottom: 5%;
}

.textImg-preview {
  width: 90%;
}

.textImg-lg {
  width: 100%;
  height: auto;
  margin-bottom: 5%;
}
/* Forms
· · · · · · · · · · · · · · · · · · · · · · · · */
fieldset {
  margin-bottom: 20px;
}

input[type="text"], input[type="password"],
input[type="email"], textarea, select {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 8px 4px;
  margin: 0;
  margin-bottom: 20px;
  color: #777;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  outline: none;
}

select {
  /*padding: 0;*/
}

input[type="text"]:focus, input[type="password"]:focus,
input[type="email"]:focus, textarea:focus {
  color: #444;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
  min-height: 120px;
  width: 100%;
}

label, legend {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
}

select {
  /*width: 220px;*/
}

input[type="checkbox"] {
  display: inline;
}

label span, legend span {
  font-weight: normal;
  font-size: 12px;
  color: #444;
}

/* Icons
· · · · · · · · · · · · · · · · · · · · · · · · */
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 39px;
  margin-right: 15px;
}
.icon:last-child:not(:only-child) {
  margin-right: 0;
  margin-left: 15px;
}
.icon.icon--sm {
  width: 27px;
  height: 27px;
  margin-right: 5px;
}
.icon.icon--lg {
  width: 81px;
  height: 75px;
  margin-right: 15px;
}
.icon.icon--arrow {
  width: 0;
  height: 0;
  margin-top: -2px;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #00b7e4;
}
.icon.icon--arrow:last-child {
  margin-right: 0;
  margin-left: 7.5px;
}
.icon.icon--triangles {
  width: 6px;
  height: 14px;
  background: url("../img/style/icon-triangles.png") no-repeat;
}
.icon.icon--factory {
  background: url("../img/style/icons-md.png") no-repeat -10px -10px;
}
.icon.icon--research {
  background: url("../img/style/icons-md.png") no-repeat -10px -110px;
}
.icon.icon--dataq {
  background: url("../img/style/icons-md.png") no-repeat -10px -210px;
}
.icon.icon--consulting {
  background: url("../img/style/icons-md.png") no-repeat -10px -310px;
}
.icon.icon--communication {
  background: url("../img/style/icons-md.png") no-repeat -10px -410px;
}
.icon.icon--gears {
  background: url("../img/style/icons-md.png") no-repeat -10px -503px;
}
.icon.icon--innovation {
  background: url("../img/style/innovacion.png") no-repeat 0 0;
}
.icon.icon--cultural_change {
  background: url("../img/style/cambioCultural.png") no-repeat 0 0;
}
.icon.icon--sm.icon--factory {
  background: url("../img/style/icons-sm.png") no-repeat -7px -5px;
}
.icon.icon--sm.icon--research {
  background: url("../img/style/icons-sm.png") no-repeat -7px -121px;
}
.icon.icon--sm.icon--dataq {
  background: url("../img/style/icons-sm.png") no-repeat -7px -240px;
}
.icon.icon--sm.icon--consulting {
  background: url("../img/style/icons-sm.png") no-repeat -7px -354px;
}
.icon.icon--sm.icon--communication {
  background: url("../img/style/icons-sm.png") no-repeat -7px -471px;
}
.icon.icon--lg.icon--factory {
  background: url("../img/style/icons-lg.png") no-repeat 0 0;
}



/* PAGE SECTIONS
================================================ */
html .container {
  max-width: 940px;
}

@media screen and (max-width: 1066px) {
  html .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 550px) {
  body {
    font-size: 13.91304px;
    font-size: 1.3913rem;
  }
}

.row--spaced {
  margin-left: -10px;
  margin-right: -10px;
}
.row--spaced > [class*="col-"] {
  padding: 0 10px;
}

/* Inline Grid
· · · · · · · · · · · · · · · · · · · · · · · · */
.inline-grid {
  display: table;
}
.inline-grid > .inline-grid-col {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
.inline-grid > .inline-grid-col:last-child {
  padding-right: 0;
}
@media screen and (max-width: 550px) {
  .inline-grid > .inline-grid-col {
    padding-right: 5px;
  }
  .inline-grid > .inline-grid-col:last-child {
    padding-right: 0;
  }
}

/* Thumbnails Grid
· · · · · · · · · · · · · · · · · · · · · · · · */
@media screen and (max-width: 550px) {
  #thumbnails-grid > .col-xs-6 {
    display: block;
    width: 100%;
  }
}
/* Page header
· · · · · · · · · · · · · · · · · · · · · · · · */
#header {
  position: relative;
  z-index: 10;
  height: 90px;
  padding: 15px 0;
  color: #fff;
  background: #00b7e4;
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,100,.3);
  -o-box-shadow: 1px 1px 5px rgba(0,0,100,.3);
  -ms-box-shadow: 1px 1px 5px rgba(0,0,100,.3);
  box-shadow: 1px 1px 5px rgba(0,0,100,.3);
}
#header .nav a {
  color: #fff;
  font-weight: 600;
}
#header .nav a:hover, #header .nav .is-active a {
  color: #1b2b38;
  text-decoration: none;
}
#header .nav .drop-down > a.is-selected:hover {
  color: #fff;
}
#header .nav .caret {
  display: none;
}
#header .nav-main .submenu a {
  color: #00b7e4;
}
#header .nav-main .submenu a:hover {
  color: #fff;
}
#header .nav-mobile {
  display: none;
  margin: -15px;
}
#header .nav-mobile .slicknav_menu {
  padding: 0;
  margin-top: -40px;
  background: none;
}
#header .nav-mobile .slicknav_menu .caret {
  display: none;
}
#header .nav-mobile .slicknav_menu .slicknav_btn {
  margin-bottom: 10px;
  margin-right: 15px;
  background-color: #1b2b38;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
#header .nav-mobile .slicknav_menu .slicknav_nav {
  margin-bottom: 2px;
  border-top: 1px solid #009ac0;
  padding: 7.5px 0;
  background: #1b2b38;
}
#header .nav-mobile .slicknav_menu .slicknav_nav .submenu {
  position: static;
}
#header .nav-mobile .slicknav_menu .slicknav_nav .submenu br {
  display: none;
}
#header .nav-mobile .slicknav_menu .slicknav_nav li a {
  outline: none;
}
#header .nav-mobile .slicknav_menu .slicknav_nav li a:hover {
  border-radius: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: none;
  color: #00b7e4;
}
@media screen and (max-width: 950px) {
  #header {
    height: auto;
  }
  #header div[class*="col-"] {
    float: none;
    width: auto;
  }
  #header h1 {
    margin-bottom: 3.75px;
  }
  #header .brand {
    position: relative;
    z-index: 10;
  }
  #header .nav-main {
    display: none;
  }
  #header .nav-language {
    margin-top: -65px;
  }
  #header .nav-mobile {
    display: block;
  }
}

/* Page Hero
· · · · · · · · · · · · · · · · · · · · · · · · */
#hero {
  position: relative;
  height: 697.5px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../img/style/hero-bg.jpg");
}
#hero:before {
  content: '';
  display: block;
  bottom: 0;
  right: 0;
  background-color: #00b7e4;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  top: 0;
  left: 0;
}
#hero:after {
  content: url("../img/style/hero-triangles.png");
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 1;
  text-align: center;
}
#hero h1 {
  margin-top: 195px;
  font-weight: 600;
  color: #1b2b38;
  font-size: 89px;
  font-size: 8.9rem;
}
#hero h1 .text--light {
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 950px) {
  #hero {
    height: 400px;
  }
  #hero h1 {
    margin-top: 90px;
    font-size: 63px;
  }
}
@media screen and (max-width: 670px) {
  #hero {
    height: 300px;
  }
  #hero h1 {
    margin-top: 67.5px;
    font-size: 41px;
  }
}
@media screen and (max-width: 550px) {
  #hero {
    height: 220px;
  }
  #hero h1 {
    margin-top: 45px;
    font-size: 28px;
  }
}
@media screen and (max-width: 330px) {
  #hero {
    height: 200px;
  }
  #hero h1 {
    margin-top: 8.82353px;
  }
  #hero h1 span {
    display: block;
  }
}

.lt-ie9 #hero {
    /*
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='../img/style/hero-bg-ie8.jpg',
    sizingMethod='scale');

    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='../img/style/hero-bg-ie8.jpg',
    sizingMethod='scale')";
    */
  background-image: url("../img/style/hero-bg-ie8.jpg");
}
.lt-ie9 #hero:before {
  position: static;
}

/* Page content
· · · · · · · · · · · · · · · · · · · · · · · · */
/* Section */
.section {
  position: relative;
  background-repeat: no-repeat;
}

/* Section data */
.section-data {
  position: relative;
  z-index: 1;
  padding: 65px 0;
}
.section-data .section-data-title {
  margin-top: -7.5px;
}
.section-data.section-data--compact {
  padding: 32.5px 0;
}
@media screen and (max-width: 950px) {
  .section-data {
    padding: 43.33333px 0;
  }
}
@media screen and (max-width: 550px) {
  .section-data {
    padding: 36.11111px 0;
  }
}
@media screen and (max-width: 330px) {
  .section-data .section-data-title {
    font-size: 24.11765px;
    margin-top: 0px;
  }
}

/* Content sections
· · · · · · · · · · · · · · · · · · · · · · · · */
.generic-dark:first-of-type p:not(.lead), .generic-light:first-of-type p:not(.lead) {
  max-width: 780px;
}
.generic-dark:first-of-type .section-data, .generic-light:first-of-type .section-data {
  background-position: right top;
}

.generic-dark {
  background-color: #00b7e4;
}
.generic-dark .section-data {
  color: #fff;
  background: #00b7e4 url("../img/style/generic-dark-scontent-data-bg.png") no-repeat right bottom;
}
.generic-dark .section-data h1, .generic-dark .section-data h2, .generic-dark .section-data h3, .generic-dark .section-data h4, .generic-dark .section-data h5, .generic-dark .section-data h6 {
  color: #fff;
}
@media screen and (max-width: 1066px) {
  .generic-dark .section-data {
    background: none;
  }
}
@media screen and (max-width: 1066px) {
  .generic-dark {
    background: #00b7e4 url("../img/style/generic-dark-scontent-data-bg.png") no-repeat right bottom;
  }
}

.generic-light .section-data {
  background: url("../img/style/generic-light-scontent-data-bg.png") no-repeat right bottom;
}
@media screen and (max-width: 550px) {
  .generic-light .section-data {
    background: none;
  }
}
@media screen and (max-width: 550px) {
  .generic-light {
    background: white url("../img/style/generic-light-scontent-data-bg.png") no-repeat 280px top;
  }
}

/* About */
#about-us {
  height: 555px;
  overflow: hidden;
  background-color: #eaeaeb;
  background-position: right top;
  background-image: url("../img/style/about-us-bg.png");
}
#about-us .section-data {
  background: url("../img/style/about-us-scontent-data-bg.png") no-repeat -7px 0;
}
#about-us .section-data:before {
  content: '';
  display: block;
  background: #eaeaeb;
  position: absolute;
  top: 0;
  left: -2000px;
  bottom: 0;
  right: 100%;
}
#about-us .section-wrap {
  max-width: 370px;
}
@media screen and (max-width: 1066px) {
  #about-us {
    height: 525px;
  }
}
@media screen and (max-width: 950px) {
  #about-us {
    height: 440px;
  }
  #about-us .section-data {
    margin-right: -15px;
    padding-right: 15px;
    background: url("../img/style/about-us-scontent-data-bg-lg.png") no-repeat -7px 0;
  }
  #about-us .section-data:before {
    bottom: 13px;
  }
  #about-us .section-wrap p:first-of-type {
    width: 350px;
  }
}
@media screen and (max-width: 550px) {
  #about-us {
    height: auto;
    background: #eaeaeb;
  }
  #about-us .section-data {
    background: none;
  }
  #about-us .section-wrap {
    max-width: 100%;
  }
  #about-us .section-wrap p:first-of-type {
    width: auto;
  }
}

/* Services */
#services {
  background-color: #fff;
  background-position: center top;
  background-image: url("../img/style/services-bg.gif");
}
@media screen and (max-width: 1066px) {
  #services {
    height: 534px;
    background: none;
    background: url("../img/style/services-bg.gif") 55% 0;
  }
  #services .section-data {
    background: none;
  }
}
@media screen and (max-width: 950px) {
  #services {
    height: 463px;
    background: url("../img/style/services-bg.gif") -29px 0;
  }
}
@media screen and (max-width: 550px) {
  #services {
    height: 445px;
    background: url("../img/style/services-bg.gif") no-repeat 50% 0;
  }
}
@media screen and (max-width: 330px) {
  #services {
    height: auto;
    background: none;
  }
}

/* Success cases */
#success-cases {
  overflow: hidden;
  position: relative;
  max-height: 520px;
  background: #00b7e4;
}
#success-cases > .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#success-cases > .container-wrapper > .container {
  position: absolute;
  top: 0;
  left: 300px;
  bottom: 0;
  right: 0;
  z-index: 30;
  width: 640px;
  background: url("../img/style/slider-scontent-data-bg.png") no-repeat 411px 0;
}
@media screen and (max-width: 1066px) {
  #success-cases > .container-wrapper > .container {
    background-position: 404px 0;
  }
}
@media screen and (max-width: 950px) {
  #success-cases > .container-wrapper > .container {
    background-position: 341px 0;
  }
}
#success-cases > .container-wrapper > .container > .row {
  margin-left: -300px;
}
#success-cases > .container-wrapper > .container:before {
  content: '';
  display: block;
  width: 5000px;
  background: #00b7e4;
  position: absolute;
  top: 0;
  right: -2000px;
  bottom: 0;
  left: 100%;
}
@media screen and (max-width: 1066px) {
  #success-cases > .container-wrapper > .container:before {
    left: 95%;
  }
}
@media screen and (min-width: 880px) and (max-width: 950px) {
  #success-cases > .container-wrapper > .container:before {
    margin-left: 0;
    left: 93%;
  }
}
@media screen and (max-width: 880px) {
  #success-cases > .container-wrapper > .container:before {
    display: none;
  }
}
#success-cases .section-data h1 {
  color: #fff;
  font-size: 19px;
  font-size: 1.9rem;
}

/* Contact */
#contact {
  position: relative;
}
#contact .section-data {
  height: 308px;
  background: url("../img/style/contact-scontent-data-bg.gif") no-repeat right -24px;
}
@media screen and (max-width: 1066px) {
  #contact {
    background: url("../img/style/contact-scontent-data-bg.gif") no-repeat right -24px;
  }
  #contact .section-data {
    background: none;
  }
}
@media screen and (max-width: 330px) {
  #contact {
    background: none;
  }
  #contact .section-data {
    height: auto;
  }
}

#homepage #contact .section-data {
  background: url("../img/style/contact-scontent-data-bg.gif") no-repeat right 0px;
}
@media screen and (max-width: 1066px) {
  #homepage #contact {
    background: url("../img/style/contact-scontent-data-bg.gif") no-repeat right 0;
  }
  #homepage #contact .section-data {
    background: none;
  }
}
@media screen and (max-width: 330px) {
  #homepage #contact {
    background: none;
  }
  #homepage #contact .section-data {
    height: auto;
  }
}

/* Page Footer
· · · · · · · · · · · · · · · · · · · · · · · · */
#footer {
  padding: 28px 0;
  color: #fff;
  background: #1b2b38;
}
#footer .nav--h {
  margin-top: 5px;
}
#footer .nav--h li {
  margin-right: 15px;
}
#footer .nav--h li a {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
#footer .nav--h li a:hover {
  color: #fff;
  text-decoration: none;
}
#footer .footer-brand {
  margin-left: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 1066px) {
  #footer .nav li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 950px) {
  #footer div[class*="col-"] {
    display: block;
    width: 100%;
  }
  #footer .nav {
    display: none;
  }
  #footer .tar {
    text-align: center !important;
  }
}

/* Content header
· · · · · · · · · · · · · · · · · · · · · · · · */
#content-header {
  background: #00b7e4 url("../img/style/content-header-bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
}
#content-header .section-data {
  height: 110px;
  padding: 19px 0;
}
#content-header .section-data:after {
  content: '';
  display: block;
  width: 890px;
  height: 110px;
  background-color: #00b7e4;
  position: absolute;
  top: 0;
  right: 251px;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transform: skewX(20deg) skewY(0deg);
  -ms-transform: skewX(20deg) skewY(0deg);
  transform: skewX(20deg) skewY(0deg);
}
#content-header h1 {
  position: relative;
  z-index: 10;
  color: #fff;
}
@media screen and (max-width: 1066px) {
  #content-header .section-data {
    height: 93px;
  }
  #content-header .section-data:after {
    height: 93px;
    right: 247px;
  }
}
@media screen and (max-width: 950px) {
  #content-header .section-data {
    height: 70px;
  }
  #content-header .section-data:after {
    height: 70px;
    right: 243px;
  }
}
@media screen and (max-width: 550px) {
  #content-header .section-data:after {
    right: auto;
    left: -613px;
  }
}
@media screen and (max-width: 330px) {
  #content-header {
    overflow: hidden;
  }
  #content-header .section-data:after {
    left: -20px;
    width: 500px;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.lt-ie9 #content-header {
  background-repeat: repeat-x;
}
.lt-ie9 #content-header .section-data:after {
  width: 977px;
  right: 230px;
  background: url("../img/style/content-header-sdata-bg-ie8.png") no-repeat;
}

/* CUSTOM COMPONENTS
================================================ */
.brand {
  display: block;
  width: 117px;
  height: 61px;
  background: url("../img/style/matrice-consulting-logo.png") no-repeat;
  overflow: hidden;
  text-indent: -9000px;
  display: block;
}

/* Navigation lists
· · · · · · · · · · · · · · · · · · · · · · · · */
.nav-caption {
  float: left;
  margin-right: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1066px) {
  .nav-caption {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 1px solid #eaeaeb;
  }
}

.nav {
  list-style: none;
}

.nav li a {
  text-decoration: none;
}

.nav li a:hover {
  text-decoration: underline;
}

/** Submenu **/
.nav > li .nav-menu {
  display: none;
  position: absolute;
}

.nav > li:hover .nav-menu {
  display: block;
}

.nav--inline li {
  display: inline-block;
  margin-bottom: 0;
}

/* Horizontal nav */
.nav--h:before, .nav--h:after {
  content: "";
  display: table;
}
.nav--h:after {
  clear: both;
}

.nav--h > li {
  float: left;
  margin-right: 18px;
}

.nav--h > li:last-child {
  margin-right: 0;
}

/* Nav with dividers */
.nav--dividers li {
  margin-right: 0;
}

.nav--dividers li:before {
  content: '/';
  padding: 0 5px;
  color: #1b2b38;
}

.nav--dividers li:first-child:before {
  display: none;
}

/* Styles for specific nav bars */
.nav-language li a {
  text-transform: uppercase;
  font-size: 13px;
}

.nav-main li a {
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  z-index: 10;
}

.nav-filters li a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.nav-filters li a.is-active {
  text-decoration: underline;
}

.lt-ie9 .nav-main li a {
  font-size: 14px;
}

@media screen and (max-width: 550px) {
  .nav-filters li,
  .nav-filters li a {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 3px;
  }
  .nav-filters li a,
  .nav-filters li a a {
    padding: 5px;
    border: 1px solid #eaeaeb;
  }
  .nav-filters li a .icon,
  .nav-filters li a a .icon {
    float: left;
    margin-top: -2px;
  }
  .nav-filters li a:hover,
  .nav-filters li a a:hover {
    text-decoration: none;
    border-color: #c3c3c6;
  }
  .nav-filters li a.is-active,
  .nav-filters li a a.is-active {
    color: #1b2b38;
    text-decoration: none;
    background: #eaeaeb;
  }
}
/* Submenu */
.caret {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 9px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.submenu {
  position: absolute;
  overflow: hidden;
  display: none;
  margin: -73px -10px 0;
  padding: 0 15px;
  padding-top: 106px;
  padding-bottom: 15px;
  background-color: #1b2b38;
}
.submenu li {
  line-height: 1;
  margin-bottom: 5px;
}
.submenu li a {
  font-size: 14px;
  line-height: 14px;
}

#nav-main .submenu {
  display: none;
}

/* Bottom buttons
· · · · · · · · · · · · · · · · · · · · · · · · */
.bottom-buttons {
  position: fixed;
  right: 0;
  bottom: 155px;
  z-index: 200;
}
.bottom-buttons li {
  margin-bottom: 2px;
  text-align: center;
}
.bottom-buttons li, .bottom-buttons li a {
  display: block;
  width: 52px;
  height: 45px;
}
.bottom-buttons a {
  color: #fff;
  text-indent: -5000px;
  background: #00b7e4 url("../img/style/bottom-buttons.png") no-repeat 50% -4px;
}
.bottom-buttons a.btn-twitter {
  background-position: 50% -77px;
}
.bottom-buttons a.btn-linkedIn {
  background-position: 50% -153px;
}
.bottom-buttons a.btn-contacto {
  background-position: 50% -374px;
}
.bottom-buttons a.btn-trabaja {
  background-position: 50% -461px;
}
.bottom-buttons a.btn-subir {
  padding-top: 20px;
  text-indent: 0;
  color: #00b7e4;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1b2b38;
  background-position: 50% -235px;
  font-size: 14px;
}
.bottom-buttons a.btn-subir:hover {
  color: #fff;
  background-position: 50% -299px;
}
.bottom-buttons a:hover {
  background-color: #1b2b38;
}
@media screen and (max-width: 1066px) {
  .bottom-buttons {
    position: absolute;
    top: 70px;
    bottom: auto;
  }
}
@media screen and (max-width: 330px) {
  .bottom-buttons {
    position: relative;
    top: -20px;
    margin-bottom: 80px;
  }
  .bottom-buttons li {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 220px) {
  .bottom-buttons {
    top: 0;
  }
}

/* Slider Home
· · · · · · · · · · · · · · · · · · · · · · · · */
#success-cases img {
  min-width: 100%;
  min-height: 275px;
  height: auto;
}
#success-cases .sy-slides-wrap,
#success-cases .sy-slides-wrap > div {
  overflow: hidden;
  min-height: 275px;
}
#success-cases .sy-pager {
  position: absolute;
  bottom: 30px;
  z-index: 31;
}
#success-cases .sy-pager li {
  margin-right: 10px;
}
#success-cases .sy-pager li a {
  width: 12px;
  height: 12px;
  background: #1b2b38;
}
#success-cases .sy-pager li.sy-active a {
  background: #fff;
}

#slider-home .slide-text {
  height: 200px;
  margin-bottom: -200px;
  padding-top: 14%;
}
@media screen and (max-width: 550px) {
  #slider-home .slide-text {
    padding-top: 18%;
  }
}
@media screen and (max-width: 330px) {
  #slider-home .slide-text {
    padding-top: 34%;
  }
}
#slider-home .slide-text h1, #slider-home .slide-text h2, #slider-home .slide-text h3 {
  color: #fff;
}
#slider-home .slide-text h4, #slider-home .slide-text h5, #slider-home .slide-text h6 {
  color: #1b2b38;
}

/* Block Grid
· · · · · · · · · · · · · · · · · · · · · · · · */
.thumbnail-block {
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 218px;
  max-height: 218px;
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
  border: 3px solid #CCC;
  background-color: #CCC;
}

.products-thumbs .thumbnail-block {
  max-width: 300px;
  max-height: 225px;
}

.casos-de-exito-thumbs .thumbnail-block {
  max-width: 300px;
  max-height: 218px;
}

.casos-de-exito-thumbs .thumbnail-title {
  height: 2em;
}

.thumbnail-block.no-border{
  border: none;
  background-color: transparent;
}
.thumbnail-block .thumbnail-block-data {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 183, 228, 0.85) url("../img/style/btn-more.png") no-repeat right bottom;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail-block .thumbnail-block-data h6 {
  margin-bottom: 5px;
  line-height: 1.2;
  color: #fff;
  font-weight: normal;
}
.thumbnail-block .thumbnail-block-data p {
  color: #1b2b38;
  color: #172b3c;
}
.thumbnail-block:hover .thumbnail-block-data {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail-block .thumbnail-block-data-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-indent: -5000px;
}

.lt-ie9 .thumbnail-block img {
  width: 100%;
}

/* Bordered Box
· · · · · · · · · · · · · · · · · · · · · · · · */
.bordered-box {
  position: relative;
  min-height: 150px;
  padding: 23px 21px;
  margin-bottom: 20px;
  border: 1px solid #00b7e4;
}
.bordered-box h5, .bordered-box h6 {
  font-weight: normal;
}
.bordered-box h6 {
  font-size: 21px;
}
.bordered-box a:not(.button) {
  color: #1b2b38;
  text-decoration: none;
}
.bordered-box a:hover {
  text-decoration: underline;
}
.bordered-box.bordered-box--compact {
  padding: 15px;
}
.bordered-box .bordered-box-header {
  margin: -15px;
  margin-bottom: 0;
  padding: 15px;
  background-color: #00b7e4;
}
.bordered-box .bordered-box-header h1, .bordered-box .bordered-box-header h2, .bordered-box .bordered-box-header h3, .bordered-box .bordered-box-header h4, .bordered-box .bordered-box-header h5, .bordered-box .bordered-box-header h6 {
  margin-bottom: 0;
  line-height: 1.1;
  color: #fff;
}
@media screen and (max-width: 330px) {
  .bordered-box .bordered-box-header {
    padding: 5px;
  }
  .bordered-box .bordered-box-header h6 {
    font-size: 18.33333px;
  }
}
.bordered-box .bordered-box-section {
  margin-left: -15px;
  margin-right: -15px;
  padding: 7.5px 15px;
  line-height: 1;
  border-bottom: 1px solid #00b7e4;
}
.bordered-box .bordered-box-section:last-child {
  margin-bottom: -15px;
  border-bottom: 0;
}
@media screen and (max-width: 330px) {
  .bordered-box .bordered-box-section {
    padding: 3.75px 7.5px;
  }
  .bordered-box .bordered-box-section .icon {
    top: -1px !important;
  }
}
.bordered-box .inline-grid .icon {
  position: relative;
  top: 4px;
}

.bordered-box-btn-open,
.bordered-box-btn-close {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 29px;
  text-indent: -5000px;
  z-index: 1;
  background: #00b7e4 url("../img/style/btn-more.png") no-repeat right bottom;
}
.bordered-box-btn-open:hover,
.bordered-box-btn-close:hover {
  background-color: #fff;
}

.bordered-box-btn-close {
  background: white url("../img/style/btn-close2.png") no-repeat right bottom;
}
.bordered-box-btn-close:hover {
  background-color: #1b2b38;
}

@media screen and (max-width: 550px) {
  .bordered-box .inline-grid.inline-grid--md-vertical {
    display: block;
    width: auto;
  }

  .bordered-box .inline-grid.inline-grid--md-vertical .inline-grid-col {
    display: block;
    width: auto;
    min-height: 100px;
    padding: 5px 0;
    text-align: center;
  }
  .bordered-box .inline-grid.inline-grid--md-vertical .inline-grid-col .img--rounded {
    display: inline-block;
  }
  .bordered-box .inline-grid.inline-grid--md-vertical .inline-grid-col h6 {
    font-size: 16px;
  }
  .bordered-box .inline-grid.inline-grid--md-vertical .inline-grid-col .text--sm, .bordered-box .inline-grid.inline-grid--md-vertical .inline-grid-col .thumbnail-block .thumbnail-block-data p, .thumbnail-block .thumbnail-block-data .bordered-box .inline-grid.inline-grid--md-vertical .inline-grid-col p {
    font-size: 12px;
  }
}
/* Modal box
· · · · · · · · · · · · · · · · · · · · · · · · */
.modal-cover, .modal-container {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 8, 15, 0.85);
}

.modal-container {
  background: none;
  overflow: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.modal-box {
  position: absolute;
  top: 70px;
  left: 16%;
  right: 16%;
  margin-bottom: 70px;
  z-index: 10000;
  /* min-height: 600px;*/
  background-color: #e2e2e4;
}
@media screen and (max-width: 1066px) {
  .modal-box {
    left: 10%;
    right: 10%;
  }
}
@media screen and (max-width: 950px) {
  .modal-box {
    left: 5%;
    right: 5%;
  }
}

.modal-box-close {
  position: absolute;
  right: -30px;
  width: 30px;
  height: 29px;
  text-indent: -5000px;
  background: #00b7e4 url("../img/style/btn-close.png") no-repeat;
  cursor: pointer;
}
.modal-box-close:hover {
  background-color: #1b2b38;
}
@media screen and (max-width: 550px) {
  .modal-box-close {
    right: 0;
  }
}

.project-data {
  display: none;
}

.modal-box-header,
.modal-box-content {
  max-width: 612px;
  margin: 0 auto;
}

#modal-alert .modal-box {
  padding: 15px;
  padding-top: 0;
}
#modal-alert .modal-box-header,
#modal-alert .modal-box-content {
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
}
#modal-alert .modal-box-header {
  padding-top: 15px;
}
#modal-alert .modal-box-header h5 {
  margin-bottom: 0;
}

.modal-box-header {
  padding: 30px 0;
}
.modal-box-header .modal-box-header-icon,
.modal-box-header .modal-box-header-text {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 550px) {
  .modal-box-header .modal-box-header-icon h1,
  .modal-box-header .modal-box-header-text h1 {
    font-size: 25.2px;
    line-height: .9;
  }
}
.modal-box-header h1 {
  margin-bottom: 0;
  font-size: 37px;
  font-weight: 500;
}
.modal-box-header p.description {
  font-weight: bold;
  text-transform: uppercase;
}
.modal-box-header p {
  margin-bottom: 0;
}
@media screen and (max-width: 1066px) {
  .modal-box-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 550px) {
  .modal-box-header .modal-box-header-icon {
    width: 20%;
  }
  .modal-box-header .modal-box-header-text {
    width: 75%;
  }
  .modal-box-header .icon {
    zoom: .8;
    /* IE */
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform-origin: 0 -30px;
    -o-transform-origin: 0 -30px;
    -webkit-transform-origin: 0 -30px;
  }
}

.modal-box-content {
  padding-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 1066px) {
  .modal-box-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.modal-box-slider .sy-slide img {
  position: relative;
  z-index: 10;
}
.modal-box-slider .sy-slide:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 183, 228, 0.85);
}

.sy-pager li {
  margin-right: 7.5px;
}

.sy-pager li a {
  width: 9px;
  height: 9px;
  background-color: #00b7e4;
}

.sy-pager li.sy-active a {
  background-color: #1b2b38;
}

/* =================================================
*  #Helpers
================================================== */
.ml {
  margin-left: 40px !important;
}

.mr {
  margin-right: 40px !important;
}

.fl {
  float: left !important;
}

/* Float to the right  */
.fr {
  float: right !important;
}

/* Float to the left  */
.fn {
  float: none !important;
}

/* Remove floats  */
.tal {
  text-align: left !important;
}

/* Align text to left  */
.tac {
  text-align: center !important;
}

/* Align text to center  */
.tar {
  text-align: right !important;
}

/* Align text to right */
.nlm {
  margin-left: 0 !important;
}

.nrm {
  margin-right: 0 !important;
}

.nbm {
  margin-bottom: 0 !important;
}

/* No bottom margin */
.sbm {
  margin-bottom: 5px !important;
}

/* Small bottom margin */
.hbm {
  margin-bottom: 15px !important;
}

/* Half bottom margin */
.is-hidden {
  display: none !important;
}

/* Hidden element */
