@import url('/css/css.css');
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none; }

.btn:active,
.btn.active {
  background-image: none; }

.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc; }

.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px; }

.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb; }

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none; }

.btn-primary {
  background: #BBD300;
  border-color: #BBD300;
  color: #021E5E !important; }

.btn-primary:hover,
.btn-primary:focus {
  background-color: #c9e200;
  border-color: #BBD300; }

.btn-primary:active,
.btn-primary.active {
  background-color: #c9e200 !important;
  border-color: #BBD300 !important; }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #BBD300;
  background-image: none; }

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e; }

.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px; }

.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e; }

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none; }

.btn-info {
  background: #021E5E;
  border-color: #021E5E;
  color: #FFF !important; }

.btn-info:hover,
.btn-info:focus {
  background-color: #02236d;
  border-color: #021E5E; }

.btn-info:active,
.btn-info.active {
  background-color: #02236d;
  border-color: #021E5E; }

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none; }

.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13; }

.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px; }

.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13; }

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none; }

.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28; }

.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px; }

.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28; }

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none; }

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x; }
 .navbar2-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); }

.navbar2-default .navbar2-nav > .open > a,
.navbar2-default .navbar2-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); }

.navbar2-brand,
.navbar2-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }

.navbar2-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px; }

.navbar2-inverse .navbar2-nav > .open > a,
.navbar2-inverse .navbar2-nav > .active > a {
  background: #BBD300 !important;
  color: #021E5E !important; }

.navbar2-inverse .navbar2-brand,
.navbar2-inverse .navbar2-nav > li > a {
  text-shadow: 0 -1px 0 transparent; }

 .navbar2 {
    margin-bottom: 0; }
    .navbar2 .container {
      padding-left: 5px;
      padding-right: 5px; }

  .navbar2-inverse {
    border-radius: 0; }
    .navbar2-inverse .navbar-toggle {
      margin-top: 20px; }

  .navbar2-header.col-md-4 {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0; }

  .navbar2-brand {
    width: 40%; }
    .navbar2-brand img {
      width: 100%;
      max-width: 287px; }

  .navbar2-nav {
    font-size: 16px;
    font-weight: 700; }
    .navbar2-nav > li > a {
      text-align: left;
      padding: 10px; }

.navbar2-static-top,
.navbar2-fixed-top,
.navbar2-fixed-bottom {
  border-radius: 0; }
  .fix-nav2 {
  background-color: #021e5ea6;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s; }
  .fix-nav2.ancho-navbar2 {
    margin-top: 0 !important; }
  .fix-nav2 .navbar2-brand {
    width: 100%; }
    .fix-nav2 .navbar2-brand img {
      width: 100%;
      margin-top: 5px; }
  .fix-nav2 .navbar2-nav {
    float: none; }
    .fix-nav2 .navbar2-nav > li > a {
      padding-top: 31px;
      padding-bottom: 31px; }
  .fix-nav2 nav {
    height: auto; }
  .fix-nav2 .access {
    min-height: 80px; }
    .fix-nav2 .access h4 {
      font-size: 14px;
      float: left !important; }
    .fix-nav2 .access .user {
      margin: 0px 0 5px 0;
      font-size: 12px;
      float: left !important;
      display: block; }
    .fix-nav2 .access input[type="text"],
    .fix-nav2 .access button,
    .fix-nav2 .access a,
    .fix-nav2 .access span.customSelect {
      font-size: 12px; }
  .fix-nav2 .submenu {
    top: 81px; }
    .fix-nav2 .submenu.item1 {
      left: -235px; }
    .fix-nav2 .submenu.item2 {
      left: -390px; }

  .navbar2-push {
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 0;
  margin-right: 0;
  background-color: #021e5ea6;
  height: auto;
  max-height: 100%; }
  .navbar2-push h2 {
    color: #FFF;
    font-size: 22px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 0;
    padding: 10px 15px; }
    .navbar2-push h2 .icon-close {
      float: right; }
      .navbar2-push {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    height: 100%;
    position: fixed;
    width: 75%;
    top: 0;
    text-align: left;
    overflow-x: hidden; }

  .navbar2-push.navbar2-push-right {
    left: -75%; }

  .navbar2-push.navbar2-push-right.in {
    left: 0; }

  .navbar2-collapse {
  border: 0;
  padding: 0;
  box-shadow: none; }

.navbar2-inverse {
  border: none;
  background: #021E5E; }
  .navbar2-inverse .dropdown-toggle {
    color: #FFF !Important; }
    .navbar2-inverse .dropdown-toggle:hover {
      background-color: #BBD300 !important;
      color: #021E5E !important; }
  .navbar2-inverse .navbar2-toggle.ppal {
    float: left;
    background: transparent;
    border: 0;
    margin-top: 25px; }
    .navbar2-inverse .navbar2-toggle.ppal span {
      background: #BBD300; }
    .navbar2-inverse .navbar2-toggle.ppal.active, .navbar2-inverse .navbar2-toggle.ppal:hover, .navbar2-inverse .navbar2-toggle.ppal:focus {
      background: #BBD300; }
      .navbar2-inverse .navbar2-toggle.ppal.active span, .navbar2-inverse .navbar2-toggle.ppal:hover span, .navbar2-inverse .navbar2-toggle.ppal:focus span {
        background: #FFF; }
  .navbar2-inverse .acc24hs, .navbar2-inverse .optn {
    border: 0;
    font-size: 20px;
    width: auto;
    padding: 30px 15px;
    float: none;
    position: absolute;
    height: 85px;
    margin-top: -80px; }
    .navbar2-inverse .acc24hs.active, .navbar2-inverse .acc24hs:hover, .navbar2-inverse .acc24hs:focus, .navbar2-inverse .optn.active, .navbar2-inverse .optn:hover, .navbar2-inverse .optn:focus {
      background: #02194f; }
  .navbar2-inverse .acc24hs {
    top: -5px;
    right: 35px; }
    .navbar2-inverse .acc24hs .caret {
      color: #BBD300; }
  .navbar2-inverse .optn {
    top: -5px;
    right: -15px; }

.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); }

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background: #BBD300 !important;
  color: #021E5E !important; }

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 transparent; }

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0; }

@media (max-width: 767px) {
    .navbar2 .navbar2-nav .open .dropdown-menu > .active > a,
  .navbar2 .navbar2-nav .open .dropdown-menu > .active > a:hover,
  .navbar2 .navbar2-nav .open .dropdown-menu > .active > a:focus,
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x; } }
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); }

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1; }

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea; }

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e; }

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7; }

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x; }

.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x; }

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #BBD300 0%, #A8B900 100%);
  background-image: -o-linear-gradient(top, #BBD300 0%, #A8B900 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BBD300), to(#A8B900));
  background-image: linear-gradient(to bottom, #BBD300 0%, #A8B900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x; }

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x; }

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x; }

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x; }

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a; }

.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none; }

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x; }

.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x; }

.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x; }

.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x; }

.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x; }

.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x; }

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); }

/*# sourceMappingURL=bootstrap-theme.css.map */
.fix-nav {
  background-color: #021E5E;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s; }
  .fix-nav.ancho-navbar {
    margin-top: 0 !important; }
  .fix-nav .navbar-brand {
    width: 100%; }
    .fix-nav .navbar-brand img {
      width: 100%;
      margin-top: 5px; }
  .fix-nav .navbar-nav {
    float: none; }
    .fix-nav .navbar-nav > li > a {
      padding-top: 31px;
      padding-bottom: 31px; }
  .fix-nav nav {
    height: auto; }
  .fix-nav .access {
    min-height: 80px; }
    .fix-nav .access h4 {
      font-size: 14px;
      float: left !important; }
    .fix-nav .access .user {
      margin: 0px 0 5px 0;
      font-size: 12px;
      float: left !important;
      display: block; }
    .fix-nav .access input[type="text"],
    .fix-nav .access button,
    .fix-nav .access a,
    .fix-nav .access span.customSelect {
      font-size: 12px; }
  .fix-nav .submenu {
    top: 81px; }
    .fix-nav .submenu.item1 {
      left: -235px; }
    .fix-nav .submenu.item2 {
      left: -390px; }

  
.navbar-push {
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 0;
  margin-right: 0;
  background-color: #021E5E;
  height: auto;
  max-height: 100%; }
  .navbar-push h2 {
    color: #FFF;
    font-size: 22px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 0;
    padding: 10px 15px; }
    .navbar-push h2 .icon-close {
      float: right; }
    
@media screen and (max-width: 767px) {
  .push-canvas {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    overflow-x: hidden;
    overflow-y: scroll;
    left: 0; }

  .navbar-push {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    height: 100%;
    position: fixed;
    width: 75%;
    top: 0;
    text-align: left;
    overflow-x: hidden; }

  .navbar-push.navbar-push-right {
    left: -75%; }

  .navbar-push.navbar-push-right.in {
    left: 0; }

  .menu {
    left: -75%;
    /* start off behind the scenes */
    height: 100%;
    position: fixed;
    width: 75%;
    z-index: 999999; } }
.sharrre .box a:hover {
  text-decoration: none; }

.sharrre .count {
  color: #525b67;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  width: 70px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #b2c6cc;
  background: #fbfbfb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f6f6f6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
  /* IE10+ */
  background: linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
  /* W3C */
  /* IE6-9 */ }

.sharrre .count:before,
.sharrre .count:after {
  content: '';
  display: block;
  position: absolute;
  left: 49%;
  width: 0;
  height: 0; }

.sharrre .count:before {
  border: solid 7px transparent;
  border-top-color: #b2c6cc;
  margin-left: -7px;
  bottom: -14px; }

.sharrre .count:after {
  border: solid 6px transparent;
  margin-left: -6px;
  bottom: -12px;
  border-top-color: #fbfbfb; }

.sharrre .share {
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin-top: 8px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 70px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

#twitter .share {
  text-shadow: 1px 0px 0px #0077be;
  filter: dropshadow(color=#0077be, offx=1, offy=0);
  border: 1px solid #0075c5;
  background: #26c3eb;
  background: -moz-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26c3eb), color-stop(50%, #26b3e6), color-stop(51%, #00a2e1), color-stop(100%, #0080d6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%);
  /* IE10+ */
  background: linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%);
  /* W3C */
  /* IE6-9 */
  box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #5cd3f1 inset; }

#facebook .share {
  text-shadow: 1px 0px 0px #26427e;
  filter: dropshadow(color=#26427e, offx=1, offy=0);
  border: 1px solid #24417c;
  background: #5582c9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5582c9 0%, #33539a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5582c9), color-stop(100%, #33539a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5582c9 0%, #33539a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5582c9 0%, #33539a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5582c9 0%, #33539a 100%);
  /* IE10+ */
  background: linear-gradient(top, #5582c9 0%, #33539a 100%);
  /* W3C */
  /* IE6-9 */
  box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #80a1d6 inset; }

#googleplus .share {
  text-shadow: 1px 0px 0px #222222;
  filter: dropshadow(color=#222222, offx=1, offy=0);
  border: 1px solid #262626;
  background: #6d6d6d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6d6d6d 0%, #434343 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d6d6d), color-stop(100%, #434343));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6d6d6d 0%, #434343 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6d6d6d 0%, #434343 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6d6d6d 0%, #434343 100%);
  /* IE10+ */
  background: linear-gradient(top, #6d6d6d 0%, #434343 100%);
  /* W3C */
  /* IE6-9 */
  box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #929292 inset; }

@media (max-width: 479px) {
  h1 {
    font-size: 24px !important; }

  h2 {
    font-size: 22px !important; }

  h3 {
    font-size: 20px !important; }

  h4 {
    font-size: 18px !important; }

  h5 {
    font-size: 16px !important; }

  .navbar {
    margin-bottom: 0; }
    .navbar .container {
      padding-left: 5px;
      padding-right: 5px; }

  .navbar-inverse {
    border-radius: 0; }
    .navbar-inverse .navbar-toggle {
      margin-top: 20px; }

  .navbar-header.col-md-4 {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0; }

  .access {
    z-index: 9999; 

  }
    .access .access_inner {
      padding: 15px 20px;
      /*margin-left: -15px;
      margin-right: -15px; comenté*/ 

    }
      .access .access_inner h4 {
        float: left;
        margin: 0 10px 10px 0; }
      .access .access_inner .user {
        display: block;
        margin: 2px 0 10px 0;
        float: left; }

  .navbar-brand {
    width: 40%; }
    .navbar-brand img {
      width: 100%;
      max-width: 287px; }

  .navbar-nav {
    font-size: 16px;
    font-weight: 700; }
    .navbar-nav > li > a {
      text-align: left;
      padding: 10px; }

  .submenu {
    top: 150px;
    z-index: 99999;
    font-size: 12px; }
    .submenu .submenu-inner {
      padding: 0; }
      .submenu .submenu-inner ul li {
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        text-align: center;
        display: table;
        height: 50px; }
        .submenu .submenu-inner ul li a {
          display: table-cell;
          vertical-align: middle; }
        .submenu .submenu-inner ul li::before {
          content: '';
          margin: 0; }
        .submenu .submenu-inner ul li.dropdown-header {
          padding: 10px 0 10px 0 !important;
          height: auto; }
    .submenu.item1 ul li:nth-child(even) {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .submenu.item2 ul li:nth-child(odd) {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .submenu .telefono {
      padding: 20px; }
      .submenu .telefono span {
        font-size: 40px;
        float: left;
        margin: 5px 10px 0 0; }
      .submenu .telefono strong {
        display: block;
        font-size: 20px; }

  .icoHB {
    font-size: 16px; }
    .icoHB span {
      font-size: 12px;
      padding: 3px 1px; }

  #banner_ppal .btn.btn-primary.btn-lg,
  #banner_sec .btn.btn-primary.btn-lg {
    padding: 5px 10px;
    border-radius: 3px !important;
    font-size: 14px; }

  .indicadores {
    display: none; }

  .carousel {
    margin-bottom: 0 !important; }

  .carousel-inner {
    overflow: visible; }

  .texto {
    left: 5% !important;
    right: 5% !important;
    bottom: 0%;
    top: 0;
    z-index: 99999; }
    .texto h2, .texto p {
      color: #FFF;
      text-shadow: 1px 1px 3px #000000; }
    .texto h2 {
      font-size: 20px; }
    .texto p {
      font-size: 14px;
      font-weight: 300; }
    .texto a:link, .texto a:visited {
      color: #021E5E;
      font-weight: 700; }

  .promociones .item {
    min-height: 270px; }
    .promociones .item img {
      width: 420px; }
  .promociones.owl-responsive-0 .owl-item {
    padding: 30px 30px 0 30px; }

  .secc_transparent {
    padding: 50px 0 50px 0; }
    .secc_transparent h3, .secc_transparent p {
      text-shadow: 1px 1px 3px #000; }
    .secc_transparent h3 {
      font-size: 30px; }
    .secc_transparent p {
      font-size: 20px;
      font-weight: 300;
      padding-left: 20%;
      padding-right: 20%; }
    .secc_transparent a {
      color: #021E5E;
      font-weight: 700; }

  .cotizaciones {
    background-color: #021E5E;
    color: #FFF;
    height: 70px; }
    .cotizaciones .item {
      padding: 20px; }
      .cotizaciones .item .pais,
      .cotizaciones .item .precio,
      .cotizaciones .item .precio span {
        width: 50%;
        display: block;
        float: left; }
      .cotizaciones .item .pais {
        font-size: 16px;
        padding-top: 5px;
        line-height: 120%; }
        .cotizaciones .item .pais img {
          float: left;
          margin-right: 5px; }
      .cotizaciones .item .precio span {
        font-size: 10px; }
        .cotizaciones .item .precio span b {
          font-size: 16px; }

  .tools {
    display: none; }

  #chatOnline {
    left: 0;
    right: 0 !important; }

  .selec-comparar {
    text-align: center; }
    .selec-comparar h4 {
      text-align: center; }

  .int_tabs .nav-tabs.prex {
    margin-top: 50px;
    padding-top: 10px; }
    .int_tabs .nav-tabs.prex li {
      font-size: 14px; }
      .int_tabs .nav-tabs.prex li.active a {
        background-color: rgba(0, 0, 0, 0.05); }
      .int_tabs .nav-tabs.prex li a {
        padding: 10px; }

  #banner_sec.owl-theme .owl-controls,
  #banner_ppal.owl-theme .owl-controls {
    top: 25%;
    right: 20px; }

  .filtro_mapa {
    width: 100%;
    position: static;
    top: 100px;
    left: 0;
    z-index: 1029; }

  .conte_flu {
    width: 100%;
    /*height: 100px;*/
    overflow: hidden;
    transition: .5s; }

  .mas {
    cursor: pointer; }

  /*.thumbnail h3 {
    height: 45px; }*/ }
@media (min-width: 480px) {
  .navbar {
    margin-bottom: 0; }

  .navbar-inverse {
    border-radius: 0; }
   .navbar2 {
    margin-bottom: 0; }

  .navbar2-inverse {
    border-radius: 0; }
  .dropdown-toggle {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1); }
    .dropdown-toggle .caret {
      float: right;
      margin-top: 8px; }

  .submenu {
    top: 150px;
    z-index: 99999; }
    .submenu .submenu-inner {
      padding: 0; }
      .submenu .submenu-inner ul li {
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        text-align: center;
        display: table;
        height: 50px; }
        .submenu .submenu-inner ul li a {
          display: table-cell;
          vertical-align: middle; }
        .submenu .submenu-inner ul li::before {
          content: '';
          margin: 0; }
        .submenu .submenu-inner ul li.dropdown-header {
          padding: 10px 0 10px 0 !important;
          height: auto; }
    .submenu.item1 ul li:nth-child(even) {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .submenu.item2 ul li:nth-child(odd) {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .submenu .telefono {
      padding: 20px; }
      .submenu .telefono span {
        font-size: 40px;
        float: left;
        margin: 5px 10px 0 0; }
      .submenu .telefono strong {
        display: block;
        font-size: 20px; }

  .access {
    z-index: 9999; 
    /*background-color:#021E5E;*/
  }
    .access .access_inner {
      padding: 15px 20px;
      /*margin-left: -15px;
      margin-right: -15px; comenté*/
    }
      .access .access_inner h4 {
        float: left;
        margin: 0 10px 10px 0; }
      .access .access_inner .user {
        display: block;
        margin: 2px 0 10px 0;
        float: left; }

  .navbar-brand {
    width: 30%; }
    .navbar-brand img {
      width: 100%;
      max-width: 287px; }

  .navbar-nav {
    font-size: 16px; }
    .navbar-nav > li > a {
      text-align: left;
      padding: 20px; }

      .navbar2-brand {
    width: 30%; }
    .navbar2-brand img {
      width: 100%;
      max-width: 287px; }

  .navbar2-nav {
    font-size: 16px; }
    .navbar2-nav > li > a {
      text-align: left;
      padding: 20px; }

  .texto {
    left: 5%;
    right: 5%;
    bottom: 10%;
    z-index: 99999; }
    .texto h2, .texto p {
      color: #FFF;
      text-shadow: 1px 1px 3px #000; }
    .texto h2 {
      font-size: 30px; }
    .texto p {
      font-size: 18px;
      font-weight: 300; }
    .texto a:link, .texto a:visited {
      color: #021E5E;
      font-weight: 700; }

  .promociones .item {
    min-height: 300px; }
    .promociones .item img {
      width: 420px; }

  .secc_transparent {
    padding: 200px 0 50px 0; }
    .secc_transparent h3, .secc_transparent p {
      text-shadow: 1px 1px 3px #000; }
    .secc_transparent h3 {
      font-size: 50px; }
    .secc_transparent p {
      font-size: 24px;
      font-weight: 300;
      padding-left: 20%;
      padding-right: 20%; }
    .secc_transparent a {
      color: #021E5E;
      font-weight: 700; }

  .cotizaciones {
    background-color: #021E5E;
    color: #FFF;
    height: 70px; }
    .cotizaciones .item {
      padding: 20px; }
      .cotizaciones .item .pais,
      .cotizaciones .item .precio,
      .cotizaciones .item .precio span {
        width: 50%;
        display: block;
        float: left; }
      .cotizaciones .item .pais {
        font-size: 16px;
        padding-top: 5px;
        line-height: 120%; }
        .cotizaciones .item .pais img {
          float: left;
          margin-right: 5px; }
      .cotizaciones .item .precio span {
        font-size: 10px; }
        .cotizaciones .item .precio span b {
          font-size: 16px; }

  .tools {
    display: none; }

  .selec-comparar {
    text-align: center; }
    .selec-comparar h4 {
      text-align: center; }

  .int_tabs .nav-tabs.prex {
    margin-top: -35px;
    padding-top: 10px; }
    .int_tabs .nav-tabs.prex li {
      font-size: 14px; }
      .int_tabs .nav-tabs.prex li.active a {
        background-color: rgba(0, 0, 0, 0.05); }
      .int_tabs .nav-tabs.prex li a {
        padding: 10px; }

  #banner_sec.owl-theme .owl-controls,
  #banner_ppal.owl-theme .owl-controls {
    top: 20%;
    right: 20px; }

  .indicadores {
    display: none; }

  .filtro_mapa {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1029; }

  .conte_flu {
    width: 100%;
    /*height: 45px;*/ 
    overflow: hidden;
    transition: .5s; }

  .mas {
    cursor: pointer; } }
@media (min-width: 768px) {
  .navbar {
    margin-bottom: 0; }

  .navbar-inverse {
    border-radius: 0; }
   .navbar2 {
    margin-bottom: 0; }

  .navbar2-inverse {
    border-radius: 0; }
  .dropdown-toggle {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1); }
    .dropdown-toggle .caret {
      float: right;
      margin-top: 8px; }

  .submenu {
    top: 60px;
    left: 0;
    right: 0;
    z-index: 99999;
    position: absolute !important; }
    .submenu .submenu-inner {
      padding: 0; }
      .submenu .submenu-inner ul {
        margin-bottom: 20px; }
        .submenu .submenu-inner ul li {
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
          text-align: center;
          display: table;
          height: 50px; }
          .submenu .submenu-inner ul li a {
            display: table-cell;
            vertical-align: middle; }
          .submenu .submenu-inner ul li::before {
            content: '';
            margin: 0; }
          .submenu .submenu-inner ul li.dropdown-header {
            padding: 10px 0 10px 0 !important;
            height: auto; }
    .submenu.item1 ul li:nth-child(even) {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .submenu.item2 ul li:nth-child(odd) {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .submenu .telefono {
      padding: 20px; }
      .submenu .telefono span {
        font-size: 40px;
        float: left;
        margin: 5px 10px 0 0; }
      .submenu .telefono strong {
        display: block;
        font-size: 20px; }

  .access {
    margin-left: -18px;
    margin-right: -18px;
    z-index: 9999;
    border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0; 
  }
    .access .access_inner {
      padding: 18px 20px; 
      /*background-color:#021E5E; comenté*/
    }
      .access .access_inner h4 {
        float: left;
        margin: 0 10px 10px 0; }
      .access .access_inner .user {
        display: block;
        margin: 2px 0 10px 0;
        float: left; }

  .navbar-brand {
    width: 100%;
    text-align: center; }
    .navbar-brand img {
      width: 100%;
      max-width: 287px;
      margin: auto; }

  .navbar-nav {
    font-size: 14px; }
    .navbar-nav > li > a {
      text-align: left;
      padding: 20px; }

     .navbar2-brand {
    width: 100%;
    text-align: center; }
    .navbar2-brand img {
      width: 100%;
      max-width: 287px;
      margin: auto; }

  .navbar2-nav {
    font-size: 14px; }
    .navbar2-nav > li > a {
      text-align: left;
      padding: 20px; }

  .texto {
    left: 5%;
    right: 5%;
    bottom: 10%;
    z-index: 99999; }
    .texto h2, .texto p {
      color: #FFF;
      text-shadow: 1px 1px 3px #000; }
    .texto h2 {
      font-size: 30px; }
    .texto p {
      font-size: 18px;
      font-weight: 300; }
    .texto a:link, .texto a:visited {
      color: #021E5E;
      font-weight: 700; }

  .promociones .item {
    min-height: 270px; }
    .promociones .item img {
      width: 420px; }

  .secc_transparent {
    padding: 200px 0 50px 0; }
    .secc_transparent h3, .secc_transparent p {
      text-shadow: 1px 1px 3px #000; }
    .secc_transparent h3 {
      font-size: 50px; }
    .secc_transparent p {
      font-size: 24px;
      font-weight: 300;
      padding-left: 20%;
      padding-right: 20%; }
    .secc_transparent a {
      color: #021E5E;
      font-weight: 700; }

  .cotizaciones {
    background-color: #021E5E;
    color: #FFF;
    height: 70px; }
    .cotizaciones .item {
      padding: 20px; }
      .cotizaciones .item .pais,
      .cotizaciones .item .precio,
      .cotizaciones .item .precio span {
        width: 50%;
        display: block;
        float: left; }
      .cotizaciones .item .pais {
        font-size: 15px;
        padding-top: 5px;
        line-height: 120%; }
        .cotizaciones .item .pais img {
          float: left;
          margin-right: 5px; }
      .cotizaciones .item .precio span {
        font-size: 10px; }
        .cotizaciones .item .precio span b {
          font-size: 14px; }

  .selec-comparar {
    text-align: left; }
    .selec-comparar h4 {
      text-align: left; }

  .int_tabs .nav-tabs.prex {
    margin-top: -95px;
    padding-top: 0; }
    .int_tabs .nav-tabs.prex li {
      font-size: 18px; }
      .int_tabs .nav-tabs.prex li.active a {
        background-color: white; }
      .int_tabs .nav-tabs.prex li a {
        padding: 10px 25px; }

  #banner_sec.owl-theme .owl-controls,
  #banner_ppal.owl-theme .owl-controls {
    top: 45%;
    right: 70px; }

  .indicadores {
    display: none; }

  .filtro_mapa {
    width: 270px;
    position: absolute;
    top: 25%;
    left: 5%;
    z-index: 1029; }

  .conte_flu {
    width: 100%;
    height: 45px;
    overflow: hidden;
    transition: .5s; }

  .mas {
    cursor: pointer; }

  .thumbnail h3 {
    /*comenté height: 50px; */} }
@media (min-width: 1024px) {
  .ancho-navbar {
    margin-top: 20px; }

  .navbar-inverse {
    border-radius: 7px; }

  .dropdown-toggle {
    box-shadow: none; }
    .dropdown-toggle .caret {
      float: none;
      margin-top: 0; }

  .navbar {
    min-height: 80px;
    margin-bottom: 0; }

  .navbar-nav {
    font-size: 16px; }
    .navbar-nav li a {
      color: #FFF; }
    .navbar-nav > li > a {
      text-align: left;
      padding: 30px 15px 33px 15px; }

      .ancho-navbar2 {
    margin-top: 20px; }

  .navbar2-inverse {
    border-radius: 7px; }

  .dropdown-toggle {
    box-shadow: none; }
    .dropdown-toggle .caret {
      float: none;
      margin-top: 0; }

  .navbar2 {
    min-height: 80px;
    margin-bottom: 0; }

  .navbar2-nav {
    font-size: 16px; }
    .navbar2-nav li a {
      color: #FFF; }
    .navbar2-nav > li > a {
      text-align: left;
      padding: 30px 15px 33px 15px; }

  .submenu {
    top: 100px; }
    .submenu.item1 {
      left: -325px; }
    .submenu.item2 {
      left: -496px; }
    .submenu .submenu-inner {
      padding: 20px; }
      .submenu .submenu-inner ul {
        margin-bottom: 0; }
        .submenu .submenu-inner ul li {
          box-shadow: none;
          text-align: left;
          display: block;
          height: auto;
          border-right: 0 !important; }
          .submenu .submenu-inner ul li a {
            display: inline-block; }
          .submenu .submenu-inner ul li::before {
            content: '\2022';
            color: #FFF;
            margin-left: -8px;
            margin-right: 3px; }
          .submenu .submenu-inner ul li.dropdown-header {
            padding: 10px !important;
            height: auto; }

  .access {
    margin-left: 0;
    margin-right: 0;
    z-index: 9999; 
  }
    .access .access_inner h4 {
      float: none;
      margin: 0 10px 5px 0; }
    .access .access_inner .user {
      font-size: 12px;
      display: block;
      margin: 0px 0 0px 0;
      float: none; }

  .navbar-collapse {
    position: static;
    left: 0;
    right: 0;
    top: 0;
    background-color: transparent; }

  .navbar-brand {
    width: 100%;
    max-width: 287px; }

    .navbar2-collapse {
    position: static;
    left: 0;
    right: 0;
    top: 0;
    background-color: transparent; }

  .navbar2-brand {
    width: 100%;
    max-width: 287px; }

  .texto {
    left: 5%;
    right: 5%;
    bottom: 15%;
    z-index: 99999; }
    .texto h2 {
      font-size: 40px; }
    .texto p {
      font-size: 20px; }
    .texto a:link, .texto a:visited {
      padding: 10px 20px;
      font-size: 16px; }

  .promociones .item {
    min-height: 265px; }
    .promociones .item img {
      width: 300px; }

  .nav-tabs.prex {
    margin-top: -95px; }

  .bg_header-int-simples {
    background-color: #EEE;
    height: 150px; }

  .tools {
    display: block; }

  .conte_flu {
    /*height: 120px;*/
    overflow: hidden; }

  .internas {
    margin-top: 130px;
    margin-bottom: 50px; }

  .indicadores {
    display: block; } }
@media (min-width: 1024px) and (max-width: 1279px) {
  .submenu.item1 {
    left: -353px; }
  .submenu.item2 {
    left: -485px; }

  .navbar-nav {
    font-size: 12px; }
    .navbar-nav > li > a {
      padding: 30px 10px; } 
    
  .navbar2-nav {
    font-size: 12px; }
    .navbar2-nav > li > a {
      padding: 30px 10px; }
}
body {
  font-family: "Roboto", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #021E5E; }

h1 {
  font-size: 32px; }

a:link, a:visited {
  color: #021E5E; }
a:hover, a:active {
  color: #0436a9; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.text-color-primary {
  color: #BBD300; }

.navbar-brand {
  padding: 25px 15px;
  margin-left: 0 !important;
  height: auto; }
  .navbar-brand img {
    width: 100%; }

  .navbar2-brand {
  padding: 25px 15px;
  margin-left: 0 !important;
  height: auto; }
  .navbar2-brand img {
    width: 100%; }

.oculto {
  display: none; }

.visible {
  display: block; }

nav {
  height: auto; }

.modal {
  z-index: 999999; }

.access {
  /*background-color: #02194f;*/
  color: #FFF; }
  .access h4 {
    color: #BBD300; }
    .access h4 span {
      color: #FFF; }
  .access .form-group {
    margin-bottom: 0; }
  .access input[type="text"] {
    background-color: #02194f;
    border: 0;
    border-bottom: 1px solid #032e90;
    padding: 2px 5px;
    height: 26px;
    color: #FFF;
    border-radius: 0 !important;
    -webkit-border-radius: 0px; }
    .access input[type="text"]:focus {
      background-color: transparent;
      border-color: #BBD300;
      outline: 0;
      box-shadow: none; }
  .access button {
    padding: 2px;
    height: 26px;
    width: 26px;
    border-radius: 2px; }
  .access select.styled option {
    color: #666; }
  .access span.customSelect {
    background-color: #02194f;
    color: #FFF;
    padding: 2px 5px;
    height: 26px;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #032e90;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px 0px; }
  .access span.customSelect.changed,
  .access span.customSelectFocus,
  .access span.customSelectOpen {
    border-color: #BBD300; }
  .access .customSelectInner {
    background: url(../images/customSelect-arrow.gif) no-repeat center right;
    width: 100% !important; }
  .access .info {
    margin-top: 6px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* For IE8 and earlier */
    color: #FFF; }
    .access .info:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      /* For IE8 and earlier */ }

.navbar-collapse {
  border: 0;
  padding: 0;
  box-shadow: none; }

.navbar-inverse {
  border: none;
  background: #021E5E; }
  .navbar-inverse .dropdown-toggle {
    color: #FFF !Important; }
    .navbar-inverse .dropdown-toggle:hover {
      background-color: #BBD300 !important;
      color: #021E5E !important; }
  .navbar-inverse .navbar-toggle.ppal {
    float: left;
    background: transparent;
    border: 0;
    margin-top: 25px; }
    .navbar-inverse .navbar-toggle.ppal span {
      background: #BBD300; }
    .navbar-inverse .navbar-toggle.ppal.active, .navbar-inverse .navbar-toggle.ppal:hover, .navbar-inverse .navbar-toggle.ppal:focus {
      background: #BBD300; }
      .navbar-inverse .navbar-toggle.ppal.active span, .navbar-inverse .navbar-toggle.ppal:hover span, .navbar-inverse .navbar-toggle.ppal:focus span {
        background: #FFF; }
  .navbar-inverse .acc24hs, .navbar-inverse .optn {
    border: 0;
    font-size: 20px;
    width: auto;
    padding: 30px 15px;
    float: none;
    position: absolute;
    height: 85px;
    margin-top: -80px; }
    .navbar-inverse .acc24hs.active, .navbar-inverse .acc24hs:hover, .navbar-inverse .acc24hs:focus, .navbar-inverse .optn.active, .navbar-inverse .optn:hover, .navbar-inverse .optn:focus {
      background: #02194f; }
  .navbar-inverse .acc24hs {
    top: -5px;
    right: 35px; }
    .navbar-inverse .acc24hs .caret {
      color: #BBD300; }
  .navbar-inverse .optn {
    top: -5px;
    right: -15px; }

.submenu {
  left: 0;
  right: 0;
  background: url("../images/bgSubmenu.png");
  color: #021E5E; }
  .submenu ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0; }
    .submenu ul li.dropdown-header {
      color: #021E5E;
      font-weight: 700;
      font-size: 16px; }
      .submenu ul li.dropdown-header::before {
        content: ''; }
    .submenu ul li a:link, .submenu ul li a:visited {
      color: #021E5E; }
    .submenu ul li a:hover, .submenu ul li a:active {
      color: #032677;
      text-decoration: none;
      font-weight: bold; }
    .submenu ul li::before {
      content: '\2022';
      color: #FFF;
      margin-left: -8px;
      margin-right: 3px; }
  .submenu h4 {
    font-size: 16px; }
  .submenu h5, .submenu h4 {
    color: #021E5E;
    font-weight: 700; }
  .submenu .submenu-inner .acc_prod_menu:link, .submenu .submenu-inner .acc_prod_menu:visited {
    text-decoration: none;
    display: block; }
  .submenu .submenu-inner .acc_prod_menu:hover, .submenu .submenu-inner .acc_prod_menu:active {
    background-color: #a4b900; }

.icoHB {
  font-size: 20px;
  font-weight: 700;
  color: #FFF; }
  .icoHB span {
    font-size: 14px;
    color: #021E5E;
    background-color: #BBD300;
    padding: 5px 2px;
    border-radius: 4px; }
  .icoHB:hover, .icoHB:active, .icoHB:focus {
    color: #BBD300; }

.parallax-like {
  background: url("../images/bg_tmp.jpg") no-repeat center center;
  padding: 0;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  background-attachment: fixed; }
  .parallax-like h3 {
    color: #FFF; }

.more {
  font-size: 20px; }

#banner_ppal .item img,
#banner_sec .item img {
  display: block;
  width: 100%;
  height: auto; }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 50px; }
  .carousel .item {
    background-color: #777; }
  .carousel > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%; }

.carousel-caption {
  z-index: 10;
  left: 5%;
  right: 30%;
  text-align: left;
  font-size: 18px; }
  .carousel-caption h1 {
    color: #FFF; }

.indicadores {
  position: absolute;
  z-index: 999;
  right: 0;
  top: 42%;
  width: 70px;
  height: 85px; }
  .indicadores .carousel-indicators {
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 30px 0;
    vertical-align: middle;
    left: 0;
    margin: 0; }
    .indicadores .carousel-indicators li {
      display: block;
      margin-bottom: 2px; }
  .indicadores .carousel-control {
    position: absolute;
    background: none;
    width: 12px;
    height: 12px;
    z-index: 9999; }
    .indicadores .carousel-control span {
      font-size: 12px;
      width: 12px;
      height: 12px;
      margin: 0;
      top: 0;
      right: 0;
      color: #FFF; }
    .indicadores .carousel-control.left {
      top: 0;
      left: 0;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .indicadores .carousel-control.right {
      top: 90%;
      left: 0;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }

/* -------------------------------------------------- */
.promociones {
  margin: 30px 0; }
  .promociones .item {
    border-radius: 25px !important;
    -webkit-border-radius: 25px;
    padding: 30px;
    margin: 10px;
    position: relative;
    overflow: hidden;
    background-color: #BBD300;
    color: #FFF;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s; }
    .promociones .item h3 {
      color: #FFF; }
    .promociones .item a {
      border-radius: 3px !important;
      -webkit-border-radius: 3px;
      position: absolute;
      z-index: 12; }
    .promociones .item img, .promociones .item .textos {
      position: absolute; }

    .promociones .item img {
     border-radius: 25px;
      display: block;
      width: 300px;
      margin: auto;   /* Comentar     border-radius: 25px;
                                      display: block;
                                      width: 300px;
                                      margin: auto; */
      z-index: 10;
      left: 0;
      top: 0;
      /* Descomentar  opacity: 0;
                      filter: alpha(opacity=0);
      /* For IE8 and earlier */ }
    .promociones .item .textos {
      z-index: 11; 
      left: 25px;
      right: 25px; 
    }
    .promociones .item:hover img {
      opacity: 0.5;
      filter: alpha(opacity=50);
      background-color: #BBD300;
       color: #021E5E;
      /*For IE8 and earlier */ }    
  .promociones .owl-item:nth-child(odd) .item {
     background-color: #BBD300; 
    color: #FFF; }
    .promociones .owl-item:nth-child(odd) .item a {
      left: 30px;
      bottom: 30px; }
      .promociones .owl-item:nth-child(odd) .item a:link, .promociones .owl-item:nth-child(odd) .item a:visited {
        color: #FFF;
        font-weight: 700;
        text-decoration: none;
        padding: 5px 10px; }
      .promociones .owl-item:nth-child(odd) .item a:hover, .promociones .owl-item:nth-child(odd) .item a:active {
        background-color: #032677;
        color: #FFF; }
  .promociones .owl-item:nth-child(even) .item {
    background-color: #BBD300;/*#FFF; cambió*/
    color: #FFF; }
    .promociones .owl-item:nth-child(1n) .item h3 {
      color: #FFF; }
    .promociones .owl-item:nth-child(even) .item a {
      left: 30px;
      bottom: 30px; }
      .promociones .owl-item:nth-child(even) .item a:link, .promociones .owl-item:nth-child(even) .item a:visited {
        color: #FFF;
        font-weight: 700;
        text-decoration: none;
        padding: 5px 10px; }
      .promociones .owl-item:nth-child(even) .item a:hover, .promociones .owl-item:nth-child(even) .item a:active {
        background-color: #BBD300;
        color: #FFF; }

.buscador_prod .panel-body {
  background-color: #EEE; }

.thumbnail {
  border: 0;
  padding: 0;
  text-align: center;
  box-shadow: none; 
  min-height: 450px;
}
  .thumbnail .caption h3, .thumbnail .caption p {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-box-orient: vertical; }
  .thumbnail .caption h3 {
    width: 100%;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis; }

.pagination a {
  color: #021E5E; }
.pagination .active a {
  background-color: #021E5E;
  border: 1px solid #021E5E; }

.selec-comparar {
  background-color: #021E5E;
  color: #FFF;
  position: fixed;
  padding: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999; }
  .selec-comparar h4 {
    color: #FFF; }
  .selec-comparar figure {
    position: relative;
    width: 70px;
    display: inline-block;
    margin-right: 10px; }
    .selec-comparar figure a.eliminar {
      position: absolute;
      top: 2px;
      right: 5px;
      color: #BBD300; }
      .selec-comparar figure a.eliminar span {
        background-color: #FFF;
        border-radius: 50%;
        height: 13px;
        padding: 0; }

.bg_gris {
  background-color: #F5F5F5; }

.bg_gris2 {
  background-color: #EEE; }

.simulador .form-control-static {
  padding-top: 0;
  font-size: 20px; }

.filtro_mapa {
  background-color: #FFF; }

.tabs_chicos .nav-tabs li a {
  padding: 5px 10px;
  font-size: 12px; }
.tabs_chicos h4 {
  font-size: 16px; }
.tabs_chicos .glyphicon {
  font-size: 20px;
  color: #BBD300;
  text-decoration: none !important; }

.panel-heading {
  border: 0;
  padding: 20px;
  background-color: #EEE !important;
  background-image: none !important; }
  .panel-heading .panel-title {
    font-size: 24px; }
  .panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e082";
    float: right;
    color: grey; }
  .panel-heading .accordion-toggle.collapsed:after {
    content: "\e081"; }

.panel-default {
  border: none; }

.resultado-comparacion th {
  color: #021E5E; }
.resultado-comparacion td:nth-child(odd) {
  background-color: #F6F6F6; }
.resultado-comparacion td:nth-child(even) {
  background-color: #EEE; }
.resultado-comparacion th, .resultado-comparacion td {
  text-align: center; }
  .resultado-comparacion th:first-child, .resultado-comparacion td:first-child {
    text-align: left;
    background-color: #FFF; }
.resultado-comparacion .fa {
  font-size: 20px; }
.resultado-comparacion .fa-check {
  color: #BBD300; }
.resultado-comparacion .fa-times {
  color: #CCC; }

.int_tabs .nav-tabs {
  text-align: center; }
  .int_tabs .nav-tabs li {
    float: none;
    display: inline-block;
    color: #021E5E; }
    .int_tabs .nav-tabs li.active a {
      color: #021E5E;
      border: 0; }
    .int_tabs .nav-tabs li a {
      background-color: rgba(255, 255, 255, 0.6);
      border: 0; }

.telefono span {
  font-size: 50px;
  float: left;
  margin: 5px 10px 0 0; }
.telefono strong {
  display: block;
  font-size: 30px; }

.email {
  min-height: 102px; }
  .email span {
    font-size: 50px;
    float: left;
    margin: -5px 10px 0 0; }
  .email strong {
    display: block;
    font-size: 20px; }

.puesto .number {
  color: #CCC;
  font-size: 40px; }

.list-group {
  box-shadow: none; }
  .list-group .list-group-item {
    border: 0; }
    .list-group .list-group-item.active {
      background: none;
      color: #444;
      text-shadow: none !important;
      font-weight: 700; }

footer {
  background-color: #DDD;
  padding: 20px 0;
  color: #999; }
  footer h5 {
    color: #666; }
  footer a:link, footer a:visited {
    color: #999;
    text-decoration: none; }
  footer a:hover, footer a:active {
    color: #666; }
  footer .contacto_footer {
    background-color: #AAA;
    color: #FFF;
    padding: 15px 0;
    margin: 15px 0;
    border-radius: 4px; }
    footer .contacto_footer a {
      color: #FFF;
      text-decoration: none; }
  footer .telefono span {
    font-size: 50px;
    float: left;
    margin: 5px 10px 0 0; }
  footer .telefono strong {
    display: block;
    font-size: 30px; }
  footer .app span {
    font-size: 24px;
    margin: 0 10px 0 0; }
  footer .social span {
    font-size: 18px;
    margin: 5px 10px 0 0; }

  cabmovil {
  background-color: #021E5E;
  padding: 20px 0;
  color: #999; }
  cabmovil h5 {
    color: #666; }
  cabmovil a:link, cabmovil a:visited {
    color: #999;
    text-decoration: none; }
  cabmovil a:hover, cabmovil a:active {
    color: #666; }
  cabmovil .contacto_cabmovil {
    background-color: #AAA;
    color: #FFF;
    padding: 15px 0;
    margin: 15px 0;
    border-radius: 4px; }
    cabmovil .contacto_cabmovil a {
      color: #FFF;
      text-decoration: none; }
  cabmovil .telefono span {
    font-size: 50px;
    float: left;
    margin: 5px 10px 0 0; }
  cabmovil .telefono strong {
    display: block;
    font-size: 30px; }
  cabmovil .app span {
    font-size: 24px;
    margin: 0 10px 0 0; }
  cabmovil .social span {
    font-size: 18px;
    margin: 5px 10px 0 0; }
  
  
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
  background-color: rgba(255, 255, 255, 0.75); }
  #loader-wrapper #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 80px;
    padding-top: 70px;
    margin: -75px 0 0 -150px;
    z-index: 999999;
    text-align: center;
    background: url("../images/ajax-loader.gif") no-repeat center center; }

#chatOnline {
  bottom: 0;
  right: 40px;
  z-index: 99999;
  background-color: #FFF;
  text-align: left;
  -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: fixed; }
  #chatOnline #chat {
    padding: 10px; }
  #chatOnline #cerrarchat {
    float: right; }
  #chatOnline #conversacion {
    height: 130px !important;
    background-color: #EEE;
    overflow-y: scroll; }
    #chatOnline #conversacion p {
      padding: 5px 10px;
      margin: 0; }
      #chatOnline #conversacion p:nth-child(odd) {
        background-color: #DDD; }

.tools {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 99998;
  width: 40px; }
  .tools .item-tool {
    position: relative; }
    .tools .item-tool a {
      display: block;
      font-size: 18px;
      padding: 7px 10px;
      margin-bottom: 1px;
      text-align: center; }
      .tools .item-tool a:link, .tools .item-tool a:visited {
        background: url("../images/bgTool.png");
        color: #BBD300; }
      .tools .item-tool a:hover, .tools .item-tool a:active {
        background: #021E5E;
        color: #FFF; }
  .tools #buscador {
    clear: both;
    display: none;
    position: absolute;
    background: url("../images/bgTool.png");
    color: #FFF;
    padding: 5px;
    width: 250px;
    height: 39px;
    right: 38px;
    top: 0; }

.tools-mobile {
  left: 0;
  right: 0;
  top: 150px;
  z-index: 99998;
  text-align: center; }
  .tools-mobile .item-tool {
    display: inline-block;
    margin: auto; }
    .tools-mobile .item-tool a {
      display: block;
      font-size: 24px;
      width: 50px;
      padding: 7px 10px;
      margin-bottom: 1px;
      text-align: center; }
      .tools-mobile .item-tool a:link, .tools-mobile .item-tool a:visited {
        color: #BBD300; }
      .tools-mobile .item-tool a:hover, .tools-mobile .item-tool a:active {
        background: #021E5E;
        color: #FFF; }
  .tools-mobile #buscador-mobile {
    clear: both;
    display: none;
    text-align: left;
    color: #FFF;
    padding: 10px; }
    .tools-mobile #buscador-mobile input {
      font-size: 20px;
      height: auto; }

.boton-mas {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999999;
  font-size: 40px; }
  .boton-mas.internas {
    bottom: 130px; }
  .boton-mas a:link, .boton-mas a:visited {
    color: #FFF;
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */ }
  .boton-mas a:hover, .boton-mas a:active {
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */ }

 /* Footer
------------------------------------------------------------ */
.footer2 {
    margin: 20px 0;
    color: #FFF;
    padding: 1px 0;
}

    footer .superior {
        background-color: #AAA;
    }

    footer .inferior {
        color: #AAA;
    }

    .footer2 h6, .footer2 h3 {
        margin: 3px;
        color: #FFF;
    }

@media (max-width: 768px) {
    footer h3 {
        font-size: 18px;
    }
}
