@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(commons/mood.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

@font-face {
  font-family: 'farmacenter';
  src: url("../font/farmacenter.eot?96951742");
  src: url("../font/farmacenter.eot?96951742#iefix") format("embedded-opentype"), url("../font/farmacenter.svg?96951742#farmacenter") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'farmacenter';
  src: url("data:application/octet-stream;base64,d09GRgABAAAAADRcAAsAAAAAUowAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQwAAAFY+MkmqY21hcAAAAYAAAAE0AAAENNRuWlZnbHlmAAACtAAALWsAAEX0+DR68GhlYWQAADAgAAAAMgAAADYKMvxxaGhlYQAAMFQAAAAgAAAAJAeCBA1obXR4AAAwdAAAADQAAADQypP/9GxvY2EAADCoAAAAagAAAGqubZ9KbWF4cAAAMRQAAAAfAAAAIAFjA0BuYW1lAAAxNAAAAYQAAALxJOSWZXBvc3QAADK4AAABpAAAAl80BvDjeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bkfso4gYGVgYGpimkPAwNDD4RmfMBgyMgEFGVgZWbACgLSXFMYHF4wvDBhDvqfxRDFHMKwAijMCJIDAA4IDFoAeJzt01lSwkAYReETwMgsMsosIPMsLM11uCCfXE7vAvtyWYZd9VVXTiqQyp8AT0A22kU5SH5J0PqJNbn3LMV7z/Edj9O4J2RCNlxvNwiEVHtcSTxXvu+ZeE0u/nLKM3kK8fpSPFOhygs1XqnToEmLNh3e6NKjz4AhI8a8M2HKjA/mLFiyYs2GbbyPPQeOnDjzySX+Tcr/0vMm8/U4umgeptmFhzgPwoNmHR4075Ca3oPwbKjlDbWCoVY01Eqm9yOUDbWK6e5C1VB7MdRqhtqroVY31BqGWtNQaxlqbUOtY6i9GWpdQ61nqPUNtYGhNjTURoba2FB7N9QmhtrUUJsZah+G2txQWxhqS0NtZaitDbWNobY11HaG2t70TYeDoXY01E6G2tlQ+zTULoba1bj8AV6jfXh4nL18CZwjV3lnvfeq3qv7kFRVLakltVSSqk/1tM6Z7unu8Rw994znxB5sj7HH1xiDj/jCNpfBHFlIsDlM7GAChCsHhixkiR3HkAAmHGEhTsBs1mxIggETIIENsB7Nfl9J3TM2sNn8fuyO1KV3H9/73vf9v/e+Gkk+ffr0h+VZZkiq5EglaVaSSMYm9Xa3GRC/3OmFpFaucOFlgl652Y29dj30MlyUK/We1+5CWkAuWzq2BF+68Zl//sgxUiDFZ+4UOjE5u0OYRD/Qrj1zZ7VL2jV2R61NvZkluvnopk39/s+u/qPzSeF3dPXUMSyn0veqeurUsVqbdKv0vfgjwWAk6fQD9EFWkKgkpTWSou84dQkr9Df3N0ky5P06+yCbG458WZL84Zh8GGMEY8ySdrc1jOOYyTBfDPPT3rPziwEpBMVi0P8mPs+EaQSxoj9GIPr3yQ98i4PIZgySMR/CxSLtQbFiESKYdupff3meJHEY/+dln35fehVJk5hMky7ZD1Nud6JOq1kgwRSp20DPzALpBiX4a4ZFViJFGvr1EBJg1CIj/K7gwuei4gvuEO6wCkR4j4tJMkUqcX2KVuqduFKfpfVZ0iCzZK7Sieudesdr9zrtXjPudJcpfNutuW4rvW6u1ex0F0iz11ym6zpLZJmsm+t1W+1WD8Nd0e1ArVlSjxsMnrOkUp8iMbbM4nocQHdE8KjCoWsb+heZyCE2hSHB0ASMNFMimRaMHSYQ4h+Gg1Zzzi+RZtDEMMT8oFXL+BkI95pzzS6OtA0Np5utTtSrRBxIEiwQlvFb3UXSTjrHsdB6XI/o02OfVQk3hcb4ViZTolicEpWqRGYy4YQSSqnM8BdihFAZYrpFKRPUcvSa9mWFESYzKAVPBSKGLMsCahHCoLyqaDo3FJKS3xjKlCkml6maZRazOGNUpTJhKoMn9Ay9ati8gL4YFFWpzi3KNatgpcc8WYN+NEinMtCGK0yF7qA8jAP6YrJMOWSaikyooqoKEQpjJoM0bkL6qa1MHZ3aLhQiy+/4xo2/9u2vXnAhkfXf/62XQFWdCVNXVC6bmqJQTu+oVSe0rIDJ8vnBTAQOnVOFKhy61CixVKVvpwlnGKGyCpMF4nGiKQmlYKhYD2gCv6aswHJqXNZS5CuuKpCa0KGpy0Atpd9GOjEFGoDWKZAEujIUJos0UBzSNFnGdYHVSP7wB+gDv3JCN+gKxqiYVOU2zEEnCpeZBlRAelEZ6AtFYQqEff2JJwR0pQiycX8ss/7Cjz7DlA9A0u+++FrGXwK0MhizFK5zKoRCQZRIEgV591L2bbYsjUgNSdJIveKQTrteAaYSNimSnkaCZrdeq1cE4SAWgNG8ltdKuDBmf9efUkfU91fbtQd16uV08ih5VB31aL/trHP7j4W17MM/eyhXC8lryR+q6tuX8nGc//C7tNEM1ch9/ctUP/9Zx+n/MFPqP5SPye7+R+M82VbKSIksO8keZwclU6pLXWkXyAHYQZkiaS6RdoMoUeBnYKNz2NGwe9u9CIYGkqvbYZXhfmgmmyGqlZtFAgO3CQi4BoFhLxHy48557fZ5J/FBlg6bE+NbVt61smV8wjwvcOk73ODeVC6XeiE+Th2inytvKMP3VKeCvzRqHzt5fqdz/slj7VvGGwdXto5PTIxvXTnYGO8f88LQo/89n3phOpdLvzCVf3G0EJ3KRguVykJEvwURpDnKuTezp9g4zC2bzG5FOgrSHIYIA4ThwYC9Xxoh5cEEcbI4QfbvxL9RbG9sF4utpVZxEDrzwDT6s1NXc03j9C1cVfkvCdP/UmyXSu1FaKLVf00R6y+2SqW1MD7oTzT+fqGq4v1c678Xwlg7Cav8Axj+AFclKX+6L0nsKfK0VJVmpI60XdonXSLdKL1MerV0t3S/9MfSo9KPiEYuIG8jz9ACfQF9HX0r/Uv6OBPMZS3ggriCkhDlMUjIzBkG6IJUboIEBb7gcauJLJwJhB+h8vDDKKkT8ohXEl3uxxXut9r1nkCZDSUxE7NazaDnZ1pIuxZUBq6p1BdJD2RwJskXSXutzrBwCJEYusIqywTaHya3o4qIcUQBrEXoV1AUQzdYCJsCndJros7KoB6AtQWN4JdoEIIaTtpYIp0ubMMIWut1lW5v+GmBShA4YcHjjB+CJuxBsW4R92rEUfvwsB0WySIJA5hkYAO56m3QU5113U6DYM0lqNLjoL2QVjbrobpMPr0uJDSxFxyYn6TFFVAkXGBCC3KTNGgDCnXaMXyiuIFaEKoAAYZDhOrDIM4PvzSAlupxp9fFAUQCqJXkACWwixjnCNOFWVUE5iQDB6pjcrvBOvXBoELYBtAfELtIWsukDQQElAIEg8TusEEkIHJEr43txTD2ZDPA8CC9A5RYIgMVWQeOgZEn69NMRg2NAmclbIWiJVn3OIqxEqjg0A8HiwmqXIEhBDGUb6Lix5p+spatsAkDgkGCsLQTYidDB4kVt+t8KK1wsjVkmKDVHVRHnk0oDDgM+Q2rD2aF1XHxGiTBC5WkcjhgbkAIYrAVusMhD7pMqNlLdkKGs1+vgsoElQc6A5RgRVdApyqmqjmgBGS5riqyptCvq5m5allTQOOCRnEt2zN9pmfFEZlSzjXVgloZ0zQU1dNBQWqUgwbegCocVDN3JmXPAM0KcoJZwgF1NCNDUcNgVBcAFSjXAXswLA5SQA5QyeqgqEF/KkyjKmp0AohClnXTNQSqP1BRxjPvPrh/5/ZzNs1vaLan192X23HBiTe8/vcfYqD4k3aJAlgCNKhOEjihMOqWdYb6H3U1KvHUVKcYnD8xbaahsOkYxFq0J6ejguq8BwqgioVhIOCgAFEQViSKNNHS0LhmOSbFFNDNAD1k07gQyoKe5bIqA0UgRDRLN1H1IrgJBVASYRKWGGAEEjqgwzFAqcA0mVi+iQmAJIia+VfTgvlbABJ0hRoaF4ADFFm3PMNm4Xexc2K6GmCEBJnJKjQkm1YAQ0R1L8OobQADMuOWqilyTxYI0xTdNW2iM1pBgGDj/LxTl8NSIVkAehFqGQofIAYmK7IH06YiAxgR6G6kFUiHbEaFAYCPW2Qbwx5wtqbBB3NJ5mRwDVGdpuocAArXMriigCoB1gmZGx9SFc45iasULBkDYByMsmipRCGWwQ1gPxg/eQsQXcfFE0IFztKBnirwBIdGAFLpMiz123s9VS1r0CSjlm+bqqXKCvAUjF/zVJiyGQBYLeoyKzeAyXVe8oDOgArpciwaTLYyjuxvihRddSEddqcGABYwkaa7sAOoD9CYP4lgSsX1hw4F8A6sruYi2YFsuEGo4uP+gQofdE1DVeWE8xoCFoyL5ymKhUQRTA804BBYEujd0ZHCQEcuZORu4FtP6CmgGXFkN6OLAqy9nFY8U2NsWqeWbcO4dNhPjBnIdIyrwA0J9gWa64oOLVPYJbg9gE8o01zkNYCugnsUGThhU6pjcWhBhy0pACBTTEGGVljawPkQgaSATYQ7kiVQVk45ROiqAesHCB9bBz60LWA4oIUeEq7oAulj6kzXkX1h2sBLml4J0/nEigBcDV0QntawB9j5Dk/MBS0ByWqaJ/YFG+xayAEYK2s5NCeglKxZRkQJMCfwtgVMDhx3voCVIAwsi2nCgcsMc2BtAEVkHJ0CI5WFaqC4ENALgyZhhWBvJhBf42QG9iHAd8OAODAVsKeAKRiDSrCbVBgQLIEQsurqMlgqwEeyho2D0NOJBtaKbqVBQGCrOoA2mmDSpxJMOg1IBHVFt42AmWdCJlA7goRGzdqr1WFLgELqhQJ1KunSz/EU/ym3PPET/nf53cxyc3s6OXfS393/64zZL5jm1Z17O1ebZZN806Ydzn8iPAsqpD5Jpnf7k26uszvvWmx3ntpQuDwsDYVNgFMwrg/AuNLSuDQnzaPFjIoATE7QfWVQI1MJwlkgYZTozhDBMarUzgD5wBxaqwH21PTkjl1Hj2Sj/mcvlj39HDuTsSf2UMMSz9u2cvBHR3fumJw69ZVqq7Wj2fz84If8tyM7ViYnKyP9f9TMzGjmY46x/85afXJiZcfh/m2tlWZzpTV4ruJ6pOGotEE6Il0PuFdpFYlDwNYFJWeTWaA36ucE0pFahAAjrndRc5dYgikGyL+WBkoDhTEF6tMQqw+UPzACtEOSdqA6S6oP0GGWZDRNaCulPwO2uRQ2FfvaOYZBUx4HAfNn/aeTzCcp5sG+fCSPmWnMfGY8BxIH8pgBeYT+WX6TybXX3pnWQX+xfzg7E3bPI0nu6+5MJbkH8pC5vfiJ1dwnzjEUyEyqPpPNU1XbjjVPoAR9ZHSzgTXTIPeJT/zBgBhRcUCfGE0Gm8LBfrL/3WflsUdG1wY7OCc6yQpA58yqVQdMqiVMmTBkm1n9BWfSqTkOub3/KgcCkw75lEteST7hOFWI9F/Tfw38VKHAJ5zJoa14EmzFw1IF1k4KAbb20sBegChr6SUShGmlCHCApAObxjWFszAQsGIAWVl9mdTwrAXWRXxZd1TaeRKGaWmk9XolDJXXk7ZqKzJ/skNVO6X2v9f/nnjJowZtfEe44jszzHi0/xPVZDfeyEz1Lbqnka3/yD3PgAbrhhBG/4lZUJQe/8f+w5oHkuVtb5Pp3k8Zbv/pVyjKK0jGNT41TnTxk58IHY1e3MfnsZexQ7CL9wCpugnIQp5LUBYXdRwmIDTEUGHQCwZoFuA48FaCH+F3AKangGFFUrCY4OmQGtFMuloWRN0uUoqb8Qv5la3nnCyWiqXWhm17DhzZt3V9szh66aHz3qRaIFutiXyQTaVs1QSpZ5iTSYzOLbT9Uk4x5TKTRbYyvXH7mCyvLCzuPXThxTv2F8vVWrlw7vYXXHj4qt9IZ7LEAqKlskF+wkKOWo2NW6Bkcb7sdP/0v7Hv0k9IuhRI62HG6aClBAn6VAQPerVmt5dWuOLVwJbA3YQwVyg8hjXrIJ6sNZP9F5Af3so0cqmqsQuZeOYbx5kuyAmZ0+v7twrym2SHxiegQaX/9nyu/9sKF6pCGpA9w2yDfqL/Q7UAg/uiStQvCofUQPaLnfQ3+xcuf4EDYxKVf09RyX7O94CY/yFXSV5h1wmmrsndQ8DLL8RzAETSLpJ7DNfFxYVI1+PhZ5Yky9XsghEAVkW8llFZNXQED2EX2Hi2hrD7TLJYsySHhqTg5Eev/bXrtmzduuW6XyPuauhxa+PsOb08HvQQyzEc2U5TKzkXUhRdd70wuykbeq6uK4PTIoumbdk1HAvPgcRoc36qY3eLpcX5y674wRWXzS9mR9hBbLf/g2f39cz/Kka5EV8mpmaZTtovjFanDc+1Mp6f9r2M5aiapjprUdczpqujBT/tAK40iRLkx8bri7v2Hb4FO8HebtmzfeuqHtsHsiGWXrVKz1VuTw5SUawmZt0q5yckRtMGTLgGWd0exYTUncQ4S9LiBuPYRLsFWq9IElsINwraMFC0jZHGcL8NbTr4IJUvOrCvMcvUWrE13qzVSkBGTefFWrUZN4tVlc429h24IZUPI5Y2jc2xlsJTS9OzAM+kirriMFt1FCbbgUtkPN5UTV02jNx1YyARQaRYsFKASc2MBrQqdKN8vTZbmBgpcBC97OC6xrkHj/vh3mN7Dm3ZOjcTcYBgnEczc9u2HNpzbO+oc/zguY11/Y+mHcDZ6+sVO+RTKXXUChDrMEUfpfKOagWwBM1Yqk5Nex+AE1nW0h6gdZkaOthbWmYsH1bKjaKs5HNMdsuB6Slg63iZKTc3lshrWJin6B9Lz4fIr5K4Njlr2chXf2V0q561GtT6lZKjfhah8c4D5NeV7DvAryMouxREC+mAo4qpgwKqg3xKd5tUuofsArPh++uJqfaf6D8hLLL++2Cpkl33yC7b1f9Mizj8x/33qbr87nfLukrO/zHI+xbZoCa6rX/6qqSPKmAoCWBDXGN41iCYYlPYEIwXATTVFLC3wZxngD0UHkLnkQcrBdn/BBu8/zd3KekgrdzV/xvDVRX1ay2qpn2dGMTQVSut0tbXVKX/uMUmv6prL5Qd/cfkbw0b+iropqn3v9kgtu+rT/Y/bfiWcs89iuUbZP5J1f9rJ3VaukWht/8TqIl6ots/yZ6iP0uwHhegf7lokKhiE+AblHV4ugABP1NMjqRi+EkOFoAfWs3Bnl4kXfbUxvmxWWNh++j+qfUX9ZQ7rn3h3tG5ydnG1O7ZfN7KZa7a0rlze3ZkZd/BI6+9/qp9O+P6Ar03JzIL1apditZfvN7Pi/kNx2c3dC4YJVnaPLqgqfLSATLVYDMj2e7cscMnr7wqj0uIKweK6DB9eO1uar90XHqx9DLpN6QHpHdKD0qPSl+SviH9gEjEJWOkTFbI+eTF5CWIZvH+ZXj0Uql3vM6zE/z/x3Hv2dHF546nJ/4/D8j/uQGsJojkSFxUkoOn4bhBMySiJA78FMPc4TFRvTNLG3QoLRIAg3UdEreSn6ge0xt08Yiq6+ojQn9WSBiG+Pm0M+V+Ue5q2s+Frr32V9b2MO3aG0BfaqhsnVSt4YBFZ2q2aikpUNc/IDrYxjRI9/wAb12AbZVJsOdVEc9OTNVKhRHA/kX3IflPNLQ37weLcQ4Pw/F0i5N1ymq4JuORNj7qP5eWhCDtF+dqGplfDZ31oI1fSdvltcHS3ZplaW9VNZLSDFLUUialHUw69UWDA9zS7p+cIkf714+ls7ZFLCvMN2o77PfxkdfEjq7yvCqEcKyCb6Qv2F4zZoqqkYmrkgDZ8+dsPf2pNCF1k118nvQC6SRYcWiM4Q1lq44n2KCIWt2wOQQUfoTnvkoluSElZ99mKGh0ovGJjDg4I+2JJDJIbnbjVdM0XA086BXTl2lieut1anrdJV6G+N5116opZdMeWVEz05NBuf/jseBumeu0tHDilhMLyaP/hdGJ8fnxifcpwghCTrlJDwaWpv7B+IZx+D5tum7oefcZnhe6LtF9kjmhgUIi3lgKVKGydK6sWrdNz4QkvEcWJpnaOGx34cSGQQvLRqogjLRu5eVPq0JJTxbGJ9aPj38R2wu9t2LroZuIweRxKcjCSWklQbSgW1CI9xCSd4emBF+73UJEmhzXtyGp2yADuIY4HQEsCnO8DxDdXsbH+4UhaGusAluEEs1uZwn2OkAtuplw1RGUorEpuzrox5RKuDL5uF20rrjcsn7vqGwq0zdy+UVkJPa3JOe0gjVKk9G8Z+XzEdflzwB0L6QMx9zvK/Z0YbpeHptQoJTM5fa502NlLSJfVWxgMqFmKKCLnEwt5eWbYImmHrfty6+wi/bvHZE5UTwy6t4YVCwRnpsK3OwEamWiu804N6pTOrJfqMTRuKotHhqZ8VSzkBtvzXmCKoLOHNusq2OlW5GUCvDkl0EffgcoKyRDiqQFoGnLj3otf4p2Wkp7Df6jXhS9oRIMMX14jThFBroxBAOPHN6//53nnvvDc88l3283j5z3hfOONFvP233R5+bXXQ7B9v/stI6qiwsnrrxVb+7YfXhi4dHztx+kqd3wb3b70kJUrUYLS9s3X1f94F0mBi9aWZgfK5YO71yZmJrO5YyXvrNytSSt2ugPAOaYgEjHIh1c+edcaw6BefMMDqd+/6dgOd1aiSbiLdveuW1LPE5eReY3XHziqRMXb5jvtI49n37+rscee5V6eNOWPQdW7ycPhIYR3nTikvmFhflLTtx03Qsu2rhxdQx4HpPHcwLcjAKPC4aHBdBvcv/bjunV5ER2bmWkf1//vpFtzSw50b8/29w2Qi4jl42szGXJRYPf/v1nlcN0LAfxBMedPv0h9j2WkXoQqa9ZXQhuxZqZBos0NERWzQ9kaT4IxnX2cCH2q/X57UHq6PKRTDmdmagHldJooZwOlY+N5aLK6FiuqFdq7S3p35osyxOj7ggoDRVApm+OVc85EKYv2HooqFfSE+OZsdDXdMOaePVDJTckJO2M6tX6liPBR5uTyrrSSDk/NjI6OF/7W+CvayRV8qSCJNUyw1tEZTVAonS5x5NbrjpNtXa127taJG7vbMO3f+Kmm8j9H7r85IXP27O+PVfrdHZ3OvXkp0vD/lfubxAyVpidGp6NhbAWjlSRpiVYHsVrJ+d4g4v3ZpeIsy+3YwR9rCK8Eml2vDgdPRudsLAU3heMmeo3VKO/dQPohPO5qjBHNW8A1fYY2KXfRN35TVCbr6T3hKVSeOoa1TTZVxZU8yFUKE8bpqr2/5j030zAin0hOfUCQ3wLley3hCGtnuV9MDkPzcGIJ/F2FocE8BwEVl0RCXLGe7JlEnpLtN0grEFB8PfYgprdM92Z/vQXPhWP81P/61OFumWnteyeqd7Upx/ecNH67vFr5o9311+0gf7Uqo4X7+p/5a78oQvPuSs9v21LIUnp9jfy5UtuOLGpv5lvOnHDJct8dU/9KazVackHnQRcTNIlZVkBxo7T6TSRPqYLpsqGyTQmdPKxVIqeHt032r+5/x1bwUsh9OgAwP9AaUcpsZMHbeWkGWi6F+ZJr4VXkjDHsxB35CtlwUQsokTZJZzaIrmjyxfv3fKFA1tuWJl/Ua32ovmVGzY3L2JP9T/5/J1Ht/be0tjduGbTpguqmyb/ksz9/sOk13/14Wuu3Hb95tb0dGvz9dsOHp2ZuY5Y3/jodd2V6YuXlw+WF2aG+5X+EGge4ogiPK5YIB28XEbWiPyW1/Lo48HvuZnm89fv23xZfvStb/0j0vzIdVOZkQdEr93ZfedH+uvJYwM9BOs3CW35UkO6ZnAStiplogoek+A2TK/FVz+JSFoiDMRVcXhRjJ+kdJzs3czqYcpgCyfBZcKjtQOWBSKo2ax4Mq2niuVqKyqQCb9QemKsst01R3KTsRK6GdeyF9dffsEFTXfEsdOk6Nojti0MU+Y5b2qyUCAHj7zz1Vs2T3WXti20bd1S1CB9WXf9/s7Ghebp/eRBUs1lq9r+vfWRcGqmvX1vHGT7L5urV5uUcYvomuNkg/q2mWlK97GmnssG6+OVqdAeMVK6N25zXkxXq/HkluO79jAy39ldO1aumRr102HetUJGzlncf/H+hmPODml5N8jRyTWvwf+gmwb74jN7DMcx2H/G5y8Js8mU9TorlTz696as12MYHv23nUmXJDvBFzfT35ZqoFlmwJ7tSBukRekcaZu0U9orHZCOSOeDFIvi9Kzca/U6cVn4JdIKHRo7xAPs7xA/rPU6tajT6gz/QJcCcw3+QoyflZc+K8yuS1Mq9AcUQmwm918H2wkvHeU/FApTXAbL/gw79cG9yb/LBz8fuv32ziD0/sHPHpl8zBBgcp/HilTJKlQ+zBmR1f52mSqATAkvbzkwdqBy4Gb4Gzvw4ZfPJbH+4eQH9y0Y9J+C+XtSEeZZj1l9oD5QvwrG2dmeRORHMn9PWVUnp7e0r9ihGdF7qFpZiKKNW+ejaCEGKbFu4zlLs+sco3aos2ux/185zUcLW6HE/NaNiT/PmXshG+VErRIP0C3ewNtEmQVs1zkDQZJd0mp2e6VEsZL7di4t7thx2923VWs7byNPPyGXq+t7F178jeMX9tZD4Pi1SzfMsSdGts19sFa97e7bd+xYXL77tp0feYLN3bB07WqhpHRUlp8Ymdv27LP/9PCaKkblDvAS3bgyXyefcqacquv2X0Vud90qRPoLDpnvLw+O/smt5NbB0T+kTK5irJP0L6BNTUpLWZgn6vD28JKplS6j6in7oHRaoV/u1JLrJ2fgMZa4ZXntNWYv000afwnX7l3uf9fLkitHvnbbTf17yStfytTXq+wONlEg/uhE/14wuHxF7X+JbUFltOuZN2S9n/7Uy7ItH7rtNvPjnH+cKafuLkxMFOiL5FNvRJvnCTxnOP0ttkgfh7UoglRbkvZJF0kvkl4qvVH6U+mvpCel70t9go5teG9xkFxCrievJHeTd+NsnmVVP9fKFs82//3OvxMP/6Pln2Plp9HNGOkHMnYBJP3Ad62H7rlDf7YpEgJiXcJkYONWwnG4O1udsg/7E+DAszzhWs+Jh63BL3SGyeL/vjj/ReXTszRy5AAvFxMtEj9nfs8dDsx3rS1M66G701lCEe8i0BW5QAaue3V6XItkzuWIcUVeDZ23GpSVXxRaSQpxtlr8OaHUmYZO9p9X7Lie53YL5/L57GyhVBwnNxRmctlGYbf+/MpotlDs9H/zEmrYBr0kI+b6fx0r7qvWujxnrfXyIE3jV/zyTFk5K/egpsgflGXVJESo6fermqLGgjcUFR7o37Rad9+gIoZX4on+l8dr1QnSaFT6e4FFGqWcFmb7Xy4FdALaq2LjU/hIQjsGfcGjtpY2zAVqPfR/zo1Ws8nV+WweuosK+dJkfq5E7pgu5EZncv07883iZMrdUCJ/VGyXTp3GvRgVT5woklcMh5K0tBrqJU8NoiFfTTzrsf5M0OOrS8n7n24WM5li84BhCoMwsLQpUmgd50Ih558pN7M2XPHgeL0+/uB4NDb1YGkkW3ww9NUAZJlI9OMVtAq4J5aOSo9Jfyt9S/oZyMqB96BDBtd7sLVaYTOsxRHAPJBlaIYl3nNxBT278ZPcFyYPxEo9zA3XrBc8mEcnudrAD21wNMd9AfydWOklMjx4SyrgEQD2miip5YGPWuLalzQGcDquh+i9h/cz2HriZI54OxlAg/YGJwjLtMsQrnE8lU4uB0J0CcOWE9xWojg5aDvig3GCCPlzShigX0fVHSEI4WyWU/q7c7KMbj+6yoUhayq9cDEnKmk3CEeLmuUF+eKYLIhn+k6D2ZmRcLk14VInpatgwvf/ykxlN2SdIKMWxtC3mReZLDTLkRWh6VaWivSIl/bSOplhsmwuydk0UdSCpzpzTOOWKRiwB5ujiq7mxjTNMizKstF42/Sqo4GXUYuBzmSnYm90NZOxvxCyRmTK0XcM7JQuOmaDkaJyporLZNkoMCEY4BGZu4HDGPns1NQx2zAB6wtt+tAeS9WJ5xGiKF+CrScUYRzZk09ZLKVzFZ2UiNBcLyWr6L3GmY8eLPbk9nmVaOhBIx87Iqs7BGW2pTo2MzlVPszQ64fKHP1MCLIn8/xwxCaO3FFUQ+yV/VFKDa3mK0JYy1SDDS6DjeooS4wTtVTXYJcLy85OrWuohqyiYx2108KwA21CRyul/yOYDg1BDmq6zOT1msZMXcjM0GxOZVYWwg0ZFDQ91eAaXeP5l9JLpHHAfxdJd4I+fLv0eeD5NnoUDnlq8AnRyRSx+hrkT25Vn2WTt4IQYMXsGSs+xvcNItgQNVBPayd8CgNWrK/a+Hgyjcbh2Q1BuOajBsCLdR53V9WCHzYIuoPAvlgmwdC0Rp/SwUahSYvBcG/0MC2+GtbQulLVxMTczp2NzbOZQrXcQn6ea1QLfmPr9M5ds1NCE0VZ1sTU7M6dM1tm/UK1MQdsLvZVC5nZLTO7djTHoYWrgO6AWn+j1C2VukudUqlDXn2lwuVNK7mJkavzU6VGq5aHEtcOe5s9B1tayfbfrshUVmxVWElgAxHyqMLQ/c+G1bEMYCHd0hX0wOeymTHdNKO6qpuOqwMnc41RcgNwD/kX2IhcEcVUwecqYS5wHlF5BuJCUYgQG2A/AceKQqqYwQKcuxQK+EkBDgX+BeatHB8OfqlbephIiqIp1NXmDFdWCADp/qlndULoGGYosksvo9QHHpQXgf01qqAcUDSXyVy1MxkFfSQhXVOZoqQct6AbAPKZqQIXK3i26Qzvet4HVlFL2giWx8XSVdJJ6Qbp5dJvSQ9Kn5G+Lj1FEg8qvy2SYx1EpglMCFHfi4wIUHiJM0bnLOkM+EXB4xY8dumF7YEARoDkDw5ies1ep1cXNh2g+9qZsqsHNSFApTX0X1skicPA4NQpg9YryMci6cUZvG4lCefCb2+JQh+12YFeiCr1tfvVAgnEkJmHx1cO9TNxBiV48lpQVEGv7gBkNE00hQ1tdLrJu0NLiYsSfqJZvIN3SLx6c9tK1MxQm9TZdvIK00tebVF0owGWMDpjEjI5O2prIBw6KZkkL6JwzS33t/oFH77VW3IhpSDWHG928+xkCX0AWaldGutt6o6R7qBQdGh2S6OxZbY+1t3UG4OsXqn/AfTuC1Ou70wr6Jexbh3ws/wRTVZlj5km9xWFcb04llZAAmZA8iiOn+MqyFLbC8ZSFrmIsxHXQh/CFLrpElIogN1XIVwvy3/vJg583OuNQwkik/IYvrAy6qZtWZ8oKlw10lEJhLAq3zTyYkWohpmqlFRNrqdlR866at4mb6ayfEToruWZ+JJN2qLyMXTlVCwLZB4hLFVT0aG0wFXNMPy32zhT32HFpgtaBPrUK5ny7OymWRhhGTb5WHe5OzbWjVbLQR4QpTKWEARzsh8QKtcUUAmyHZdVk1tUdNrA6/R/6CAm0NmSgpgR3LBhGPq3gNACwBzoCwusR+K7Kc8u42s83MT7dBkLk5jQXslldDrxw/3YiAp60bD1sUARPPXylGV7HzIN29YtLeO0J9DfMXk5S32SfNO08XIL6dYdUUyipvV6BrecBrbPn9D3MipxsHw3SMelK6XrpBulW6W70MuDixZwb68DbIXn38tkwPlxIr0HjOiQNdHcAnN+eLUARn90Rg0Mj2QTfDPAIsjeYu2aRgw2WoaHfqsjok4rORbjIkwao5dYHt1E0i1UqyA8DTljpGsjjm+DEHRTVNZMP1fL+PlcrRTnxxxns5Kcy822TTPrl0YKGd8zikHa0rhs66rMnHA8MDT0SZZvdjIZWEFbt+2MZZVfN3LsWG5dhpL8SD3nukCwz7mm6VLANSrsF77bzUShOxICdwka5EcqYcH4qqoroLlTwWTuQoAqhuUu7MyUPQdEsizEu7QwnU/7KSoUTR0ZiQPHsnSd83V+AXtewG4z9usefvh37rqnsL51VTbMLc/PL+La1BKZeBN9Z/JeaVU6Bjr4EulykIovkq6XbpJeAhbqK6XXSG+Q3iS9BaTkA9JHpY9Lj0h/IX0WrNavS/8g/RvRYRPVyAzZR64Fm/X1sKYg7sCg9wPWnuvwqAm6vIOYMXkbwA8y+PZLXbQ6sMZxDyVXpwXgtQcr0Wn5QdgLBaDLFi5uKGIu/FZyIILiMYgjv4V/oQh78AXJFIteLDAaA26dpSIE6VUincgPexUR+61FEvk9jLZ6MdqgURivckLU8rvJO2UAQDs+COxeO/a7cQeqLSctiOSFGuTKNspEEJ/xUHK3lYFcRfYbHq12lSaeH3brA5eWIEEI7UER4dd5ZfDeWrcXAiYY3Ictk6iCnriDz+oVWXTmRBP76EVnHKAGPB4NN8WaZ1mURH2kaBKr9KJOFDR7EfkD9Lyn9D0ACO8H1a4L+KeJ5vpKztAMzweAyUZAcBRmjFJe1/SUT1IpkrWFU5rslcerSzsWq+M0lUp53jpN0wqaob0OihU0XROWanNH2PcZsFksbl5ggAnIFAP+XWkTYtvQ0PWgiTmgQRB7Ogeha8mgKuCrAdIhAKYBDygyQnuKxTj5gu1E5UbVQOj7FtMxXU0/9QaYgcEycja/O+cZVipYzFUUfH0BL+qgNpdBmlGAHJXExR01jlEwwRII81HcaIej+XhsPB/olu2H+QLY69XJeOqKjOzZYTr0QAKO5UY8xwhTWYxalXzgWgDRd3BHE4z+FdEEQPb85rqxvrA536MpalP49t+I948vUVkoAzKHrxwyR15ell+skLQjXGd8xIyRogUGWzzlCMeZCs1qCaheJIq3vGuxWl3ctXy1aZqbgZCBcNQHLIG/4h1QJgN/d6ualoIWPu44iVT9mm3brnsz56DsqoqqwJeudk4LoHgFBzXuhYSEJIDBTS8vg23hoOZxZJKmDICceQuwA8iP+rq5bYthvjzWqDW+TfXMnngico3GhnxUU9DjiiXu8SjYTTBhYLEAL6JrG1B31DQdO217YJMownRHiuO6ZXq2Z1qw1gA67mtUChl8jwKwgJYyHSt0TYFWjueEYF2lHhQWcNGJq20Dls6RDSeBZS7oiKfZpfRLUhGw2XHAZTeD3PlP0luld0ofkD4sPQQS53PS49KTILJ4ZRYdqpNTfDyMWTcHgkUg2BKw59iZ08zkcnLgIxjZVCRgbBEwepy8DQfQnvYSqVTAd7VbuLFrPPGLR6fbXrserZvDc59uqykQ/EOjrWY3jgZO6/V2bRjqtmGLZkQLtYySHDuCUBH4zlZ3kTB8xBjrDV9f7aUTl10/xksaNHPjXowXJaDkuvRBYSpv0jV3xDJgr+rEMMmbFPbopUcPzTWbc4eOfnoYOPLPo/K5d+7TbX3fnefKAbqZBGcljEJC/4vMe5NigvmlvI9gY7Dxn9TFXkL2Cv2iQRVCr9mOge0kP0pIUut9Qq/oI9COJ3TPG4RiYhplwxqB/VhdH2BDpOo9LthJZcQ108rN2MTNStpU2EnZIj9uzR163mPPOzTXWgv079j36gPJqMSofODVyTAhIcSEcJigefpJwCKW/NZBe/I4CI2AJyPA3+Q5CDwN08BJDBqkmbVZDRok/UeYAuMaHYUxuSNKjrijsjyT0xMsIkn0H+iSNAp8tiIdli4F/H+ndLf0Lknq2SR5jdGmIGqXKPBAYsWhA3ZYiYeQHGA3Qd9xgA5gFwIuz4TtVgKa8Qw70wvEHEeroTc3LDWH/FpvQ/w50edmYzzz7NqZs7PDpwEsT50/Rjmn9CQ+iX9+WQEpRe8k6jVg2MHenQKkRwS5xhjVpjRm9N+sbaVUbQKevAbA6BTs5/493wFpK8bwbW6VbqHJT5kC6bfgm9tJmAm6aS0Cz02AS1ZrbKVn0v8NCjYOlykYEeS65BkciUAPqPT1lLxCxjdrGjJRbUHOM7SGNgrsxY8QKvAshJzHHcgV/feTY4IrSgTtgQEHdRnDsBD4UjpjFUiBptfCYI5CmPNBmKyVZ2ztPOEV9F4pkGak/dL5CZ55T3KHuJS8sZH4pODR1ECl/sLkcJiM714OzwNEN3mlNFjTy4BYkiqhANEQgNJuxqs+awn6BFTQDAM/cVkb/A8MyXlcBQ8kbDJ4bbKzvOYXixXoH+hakEu7QtMAY+upkRCEKNcM/Rcn9z/hOGNhPaLMUM3Jas7Jxmio2+T44fryezd09s754+dcGDqZxmZPez5oW2YRtNKJYTDV5UyXOejjdAbEO5PbYErIKljshqoz+KgGI64MZhzecMlQUmfcVZlhkMdNszA3XlHwRSrZzq1bB6gTL0J+cXL/RsMYSZVLYLYD0BtL1zaoliFc8qHupV+5o5mLs8a68kWhYxQXvMzFqOeyFKiHryUqvi44Gk7EkOFHMRXHUfIevino5TkpyaZC9MQnWug+qkIaBnj3D+v/fPrrki6lYY9vQ48bNJnLFTB1B5ZAhSurAYYvLif2cuQP3tlObouGoeQWO1mdFvnRt6cVx+o/ZjnK9HJhslAcL5KnixOFwkTx9kMLwUKQDjd4zrTj9W9PfjaE6WCjlvLHyCO32I5j3/Iiv1icKhaDwQ+pde+V09nok0t5F7LzS0t5KOTmlz4ZZdPyvSO2K/1vDNgtKwB4nGNgZGBgAGKZ/hff4/ltvjJwM78AijBcLo4pgNH///2PYNFnDgFyORiYQKIAd9ENLgAAeJxjYGRgYA76n8XAwFL8/9//3yz6DEARFGACAJ1pBpZ4nGN+wcDAov//P9NBBgbmlUB2MZB+8f8/8wsQDWb/Q7DhYv+xy4H42NRj00sbDADD6T4WAAAAAABQAF4AvgJ4AsQDMgOwCA4IWgiwCWQJjgnyCmoKygtyDDwMygz8DVINrA+QEDIQ2hE2EXgRrhIKEj4SlhLgEwYTUBN2FBwUYhTiFRoVYhWMFeAX8hlsGqIcXh0sH3AgpCGUIpQi+gAAeJxjYGRgYDBhNmFQZQABJiDmAkIGhv9gPgMAFnsBpwB4nHWRzUrDQBSFT/ontuBCwY2bWUmLkP6ALrqxUGj3BbtzMU0nTWqSKZOp0KVP4c538IV8A9/Bk2SQIjVhJt8998zcOxMAl/iCh+q556jYQ4dRxTWcYeK4Tn3uuEFeOG6Snx23yJHjNu6QO+7gCh/cwWucM9ri07GHa+/GcQ0X3tBxnfqj4wb5yXGT/OK4RX5z3MbSe3fcwa33PdW7g4k3kRXdaU+MBsMHsToITSnOZCLk3kba5GIiQp1ZlSTaD3QaSpPKQFEwC7XZJ9IcKUe4VCaPdSaG/uBInatMGWnVuqiUv25G1oYiNDoVM1dD7IzeqsD6kbW7cb9/XBtTaOxwgEGMDS/RQqBLtcfvCAMM8UBa0SHorFwxMkgkVCT2XBGVmZzxhCNklFFVdCRkHwHnlLqkK+UcMFc5DH+n4o57Oovsac9pdVnOObsp6gl26rPf0955yQXJUln/ninHK+uPqFquLbo3ZbcCsz/nELynIrelElD3y9uyVMfo8/3n3D8Uqo6peJxtkFl31DAMhXNLJplkpqVQ9n3fA3QYfpDieBJTO8qRbab01+OcKW/oRZKPdP3pZkfZIers/7HFEW4gxwIFSixRocYKaxzjBDdxilu4jTPcwV3cw308wEM8wmM8wVM8w3O8wEu8wmu8wVu8w3t8wEd8wmd8QYOv+IbvOMcGP7DFz6ycjApRdD5Z+rMMQxOG6NozRUH3LIaaSbiLKrBfDNyTVGb0gXoht7AmVbnlngtHosjXLm3JaDrqKkeXxpkrknzUl2E1cjPFMUTquBpjEKMMjwsOwr6YtOyMLSY2Yzg/pM3y33Qp+rfRe1+GvQlJvWy1tfqKVonL8ayi/YliNwn55oCRq4FCoUgSbqG0CMlCDVpdlNdzlWLvdDCKShVnWq464anj/ehLbbVKWMsdKd0yXyz6yUZfD+TaKL2W5nh2wIQ4/0229lFF8WS1X7bRqyQmeUvqoiJrnB6TcQnllxZeK2tSr5ud0bZQ3Kbby/Qguqf1qNtok12z6Dqwm33XPjXLzbYZOEGvabKJ+HDxaTJ6nMvmWrSmGLjZkTjKsr+Kp7KL") format("woff"), url("data:application/octet-stream;base64,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AAAAAAACAAcAQAABAAAAAAADAAsARwABAAAAAAAEAAsAUgABAAAAAAAFAAsAXQABAAAAAAAGAAsAaAABAAAAAAAKACsAcwABAAAAAAALABMAngADAAEECQAAAGoAsQADAAEECQABABYBGwADAAEECQACAA4BMQADAAEECQADABYBPwADAAEECQAEABYBVQADAAEECQAFABYBawADAAEECQAGABYBgQADAAEECQAKAFYBlwADAAEECQALACYB7UNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZmFybWFjZW50ZXJSZWd1bGFyZmFybWFjZW50ZXJmYXJtYWNlbnRlclZlcnNpb24gMS4wZmFybWFjZW50ZXJHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANgAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AZgBhAHIAbQBhAGMAZQBuAHQAZQByAFIAZQBnAHUAbABhAHIAZgBhAHIAbQBhAGMAZQBuAHQAZQByAGYAYQByAG0AYQBjAGUAbgB0AGUAcgBWAGUAcgBzAGkAbwBuACAAMQAuADAAZgBhAHIAbQBhAGMAZQBuAHQAZQByAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkASUBJgEnASgBKQEqASsBLAEtAS4BLwEwATEBMgEzATQBNQAHcGljdHVyZQRwbGF5CHRoLXRodW1iE2NhdGVnb3JpYS1wcm9kdWN0b3MFaG9nYXIJaW5zdGFncmFtBWxpc3RhBGxvZ28GbWFyY2FzCm1hdGVybmlkYWQJbWF4aW1pemFyBG5leHQLbm8tcHVudHVhZG8JbnV0cmljaW9uBW90cm9zBnBlcmZpbAZwb2ludDEGcG9pbnQyCHB1bnR1YWRvB3Jldmlld3MHdHdpdHRlcgdiZWxsZXphC3Byb21vY2lvbmVzDmNvbXByYXMtbWFyY2FzBGNoYXQGY2FyZ2FyBmNlcnJhcgVjaGVjawdjb21wcmFzCWNvc21ldGljYQdjdWlkYWRvCWRyb3Bkb3ducwdlbGVjdHJvCGZhY2Vib29rBWdwbHVzCmhhbWJ1cmdlci0NaW5zdGl0dWNpb25hbApzdWN1cnNhbGVzCGJ1c2NhZG9yBGJhY2sJYWxpbWVudG9zBmNhamVybwxjbGllbnRlLWZpZWwGY29icm9zB2VudHJlZ2EMbmVidWxpemFjaW9uDHRvbWEtcHJlc2lvbggyNC1ob3JhcwxhcGxpY2FjaW9uZXMQYXRlbmNpb24tY2xpZW50ZQphdXRvLWZhcm1hAAAA") format("truetype");
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'farmacenter';
    src: url('../font/farmacenter.svg?96951742#farmacenter') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "farmacenter";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-picture:before {
  content: '\e800';
}

/* '' */
.icon-play:before {
  content: '\e801';
}

/* '' */
.icon-th-thumb:before {
  content: '\e802';
}

/* '' */
.icon-categoria-productos:before {
  content: '\e803';
}

/* '' */
.icon-hogar:before {
  content: '\e806';
}

/* '' */
.icon-instagram:before {
  content: '\e807';
}

/* '' */
.icon-lista:before {
  content: '\e808';
}

/* '' */
.icon-logo:before {
  content: '\e809';
}

/* '' */
.icon-marcas:before {
  content: '\e80a';
}

/* '' */
.icon-maternidad:before {
  content: '\e80b';
}

/* '' */
.icon-maximizar:before {
  content: '\e80c';
}

/* '' */
.icon-next:before {
  content: '\e80d';
}

/* '' */
.icon-no-puntuado:before {
  content: '\e80e';
}

/* '' */
.icon-nutricion:before {
  content: '\e80f';
}

/* '' */
.icon-otros:before {
  content: '\e810';
}

/* '' */
.icon-perfil:before {
  content: '\e811';
}

/* '' */
.icon-point1:before {
  content: '\e812';
}

/* '' */
.icon-point2:before {
  content: '\e813';
}

/* '' */
.icon-puntuado:before {
  content: '\e814';
}

/* '' */
.icon-reviews:before {
  content: '\e815';
}

/* '' */
.icon-twitter:before {
  content: '\e816';
}

/* '' */
.icon-belleza:before {
  content: '\e817';
}

/* '' */
.icon-promociones:before {
  content: '\e818';
}

/* '' */
.icon-compras-marcas:before {
  content: '\e819';
}

/* '' */
.icon-chat:before {
  content: '\e81a';
}

/* '' */
.icon-cargar:before {
  content: '\e81b';
}

/* '' */
.icon-cerrar:before {
  content: '\e81c';
}

/* '' */
.icon-check:before {
  content: '\e81d';
}

/* '' */
.icon-compras:before {
  content: '\e81e';
}

/* '' */
.icon-cosmetica:before {
  content: '\e81f';
}

/* '' */
.icon-cuidado:before {
  content: '\e820';
}

/* '' */
.icon-dropdowns:before {
  content: '\e821';
}

/* '' */
.icon-electro:before {
  content: '\e822';
}

/* '' */
.icon-facebook:before {
  content: '\e823';
}

/* '' */
.icon-gplus:before {
  content: '\e824';
}

/* '' */
.icon-hamburger-:before {
  content: '\e825';
}

/* '' */
.icon-institucional:before {
  content: '\e826';
}

/* '' */
.icon-sucursales:before {
  content: '\e827';
}

/* '' */
.icon-buscador:before {
  content: '\e828';
}

/* '' */
.icon-back:before {
  content: '\e829';
}

/* '' */
.icon-alimentos:before {
  content: '\e82a';
}

/* '' */
.icon-cajero:before {
  content: '\e82b';
}

/* '' */
.icon-cliente-fiel:before {
  content: '\e82c';
}

/* '' */
.icon-cobros:before {
  content: '\e82d';
}

/* '' */
.icon-entrega:before {
  content: '\e82e';
}

/* '' */
.icon-nebulizacion:before {
  content: '\e82f';
}

/* '' */
.icon-toma-presion:before {
  content: '\e830';
}

/* '' */
.icon-24-horas:before {
  content: '\e831';
}

/* '' */
.icon-aplicaciones:before {
  content: '\e832';
}

/* '' */
.icon-atencion-cliente:before {
  content: '\e833';
}

/* '' */
.icon-auto-farma:before {
  content: '\e834';
}

/* '' */
.icon-picture:before {
  content: '\e800';
}

/* '' */
.icon-play:before {
  content: '\e801';
}

/* '' */
.icon-th-thumb:before {
  content: '\e802';
}

/* '' */
.icon-categoria-productos:before {
  content: '\e803';
}

/* '' */
.icon-hogar:before {
  content: '\e806';
}

/* '' */
.icon-instagram:before {
  content: '\e807';
}

/* '' */
.icon-lista:before {
  content: '\e808';
}

/* '' */
.icon-logo:before {
  content: '\e809';
}

/* '' */
.icon-marcas:before {
  content: '\e80a';
}

/* '' */
.icon-maternidad:before {
  content: '\e80b';
}

/* '' */
.icon-maximizar:before {
  content: '\e80c';
}

/* '' */
.icon-next:before {
  content: '\e80d';
}

/* '' */
.icon-no-puntuado:before {
  content: '\e80e';
}

/* '' */
.icon-nutricion:before {
  content: '\e80f';
}

/* '' */
.icon-otros:before {
  content: '\e810';
}

/* '' */
.icon-perfil:before {
  content: '\e811';
}

/* '' */
.icon-point1:before {
  content: '\e812';
}

/* '' */
.icon-point2:before {
  content: '\e813';
}

/* '' */
.icon-puntuado:before {
  content: '\e814';
}

/* '' */
.icon-reviews:before {
  content: '\e815';
}

/* '' */
.icon-twitter:before {
  content: '\e816';
}

/* '' */
.icon-belleza:before {
  content: '\e817';
}

/* '' */
.icon-promociones:before {
  content: '\e818';
}

/* '' */
.icon-compras-marcas:before {
  content: '\e819';
}

/* '' */
.icon-chat:before {
  content: '\e81a';
}

/* '' */
.icon-cargar:before {
  content: '\e81b';
}

/* '' */
.icon-cerrar:before {
  content: '\e81c';
}

/* '' */
.icon-check:before {
  content: '\e81d';
}

/* '' */
.icon-compras:before {
  content: '\e81e';
}

/* '' */
.icon-cosmetica:before {
  content: '\e81f';
}

/* '' */
.icon-cuidado:before {
  content: '\e820';
}

/* '' */
.icon-dropdowns:before {
  content: '\e821';
}

/* '' */
.icon-electro:before {
  content: '\e822';
}

/* '' */
.icon-facebook:before {
  content: '\e823';
}

/* '' */
.icon-gplus:before {
  content: '\e824';
}

/* '' */
.icon-hamburger-:before {
  content: '\e825';
}

/* '' */
.icon-institucional:before {
  content: '\e826';
}

/* '' */
.icon-sucursales:before {
  content: '\e827';
}

/* '' */
.icon-buscador:before {
  content: '\e828';
}

/* '' */
.icon-back:before {
  content: '\e829';
}

/* '' */
.icon-alimentos:before {
  content: '\e82a';
}

/* '' */
.icon-cajero:before {
  content: '\e82b';
}

/* '' */
.icon-cliente-fiel:before {
  content: '\e82c';
}

/* '' */
.icon-cobros:before {
  content: '\e82d';
}

/* '' */
.icon-entrega:before {
  content: '\e82e';
}

/* '' */
.icon-nebulizacion:before {
  content: '\e82f';
}

/* '' */
.icon-toma-presion:before {
  content: '\e830';
}

/* '' */
.icon-24-horas:before {
  content: '\e831';
}

/* '' */
.icon-aplicaciones:before {
  content: '\e832';
}

/* '' */
.icon-atencion-cliente:before {
  content: '\e833';
}

/* '' */
.icon-auto-farma:before {
  content: '\e834';
}

/* '' */
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@font-face {
  font-family: 'farmacenter';
  src: url("../font/farmacenter.eot?55451165");
  src: url("../font/farmacenter.eot?55451165#iefix") format("embedded-opentype"), url("../font/farmacenter.woff2?55451165") format("woff2"), url("../font/farmacenter.woff?55451165") format("woff"), url("../font/farmacenter.ttf?55451165") format("truetype"), url("../font/farmacenter.svg?55451165#farmacenter") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'farmacenter';
    src: url('../font/farmacenter.svg?55451165#farmacenter') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "farmacenter";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-picture:before {
  content: '\e800';
}

/* '' */
.icon-play:before {
  content: '\e801';
}

/* '' */
.icon-th-thumb:before {
  content: '\e802';
}

/* '' */
.icon-categoria-productos:before {
  content: '\e803';
}

/* '' */
.icon-hogar:before {
  content: '\e806';
}

/* '' */
.icon-instagram:before {
  content: '\e807';
}

/* '' */
.icon-lista:before {
  content: '\e808';
}

/* '' */
.icon-logo:before {
  content: '\e809';
}

/* '' */
.icon-marcas:before {
  content: '\e80a';
}

/* '' */
.icon-maternidad:before {
  content: '\e80b';
}

/* '' */
.icon-maximizar:before {
  content: '\e80c';
}

/* '' */
.icon-next:before {
  content: '\e80d';
}

/* '' */
.icon-no-puntuado:before {
  content: '\e80e';
}

/* '' */
.icon-nutricion:before {
  content: '\e80f';
}

/* '' */
.icon-otros:before {
  content: '\e810';
}

/* '' */
.icon-perfil:before {
  content: '\e811';
}

/* '' */
.icon-point1:before {
  content: '\e812';
}

/* '' */
.icon-point2:before {
  content: '\e813';
}

/* '' */
.icon-puntuado:before {
  content: '\e814';
}

/* '' */
.icon-reviews:before {
  content: '\e815';
}

/* '' */
.icon-twitter:before {
  content: '\e816';
}

/* '' */
.icon-belleza:before {
  content: '\e817';
}

/* '' */
.icon-promociones:before {
  content: '\e818';
}

/* '' */
.icon-compras-marcas:before {
  content: '\e819';
}

/* '' */
.icon-chat:before {
  content: '\e81a';
}

/* '' */
.icon-cargar:before {
  content: '\e81b';
}

/* '' */
.icon-cerrar:before {
  content: '\e81c';
}

/* '' */
.icon-check:before {
  content: '\e81d';
}

/* '' */
.icon-compras:before {
  content: '\e81e';
}

/* '' */
.icon-cosmetica:before {
  content: '\e81f';
}

/* '' */
.icon-cuidado:before {
  content: '\e820';
}

/* '' */
.icon-dropdowns:before {
  content: '\e821';
}

/* '' */
.icon-electro:before {
  content: '\e822';
}

/* '' */
.icon-facebook:before {
  content: '\e823';
}

/* '' */
.icon-gplus:before {
  content: '\e824';
}

/* '' */
.icon-hamburger-:before {
  content: '\e825';
}

/* '' */
.icon-institucional:before {
  content: '\e826';
}

/* '' */
.icon-sucursales:before {
  content: '\e827';
}

/* '' */
.icon-buscador:before {
  content: '\e828';
}

/* '' */
.icon-back:before {
  content: '\e829';
}

/* '' */
.icon-alimentos:before {
  content: '\e82a';
}

/* '' */
.icon-cajero:before {
  content: '\e82b';
}

/* '' */
.icon-cliente-fiel:before {
  content: '\e82c';
}

/* '' */
.icon-cobros:before {
  content: '\e82d';
}

/* '' */
.icon-entrega:before {
  content: '\e82e';
}

/* '' */
.icon-nebulizacion:before {
  content: '\e82f';
}

/* '' */
.icon-toma-presion:before {
  content: '\e830';
}

/* '' */
.icon-24-horas:before {
  content: '\e831';
}

/* '' */
.icon-aplicaciones:before {
  content: '\e832';
}

/* '' */
.icon-atencion-cliente:before {
  content: '\e833';
}

/* '' */
.icon-auto-farma:before {
  content: '\e834';
}

/* '' */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #00a651;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005a2c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 41px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #00a651;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #007338;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #007338;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 1265px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* --------------------------------------------------
  INICIO TABLES 
-------------------------------------------------- */
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th,
.table th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  background-color: #FAFAFA;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* --------------------------------------------------
  FIN TABLES
-------------------------------------------------- */
/* --------------------------------------------------
  INICIO FORMS 
-------------------------------------------------- */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  width: 100%;
  height: 66px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #00a651;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 166, 81, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 166, 81, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 66px;
  }
  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm, .input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg, .input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 66px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

/* --------------------------------------------------
  FIN FORMS 
-------------------------------------------------- */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  /*white-space: nowrap;*/
  padding: 9px 18px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -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.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #00a651;
  border-color: #008c45;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #007338;
  border-color: #000d06;
}

.btn-primary:hover {
  color: #fff;
  background-color: #007338;
  border-color: #004f27;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #007338;
  border-color: #004f27;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #004f27;
  border-color: #000d06;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #00a651;
  border-color: #008c45;
}

.btn-primary .badge {
  color: #00a651;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #00a651;
  border-color: #008c45;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #007338;
  border-color: #000d06;
}

.btn-success:hover {
  color: #fff;
  background-color: #007338;
  border-color: #004f27;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #007338;
  border-color: #004f27;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #004f27;
  border-color: #000d06;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #00a651;
  border-color: #008c45;
}

.btn-success .badge {
  color: #00a651;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #00a651;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #005a2c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 15px 24px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 7.5px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1.5px 7.5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #00a651;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 1265px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #00a651;
}

.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #00a651;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* --------------------------------------------------
  INICIO NAVBAR 
-------------------------------------------------- */
.navbar {
  position: relative;
  min-height: 65px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 1265px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 1265px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 1265px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 1265px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 1265px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 1265px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 8px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 65px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 1265px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: left;
  margin-left: 15px;
  padding: 5px 5px;
  margin-top: 15.5px;
  margin-bottom: 15.5px;
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 1265px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 10.75px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 1264px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 1265px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 21.5px;
    padding-bottom: 21.5px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -0.5px;
  margin-bottom: -0.5px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 1264px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1265px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: -0.5px;
  margin-bottom: -0.5px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 16px;
  margin-bottom: 16px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}

.navbar-text {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}

@media (min-width: 1265px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1265px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 1264px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #00a651;
  border-color: #008c45;
}

.navbar-inverse .navbar-brand {
  color: #FFF;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #FFF;
}

.navbar-inverse .navbar-nav > li > a {
  color: #FFF;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #FFF;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: #007338;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #008c45;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #008240;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #007338;
  color: #FFF;
}

@media (max-width: 1264px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #008c45;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #008c45;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FFF;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFF;
    background-color: #007338;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #FFF;
}

.navbar-inverse .navbar-link:hover {
  color: #FFF;
}

.navbar-inverse .btn-link {
  color: #FFF;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #FFF;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* --------------------------------------------------
  FIN NAVBAR
-------------------------------------------------- */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\\00a0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

/* --------------------------------------------------
  INICIO PAGINATION 
-------------------------------------------------- */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
  font-size: 15px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #00a651;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #005a2c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #00a651;
  border-color: #00a651;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* --------------------------------------------------
  FIN PAGINATION 
-------------------------------------------------- */
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}

.pager:before,
.pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #00a651;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #007338;
}

.label-success {
  background-color: #00a651;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #007338;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00a651;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail, .thumbnail-lista {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00a651;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #00a651;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.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);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #00a651;
}

.progress-striped .progress-bar-success {
  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);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  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);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  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);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  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);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00a651;
  border-color: #00a651;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #73ffb7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 22px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #00a651;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #00a651;
  border-color: #00a651;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00a651;
}

.panel-primary > .panel-heading .badge {
  color: #00a651;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00a651;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* --------------------------------------------------
  FIN MODALS 
-------------------------------------------------- */
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid #00a651;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #FFF;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 30px 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 30px 15px1.42857;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
  text-align: center;
  font-size: 25px;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/* --------------------------------------------------
  FIN MODALS 
-------------------------------------------------- */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

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

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #10B000;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #10B000;
}

/* Preloader with Bootstrap Progress Bar
-----------------------------------------------*/
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(&#39;https://6ed03b3e7ee716b29bc2dee79aafb8179ed53b19-www.googledrive.com/host/0B9VLbslO6g64UnFTUlQzWDVMdXM&#39;) 50% 50% no-repeat #f9f9f9;
}

.loader-container {
  width: 600px;
  height: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

/* General */
html, body {
  overflow-x: hidden;
  min-height: 100%;
}

body {
  color: #444;
}

.text-danger {
  color: #da3431;
}

.pad-btn {
  padding: 2px 5px;
}

.linea-vert {
  border-left: solid 1px #f2f2f2;
}

#farmavideo {
  background-color: #444;
  background-position: center 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  z-index: 1;
}

.panel-default > .panel-heading .badge {
  background-color: #00a651;
  padding: 4px 9px;
  font-family: 'Oswald', sans-serif;
}

.panel-title > a, .panel-title > small,
.panel-title > .small, .panel-title > small > a,
.panel-title > .small > a {
  color: #007338;
  text-decoration: none;
}

.panel-title > a:hover, .panel-title > a:focus, .panel-title > a:active, .panel-title > small:hover,
.panel-title > small:focus,
.panel-title > small:active,
.panel-title > .small:hover, .panel-title > .small:focus, .panel-title > .small:active, .panel-title > small > a:hover,
.panel-title > small > a:focus,
.panel-title > small > a:active,
.panel-title > .small > a:hover, .panel-title > .small > a:focus, .panel-title > .small > a:active {
  color: #008c45;
  text-decoration: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bg_gris-claro {
  background-color: #f9f9f9;
}

.bg_gris-oscuro {
  background-color: #424251;
}

.hr2 {
  border-bottom: solid 1px #ddd;
}

.b-bottom {
  border-bottom: solid 1px #ddd !important;
}

ul.listicon-check li {
  padding-left: 1em;
  list-style: none;
  margin-bottom: 4px;
}

ul.listicon-check li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

.form-control, textarea, input {
  font-family: 'Roboto Condensed', 'FontAwesome', sans-serif;
}

.form-control, .input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: auto !important;
  padding: 8px 14px;
  font-size: 16px;
  line-height: 1.4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.select-sm {
  width: auto !important;
  padding: 5px 6px;
  font-size: 15px;
}

#custom-search-input {
  margin: 0;
  margin-top: 5px;
  padding: 0;
}

#custom-search-input .form-control {
  font-size: 16px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

#custom-search-input .search-query {
  margin-bottom: 5px;
}

#custom-search-input .btn {
  border: 0;
  background: none;
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -38px;
  margin-bottom: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #00a651;
}

#custom-search-input input::-webkit-calendar-picker-indicator {
  display: none;
}

.search-query:focus + button {
  z-index: 3;
}

.btn {
  padding: 12px 18px;
  font-size: 15px;
  line-height: 1.33333;
  border-radius: 6px;
  letter-spacing: 0.01em;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.btn-fino {
  padding: 12px;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 13px 20px;
  font-size: 18px;
}

.btn, .btn-lg, .btn-group-lg > .btn {
  font-weight: 700;
}

.btn-primary {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 2px solid #007338;
}

.btn-default {
  border: 1px solid #00a651;
  color: #00a651;
  background-color: transparent;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
  background-color: #00a651;
  border-color: #00a651 !important;
  color: #fff !important;
}

.cantidad-input {
  width: 50px;
  padding: 12px 10px !important;
}

.btn-group-car > .btn {
  padding: 9px 8px;
}

.add2car:hover, .add2car:focus {
  background-color: #ddd;
  border-color: #ccc !important;
  color: #008c45 !important;
}

.btn-carrito {
  margin-top: 3px;
  height: 60px;
  margin-bottom: -20px;
  margin-left: 3px;
}

.btn-carrito i {
  font-size: 20px;
  position: relative;
  margin-left: -5px;
}

.btn-carrito .badge {
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 2px 5px;
  color: #007338;
  border: 1px solid #008c45;
  position: absolute;
  left: 10px;
  top: -16px;
  font-style: normal;
}

.btn-default.btn-disabled {
  color: #00a651 !important;
}

.btn-disabled {
  opacity: 0.5;
}

.btn-disabled:hover, .btn-disabled:focus {
  cursor: default;
  background-color: inherit;
  border-color: inherit;
}

h1, h2, h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.container_internas {
  padding-top: 128px;
}

.container_mapas {
  padding-top: 67px;
}

.m-top-int {
  margin-top: 128px;
}

.m-top-int2 {
  margin-top: 128px;
}

.text-success {
  color: #00a651;
}

.text-gray {
  color: #656565;
}

.error-digit {
  font-size: 150px;
  text-align: center;
  line-height: 150px;
  margin-top: -5px;
  color: #00a651;
}

.error-page h4 {
  font-size: 24px;
  letter-spacing: 0.02em;
  margin: 0;
}

/*Form Wizard*/
.progress {
  background-color: #f0f0f0;
}

.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #007338;
  font-size: 16px;
  margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #a0db51;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {
  position: absolute;
  width: 34px;
  height: 34px;
  display: block;
  background: #a0db51;
  top: 45px;
  left: 50%;
  margin-top: -17px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #00a651;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {
  content: ' ';
  width: 16px;
  height: 16px;
  background: #008c45;
  border-radius: 50px;
  position: absolute;
  top: 9px;
  left: 9px;
}

.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #a0db51;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f0f0f0;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

.lnk_top {
  /*max-width: 180px;*/
}

.lnk_top > a {
  font-size: 15px;
  padding: 18px 12px !important;
  border-right: 1px solid #00974a;
  line-height: 18px !important;
  -webkit-transition: background 50ms ease-in-out;
  transition: background 50ms ease-in-out;
}

.lnk_top > a > .subt {
  font-family: 'Roboto', sans-serif;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.lnk_top > a:hover {
  background: #009c4c !important;
}

.lnk_top > a > .caret {
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-left: 5px;
}

.lnk_top > a > .icon {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 3px;
}

.lnk_top > a .small {
  font-size: 12px;
  margin-left: 2px;
}

.lnk_top .icon-categoria-productos {
  font-size: 28px;
  margin-top: -4px;
  margin-left: -2px;
  margin-right: 2px;
  padding: 2px;
}

.lnk_top .icon-compras-marcas {
  font-size: 34px;
  margin-top: -8px;
  margin-right: -4px;
  margin-left: -12px;
}

.lnk_top .icon-sucursales {
  font-size: 34px;
  margin-top: -9px;
  margin-right: -7px;
  margin-left: -15px;
}

.lnk_top .icon-promociones {
  font-size: 32px;
  margin-top: -6px;
  margin-right: -4px;
  margin-left: -12px;
}

.lnk_top .icon-institucional {
  font-size: 30px;
  margin-top: -8px;
  margin-right: -3px;
  margin-left: -8px;
}

.lnk_top:first-child > a {
  border-left: 1px solid #00974a;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:active,
.navbar-inverse .navbar-nav > a:focus,
.navbar-inverse .navbar-nav > a:active {
  background-color: #00974a;
  border-color: #00974a;
}

.login-ico {
  font-size: 28px;
  margin-top: 2px;
}

@media (min-width: 1300px) {
  .icon-categoria-productos {
    margin-left: -7px !important;
  }
  .icon-compras-marcas {
    margin-right: -2px !important;
    margin-left: -10px !important;
  }
  .icon-sucursales {
    margin-right: -5px !important;
    margin-left: -13px !important;
  }
  .icon-promociones {
    margin-right: -2px !important;
    margin-left: -10px !important;
  }
  .icon-institucional {
    margin-right: -1px !important;
    margin-left: -6px !important;
  }
}

@media (min-width: 1500px) {
  .icon-categoria-productos {
    margin-left: -5px !important;
  }
  .icon-compras-marcas {
    margin-right: 0 !important;
    margin-left: -8px !important;
  }
  .icon-sucursales {
    margin-right: -3px !important;
    margin-left: -11px !important;
  }
  .icon-promociones {
    margin-right: 0 !important;
    margin-left: -8px !important;
  }
  .icon-institucional {
    margin-right: 1px !important;
    margin-left: -4px !important;
  }
}

.navbar-header {
  float: none !important;
}

.navbar-brand > img {
  width: 140px;
  margin: 9px 5px;
}

.navbar-nav {
  margin: 0 !important;
}

.megamenu.dropdown {
  position: static;
}

.megamenu.dropdown ul {
  padding: 0;
}

@media (min-width: 1025px) {
  .megamenu-content {
    margin-top: -10px;
    padding-top: 10px;
  }
  /*.dropdown-menu li.dropdown > .dropdown-menu {
		visibility:hidden;
        display:block;
        opacity:0;
        @include transition (opacity 0.25s ease-in-out);
	}
    .subm-visible {
        visibility:visible!important;
        display: block!important;
        filter: none!important;
        opacity: 1!important;
    }
    .activo > a.subm-visible {
    	position: relative;
    }*/
  .activo:before {
    position: absolute;
    top: -1px;
    left: -1px;
    content: '';
    background-color: #008c45;
    width: 4px;
    height: 107%;
  }
  .dropdown-submenu {
    position: static;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .dropdown-submenu > a:after {
    font-family: "FontAwesome";
    content: "\f105";
    right: 10px;
    top: 13px;
    margin-left: 0;
    visibility: visible;
    color: #666;
    float: right;
  }
  .dropdown-submenu.pull-left {
    float: none;
  }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .row.dropdown-menu {
    width: 860px;
    min-height: 162px;
    top: 5px !important;
  }
  .nav-pills > li, .nav-pills > li.active {
    margin: 0 !important;
  }
  .nav-pills > li, .nav-pills > li {
    border-left: solid 1px #eee;
  }
  .nav-pills > li > a {
    padding: 10px 20px;
    font-size: 14px;
    color: #444;
    border: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .nav-pills > li > a:hover {
    background-color: #fcfcfc;
    color: #00a651;
    border-color: #f7f7f7;
    text-decoration: none;
  }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus,
  .nav-pills > li.active > a:active, .nav-pills > li > a:focus,
  #level4 div > ul > li > a:hover, #level4 div > ul > li > a:focus {
    background-color: #fcfcfc !important;
    color: #00a651;
    border-color: #f7f7f7;
    text-decoration: none;
  }
  .nav-pills > li.active > a:before, .nav-pills > li.active > a:hover:before, .nav-pills > li.active > a:focus:before,
  .nav-pills > li.active > a:active:before, .nav-pills > li > a:focus:before,
  #level4 div > ul > li > a:hover:before, #level4 div > ul > li > a:focus:before {
    position: absolute;
    top: -1px;
    left: -1px;
    content: '';
    background-color: #008c45;
    border-bottom: solid 2px #008c45;
    width: 4px;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

.navbar-right {
  padding: 15px 15px 0 15px;
}

.navbar-right li a {
  padding: 12px 10px !important;
}

.navbar-right .user_access .picture, .navbar-right .user_access a {
  float: left;
  display: block;
}

.navbar-right .user_access .picture {
  border-radius: 50%;
  border: 1px solid #008c45;
  float: left;
  margin-top: 9px;
}

.navbar-right .registrese a:link, .navbar-right .registrese a:visited {
  float: right;
  border: 1px solid #FFF;
  border-radius: 4px;
}

.navbar-right .registrese a:hover, .navbar-right .registrese a:active {
  background-color: #00974a !important;
  border: 1px solid #008c45 !important;
}

.navbar-right .registrese a, .navbar-right .iniciar {
  font-size: 14px;
}

.basket {
  margin: 0px 0 0 15px !important;
  background: url("../images/basket.png") no-repeat 3px 20px;
  padding: 15px 5px 15px 15px !important;
  text-decoration: none;
}

.basket .cant {
  background-color: #FFF;
  border-radius: 50%;
  padding: 2px 4px;
  color: #007338;
  border: 1px solid #007338;
}

.basket .caret {
  color: #FFF;
}

.submenu-empresa {
  background-color: #FFF;
  left: 0;
  right: 0;
  top: 73px;
  position: absolute;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.submenu-empresa li > a {
  display: inline-block;
  font-size: 14px;
  color: #777;
  padding: 5px;
  padding-left: 35px;
  display: block;
  vertical-align: middle;
}

.submenu-empresa li > a:hover,
.submenu-empresa li > a.active {
  color: #056905 !important;
  text-decoration: none;
  background: transparent;
}

.submenu-empresa li > a.active {
  font-weight: bold;
}

.submenu-empresa li > a.active.arrow:after {
  font-family: 'Glyphicons Halflings';
  content: "\e250";
  font-size: 10px;
}

.submenu-empresa li > a span {
  font-family: 'farmacenter';
  color: #777;
  display: block;
  float: left;
  vertical-align: middle;
  font-size: 24px;
  margin-right: 3px;
}

.submenu-empresa li > a.active span {
  color: #056905 !important;
}

.submenu {
  background-color: #FFF;
  left: 0;
  right: 0;
  top: 73px;
  position: absolute;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.submenu.productos {
  font-size: 14px;
  width: 100%;
}

.submenu.productos ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px #EEE solid;
}

.submenu.productos ul li {
  padding: 5px 0;
}

.submenu.productos ul li a {
  color: #777;
  padding: 5px;
  min-height: 20px;
  line-height: 20px;
  display: block;
  vertical-align: middle;
}

.submenu.productos ul li a:hover,
.submenu.productos ul li a.active {
  color: #056905 !important;
  text-decoration: none;
}

.submenu.productos ul li a.active {
  font-weight: bold;
}

.submenu.productos ul li a.active.arrow:after {
  font-family: 'Glyphicons Halflings';
  content: "\e250";
  font-size: 10px;
}

.submenu.productos ul li a span {
  font-family: 'farmacenter';
  color: #777;
  display: block;
  float: left;
  vertical-align: middle;
  font-size: 24px;
  margin-right: 3px;
}

.submenu.productos ul li a.active span {
  color: #056905 !important;
}

.submenu.productos ul li:nth-child(1) a span {
  background-position: -50px 0;
}

.submenu.productos ul li:nth-child(1) a:hover span,
.submenu.productos ul li:nth-child(1) a.active span {
  background-position: -81px 0;
}

.submenu.productos ul li:nth-child(2) a span {
  background-position: -50px -50px;
}

.submenu.productos ul li:nth-child(2) a:hover span,
.submenu.productos ul li:nth-child(2) a.active span {
  background-position: -81px -50px;
}

.submenu.productos ul li:nth-child(3) a span {
  background-position: -50px -100px;
}

.submenu.productos ul li:nth-child(3) a:hover span,
.submenu.productos ul li:nth-child(3) a.active span {
  background-position: -81px -100px;
}

.submenu.productos ul li:nth-child(4) a span {
  background-position: -50px -150px;
}

.submenu.productos ul li:nth-child(4) a:hover span,
.submenu.productos ul li:nth-child(4) a.active span {
  background-position: -81px -150px;
}

.submenu.productos ul li:nth-child(5) a span {
  background-position: -50px -200px;
}

.submenu.productos ul li:nth-child(5) a:hover span,
.submenu.productos ul li:nth-child(5) a.active span {
  background-position: -81px -200px;
}

.submenu.productos ul li:nth-child(6) a span {
  background-position: -50px -250px;
}

.submenu.productos ul li:nth-child(6) a:hover span,
.submenu.productos ul li:nth-child(6) a.active span {
  background-position: -81px -250px;
}

.submenu.productos ul li:nth-child(7) a span {
  background-position: -50px -300px;
}

.submenu.productos ul li:nth-child(7) a:hover span,
.submenu.productos ul li:nth-child(7) a.active span {
  background-position: -81px -300px;
}

.submenu.productos ul li:nth-child(8) a span {
  background-position: -50px -350px;
}

.submenu.productos ul li:nth-child(8) a:hover span,
.submenu.productos ul li:nth-child(8) a.active span {
  background-position: -81px -350px;
}

.submenu.productos .btn.btn-primary {
  color: #00a651;
  background: transparent;
  padding: 12px;
}

.submenu .marcas_slider .item {
  text-align: center;
}

.submenu .marcas_slider .item a {
  display: block;
}

.submenu .marcas_slider .item a img {
  border: 1px solid #CCC;
  margin: 5px 0;
}

.submenu .marcas_slider .owl-prev,
.submenu .marcas_slider .owl-next {
  position: absolute;
  top: 65px;
  font-size: 70px !important;
  color: #10B000 !important;
  background: none !important;
  line-height: 100%;
}

.submenu .marcas_slider .owl-prev {
  left: -100px;
}

.submenu .marcas_slider .owl-next {
  right: -100px;
}

.submenu .busqueda_marca {
  width: 100% !important;
  padding: 5px 5px 10px 15px;
  color: #757584;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 300px;
}

.submenu .busqueda_marca .glyphicon {
  color: #00a651;
}

.submenu .busqueda_marca .abecedario {
  font-size: 18px;
  padding: 0;
  text-align: center;
}

.submenu .busqueda_marca .abecedario li {
  display: inline-block;
}

.submenu .busqueda_marca .abecedario li a {
  color: #00a651;
  font-weight: 700;
  padding: 0 2px;
}

.submenu .busqueda_marca .resultados {
  padding: 0;
}

.submenu .busqueda_marca .resultados li {
  list-style: none;
}

.submenu .busqueda_marca .resultados li a {
  color: #757584;
  font-size: 14px;
}

/* second level menu */
.main-navigation .dropdown-menu {
  z-index: 105;
  top: 99.2%;
}

.header.centered .main-navigation .dropdown-menu {
  top: 99%;
}

.dropdown-menu .divider {
  background-color: #ededed;
}

.dropdown-menu {
  left: 1px;
  min-width: 212px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid #f1f1f1;
  z-index: 101;
}

.mega-submenu ul {
  padding: 0;
  margin: 0;
}

.mega-submenu ul > li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mega-submenu ul > li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* second level menu item */
.dropdown-menu > li > a, .mega-submenu ul > li a {
  padding: 10px 20px;
  font-size: 14px;
  color: #444;
  border: 0;
  -webkit-transition: none;
  transition: none;
  position: relative;
}

.dropdown-menu > li > a:hover:before, .dropdown-menu > li > a:focus:before, .mega-submenu ul > li a:hover:before, .mega-submenu ul > li a:focus:before {
  position: absolute;
  top: -1px;
  left: -1px;
  content: '';
  background-color: #008c45;
  width: 4px;
  height: 107%;
}

/* second level menu item on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus,
.mega-submenu ul > li a:hover,
.mega-submenu ul > li a:focus {
  background-color: #fcfcfc;
  color: #00a651;
  border-color: #f7f7f7;
  text-decoration: none;
}

/* third level menu */
.dropdown-menu .dropdown-menu {
  top: -1px;
  left: 100% !important;
  right: auto;
  border-top: 1px solid #f7f7f7;
}

.header.centered .dropdown-menu .dropdown-menu {
  top: -1px;
  left: 100% !important;
}

header.full-width .dropdown-menu .dropdown-menu.to-left {
  right: 100% !important;
  left: auto !important;
}

/*Large Devices less than 1610px*/
@media (max-width: 1610px) {
  .dropdown-menu .dropdown-menu.to-left {
    right: 100% !important;
    left: auto !important;
  }
}

.dropdown .dropdown > a:after,
.header.centered .dropdown .dropdown > a:after,
.mega-submenu ul > li a.subcat3:after {
  font-family: "FontAwesome";
  content: "\f105";
  right: 10px;
  top: 13px;
  margin-left: 0;
  visibility: visible;
  color: #666;
  float: right;
}

@media (min-width: 1024px) {
  .mega-submenu {
    width: 870px;
  }
}

#modulos .thumbnail .caption,
.owl-carousel .thumbnail .caption {
  padding-bottom: 0;
}

.nav-left {
  width: 95%;
}

.nav-left li:hover {
  background: transparent !important;
}

.nav-left li a {
  border-bottom: solid 1px #ddd;
  padding: 4px 2px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-left li a:hover, .nav-left li a:focus {
  background: transparent !important;
  color: #00a651 !important;
  text-decoration: none;
  padding-left: 10px;
}

.buscador {
  position: absolute;
  top: 73px;
  left: 0;
  right: 0;
  padding: 2px;
  z-index: 10;
  background: rgba(245, 245, 245, 0.75);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.buscador .glyphicon {
  font-size: 22px;
  color: #00a651;
  margin: 0;
}

.buscador .form-control {
  font-size: 16px;
}

.buscador-int {
  background: rgba(245, 245, 245, 0.95);
}

.prod_index {
  text-align: center;
  margin-bottom: 0;
  border-bottom: 1px solid #eee !important;
}

.prod_index li {
  float: none;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: -2px;
}

.prod_index li.active a, .prod_index li.active a:focus, .prod_index li.active a:hover {
  color: #00a651 !important;
  background-color: #f9f9f9;
  border-color: #eee;
  border-bottom-color: #f9f9f9;
}

.prod_index li a span {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  vertical-align: middle;
}

.prod_index li a:hover {
  border-bottom-color: #f9f9f9;
}

.prod_index li.productos a span {
  background-position: -110px 0;
}

.prod_index li.ofertas a span {
  background-position: -110px -50px;
}

#home > ul > li.productos a {
  padding: 11px 14px 7px;
}

#home > ul > li.ofertas a {
  padding: 7px 14px;
}

.acc_linea {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  min-height: 285px;
}

.acc_linea a {
  display: block;
}

.acc_linea figcaption {
  background: rgba(5, 146, 41, 0.5);
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  padding: 18px 0;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.acc_linea .icon {
  border: 2px solid #00a651;
  background-color: #FFF;
  padding: 10px;
  border-radius: 10px;
  right: 10px;
  bottom: 50px;
  z-index: 11;
}

.acc_linea .icon span {
  font-size: 40px;
  display: inline-block;
  color: #00a651;
}

.acc_linea.acc1 {
  background: url("../images/foto-maternidad.jpg") center top;
  background-size: 100% auto;
}

.acc_linea.acc2 {
  background: url("../images/foto-cosmetica.jpg") center top;
  background-size: 100% auto;
}

.acc_linea.acc3 {
  background: url("../images/foto-cuidado.jpg") center top;
  background-size: 100% auto;
}

.acc_linea.acc4 {
  background: url("../images/foto-electro.jpg") center top;
  background-size: 100% auto;
}

.acc_linea.acc5 {
  background: url("../images/foto-hogar.jpg") center top;
  background-size: 100% auto;
}

.acc_linea.acc6 {
  background: url("../images/foto-nutricion.jpg") center top;
  background-size: 100% auto;
}

.acc_linea.acc7 {
  background: url("../images/foto-alimentos.jpg") center top;
  background-size: 100% auto;
}

.acc_linea.acc8 {
  background: url("../images/foto-otros.jpg") center top;
  background-size: 100% auto;
}

.acc_linea.acc9 {
  background: url("../images/persona-fisica.jpg") center top;
  max-width: 375px;
}

.acc_linea.acc10 {
  background: url("../images/persona-juridica.jpg") center top;
  max-width: 375px;
}

.hover-desc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: rgba(66, 66, 81, 0.8);
  padding: 20px;
  color: #fff;
  z-index: 15;
}

.hover-desc h4 {
  color: #00c05d;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.hover-desc h4 small {
  font-size: 15px;
  color: #fff;
}

.hover-desc p {
  color: #f5f5f5;
}

.acc_linea:hover .hover-desc {
  opacity: 1;
}

.hover-desc .list-unstyled {
  font-size: 14px;
  padding-left: 13px;
}

.hover-desc .list-unstyled li a {
  display: inline-block;
  color: #fff;
}

.hover-desc .list-unstyled li a:hover {
  text-decoration: none;
}

.hover-desc .list-unstyled li a span.icon-next {
  color: #00a651;
  font-size: 8px;
  margin-left: -14px;
  margin-top: -3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.hover-desc .list-unstyled li a:hover span.icon-next {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.prod_slider.destacados .thumbnail {
  border: 1px solid #ddd;
  background-color: #FFF;
}

.prod_slider.destacados h4 {
  color: #00a651;
}

.prod_slider.mas-vendidos .thumbnail {
  border: 1px solid #ddd;
  background-color: transparent;
}

.thumbnail a:hover, .thumbnail a:focus {
  text-decoration: none;
}

.item {
  padding: 0 5px;
}

.item .thumbnail {
  border-radius: 5px;
  padding: 5px;
}

.item .thumbnail h3 {
  font-size: 24px;
  font-weight: bold;
}

.item .thumbnail h4 {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 5px;
}

.item .thumbnail .text-primary {
  height: 63px;
}

.item .thumbnail:hover {
  border: 1px solid #ccc;
  background-color: #FFF;
}

.item .thumbnail h3 > small, .item .thumbnail h4 > small, .item .thumbnail h5 > small {
  font-size: 80%;
}

.item .thumbnail .positionrelative {
  margin-bottom: 10px;
}

.item .thumbnail h4.text-primary.tit_promociones.mt20 {
  margin-top: 15px !important;
}

.votos a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  background-position: -115px -150px;
}

.votos a.active {
  background-position: -115px -100px;
}

.votos.big .texto-grande {
  font-size: 20px;
}

.votos.big a {
  width: 50px;
  height: 50px;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  background-position: -240px -50px;
  vertical-align: middle;
}

.votos.big a.active {
  background-position: -240px 0;
}

.votos {
  width: 160px;
  margin: 10px auto;
}

.votos li i {
  font-size: 20px;
}

.voto-info {
  margin: 0;
  margin-top: -7px;
}

.voto-info li {
  padding: 2px;
}

.overlay {
  min-height: 350px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 40px;
  padding: 60px 0;
}

#llamanos {
  color: #fff;
}

#llamanos h4 {
  font-size: 35px;
}

#llamanos h3 {
  font-size: 50px;
}

#llamanos h5 {
  font-size: 25px;
}

#llamanos a {
  color: #fff;
}

#llamanos a:hover, #llamanos a:focus {
  text-decoration: none;
  color: #00c05d;
}

.newsletter {
  background-color: #ddd;
  color: #007338;
}

.newsletter .glyphicon {
  color: #00a651;
}

.newsletter .form-control {
  font-size: 20px;
}

footer#pie_paginas {
  color: #FFF;
  letter-spacing: 0.01em;
}

footer#pie_paginas h3 {
  font-size: 24px;
}

footer#pie_paginas hr {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

footer#pie_paginas a {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
}

footer#pie_paginas a:hover, footer#pie_paginas a:focus {
  text-decoration: none;
  color: #FFF;
}

footer#pie_paginas small {
  display: block;
  color: rgba(255, 255, 255, 0.8);
}

footer#pie_paginas .fa-sm {
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  margin-right: 3px;
}

footer#pie_paginas .creditos {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}

footer#pie_paginas .social {
  display: inline-block;
  width: 50px;
  padding: 3px 6px;
  line-height: 50px;
  font-size: 36px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

footer#pie_paginas .social:hover {
  background-color: #555563;
}

.nav-tabs {
  border-bottom: 0;
}

.encab {
  border-bottom: solid 1px #ddd;
  padding-bottom: 0;
  min-height: 82px;
  background: #f3f3f3;
}

.encab h3 {
  margin-top: 28px;
  font-size: 24px;
}

.encab .btn-group .btn-default {
  border-color: #ccc !important;
}

.encab .btn-group .btn-default:hover, .encab .btn-group .btn-default:focus {
  background-color: #ddd;
  color: #666 !important;
}

.encab .btn-group2 {
  top: 30px;
  right: 180px;
}

.encab .btn-group2 .btn-default {
  border-color: #ccc !important;
}

.encab .btn-group2 .btn-default:hover, .encab .btn-group2 .btn-default:focus {
  background-color: #ddd;
  color: #666 !important;
}

.encab.centrado ul li {
  float: none;
  display: inline-block;
}

.encab ul {
  margin-bottom: -7px;
}

.encab ul li {
  font-weight: bold;
  margin-top: 20px;
}

.encab ul li.active a {
  color: #00a651;
}

.encab ul li a {
  padding-left: 9px;
  font-size: 18px;
  line-height: 40px;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 0;
}

.encab ul li a i {
  font-size: 22px;
  margin-right: 3px;
  float: left;
}

.btn-group-sm {
  min-width: 90px;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn {
  padding: 4px 8px !important;
}

.btn-group-sm > .btn:hover,
.btn-group-sm > .btn:focus {
  background: #fff;
  border-color: #00a651;
  color: #00a651;
}

.minus:hover, .plus:hover {
  background-color: #00a651 !important;
  border-color: #00a651 !important;
  color: #fff !important;
}

.bg_gris-claro > .nav-tabs {
  border-bottom: 1px solid #eee;
}

.bg_gris-claro > .nav-tabs > li {
  margin-bottom: -1px;
}

.bg_gris-claro > .nav-tabs > li > a {
  padding: 10px 14px;
}

.bg_gris-claro > .nav-tabs > li.active > a,
.bg_gris-claro > .nav-tabs > li.active > a:hover {
  background: transparent;
  border-color: #eee;
  border-bottom: solid 2px #f9f9f9;
}

.bg_gris-claro > .nav-tabs i {
  font-size: 24px;
  margin-right: 2px;
  margin-left: -2px;
}

.filtros {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
  min-width: 210px;
  font-size: 95%;
}

.filtros:after {
  content: '';
  position: absolute;
  left: -5px;
  bottom: 20px;
  width: 100px;
  height: 1px;
  border-bottom: 1px solid #ddd;
}

.filtros h3, .filtros h4 {
  margin-top: 15px;
  font-size: 18px;
}

.filtros ul li {
  padding: 5px 0;
}

.filtros .margen input {
  width: 40%;
  display: block;
  float: left;
  margin-right: 5px;
}

.filtros .margen button {
  display: block;
  float: left;
  margin-top: 10px;
}

.barra-grande {
  font-size: 30px;
  margin: 0;
}

.barra-grande .progress {
  height: 40px;
}

.open24Hs {
  width: 60px;
  height: 60px;
  border: 1px solid #00a651;
  margin: auto;
  color: #00a651;
  font-size: 15px;
  line-height: 120%;
  border-radius: 50%;
}

.open24Hs strong {
  display: block;
  font-size: 28px;
  padding-top: 13px;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-bottom: 15px;
}

.buscamarcas {
  padding-top: 15px;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: -7px;
}

.buscamarcas div .form-control {
  background: #fff !important;
  padding: 10px !important;
  border: solid 1px #dbdbea !important;
  height: 50px;
}

.buscamarcas div .form-control-feedback {
  top: 5px;
  color: #00a651;
}

.rating {
  border: none;
  display: inline-block;
  width: auto;
  margin: 0 auto -20px auto;
}

.rating > input {
  display: none;
}

.rating > label:before {
  font-family: 'farmacenter';
  margin: 5px;
  font-size: 1.25em;
  display: inline-block;
  content: '\e814';
  cursor: pointer;
  float: left;
}

.rating > .half:before {
  font-family: 'farmacenter';
  content: '\e814';
  position: absolute;
  cursor: pointer;
}

.rating > label {
  color: #ddd;
  float: right;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #00a651;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #00a651;
}

.tarjetas {
  width: 100%;
  max-width: 245px;
}

.prod_slider .item .thumbnail h4 {
  color: #0B7D00;
}

.submenu2 {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1) !important;
  font-size: 14px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.submenu2 li a {
  padding: 10px 15px !important;
}

.submenu2 li a i {
  color: #00a651;
  font-size: 10px !important;
  margin-left: 3px;
}

.navbar {
  min-height: 73px;
}

.navbar-right > .open > a, .navbar-right > .open > a:hover,
.navbar-right > .open > a:focus {
  background-color: #00a651 !important;
}

.menu_user {
  min-width: 310px;
}

.menu-carrito {
  height: 295px;
  overflow: hidden;
}

.menu-carrito table, .lista-carrito table {
  width: 93%;
  margin: 0 auto;
}

.menu-carrito table tbody tr td, .lista-carrito table tbody tr td {
  padding: 10px 0;
}

.menu-carrito table tbody tr td a {
  padding-left: 0 !important;
}

.menu-carrito table tbody tr, .lista-carrito table tbody tr {
  border-bottom: solid 1px #ddd;
}

.menu-carrito table tbody tr:last-child, .lista-carrito table tbody tr:last-child {
  border-bottom: 0;
}

.title-menu-carrito a {
  padding-left: 0 !important;
  font-size: 17px;
  color: #444;
  font-weight: 500;
}

.menu-carrito table tbody tr td a:hover, .lista-carrito table tbody tr td a:hover {
  color: #007338;
  text-decoration: none;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.linea-mobile {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.linea-mobile a {
  display: block;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #00a651;
  text-align: center;
  color: #00a651;
  padding: 5px;
  margin: 0 0 20px 0;
  min-height: 95px;
}

.linea-mobile a i {
  font-size: 30px;
}

.linea-mobile a h6 {
  font-weight: normal;
  font-size: 13px;
  margin-top: 0;
}

.linea-mobile a:hover {
  background: #fff;
  text-decoration: none;
}

#map_canvas {
  width: 100%;
  height: 283px;
}

#map {
  width: 100%;
  height: 400px;
}

.radio {
  margin: -5px 0 0 5px;
}

#two {
  background: transparent;
  border: 0 !important;
}

#two > .megamenu-content {
  margin-right: -5px;
  margin-left: -5px;
}

#two > div > div > div > div.form-group.has-feedback > span {
  right: 15px !important;
}

#character-title {
  margin: 16px 0;
}

.t24 {
  font-size: 24px;
}

#addDire {
  display: none;
}

#imagenes .item img {
  margin-bottom: 10px;
}

.detalles {
  color: #656565;
}

#prodImages .nav-tabs > li.active,
#prodImages .nav-tabs > li {
  margin-right: 2px;
  margin-top: 4px;
}

#prodImages .nav-tabs > li.active > a,
#prodImages .nav-tabs > li.active > a:hover,
#prodImages .nav-tabs > li.active > a:focus,
#prodImages .nav-tabs > li > a, #prodImages .nav-tabs > li > a:hover, #prodImages .nav-tabs > li > a:focus {
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: solid 1px #eee !important;
}

#prodImages .nav-tabs > li.active > a img,
#prodImages .nav-tabs > li.active > a:hover img,
#prodImages .nav-tabs > li.active > a:focus img,
#prodImages .nav-tabs > li > a img, #prodImages .nav-tabs > li > a:hover img, #prodImages .nav-tabs > li > a:focus img {
  width: 100%;
  height: auto;
}

#prodImages .tab-pane {
  width: 100%;
  border: solid 1px #eee !important;
}

#prodImages .tab-pane img {
  width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  .detalle-title > h2 {
    font-size: 28px;
  }
}

/* Modal scroll */
#condiciones {
  overflow: auto;
  width: 100% !important;
  height: 400px;
  padding: 10px 12px;
  border: 1px solid #f5f5f5;
}

.track3 {
  width: 10px;
  background: transparent;
  margin-right: 2px;
  border-radius: 10px;
  -webkit-transition: background 250ms linear;
  transition: background 250ms linear;
}

.track3:hover,
.track3.dragging {
  background: #d9d9d9;
  background: rgba(0, 0, 0, 0.15);
}

.handle3 {
  width: 7px;
  right: 0;
  background: #999;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 7px;
  -webkit-transition: width 250ms;
  transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
  width: 10px;
}

/* Custom Forms */
.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03) inset, 0 0 4px rgba(181, 206, 54, 0.3);
  outline: 0 none;
}

.btn-group.open .dropdown-toggle, .btn-group.open .dropdown-toggle:active,
.btn-group.open:active .dropdown-toggle {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03) inset, 0 0 4px rgba(181, 206, 54, 0.3);
  outline: 0 none;
}

#filtros > div > div > div > div input[type="text"] {
  width: 95%;
  height: 45px;
  margin: 4px 0 2px 0;
}

ul > li.visible-sm-inline-block.visible-md-inline-block.visible-lg-inline-block > div > ul > li > a {
  padding: 6px 12px 4px;
  font-size: 16px;
  line-height: 18px;
}

ul > li.visible-sm-inline-block.visible-md-inline-block.visible-lg-inline-block > div > ul > li > a:hover, ul > li.visible-sm-inline-block.visible-md-inline-block.visible-lg-inline-block > div > ul > li > a:focus {
  background: transparent;
  color: #007338;
}

.form-busc > div.input-group.input-group-lg {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-busc > div.input-group.input-group-lg input[type="text"] {
  border-right: 0;
  box-shadow: none;
}

.form-busc > div.input-group.input-group-lg span {
  background: #fff;
  border: 1px solid #ccc;
  border-left: 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.form-busc > div.input-group.input-group-lg span button {
  width: 58px;
  height: 45px;
  margin-top: -2px;
  background: transparent;
  border: 0;
}

/* RSE */
.atom-portfolio-filter {
  margin-bottom: 30px;
}

.atom-portfolio-filter a {
  color: #747474;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0 10px;
  padding-bottom: 10px;
  position: relative;
  letter-spacing: 1px;
}

.atom-portfolio-filter a:hover:after,
.atom-portfolio-filter a:focus:after {
  opacity: 1;
  bottom: -5px;
}

.atom-portfolio-filter a:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  height: 10px;
  width: 10px;
  border: 2px solid;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease;
}

.atom-portfolio-filter a.active:after {
  opacity: 1;
  bottom: -5px;
}

.atom-work-item {
  padding-left: 0;
  padding-bottom: 15px;
}

.atom-work-item a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #3b3b3b;
}

.atom-work-item .desc {
  position: absolute;
  top: 70%;
  left: 0;
  padding: 0 10px;
  z-index: 2;
}

.atom-work-item .desc h5 {
  font-size: 16px;
  font-weight: 600;
  word-spacing: 3px;
  color: #fff;
}

.atom-work-item .desc p {
  text-transform: capitalize;
  font-size: 14px;
  color: #f5f5f5;
  font-weight: 500;
}

.hover-one .atom-work-item a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease 0.1s;
  background-color: rgba(0, 166, 81, 0.8);
  opacity: 0;
}

.hover-one .atom-work-item img {
  transition: all 0.5s ease 0s;
}

.hover-one .atom-work-item .desc {
  text-align: left;
}

.hover-one .atom-work-item .desc h5,
.hover-one .atom-work-item .desc p {
  transition: all 0.3s ease 0.2s;
  opacity: 0;
}

.hover-one .atom-work-item .desc h5 {
  transform: translateY(60%);
}

.hover-one .atom-work-item .desc p {
  transform: translateY(50%);
}

.hover-one .atom-work-item:hover a:after {
  opacity: 1;
}

.hover-one .atom-work-item:hover img {
  transform: scale(1.55, 1.55);
}

.hover-one .atom-work-item:hover h5,
.hover-one .atom-work-item:hover p {
  opacity: 1;
  transform: translateY(0);
}

/* Alert carrito */
.flyover {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: #f5f5f5;
  margin-top: -1000px;
  overflow: hidden;
  position: fixed;
  padding-bottom: 10px;
  width: 35%;
  opacity: 0.9;
  z-index: 1050;
  transition: all 1s ease;
}

.flyover table tr > td {
  border-top: solid 1px #ddd;
  padding: 10px 5px;
}

.flyover .close {
  margin-right: 20px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.flyover .close:hover, .flyover .close:focus, .flyover .close:active {
  opacity: 1;
  filter: alpha(opacity=100);
  outline: none;
}

.flyover.in {
  margin-top: 100px;
}

.dropdown-menu {
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

#banner_ppal {
  margin-top: 73px;
}

#banner_ppal .owl-prev, #banner_ppal .owl-next, #prod_relacionados .owl-prev,
#prod_relacionados .owl-next, #prod_recomendados .owl-prev, #prod_recomendados .owl-next,
#imagenes .owl-prev, #imagenes .owl-next {
  padding: 0 15px 8px 15px;
}

.breadcrumb {
  background: transparent;
  padding: 30px 0 10px;
  margin: 0;
}

.breadcrumb > .active {
  color: #444;
}

.breadcrumb > li + li:before {
  content: "/";
}

.portadas img {
  width: 100%;
}

#work-grids-area {
  margin-left: 15px;
}

.atom-work-item .embed-responsive-16by9 img {
  margin-top: -20px;
}

.entryImage img {
  width: 100%;
  height: auto;
}

.entryTitle h4 {
  text-transform: uppercase;
}

.vnbx-title {
  background-color: #008c45;
}

/* Alerts */
.alert-danger, .alert-success, .alert-info, .alert-warning, .well {
  padding: 6px 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.alert-danger, .alert-success, .alert-info, .alert-warning {
  font-size: 14px;
}

.alert-danger h5, .alert-danger p, .alert-success h5, .alert-success p, .alert-info h5, .alert-info p, .alert-warning h5, .alert-warning p {
  margin: 0;
}

.intro-registro {
  width: 320px;
  height: 265px;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.intro-registro h3 {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 166, 81, 0.7);
  color: #fff;
  z-index: 2;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.inline-block {
  display: inline-block;
}

.tooltip > .tooltip-inner-a {
  background: #00a651 !important;
  padding: 10px 12px;
}

.tooltip > .tooltip-arrow-a {
  border-top: 5px solid #00a651 !important;
}

/* IE HACK */
@media all and (-ms-high-contrast: none) {
  /* IE10 */
  .navbar-brand > img {
    width: 170px;
  }
  .empre {
    min-width: 130px;
  }
  .lnk_top > a {
    padding: 18px 7px 13px 5px !important;
  }
  #navbar {
    margin-left: -10px;
  }
  /* IE11 */
  *::-ms-backdrop, .navbar-brand > img {
    width: 170px;
  }
  *::-ms-backdrop, .empre {
    min-width: 130px;
  }
  *::-ms-backdrop, .lnk_top > a {
    padding: 18px 7x 13px 5px !important;
  }
  *::-ms-backdrop, #navbar {
    margin-left: -10px;
  }
}

.item > .thumbnail h3.text-right > small {
  padding-bottom: 5px;
  display: inline-block;
  line-height: 27px;
}

/* RESPONSIVE */
@media (max-width: 480px) {
  .col-xs-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 480px) {
  .col-xs-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .min-panel {
    min-height: 313px;
  }
  #map {
    height: 1170px;
    margin-left: -5px;
  }
}

@media (min-width: 992px) {
  .nav-tabs {
    min-width: 278px;
  }
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1400px) {
  .lnk_top > a {
    padding: 18px 13px !important;
  }
  .navbar-right li a {
    padding: 10px 20px !important;
  }
}

@media (max-width: 1280px) and (min-width: 1025px) {
  .navbar-brand > img {
    width: 155px;
    margin-top: 3px;
  }
  *::-ms-backdrop, .navbar-brand > img {
    width: 125px;
  }
  .lnk_top > a {
    padding-left: 7px !important;
    padding-right: 6px !important;
  }
  *::-ms-backdrop, .lnk_top > a {
    padding: 18px 6px 13px 3px !important;
  }
  .navbar-right li a {
    padding: 12px 9px !important;
  }
  .menu_user {
    min-width: 290px;
  }
}

@media (max-width: 1280px) {
  .hover-desc {
    padding: 5px;
  }
}

@media (max-width: 1024px) {
  .btn-carrito {
    margin-right: 10px;
  }
  .container {
    width: 98%;
  }
  #banner_ppal {
    margin-top: 66px;
  }
  #banner_ppal.owl-theme .textos {
    left: 7% !important;
  }
  .acc_linea {
    min-height: 195px;
  }
  .acc_linea {
    background-size: auto 195px;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .product-home div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .acc_linea .icon {
    padding: 5px;
  }
  .acc_linea .icon span {
    font-size: 30px;
  }
  .encab h3, .filtros h3 {
    font-size: 18px;
  }
  #filtros {
    display: none;
  }
  .encab > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #imagenes .owl-prev, #imagenes .owl-next {
    display: none;
  }
  .flyover {
    width: 50%;
  }
  .flyover.in {
    margin-top: 80px;
  }
}

@media (max-width: 800px) {
  #banner_ppal.owl-theme .textos {
    left: 9% !important;
  }
  #banner_ppal .owl-prev, #banner_ppal .owl-next {
    top: -150px !important;
  }
  .acc_linea {
    min-height: 180px;
  }
  .acc_linea {
    background-size: auto 180px;
  }
  .encab ul li a i {
    font-size: 25px;
    margin-right: 2px;
  }
  .flyover {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .loader-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .encab h3, .filtros h3 {
    font-size: 16px;
  }
  .encab > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  #resp_filtros {
    font-size: 14px;
    padding: 7px 14px;
  }
  .prod_index {
    position: relative;
    overflow: hidden;
    width: 300px;
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: 30%;
  }
  #llamanos {
    background: url("../images/bg_llamanos-mobile.jpg") center center;
    background-size: auto 100%;
  }
  .nav-tabs, .nav-tabs li {
    float: left !important;
  }
  .nav-tabs, .nav-tabs li a,
  .nav-tabs li a:hover {
    border: 0 !important;
    background: transparent !important;
  }
  .nav-tabs > li > a {
    padding: 5px !important;
  }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover {
    border-bottom: solid 2px #00a651 !important;
  }
  .encab ul li {
    margin-top: 20px;
  }
  .encab ul li a i {
    font-size: 23px;
  }
  .menu_user {
    min-width: 30px;
  }
  .navbar-brand > img {
    width: 170px;
    margin-top: 3px;
  }
  .item .caption h5 {
    font-size: 14px;
  }
  .item .caption .text-danger {
    font-size: 18px;
  }
  .item div.textos {
    bottom: 30px !important;
  }
  .item div.textos .btn {
    font-size: 16px;
    margin: 0 auto !important;
    padding: 13px 22px;
  }
  .item div.textos h2 {
    font-size: 26px !important;
  }
  .item div.textos .descri {
    display: none;
  }
  .rating > label::before {
    font-size: 0.62em;
  }
  #banner_ppal.owl-theme {
    margin-top: 120px;
  }
  #banner_ppal.owl-theme .owl-controls {
    padding-bottom: 10px !important;
  }
  .form-busc {
    padding: 0;
    margin-right: -29px;
  }
  .buscador {
    background: #f4f2f1;
  }
  .buscador .form-control {
    font-size: 12px;
  }
  .buscador .glyphicon {
    font-size: 20px;
  }
  .result h4 {
    font-size: 16px;
  }
  .input-lg, .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 35px;
    padding: 8px;
  }
  .input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
  .input-group-lg > .input-group-addon + .form-control-feedback,
  .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
  .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
  .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  #banner_ppal .owl-next, #banner_ppal .owl-prev {
    display: none;
  }
  .pagination > li > a, .pagination > li > span {
    padding: 5px 10px;
    font-size: 14px;
  }
  .rating {
    float: left;
    clear: right;
    margin-bottom: 2px;
  }
  .aprueban {
    clear: both;
    font-size: 13px;
    text-align: left;
  }
  .newsletter .form-control {
    font-size: 16px;
  }
  .detalle-title h2 {
    font-size: 24px;
  }
  .flyover {
    width: 90%;
  }
  /*Login*/
  .nav-login {
    padding: 15px 15px 0 15px;
    font-family: "Roboto Condensed", sans-serif;
    margin-left: 2px;
    width: 100%;
  }
  .nav-login tr > td {
    vertical-align: middle;
    width: 50%;
    min-width: 150px;
    padding: 10px 2px;
  }
  .nav-login .user_access .picture, .nav-login .user_access a {
    float: left;
    display: block;
  }
  .nav-login .user_access .picture {
    border-radius: 50%;
    border: 1px solid #008c45;
    float: left;
    margin-top: 9px;
    margin-right: 7px;
  }
  .nav-login .iniciar {
    margin-top: 13px;
  }
}

@media (max-width: 480px) {
  h1, .h1 {
    font-size: 38px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 15px;
  }
  .prod_index {
    margin-left: 10%;
    width: 100%;
  }
  .prod_index li {
    font-size: 15px;
  }
  .acc_linea figcaption {
    padding: 12px 0;
  }
  .lista-carrito div table {
    font-size: 15px !important;
  }
  .lista-carrito > div > table > tbody {
    margin-left: 0;
  }
  .lista-carrito > div > table > tbody > tr > td > h4,
  .lista-carrito > div > table > tbody > tr > td > h3,
  .lista-carrito > div > table > tbody > tr > td > h5 {
    font-size: 14px !important;
  }
  .navbar-brand {
    padding-right: 2px;
  }
  .navbar-brand img {
    width: 145px;
    margin-top: 4px;
  }
  .prod_slider .item .thumbnail .text-primary {
    height: auto;
  }
  .item .thumbnail h4, .item .thumbnail h5 {
    font-size: 16px !important;
    line-height: 18px !important;
    padding-top: 5px !important;
  }
  .item .thumbnail h4 small, .item .thumbnail h5 small {
    font-size: 14px !important;
  }
  .item .thumbnail h4.text-primary, .item .thumbnail h5.text-primary {
    font-size: 18px !important;
  }
  .item .thumbnail .row > div > h5 {
    margin-top: -5px;
  }
  .item .thumbnail .text-primary {
    height: auto !important;
    margin-bottom: 15px;
  }
}

@media (max-width: 320px) {
  .prod_index {
    margin-left: 7%;
  }
  .navbar-brand {
    padding-right: 1px;
  }
  .navbar-brand img {
    width: 130px;
  }
}
