/*
Theme Name: inacatalog theme
Theme URI: http://www.pimpamestudio.com
Author: pimpamestudio
Author URI: https://www.pimpamestudio.com/
Version: 1.0
*/
/* --------------------------------------------------------------
OVERRIDE BOOTSTRAP
-------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,100,900);
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
}
input[type=text],
input[type=email],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 3px;
}
a {
  outline: 0;
}
a:hover, a:active, a:focus {
  outline: 0;
}
.modal.fade .modal-dialog{
z-index:10000;
}
/*.modal-dialog { Quitado por el modal de youtube, si se pone se descentra
    margin-left: -419px;
    margin-top: 20px;
    left: 50%;
}*/
del{text-decoration: none; background-color: rgba(139,172,184,0.4);}
.breadcrumb{text-align: center;}
  .breadcrumb li a{color: #4f8693;}
.container {
  padding: 0 15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 0 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4 {
  min-height: 1px; 
  position: relative;
  padding: 0 10px;

}
.col-xs-2dot4 {
  float: left;
  width: 20%;
}
.tooltip-inner {
  font-size: 10px;
  background: #fff;
  color: #333;
  text-transform: uppercase;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #ffffff;
}
a.btn-link,
.btn-link {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  border-color: #fff;
  padding: 7px 30px 6px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
a.btn-link:hover,
.btn-link:hover {
  border-color: #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  text-decoration: none;
}
a.btn-link2,
.btn-link2 {
  color: #4f8693;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  border-color: #4f8693;
  padding: 7px 30px 6px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
a.btn-link2:hover,
.btn-link2:hover {
  border-color: #4f8693;
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  text-decoration: none;
}
/*.form-control:focus{border-color:#BCD530;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(188,213,48,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(188,213,48,0.6);
}*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*font face*/
/*fonts*/
.base {
  font-size: 15px;
  line-height: 140%;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.italic {
  font-style: italic;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
.center {
  text-align: center;
}
/*botones*/
.btn,
a.btn-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  padding: 10px 20px;
  background: none;
}
.btn-default {
  border-color: #394044;
}
.btn-default.hvr-fade:hover {
  border-color: #394044;
  background: #394044 !important;;
}
.btn-default.hvr-fade:before,
.btn-default.hvr-fade:before {
  background: #394044 !important;;
}
.btn-primary {
  border-color: #8babb8;
  color: #8babb8;
}
.btn-primary.hvr-fade:hover {
  border-color: #8babb8;
  background: #4f8693 !important;
}
.btn-primary.hvr-fade:before,
.btn-primary.hvr-fade:before {
  background: #4f8693 !important;
}
.btn-danger {
  color: #c8764f;
  border-color: #c8764f;
}
.btn-danger.hvr-fade:hover{background: #c8764f  !important;}
.btn-danger.hvr-fade:before,
.btn-danger.hvr-fade:before {
  background: #c8764f  !important;
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4f8693;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  /*background: #394044 !important;*/
  color: white;
}
.boton_empieza{margin-top: 170px;}
/*animations*/
.wp0 {
  visibility: visible !important;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -0-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.wp1 {
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -0-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.wp0,
.wp1,
.wp2,
.wp3,
.wp4,
.wp5,
.wp6,
.wp7,
.wp8,
.wp9,
.wp10,
.wp11,
.wp12,
.wp13,
#block-04 {
  visibility: hidden; /*#block-02,*/
}
.wp0.animated,
.wp1.animated,
.wp2.animated,
.wp3.animated,
.wp4.animated,
.wp5.animated,
.wp6.animated,
.wp7.animated,
.wp8.animated,
.wp9.animated,
.wp10.animated,
.wp11.animated,
.wp12.animated,
.wp13.animated,
#block-02.animated,
#block-04.animated {
  visibility: visible;
}
.wp8,
.wp9,
#block-04{visibility: visible !important;}
.wh100 {
  width: 100%;
  height: 100%;
}
.fluid {
  height: auto;
  overflow: visible;
}
.fixed {
  position: fixed;
  width: 100%;
}
.ib {
  display: inline-block;
}
.rel {
  position: relative;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
  overflow: hidden;
}
.indent {
  text-indent: -9999px;
  font-size: 0;
}
.cleared {
  content: '';
  display: block;
  clear: both;
}
.tablex {
  width: 100%;
  height: 100%;
  display: table;
}
.tablex .cell {
  width: 100%;
  height: 100%;
  display: table-cell;
}
.tablex .vm {
  vertical-align: middle;
}
.tablex .vt {
  vertical-align: top;
}
.tablex .vb {
  vertical-align: bottom;
}
/*lists*/
.clearul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clearli {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
}
/*titles*/
.title {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  margin-bottom: 0;
  font-size: 24px;
  margin: 0;
  font-weight: 400;
}
.subtitle {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  margin-bottom: 0;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}
body {
  font-size: 15px;
  line-height: 140%;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #727478;
}
.body {
  overflow-x: hidden;
}
.container {
  max-width: 100%;
}
/* --------------------------------------------------------------
HEADER
-------------------------------------------------------------- */
.bx-wrapper{box-shadow: none;}
.front{font-family: 'Lato', sans-serif;}
.modal-dialog{
  width:90%!important;
  max-width:1200px!important;
}
#YouTubeModalBody{
  margin-bottom: -5px !important;
  position: relative; 
    padding-bottom: 56.25%!important;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
#YouTubeModalDialog iframe{
  margin: 0px !important; left: -1px; border-radius: 0px !important;
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 18px 0;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  top: 0;
}
#header .container {
  width: 100%;
  max-width: 1530px;
  position: relative;
  z-index: 1;
}
.scroll #header {
  padding: 10.5px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.scroll #header #topMenu {
  display: none;
}
.scroll #header #logo {
  width: 42px;
  overflow: hidden;
  height: 41px;
}
.scroll #header #logo img {
  margin-top: -18px;
}
.scroll #header:after {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
#header:after {
  content: "";
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#logo {
  float: left;
}
#topMenu {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  margin: 0 -18.5px 25px;
}
#topMenu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  display: inline-block;
  float: left;
  padding: 0 18.5px;
  position: relative;
}
#topMenu a {
  color: #394044;
  font-size: 13px;
  font-weight: 400;
}
#topMenu li:before {
  content: "";
  display: inline-block;
  background: #394044;
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: -1px;
  width: 1px;
  height: 10px;
}
#topMenu li.first:before {
  display: none;
}
#topMenu li.last a:after {
  width: 5px;
  height: 8px;
  background-image: url(img/ico/ico.png);
  background-position: 0 0;
  display: inline-block;
  content: "";
  float: right;
  position: relative;
  margin-left: 10px;
  top: 8px;
}
#topMenu:after {
  content: '';
  display: block;
  clear: both;
}
/* --------------------------------------------------------------
HOME
-------------------------------------------------------------- */
  .typed-cursor{
    display: none !important;
}
.cajas_home{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeedf2+57,ffffff+100 */
  background: #eeedf2;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1NyUiIHN0b3AtY29sb3I9IiNlZWVkZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #eeedf2 6%, #ffffff 34%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #eeedf2), color-stop(34%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeedf2 6%, #ffffff 34%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeedf2 6%, #ffffff 34%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeedf2 6%, #ffffff 34%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeedf2 6%, #ffffff 34%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeedf2', endColorstr='#ffffff', GradientType=0);
  /* IE6-8 */
  padding-top: 100px; text-align: center; padding-bottom: 50px;
}
  .cajas_home h3{font-size: 34px; font-weight: 300; padding-bottom: 15px; height: 90px;}
  .cajas_home p{font-size: 16px; color: #000; padding: 0 40px; margin-bottom: 50px; height: 90px;}
  .cajas_home .botones_cajas{margin-bottom: 50px;}
  .cajas_home a:hover{text-decoration: none;}
    .cajas_home a button{border: 1px solid #82a1af; display: block; margin: 0 auto; margin-bottom: 10px; color: #82a1af; width: 210px;}
    .cajas_home a button:hover{color: #fff; background: #82a1af !important;}
.cont-imgs-move{position: relative;}
.img-base{position: relative; z-index: 100;}
.img-izquierda{position: absolute; left: 50%;  margin-left: -301px; bottom: 130px;}
.img-derecha{position: absolute; right: 50%; margin-right: -301px; bottom: 130px;}
.move-iz{bottom: 130px !important; margin-left: -705px;}
.move-der{bottom: 130px !important; margin-right: -705px;}
.cont-imgs-move img{
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#banner {
  padding: 175px 0 20px 0;
  text-align: center;
  background-size: cover;
  background-position: bottom center;
}
#banner h1 {
  text-align: center;
  font-weight: 300;
  font-size: 41px;
  color: #000;
  margin: 0 0 50px;
}
#banner h1 span {
  display: block;
  min-height: 45px;
}
#banner h1 span.txt_home_titular{
  font-size: 26px;
}
#banner .play {
  margin: 0 0 50px;
}
#banner img {
  max-width: 100%;
}
.objetivos-recursos{text-align: left;}
.play {
  display: inline-block;
  position: relative;
}
.play a {
  display: block;
  width: 105px;
  height: 105px;
  background-color: #227587;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  font-size: 0;
  position: relative;
}
.play a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 36px;
  right: auto;
  bottom: auto;
  left: 43px;
  z-index: 5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 15px 24px;
  border-color: transparent transparent transparent #fff;
}
.play:before {
  content: "";
  display: inline-block;
  border: 0px solid #227587;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 105px;
  height: 105px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.play:hover:before {
  border: 2px solid #868686;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.2);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.2);
  transition: all 200ms ease-in;
  transform: scale(1.2);
}
#YouTubeModal{
  z-index: 999999;
}
#YouTubeModal .modal-header{display: none;}
#YouTubeModal #YouTubeModalBody iframe{margin: 0px;}
.app-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
.app-links li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  display: inline-block;
  padding: 0 14px;
}
.app-links a {
  display: inline-block;
  /*background: url(img/ico/apps.png);*/
  height: 38px;
  /*text-indent: -9999px;*/
  font-size: 0;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.app-links a:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.app-links .gp {
  width: 116px;
  background-position: -280px 0;
}
.app-links .as {
  width: 115px;
  background-position: -150px 0;
}
.app-links .ws {
  width: 141px;
  background-position: 0 0;
}
#block-01 {
background: #fff;
}
#block-01 .block-title {
  margin: 0 0 70px;
}
.block-title {
  margin: 0;
  color: #303030;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
.block-title span {
  display: block;
  font-size: 29px;
  color: #777a7d;
  margin-top: 10px;
}
.reason-block {
  text-align: center;
  margin: 0 0 60px;
}
.reason-block .img {
  margin: 0 0 20px;
}
.reason-block img {
  max-width: 100%;
}
.reason-block h4 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 400;
  color: #3d4246;
}
.reason-block p {
  margin: 0px 40px;
  color: #3d4246;
}
#block-02 {
  background-color: #f9f7f8;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  overflow: hidden;
}
#block-02 .bx-controls {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 140px;
  left: auto;
  width: 100%;
  padding-left: 50%;
  z-index: 100;
}
#block-02 .bx-pager {
  padding-left: 55px;
}
#block-02 .bx-pager-item {
  display: inline-block;
}
#block-02 .bx-pager-item a {
  display: inline-block;
  float: left;
  width: 7px;
  height: 7px;
  border: 1px solid #97989A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  font-size: 0;
  margin-right: 9px;
}
#block-02 .bx-pager-item a.active {
  border-color: #384043;
  background-color: #384043;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
#block-02 .btn-default {
  margin-right: 12px;
}
.instalaciones #block-02 .bx-controls{
  padding-left: 0px;
  text-align: center;
  margin-top: 10px;
}
.instalaciones #block-02 .bx-pager{
  padding-left: 0px;
}
ul.slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.slider li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
}
ul.slider li:after {
  content: '';
  display: block;
  clear: both;
}
ul.slider .img {
  padding: 90px 0 100px 60px;
}
ul.slider .img img {
  max-width: 100%;
}
ul.slider .content {
  padding: 245px 0 0 40px;
}
ul.slider .block-title {
  text-align: left;
  margin: 0 0 35px;
  position: relative;
}
ul.slider .block-title:before {
  width: 76px;
  height: 76px;
  background-image: url(img/ico/ico.png);
  background-position: 0 0;
  display: inline-block;
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 100%;
  left: 0;
  background: url(img/ico/a.png);
  margin-bottom: 35px;
}
.instalaciones ul.slider .block-title:before {
  display: none !important;
}
ul.slider .block-title span {
  color: #4f8693;
  font-weight: 400;
  font-size: 25px;
  margin-top: 5px;
}
ul.slider p {
  margin: 0 0 20px;
}
#block-03 {
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 85px 0;
}
#block-03 .block-title {
  margin: 0 0 30px;
  position: relative;
}
#block-03 p {
  margin: 0px 490px 30px;
}
#block-03 .intro {
  text-align: center;
  margin: 0 0 10px;
}
.mapa {
  display: inline-block;
  margin: 0 80px 0 -80px;
  float: left;
}
.info {
  display: inline-block;
  padding: 40px 0 0 0;
  width: 310px;
}
.info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.info li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
}
.info li + li {
  margin-top: 45px;
}
.info h4 {
  font-weight: 300;
  font-size: 25px;
  margin: 0 0 28px;
}
.info p {
  margin: 0 0 20px!important;
  color: #abbd4a;
  font-size: 50px;
  font-weight: 300;
}
.prog {
  display: inline-block;
  width: 100%;
  height: 8px;
  background: #ECECEC;
}
.prog span {
  display: inline-block;
  height: 8px;
  background-color: #40726f;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  float: left;
  width: 0%;
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
}
.val-1 .prog.visible span {
  width: 41.935%;
}
.val-2 .prog.visible span {
  width: 69.35%;
}
.val-3 .prog.visible span {
  width: 96.75%;
}
#block-04 {
  background-color: #f9f7f8;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  margin: 0 0 65px;
}
#block-04 .bx-controls {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 10px;
  left: auto;
  width: 41%;
  margin-left: 50%;
  text-align: center;
  float: right;
}
#block-04 .bx-pager-item {
  display: inline-block;
}
#block-04 .bx-pager-item a {
  display: inline-block;
  float: left;
  width: 7px;
  height: 7px;
  border: 1px solid #97989A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  font-size: 0;
  margin-right: 9px;
}
#block-04 .bx-pager-item a.active {
  border-color: #384043;
  background-color: #384043;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.slider01 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider01 .row > div {
  padding: 0;
}
.slider01 li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
}
.slider01 img {
  max-width: 100%;
}
.slider01 .content {
  /*padding: 100px 200px 0 0;*/
    left: 50%;
    margin-left: -250px;
    padding-top: 150px;
    position: absolute;
    width: 500px;
}
.slider01 .content > div {
  text-align: center;
}
.slider01 .content > div h3 {
  margin: 0 0 15px;
  color: #4f8693;
  font-size: 28px;
}
.slider01 .content > div p {
  font-weight: 300;
  font-size: 20px;
  color: #000;
}
.slider01 h4 {
  color: #000;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  line-height: 50px;
  margin: 0 0 80px;
}
.slider01 h4 span {
  display: block;
}
#block-05 .sub-title {
  margin: 10px 0 85px;
}
.sub-title {
  text-align: center;
  font-size: 25px;
  color: #4f8693;
  font-weight: 400;
  margin: 10px 0 0 0;
}
.cases {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: -50px;
}
.cases li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  display: inline-block;
  float: left;
  width: 16.66666%;
  margin-bottom: 50px;
}
.cases:after {
  content: '';
  display: block;
  clear: both;
}
/* --------------------------------------------------------------
QUE ES
-------------------------------------------------------------- */
.page-que-es #topMenu a {
  color: #fff;
}
.page-que-es #topMenu li:before {
  background: #fff;
}
.page-que-es #topMenu li.last a:after {
  background-position: -150px 0;
}
.page-que-es #header:after {
  background: #858585;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.page-que-es.scroll #header:after {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.page-que-es #banner {
  background-color: #3d4e56;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 1800px;
  padding-top: 240px;
  margin-bottom: 120px;
}
.page-que-es #banner h1 {
  color: #ffffff;
  background: -webkit-linear-gradient(360deg, #fff 25%, #4f8693 59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 58px;
  margin: 0 0 35px;
}
.page-que-es #banner p {
  color: #fff;
  font-size: 20px;
  line-height: 150%;
  margin: 0 0 25px;
}
.page-que-es #banner p a {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  position: relative;
}
.page-que-es #banner p a:after {
  content: ">";
  position: absolute;
  top: -4.5px;
  right: auto;
  bottom: auto;
  left: 100%;
  margin-left: 9px;
}
.page-que-es #banner .block {
  margin: 110px 0 65px;
  color: #fff;
}
.page-que-es #banner .block img {
  margin: 0 0 45px;
}
.page-que-es #banner .block h3 {
  font-weight: 300;
  margin: 0 0 25px;
  font-size: 30px;
}
.page-que-es #banner .block p {
  margin: 0 40px;
  font-size: 15px;
}
.page-que-es #banner a.btn-link {
  width: 171px;
  font-size: 14px;
  padding: 11px 20px;
}
.page-que-es #banner a.btn-link:hover {
  /*color: #394044;*/
  color: #fff;
}
.page-que-es #banner a.btn-link:hover:before {
  background: #fff;
}
.page-que-es #footer {
  margin-top: 0;
}
#que-block-01 {
  max-width: 895px;
  margin: 0 auto 125px;
  text-align: center;
  color: #444f56;
  position: relative;
}
#que-block-01 .container {
  padding: 0 30px;
}
#que-block-01 .row {
  margin: 0 -30px;
}
#que-block-01 .row > div {
  padding: 0 30px;
}
#que-block-01 img {
  margin: 0 0 30px;
}
#que-block-01 h3 {
  margin: 0 0 20px;
  font-weight: 300;
  font-size: 30px;
}
#que-block-01 p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
#que-block-01 .wp4 .block {
  padding: 0 0 47px;
  border-bottom: 2px solid #E8EAE9;
  margin: 0 0 30px;
}
#que-block-01 .wp3 .block {
  padding-bottom: 25px;
}
#que-block-01:after {
  content: "";
  width: 2px;
  height: 47%;
  background-color: #e8eae9;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -1px;
}
#que-block-01:before {
  content: "";
  width: 2px;
  height: 47%;
  background-color: #e8eae9;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
#que-block-02 .container-fluid {
  padding: 0;
}
#que-block-02 .container-fluid > .row > div:first-child {
  background-color: #8bacb8;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
#que-block-02 .container-fluid > .row > div:last-child {
  background-color: #f9f7f8;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.form-block {
  padding: 85px 80px;
}
.top-form {
  margin: 0 0 60px;
}
.top-form h3 {
  margin: 0;
  position: relative;
  font-weight: 300;
  color: #394044;
  font-size: 35px;
}
.top-form h3:before {
  width: 60px;
  height: 78px;
  background-image: url(img/ico/ico.png);
  background-position: 0 0;
  display: inline-block;
  content: "";
  background: url(img/ico/contacta.png);
  float: left;
  margin-right: 17px;
  position: relative;
  top: -8px;
}
.top-form h3 span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  margin-left: 47px;
  line-height: 160%;
  position: relative;
  top: 9px;
}
.top-form h3 span:before {
  content: "";
  background-color: #394044;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  width: 1px;
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: -23px;
  height: 60px;
}
.top-form:after {
  content: '';
  display: block;
  clear: both;
}
.form-content label {
  color: #fff;
  font-weight: 400;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 700;
}
.form-content .form-group {
  margin: 0 0 20px;
  overflow: hidden;
}
.form-content .form-group small{
	color: #fff;
    float: left;
    font-size: 70%;
    margin-top: 10px;
    width: 65%;
}
.form-content .numeric-control{width: 60px; float: right;}
.form-content .form-control {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #d1dee3;
  height: 40px;
  font-weight: 400;
}
.form-content .form-control:focus {
  box-shadow: 0 0 0 #fff;
}
.form-content textarea.form-control {
  height: 75px;
  resize: none;
  overflow: auto;
}
.form-content .form-actions {
  padding-top: 10px;
}
.go {
  padding: 85px 80px;
}
.go p {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px;
  line-height: 150%;
}
.go p a {
  color: #4f8693;
  position: relative;
}
.go p a:after {
  content: ">";
  position: absolute;
  top: -1px;
  right: auto;
  bottom: auto;
  left: 100%;
  margin-left: 4px;
}
.go .btn-danger {
  margin: 0 0 0 15px;
}
.go .btn {
  margin-bottom: 35px;
}
.top-go {
  margin: 0 0 95px;
}
.top-go h3 {
  margin: 0;
  position: relative;
  font-weight: 300;
  color: #394044;
  font-size: 35px;
}
.top-go h3:before {
  width: 90px;
  height: 67px;
  background-image: url(img/ico/ico.png);
  background-position: 0 0;
  display: inline-block;
  content: "";
  background: url(img/ico/go.png);
  float: left;
  margin-right: 17px;
  position: relative;
  top: -2px;
}
.top-go h3 span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  margin-left: 47px;
  line-height: 160%;
  position: relative;
  top: 9px;
}
.top-go h3 span:before {
  content: "";
  background-color: #394044;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  width: 1px;
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: -23px;
  height: 60px;
}
.top-go:after {
  content: '';
  display: block;
  clear: both;
}
.links-apps {
  padding: 34px 0 0 0;
}
.links-apps ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -11px;
}
.links-apps ul:after {
  content: '';
  display: block;
  clear: both;
}
.links-apps li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  float: left;
  padding: 0 11px;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.links-apps li:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.imagen_animada{position: relative;}
  .img-animada{position: absolute; opacity: 1 !important;}
/* --------------------------------------------------------------
VENTAJAS
-------------------------------------------------------------- */
.page-ventajas{font-family: 'Lato';}
.page-ventajas #banner {
  padding: 0;
}
.page-ventajas #banner > img {
  width: 100%;
  max-height: 525px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
.page-ventajas #footer {
  margin-top: 0;
}
.top-vnt {
  background: #fafafa;
  padding: 55px 15px 0;
  margin: 0 0 120px;
}
.top-vnt .block-title {
  margin-bottom: 45px;
}
.top-vnt #bx-pager {
  text-align: center;
  margin: 0 -40px;
}
.top-vnt #bx-pager a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  color: #4f8693;
  text-decoration: none;
  padding: 0 0 20px;
  margin: 0 40px;
}
.top-vnt #bx-pager a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
  height: 3px;
  width: 66px;
  background-color: #4f8693;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  margin: -3px 0 0 -33px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  top: 85%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.top-vnt #bx-pager a:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  top: 100%;
}
.top-vnt #bx-pager a.active:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  top: 100%;
}
.pos {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;/*90*/
  height: 100%;
}
.ventajas-slider li:after {
  content: '';
  display: block;
  clear: both;
}
.ventajas-slider li > div {
  position: relative;
}
.ventajas-slider li > div:after {
  content: '';
  display: block;
  clear: both;
}
.ventajas-slider li .inline {
  display: inline-block;
}
.ventajas-slider .img01 {
  float: left;
  visibility: hidden;
}
.ventajas-slider .img01.animated {
  visibility: visible;
}
.ventajas-slider .vntBg {
  display: block;
  margin: 80px auto 0;
  clear: both;
  float: left;
  text-align: center;
  visibility: hidden;
}
.ventajas-slider .vntBg > img {
  max-width: 100%;
  height: auto;
}
.ventajas-slider .vntBg.animated {
  visibility: visible;
}
.ventajas-slider h3 {
  margin: 0 0 40px;
  font-size: 35px;
  font-weight: 300;
}
.ventajas-slider h3 span {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #4f8693;
  margin-top: 7px;
}
.ventajas-slider p {
  margin: 0;
}
.page-ventajas .bx-wrapper{margin-bottom: 60px;}
#blueBg {
  padding: 40px 15px;
  margin: 60px 0 0;
  color: #fff;
  background-color: #4f8693;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
#blueBg h3 {
  color: #fff;
}
#blueBg h3 small{
  color: #fff;
  font-size: 18px;
  }
.panel {
  box-shadow: 0px!important;
}
.panel-group {
  margin: 75px 0 135px 0;
  border-bottom: 1px solid #e4e4e4;
  box-shadow: 0px;
}
.panel-group .panel {
  border-top: 1px solid #e4e4e4;
  border-radius: 0px!important;
  margin-top: 0px!important;
}
.panel-group .panel-title {
  position: relative;
  padding: 30px 0;
}
.panel-group .panel-title a {
  display: inline-block;
  padding: 0 30px 0 150px;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}
.panel-group .panel-title span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #4f8693;
  margin-top: 5px;
}
.panel-group .panel-title img {
  position: absolute;
  top: 35px;
  right: auto;
  bottom: auto;
  left: 20px;
}
.panel-group .panel-title:after {
  content: '';
  display: block;
  clear: both;
}
.panel-group .panel-title a:before {
  width: 27px;
  height: 16px;
  background-image: url(img/ico/ico.png);
  background-position: -200px 0;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  margin-top: -8px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.panel-group .panel-title a.collapsed:before {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #e4e4e4;
  padding: 50px 15px 50px 40px;
}
.panel-group .panel-heading + .panel-collapse .panel-body .row .col-sm-6:first-child {
  padding-right: 80px;
}
.panel-group .panel-heading + .panel-collapse .panel-body .row .col-sm-6:last-child {
  text-align: right;
}
.panel-group .panel-heading + .panel-collapse .panel-body img {
  max-width: 100%;
}
#contacta {
  margin: 0 0 135px;
  text-align: center;
}
#contacta h3 {
  margin: 0;
  position: relative;
  font-weight: 300;
  color: #394044;
  font-size: 35px;
  display: inline-block;
}
#contacta h3:before {
  width: 79px;
  height: 62px;
  background-image: url(img/ico/ico.png);
  background-position: 0 0;
  display: inline-block;
  content: "";
  background: url(img/ico/contacta2.png);
  float: left;
  margin-right: 45px;
  position: relative;
  top: 4px;
}
#contacta h3 span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  margin-left: 47px;
  line-height: 160%;
  position: relative;
  padding: 20px 0;
  top: 0px;
}
#contacta h3 span:before {
  content: "";
  background-color: #394044;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  width: 1px;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: -23px;
  height: 100%;
}
#contacta h3 .btn {
  margin-top: 12px;
  margin-left: -55px;
}
#contacta h3 span a.lnk {
  font-weight: 700;
  color: #c8764f;
}
#contacta h3 em {
  font-style: normal;
  position: relative;
  top: -27px;
}
#contacta:after {
  content: '';
  display: block;
  clear: both;
}
.top-vnt form {
  max-width: 715px;
  position: relative;
  margin: 0 auto;
  padding: 0 78px 45px 0;
}
.top-vnt .form-group {
  margin: 0;
}
.top-vnt .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  box-shadow: 0 0 0 #fff;
  border: 0;
  height: 56px;
  font-size: 20px;
  font-weight: 300;
}
.top-vnt button {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 46px;
  height: 46px;
  background-image: url(img/ico/ico.png);
  background-size: 350px;
  background-position: -250px 0;
  display: inline-block;
  border: 0;
  background-color: transparent;
  text-indent: -9999px;
  font-size: 0;
}
#search-results {
  margin: 0 0 120px;
}
#search-results .col-sm-4:nth-child(4n+1):after {
  content: "";
  position: absolute;
  top: 15px;
  right: auto;
  bottom: 15px;
  left: 0;
  width: 1px;
  background: #e4e4e4;
  display: inline-block;
}
#search-results .col-xs-12 {
  text-align: center;
}
#search-results .col-xs-12 a {
  display: inline-block;
  color: #4f8693;
  margin: 50px 0 0 0;
  font-weight: 700;
  font-size: 15px;
  position: relative;
}
#search-results .col-xs-12 a:after {
  content: ">";
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: 100%;
  margin-left: 5px;
}
.result {
  padding: 60px 45px 65px;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}
.result .img {
  height: 50px;
  margin: 0 0 40px;
  padding: 0 5px;
}
.result .img img {
  max-width: 100%;
}
.result h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  line-height: 160%;
  min-height: 75px;
  margin-top: 10px;
}
.result h3 .highlight {
  display: inline-block;
  background: #4f8693;
  color: #fff;
  padding: 0 5px;
  margin: 0 3px 0 0;
}
.result h3 .line:before {
  content: "|";
  display: inline-block;
  font-size: 13px;
  position: relative;
  top: -1px;
  margin: 0 4px 0 1px;
}
.result:after {
  content: "";
  position: absolute;
  top: 15px;
  right: auto;
  bottom: 15px;
  left: 100%;
  width: 1px;
  background: #e4e4e4;
  display: inline-block;
}
#contacta-02 {
  margin: 0 0 120px;
  text-align: center;
}
#contacta-02 .block-title {
  margin: 0 0 20px;
}
#contacta-02 p {
  margin: 0 0 70px;
  font-size: 20px;
  font-weight: 400;
}
/* --------------------------------------------------------------
CONTACTO
-------------------------------------------------------------- */
.page-contacto #banner {
  min-height: 1090px;
}
.page-contacto #banner p {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  line-height: 150%;
}
.page-contacto #banner p + p {
  margin-top: 40px;
}
.page-contacto #banner p + p a {
  color: #444f56;
  position: relative;
  font-weight: 700;
  font-size: 15px;
}
.page-contacto #banner p + p a:after {
  content: ">";
  position: relative;
  font-weight: 400;
  position: absolute;
  top: -4px;
  right: auto;
  bottom: auto;
  left: 100%;
  margin-left: 5px;
  font-size: 16px;
}
.page-contacto #banner p + p a + a:before {
  content: "|";
  display: inline-block;
  font-weight: 400;
  position: relative;
  top: -1px;
  margin: 0 19px 0 31px;
}
.page-contacto #footer {
  margin-top: 0;
}
.tel {
  padding: 57px 0 0 0;
}
.tel:before {
  width: 98px;
  height: 98px;
  background-image: url(img/ico/ico.png);
  background-position: 0 0;
  display: inline-block;
  content: "";
  background: url(img/ico/tel.png);
  margin-bottom: 20px;
}
.tel .a-tel {
  margin: 0 0 10px;
}
.tel .a-tel a {
  font-size: 31px;
  font-weight: 300;
}
.tel .a-link a:after {
  content: ">";
  position: relative;
  font-weight: 400;
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: 100%;
  margin-left: 5px;
  font-size: 16px;
}
.tel .a-link a:hover {
  text-decoration: underline;
}
.tel a {
  color: #444f56;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#info {
  padding: 100px 0 0 0;
}
#info h3 {
  margin: 0 0 80px;
  position: relative;
  font-weight: 300;
  color: #394044;
  font-size: 35px;
}
#info h3:before {
  width: 84px;
  height: 46px;
  background-image: url(img/ico/ico.png);
  background-position: 0 0;
  display: inline-block;
  content: "";
  background: url(img/ico/info.png);
  float: left;
  margin-right: 30px;
  position: relative;
  top: 6px;
}
#info h3 span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  margin-left: 47px;
  line-height: 160%;
  position: relative;
  top: 9px;
}
#info h3 span:before {
  content: "";
  background-color: #394044;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  width: 1px;
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: -23px;
  height: 60px;
}
#info h3:after {
  content: '';
  display: block;
  clear: both;
}
.info-c {
  padding: 0 0 0 75px;
  margin: 0 0 80px;
  position: relative;
}
.info-c h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #4f8693;
  margin: 0 0 12px;
}
.info-c span{font-size: 13px; position: relative; top: -12px; color: #4f8693;}
.info-c .block-correo{position: relative; top:-10px;}
.info-c p {
  font-weight: 400;
  margin: 0;
  font-size: 14px;
}
.info-c p + p {
  margin-top: 25px;
  position: relative;
}
.info-c p + p:before {
  content: "";
  height: 1px;
  width: 37px;
  background: #394044;
  position: absolute;
  top: -13px;
  right: auto;
  bottom: auto;
  left: 0;
  display: inline-block;
}
.info-c a {
  color: #727272;
}
.info-c:before {
  width: 49px;
  height: 49px;
  background-image: url(img/ico/ico.png);
  background-position: 0 0;
  display: inline-block;
  content: "";
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0;
}
.info-01:before {
  background-position: -200px -50px;
}
.info-02 {
  margin-bottom: 62px;
}
.info-02:before {
  background-position: 0px -50px;
}
.info-03:before {
  background-position: -50px -50px;
}
.info-04 {
  margin-bottom: 57px;
}
.info-04:before {
  background-position: -150px -50px;
}
.info-05:before {
  background-position: -100px -50px;
}
.info-06 {
  padding-left: 0;
}
.info-06:before {
  display: none;
}
.info-06 .social ul {
  margin: 0 -2px;
}
.info-06 .social li {
  padding: 0 2px;
}
.social .social-01{display:none;}
/*#map {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 100%;
  height: 100%;
  width: 100%;
}
#map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}*/
#form {
  background-color: #f9f8f8;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 110px 0;
}
#form h3 {
  margin: 0 0 80px;
  position: relative;
  font-weight: 300;
  color: #394044;
  font-size: 35px;
}
#form h3:before {
  width: 73px;
  height: 61px;
  background-image: url(img/ico/ico.png);
  background-position: 0 0;
  display: inline-block;
  content: "";
  background: url(img/ico/rellena.png);
  float: left;
  margin-right: 45px;
  position: relative;
  top: 6px;
}
#form h3 span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  margin-left: 47px;
  line-height: 160%;
  position: relative;
  top: 9px;
}
#form h3 span:before {
  content: "";
  background-color: #394044;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  width: 1px;
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: -23px;
  height: 60px;
}
#form h3:after {
  content: '';
  display: block;
  clear: both;
}
#form form .row {
  margin: 0 -20px;
}
#form form .row > div {
  padding: 0 20px;
}
#form .lbl {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px;
}
#form .form-control {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 0;
  box-shadow: 0 0 0 0 #FFF;
  background-color: #e5e5e6;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  height: 40px;
}
#form .form-group {
  margin: 0 0 20px;
  position: relative;
}
#form .form-group:after {
  content: '';
  display: block;
  clear: both;
}
#form .form-users {
  padding-top: 5px;
}
#form .form-users .lbl {
  float: left;
  position: relative;
  top: 9px;
}
#form .form-users small{float: left; clear: both;}
#form .form-users .form-control {
  float: right;
  width: 180px;
  margin-top: -15px;
}
#form .form-puntos {
  padding-top: 5px;
  text-align: right;
  margin-bottom: 10px;
}
#form .form-puntos .lbl {
  float: left;
  position: relative;
  top: -2px;
}
#form .form-puntos .radio-inline label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
#form .form-puntos input[type="radio"],
#form .form-puntos input[type="checkbox"] {
  margin-top: 5px;
}
#form .form-tel .lbl {
  display: block;
  float: left;
  width: 100%;
  clear: both;
}
#form .control01 {
  width: 80px;
  float: left;
}
#form .control02 {
  width: 420px;
  float: right;
}
/*#myForm .form-tel{margin-bottom: 105px;}*/
#myForm .form-tel .lbl {
  display: block;
  float: left;
  width: 100%;
  clear: both;
}
#myForm .control01 {
  width: 20%;
  float: left;
}
#myForm .control02 {
  width: 75%;
  float: right;
}
#form .form-file .lbl {
  display: block;
  float: left;
  width: 100%;
  clear: both;
}
#form .form-file > div {
  float: left;
  background-color: #e5e5e6;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0 15px;
  height: 40px;
}
#form .help-block {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  position: absolute;
  top: 47%;
  right: 0;
  bottom: auto;
  left: auto;
  color: #ff0000;
}
#form textarea.form-control {
  height: 231px;
  resize: none;
  overflow: auto;
}
#form .form-actions {
  position: relative;
}
#form .form-actions label {
  font-size: 11px;
  font-weight: 700;
}
#form .form-actions input[type="radio"],
#form .form-actions input[type="checkbox"] {
  margin-top: 4px;
}
#form .form-actions .radio,
#form .form-actions .checkbox {
  margin: 0;
}
#form .form-actions .btn {
  position: absolute;
  top: -60px;
  right: 0;
  bottom: auto;
  left: auto;
}
/* --------------------------------------------------------------
PRODUCTOS
-------------------------------------------------------------- */
.page-productos #banner {
  min-height: 1520px;
  background-size: cover;
  margin: 0 0 140px;
}
.page-productos #banner h1 {
  font-size: 58px;
  font-weight: 400;
  color: #3d4246;
}
.page-productos #banner h1 span {
  font-weight: 300;
}
.page-productos #banner h1:before {
  width: 90px;
  height: 90px;
  background-image: url(img/ico/ico.png);
  background-position: 0 0;
  display: inline-block;
  content: "";
  background-image: url(img/ico/team.png);
  display: block;
  margin: 0 auto 35px;
}
.page-productos #banner p {
  font-size: 18px;
  line-height: 160%;
  color: #3d4246;
  margin: 0 0 40px;
  padding: 0 300px;
}
.page-productos #banner div > a {
  display: inline-block;
  color: #3d4246;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  position: relative;
  top: -12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-productos #banner div > a:after {
  content: ">";
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: 100%;
  margin-left: 5px;
}
.page-productos #banner div > a:before {
  content: "|";
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.page-productos #banner div > a:hover {
  color: #4f8693;
  text-decoration: none;
}
.team-sales {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #3d4246;
  display: inline-block;
}
.team-sales li {
  display: inline-block;
}
.team-sales h4 {
  margin: 0 20px 0 0;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  top: -12px;
}
.team-sales a {
  width: 34px;
  height: 34px;
  background-image: url(img/ico/ico.png);
  background-size: 350px;
  background-position: 0 0;
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  float: left;
  margin: 0 9px 0 0;
}
.team-sales a.apple {
  background-position: 0 -100px;
}
.team-sales a.apple:hover {
  background-position: 0 -150px;
}
.team-sales a.android {
  background-position: -50px -100px;
}
.team-sales a.android:hover {
  background-position: -50px -150px;
}
.team-sales a.windows {
  background-position: -100px -100px;
}
.team-sales a.windows:hover {
  background-position: -100px -150px;
}
.team-sales:after {
  content: '';
  display: block;
  clear: both;
}
#sales-01 {
  margin: 0 0 180px;
}
#sales-01 .block-title {
  font-size: 34px;
  text-align: left;
  margin: 0;
}
#sales-01 .block-title:before {
  content: "";
  margin: 130px 0 30px;
  width: 76px;
  height: 76px;
  background: url(img/ico/a.png);
  display: block;
}
#sales-01 .sub-title {
  text-align: left;
  margin-bottom: 35px;
}
#sales-01 p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 160%;
  width: 70%;
}
#sales-01 p:last-child {
  margin: 0;
}
#sales-02 {
  margin: 0 0 120px;
}
#sales-03 {
  margin: 0 0 90px;
}
#sales-03 .container-fluid {
  padding: 0;
}
#sales-03 .row {
  padding: 0;
}
#sales-03 .row > div {
  padding: 0;
}
#sales-03 .col-md-6 > div {
  background-size: cover;
}
#sales-03 .inner {
  min-height: 500px;
  text-align: center;
}
#sales-03 h3 {
  font-size: 35px;
  margin: 0;
  font-weight: 300;
}
#sales-03 h3 span {
  font-weight: 400;
}
#sales-03 h3:before {
  content: "";
  display: block;
  margin: 0 auto 50px;
  width: 205px;
  height: 205px;
}
.solicita-pres h3 {
  color: #4f8693;
}
.solicita-pres h3:before {
  background: url(img/ico/solicita-presupuesto.png);
}
.solicita-vid h3 {
  color: #fff;
}
.solicita-vid h3:before {
  background: url(img/ico/solicita-video.png);
}
#sales-04 h4 {
  font-size: 35px;
  font-weight: 300;
  margin: 0 0 20px;
  color: #394044;
  position: relative;
}
#sales-04 p {
  margin: 0 0 20px;
  color: #394044;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
#sales-04 .download {
  position: relative;
  padding-left: 108px;
}
#sales-04 .download h4:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  right: auto;
  bottom: auto;
  left: -108px;
  width: 60px;
  height: 60px;
  background: url(img/ico/team.png);
  background-size: cover;
}
#sales-04 .learn-more {
  padding-left: 108px;
}
#sales-04 .learn-more p a {
  display: inline-block;
  color: #4f8693;
  margin: 20px 0 0;
  font-weight: 400;
  font-size: 15px;
  position: relative;
  top: -12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#sales-04 .learn-more p a:after {
  content: ">";
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: 100%;
  margin-left: 5px;
}
/* --------------------------------------------------------------
EMPRESA
-------------------------------------------------------------- */
body.page-empresa-main #banner {
  padding: 0;
  min-height: 620px;
  max-height: 650px;
  margin: 0 0 70px;
}
body.page-empresa-main #banner img {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  width: 100%;
  height: auto;
}
body.page-empresa-main .col-sm-3:nth-child(4n+4) .result:after {
  display: none;
}
body.page-empresa-main .result {
  padding: 50px 0 60px 0;
}
body.page-empresa-main .result .img {
  margin: 0;
  height: auto;
}
body.page-empresa-main .result h3 {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}
body.page-empresa-main #search-results {
  background-color: #fafafa;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 80px 0 90px;
  margin: 0;
}
body.page-empresa-main #search-results h2 {
  font-weight: 300;
  margin: 0 0 90px;
  font-size: 25px;
  color: #394044;
}
body.page-empresa-main #search-results h2 span {
  font-weight: 400;
}
body.page-empresa-main #search-results .row:last-child .result {
  border-bottom: 0;
}
body.page-empresa-main .result {
  height: 240px;
}
body.page-empresa-main .result img {
  margin: 0 0 25px;
}
body.page-empresa-main .result h3 {
  font-size: 18px;
  font-weight: 400;
  color: #394044;
  margin: 0;
  line-height: 130%;
}
#empresa-content {
  margin: 0 0 90px;
}
#empresa-content .block-title {
  text-align: left;
}
#empresa-content .sub-title {
  text-align: left;
  margin: 0 0 35px;
}
#empresa-content p {
  font-size: 16px;
  line-height: 160%;
}
#empresa-content p + p {
  margin-top: 20px;
}
#empresa-content figure {
  text-align: center;
  clear: both;
  max-width: 260px;
  margin: 0 auto;
}
#empresa-content figure img {
  margin-bottom: 10px;
}
#empresa-content figure + figure {
  margin-top: 45px;
}
#empresa-content figcaption {
  font-size: 12px;
  line-height: 130%;
}
#mainMap {
  background-color: #ebecec;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 80px 0 90px;
  margin: 0;
}
#mainMap .sub-title {
  margin: 5px 0 30px;
}
.topMap {
  text-align: center;
  margin: 0 0 60px;
}
.mainMap {
  position: relative;
  padding: 0 135px;
}
.mapMarkers {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}
.mapMarkers .buble {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
}
.mapMarkers .buble span {
  z-index: 1;
  position: relative;
}
.mapMarkers .buble span.t {
  display: block;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}
.mapMarkers .buble:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #4f8693;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 0;
}
.mapMarkers .buble.active:after {
  border: 3px solid #c5d08b;
}
.mapMarkers .europa {
  width: 170px;
  height: 170px;
  font-size: 70px;
  line-height: 100%;
  padding: 30px 0 0;
  position: absolute;
  top: 160px;
  right: auto;
  bottom: auto;
  left: 505px;
}
.mapMarkers .europa span.t {
  margin-top: -20px;
}
.mapMarkers .africa {
  width: 110px;
  height: 110px;
  font-size: 47px;
  line-height: 100%;
  padding: 20px 0 0;
  position: absolute;
  top: 295px;
  right: auto;
  bottom: auto;
  left: 510px;
  z-index: 2;
}
.mapMarkers .africa span.t {
  margin-top: -10px;
  font-size: 13px;
}
.mapMarkers .africa:after {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  background-color: #336666;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.mapMarkers .america {
  width: 150px;
  height: 150px;
  font-size: 65px;
  line-height: 100%;
  padding: 25px 0 0;
  position: absolute;
  top: 270px;
  right: auto;
  bottom: auto;
  left: 265px;
}
.mapMarkers .america span.t {
  margin-top: -20px;
}
.mapMarkers .america:after {
  background-color: #669586;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.mapMarkers .asia {
  width: 150px;
  height: 150px;
  font-size: 65px;
  line-height: 100%;
  padding: 25px 0 0;
  position: absolute;
  top: 190px;
  right: 290px;
  bottom: auto;
  left: auto;
}
.mapMarkers .asia span.t {
  margin-top: -20px;
}
.mapMarkers .asia:after {
  background-color: #5e908b;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.mapMarkers .oceania {
  width: 85px;
  height: 85px;
  font-size: 47px;
  line-height: 100%;
  padding: 5px 0 0;
  position: absolute;
  top: auto;
  right: 230px;
  bottom: 70px;
  left: auto;
}
.mapMarkers .oceania span.t {
  margin-top: -15px;
  font-size: 12px;
}
.mapMarkers .oceania:after {
  background-color: #6f9a82;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
/*.mapList {
  position: absolute;
  top: 0;
  right: -335px;
  bottom: auto;
  left: auto;
  width: 335px;
  color: #394044;
}*/
.mapList {
    bottom: auto;
    color: #394044;
    left: auto;
    margin-right: -30%;
    position: absolute;
    right: 50%;
    top: 0;
    width: 60%;
    z-index: 10;
    opacity: 0.90;
}
.mapList > div {
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 35px 10px 60px 90px;
  width: 100%;
  /*max-width: 335px;*/
  border-left: 1px solid #c5d08b;
  display: none;
  overflow: hidden;
  z-index: 10;
}
.mapList h3 {
  text-transform: uppercase;
  margin: 0 0 60px;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  color: #FFF;
  text-align: center;
}
.mapList h3:before {
  width: 39px;
  height: 39px;
  background-image: url(img/ico/ico.png);
  background-position: 0 0;
  display: inline-block;
  content: "";
  background: url(img/ico/a-small.png);
  position: absolute;
  top: -12px;
  /*right: 100%;*/
  bottom: auto;
  left: 50%;
  margin: 0 15px 0 -100px;
}
.mapList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mapList li {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.mapList li span {
  font-weight: 400;
}
.mapList .close-button{display: block; position: absolute; right: 20px; top: 20px; background: url('img/ico/cerrar-popup.png'); width: 20px; height: 20px; cursor: pointer;}
#list01{background-color: #669586;}
#list02{background-color: #336666;}
#list03{background-color: #4f8693; padding-left: 10px !important;}
#list04{background-color: #5e908b;}
#list05{background-color: #6f9a82;}
#cifras {
  background-color: #f5f5f5;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 80px 0 90px;
  margin: 0 0 85px;
}
#cifras h3.block-title {
  margin: 0 0 85px;
}
#cifras .content .block-title {
  text-align: left;
  padding-top: 35px;
}
#cifras .content .sub-title {
  text-align: left;
  margin: 5px 0 65px;
}
#cifras .content p {
  font-size: 16px;
  color: #394044;
  line-height: 150%;
  padding-right: 200px;
}
.cifras {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -35px 80px;
}
.cifras li {
  float: left;
  width: 33.333333%;
  font-weight: 300;
  font-size: 95px;
  line-height: 100%;
  padding: 0 35px;
}
.cifras li div {
  padding-top: 10px;
}
.cifras li.li-1 div {
  color: #abbd4a;
  border-top: 2px solid #abbd4a;
}
.cifras li.li-2 div {
  color: #639388;
  border-top: 2px solid #639388;
}
.cifras li.li-3 div {
  color: #336666;
  border-top: 2px solid #336666;
}
.cifras li div h4 {
  font-weight: 300;
  color: #adafb0;
  margin: 20px 0 0;
  font-size: 25px;
  line-height: 120%;
}
.cifras li div h4 span {
  display: block;
}
.cifras:after {
  content: '';
  display: block;
  clear: both;
}
.circulo{position: relative;}
  .circulo span{
    font-size: 66px;
    font-weight: lighter;
    left: 50%;
    margin-left: -80px;
    margin-top: -15px;
    position: absolute !important;
    text-align: center;
    top: 50%;
    width: 160px;
  }
  .circulo canvas{position: relative; z-index: 10;}
  /*EMPRESA 02*/
#empresa-history {
  position: relative;
  margin: 0 0 -85px;
  padding: 90px 0 250px;
}
#empresa-history:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 50%;
  background-color: #4f8693;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
#empresa-history .row {
  margin: 0 -110px;
}
#empresa-history .col-sm-6 {
  padding: 0 110px;
  overflow: hidden;
}
#empresa-history .sub-title,
#empresa-history .block-title {
  text-align: left;
  margin: 0;
}
#empresa-history .block-title {
  margin: 0 0 8px;
}
#empresa-history .sub-title {
  margin: 0 0 35px;
}
#empresa-history p {
  line-height: 160%;
}
#empresa-history .circle {
  margin: 30px 0 0;
  text-align: center;
  position: relative;
}
#empresa-history .circle img {
  margin: 0;
}
#empresa-history .circle span {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
  font-weight: 300 !important;
}
#empresa-history .circle span:before {
  content: "";
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 100%;
  width: 100%;
}
#empresa-history .circle:after {
  content: "";
  background-color: #4f8693;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  height: 1px;
  position: absolute;
  top: 50%;
  /*right: 0px;*/
  right: 360px;
  bottom: auto;
  left: -200px;
}
#empresa-history .circle-left span:before {
  left: auto;
  right: 100%;
}
#empresa-history .circle-left:after {
  /*left: 0;*/
  left: 360px;
  right: -200px;
}
#empresa-history .row + .row {
  margin-top: 110px;
}
#empresa-history p + img {
  margin-top: 27px;
}
/*empresa 03*/
.page-empresa-equipo #banner {
  margin: 0 0 100px;
}
#team-list .container {
  width: 100%;
  max-width: 1140px;
  padding: 0 75px;
}
#team-list .full {
  position: relative;
  background-color: #8babb8;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
#team-list .full .info-team {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 55px 120px 0 585px;
  color: #fff;
}
#team-list .full h3 {
  font-weight: 300;
  font-size: 35px;
  margin: 0 0 20px;
}
#team-list .full h4 {
  margin: 0 0 45px;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}
#team-list .lnk {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 50px;
  left: auto;
  width: 37px;
  height: 37px;
  background-image: url(img/ico/ico.png);
  background-size: 350px;
  background-position: -150px -150px;
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
}
#team-list .row {
  margin: 0 -75px;
}
#team-list .row > div {
  padding: 0 37.5px;
}
#team-list .row + .row {
  margin-top: 75px;
}
#team-list img {
  max-width: 100%;
}
#team-list .hidden-team {
  position: relative;
  overflow: hidden;
}
#team-list .hidden-team .info-team {
  padding: 40px 35px 0;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#team-list .hidden-team .info-team h3,
#team-list .hidden-team .info-team h4,
#team-list .hidden-team .info-team p {
  position: relative;
}
#team-list .hidden-team .info-team h3 {
  font-weight: 300;
  font-size: 25px;
  margin: 0 0 12px;
}
#team-list .hidden-team .info-team h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
#team-list .hidden-team .info-team:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #444f56;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  content: "";
}
#team-list .hidden-team:hover .info-team {
  top: 0;
}
#team-list .hidden-team .lnk {
  bottom: 35px;
}
.team-section {
  background-color: #f9f8f8;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 38px 35px;
}
.team-section h3 {
  margin: 0;
  font-weight: 300;
  font-size: 30px;
  color: #394044;
}
.team-section h3 span {
  display: block;
  font-weight: 400;
  margin: 10px 0 0 0;
}
/* --------------------------------------------------------------
FAQS
-------------------------------------------------------------- */
.page-faqs{}
 .page-faqs #blueBg{margin-top: 115px;}
  .page-faqs .panel-group .panel-title a{padding-left: 0px !important;}
/* --------------------------------------------------------------
JOBS
-------------------------------------------------------------- */
.page-empresa #banner {
  min-height: 1250px;
  background-size: cover;
  margin: 0 0 140px;
  padding-top: 85px;
}
.page-empresa #banner h1 {
  margin: 0 0 70px;
}
.page-empresa #banner p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 160%;
}
.page-empresa #banner p:last-child {
  margin: 0;
}
.sub-menu {
  margin-top: 114px;
  background-color: #fafafa;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
}
.sub-menu .navbar-nav > li > a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  color: #4f8693;
  text-decoration: none;
  padding: 25px 0 0;
  margin: 0 40px;
  height: 65px;
  background: none!important;
}
.sub-menu .navbar-nav > li > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
  height: 3px;
  width: 66px;
  background-color: #4f8693;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  margin: -3px 0 0 -33px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  top: 85%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sub-menu .navbar-nav > li > a:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  top: 100%;
}
.sub-menu .navbar-nav > li > a.active:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  top: 100%;
}
.sub-menu .navbar-nav {
  float: none;
}
.sub-menu .navbar-nav > li {
  float: none;
  display: inline-block;
  padding: 0 55px;
}
.sub-menu h3{
    font-size: 28px;
    font-weight: 300;
    padding: 30px;
  }
#menu-inferior{
  background: #f0f2f5;
  /*margin-bottom: -85px;*/
}
#menu-inferior #sub-menu{padding: 30px; overflow: hidden;}
  #menu-inferior #sub-menu ul li a{
    color: #b8bcbf;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
  }
    #menu-inferior #sub-menu ul li a strong{color: #000;}
.jobs-top {
  text-align: center;
  margin: 0 0 105px;
}
.jobs-top .block-title {
  margin: 0 0 30px;
}
.jobs-top p {
  font-size: 18px;
  margin: 0;
}
.jobs-list .item {
  position: relative;
  padding: 25px 340px 25px 50px;
  background-color: #fafafa;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.jobs-list .item .actions {
  position: absolute;
  top: 30px;
  right: 50px;
  bottom: auto;
  left: auto;
  width: 85px;
}
.jobs-list .item .actions a {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.jobs-list .item .actions a + a {
  margin-top: 10px;
}
.jobs-list h4 {
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 30px;
}
.jobs-list p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.jobs-list .item + .item {
  margin-top: 30px;
}
/* --------------------------------------------------------------
CASOS
-------------------------------------------------------------- */
/*.container .mix{
  display: none;
}*/
.filter-button-group li{cursor: pointer;}
.page-casos {
  padding-top: 114px;
}
.page-casos.scroll {
  padding-top: 62px;
}
.page-casos #block-04 {
  margin-bottom: 0;
}
.page-casos #block-04 .bx-controls {
  bottom: auto;
  width: 100%;
  margin: 0;
  top: 50%;
  margin-top: -32.5px;
  height: 0px;
}
.page-casos .bx-controls-direction a {
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  width: 19px;
  height: 65px;
  background-image: url(img/ico/arrows.png);
}
.page-casos .bx-controls-direction .bx-prev {
  margin-left: 35px;
  float: left;
}
.page-casos .bx-controls-direction .bx-next {
  margin-right: 35px;
  float: right;
  background-position: -20px 0;
}
.page-casos .sub-menu {
  margin: 0 0 80px;
  background-color: #f0f2f5;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.page-casos .sub-menu h4 {
  margin: 0;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 160px;
  color: #a3a6a9;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 27px;
}
.page-casos .sub-menu .navbar-nav > li {
  padding: 0 40px;
}
.page-casos .sub-menu .navbar-nav > li > a {
  margin: 0;
  color: #a3a6a9;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-casos .sub-menu .navbar-nav > li > a:after {
  background: #a3a6a9;
}
.page-casos .result {
  padding: 0;
  height: 210px;
}
.page-casos .result:hover {
  background-color: #455056;
  background-repeat: no-repeat;
  background-position: top center;
}
.page-casos .result:hover img{
    -webkit-filter: invert(0%);
    -moz-filter: invert(0%);
    -ms-filter: invert(0%);
    -o-filter: invert(0%);
    filter: invert(0%);
}
.page-casos #search-results {
  margin-bottom: 90px;
}
.slider02 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider02 .row > div {
  padding: 0;
}
.slider02 li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
}
.slider02 img {
  max-width: 100%;
}
.slider02 .content {
  /*padding: 100px 200px 0 0;*/
      left: 50%;
    margin-left: -250px;
    padding-top: 150px;
    position: absolute;
    width: 500px;
}
.slider02 .content > div {
  text-align: center;
}
.slider02 .content > div h3 {
  margin: 0 0 15px;
  color: #4f8693;
  font-size: 28px;
}
.slider02 .content > div p {
  font-weight: 300;
  font-size: 20px;
  color: #000;
}
.slider02 h4 {
  color: #000;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  line-height: 50px;
  margin: 0 0 80px;
}
.slider02 h4 span {
  display: block;
}
.play-button {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  background: url(img/ico/play.png);
  width: 163px;
  height: 163px;
  margin: -81px 0 0 -161px;
}
.fullLink {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  font-size: 0;
}
/* --------------------------------------------------------------
BLOG
-------------------------------------------------------------- */
.page-blog {
  padding-top: 114px;
}
.page-blog #item p a{
  color: #a6c13e;
  text-decoration: underline;
}
.page-blog .sub-menu {
  margin: 0 0 70px;
  background-color: #ebecec;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
.page-blog .sub-menu h4 {
  margin: 0;
  position: absolute;
  top: -2px;
  right: auto;
  bottom: auto;
  left: 0px;
  color: #a3a6a9;
  font-size: 16px;
  font-weight: 400;
  padding-top: 27px;
}
.page-blog .sub-menu .navbar-nav {
  text-align: left;
  padding-left: 65px;
}
.page-blog .sub-menu .navbar-nav > li {
  padding: 0 40px;
}
.page-blog .sub-menu .navbar-nav > li > a {
  margin: 0;
  color: #a3a6a9;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.page-blog .sub-menu .navbar-nav > li > a:after {
  background: #a3a6a9;
}
.page-blog .sub-menu .navbar-nav > li > a:before {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -20px;
  display: inline-block;
  margin-top: -3px;
}
.page-blog .sub-menu .navbar-nav > li.filter-1 > a:before {
  background: #394044;
}
.page-blog .sub-menu .navbar-nav > li.filter-2 > a:before {
  background: #235f74;
}
.page-blog .sub-menu .navbar-nav > li.filter-3 > a:before {
  background: #4f8693;
}
.page-blog .sub-menu .navbar-nav > li.filter-4 > a:before {
  background: #9eb555;
}
.page-blog .sub-menu .navbar-nav > li.filter-5 > a:before {
  background: #2eb6d1;
}
.page-blog #page .container {
  max-width: 1038px;
  position: relative;
}
.blogList .post + .post {
  margin-top: 70px;
}
.post figure {
  margin: 0 0 25px;
}
.post figure img {
  width: 100%;
  height: auto;
}
.post time {
  color: #394044;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.post header h2 {
  font-size: 35px;
  margin: 0;
  font-weight: 300;
  line-height: 130%;
}
.post header h2 a {
  color: #394044;
  text-decoration: none;
}
.post footer {
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  padding: 20px 0;
  margin: 20px 0 0 0;
  float: left;
  width: 100%;
  clear: both;
}
.post footer h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a3a6a9;
  display: inline-block;
  position: relative;
  top: 8px;
  margin-right: 15px !important;
}
.post:after {
  content: '';
  display: block;
  clear: both;
}
.topPost {
  margin: 0 0 25px;
}
.section {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 20px;
}
.section a {
  color: #a3a6a9;
  position: relative;
}
.section a:before {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -20px;
  display: inline-block;
  margin-top: -5px;
}
.section.filter-1 > a:before {
  background: #394044;
}
.section.filter-2 > a:before {
  background: #235f74;
}
.section.filter-3 > a:before {
  background: #4f8693;
}
.section.filter-4 > a:before {
  background: #9eb555;
}
.section.filter-5 > a:before {
  background: #2eb6d1;
}
.tags h4 {
  top: 2px!important;
}
.tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.tags ul li {
  display: inline-block;
}
.tags ul a {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  color: #394044;
  background-color: #fafafa;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  height: 29px;
  padding: 4px 10px 0;
  margin-right: 7px;
}
.figureRight figure {
  float: right;
  width: 59.5238%;
}
.figureRight .leftContent {
  float: left;
  width: 40.4762%;
  padding-right: 20px;
}
.figureRight .leftContent .row > div {
  width: 100%;
}
.figureRight header {
  margin: 0 0 55px;
}
.figureRight .topPost .section {
  margin-bottom: 20px;
}
#pagination {
  margin: 65px 0 0;
  text-align: center;
}
#pagination {
  margin: 0;
}
#pagination > a {
  background-color: #384043;
  border-color: #fff;
  color: #fff;
  font-size: 13px;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 1px;
  cursor: pointer;
}
#pagination > span {
  background-color: #384043;
  border-color: #fff;
  color: #fff;
  font-size: 13px;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 1px;
  cursor: pointer;
}
#pagination > a.jp-current {
  font-weight: 700;
}
#pagination > a:first-child {
  border-radius: 20px 0 0 20px;
}
#pagination > a:last-child {
  border-radius: 0 20px 20px 0;
}
#pagination > a.prev {
  height: 41px;
  font-size: 0;
}
#pagination > a.prev:before {
  width: 14px;
  height: 15px;
  background-image: url(img/ico/ico.png);
  background-position: -150px -100px;
  display: inline-block;
  content: "";
  position: relative;
  top: 2px;
}
#pagination > a.next {
  height: 41px;
  font-size: 0;
}
#pagination > a.next:before {
  width: 14px;
  height: 15px;
  background-image: url(img/ico/ico.png);
  background-position: -200px -100px;
  display: inline-block;
  content: "";
  position: relative;
  top: 2px;
}
#pagination > a:hover {
  background-color: #8babb8 !important;
}
.formPost {
  background-color: #fafafa;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 25px 0;
}
.formPost form {
  max-width: 715px;
  position: relative;
  margin: 0 auto;
  padding: 0 78px 0 0;
}
.formPost .form-group {
  margin: 0;
}
.formPost .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  box-shadow: 0 0 0 #fff;
  border: 0;
  height: 56px;
  font-size: 20px;
  font-weight: 300;
}
.formPost button {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 46px;
  height: 46px;
  background-image: url(img/ico/ico.png);
  background-size: 350px;
  background-position: -250px 0;
  display: inline-block;
  border: 0;
  background-color: transparent;
  text-indent: -9999px;
  font-size: 0;
}
#sidebar-right .inner {
  max-width: 290px;
  float: right;
}
#sidebar-right:after {
  content: '';
  display: block;
  clear: both;
}
.side-block {
  margin-bottom: 50px;
}
.side-content {
  padding: 20px;
}
.side-title {
  font-weight: 300;
  font-size: 30px;
  margin: 0 0 40px;
}
#newsletter {
  background-color: #fafafa;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
#newsletter .check label {
  font-weight: 400;
  margin: 0;
  position: relative;
  padding-left: 25px;
  font-size: 11px;
  line-height: 130%;
}
#newsletter .check input {
  margin: 0;
  position: absolute;
  top: 3px;
  right: auto;
  bottom: auto;
  left: 0;
}
#newsletter .form-group {
  margin: 0 0 25px;
}
#newsletter .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #394044;
  height: 49px;
  color: #394044;
  font-size: 16px;
}
#newsletter .form-control:focus {
  box-shadow: 0 0 0 #fff;
}
#newsletter button {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 23px;
  left: auto;
  background: #444f56!important;
  color: #fff;
}
#follow-us .side-content {
  padding: 0;
}
#follow-us .side-title {
  background-color: #fafafa;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 0 30px;
  padding: 20px;
}
#follow-us .social ul {
  margin: 0 -4px;
}
#follow-us .social li {
  padding: 0 3px;
}
#find {
  background-color: #8bacb8;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
}
#find p {
  font-size: 35px;
  line-height: 115%;
  margin: 0 0 25px;
}
#find .side-content {
  padding: 30px 45px;
}
#find .btn-default {
  border-color: #fff;
  color: #fff;
  font-size: 13px;
}
#find .btn-default:before {
  background-color: #fff;
}
#find .btn-default:hover {
  color: #8bacb8;
}
#tags .side-content {
  padding: 0;
}
#tags a {
  color: #394044;
  text-decoration: none;
}
#tags a:hover {
  color: #4f8693;
}
#tags .f18 {
  font-size: 18px;
}
#tags .f19 {
  font-size: 19px;
}
#tags .f20 {
  font-size: 20px;
}
#tags .f21 {
  font-size: 21px;
}
#tags .f22 {
  font-size: 22px;
}
#tags .f23 {
  font-size: 23px;
}
#tags .f24 {
  font-size: 24px;
}
#tags .f25 {
  font-size: 25px;
}
#tags .f26 {
  font-size: 26px;
}
#tags .f27 {
  font-size: 27px;
}
#tags .f28 {
  font-size: 28px;
}
#tags .f29 {
  font-size: 29px;
}
#tags .f30 {
  font-size: 30px;
}
#tags .f31 {
  font-size: 31px;
}
#tags .f32 {
  font-size: 32px;
}
#tags .f33 {
  font-size: 33px;
}
#tags .f34 {
  font-size: 34px;
}
#tags .f35 {
  font-size: 35px;
}
.page-blog-post .post figure img {
  width: 100%;
  height: auto;
}
.page-blog-post .post header {
  margin: 0 0 60px;
}
.page-blog-post .post header h1 {
  font-size: 35px;
  font-weight: 300;
  margin: 0 0 20px;
  color: #727478 !important;
}
.page-blog-post .post footer {
  border: 0;
  padding-top: 0;
  margin-top: 80px;
}
.page-blog-post .post footer .social {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 22px;
  margin-bottom: 25px;
}
.page-blog-post .content ul, .page-blog-post .content ol {
  font-size: 16px;
  line-height: 160%;
  margin: 0 0 25px;
}
.page-blog-post .content ol {counter-reset: item;}
.page-blog-post .content ol li {display: block;}
.page-blog-post .content ol li:before {content: counter(item) ". "; counter-increment: item; font-weight: bold;}
.page-blog-post .content ul li{
}
.page-blog-post .content p {
  font-size: 16px;
  line-height: 160%;
  margin: 0 0 25px;
}
.page-blog-post .content p:last-child {
  margin: 0;
}
.page-blog-post .content a{
  color: #a6c13e;
  text-decoration: underline;
}
#related {
  border-top: 1px solid #D1D1D1;
  margin: 80px 0 0 0;
  padding: 60px 0 0 0;
}
#related h3 {
  font-weight: 300;
  margin: 0;
  font-size: 30px;
  margin: 0 0 60px;
}
.related {
  position: relative;
}
.related figure {
  margin: 0 0 20px;
}
.related img {
  width: 100%;
  height: auto;
}
.related h4 {
  margin: 0 0 5px;
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
}
.related time {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
}
/*.prevPost {
  position: absolute;
  top: auto;
  right: 100%;
  bottom: 0;
  left: auto;
  margin-right: 25px;
}*/
.prevPost, .nextPost {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0.5;
}
.prevPost {
    bottom: 60px;
    left: -277px;
    margin-right: 25px;
    position: fixed;
    top: auto;
    z-index: 999;
}
.prevPost article {
  position: relative;
  width: 310px;
  padding: 0;
  background-color: #a2bdc6;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  clear: both;
  overflow: hidden;
}
.prevPost article figure {
  float: left;
}
.prevPost article header {
  position: absolute;
  top: 0;
  right: 33px;
  bottom: auto;
  left: auto;
  padding: 10px 10px 10px 130px;
}
.prevPost article h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 140%;
}
.prevPost article:after {
  width: 11px;
  height: 37px;
  background-image: url(img/ico/ico.png);
  background-position: -300px -100px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  bottom: auto;
  left: auto;
  margin: -18.5px 0 0 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.prevPost article:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  height: 100%;
  width: 33px;
  background: #90afbb;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.prevPost article:hover:before {
  width: 37px;
}
.prevPost article:hover:after {
  right: 13px;
}
.prevPost:hover{left: 0px; opacity: 0.9; background: none repeat scroll 0 0 #2d2d2d;}
/*.nextPost {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 100%;
  margin-left: 25px;
}*/
.nextPost{
    bottom: 60px;
    right: -277px;
    margin-left: 25px;
    position: fixed;
    top: auto;
    z-index: 999;
}
.nextPost article {
  position: relative;
  width: 310px;
  padding: 0;
  background-color: #a2bdc6;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  clear: both;
  overflow: hidden;
}
.nextPost article figure {
  float: right;
}
.nextPost article header {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 33px;
  padding: 10px 130px 10px 10px;
}
.nextPost article h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 140%;
}
.nextPost article:after {
  width: 11px;
  height: 37px;
  background-image: url(img/ico/ico.png);
  background-position: -250px -100px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 11px;
  margin: -18.5px 0 0 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.nextPost article:before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  height: 100%;
  width: 33px;
  background: #90afbb;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.nextPost article:hover:before {
  width: 37px;
}
.nextPost article:hover:after {
  left: 13px;
}
.nextPost:hover{right: 0px; opacity: 0.9; background: none repeat scroll 0 0 #2d2d2d;}
#listaItems{margin-bottom: 40px;}
#comments{border-top: 1px solid #d1d1d1; margin-top: 25px; padding-top: 22px;}
#comments #reply-title{color: #a3a6a9;font-size: 14px;font-weight: 700;text-transform: uppercase;}
#comments .comment-form-comment label{color: #a3a6a9; font-weight: 500}
#comments #comment{width: 100%; border: 1px solid #d1d1d1;}
#comments #form-allowed-tags{display: none;}
/* --------------------------------------------------------------
ACCESO CLIENTES
-------------------------------------------------------------- */
.page-acceso a{color: #000; text-decoration: none;}
.page-acceso #blueBg{margin-top: 115px;}
.page-acceso #blueBg p{font-size: 18px; margin-top: 10px; text-align: center;}
#formsAcceso{margin-top: 50px; text-align: center;}
#formsAcceso .cajaAcceso{min-height: 300px; padding: 0 120px;}
  #formsAcceso .cajaAcceso:first-child{border-right: 1px solid #4f8693;}
#formsAcceso h4{font-size: 35px; font-weight: 300; margin: 15px;}
  #formsAcceso .form-control {
      background-color: #fafafb !important;
      background-image: none;
      background-position: center top;
      background-repeat: no-repeat;
      border: 0 none;
      border-radius: 1px;
      box-shadow: 0 0 0 0 #fff;
      height: 30px;
      margin-bottom: 15px;
  }
  #formsAcceso input[type="submit"], .boton-acceso{
    background: transparent none repeat scroll 0 0;
    border: 1px solid #4f8693 !important;
    color: #4f8693;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 20px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px;
  }
/* --------------------------------------------------------------
HELP CENTER
-------------------------------------------------------------- */
.page-help a{color: #000; text-decoration: none;}
.page-help #blueBg{margin-top: 115px;}
.page-help #blueBg p{font-size: 18px; margin-top: 10px; text-align: center;}
.caja_licencia::after {
    background: #e4e4e4 none repeat scroll 0 0;
    bottom: 15px;
    content: "";
    display: inline-block;
    left: 100%;
    position: absolute;
    right: auto;
    top: 15px;
    width: 1px;
}
.caja_licencia{
    border-bottom: 1px solid #e4e4e4;
    padding: 60px 45px 65px;
    text-align: center;
}
.caja_licencia .txt_licencia{height: 60px;}
.caja_licencia h3{font-weight: normal; margin-top: 30px; font-size: 16px;}
.caja_licencia span{display: block;  font-size: 14px;}
.caja_licencia img{}
.single-licencia #blueBg{margin-top: 115px;}
.nav-capitulos{border-right: 1px solid #e4e4e4;padding-top: 30px;}
.nav-capitulos li{ cursor: pointer;}
  .nav-capitulos li a{color: #000; text-decoration: none; border-bottom: 1px solid #e4e4e4; font-weight: bold;}
    .nav-capitulos li a span{
      font-size: 13px;
      color: #4F8693;
      margin-left: 10px;
      font-style: italic;
}
  .nav-capitulos li a:before{
    background: url('img/ico/flecha-menu.png'); 
    width: 15px; 
    height: 15px; 
    position: absolute; 
    left: -5px; 
    top: 12px; 
    display: block; 
    content: "";
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .nav-capitulos li a.active:before{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .article-content{padding-top: 40px;}
    .article-content img{width: 100%; height: auto;}
      .article-content img.no-resp{width: auto!important;}
    .article-content ol{padding-left: 10px;}
    .nav-capitulos .submenu-capitulos{padding-left: 30px;}
      .nav-capitulos .submenu-capitulos li{}
      .nav-capitulos .submenu-capitulos li:last-child{}
      .nav-capitulos .submenu-capitulos li a{font-weight: normal;}
      .nav-capitulos .submenu-capitulos li a.active{background: #eee;}
.single-help #blueBg{margin-top: 115px;padding: 40px 15px!important;}
.single-help .col-xs-8 img{width: 100%;}
  .navbar-toggle2 {
    display: none;
  }
  .menu-help-grande{display: block;}
    .collapse .collapse.in{display: none;}
  .collapse.in .collapse.in{display: block;}
#buscador{background: #f9f9f9 none repeat scroll 0 0; padding: 10px; text-align: center;}
  #buscador form{}
  #buscador input{border: none;}
  #buscador input[type=text]{height: 35px; width: 400px;}
    #buscador input[type=submit]{
      background: transparent url("img/ico/ico.png") repeat scroll 107px 1px;
      content: "";
      height: 50px;
      width: 60px;
    }
  .article-content .entry-summary,.entry-title a{color: #4f8693; display: block;}
  .page-buscador .article-content{padding-bottom: 20px; border-bottom: 1px solid #e4e4e4;}
/* --------------------------------------------------------------
FOOTER
-------------------------------------------------------------- */
#footer {
  margin: 85px 0 0 0;
  background-color: #353a3d;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  padding: 65px 0 0 0;
}
#footer a {
  color: #8babb8;
}
#footer .row + .row {
  margin-top: 15px;
}
.newsletter {
  max-width: 550px;
  position: relative;
}
.newsletter h4 {
  margin: 0;
  font-weight: 300;
  font-size: 35px;
  position: relative;
}
.newsletter h4:before {
  width: 60px;
  height: 60px;
  background-image: url(img/ico/ico.png);
  background-position: 0 0;
  display: inline-block;
  content: "";
  background: url(img/ico/footerA.png);
  float: left;
  margin-right: 17px;
}
.newsletter h4 span {
  display: inline-block;
  color: #8babb8;
  font-weight: 400;
  font-size: 16px;
  margin-left: 47px;
  width: 200px;
  line-height: 160%;
  position: relative;
  top: 9px;
}
.newsletter h4 span:before {
  content: "";
  background-color: #8babb8;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  width: 1px;
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: -23px;
  height: 60px;
}
.newsletter form {
  padding: 49px 152px 0 0;
  position: relative;
}
.newsletter form .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background-color: #384043;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 6px 12px 0;
  height: 56px;
  color: #fff;
  font-size: 16px;
}
.newsletter form .form-control:focus {
  box-shadow: 0 0 0 #fff;
}
.newsletter form button {
  position: absolute;
  top: 49px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 151px;
  height: 56px;
  font-size: 15px;
  font-weight: 400;
  border-color: #7a7f82;
}
.newsletter .checkbox {
  padding: 0;
  margin: 10px 0 0;
  width: 140%;
}
.newsletter .checkbox input {
  margin: 0;
  padding: 0;
  top: 3px;
  position: relative;
  margin-right: 8px;
}
.newsletter .checkbox label {
  font-size: 11px;
  font-weight: 700;
  color: #787c7e;
}
.newsletter:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 185px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 100%;
  background: #7A7F82;
  margin-left: 70px;
}
.contact h4 {
  margin: 0 0 27px;
  font-weight: 300;
  font-size: 24px;
}
.contact a {
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
}
.contact .right p {
  font-size: 16px;
  line-height: 170%;
  font-weight: 400;
}
.contact .col:after {
  content: '';
  display: block;
  clear: both;
}
.contact .col + .col {
  margin-top: 20px;
}
.contact .col.last a {
  font-size: 16px;
  position: relative;
}
.contact .col.last a:after {
  content: ">";
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: 100%;
  margin-left: 5px;
}
.contact .col.last .right {
  width: 194px;
}
.contact .col.last .right a {
  color: #fff!important;
}
.footerMenu {
  border-top: 1px solid #7A7F82;
  padding: 40px 0 0 0;
}
.footerMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 100px;
}
.footerMenu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
}
.footerMenu li + li {
  margin-top: 6px;
}
.footerMenu a {
  font-weight: 400;
  font-size: 16px;
}
.footerApps {
  border-top: 1px solid #7A7F82;
  position: relative;
  padding: 45px 0 37px 0;
  text-align: right;
}
.footerApps:before {
  content: "";
  width: 30px;
  position: absolute;
  top: -1px;
  right: auto;
  bottom: auto;
  left: -30px;
  height: 1px;
  background: #7A7F82;
  display: inline-block;
}
.footerApps .app-links {
  margin: 0 -19px;
}
.footerApps li {
  padding: 0 19px;
}
.footerApps li a {
  background-image: url(img/ico/appsF.png);
}
.social h4 {
  margin: 0 30px 0 0;
  display: inline-block;
  font-weight: 300;
  font-size: 24px;
  float: left;
}
.social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: 0 -7px;
}
.social li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none;
  display: inline-block;
  padding: 0 7px;
}
.social li a {
  position: relative;
  width: 32px;
  height: 31px;
  background-image: url(img/ico/ico.png);
  background-size: 350px;
  background-position: 0 0;
  display: inline-block;
  /*text-indent: -9999px;*/
  font-size: 0;
  /*background: url(img/ico/social.png);*/
  background: none;
  float: left;
}
#footer .social li a {
  position: relative;
  width: 32px;
  height: 31px;
  background-image: none;
  background-size: 350px;
  background-position: 0 0;
  display: inline-block;
  /*text-indent: -9999px;*/
  font-size: 0;
  background: none;
  float: left;
}
#follow-us .social li a {
  position: relative;
  width: 32px;
  height: 31px;
  background-image: none;
  background-size: 350px;
  background-position: 0 0;
  display: inline-block;
  /*text-indent: -9999px;*/
  font-size: 0;
  background: none;
  float: left;
}
.social li a:hover{
  background-position: 0px -32px !important;
}
.social .social-02 a {
  background-position: -47px 0 !important;
}
.social .social-03 a {
  background-position: -96px 0 !important;
}
.social .social-04 a {
  background-position: -145px 0 !important;
}
.social .social-05 a {
  background-position: -192px 0 !important;
}
.social .social-06 a {
  background-position: -242px 0 !important;
}
.social .social-07 a {
  background-position: -289px 0 !important;
}
.social .social-02 a:hover {
  background-position: -47px -32px !important;
}
.social .social-03 a:hover {
  background-position: -96px -32px !important;
}
.social .social-04 a:hover {
  background-position: -145px -32px !important;
}
.social .social-05 a:hover {
  background-position: -192px -32px !important;
}
.social .social-06 a:hover {
  background-position: -242px -32px !important;
}
.social .social-07 a:hover {
  background-position: -289px -32px !important;
}
#clousure {
  border-top: 1px solid #7A7F82;
  padding: 20px 0;
}
#clousure p {
  margin: 0;
  display: inline-block;
  float: left;
  font-weight: 400;
  color: #C4C4C6;
  font-size: 14px;
}
#clousure p a {
  color: #C4C4C6;
  font-size: 14px;
}
#clousure p a:before {
  content: "";
  width: 1px;
  height: 14px;
  display: inline-block;
  background-color: #c4c4c6;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 10px 0 8px;
  top: 2px;
  position: relative;
}
#clousure p a.lang:after {
  width: 6px;
  height: 11px;
  background-image: url(img/ico/ico.png);
  background-position: -50px 0;
  display: inline-block;
  content: "";
  margin: 0 0 0 3px;
  position: relative;
  top: 1px;
}
#clousure #by {
  float: right;
  color: #C4C4C6;
  font-size: 14px;
  font-weight: 400;
}
#clousure #by span {
  width: 18px;
  height: 14px;
  background-image: url(img/ico/ico.png);
  background-size: 350px;
  background-position: -100px 0;
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 4px 0 3px;
}
#clousure #by a {
  color: #C4C4C6;
}
#clousure:after {
  content: '';
  display: block;
  clear: both;
}
.container-articulos{display: none;}
.container-capitulos{
    background-color: #f9f8f8;
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    display: none;
}
.container-capitulos span{font-family: "Lato","Glyphicons Halflings"; font-weight: 300;}
.container-articulos span{font-family: "Lato","Glyphicons Halflings"; font-weight: 300;}
.form-capitulo{display: none;}
.form-add-post{display: none;}
.form-login{padding: 10px;}
.container-articulos .block-title{margin-bottom: 20px;}
.container-capitulos .block-title{margin-bottom: 20px;}
.form-lista-capitulos{margin-bottom: 100px;}
.form-add-post form{margin-top: 20px; background: #f9f8f8; padding-top: 10px;}
.form-add-post form input[type=submit]{margin-top: 10px;}
.single-landing-flexible .primer-bloque{padding: 65px 0px;}
  .single-landing-flexible .primer-bloque .content{padding: 0px 150px;}
  .single-landing-flexible .primer-bloque h1{padding: 20px 0px;}
.single-landing-flexible #footer{margin-top: 0px;}
.cabecera img{width: 100%;}
.bloque-flexible{padding: 65px 5px;}
 .bloque-flexible .container .col-md-12{padding: 0px 150px;}
  .bloque-flexible.alineacion_izquierda{background: #fff;}
  .bloque-flexible.alineacion_derecha{background: #faf8f8;}
  .bloque-flexible h2{font-size: 32px; color: #000; text-align: left; font-weight: 300; color: #727478; padding-bottom: 35px; padding-top: 35px;}
  .bloque-flexible h3{font-size: 24px; color: #000; text-align: center; padding-left: 15px; color: #727478; font-weight: 300; padding-bottom: 10px;padding-top: 10px;}
  .bloque-flexible p{}
  .bloque-flexible ul{text-align: left; padding: 0px 25px;  list-style: none;}
    .bloque-flexible ul li{padding-bottom: 5px; text-align: left;text-indent: -25px; margin-bottom: 10px;}
    .bloque-flexible ul li::before{content: url('img/tick-lista.png'); padding-right: 5px;}
      /*.bloque-flexible ul li span:first-child::before{content: url('img/tick-lista.png'); padding-right: 5px;}
         .bloque-flexible ul li i span::before{display: none;}*/
    .bloque-flexible ol li{padding-bottom: 5px; text-align: left;margin-bottom: 10px;}
    .bloque-flexible ol li::before{font-weight: bold;}
  .bloque-flexible img{margin: 0 auto; max-width: 100%;}
  .bloque-flexible img.aligncenter{margin: 0 auto;}
.vertical-align{
    display: flex;
    align-items: center;
}
#selloeuropa{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    height: auto;
    border-top: 1px solid #7A7F82;
    overflow: hidden;
}
/*#selloeuropa img{
    float: right;
}*/
#selloeuropa .texto{
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Verdana;
    font-weight: lighter;
}
.ebook-page .wp0 p{ color: #4e8593; font-size: 20px; font-weight: 500; text-align: center;}
.ebook-page .content{
  max-width: 1235px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 80px;
}
.box-ebook{position: relative; overflow: hidden; margin: 15px 0;min-height: 600px;max-height: 600px;}
.box-ebook a{text-decoration: none;}
.box-ebook button{margin-left: 20px; margin-top: 10px; margin-bottom: 10px;}
.box-ebook:hover button{display: block;}
.box-ebook img{width: 100%; box-shadow: 3px 0px 10px #ccc;}
.box-destacado-ebook{
  background-color: rgba(245,245,245,0.8); width: 100%; padding: 10px; text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-ebook:hover .box-destacado-ebook{bottom: 0px;}
  .box-destacado-ebook h2{font-size: 20px; text-align: left; padding-left: 20px; font-weight: 500; color: #2f373b !important; height: 45px;}
  .box-destacado-ebook span{display: block; width: 100%; padding-left: 20px; text-align: left; color: #2f373b; font-size: 14px;}
.single-ebook .wp0 p{ color: #4e8593; font-size: 20px; font-weight: 500; text-align: center;}
.single-ebook .content{
  max-width: 1235px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 80px;
}
.single-ebook .content p{text-align: left;}
.single-ebook .content p img{
  display: block;
  max-width: 100%;
  height: auto;
}
.form-ebook{background-color: #3a4c56; padding: 25px;}
  .form-ebook .form-group{
    margin: 0 0 20px;
    overflow: hidden;
  }
  .form-ebook label{
    color: #fff;
    font-weight: 400;
    margin: 0 0 5px;
    font-size: 14px;
    width: 100%;
    text-align: left;
  }
  .form-ebook .form-control{
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #d1dee3;
    height: 40px;
    font-weight: 400;
  }
  .form-ebook .control01{
    width: 20%;
    float: left;
  }
  .form-ebook .control02{
    width: 75%;
    float: right;
  }
  .form-ebook .btn-link{
    display: block;
    margin: 0 auto;
    background: #dc7755 !important;
    color: #fff;
    width: 175px;
    border-bottom: 3px solid #30515b;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
  }
  .ebook-page .box-destacado-ebook .btn{
    display: block;
    margin-top: 10px;
    background: #abbc49 !important;
    color: #fff;
    width: 175px;
    border-bottom: 3px solid #75812e;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
  }
  .ebook-page div.content div:first-child .box-destacado-ebook .btn {
    background: #e9895f !important;
    border-bottom: 3px solid #df764d;
	content: "COMPRAR";
  }  
  
  
  
.page-ebook #footer {
  margin-top: 0;
}
#youtube_box{
  position: relative;
  background: transparent;
  height: 1070px;
  overflow: hidden;
  margin-top: 100px;
}
.ytplayer-container{
  position: absolute;
  top: 0;
  z-index: -1;
}
.contenedor-landing{
  margin-top: 40px;
}
.contenedor-landing h2{
  font-size: 41px;
  text-align: center;
  font-family: inherit;
  font-weight: 300;
  margin-bottom: 150px;
  margin-top: 50px;
  color: #000;
}
.contenedor-landing .row{margin-bottom: 150px;}
.box-contenido-landing h4{
  font-family: 'Lato';
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 20px;
}
.box-contenido-landing p{
  line-height: 24px;
}
#bs-example-navbar-collapse-1 ul ul { /* this targets all sub menus */
  display: none; /* hide all sub menus from view */
  position: absolute;
  top: 30px; /* this should be the same height as the top level menu -- height + padding + borders */
  margin-top: 0px;
  list-style: none;
  padding-left: 0px;
}
#bs-example-navbar-collapse-1 ul ul li { /* this targets all submenu items */
  float: none;
  width: 250px;
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #ededed;
}
#bs-example-navbar-collapse-1 ul ul li:hover{
  background: #ECECEC;
}
#bs-example-navbar-collapse-1 ul ul li a { /* target all sub menu item links */
  padding: 5px 10px; /* give our sub menu links a nice button feel */
  color: #000;
  text-decoration: none;
}
#bs-example-navbar-collapse-1 ul li:hover > ul {
  display: block; /* show sub menus when hovering over a parent */
}
#slider_home{/*max-height: 650px;*/ margin-top: 114px;}
.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    top:0;
    left:0;
    border: none !important;
    /*max-height: 650px;*/
}
#slider_home .bx-viewport, #slider_home .bx-wrapper{
  height: 100% !important;
}
.slider_home, .slider_home li{
    height: 100% !important;
}
.slider_home li{
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
}
.bx-wrapper .bx-viewport{
    border: none !important;
}
.texto_slider{    
    margin: 0;
    text-align: left;
    padding-top: 15%;
    width: 55%;
    padding-left: 15%;
  }
  .texto_slider span{font-size: 41px; color: #000; text-shadow: 0px 0px 12px #fff; line-height: 33px; display: block; margin-bottom: 25px;}
  .texto_slider h2{font-size: 46px; color: #000; font-weight: 400; margin-bottom: 5px; text-shadow: 0px 0px 12px #fff;}
    .texto_slider h2 span{font-size: 40px; font-weight: 600; color: #abbc49; }
  .texto_slider button.ver{
    display: block;
    background: #fff;
    padding: 10px 25px;
    border: 0px;
    margin-top: 0px;
    font-weight: bold;
    font-size: 12px;
    float: left;
    margin-right: 25px;
    border: 1px solid #000;
    color: #000;
  }
  .texto_slider button.saber{
    display: block;
    padding: 10px 25px;
    background: #fff;
    border: 0px;
    margin-top: 0px;
    font-weight: bold;
    font-size: 12px;
    float: left;
    border: 1px solid #000;
    color: #000;
  }
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:0px;
    height:0;
    overflow:hidden;
    margin-top: 112px;
}
.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}






.play-button-yt {
  display: inline-block;
  position: relative;
    position: absolute;
  top: calc(50% - 80px);
  left: calc(50% - 80px);
}
.play-button-yt a {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  font-size: 0;
}
.play-button-yt a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 38px;
  right: auto;
  bottom: auto;
  left: 40px;
  z-index: 5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 13px 23px;
  border-color: transparent transparent transparent #384043;
}
.play-button-yt:before {
  content: "";
  display: inline-block;
  border: 0px solid #227587;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.play-button-yt:hover:before {
  border: 2px solid #fff;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.2);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.2);
  transition: all 200ms ease-in;
  transform: scale(1.2);
}
.landing-primaria{margin-bottom: -100px;}
.bx-wrapper .bx-next{
  background-image: url('img/flecha.png') !important;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-size: 12px;
  transform: rotate(180deg);
  right: 0px;
  opacity: 1;
  width: 60px !important;
  height: 60px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
  .bx-wrapper .bx-next:hover{background-position: 10px 10px !important;background: #fff;background-repeat: no-repeat; background-size: 12px;}
.bx-wrapper .bx-prev{
    background-image: url('img/flecha.png') !important;
    background: #fff;
    background-repeat: no-repeat;
    background-position: 20px 10px;
    background-size: 12px;
    left: 0px;
    opacity: 1;
    width: 60px !important;
    height: 60px !important;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
  .bx-wrapper .bx-prev:hover{background-position: 10px 10px !important;background: #fff;background-repeat: no-repeat; background-size: 12px;}
  .bx-wrapper .bx-next:focus,.bx-wrapper .bx-prev:focus{background-position: 20px 10px;}

.p-0{padding: 0px;}
.b2b-nuevo{position: relative; max-height: 600px; overflow: hidden; margin-top: 115px;}
  .b2b-nuevo h1{
    position: absolute;
    color: #fff;
    z-index: 10;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 94px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-top: -100px;
  }
p.destacado-b2b{
  font-size: 23px;
  padding: 90px 34%;
  line-height: 35px;
  font-weight: bold;
  color: #227587;
}
.play-b2b{
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  cursor: pointer;
}
  .play-b2b img{width: 100%;}

h3.b2b-title{
  color: #3d4f56;
  text-transform: uppercase;
  font-size: 80px;
  margin: 65px;
  font-family: 'Oswald', sans-serif;
}
h5.b2b-title{ color: #3d4f56; text-transform: uppercase; font-size: 45px;font-family: 'Oswald', sans-serif; margin-top: 50px; margin-bottom: 20px;}
.list-gifs{margin: 30px -10px;}

.captura-atencion{margin-bottom: 100px;}
.captura-atencion p{font-size: 20px; font-weight: 400; padding: 0 10%; color: #000;}

.capta-img{margin: 100px 0px;}

.texto-destaccado-captura h3{color: #3d4f56; text-transform: uppercase; font-size: 30px;font-family: 'Oswald', sans-serif;}
.texto-destaccado-captura p{font-size: 20px; font-weight: 300;}

.estimula-b2b h2{
    position: absolute;
    color: #fff;
    z-index: 10;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 94px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;;
    margin-top: -50px;
    height: 100px;
}

.descubre-b2b{margin: 100px 0;}

.slider-b2b{background: #e9e9ee;}

.formulario-b2b .top-form{display: none;}
.contacto-b2b .row{margin: 100px 0px;}
.contacto-b2b .box-formulario-b2b{background: #faf9f8;}
.contacto-b2b p{font-size: 23px; padding: 10px 34%; line-height: 35px; font-weight: bold; color: #227587;}
  .formulario-b2b label,.formulario-b2b small{color: #000 !important;}
  .formulario-b2b .form-content .form-control{background: #e4e4e5;}
  .formulario-b2b .btn-link{border-color: #93a9b5; color: #93a9b5;}

.center_slider{padding: 0px;}
.slick-list{padding: 125px 0 !important;}
.slick-slide{outline: none;}
.slick-slide.slick-center{box-shadow: 0px 0px 55px #000;}
.slick-slide img{
  outline: none;
  transform: scale(1.00);
    -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slick-slide.slick-center img{
  transform: scale(1.10);
  z-index: 98;
  position: relative;
}

.slick-prev,.slick-next{
  display: inline-block;
  background: #cfcfd1;
  border: none;
  content: "<";
  border-radius: 51px;
  position: absolute;
  top: 50%;
  z-index: 1000;
  width: 76px;
  height: 76px;
  margin-top: -38px;
}
.slick-prev{left: 30%; outline: none;}
.slick-next{right: 30%; outline: none;}
.slick-slide .texto-slider{
  display: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #227587;
  position: absolute;
  bottom: -130px;
  text-align: center;
  width: 100%;
  left: 0px;
  height: 100px;
}
.slick-slide .texto-slider p{margin-bottom: 0px;}
.slick-center .texto-slider{display: block;}
.p-inicio{min-height: 500px;}
.estimula-b2b .parallax-window{min-height: 600px;}
.vimeo-wrapper {
   position: absolute;
   top: 0;
  left: 15px;
  width: calc(100% - 30px);
   height: 100%;
   z-index: 10;
   pointer-events: auto;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100%;
   height: 100%; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100%;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.vimeo-slider{
  position: absolute;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  z-index: 90;
  top: 0px;
  left: 0;
}
.slick-center .vimeo-slider{z-index: 99;}
    
.vimeo-slider iframe,
.vimeo-slider object,
.vimeo-slider embed {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}

.box-formulario-b2b .cuantos-form{display: none;}


.power-nuevo{position: relative; max-height: 800px; overflow: hidden; margin-top: 115px;}
.power-nuevo .p-inicio{min-height: 800px;}
  .power-nuevo h1{
    position: absolute;
    color: #fff;
    z-index: 10;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 70px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-top: -100px;
  }
p.destacado-power{
  font-size: 31px;
  padding: 90px 30%;
  line-height: 40px;
  font-weight: bold;
  color: #227587;
}
.play-power{
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  cursor: pointer;
}
  .play-power img{width: 100%;}

h3.power-title{
  color: #3d4f56;
  text-transform: uppercase;
  font-size: 80px;
  margin: 65px;
  font-family: 'Oswald', sans-serif;
}
h5.power-title{
  color: #227587;
  text-transform: uppercase;
  font-size: 38px;
  font-family: 'Oswald', sans-serif;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 0px 15%;
  line-height: 55px;
}
.contacto-power h5.power-title{ font-size: 44px; }
.estimula-power h2{
    position: absolute;
    color: #fff;
    z-index: 10;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 94px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;;
    margin-top: -50px;
    height: 100px;
}

.descubre-power{margin: 100px 0;}

.slider-power{background: #e9e9ee;}

.formulario-power .top-form{display: none;}
.contacto-power .row{margin: 100px 0px;}
.contacto-power .box-formulario-power{background: #faf9f8;}
.contacto-power p {
    font-size: 28px;
    padding: 10px 30%;
    line-height: 35px;
    font-weight: bold;
    color: #227587;
}
  .formulario-power label,.formulario-power small{color: #000 !important;}
  .formulario-power .form-content .form-control{background: #e4e4e5;}
  .formulario-power .btn-link{border-color: #93a9b5; color: #93a9b5;}
.estimula-power .parallax-window{min-height: 600px;}
.box-formulario-power .cuantos-form{display: none;}


.slider-power .slick-slide .texto-slider{
  display: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #227587;
  position: absolute;
  bottom: -140px;
  text-align: center;
  width: 100%;
  left: 0px;
  height: 100px;
}
.slick-slide .texto-slider p{
  color: #000;
  font-weight: 300;
  font-size: 17px;
  margin-top: 5px;
}

/* --------------------------------------------------------------
MEDIA QUERIES
-------------------------------------------------------------- */
@media (min-width: 768px) {
  .col-sm-2dot4 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-2dot4 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-2dot4 {
    float: left;
    width: 20%;
  }
}

@media (max-width: 1440px) {
  .slider01 .content {
    padding: 100px 100px 0 100px;
  }
  /*.mapList {
    right: 122px;
  }*/
}
@media (max-width: 1280px) {
  #block-02 .bx-controls {
    bottom: 50px;
  }
  .slider01 .content {
    padding: 100px 50px 0 100px;
  }
  #block-04 .bx-controls {
    bottom: 0;
  }
  /*.mapList {
    right: -45px;
  }*/
}
@media (max-width: 767px) {
    #selloeuropa div{text-align: center; margin-bottom: 15px;}
  .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots button {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #3d4f56;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: white;
}
  .slick-slide p{font-size: 12px; margin-left: -15px; width: 100%; margin: 0px;}
  .p-inicio{min-height: 250px;}
  .b2b-nuevo h1{font-size: 60px; margin-top: -66px;}
  p.destacado-b2b{padding: 45px 30px; font-size: 20px; line-height: unset;}
  h3.b2b-title{font-size: 60px; margin: 45px;}
  h5.b2b-title{font-size: 40px;}
  .captura-atencion p {font-size: 20px; margin: 15px;}
  #footer{overflow: hidden;}
  .capta-img{padding: 0 15px;}
  .texto-destaccado-captura h3{text-align: center;}
  .captura-atencion p{text-align: center;}
  .estimula-b2b h2{font-size: 60px; padding: 40px; height: auto; margin-top: -137px;}
  .estimula-b2b .parallax-window { min-height: 320px;}
  .descubre-b2b{margin: 60px 0px;}
  h5.b2b-title{padding: 0 35px;}
  .contacto-b2b p{padding: 10px 15px;line-height: 35px;}
  .contacto-b2b .row { margin: 50px 0px;}



  .power-nuevo .p-inicio{min-height: 250px;}
  .power-nuevo h1{font-size: 42px; margin-top: -66px;}
  .logo-power{top: 60%;}
  .logo-power img{width: 50%}
  p.destacado-power{padding: 45px 30px; font-size: 18px; line-height: unset;}
  h3.power-title{font-size: 60px; margin: 45px;}
  h5.power-title{font-size: 32px;line-height: 38px;}
  .estimula-power h2{font-size: 60px; padding: 40px; height: auto; margin-top: -137px;}
  .estimula-power .parallax-window { min-height: 320px;}
  .descubre-power{margin: 60px 0px;}
  h5.power-title{padding: 0 35px;}
  .contacto-power p{padding: 10px 15px;line-height: 35px;}
  .contacto-power .row { margin: 15px 0px;}
  .slider-power .slick-slide .texto-slider{bottom: -120px; font-size: 18px;}
  .power-atencion.captura-atencion{margin-bottom: 35px;}




    .vertical-align {
        display: block; /* Turn off the flexible box layout */
    }
  /*nav mobile*/
  #YouTubeModalDialog{width: 95% !important;}
    #YouTubeModalDialog iframe{margin: 0px !important; left: -1px;}
  /*.modal-dialog {
      left: auto;
      margin-left: auto;
      margin-top: auto;
  }*/
  .navbar-toggle {
    margin: 0 20px 0 0;
  }
  .navbar-default .navbar-toggle {
    border-color: #e26538;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #e26538!important;
    padding: 5px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    width: 25px;
    height: 3px;
  }
  .header .navbar-default {
    float: none;
    background: #fff;
    margin: 0 -20px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: 0;
  }
  .navbar-nav > li > a {
    padding: 0;
  }
  .navbar-toggle2 {
    margin: 0 20px 0 0;
    border: none;
    background: transparent;
    display: block !important;
  }
  .navbar-toggle2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 0 none;
    border-radius: 0;
    padding: 5px;
    background-image: none;
    float: left;
    position: relative;
  }
  .navbar-toggle2 .icon-bar {
    background: #3d4e56 none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin-bottom: 3px;
    width: 19px;
  }
}
@media (min-width: 992px) {
  .navbar-collapse {
    padding: 0;
  }
  .navbar-collapse .navbar-nav {
    margin: 0 -20px;
  }
  .navbar-collapse .hvr-sweep-to-top:before {
    background: #ECECEC;
  }
  .navbar-collapse2 {
    padding: 0;
  }
  .navbar-collapse2 .navbar-nav {
    margin: 0 -20px;
  }
  .navbar-collapse2 .hvr-sweep-to-top:before {
    background: #ECECEC;
  }
  .navbar {
    clear: right;
    float: right;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 0;
  }
  .navbar-default .navbar-nav > li {
    padding: 0 10px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 5px 10px 6px;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    color: #394044;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background: #ECECEC;
    color: #394044;
  }
  .scroll .navbar {
    padding-top: 7px;
  }
  .page-que-es .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
  .page-que-es .navbar-default .navbar-nav > .active > a,
  .page-que-es .navbar-default .navbar-nav > li > a:hover,
  .page-que-es .navbar-default .navbar-nav > li > a:focus,
  .page-que-es .navbar-default .navbar-nav > .active > a:hover,
  .page-que-es .navbar-default .navbar-nav > .active > a:focus {
    background: #656e74;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.spin {
    display: inline-block;
    float: right;
    width: 30%;
}
.spin span {
    background: #d1dee3 none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    width: 25%;
    margin-top: -1px;
}
.spin span:first-child {
    border-radius: 0px;
}
.spin input {
    background: #d1dee3 none repeat scroll 0 0;
    border: none;
    font-weight: bold;
    height: 30px;
    text-align: center;
    width: 50%;
    pointer-events:none;
    position: relative;
    top: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .spin input { top: -1px !important;}
}
.spin_form_contacto span{background-color: #e5e5e6 !important;}
.spin_form_contacto input{background-color: #e5e5e6 !important; position: relative; top: -1px;}
    .animate-enter, 
    .animate-leave
    { 
        -webkit-transition: 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000) all;
        -moz-transition: 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000) all;
        -ms-transition: 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000) all;
        -o-transition: 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000) all;
        transition: 400ms cubic-bezier(0.420, 0.000, 0.580, 1.000) all;
        position: relative;
        display: block;
    } 
     
    .animate-enter.animate-enter-active, 
    .animate-leave {
        opacity: 1;
        top: 0;
        height: 30px;
    }
     
    .animate-leave.animate-leave-active,
    .animate-enter {
        opacity: 0;
        top: -50px;
        height: 0px;
    }
@media (max-width: 1199px) {
  #team-list .full .info-team {
    padding: 45px 50px 0 585px;
  }
  .team-section h3 {
    font-size: 25px;
  }
  .img-blanca{display: none;}
}
@media (max-width: 991px) {
    .cajas_home p{height: auto; padding: 0 10px; margin-bottom: 20px;}
    .cajas_home .botones_cajas{margin-bottom: 90px;}
  .navbar-collapse2 {
    display: block;
  }
  .menu-help-grande{display: none;}
  #formsAcceso .cajaAcceso:first-child{
    border-right: none !important;
    border-bottom: 1px solid #4f8693 !important;
    margin-bottom: 40px;
  }
  #empresa-history .row {
    margin-left: -50px;
    margin-right: -50px;
  }
  #empresa-history .col-sm-6 {
    padding: 0 50px;
  }
  img {
    max-width: 100%;
  }
  #empresa-history .row + .row {
    margin-top: 40px;
  }
  .page-empresa #banner {
    min-height: 1000px;
  }
  #team-list .full img {
    width: 100%;
  }
  #team-list .full .info-team {
    position: relative;
    padding: 55px 50px 150px;
  }
  #team-list .container {
    padding: 0 20px;
  }
  #team-list .row {
    margin: 0 -20px;
  }
  #team-list .row > div {
    padding: 0 20px;
  }
  #team-list .row + .row {
    margin-top: 40px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{overflow-y: auto !important;}
  .navbar-collapse::after{height: 200% !important;}
  #bs-example-navbar-collapse-1 ul ul {
    display: block;
    position: relative;
    background: transparent;
    top: 0px;
  }
  #bs-example-navbar-collapse-1 ul ul li {
    background: transparent;
    border-bottom: none;
    width: 100%;
    padding: 2px;
  }
  #bs-example-navbar-collapse-1 ul ul li a {
    color: #cbcbcb;
    font-size: 12px;
    padding: 0px 10px;
  }
  #bs-example-navbar-collapse-1 ul li:hover > ul {
  }
}
@media (max-width: 1367px){
  .box_ventajas .bx-controls{bottom:20px !important;}
  .slick-slide .texto-slider{font-size: 15px; line-height: 17px;}
}
@media (max-width: 1200px){
  .box_ventajas .bx-controls{display: none !important; }
  .box_ventajas ul.slider .center-block{padding-top: 20px !important;}
}
@media (max-width: 1024px){
  .slick-slide .texto-slider{font-size: 13px; line-height: 17px;}
}

@media (min-width: 768px) and (max-width: 991px) {
  .team-section {
    padding: 15px 20px;
  }
  .team-section h3 {
    font-size: 22px;
  }
  #team-list .hidden-team .info-team {
    padding: 15px 20px;
  }
  #team-list .hidden-team .info-team h3 {
    font-size: 20px;
  }
  #team-list .hidden-team .info-team h4 {
    font-size: 12px;
  }
  #team-list .hidden-team .info-team .lnk {
    bottom: 15px;
  }
  .single-landing-flexible .primer-bloque .content{padding: 0px 50px;}
  .bloque-flexible .container .col-md-12{padding: 0px 50px;}
}



@media (max-width: 767px) {
  .slick-prev, .slick-next{width: 45px; height: 45px;}
  .slick-prev img, .slick-next img{height: 20px;}
  .slick-arrow{top: 72px;}
  .slick-next{right: 15px;}
  .slick-prev{left: 15px;}

  .slick-slide .texto-slider{padding: 0px 20px;font-size: 12px;}

  .list-gifs .col-md-2dot4{margin-bottom: 15px;}
  .list-gifs .col-md-2dot4:last-child{display: none;}
  #empresa-history {
    padding: 40px 0 70px;
  }
  #empresa-history:after,
  #empresa-history .circle:after {
    display: none;
  }
  #empresa-history .circle img {
    max-width: 80%;
  }
  #empresa-history .row + .row {
    margin-top: 0px;
  }
  #empresa-history .col-sm-6 + .col-sm-6 {
    margin-top: 40px;
  }
  #team-list .full .info-team {
    padding: 15px 20px 80px;
  }
  #team-list .full .info-team h3 {
    font-size: 25px;
  }
  #team-list .full .info-team h4 {
    font-size: 15px;
    margin: 0 0 20px;
  }
  #team-list .full .info-team .lnk {
    bottom: 20px;
  }
  #team-list .col-sm-6 + .col-sm-6,
  #team-list .col-sm-4 + .col-sm-4 {
    margin-top: 40px;
  }
  #team-list .hidden-team .info-team {
    padding: 15px 20px;
  }
  .team-section {
    padding: 15px 20px;
    height: auto !important;
  }
   .single-landing-flexible .primer-bloque .content{padding: 0px 15px;}
 .bloque-flexible .container .col-md-12{padding: 0px 15px;}
 .bloque-flexible img{padding: 20px 0px;}
.texto_slider{margin: 0 auto; text-align: center; padding-top: 10%; width: 65%; padding-left: 0px; padding-bottom: 1px;}
  .texto_slider span{font-size: 18px; color: #000;background-color: rgba(255,255,255,0.6); margin-top: -5px; padding-bottom: 10px;}
  .texto_slider h2{font-size: 30px; color: #000; font-weight: 600; padding-bottom: 30px; background-color: rgba(255,255,255,0.6); padding-top: 10px;}
  .texto_slider h2 span{font-size: 30px; font-weight: 600;color: #abbc49; }
  .texto_slider button.ver{
    display: block;
    background: #dc7755 !important;
    padding: 14px 25px;
    color: #fff;
    border: 0px;
    margin-top: 25px;
    font-weight: bold;
    font-size: 12px;
    float: left;
    margin-right: 10px;
  }
  .texto_slider button.saber{
    display: block;
    background: #dc7755 !important;
    padding: 14px 25px;
    color: #fff;
    border: 0px;
    margin-top: 25px;
    font-weight: bold;
    font-size: 12px;
    float: left;
  }
  .texto_slider button.ver{background: #fff !important; color: #000 !important;float: none; margin: 0 auto;}
  .texto_slider button.saber{background: #fff !important; color: #000 !important; float: none; margin: 0 auto; margin-top: 20px;}
}
@media (min-width: 991px) and (max-width: 1370px) {
  #myForm .row{margin-left: -30px; margin-right: -30px;}
    #myForm .form-group label{font-size: 13px; margin: 0px;}
     #myForm .form-group small{font-size: 10px;margin-top: -5px; width: 100%;}
     #myForm .form-group .spin{height: 25px; width: 100%;}
}
#impliedsubmit{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid;
    margin-left: 10px;
    padding: 3px 20px;
    text-transform: uppercase;
    font-weight: bold;
}
/* LANDING PAGE  */
.title_landing{background-size: cover !important; height: 610px; padding-top: 90px;}
  .title_landing .block-title{ color: #FFF; margin-top: 50px; margin-bottom: 60px;}
    .title_landing .block-title span{ color: #FFF; font-weight: 300; font-size: 21px; margin-top: 25px;}
.box_ventajas{position: relative;}
.box_ventajas ul.slider .center-block {
    padding: 20px 0 0 0;
    display: block;
    left: 50%;
    margin-left: -240px;
    position: absolute;
    width: 440px;
}
  .box_ventajas .list_tick{}
    .box_ventajas .list_tick li{margin-bottom: 10px;}
  .box_ventajas center{padding: 10% 0 0 0;}
    .box_ventajas center span{}
.box_solucion{}
  .box_solucion .block-title{padding-bottom: 40px; padding-top: 40px; font-size: 30px;} 
    .box_solucion .block-title span{font-size: 24px;}
  .box_solucion center{padding-bottom: 30px;}
    .box_solucion center a{margin-left: 20px;}
    .box_solucion .flecha-abajo{margin-top: 0px;}
  .box_solucion .slider02{}
  .flecha-abajo{background-image: url("img/ico/ico.png"); background-position: -200px 0; transform: rotate(180deg); display: block; height: 20px; width: 28px; margin-top: 40px;}
.box_solucion .bx-wrapper{position: relative;}
.box_solucion .bx-controls{height: 66px; margin-top: -33px; overflow: hidden; position: absolute; top: 50%; width: 100%;}
.box_solucion .bx-prev{
    background: rgba(0, 0, 0, 0) url("img/flecha.png") repeat scroll 0 0;
    display: block;
    height: 66px;
    left: 10%;
    line-height: 188px;
    overflow: hidden;
    position: absolute;
    width: 19px;
    float: left;
}
.box_solucion .bx-next{
    background: url("img/ico/arrows.png");
    background-position: -20px 0;
    display: block;
    height: 66px;
    right: 10%;
    line-height: 188px;
    overflow: hidden;
    position: absolute;
    width: 19px;
    float: right;
}
.boton_primario_landing{background: #fff !important; border-color: #fff; color: #000 !important;}
.box_ventajas .bx-controls {
    bottom: 50px;
    left: 75%;
    margin-left: -50px;
    position: relative;
    text-align: center;
    width: 100px;
    z-index: 100;
}
.box_ventajas .bx-pager {
  /*padding-left: 55px;*/
}
.box_ventajas .bx-wrapper{ position: relative;}
.box_ventajas .bx-pager-item {
  display: inline-block;
}
.box_ventajas .bx-pager-item a {
  display: inline-block;
  float: left;
  width: 7px;
  height: 7px;
  border: 1px solid #97989A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  font-size: 0;
  margin:0 5px;
}
.box_ventajas .bx-pager-item a.active {
  border-color: #384043;
  background-color: #384043;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
}
section.box-casos {
  margin-bottom: 0;
  position: relative;
}
section.box-casos .bx-controls {
  bottom: auto;
  width: 100%;
  margin: 0;
  top: 50%;
  margin-top: -32.5px;
  height: 0px;
  float: right;
  left: auto;
  position: absolute;
  right: 0;
  text-align: center;
}
section.box-casos .bx-controls-direction a {
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  width: 19px;
  height: 65px;
  background-image: url(img/ico/arrows.png);
}
section.box-casos .bx-controls-direction .bx-prev {
  margin-left: 35px;
  float: left;
}
section.box-casos .bx-controls-direction .bx-next {
  margin-right: 35px;
  float: right;
  background-position: -20px 0;
}
.fomulario_landing h2{font-family: "Lato"; font-weight: 300; margin-bottom: 50px;}
  .fomulario_landing h2 span{font-size: 20px; font-weight: 300;}
ul.list-tick li {
    font-size: 16px;
    list-style-image: url("img/ico/tick.png") !important;
    padding-bottom: 10px;
}
section.fomulario_landing{padding-top: 50px !important;}
.cta-block{
  background-image: url('img/fondo-CTA-web.jpg');
  overflow: hidden; 
}
.cta-block img{margin: 60px 40px; float: right;}
.txt-cta{
  color: #fff;
  text-align: left;
  padding: 80px 0px;
}
.txt-cta span{
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.txt-cta h2{font-size: 30px;}
.txt-cta small{font-size: 20px;}
.txt-cta a{text-decoration: none;}
.txt-cta button{
  display: block;
  background: #dc7755;
  padding: 16px 38px;
  color: #fff;
  border: 0px;
  margin-top: 27px;
  font-weight: bold;
  font-size: 18px;
}
#cta-blog{background: #d67353; color: #fff; padding: 10px;}
  #cta-blog small{}
  #cta-blog p strong{ font-size: 22px; }
  #cta-blog span{ font-size: 20px; }
  #cta-blog a{
    display: block;
    margin-top: 10px;
    background: #fff !important;
    color: #dc7755;
    width: 150px;
    border-bottom: 3px solid #bc371c;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
  }
#cta-blog-movil{background: #457482; color: #fff; padding: 10px;}
  #cta-blog-movil small{}
  #cta-blog-movil p strong{ font-size: 22px; }
  #cta-blog-movil span{ font-size: 20px; }
  #cta-blog-movil a{
    display: block;
    margin-top: 10px;
    background: #dc7755 !important;
    color: #fff;
    width: 175px;
    border-bottom: 3px solid #30515b;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
  }
.cta-block-industria{
  background-image: url('img/fondo-CTA-web-ces-industrial.jpg');
  overflow: hidden; 
}
.cta-block-industria img{margin: 60px 40px; float: left;}
.txt-cta-industria{
  color: #fff;
  text-align: left;
  padding: 80px 0px;
}
.txt-cta-industria span{
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.txt-cta-industria h2{font-size: 30px;}
  .txt-cta-industria h2 span{color: #abbc49; display: inline; font-size: 30px;}
.txt-cta-industria small{font-size: 20px;}
.txt-cta-industria a{text-decoration: none;}
.txt-cta-industria button{
  display: block;
  background: #abbc49;
  padding: 16px 38px;
  color: #fff;
  border: 0px;
  margin-top: 27px;
  font-weight: bold;
  font-size: 18px;
}
#cta-blog-industria{background: #abbc49; color: #fff; padding: 10px;}
  #cta-blog-industria span{color: #000;}
  #cta-blog-industria small{}
  #cta-blog-industria p strong{ font-size: 22px; }
  #cta-blog-industria span{ font-size: 20px; }
  #cta-blog-industria a{
    display: block;
    margin-top: 10px;
    background: #fff !important;
    color: #000;
    width: 150px;
    border-bottom: 3px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
  }
.cta-block-informe-sectorial{
  background-image: url('img/fondo-CTA-web-informe-sectorial.jpg');
  overflow: hidden; 
}
.cta-block-informe-sectorial img{margin: 60px 40px; float: right;}
.txt-cta-informe-sectorial{
  color: #fff;
  text-align: left;
  padding: 80px 0px;
}
.txt-cta-informe-sectorial span{
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.txt-cta-informe-sectorial h2{font-size: 30px;}
  .txt-cta-informe-sectorial h2 span{color: #abbc49; display: inline; font-size: 30px;}
.txt-cta-informe-sectorial small{font-size: 20px;}
.txt-cta-informe-sectorial a{text-decoration: none;}
.txt-cta-informe-sectorial button{
  display: block;
  background: #dc7755;
  padding: 16px 38px;
  color: #fff;
  border: 0px;
  margin-top: 27px;
  font-weight: bold;
  font-size: 18px;
}
#cta-blog-informe-sectorial{background: #457482; color: #fff; padding: 10px;}
  #cta-blog-informe-sectorial small{}
  #cta-blog-informe-sectorial p strong{ font-size: 22px; }
  #cta-blog-informe-sectorial span{ font-size: 20px; }
  #cta-blog-informe-sectorial a{
    display: block;
    margin-top: 10px;
    background: #abbc49 !important;
    color: #fff;
    width: 175px;
    border-bottom: 3px solid #75812e;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
  }
.cta-block-movil{
  background-image: url('img/fondo-CTA-web-CRM-movil.jpg');
  overflow: hidden; 
}
.cta-block-movil img{margin: 60px 40px; float: right;}
.txt-cta-movil{
  color: #fff;
  text-align: left;
  padding: 80px 0px;
}
.txt-cta-movil span{
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.txt-cta-movil h2{font-size: 30px;}
  .txt-cta-movil h2 span{color: #abbc49; display: inline; font-size: 30px;}
.txt-cta-movil small{font-size: 20px;}
.txt-cta-movil a{text-decoration: none;}
.txt-cta-movil button{
  display: block;
  background: #dc7755;
  padding: 16px 38px;
  color: #fff;
  border: 0px;
  margin-top: 27px;
  font-weight: bold;
  font-size: 18px;
}
#cta-blog-inteligencia{background: #457482; color: #fff; padding: 10px;}
  #cta-blog-inteligencia small{}
  #cta-blog-inteligencia p strong{ font-size: 22px; }
  #cta-blog-inteligencia span{ font-size: 20px; }
  #cta-blog-inteligencia a{
    display: block;
    margin-top: 10px;
    background: #abbc49 !important;
    color: #fff;
    width: 175px;
    border-bottom: 3px solid #75812e;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
  }
.cta-block-inteligencia{
  background-image: url('img/fondo-CTA-web-inteligencia-comercial.jpg');
  overflow: hidden; 
  margin-bottom: 40px;
}
.cta-block-inteligencia img{margin: 60px 40px; float: right;}
.txt-cta-inteligencia{
  color: #fff;
  text-align: left;
  padding: 80px 0px;
}
.txt-cta-inteligencia span{
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.txt-cta-inteligencia h2{font-size: 30px;}
  .txt-cta-inteligencia h2 span{color: #abbc49; display: inline; font-size: 30px;}
.txt-cta-inteligencia small{font-size: 20px; font-family: 'Lato';}
.txt-cta-inteligencia a{text-decoration: none;}
.txt-cta-inteligencia button{
  display: block;
  background: #abbc49;
  padding: 16px 38px;
  color: #fff;
  border: 0px;
  margin-top: 27px;
  font-weight: bold;
  font-size: 18px;
}
.section-recursos-pr{margin-bottom: 50px;}
.section-recursos-pr h1{color: #fff !important}
.section-recursos-pr p{font-size: 24px; line-height: 30px; text-align: left;}
.section-recursos-sec h3{
  color: #394044;
  text-decoration: none;
  text-align: left;
  font-size: 32px;
}
.aprendemos-recursos  h3{ margin-top: 30px;}
.section-recursos-sec p{text-align: left; font-size: 16px;}
.aprendemos-recursos ul li{text-align: left; font-size: 16px;}
.box-recurso{background: #8bacb8; padding-top: 50px; color: #fff;}
.logo-power{position: absolute; top: 55%; width: 100%; text-align: center;}
.section-recursos-pr h1{font-weight: 500 !important;}
.section-recursos-pr h1 span{font-size: 26px; font-weight: 300 !important;}
/*# sourceMappingURL=style.css.map */
