/* ---------------------------------------------------------------------
   Base Styles
--------------------------------------------------------------------- */

html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #f9f9f9;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
}

@media (max-width: 480px) {
  body { text-align: center; }
}

.justified {
  text-align: justify;
}


/* Headings & Titles */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  color: #333;
}

#market-intelligence h1,
#market-intelligence h2,
#market-intelligence h3,
#market-intelligence h4,
#market-intelligence h5,
#market-intelligence h6,
#market-intelligence p {
    color: #444;
}

.li_user,
.li_world,
.li_paperplane,
.li_like{
  cursor: pointer;
}

.dropdown-menu {
  border-radius: 8px;
}

/* Paragraph & Typographic */

p {
  line-height: 28px;
  margin-bottom: 25px;
}

blockquote { border: 0 !important; }


/* Links */

a {
  color: #80bdf2;
  word-wrap: break-word;
}

a:hover,
a:focus {
  color: #5a86bf;
  text-decoration: none;
  outline: 0;

  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:before,
a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}


/* Bootstrap Modifications */

.btn-theme {
  background-color: #80bdf2;
  color: #fff;
}

.btn-theme:hover,
.btn-theme:focus {
  background-color: #5a86bf;
  color: #fff;
}


/* ---------------------------------------------------------------------
   Navigation
--------------------------------------------------------------------- */

.navbar {
  background-color: #fff;
  border-top: 3px solid #80bdf2;
}

.navbar .navbar-brand {
  font-size: 20px;
  font-weight: 700;
  color: #808080;
}

.navbar .navbar-brand:hover { color: #808080; }

.image-brand{
  background-image: url('../img/logobtech.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 40px;
  padding-top: 30px;
}

.navbar .navbar-brand span {
  background-color: #80bdf2;
  padding: 7px;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.navbar .navbar-right {
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

.navbar .navbar-right > li > a { color: #80bdf2; }

.navbar .navbar-right > li > a:hover,
.navbar .navbar-right > li > a:focus {
  color: #808080;
}

.navbar .navbar-right > li.active > a,
.navbar .navbar-right > li.active > a:hover,
.navbar .navbar-right > li.active > a:focus {
  background-color: transparent;
  color: #808080;
}

@media (min-width: 767px) {
  .navbar {
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
  }

  .top-nav-collapse { padding: 0; }
}


/* ---------------------------------------------------------------------
   Slit Slider
--------------------------------------------------------------------- */

.sl-slider-wrapper {
  width: 800px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.sl-slider {
  position: absolute;
  top: 0;
  left: 0;
}


/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sl-slide { z-index: 1; }

@media (max-width: 480px) {
  .slider .sl-slider h2,
  .slider .sl-slider blockquote,
  .slider .sl-slider blockquote cite {
    padding: 0;
  }

  .slider .sl-slider h2 {
    font-size: 30px;
    padding-top: 50px;
  }

  .slider .sl-slider blockquote { padding-top: 10px; }
}

@media (max-width: 768px) {
  .slider .sl-slider h2 {
    padding-top: 0;
    padding-top: 110px;
  }
}


/* The duplicate parts/slices */

.sl-content-slice {
  overflow: hidden;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity : 1;
}


/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
  width: 100%;
  height: 50%;
  left: -200px;
  -webkit-transform: translateY(0%) scale(1);
  -moz-transform: translateY(0%) scale(1);
  -o-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
  top: -200px;
  padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
  top: 50%;
  padding: 0px 200px 200px 200px;
}


/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
  width: 50%;
  height: 100%;
  top: -200px;
  -webkit-transform: translateX(0%) scale(1);
  -moz-transform: translateX(0%) scale(1);
  -o-transform: translateX(0%) scale(1);
  -ms-transform: translateX(0%) scale(1);
  transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
  left: -200px;
  padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
  left: 50%;
  padding: 200px 200px 200px 0px;
}


/* Content wrapper. Width and height are set dynamically */

.sl-content-wrapper { position: absolute; }

.sl-content {
  width: 100%;
  height: 100%;
  background: #fff;
}


/* Default styles for background colors */

.sl-slide-horizontal .sl-slide-inner { background: #ddd; }

.sl-slide-vertical .sl-slide-inner { background: #ccc; }


/* ---------------------------------------------------------------------
   Wrap Sections
--------------------------------------------------------------------- */

#market-intelligence {
  margin-top: 30px;
}


/* Intro Wrap */

.introwrap {
  text-align: center;
  background: #80bdf2;
}


/* About Wrap */

.aboutwrap hr,
.serviceswrap hr {
  padding-bottom: 80px;
  width: 500px;
}

.aboutwrap {
  background-color: #fff;
    padding-top: 80px;
}

.aboutwrap h4 {
  font-weight: 700;
}

.aboutwrap span {
  font-size: 44px;
  vertical-align: middle;
  color: #80bdf2;
}

.aboutwrap .spacer {
  background-color: #80bdf2;
  padding-top: 60px;
}

.aboutwrap .spacer h2,
.aboutwrap .spacer h4,
.aboutwrap .spacer h6 {
  color: #fff;
}
.business .aboutwrap .only-smartphone {
  display: none;
}
.business .aboutwrap ul {
  padding-left: 0;
}

@media (max-width: 480px) {
  .aboutwrap hr,
  .serviceswrap hr,
  .contactwrap .mapwrap hr {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .business .aboutwrap .only-smartphone {
    display: block !important;
  }
  .aboutwrap .no-in-smartphone {
    display: none;
  }
  .aboutwrap .feat-icon {
    display: none;
  }
  .aboutwrap .text-center h3 {
    margin-bottom: 5px;
    text-align: center;
    font-size: 22px;
  }
}


/* Services Wrap */

.serviceswrap {
  background-color: #f9f9f9;
  padding-top: 80px;
}

.serviceswrap h2,
.serviceswrap h4 {
  text-align: center;
}

.serviceswrap .icons span {
  font-size: 60px;
  color: #80bdf2;
  vertical-align: middle;
}


.services{
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/service.png');
  background-position: center;
  height: 100px;
  margin-bottom: 30px;
}

.team{
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/team.png');
  background-position: center;
  height: 100px;
  margin-bottom: 30px;
}

.solution{
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/solution.png');
  background-position: center;
  height: 100px;
  margin-bottom: 30px;
}

.enterprise{
  background-repeat: no-repeat;
  background-image: url('../img/rocketpin.png');
  background-position: center;
  height: 100px;
  margin-bottom: 30px;
}

.competititve{
  background-repeat: no-repeat;
  background-image: url('../img/rocketcustom.png');
  background-position: center;
  height: 100px;
  margin-bottom: 30px;
}

.elab{
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/icon-elab.png');
  background-position: center;
  height: 60px;
  margin-bottom: 20px;
  cursor: pointer;
}

.enterprise-systems{
  background-repeat: no-repeat;
  background-image: url('../img/obsmotor.png');
  background-position: center;
  height: 100px;
  margin-bottom: 30px;
}
.people{
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/personacasco.png');
  background-position: center;
  height: 60px;
  margin-bottom: 20px;
}
.estrategy{
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/estrategias.png');
  background-position: center;
  height: 60px;
  margin-bottom: 20px;
}

section.aboutwrap .row a h4:hover {
  color: #6D8CA7 !important;
}

/* Clients Wrap */

.clientswrap {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 80px;
}

/*
========================================
  Images Definition
========================================
*/

.client-container {
  display: flex;
  align-items: center;
}

.img-clients{
  display: flex;
  align-items: center;
  max-width: 100%;
  max-width: 200px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 10%;
  /*cursor: pointer;*/
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
}

.img-clients:hover{
  opacity: 1;
  -webkit-filter: grayscale(0%);
}
/*
  Clients
*/
#time-tracking{background-image: url('../img/tt.png');}
#running-academy{background-image: url('../img/adidas.png');}
#santillana{background-image: url('../img/logo-santillana.png');}
#phillips{background-image: url('../img/phillips.png');}
#desafio-bullyng{background-image: url('../img/fdnmb.png');}
#gentile{background-image: url('../img/gentile.png');}
#estoy-online{background-image: url('../img/eo.png');}
#godelius {background-image: url('../img/godelius.png');}
#agrosuper {background-image: url('../img/agrosuper.png');}
#elab{background-image: url('../img/elab.png');}
#chr{background-image: url('../img/chr.png');}
#breden_master {background-image: url('../img/clientes/breden.png');}
#bimbo {background-image: url('../img/clientes/bimbo.png');}
#finning {background-image: url('../img/clientes/finning.png');}
#santa_rita {background-image: url('../img/clientes/santarita.png');}
#mars {background-image: url('../img/clientes/mars.png');}
#lab_chile {background-image: url('../img/clientes/laboratorio.png');}
#wom {background-image: url('../img/clientes/wom.png');}
#garden_house {background-image: url('../img/clientes/garden.png');}
/* Contact Wrap */

.contactwrap {
    background: #fff;
}

.contactwrap .mapwrap {
  background: url(../img/map.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 450px;
}

.contactwrap .mapwrap h2 {
  font-size: 50px;
  padding-top: 160px;
  color: #fff;
}

.contactwrap .mapwrap hr {
  width: 500px;
  border-width: 3px;
}

.contactwrap i {
  color: #80bdf2;
}

/* Notifie */
.cg-notify-message.inspinia-notify {
  background: #fff;
  padding: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
  border: none ;
  margin-top: 30px;
  left: 55%;
  width: 50%;
  color: inherit;
}
.inspinia-notify.alert-warning {
  border-left: 6px solid #f8ac59;
}
.inspinia-notify.alert-success {
  border-left: 6px solid #1c84c6;
}
.inspinia-notify.alert-danger {
  border-left: 6px solid #ed5565;
}
.inspinia-notify.alert-info {
  border-left: 6px solid #1ab394;
}

.p-lg {
  padding: 30px;
}

@media (max-width: 480px) {
  .contactwrap #social a {
    display: inline-block;
    float: none;
  }

  .contactwrap .mapwrap h2 {
    font-size: 26px;
  }
}


/* Footer Wrap */

.footerwrap {
  background-color: #222;
  padding-top: 80px;
    color: #808080;
}

.footerwrap h4 {
  color: #808080;
}

.footerwrap i {
  color: #80bdf2;
  padding-right: 10px;
}


/* Copyrght Wrap */

.copywrap {
  font-size: 14px;
  background-color: #333;
  color: #fff;
  padding-top: 30px;
}

.copywrap a {
  color: #fff;
  padding: 0 10px;
}

.copywrap a:hover,
.copywrap a:focus {
  color: #80bdf2;
}

@media (max-width: 480px) {
  .copywrap { padding-bottom: 20px; }
}


/* ---------------------------------------------------------------------
   404 Error Page
--------------------------------------------------------------------- */

.error-page {
  border-top: 3px solid #80bdf2;
}

.error-page h1 {
  font-size: 90px;
}

.error-page img {
  display: table;
  margin: 0 auto;
}


/* ---------------------------------------------------------------------
   IE 10 in Windows 8 and Windows Phone 8 fix
--------------------------------------------------------------------- */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
