@charset "UTF-8";
/* COLORES */
/* APLICACION COLORES */
/*
$secondary-color: $cyan;
$dark-bg-color: $negro;
$danger-color: $rojo;
$border-color: $gris-claro;
$contratipo-color:$gris-medio;
*/
/* TIPOGRAFIA */
/* ESPACIADOS */
/* TIEMPOS */
/* SOMBRAS */
/*DEGRADADOS*/
/*VARIABLES PISADAS A BOOTSTRAP*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.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; }
icons-table{
background: blue;
  }
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: "\002a"; }

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

.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"; }

* {
  box-sizing: border-box; }

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

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

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #4F4D4D;
  background-color: #FFFFFF; }

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

a {
  color: #48a5b7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #03a9f4 ;
    text-decoration: underline; }
  a:focus {
    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: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  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; }

.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%; } }

.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: 14px;
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  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: 9px 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: #FFFFFF;
  text-decoration: none;
  outline: 0;
  background-color: #48a5b7; }

.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: 12px;
  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: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.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%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-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: #FFFFFF;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  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: #000000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #E5E5E5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.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: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000000;
    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; }

body {
  font-size: 14px;
  color: #4F4D4D; }

a:link, a:visited {
  transition: color 0.5s ease-out, background 0.5s ease-out;
  text-decoration: none;
  color: #48a5b7; }
  a:link p,
  a:link h1,
  a:link h2,
  a:link h3,
  a:link h4,
  a:link h5,
  a:link h6, a:visited p,
  a:visited h1,
  a:visited h2,
  a:visited h3,
  a:visited h4,
  a:visited h5,
  a:visited h6 {
    color: inherit !important; }

a:hover, a:active, a:focus {
  color: #05A6EE; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1em; }

h2 {
  font-size: 22px;
  font-weight: 100;
  margin-top: 24px; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

li {
  margin: 0;
  padding: 0; }

/*@import "elements.headings";
@import "elements.hr";
@import "elements.forms";
@import "elements.links";
@import "elements.quotes";
@import "elements.tables";*/
/*OBJECTS: Patrones de Diseño sin ningún tipo de estilo "cosmético.
Son patrones que se reutilizan a lo largo de toda la aplicación, a diversos componentes.
Nos ceñimos a cosas como:
	display, positioning y floats
	margin y padding
	alginment y direction
	width y ratio
	clearfix
Deben de funcionar de manera autónoma
Cada objeto, como es un parcial, lo vamos a nombrar con "_"
Se deben de importar aquí

*/
/*
@import "_listadoHorizontal";
@import "_ui-listado";
@import "_sizes";
*/
/* @import '_media'; */
/* @import '_pack'; */
.c-container {
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .c-container {
      width: 750px; } }
  @media (min-width: 992px) {
    .c-container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .c-container {
      width: 1170px; } }

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

.flexboxtweener,
.flexboxtweener > body {
  height: 100%; }

body {
  /*display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-between;
	align-items: stretch;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.c-content {
  /*display: flex;
	flex-direction: column;
	flex: 1; //hacemos que su contenido sea flex tambien*/
  display: block;
  flex: 1 0 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  /**/ }
  .c-content .c-hero {
    /*ñapa para que no se rompa despues de añadir todos los parches de IE */
    padding-top: 1px; }

.c-inner {
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.o-rowWithOptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.o-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px; }
  .o-columns__title {
    -webkit-column-span: all;
       -moz-column-span: all;
            column-span: all; }

.o-flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .o-flexRow__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

/*.a-lift-reveal {
    opacity: 0;
    transition: transform .3s ease-out, opacity $s-timing--fast linear;
    transform: translate(0, -25%);
    &.in {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.a-blinking {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
  	opacity: 0;
  	 }
}
*/
.a-ripple {
  position: absolute;
  width: 0;
  height: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4); }

.a-rippleEffect {
  -webkit-animation: rippleDrop .6s linear;
          animation: rippleDrop .6s linear; }

@-webkit-keyframes rippleDrop {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }

@keyframes rippleDrop {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }

.c-badge {
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px;
  text-align: center;
  vertical-align: .25ex;
  border-radius: 12px; }

.c-badge--contratipo {
  color: #48a5b7;
  background: #FFFFFF; }

.c-bullet {
  font-size: 1.2em;
  font-weight: 100;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: 12px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 100%;
  background: #48a5b7; }

.c-btn {
  font-weight: bold;
  padding: 7.5px 15px;
  transition: all 0.5s ease-out;
  text-align: center;
  border: none; }

.c-btn--iconText i {
  margin-right: 1ch; }

.c-btn--primary {
  color: #FFFFFF;
  background: #48a5b7; }
  .c-btn--primary:hover, .c-btn--primary:active, .c-btn--primary:focus {
    background: #1FB0F1; }

.c-btn--footer {
  color: #FFFFFF !important; }
  .c-btn--footer:hover, .c-btn--footer:active, .c-btn--footer:focus {
    color: #48a5b7 !important;
    background: #FFFFFF; }

.c-btn--square {
  font-size: 1.5em;
  line-height: 38px;
  width: 38px;
  height: 38px; }

.c-btn--rounded {
  line-height: 2em;
  width: 2em;
  height: 2em;
  border-radius: 100%; }

.c-btn--link {
  padding: 0;
  border: none;
  border: 1px dotted rgba(96, 191, 147, 0);
  background: transparent; }
  .c-btn--link:active, .c-btn--link:focus, .c-btn--link:hover {
    border-bottom-color: #48a5b7; }

.c-btn--dropdown {
  padding: 0;
  border: none;
  border: none;
  background: transparent; }
  .c-btn--dropdown:active, .c-btn--dropdown:focus, .c-btn--dropdown:hover {
    outline: none; }

.c-btn--contratipo {
  color: rgba(255, 255, 255, 0.8); }
  .c-btn--contratipo:active, .c-btn--contratipo:focus, .c-btn--contratipo:hover {
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.8); }

.c-btn--lg {
  font-size: 1.5em; }

.c-btn--outline {
  color:#48a5b7;
  border: 0;
  background: transparent;
  box-shadow: inset 0 0 0 1px #48a5b7; }
  .c-btn--outline:active, .c-btn--outline:focus, .c-btn--outline:hover {
    color: #1FB0F1;
    background: white;
    box-shadow: inset 0 0 0 1px #1FB0F1; }

.c-btn--help {
  line-height: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 1em;
  text-align: center;
  border-radius: 100%; }

/*No sé por qué, en chrome los botones con icono parece no funcionar bien
*/
button i {
  pointer-events: none; }

.c-card {
  width: 80%;
  max-width: 600px;
  padding: 48px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.c-card__title {
  margin-top: 0; }

.c-defList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #CBCACB;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.c-defList__t {
  font-weight: bold;
  margin-top: 12px;
  padding-top: 6px;
  border-top: 1px solid #CBCACB;
  -ms-flex-item-align: stretch;
      align-self: stretch; }
  .c-defList__t:first-child {
    border-top: none; }

.c-defList__d {
  margin-left: 12px; }
  .c-defList__d:last-child {
    padding-bottom: 12px;
    -ms-flex-item-align: stretch;
        align-self: stretch; }

.c-dropdown--right.open .dropdown-menu {
  right: 0;
  left: initial; }

.c-dropdown__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.c-dropdown--tiny .dropdown-menu {
  min-width: initial;
  max-width: 7ch; }

.c-dropdown--big {
  width: 600px;
  min-width: 300px;
  padding: 15px; }
  @media (max-width: 676px) {
    .c-dropdown--big {
      width: 400px; } }
  @media (max-width: 470px) {
    .c-dropdown--big {
      width: 300px; } }

.c-dropdown--text-right li {
  text-align: right; }

.c-footer {
  color: #4F4D4D; }

.c-footer__section {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 30px; }

.c-footer__section--grey {
  padding-top: 0;
  padding-bottom: 0;
  background: #CBCACB; }
  .c-footer__section--grey .row div:last-child {
    border-left: 1px solid #FFFFFF; }
  .c-footer__section--grey .row div {
    padding-top: 30px;
    padding-bottom: 30px; }

.c-footer__content {
  padding-left: 90px; }

.c-footer__title {
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px; }

.c-footer__lead {
  font-style: italic; }

.c-footer__social {
  margin: 0;
  padding: 0;
  list-style: none; }
  .c-footer__social li {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 4px; }
    .c-footer__social li:last-child {
      margin-right: 0; }

.c-formControl {
  line-height: 30px;
  /**/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 6px; }

.c-label {
  font-size: .9em;
  line-height: 2em;
  transition: all 0.5s ease-out;
  color: #838181; }
  .c-label--required {
    font-weight: bold;
    color: #006376 !important; }

/**/
.c-input:focus + .c-label {
  color: #48a5b7 !important; }

textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus,
.c-formControl:focus {
  outline: 1px solid #48a5b7; }

.c-formControl--noLabel {
  padding-top: 26px; }

.c-input {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  padding: 0 6px;
  width: 100%; }

.c-input::-webkit-input-placeholder {
  color: #cfcece; }

.c-input::-moz-placeholder {
  color: #cfcece; }

.c-input:-ms-input-placeholder {
  color: #cfcece; }

.c-input::placeholder {
  color: #cfcece; }

.c-input--search::-webkit-input-placeholder {
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-animation: fadein 2s;
          animation: fadein 2s;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.c-input--search::-moz-placeholder {
  font: normal normal normal 14px/1 FontAwesome;
  animation: fadein 2s;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.c-input--search:-ms-input-placeholder {
  font: normal normal normal 14px/1 FontAwesome;
  animation: fadein 2s;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.c-input--search::placeholder {
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-animation: fadein 2s;
          animation: fadein 2s;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.c-inputGroup {
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .c-inputGroup__input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .c-inputGroup__input--onlyChild {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0; }

.c-inputGroup__dropdown {
  top: initial;
  right: 14px; }

.c-formGroup--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /**/ }
  .c-formGroup--inline > .c-formControl {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 15px; }
  .c-formGroup--inline > .c-formControl:last-child {
    margin-right: 0; }

.c-formGroup--multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /**/ }
  .c-formGroup--multiple > .c-formControl {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 15px; }
  .c-formGroup--multiple > .c-formControl:last-child {
    margin-right: 0; }

.c-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 15px;
  height: 15px;
  padding: 0;
  border: 1px solid #a9a9a9;
  display: inline-block;
  position: relative;
  margin-right: 12px;
  vertical-align: -.25ex; }
  .c-checkbox:active,
  .c-checkbox:focus .c-checkbox:hover {
    outline: none; }
  .c-checkbox:checked {
    background: #48a5b7;
    border-color: #48a5b7;
    box-shadow: inset 0 0 0 2px #fff; }

.c-table td > .c-checkbox {
  margin-top: 2px; }

/* Define the Sassy Map called $icons */
/* Para cada llave del mapa se crean dos clases */
.g-bg--c00 {
  color: #4F4D4D;
  background-color: #48a5b7; }

.g-fill--c00 {
  fill: #48a5b7; }

.g-col--c00 {
  background: #48a5b7; }

.g-bd--c00 {
  border-color: #48a5b7 !important; }

.g-bg--c01 {
  color: #FFFFFF;
  background-color: #00B8DC; }

.g-fill--c01 {
  fill: #00B8DC; }

.g-col--c01 {
  background: #00B8DC; }

.g-bd--c01 {
  border-color: #00B8DC !important; }

.g-bg--c02 {
  color: #FFFFFF;
  background-color: #0079B7; }

.g-fill--c02 {
  fill: #0079B7; }

.g-col--c02 {
  background: #0079B7; }

.g-bd--c02 {
  border-color: #0079B7 !important; }

.g-bg--c03 {
  color: #FFFFFF;
  background-color: #00438B; }

.g-fill--c03 {
  fill: #00438B; }

.g-col--c03 {
  background: #00438B; }

.g-bd--c03 {
  border-color: #00438B !important; }

.g-bg--c04 {
  color: #FFFFFF;
  background-color: #67398A; }

.g-fill--c04 {
  fill: #67398A; }

.g-col--c04 {
  background: #67398A; }

.g-bd--c04 {
  border-color: #67398A !important; }

.g-bg--c05 {
  color: #FFFFFF;
  background-color: #AA245F; }

.g-fill--c05 {
  fill: #AA245F; }

.g-col--c05 {
  background: #AA245F; }

.g-bd--c05 {
  border-color: #AA245F !important; }

.g-bg--c06 {
  color: #4F4D4D;
  background-color: #FD1185; }

.g-fill--c06 {
  fill: #FD1185; }

.g-col--c06 {
  background: #FD1185; }

.g-bd--c06 {
  border-color: #FD1185 !important; }

.g-bg--c07 {
  color: #FFFFFF;
  background-color: #CE1830; }

.g-fill--c07 {
  fill: #CE1830; }

.g-col--c07 {
  background: #CE1830; }

.g-bd--c07 {
  border-color: #CE1830 !important; }

.g-bg--c08 {
  color: #4F4D4D;
  background-color: #FF8D38; }

.g-fill--c08 {
  fill: #FF8D38; }

.g-col--c08 {
  background: #FF8D38; }

.g-bd--c08 {
  border-color: #FF8D38 !important; }

.g-bg--c09 {
  color: #4F4D4D;
  background-color: #FFE756; }

.g-fill--c09 {
  fill: #FFE756; }

.g-col--c09 {
  background: #FFE756; }

.g-bd--c09 {
  border-color: #FFE756 !important; }

.g-bg--c10 {
  color: #4F4D4D;
  background-color: #85C254; }

.g-fill--c10 {
  fill: #85C254; }

.g-col--c10 {
  background: #85C254; }

.g-bd--c10 {
  border-color: #85C254 !important; }

.g-bg--c11 {
  color: #FFFFFF;
  background-color: #006641; }

.g-fill--c11 {
  fill: #006641; }

.g-col--c11 {
  background: #006641; }

.g-bd--c11 {
  border-color: #006641 !important; }

.g-bg--c12 {
  color: #FFFFFF;
  background-color: #004C3F; }

.g-fill--c12 {
  fill: #004C3F; }

.g-col--c12 {
  background: #004C3F; }

.g-bd--c12 {
  border-color: #004C3F !important; }

.g-bg--c13 {
  color: #FFFFFF;
  background-color: #00BCD5; }

.g-fill--c13 {
  fill: #00BCD5; }

.g-col--c13 {
  background: #00BCD5; }

.g-bd--c13 {
  border-color: #00BCD5 !important; }

.g-bg--c14 {
  color: #FFFFFF;
  background-color: #5E7E8B; }

.g-fill--c14 {
  fill: #5E7E8B; }

.g-col--c14 {
  background: #5E7E8B; }

.g-bd--c14 {
  border-color: #5E7E8B !important; }

.g-bg--c15 {
  color: #FFFFFF;
  background-color: #817716; }

.g-fill--c15 {
  fill: #817716; }

.g-col--c15 {
  background: #817716; }

.g-bd--c15 {
  border-color: #817716 !important; }

.g-bg--c16 {
  color: #FFFFFF;
  background-color: #006641; }

.g-fill--c16 {
  fill: #006641; }

.g-col--c16 {
  background: #006641; }

.g-bd--c16 {
  border-color: #006641 !important; }

.g-bg--c17 {
  color: #4F4D4D;
  background-color: #EA80FC; }

.g-fill--c17 {
  fill: #EA80FC; }

.g-col--c17 {
  background: #EA80FC; }

.g-bd--c17 {
  border-color: #EA80FC !important; }

.g-bg--c18 {
  color: #FFFFFF;
  background-color: #02E675; }

.g-fill--c18 {
  fill: #02E675; }

.g-col--c18 {
  background: #02E675; }

.g-bd--c18 {
  border-color: #02E675 !important; }

.g-bg--c19 {
  color: #4F4D4D;
  background-color: #EE534F; }

.g-fill--c19 {
  fill: #EE534F; }

.g-col--c19 {
  background: #EE534F; }

.g-bd--c19 {
  border-color: #EE534F !important; }

.g-bg--c20 {
  color: #FFFFFF;
  background-color: #8E24AA; }

.g-fill--c20 {
  fill: #8E24AA; }

.g-col--c20 {
  background: #8E24AA; }

.g-bd--c20 {
  border-color: #8E24AA !important; }

.g-bg--c21 {
  color: #4F4D4D;
  background-color: #65FFDB; }

.g-fill--c21 {
  fill: #65FFDB; }

.g-col--c21 {
  background: #65FFDB; }

.g-bd--c21 {
  border-color: #65FFDB !important; }

.g-bg--c22 {
  color: #FFFFFF;
  background-color: #8C6E64; }

.g-fill--c22 {
  fill: #8C6E64; }

.g-col--c22 {
  background: #8C6E64; }

.g-bd--c22 {
  border-color: #8C6E64 !important; }

.g-indicator {
  line-height: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  vertical-align: -.25ex;
  border: 5px solid;
  border-radius: 100%; }

.g-table tr {
  border-bottom: 1px solid #CBCACB; }

.g-table td {
  padding: 6px 24px; }

.g-table .c-td--mainData {
  font-weight: bold; }

.g-table .c-td--number {
  text-align: right; }

.g-table tr.active {
  background: rgba(96, 191, 147, 0.5); }

.g-label {
  font-size: 12px;
  transition: 0.5s ease-out;
  opacity: .5;
  fill: #4F4D4D; }
  .g-label__name {
    font-weight: bold; }
  .g-label__data {
    font-size: .8em;
    opacity: .0; }
  .g-label--contratipo {
    fill: #FFFFFF; }
  .g-label tspan {
    text-overflow: ellipsis; }

.g-label--big {
  font-size: 14px; }

.g-legendLline {
  stroke: #48a5b7;
  stroke-width: 1; }

.g-slice--active path {
  cursor: default;
  stroke: rgba(0, 0, 0, 0.3);
  stroke-alignment: outer; }

.g-slice--active .g-label-bg {
  z-index: 1000;
  opacity: 1; }

.g-slice--active .g-label {
  font-size: 1.2em;
  z-index: 1001;
  opacity: 1; }
  .g-slice--active .g-label__data {
    opacity: 1; }

.g-slice--active .g-legendLline {
  stroke: #0685BF;
  stroke-width: 3; }

.g-bar {
  transition: 0.5s ease-out; }
  .g-bar--active {
    cursor: default;
    stroke: rgba(0, 0, 0, 0.3);
    stroke-alignment: outer;
    fill: #48a5b7; }

@media (max-width: 700px) {
  [id='pieChart'] {
    zoom: .8; }
  [id='barChart'] {
    zoom: .7; } }

@media (max-width: 540px) {
  [id='pieChart'] .g-label__data {
    display: none; } }

.c-header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 0;
  background: #FFFFFF;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.3); }

.c-header__navbar {
  padding-right: 15px;
  padding-left: 15px; }

.c-hero {
  height: auto;
  min-height: 222px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.c-hero__title {
  font-size: 3em;
  margin-top: 48px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8); }

.c-hero__btn {
  font-weight: 100;
  margin-bottom: 12px;
  padding: 0 5px; }

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

.c-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.c-list__item {
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 12px;
  padding-left: 39px; }
  .c-list__item:before {
    position: absolute;
    top: 5px;
    left: 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 15px;
    content: '';
    background: linear-gradient(to bottom right, transparent calc(50% - 1px), #48a5b7 calc(50%), #48a5b7  calc(50%), transparent calc(50%)) no-repeat 0 0/12px 12px; }

.c-list__item--empty:before {
  display: none; }

.c-list--wide li {
  margin-bottom: 24px; }

.c-listH {
  margin: 0;
  padding: 0;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.c-listH--right {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.c-listH__item {
  margin: 0;
  padding: 0;
  margin-right: 15px; }
  .c-listH__item:last-child {
    margin-right: 0; }

.c-cardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.c-cardList__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 .5 200px;
          flex: 0 .5 200px;
  margin: 12px 6px; }

.c-map {
  position: relative;
  margin: 48px 0; }

.c-map__pin {
  position: absolute;
  text-align: center; }
  .c-map__pin .c-tooltip:after {
    left: 25px; }
  .c-map__pin--active .c-map__icon {
    color: #55B4DF; }
  .c-map__pin--active .c-map__label {
    padding-right: 30px;
    border-color: #4EA0C5;
    background: #48a5b7 ; }
    .c-map__pin--active .c-map__label:after {
      right: 6px;
      opacity: 1; }
  .c-map__pin .c-tooltip {
    z-index: 100;
    left: -10px;
    width: 170px;
    width: 120px;
    padding: 6px;
    text-align: left; }
    .c-map__pin .c-tooltip:after {
      bottom: -5px;
      width: 10px;
      height: 10px; }

.c-map__icon {
  font-size: 3em;
  cursor: pointer;
  color: #19a061;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); }
  .c-map__icon :hover {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.c-map__checkbox {
  display: none; }

.c-map__label {
  padding: 6px;
  cursor: pointer;
  transition: 0.5s ease-out;
  color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #909090;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); }
  .c-map__label:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: .8em;
    position: absolute;
    top: 6px;
    right: -26px;
    display: inline-block;
    content: '\f00c';
    opacity: .1;
    color: #FFFFFF;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }

.c-modal {
  color: #838181;
  border-radius: 0; }
  .c-modal p {
    margin-bottom: 20px; }
  .c-modal h5 {
    font-size: 14px;
    margin-bottom: 0;
    text-decoration: underline;
    color: inherit; }

.c-modal__title {
  font-size: 18px;
  font-weight: normal;
  color: #03a9f4; }

.modal-content {
  padding: 40px;
  border-radius: inherit; }
  .modal-content .modal-body {
    overflow: auto;
    max-height: calc(80vh - 100px); }
  .modal-content button.close {
    position: absolute;
    top: 16px;
    right: 18px;
    zoom: 1.2; }

.modal-header {
  border-bottom: none; }

.c-navbar--top {
  font-size: .9em;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #9CEFD1 #63d1e7;
  background: #48a5b7; }
  .c-navbar--top .navbar__link:link, .c-navbar--top .navbar__link:visited {
    color: inherit; }
  .c-navbar--top .navbar__link:hover, .c-navbar--top .navbar__link:active, .c-navbar--top .navbar__link:focus {
    color: #FFFFFF; }
  .c-navbar--top .c-navbar__item {
    border-left-color: currentColor; }

.c-navbar--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-transform: uppercase;
  color: #4F4D4D;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .c-navbar--main .navbar__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .c-navbar--main .navbar__link:link, .c-navbar--main .navbar__link:visited {
    color: inherit; }
  .c-navbar--main .navbar__link:hover, .c-navbar--main .navbar__link:active, .c-navbar--main .navbar__link:focus {
    color: #48a5b7 ; }

.c-navbar--bottom {
  padding-top: 12px;
  padding-bottom: 6px; }

.c-navbar__nav {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.c-navbar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5px 7px;
  text-align: right;
  border-left: 1px solid #CBCACB;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-navbar__item:first-child {
    border-left: none; }

.c-navbar__brand img {
  max-width: 350px; }

@media (max-width: 480px) {
  .c-navbar--main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-navbar--main .c-navbar__nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .c-navbar--main .c-navbar__item {
      border-left: none; }
    .c-navbar--main .c-navbar__brand img {
      max-width: 350px; } }

.c-pagination {
  font-size: .8em; }

.c-paper {
  /**/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  min-height: 500px;
  margin-top: -100px;
  /**/
  padding-right: 15px;
  padding-bottom: 48px;
  padding-left: 15px;
  background: #FFFFFF;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.19); }
  @media (max-width: 990px) {
    .c-paper {
      min-height: 700px; } }
  @media (max-width: 463px) {
    .c-paper {
      min-height: 1000px; } }

.c-pill {
  -webkit-box-flex: 0;
      -ms-flex: 0 .5 165px;
          flex: 0 .5 165px;
  padding: 1px 6px; 
  align-self: center;
}

.c-pill__check {
  display: none; }

.c-pill__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.c-pill__icon {
  margin: 0;
  padding: 0;
  line-height: 40px;
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  cursor: inherit;
  transition: 0.5s ease-out;
  border-radius: 100%;
  background-color: #909090;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%; }

.c-pill__txt {
  line-height: 1em;
  padding: 6px 0;
  cursor: inherit;
  transition: 0.5s ease-out;
  border-bottom: 3px solid transparent; }

.c-pill--active .c-pill__txt {
  color: #48a5b7 ;
  border-bottom-color: #48a5b7 ; }

.c-pill--active .c-pill__icon {
  background-color: #48a5b7 ; }
  .c-pill--active .c-pill__icon:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: .8em;
    position: absolute;
    top: -5px;
    right: -5px;
    display: block;
    content: '\f00c';
    color: #48a5b7 ;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }

.c-search {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #BED3CA;
  background: #DCE8E3; }

.c-search__nav {
  margin-top: 12px; }

.c-tabs__nav {
  font-size: 0;
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #48a5b7 ;
  background: linear-gradient(to bottom, #48a5b7 , #48a5b7  45px, #65a4b1 46px, #48a5b7  47px); }
  .c-tabs__nav--light {
    background: #FFFFFF;
    background: linear-gradient(to bottom, #FFFFFF, #FFFFFF 45px, #CBCACB 46px, #FFFFFF 47px); }

.c-tabs__nav__item {
  font-size: 16px;
  line-height: 60px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 194px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF; }
  .c-tabs__nav--light .c-tabs__nav__item {
    color: #4F4D4D !important; }
  .c-tabs__nav__item.active {
    pointer-events: none; }

.c-tabs__nav__desc {
  font-size: 16px;
  font-weight: 100;
  font-style: italic;
  line-height: 16px;
  position: absolute;
  z-index: 21000;
  top: 22px;
  right: 15px;
  width: 100px;
  height: 16px;
  text-align: right;
  opacity: .8;
  color: white; }

.c-tabs__nav__slider {
  position: absolute;
  top: 45px;
  left: 0;
  display: block;
  width: 194px;
  height: 4px;
  transition: all .5s;
  background: rgba(255, 255, 255, 0.8); }
  .c-tabs__nav--light .c-tabs__nav__slider {
    background: #48a5b7 ; }

.c-hero-tabs__nav {
  position: relative; }
  .c-hero-tabs__nav .c-tabs__nav__slider {
    top: initial;
    bottom: 0;
    background: #48a5b7 ; }

.c-table {
  overflow-x: scroll;
  width: 100%;
  min-width: 768px;
  max-width: 100%;
  margin-bottom: 24px; }
  .c-table tr {
    border-bottom: 1px solid #CBCACB; }
    .c-table tr:last-child {
      border-bottom-color: #4F4D4D; }
  .c-table td,
  .c-table th {
    padding: 12px;
    text-align: left; }
  .c-table td {
    vertical-align: top; }
  .c-table th.c-table__th--sortable {
    padding-right: 20px; }

.c-table__head {
  font-weight: 400;
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
  border-bottom: 1px solid #4F4D4D; }

.c-table__th {
  line-height: 1.1;
  vertical-align: bottom;
  max-width: 40%; }
  .c-table__th--sortable {
    position: relative; }
    .c-table__th--sortable .icon {
      opacity: 0;
      position: absolute;
      bottom: 13px;
      right: 8px; }
    .c-table__th--sortable .icon:before {
      content: "\f0dc"; }
    .c-table__th--sortable:hover {
      background: #48a5b7 ;
      color: #fff;
      cursor: pointer; }
      .c-table__th--sortable:hover .icon {
        opacity: 1; }

.c-table__th--sorted {
  color: #48a5b7 ; }
  .c-table__th--sorted .icon {
    opacity: 1; }

.c-table__th--sortedAsc .icon:before {
  content: "\f160"; }

.c-table__th--sortedDesc .icon:before {
  content: "\f161"; }

.c-table__wrapper {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .c-table__wrapper {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      .c-table__wrapper > .table {
        margin-bottom: 0; }
        .c-table__wrapper > .table > thead > tr > th,
        .c-table__wrapper > .table > thead > tr > td,
        .c-table__wrapper > .table > tbody > tr > th,
        .c-table__wrapper > .table > tbody > tr > td,
        .c-table__wrapper > .table > tfoot > tr > th,
        .c-table__wrapper > .table > tfoot > tr > td {
          white-space: nowrap; } }

.c-table--withPagination {
  margin-bottom: 12px; }

.c-table--selectable tbody tr:not(.not-selectable) {
  transition: 0.5s ease-out; }
  .c-table--selectable tbody tr:not(.not-selectable):hover {
    cursor: pointer;
    background:  #63d1e7; }

.title__options {
  font-size: 14px; }

.c-withTooltip {
  position: relative;
  cursor: help;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  font-smoothing: antialiased; }

.c-tooltip {
  font-size: .8em;
  line-height: 1.5em;
  position: absolute;
  bottom: 100%;
  left: -20px;
  display: block;
  width: 250px;
  margin-bottom: 15px;
  padding: 12px;
  transition: all .25s ease-out;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: none;
  opacity: 0;
  color: #FFFFFF;
  border-radius: 4px;
  background: #02040c;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); }

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.c-tooltip:before {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  width: 250PX;
  height: 20px;
  content: ' '; }

/* CSS Triangles - see Trevor's post */
.c-tooltip:after {
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 20px;
  height: 20px;
  content: ' ';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #02040c; }

.c-tooltip__trigger:hover + .c-tooltip {
  /* queremos que los tooltips sean hermanos del trigger*/
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: auto;
  opacity: .9; }

.c-thumb {
  overflow: hidden;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-thumb:link, .c-thumb:visited {
    transition: all 0.5s ease-out, background 0.5s ease-out;
    text-align: center;
    text-decoration: none; }

.c-thumb__ico {
  font-size: 52px;
  line-height: 100px;
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.5s ease-out;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 100%;
  background: #48a5b7 ;
  box-shadow: 0 0 0 transparent; }

.c-thumb__title {
  margin-bottom: 0;
  transition: all 0.5s ease-out; }
  .c-thumb__title.c-thumb__title.c-thumb__title {
    color: #4F4D4D !important; }

.c-thumb__desc {
  transition: all 0.5s ease-out; }
  .c-thumb__desc.c-thumb__desc.c-thumb__desc {
    color: #4F4D4D !important; }

/*LOS ESTILOS DE HOVER*/
.c-thumb:hover .c-thumb__ico, .c-thumb:active .c-thumb__ico, .c-thumb:focus .c-thumb__ico {
  color: #48a5b7 ;
  border-color: currentColor;
  background: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.c-thumb:hover .c-thumb__title,
.c-thumb:hover .c-thumb__desc, .c-thumb:active .c-thumb__title,
.c-thumb:active .c-thumb__desc, .c-thumb:focus .c-thumb__title,
.c-thumb:focus .c-thumb__desc {
  color: #48a5b7  !important; }

.c-well {
  margin-bottom: 24px;
  padding: 15px;
  transition: 0.5s ease-out;
  border: 1px solid #CBCACB; }
  .c-well--active, .c-well:hover, .c-well:focus {
    border-color: #48a5b7 ; }

.c-well__heading {
  font-size: 1em;
  font-weight: bold;
  margin-top: 0; }

.c-well__content {
  margin-left: 50px; }

.s-backend .c-submenu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .s-backend .c-submenu .sub_navlinks {
    text-align: left; }
    .s-backend .c-submenu .sub_navlinks:first-child {
      padding-left: 0; }
  .s-backend .c-submenu .active {
    font-weight: bold;
    color: #4F4D4D; }
    .s-backend .c-submenu .active a:hover, .s-backend .c-submenu .active a:active, .s-backend .c-submenu .active a:focus, .s-backend .c-submenu .active a:link, .s-backend .c-submenu .active a:visited {
      cursor: default;
      color: inherit; }

.s-admin {
  font-size: .8em;
  color: #FF8D38;
  background: #091711; }

.s-admin-btn {
  font-weight: bold;
  padding: 6px 12px;
  transition: 0.5s ease-out;
  text-align: center;
  color: #FF8D38;
  border: none;
  border-radius: 2px;
  background: #091711;
  box-shadow: 0 0 0 transparent; }
  .s-admin-btn:hover, .s-admin-btn:active, .s-admin-btn:focus {
    color: #FFFFFF;
    outline: none;
    background: #FF8D38;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .s-admin-btn--rounded {
    margin: 0;
    padding: 0;
    font-size: 1em;
    width: 2em;
    height: 2em;
    text-align: center;
    border-radius: 100%; }
  .s-admin-btn--inverse {
    color: #FFFFFF;
    border: 1px solid transparent;
    background: #FF8D38; }
    .s-admin-btn--inverse:hover, .s-admin-btn--inverse:active, .s-admin-btn--inverse:focus {
      color: #FF8D38;
      border-color: #FF8D38;
      outline: none;
      background: transparent; }

.s-gr {
  padding-top: 24px;
  /*EL LAYOUT*/
  /*AQUELLOS QUE QUEREMOS QUE SEAN ANCHO 100%, QUE BASICAMENTE SON LOS TEXTAREAS*/
  /*EL PIE DEL FORMULARIO*/
  /*Los botones del pie*/
  /*El primer boton del pie*/
  /*LOS ENLACES */
  /**/ }
  .s-gr .flexigrid {
    font-family: inherit;
    color: #4F4D4D;
    border: none; }
    .s-gr .flexigrid div.mDiv {
      display: none; }
    .s-gr .flexigrid .form-div {
      border: none; }
  .s-gr .form-field-box.even {
    background: initial; }
  .s-gr .flexigrid div.form-div {
    /*LOS ELEMENTOS DEL FORMULARIO*/
    /*LAS LABELS*/
    /*EL COMPONENTE*/ }
    .s-gr .flexigrid div.form-div .form-input-box input[type=text],
    .s-gr .flexigrid div.form-div .form-input-box input[type=number],
    .s-gr .flexigrid div.form-div .form-input-box textarea {
      line-height: 30px;
      max-width: 100%;
      height: initial;
      padding: 0 6px;
      border: 1px solid #CBCACB;
      border-radius: 0; }
      .s-gr .flexigrid div.form-div .form-input-box input[type=text]:hover,
      .s-gr .flexigrid div.form-div .form-input-box input[type=number]:hover,
      .s-gr .flexigrid div.form-div .form-input-box textarea:hover {
        border-color: #838181; }
      .s-gr .flexigrid div.form-div .form-input-box input[type=text]:focus,
      .s-gr .flexigrid div.form-div .form-input-box input[type=number]:focus,
      .s-gr .flexigrid div.form-div .form-input-box textarea:focus {
        outline: 1px solid #48a5b7 ;
        box-shadow: none; }
    .s-gr .flexigrid div.form-div input[type=number] {
      width: 100%; }
    .s-gr .flexigrid div.form-div textarea {
      line-height: 1.2em;
      min-height: 6em !important;
      padding-top: 6px;
      background: #FFFFFF; }
    .s-gr .flexigrid div.form-div .form-display-as-box {
      font-size: 12.6px;
      line-height: 2em;
      padding-top: 0;
      transition: all 0.5s ease-out;
      color: #838181; }
    .s-gr .flexigrid div.form-div .form-field-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 100%;
      margin-right: 15px;
      margin-bottom: 15px;
      padding: 0;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
  .s-gr .form-div {
    /*display: flex!important;
		flex-direction: row;

		flex-wrap: wrap;
		justify-content: flex-start;*/ }
  .s-gr [id='mkr_notes_field_box'],
  .s-gr [id='summary_field_box'],
  .s-gr [id='objectives_field_box'],
  .s-gr [id='other_institutions_involved_field_box'],
  .s-gr [id='other_relevant_information_field_box'],
  .s-gr [id='complete_denomination_field_box'],
  .s-gr [id='short_description_field_box'] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 100%; }
    .s-gr [id='mkr_notes_field_box'] textarea,
    .s-gr [id='summary_field_box'] textarea,
    .s-gr [id='objectives_field_box'] textarea,
    .s-gr [id='other_institutions_involved_field_box'] textarea,
    .s-gr [id='other_relevant_information_field_box'] textarea,
    .s-gr [id='complete_denomination_field_box'] textarea,
    .s-gr [id='short_description_field_box'] textarea {
      width: 100%;
      max-width: 1015px !important; }
  .s-gr .flexigrid div.pDiv {
    /*voy a hacer que sea flexbox*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    border: none;
    border-radius: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .s-gr .flexigrid div.form-button-box {
    margin: 0;
    padding: 0;
    float: none; }
    .s-gr .flexigrid div.form-button-box .btn {
      top: 0;
      margin-right: 24px; }
    .s-gr .flexigrid div.form-button-box:last-child .btn {
      margin-right: 0; }
  .s-gr .btn {
    font-weight: bold;
    padding: 7.5px 15px;
    transition: all 0.5s ease-out;
    text-align: center;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    background: #48a5b7 ;
    text-shadow: none; }
    .s-gr .btn:hover, .s-gr .btn:active, .s-gr .btn:focus {
      color: #FFFFFF;
      background: #1FB0F1; }
  .s-gr .btn.disabled,
  .s-gr .btn[disabled] {
    pointer-events: none; }
  .s-gr span.required {
    padding-left: 6px; }
  .s-gr div.report-div {
    position: relative;
    padding-left: 50px;
    color: white;
    border: 1px solid transparent;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8); }
    .s-gr div.report-div p {
      margin: 0 !important;
      padding: 0 !important;
      background: none !important; }
    .s-gr div.report-div:after {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 2em;
      position: absolute;
      top: 6px;
      left: 6px;
      display: block;
      content: '\f071';
      opacity: .5;
      color: #FFFFFF;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
    .s-gr div.report-div.error {
      border-color: #a01325;
      background: #CE1830; }
      .s-gr div.report-div.error:after {
        content: '\f071'; }
    .s-gr div.report-div.success {
      border-color: #6ca73c;
      background: #85C254; }
      .s-gr div.report-div.success:after {
        content: '\f05d'; }
  .s-gr div.flexigrid a, .s-gr div.flexigrid a:link, .s-gr div.flexigrid a:visited {
    transition: color 0.5s ease-out, background 0.5s ease-out;
    text-decoration: none;
    color: #48a5b7 ; }
  .s-gr div.flexigrid a:hover, .s-gr div.flexigrid a:active, .s-gr div.flexigrid a:focus {
    text-decoration: none;
    color: #5f929c ; }

.s-contact fieldset {
  border: none !important; }

.s-contact .form-group .col-md-12:nth-child(2) input,
.s-contact .form-group .col-md-12:nth-child(2) textarea {
  width: 100%;
  max-width: 800px;
  margin-bottom: 24px; }

.s-login .c-content,
.s-login .c-content > .c-container--fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.s-login .c-container--fluid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.s-login .c-content {
  background: url("../img/fondo_mar.jpg");
  background-size: cover; }

.s-sel {
  /*PARA VERLO*/
  /*EL SELECTOR*/
  /*Cuando escribimos, lo que nos marca lo escrito*/
  /*EN el desplegable, el activo:*/
  /*LOS BULLETS NORMALES*/
  /*LAS IMAGENES*/
  /*LOS TEXTOS*/
  /*LOS TAGS EN PEQUEÑITO*/ }
  .s-sel .selectator_element {
    width: 100%; }
  .s-sel .selectator_element.focused {
    outline: 1px solid #48a5b7 ;
    box-shadow: none; }
  .s-sel .multiple .selectator_input {
    margin: 0;
    margin-left: 5px;
    padding: 0 5px; }
    .s-sel .multiple .selectator_input:focus {
      border-bottom: 2px solid #48a5b7 ;
      outline: none; }
  .s-sel .selectator_options .selectator_option.active {
    color: #FFFFFF;
    background-color: #48a5b7 ;
    /*las imagenes*/ }
    .s-sel .selectator_options .selectator_option.active .selectator_option_right {
      /* BULLET*/
      color: #48a5b7 ;
      background: #FFFFFF; }
    .s-sel .selectator_options .selectator_option.active .selectator_option_left img {
      -webkit-filter: invert(100%);
              filter: invert(100%); }
  .s-sel .selectator_options .selectator_option .selectator_option_right {
    font-size: .9em;
    margin-top: 0;
    /* BULLET*/
    background: #48a5b7 ; }
  .s-sel .selectator_options .selectator_option .selectator_option_left img {
    max-height: 20px; }
  .s-sel .selectator_options .selectator_option .selectator_option_title {
    margin-left: 33px; }
  .s-sel .multiple .selectator_selected_items .selectator_selected_item {
    padding: 0 20px 0 4px;
    border: 1px solid #48a5b7 ;
    background: transparent; }
    .s-sel .multiple .selectator_selected_items .selectator_selected_item .selectator_selected_item_title {
      line-height: 1.3em;
      margin-top: 5px;
      margin-bottom: 5px;
      padding: 0; }
    .s-sel .multiple .selectator_selected_items .selectator_selected_item .selectator_selected_item_left img {
      max-height: 13px;
      margin-top: 6px; }
    .s-sel .multiple .selectator_selected_items .selectator_selected_item .selectator_selected_item_remove {
      transition: 0.5s ease-out; }
      .s-sel .multiple .selectator_selected_items .selectator_selected_item .selectator_selected_item_remove:hover {
        color: #FFFFFF;
        background-color: #48a5b7 ; }

/* COLORES */
.u-color--primary {
  color: var(--primary-color); }

.u-color--secondary {
  color: var(--secondary-color); }

/* ALINEACIONES */
.u-text--left {
  text-align: left; }

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

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

/* TAMAÑOS*/
.u-text--small {
  font-size: 12px; }

/* BORDER*/
.u-border--left {
  border-left: 1px solid #000000; }

/* ESPACIOS*/
.u-ml {
  margin-left: 24px; }
  .u-ml--2 {
    margin-left: 48px; }

.u-mr {
  margin-right: 24px; }
  .u-mr--2 {
    margin-right: 48px; }

.u-mt {
  margin-top: 24px; }
  .u-mt--2 {
    margin-top: 48px; }

.u-mb {
  margin-bottom: 24px; }
  .u-mb--2 {
    margin-bottom: 48px; }

.u-basicMargin {
  margin: 0 15px; }

.u-p--huge {
  padding: 0 48px; }

/* POSICIONES */
.u-pos--rel {
  position: relative; }

.u-centered {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.u-blinking {
  -webkit-animation: blinker 1s linear infinite;
          animation: blinker 1s linear infinite; }

/* .conDebugs {
    @extend debug;
    div {
        @extend debug2;
    }
    &>* {
        @extend debug3;
    }
} */
.txtNeeded {
  outline: 2px dashed red !important; }

.debug {
  outline: 1px solid fuchsia !important;
  outline-style: solid !important; }

.debug2 {
  outline: 1px solid green !important;
  outline-style: solid !important; }

.debug3 {
  outline: 1px solid cyan !important;
  outline-style: solid !important; }

.debug4 {
  outline: 1px solid tomato !important;
  outline-style: solid !important; }

.debug5 {
  outline: 1px solid lime !important;
  outline-style: solid !important; }

.debug6 {
  outline: 1px solid blue !important;
  outline-style: solid !important; }
