@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import "../css/select2/select2.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/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/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";
}
* {
  -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: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  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: 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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.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;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
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: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .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%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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.42857143;
  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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  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,
header,
main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container,
  header,
  main {
    width: 750px;
  }
}
@media (min-width: 768px) {
  .container,
  header,
  main {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .container,
  header,
  main {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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: 15px;
    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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 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::-ms-expand {
  border: 0;
  background-color: transparent;
}
.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: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.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: 25px;
}
.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: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@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: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.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: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  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 > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  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 > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  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 > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  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: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  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;
}
.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: #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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  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: #337ab7;
}
.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.42857143;
  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: 1200px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .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 .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 {
  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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .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 > .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-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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 .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: 14px;
  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 {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  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 > 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: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 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.42857143;
  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-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-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;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1200px) {
  .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.in {
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1200px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1200px) {
  .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1200px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  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: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .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: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.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: 8px;
  margin-bottom: 8px;
}
@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: 1199px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .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: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .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: 1199px) {
  .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,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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: #080808;
}
.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: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 1199px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .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: #080808;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  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;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  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 > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  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: 18px;
  line-height: 1.3333333;
}
.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: 12px;
  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;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.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: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.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: 12px;
  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 {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  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;
}
.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: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.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: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  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 {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  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: 20px;
  margin-bottom: 20px;
  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: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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: #5cb85c;
}
.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,
button.list-group-item:hover,
a.list-group-item:focus,
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: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #c7ddef;
}
.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,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
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,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
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,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
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,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
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: 20px;
  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-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: 16px;
  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-responsive:first-child > .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 > 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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:last-child > .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 > 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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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: 20px;
}
.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: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.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: 21px;
  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;
}
.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 rgba(0, 0, 0, 0.2);
  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: #000;
}
.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 .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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 {
    -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: 768px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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: 12px;
  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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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;
  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: 14px;
  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 {
  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);
  background-color: rgba(0, 0, 0, 0);
}
.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: rgba(0, 0, 0, 0);
}
.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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
header:before,
header:after,
footer:before,
footer:after,
.soc-news:before,
.soc-news:after,
ul.investigadores:before,
ul.investigadores:after,
ul.becas.list:before,
ul.becas.list:after,
main.radio ul.radio:before,
main.radio ul.radio:after,
main.fmlauni ul.radio:before,
main.fmlauni ul.radio:after,
.search-list:before,
.search-list:after,
header:before,
header:after,
main:before,
main:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
header:after,
footer:after,
.soc-news:after,
ul.investigadores:after,
ul.becas.list:after,
main.radio ul.radio:after,
main.fmlauni ul.radio:after,
.search-list:after,
header:after,
main: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,
.visible-sm,
.visible-md,
.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: 767px) {
  .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: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) 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: 768px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) 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: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) 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;
  }
}
@font-face {
  font-family: "fira";
  src: url(../fonts/ungs/firasans-regular.woff) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "fira";
  src: url(../fonts/ungs/firasans-italic.woff) format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "fira light";
  src: url(../fonts/ungs/firasans-light.woff) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "fira light";
  src: url(../fonts/ungs/firasans-light-italic.woff) format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "fira medium";
  src: url(../fonts/ungs/firasans-medium.woff) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "fira medium";
  src: url(../fonts/ungs/firasans-medium-italic.woff) format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "fira semibold";
  src: url(../fonts/ungs/firasans-semibold.woff) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "fira semibold";
  src: url(../fonts/ungs/firasans-semibold-italic.woff) format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "humanst";
  src: url(../fonts/ungs/humanst521-bt-bold.woff) format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "roboto bold";
  src: url(../fonts/ungs/roboto-bold.woff) format("truetype");
  font-weight: bold;
}
.filter {
  width: 100%;
  float: left;
  clear: both;
  margin: 10px 0;
}
.filter__title {
  font-family: 'fira';
  font-size: 11px;
  color: #CACACA;
  padding-left: 3px;
  margin-bottom: 5px;
}
.filter__list {
  display: inline-block;
}
.filters {
  width: 100%;
}
.filters__link {
  padding: 0 10px;
  display: block;
  float: left;
  margin: 0 3px;
  font-family: 'fira', sans-serif;
  font-size: 11px;
  text-align: center;
  color: white;
  background: #777;
}
.filters__link:hover,
.filters__link:active,
.filters__link:focus {
  color: white;
}
.soc-net {
  text-align: right;
}
.soc-net .jssocials-share {
  height: 24px;
  width: 24px;
}
.soc-net .jssocials-share-link {
  padding: 3px;
  height: 24px;
  width: 24px;
  background-color: #808082 !important;
  border-radius: 50%;
}
.soc-net .jssocials-share-link .jssocials-share-logo {
  font-size: 13px;
}
.box-tags {
  position: absolute;
  left: 0;
  top: 7px;
}
.box-tags a.tag {
  width: auto;
  height: 15px;
  display: block;
  text-align: center;
  color: white;
  font-family: 'fira';
  font-size: 11px;
  float: left;
  padding: 0 4px;
  text-transform: uppercase;
  background: #006B90;
  margin-left: 2px;
}
.box-tags a.tag:first-child {
  margin-left: 0;
}
.ntags {
  position: absolute;
  left: 0;
  top: 7px;
}
.ntags__tag {
  width: auto;
  height: 15px;
  display: block;
  text-align: center;
  color: white !important;
  font-family: 'fira';
  font-size: 11px;
  float: left;
  text-transform: uppercase;
  margin-left: 1px;
  background-color: #00628E;
  padding: 0 7px;
}
.ntags__tag:hover,
.ntags__tag:focus,
.ntags__tag:active {
  color: white;
}
.ntags__tag:first-child {
  margin-left: 0;
}
.ntags__tag--gray {
  background-color: #E4E4E3;
  color: #00628E;
}
.ntags__tag--gray:hover {
  color: #00628E;
}
.ntags__estado {
  background: white;
  color: #00628E;
  width: auto;
  height: 15px;
  display: block;
  padding: 0 15px 0 7px;
  line-height: 15px;
  font-size: 11px;
  float: left;
}
.ntags__estado:hover {
  color: #00628E;
}
.ntags__estado--agenda {
  background-color: #F0F0F0;
}
.ntags--institutos {
  bottom: 0;
  top: initial;
}
.ntags__tag--ico {
  background: #f79a2d;
}
.ntags__tag--idh {
  background: #652f8e;
}
.ntags__tag--idei {
  background: #bd2a2c;
}
.ntags__tag--ici {
  background: #528256;
}
.ntags__tag--fm-la-uni {
  background: #902F72;
}
.ntags__tag--cultura {
  background: #00A99D;
}
.ntags__tag--unitv {
  background: black;
}
.ntags__tag--suspendida {
  background: #ff0000;
}
.ntags__tag--suspendido {
  background: #ff0000;
}
.ntags__tag--alerta-bibliografica {
  background-color: #E4E4E3;
  color: #00628E;
}
.ntags__tag--alerta-bibliografica:hover {
  color: #00628E;
}
.calendar {
  width: 100%;
}
@media (min-width: 1200px) {
  .calendar {
    width: 280px;
    background: #E7EAED;
    float: left;
  }
}
.calendar--cultura .calendar-head__day,
.calendar--agenda-cultural .calendar-head__day,
.calendar--cultura .calendar-head__year,
.calendar--agenda-cultural .calendar-head__year {
  color: #00A99D;
}
.calendar--cultura .calendar-head__month,
.calendar--agenda-cultural .calendar-head__month {
  background-color: #00A99D;
}
.calendar--ici .calendar-head__day,
.calendar--agenda-ici .calendar-head__day,
.calendar--ici .calendar-head__year,
.calendar--agenda-ici .calendar-head__year {
  color: #528256;
}
.calendar--ici .calendar-head__month,
.calendar--agenda-ici .calendar-head__month {
  background-color: #528256;
}
.calendar--ico .calendar-head__day,
.calendar--agenda-ico .calendar-head__day,
.calendar--ico .calendar-head__year,
.calendar--agenda-ico .calendar-head__year {
  color: #f79a2d;
}
.calendar--ico .calendar-head__month,
.calendar--agenda-ico .calendar-head__month {
  background-color: #f79a2d;
}
.calendar--idei .calendar-head__day,
.calendar--agenda-idei .calendar-head__day,
.calendar--idei .calendar-head__year,
.calendar--agenda-idei .calendar-head__year {
  color: #bd2a2c;
}
.calendar--idei .calendar-head__month,
.calendar--agenda-idei .calendar-head__month {
  background-color: #bd2a2c;
}
.calendar--idh .calendar-head__day,
.calendar--agenda-idh .calendar-head__day,
.calendar--idh .calendar-head__year,
.calendar--agenda-idh .calendar-head__year {
  color: #652f8e;
}
.calendar--idh .calendar-head__month,
.calendar--agenda-idh .calendar-head__month {
  background-color: #652f8e;
}
.monthday {
  font-family: 'fira';
  font-size: 13px;
  color: #6D6D6F;
  margin: 3px 3px;
}
@media (min-width: 1200px) {
  .monthday {
    font-family: 'fira';
    font-size: 15px;
    color: #005360;
  }
}
.monthday--current {
  background: #005360;
  color: white;
  padding: 1px 7px;
  margin: 0;
  border-radius: 10px;
}
.weekday {
  background: #B1B1B1;
  font-family: 'fira';
  font-size: 12px;
  color: white;
  padding: 1px 15px;
  margin: 3px 3px;
}
@media (min-width: 1200px) {
  .weekday {
    padding: 3px 8px;
    margin: 3px 5px;
  }
}
.weekday--white {
  color: #6D6D6F;
  background: white;
}
.calendar-table {
  width: 100%;
}
.calendar-table__row {
  height: 27px;
}
.calendar-table__hcol {
  text-align: center;
}
.calendar-table__bcol {
  text-align: center;
}
.calendar-head {
  background: #F0F0F0;
  height: 54px;
  float: left;
  width: 100%;
}
@media (min-width: 1200px) {
  .calendar-head {
    background: white;
    margin-top: 2px;
  }
}
.calendar-head__day {
  float: left;
  display: block;
  font-family: 'fira';
  font-size: 45px;
  color: #00759C;
  width: 25%;
  height: 34px;
  text-align: center;
  border-right: 1px solid #7F7F7F;
  line-height: 0.8;
  margin-top: 8px;
}
.calendar-head__month-year {
  display: block;
  float: left;
  margin-top: 13px;
}
.calendar-head__month {
  font-family: 'fira';
  font-size: 13px;
  color: white;
  background: #00759C;
  padding: 1px 3px;
  float: left;
}
.calendar-head__year {
  font-family: 'fira light';
  font-size: 17px;
  color: #00759C;
  display: block;
  float: right;
  clear: both;
}
.calendar-head__month-previous {
  display: block;
  float: left;
  width: 8px;
  background: url("../images/cultura/button-arrow-left.svg") no-repeat;
  margin-left: 20%;
  margin-right: 5%;
  margin-top: 16px;
  height: 14px;
}
.calendar-head__month-next {
  margin-top: 16px;
  display: block;
  float: left;
  width: 8px;
  height: 14px;
  background: url("../images/cultura/button-arrow-left.svg") no-repeat;
  margin-left: 5%;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.nconv {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 10px 0;
  padding: 0;
  background: white;
  outline: 1px solid lightgrey;
  width: 100%;
  float: left;
}
@media (min-width: 1200px) {
  .nconv {
    overflow: hidden;
    padding: 0;
    height: auto;
    width: 24%;
    padding-bottom: 20px;
  }
}
.nconv__link {
  text-decoration: none;
}
.nconv__link:hover,
.nconv__link:active,
.nconv__link:focus {
  text-decoration: none;
}
.nconv__title {
  font-family: 'fira';
  font-weight: bold;
  font-size: 13px;
  margin: 8px 15px;
  margin-top: 25px;
  color: #006B90;
}
.nconv__sub {
  font-family: 'fira semibold';
  font-size: 11px;
  color: #6D6D6F;
  margin: 8px 15px;
}
.nconv__sub--beca {
  color: #00628E;
  text-transform: uppercase;
}
.nconv__ciclo {
  display: block;
  width: 100%;
  height: 15px;
  text-align: center;
  background: #b1b1b1;
  color: white;
  font-family: 'fira medium';
  font-size: 11px;
}
.nconv__ciclo:hover,
.nconv__ciclo:active {
  color: white;
}
.nconv__pic {
  width: 100%;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
}
.nconv__excerpt {
  font-family: 'fira light';
  font-size: 11px;
  color: #6D6D6F;
  margin: 8px 15px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .nconv__excerpt {
    max-height: 72px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .nconv--home {
    height: 375px;
    width: 262px;
  }
}
.nconv--evento {
  background: #F0F0F0;
  outline: 0;
}
.nov {
  min-height: 1px;
  padding: 15px;
  position: relative;
  margin: 12px auto;
  box-sizing: border-box;
  font-family: 'fira', sans-serif;
  background: #F2F2F2;
  width: 100%;
  color: #666666;
}
@media (min-width: 1200px) {
  .nov {
    float: left;
    height: 350px;
    width: 250px;
  }
}
.nov__link {
  color: #666666;
  display: block;
}
.nov__link:hover,
.nov__link:active,
.nov__link:focus {
  color: #666666;
  text-decoration: none;
}
.nov__title {
  font-weight: bold;
  font-size: 13px !important;
  margin-top: 0;
  margin-bottom: 15px;
  color: black;
}
.nov__autor {
  font-size: 11px;
  margin-bottom: 5px;
  margin-top: 0;
  clear: none;
}
.nov__pic {
  width: 130px;
  height: auto;
  float: left;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .nov__pic {
    /* height: 152px; */
    width: 100%;
    margin-right: 0;
    padding: 0;
    margin-bottom: 15px;
  }
}
.nov__excerpt {
  font-family: 'fira light', sans-serif;
  font-size: 12px;
}
.nov__date {
  font-family: 'fira light', sans-serif;
  font-size: 11px;
  text-align: right;
  position: absolute;
  bottom: 25px;
  right: 15px;
  margin-top: 0;
  margin-bottom: 0;
  clear: none;
}
@media (min-width: 1200px) {
  .nov__date {
    position: static;
  }
}
@media (min-width: 1200px) {
  .nov--radio {
    width: 262px;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .nov--category {
    margin-left: 15px;
  }
}
.nov--page-biblioteca,
.nov--page-bienestar,
.nov--page-institucional,
.nov--page-investigacion,
.nov--page-vinculacion-tecnologica,
.nov--page-estudiar-en-la-ungs {
  float: left;
  min-height: 1px;
  /* Esto se sale del BEM */
}
@media (min-width: 1200px) {
  .nov--page-biblioteca,
  .nov--page-bienestar,
  .nov--page-institucional,
  .nov--page-investigacion,
  .nov--page-vinculacion-tecnologica,
  .nov--page-estudiar-en-la-ungs {
    width: 262px;
    border-bottom: 4px solid #00628E;
    background: white;
    column-count: 1;
    overflow: hidden;
  }
}
.nov--page-biblioteca .nov__title,
.nov--page-bienestar .nov__title,
.nov--page-institucional .nov__title,
.nov--page-investigacion .nov__title,
.nov--page-vinculacion-tecnologica .nov__title,
.nov--page-estudiar-en-la-ungs .nov__title {
  font-family: 'fira semibold';
}
@media (min-width: 1200px) {
  .nov--page-biblioteca .nov__title,
  .nov--page-bienestar .nov__title,
  .nov--page-institucional .nov__title,
  .nov--page-investigacion .nov__title,
  .nov--page-vinculacion-tecnologica .nov__title,
  .nov--page-estudiar-en-la-ungs .nov__title {
    font-family: "roboto bold";
    font-size: 14px;
  }
}
.nov--page-biblioteca .nov__pic,
.nov--page-bienestar .nov__pic,
.nov--page-institucional .nov__pic,
.nov--page-investigacion .nov__pic,
.nov--page-vinculacion-tecnologica .nov__pic,
.nov--page-estudiar-en-la-ungs .nov__pic {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .nov--page-biblioteca .nov__pic,
  .nov--page-bienestar .nov__pic,
  .nov--page-institucional .nov__pic,
  .nov--page-investigacion .nov__pic,
  .nov--page-vinculacion-tecnologica .nov__pic,
  .nov--page-estudiar-en-la-ungs .nov__pic {
    float: left;
    margin-left: -15px;
    width: 262px;
    max-width: none;
  }
}
.nov--page-biblioteca .nov__excerpt,
.nov--page-bienestar .nov__excerpt,
.nov--page-institucional .nov__excerpt,
.nov--page-investigacion .nov__excerpt,
.nov--page-vinculacion-tecnologica .nov__excerpt,
.nov--page-estudiar-en-la-ungs .nov__excerpt {
  font-family: "fira light";
  font-size: 10px;
}
.nov--page-biblioteca.instituto-idei,
.nov--page-bienestar.instituto-idei,
.nov--page-institucional.instituto-idei,
.nov--page-investigacion.instituto-idei,
.nov--page-vinculacion-tecnologica.instituto-idei,
.nov--page-estudiar-en-la-ungs.instituto-idei {
  border-bottom-color: #bd2a2c;
}
.nov--page-biblioteca.instituto-ico,
.nov--page-bienestar.instituto-ico,
.nov--page-institucional.instituto-ico,
.nov--page-investigacion.instituto-ico,
.nov--page-vinculacion-tecnologica.instituto-ico,
.nov--page-estudiar-en-la-ungs.instituto-ico {
  border-bottom-color: #f79a2d;
}
.nov--page-biblioteca.instituto-idh,
.nov--page-bienestar.instituto-idh,
.nov--page-institucional.instituto-idh,
.nov--page-investigacion.instituto-idh,
.nov--page-vinculacion-tecnologica.instituto-idh,
.nov--page-estudiar-en-la-ungs.instituto-idh {
  border-bottom-color: #652f8e;
}
.nov--page-biblioteca.instituto-ici,
.nov--page-bienestar.instituto-ici,
.nov--page-institucional.instituto-ici,
.nov--page-investigacion.instituto-ici,
.nov--page-vinculacion-tecnologica.instituto-ici,
.nov--page-estudiar-en-la-ungs.instituto-ici {
  border-bottom-color: #528256;
}
.nov--page-biblioteca.instituto-fm-la-uni,
.nov--page-bienestar.instituto-fm-la-uni,
.nov--page-institucional.instituto-fm-la-uni,
.nov--page-investigacion.instituto-fm-la-uni,
.nov--page-vinculacion-tecnologica.instituto-fm-la-uni,
.nov--page-estudiar-en-la-ungs.instituto-fm-la-uni {
  border-bottom-color: #902F72;
}
.nov--page-biblioteca.instituto-cultura,
.nov--page-bienestar.instituto-cultura,
.nov--page-institucional.instituto-cultura,
.nov--page-investigacion.instituto-cultura,
.nov--page-vinculacion-tecnologica.instituto-cultura,
.nov--page-estudiar-en-la-ungs.instituto-cultura {
  border-bottom-color: #00A99D;
}
.nov--page-biblioteca.instituto-unitv,
.nov--page-bienestar.instituto-unitv,
.nov--page-institucional.instituto-unitv,
.nov--page-investigacion.instituto-unitv,
.nov--page-vinculacion-tecnologica.instituto-unitv,
.nov--page-estudiar-en-la-ungs.instituto-unitv {
  border-bottom-color: black;
}
.nov--page-biblioteca .ntags,
.nov--page-bienestar .ntags,
.nov--page-institucional .ntags,
.nov--page-investigacion .ntags,
.nov--page-vinculacion-tecnologica .ntags,
.nov--page-estudiar-en-la-ungs .ntags {
  display: none;
}
.nov--destacado {
  height: 122px;
  width: 50%;
  padding: 0;
  margin: 0;
  position: relative;
  background: transparent;
  margin-top: 15px;
  outline: white solid ;
}
@media (min-width: 1200px) {
  .nov--destacado {
    margin-right: 0px;
    margin-left: 15px;
    height: 148px;
    width: 262px;
  }
}
.nov--destacado .nov__pic {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: none;
}
.nov--destacado .nov__title {
  font-size: 11px;
  color: white !important;
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 7%;
  padding: 0 15px  !important;
}
@media (min-width: 1200px) {
  .nov--destacado .nov__title {
    font-size: 15px;
  }
}
.nov--destacado .nov__excerpt {
  display: none;
}
.nov--destacado .nov__date {
  display: none;
}
.nov--destacado .nov__link {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  position: absolute;
  background-size: cover;
}
.nov--destacado .nov__link:after {
  content: '';
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.nov--destacado .ntags--institutos {
  top: 7px;
  bottom: auto;
  z-index: 3;
}
.nov--first-destacado {
  width: 100%;
  height: 100%;
  height: 244px;
}
@media (min-width: 1200px) {
  .nov--first-destacado {
    height: 312px;
    width: 555px;
    margin-left: 0;
    margin-right: 15px;
  }
}
.nov--first-destacado .nov__title {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .nov--page-cultura {
    width: 262px;
  }
}
.home-subttl {
  font-family: 'fira medium';
  font-size: 16px;
  color: #6d6e70;
  text-transform: uppercase;
  margin-top: 0;
  float: left;
}
@media (min-width: 1200px) {
  .home-subttl {
    width: 100%;
  }
}
.evnt {
  width: 100%;
  padding: 0;
}
@media (min-width: 1200px) {
  .evnt {
    width: 262px;
  }
}
.evnt__tags {
  margin-left: 60%;
  width: auto;
}
@media (min-width: 1200px) {
  .evnt__tags {
    margin-left: 0;
  }
}
.evnt__tags--tags {
  top: 0;
}
.evnt--5 {
  width: 100%;
}
@media (min-width: 1200px) {
  .evnt--5 {
    width: 468px;
  }
}
.home-evento {
  width: 100%;
  padding: 0;
  background: #fff;
  position: relative;
  outline: 1px solid #eaeaeb;
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .home-evento {
    width: 262px;
    margin-right: 15px;
    margin-left: 15px;
    height: 359px;
  }
}
.home-evento__pic {
  width: 100%;
}
.home-evento__title {
  margin: 15px;
  font-size: 13px;
  font-family: 'fira semibold';
  margin-bottom: 0;
  color: black;
}
.home-evento__date {
  margin: 15px;
  margin-bottom: 0;
}
.home-evento__excerpt {
  margin: 15px;
  margin-bottom: 0;
  font-family: 'fira light';
}
.home-evento__link {
  text-decoration: none;
}
.home-evento__link:active,
.home-evento__link:hover,
.home-evento__link:focus {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .home-evento--first {
    margin-left: 0;
  }
}
.npost {
  position: relative;
}
.npost--museo {
  width: 100%;
  padding: 0;
}
.npost--museo .npost__img {
  width: 100%;
  margin: 0 -15px;
}
.npost--museo .npost__excerpt,
.npost--museo .npost__title {
  display: none;
}
/**/
main.home-estudiar-en-la-ungs > h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-family: "humanst";
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #808082;
  line-height: 1.3;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
main.home-estudiar-en-la-ungs > h1 small,
main.home-estudiar-en-la-ungs > h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
main.home-estudiar-en-la-ungs > h1 small,
main.home-estudiar-en-la-ungs > h1 .small {
  font-size: 65%;
}
main.home-estudiar-en-la-ungs > h1:after {
  content: "";
  display: block;
  border: 2px solid #808082;
  width: 20px;
}
main.home-estudiar-en-la-ungs > article {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
main.home-estudiar-en-la-ungs > article p {
  /*font-size: 10px;*/
  font-size: 12px;
}
@media (min-width: 1200px) {
  main.home-estudiar-en-la-ungs > h1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
  }
  main.home-estudiar-en-la-ungs > article {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    column-count: 2;
    column-gap: 40px;
  }
  main.home-estudiar-en-la-ungs h3:first-letter {
    text-transform: uppercase;
  }
  main.home-estudiar-en-la-ungs h3 {
    text-transform: lowercase;
  }
  main.home-estudiar-en-la-ungs .sidebar-row {
    float: left;
    width: 100%;
  }
  main.home-estudiar-en-la-ungs .sidebar-row-1 {
    background: #E6E6E6;
    padding: 15px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  main.home-estudiar-en-la-ungs .sidebar-row-1 > h2 {
    font-family: 'humanst';
    font-size: 24px;
    font-weight: bold;
    color: #6D6E70;
    margin-left: 50px;
  }
  main.home-estudiar-en-la-ungs .sidebar-row-1 .widget {
    float: left;
    width: 262px;
    margin-left: 15px;
    margin-right: 15px;
  }
  main.home-estudiar-en-la-ungs .sidebar-row-1 .widget:first-of-type {
    margin-left: 0;
  }
  main.home-estudiar-en-la-ungs .sidebar-row-2 {
    padding: 50px 46px;
    background: white;
    display: none;
  }
  main.home-estudiar-en-la-ungs .sidebar-row-2 article.widget {
    width: 100%;
    column-count: 1;
    left: 0;
  }
  main.home-estudiar-en-la-ungs .sidebar-row-2 article.widget h1 {
    left: 0;
    float: none;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  main.home-estudiar-en-la-ungs > h1 {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  main.home-estudiar-en-la-ungs > h1 {
    left: 8.33333333%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  main.home-estudiar-en-la-ungs > article {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  main.home-estudiar-en-la-ungs > article {
    left: 8.33333333%;
  }
}
main.home-cultura .sidebar-row {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0px;
}
main.home-cultura .sidebar-row > h2 {
  font-family: 'fira medium';
  font-size: 16px;
  color: #6D6E70;
  text-transform: uppercase;
}
main.home-cultura .sidebar-row-3 {
  background: #F2F2F2;
  padding: 0 2%;
}
main.home-cultura .sidebar-row-3 div.widget {
  width: 100%;
  text-align: center;
}
.soc-cultura-home {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .soc-cultura-home {
    width: 280px !important;
  }
}
@media (min-width: 1200px) {
  main.home-cultura .sidebar-row > h2 {
    margin-left: 15px;
  }
  main.home-cultura .sidebar-row .widget {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  main.home-cultura .sidebar-row-1 {
    float: left;
    width: 75%;
  }
  main.home-cultura .sidebar-row-3 {
    padding: 0 2%;
    margin-bottom: 10px;
  }
  main.home-cultura .sidebar-row-3 > h2 {
    margin-left: 0;
  }
  main.home-cultura .sidebar-row-3 div.widget {
    width: 25%;
  }
  main.home-cultura .sidebar-row-3 div.widget img {
    width: 100%;
  }
}
main.home-ici > article {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  left: 8.33333333%;
}
main.home-ici .sidebar-ici {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
}
main.home-ici .sidebar-ici > h2 {
  font-family: "humanst";
  font-weight: bold;
  color: #6D6E70;
  font-size: 25px;
}
main.home-ici .sidebar-ici-2 {
  background: #F2F2F2;
  padding: 0 15px;
}
main.home-ici .sidebar-ici-2 article {
  width: 100%;
  padding: 0;
  background: #fff;
  border-bottom: 5px solid #528256;
  position: relative;
}
main.home-ici .sidebar-ici-2 article a.estado {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  height: 25px;
  background: #528256;
  color: white;
  font-family: 'roboto bold';
  font-size: 12px;
  text-transform: uppercase;
  padding: 9px;
  padding-top: 5px;
}
main.home-ici .sidebar-ici-2 article a.image {
  display: block;
  width: 100%;
  background-position: center;
  background-size: 100%;
  height: 190px;
}
main.home-ici .sidebar-ici-2 article a.image img {
  display: none;
}
main.home-ici .sidebar-ici-2 article h2 {
  font-family: 'fira';
  font-weight: bold;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
main.home-ici .sidebar-ici-2 article h2 a {
  color: black;
  text-decoration: none;
}
main.home-ici .sidebar-ici-2 article h3 {
  font-family: 'fira medium';
  margin-left: 15px;
}
main.home-ici .sidebar-ici-2 article h3 a {
  color: #6D6E70;
  text-decoration: none;
}
main.home-ici .sidebar-ici-2 article h3:first-child {
  margin-top: 15px;
}
main.home-ici .sidebar-ici-2 article h3.fecha {
  font-family: 'fira light';
  font-size: 11px;
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
main.home-ici .sidebar-ici-2 article p {
  font-family: 'fira light';
  margin: 5px 15px;
}
main.home-ici .sidebar-ici-2 article p a {
  color: #6D6E70;
  text-decoration: none;
}
main.home-ici .sidebar-ici-2 article div.tags {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}
main.home-ici .sidebar-ici-2 article div.tags a {
  width: auto;
  height: 15px;
  display: block;
  text-align: center;
  font-family: 'fira';
  color: white;
  font-size: 11px;
  float: left;
  padding: 0 4px;
  text-transform: uppercase;
  background: #006B90;
  margin-left: 2px;
}
main.home-ici .sidebar-ici-2 article div.tags a:first-child {
  margin-left: 0;
}
main.home-ici .sidebar-ici-2 article div.tags a:first-child {
  margin-left: 0;
}
main.home-ici .sidebar-ici-2 article div.tags a.ico {
  background: #f79a2d;
}
main.home-ici .sidebar-ici-2 article div.tags a.idh {
  background: #652f8e;
}
main.home-ici .sidebar-ici-2 article div.tags a.ici {
  background: #528256;
}
main.home-ici .sidebar-ici-2 article div.tags a.idei {
  background: #bd2a2c;
}
main.home-ici .sidebar-ici-2 article div.institutos {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}
main.home-ici .sidebar-ici-2 article div.institutos a {
  width: auto;
  height: 15px;
  display: block;
  text-align: center;
  font-family: 'fira';
  color: white;
  font-size: 11px;
  float: left;
  padding: 0 4px;
  text-transform: uppercase;
  background: #006B90;
  margin-left: 2px;
}
main.home-ici .sidebar-ici-2 article div.institutos a:first-child {
  margin-left: 0;
}
main.home-ici .sidebar-ici-2 article div.institutos a:first-child {
  margin-left: 0;
}
main.home-ici .sidebar-ici-2 article div.institutos a.ico {
  background: #f79a2d;
}
main.home-ici .sidebar-ici-2 article div.institutos a.idh {
  background: #652f8e;
}
main.home-ici .sidebar-ici-2 article div.institutos a.ici {
  background: #528256;
}
main.home-ici .sidebar-ici-2 article div.institutos a.idei {
  background: #bd2a2c;
}
@media (min-width: 1200px) {
  main.home-ici .sidebar-ici div.widget {
    float: left;
    min-height: 1px;
    margin-left: 15px;
    width: 273px;
    overflow: hidden;
  }
  main.home-ici .sidebar-ici div.widget:first-of-type {
    margin-left: 0;
  }
  main.home-ici .sidebar-ici.sidebar-ici-2 div.widget {
    width: 360px;
    margin-right: 15px;
  }
  main.home-ici .sidebar-ici.sidebar-ici-2 div.widget:last-of-type {
    margin-right: 0;
  }
  main.home-ici .sidebar-ici.sidebar-ici-2 article {
    width: 360px;
    height: 405px;
  }
}
main.home-ediciones > article {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  left: 8.33333333%;
}
main.home-ediciones .sidebar-ediciones {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
}
main.home-ediciones .sidebar-ediciones > h2 {
  font-family: "humanst";
  font-weight: bold;
  color: #6D6E70;
  font-size: 25px;
}
main.home-ediciones .sidebar-ediciones-2 {
  background: #F2F2F2;
  padding: 0 15px;
}
main.home-ediciones .sidebar-ediciones-2 article {
  width: 100%;
  padding: 0;
  background: #fff;
  border-bottom: 5px solid #00759c;
  position: relative;
}
main.home-ediciones .sidebar-ediciones-2 article a.estado {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  height: 25px;
  background: #00759c;
  color: white;
  font-family: 'roboto bold';
  font-size: 12px;
  text-transform: uppercase;
  padding: 9px;
  padding-top: 5px;
}
main.home-ediciones .sidebar-ediciones-2 article a.image {
  display: block;
  width: 100%;
  background-position: center;
  background-size: 100%;
  height: 190px;
}
main.home-ediciones .sidebar-ediciones-2 article a.image img {
  display: none;
}
main.home-ediciones .sidebar-ediciones-2 article h2 {
  font-family: 'fira';
  font-weight: bold;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
main.home-ediciones .sidebar-ediciones-2 article h2 a {
  color: black;
  text-decoration: none;
}
main.home-ediciones .sidebar-ediciones-2 article h3 {
  font-family: 'fira medium';
  margin-left: 15px;
}
main.home-ediciones .sidebar-ediciones-2 article h3 a {
  color: #6D6E70;
  text-decoration: none;
}
main.home-ediciones .sidebar-ediciones-2 article h3:first-child {
  margin-top: 15px;
}
main.home-ediciones .sidebar-ediciones-2 article h3.fecha {
  font-family: 'fira light';
  font-size: 11px;
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
main.home-ediciones .sidebar-ediciones-2 article p {
  font-family: 'fira light';
  margin: 5px 15px;
}
main.home-ediciones .sidebar-ediciones-2 article p a {
  color: #6D6E70;
  text-decoration: none;
}
main.home-ediciones .sidebar-ediciones-2 article div.tags {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}
main.home-ediciones .sidebar-ediciones-2 article div.tags a {
  width: auto;
  height: 15px;
  display: block;
  text-align: center;
  font-family: 'fira';
  color: white;
  font-size: 11px;
  float: left;
  padding: 0 4px;
  text-transform: uppercase;
  background: #006B90;
  margin-left: 2px;
}
main.home-ediciones .sidebar-ediciones-2 article div.tags a:first-child {
  margin-left: 0;
}
main.home-ediciones .sidebar-ediciones-2 article div.tags a:first-child {
  margin-left: 0;
}
main.home-ediciones .sidebar-ediciones-2 article div.tags a.ediciones {
  background: #f79a2d;
}
main.home-ediciones .sidebar-ediciones-2 article div.tags a.idh {
  background: #652f8e;
}
main.home-ediciones .sidebar-ediciones-2 article div.tags a.ici {
  background: #528256;
}
main.home-ediciones .sidebar-ediciones-2 article div.tags a.idei {
  background: #bd2a2c;
}
main.home-ediciones .sidebar-ediciones-2 article div.institutos a {
  width: auto;
  height: 15px;
  display: block;
  text-align: center;
  font-family: 'fira';
  color: white;
  font-size: 11px;
  float: left;
  padding: 0 4px;
  text-transform: uppercase;
  background: #006B90;
  margin-left: 2px;
}
main.home-ediciones .sidebar-ediciones-2 article div.institutos a:first-child {
  margin-left: 0;
}
main.home-ediciones .sidebar-ediciones-2 article div.institutos a:first-child {
  margin-left: 0;
}
main.home-ediciones .sidebar-ediciones-2 article div.institutos a.ediciones {
  background: #f79a2d;
}
main.home-ediciones .sidebar-ediciones-2 article div.institutos a.idh {
  background: #652f8e;
}
main.home-ediciones .sidebar-ediciones-2 article div.institutos a.ici {
  background: #528256;
}
main.home-ediciones .sidebar-ediciones-2 article div.institutos a.idei {
  background: #bd2a2c;
}
main.home-ediciones .sidebar-ediciones-3 article {
  background: #F2F2F2;
}
@media (min-width: 1200px) {
  main.home-ediciones .sidebar-ediciones div.widget {
    float: left;
    min-height: 1px;
    margin-left: 15px;
    width: 273px;
    overflow: hidden;
  }
  main.home-ediciones .sidebar-ediciones div.widget:first-of-type {
    margin-left: 0;
  }
  main.home-ediciones .sidebar-ediciones.sidebar-ediciones-2 div.widget {
    width: 360px;
    margin-right: 15px;
  }
  main.home-ediciones .sidebar-ediciones.sidebar-ediciones-2 div.widget:last-of-type {
    margin-right: 0;
  }
  main.home-ediciones .sidebar-ediciones.sidebar-ediciones-2 article {
    width: 360px;
    height: 405px;
  }
}
main.home-ico > article {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  left: 8.33333333%;
}
main.home-ico .sidebar-ico {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
}
main.home-ico .sidebar-ico > h2 {
  font-family: "humanst";
  font-weight: bold;
  color: #6D6E70;
  font-size: 25px;
}
main.home-ico .sidebar-ico-2 {
  background: #F2F2F2;
  padding: 0 15px;
}
main.home-ico .sidebar-ico-2 article {
  width: 100%;
  padding: 0;
  background: #fff;
  border-bottom: 5px solid #FF891F;
  position: relative;
}
main.home-ico .sidebar-ico-2 article a.estado {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  height: 25px;
  background: #FF891F;
  color: white;
  font-family: 'roboto bold';
  font-size: 12px;
  text-transform: uppercase;
  padding: 9px;
  padding-top: 5px;
}
main.home-ico .sidebar-ico-2 article a.image {
  display: block;
  width: 100%;
  background-position: center;
  background-size: 100%;
  height: 190px;
}
main.home-ico .sidebar-ico-2 article a.image img {
  display: none;
}
main.home-ico .sidebar-ico-2 article h2 {
  font-family: 'fira';
  font-weight: bold;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
main.home-ico .sidebar-ico-2 article h2 a {
  color: black;
  text-decoration: none;
}
main.home-ico .sidebar-ico-2 article h3 {
  font-family: 'fira medium';
  margin-left: 15px;
}
main.home-ico .sidebar-ico-2 article h3 a {
  color: #6D6E70;
  text-decoration: none;
}
main.home-ico .sidebar-ico-2 article h3:first-child {
  margin-top: 15px;
}
main.home-ico .sidebar-ico-2 article h3.fecha {
  font-family: 'fira light';
  font-size: 11px;
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
main.home-ico .sidebar-ico-2 article p {
  font-family: 'fira light';
  margin: 5px 15px;
}
main.home-ico .sidebar-ico-2 article p a {
  color: #6D6E70;
  text-decoration: none;
}
main.home-ico .sidebar-ico-2 article div.tags {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}
main.home-ico .sidebar-ico-2 article div.tags a {
  width: auto;
  height: 15px;
  display: block;
  text-align: center;
  font-family: 'fira';
  color: white;
  font-size: 11px;
  float: left;
  padding: 0 4px;
  text-transform: uppercase;
  background: #006B90;
  margin-left: 2px;
}
main.home-ico .sidebar-ico-2 article div.tags a:first-child {
  margin-left: 0;
}
main.home-ico .sidebar-ico-2 article div.tags a:first-child {
  margin-left: 0;
}
main.home-ico .sidebar-ico-2 article div.tags a.ico {
  background: #f79a2d;
}
main.home-ico .sidebar-ico-2 article div.tags a.idh {
  background: #652f8e;
}
main.home-ico .sidebar-ico-2 article div.tags a.ici {
  background: #528256;
}
main.home-ico .sidebar-ico-2 article div.tags a.idei {
  background: #bd2a2c;
}
main.home-ico .sidebar-ico-2 article div.institutos a {
  width: auto;
  height: 15px;
  display: block;
  text-align: center;
  font-family: 'fira';
  color: white;
  font-size: 11px;
  float: left;
  padding: 0 4px;
  text-transform: uppercase;
  background: #006B90;
  margin-left: 2px;
}
main.home-ico .sidebar-ico-2 article div.institutos a:first-child {
  margin-left: 0;
}
main.home-ico .sidebar-ico-2 article div.institutos a:first-child {
  margin-left: 0;
}
main.home-ico .sidebar-ico-2 article div.institutos a.ico {
  background: #f79a2d;
}
main.home-ico .sidebar-ico-2 article div.institutos a.idh {
  background: #652f8e;
}
main.home-ico .sidebar-ico-2 article div.institutos a.ici {
  background: #528256;
}
main.home-ico .sidebar-ico-2 article div.institutos a.idei {
  background: #bd2a2c;
}
main.home-ico .sidebar-ico-3 article {
  background: #F2F2F2;
}
@media (min-width: 1200px) {
  main.home-ico .sidebar-ico div.widget {
    float: left;
    min-height: 1px;
    margin-left: 15px;
    width: 273px;
    overflow: hidden;
  }
  main.home-ico .sidebar-ico div.widget:first-of-type {
    margin-left: 0;
  }
  main.home-ico .sidebar-ico.sidebar-ico-2 div.widget {
    width: 360px;
    margin-right: 15px;
  }
  main.home-ico .sidebar-ico.sidebar-ico-2 div.widget:last-of-type {
    margin-right: 0;
  }
  main.home-ico .sidebar-ico.sidebar-ico-2 article {
    width: 360px;
    height: 405px;
  }
}
.aside-all {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
  margin-top: 13px;
  float: left;
}
@media (min-width: 1200px) {
  .aside-all {
    float: left;
  }
}
.aside-all__link {
  font-family: 'fira';
  font-size: 13px;
  color: #666;
  font-weight: bold;
}
main.home-idei > article {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  left: 8.33333333%;
}
main.home-idei .sidebar-idei {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
}
main.home-idei .sidebar-idei > h2 {
  font-family: "humanst";
  font-weight: bold;
  color: #6D6E70;
  font-size: 25px;
}
main.home-idei .sidebar-idei-2 {
  background: #F2F2F2;
  padding: 0 15px;
}
main.home-idei .sidebar-idei-2 article {
  width: 100%;
  padding: 0;
  background: #fff;
  border-bottom: 5px solid #AE1722;
  position: relative;
}
main.home-idei .sidebar-idei-2 article a.estado {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  height: 25px;
  background: #AE1722;
  color: white;
  font-family: 'roboto bold';
  font-size: 12px;
  text-transform: uppercase;
  padding: 9px;
  padding-top: 5px;
}
main.home-idei .sidebar-idei-2 article a.image {
  display: block;
  width: 100%;
  background-position: center;
  background-size: 100%;
  height: 190px;
}
main.home-idei .sidebar-idei-2 article a.image img {
  display: none;
}
main.home-idei .sidebar-idei-2 article h2 {
  font-family: 'fira';
  font-weight: bold;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
main.home-idei .sidebar-idei-2 article h2 a {
  color: black;
  text-decoration: none;
}
main.home-idei .sidebar-idei-2 article h3 {
  font-family: 'fira medium';
  margin-left: 15px;
}
main.home-idei .sidebar-idei-2 article h3 a {
  color: #6D6E70;
  text-decoration: none;
}
main.home-idei .sidebar-idei-2 article h3:first-child {
  margin-top: 15px;
}
main.home-idei .sidebar-idei-2 article h3.fecha {
  font-family: 'fira light';
  font-size: 11px;
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
main.home-idei .sidebar-idei-2 article p {
  font-family: 'fira light';
  margin: 5px 15px;
}
main.home-idei .sidebar-idei-2 article p a {
  color: #6D6E70;
  text-decoration: none;
}
main.home-idei .sidebar-idei-2 article div.tags {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}
main.home-idei .sidebar-idei-2 article div.tags a {
  width: auto;
  height: 15px;
  display: block;
  text-align: center;
  font-family: 'fira';
  color: white;
  font-size: 11px;
  float: left;
  padding: 0 4px;
  text-transform: uppercase;
  background: #006B90;
  margin-left: 2px;
}
main.home-idei .sidebar-idei-2 article div.tags a:first-child {
  margin-left: 0;
}
main.home-idei .sidebar-idei-2 article div.tags a:first-child {
  margin-left: 0;
}
main.home-idei .sidebar-idei-2 article div.tags a.ico {
  background: #f79a2d;
}
main.home-idei .sidebar-idei-2 article div.tags a.idh {
  background: #652f8e;
}
main.home-idei .sidebar-idei-2 article div.tags a.ici {
  background: #528256;
}
main.home-idei .sidebar-idei-2 article div.tags a.idei {
  background: #bd2a2c;
}
main.home-idei .sidebar-idei-2 article div.institutos {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}
main.home-idei .sidebar-idei-2 article div.institutos a {
  width: auto;
  height: 15px;
  display: block;
  text-align: center;
  font-family: 'fira';
  color: white;
  font-size: 11px;
  float: left;
  padding: 0 4px;
  text-transform: uppercase;
  background: #006B90;
  margin-left: 2px;
}
main.home-idei .sidebar-idei-2 article div.institutos a:first-child {
  margin-left: 0;
}
main.home-idei .sidebar-idei-2 article div.institutos a:first-child {
  margin-left: 0;
}
main.home-idei .sidebar-idei-2 article div.institutos a.ico {
  background: #f79a2d;
}
main.home-idei .sidebar-idei-2 article div.institutos a.idh {
  background: #652f8e;
}
main.home-idei .sidebar-idei-2 article div.institutos a.ici {
  background: #528256;
}
main.home-idei .sidebar-idei-2 article div.institutos a.idei {
  background: #bd2a2c;
}
@media (min-width: 1200px) {
  main.home-idei .sidebar-idei div.widget {
    float: left;
    min-height: 1px;
    margin-left: 15px;
    width: 273px;
    overflow: hidden;
  }
  main.home-idei .sidebar-idei div.widget:first-of-type {
    margin-left: 0;
  }
  main.home-idei .sidebar-idei.sidebar-idei-2 div.widget {
    width: 360px;
    margin-right: 15px;
  }
  main.home-idei .sidebar-idei.sidebar-idei-2 div.widget:last-of-type {
    margin-right: 0;
  }
  main.home-idei .sidebar-idei.sidebar-idei-2 article {
    width: 360px;
    height: 405px;
  }
}
main.home-idh > article {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  left: 8.33333333%;
}
main.home-idh .sidebar-idh {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
}
main.home-idh .sidebar-idh > h2 {
  font-family: "humanst";
  font-weight: bold;
  color: #6D6E70;
  font-size: 25px;
}
main.home-idh .sidebar-idh-2 {
  background: #F2F2F2;
  padding: 0 15px;
}
main.home-idh .sidebar-idh-2 article {
  width: 100%;
  padding: 0;
  background: #fff;
  border-bottom: 5px solid #652f8e;
  position: relative;
}
main.home-idh .sidebar-idh-2 article a.estado {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  height: 25px;
  background: #652f8e;
  color: white;
  font-family: 'roboto bold';
  font-size: 12px;
  text-transform: uppercase;
  padding: 9px;
  padding-top: 5px;
}
main.home-idh .sidebar-idh-2 article a.image {
  display: block;
  width: 100%;
  background-position: center;
  background-size: 100%;
  height: 190px;
}
main.home-idh .sidebar-idh-2 article a.image img {
  display: none;
}
main.home-idh .sidebar-idh-2 article h2 {
  font-family: 'fira';
  font-weight: bold;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
main.home-idh .sidebar-idh-2 article h2 a {
  color: black;
  text-decoration: none;
}
main.home-idh .sidebar-idh-2 article h3 {
  font-family: 'fira medium';
  margin-left: 15px;
}
main.home-idh .sidebar-idh-2 article h3 a {
  color: #6D6E70;
  text-decoration: none;
}
main.home-idh .sidebar-idh-2 article h3:first-child {
  margin-top: 15px;
}
main.home-idh .sidebar-idh-2 article h3.fecha {
  font-family: 'fira light';
  font-size: 11px;
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
main.home-idh .sidebar-idh-2 article p {
  font-family: 'fira light';
  margin: 5px 15px;
}
main.home-idh .sidebar-idh-2 article p a {
  color: #6D6E70;
  text-decoration: none;
}
main.home-idh .sidebar-idh-2 article div.tags {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}
main.home-idh .sidebar-idh-2 article div.tags a {
  width: auto;
  height: 15px;
  display: block;
  text-align: center;
  font-family: 'fira';
  color: white;
  font-size: 11px;
  float: left;
  padding: 0 4px;
  text-transform: uppercase;
  background: #006B90;
  margin-left: 2px;
}
main.home-idh .sidebar-idh-2 article div.tags a:first-child {
  margin-left: 0;
}
main.home-idh .sidebar-idh-2 article div.tags a:first-child {
  margin-left: 0;
}
main.home-idh .sidebar-idh-2 article div.tags a.ico {
  background: #f79a2d;
}
main.home-idh .sidebar-idh-2 article div.tags a.idh {
  background: #652f8e;
}
main.home-idh .sidebar-idh-2 article div.tags a.ici {
  background: #528256;
}
main.home-idh .sidebar-idh-2 article div.tags a.idei {
  background: #bd2a2c;
}
main.home-idh .sidebar-idh-2 article div.institutos {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}
main.home-idh .sidebar-idh-2 article div.institutos a {
  width: auto;
  height: 15px;
  display: block;
  text-align: center;
  font-family: 'fira';
  color: white;
  font-size: 11px;
  float: left;
  padding: 0 4px;
  text-transform: uppercase;
  background: #006B90;
  margin-left: 2px;
}
main.home-idh .sidebar-idh-2 article div.institutos a:first-child {
  margin-left: 0;
}
main.home-idh .sidebar-idh-2 article div.institutos a:first-child {
  margin-left: 0;
}
main.home-idh .sidebar-idh-2 article div.institutos a.ico {
  background: #f79a2d;
}
main.home-idh .sidebar-idh-2 article div.institutos a.idh {
  background: #652f8e;
}
main.home-idh .sidebar-idh-2 article div.institutos a.ici {
  background: #528256;
}
main.home-idh .sidebar-idh-2 article div.institutos a.idei {
  background: #bd2a2c;
}
@media (min-width: 1200px) {
  main.home-idh .sidebar-idh div.widget {
    float: left;
    min-height: 1px;
    margin-left: 15px;
    width: 273px;
    overflow: hidden;
  }
  main.home-idh .sidebar-idh div.widget:first-of-type {
    margin-left: 0;
  }
  main.home-idh .sidebar-idh.sidebar-idh-2 div.widget {
    width: 360px;
    margin-right: 15px;
  }
  main.home-idh .sidebar-idh.sidebar-idh-2 div.widget:last-of-type {
    margin-right: 0;
  }
  main.home-idh .sidebar-idh.sidebar-idh-2 article {
    width: 360px;
    height: 405px;
  }
}
main.home-vinculacion-tecnologica > article {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  left: 8.33333333%;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica > h2 {
  font-family: "humanst";
  font-weight: bold;
  color: #6D6E70;
  font-size: 25px;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 {
  background: #F2F2F2;
  padding: 0 15px;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article {
  width: 100%;
  padding: 0;
  background: #fff;
  border-bottom: 5px solid #FF891F;
  position: relative;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article a.estado {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  height: 25px;
  background: #FF891F;
  color: white;
  font-family: 'roboto bold';
  font-size: 12px;
  text-transform: uppercase;
  padding: 9px;
  padding-top: 5px;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article a.image {
  display: block;
  width: 100%;
  background-position: center;
  background-size: 100%;
  height: 190px;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article a.image img {
  display: none;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article h2 {
  font-family: 'fira';
  font-weight: bold;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article h2 a {
  color: black;
  text-decoration: none;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article h3 {
  font-family: 'fira medium';
  margin-left: 15px;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article h3 a {
  color: #6D6E70;
  text-decoration: none;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article h3:first-child {
  margin-top: 15px;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article h3.fecha {
  font-family: 'fira light';
  font-size: 11px;
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article p {
  font-family: 'fira light';
  margin: 5px 15px;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article p a {
  color: #6D6E70;
  text-decoration: none;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article div.tags {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article div.tags a {
  width: auto;
  height: 15px;
  display: block;
  text-align: center;
  font-family: 'fira';
  color: white;
  font-size: 11px;
  float: left;
  padding: 0 4px;
  text-transform: uppercase;
  background: #006B90;
  margin-left: 2px;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article div.tags a:first-child {
  margin-left: 0;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article div.tags a:first-child {
  margin-left: 0;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article div.tags a.ico {
  background: #f79a2d;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article div.tags a.idh {
  background: #652f8e;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article div.tags a.ici {
  background: #528256;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article div.tags a.idei {
  background: #bd2a2c;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article div.institutos a {
  width: auto;
  height: 15px;
  display: block;
  text-align: center;
  font-family: 'fira';
  color: white;
  font-size: 11px;
  float: left;
  padding: 0 4px;
  text-transform: uppercase;
  background: #006B90;
  margin-left: 2px;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article div.institutos a:first-child {
  margin-left: 0;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article div.institutos a:first-child {
  margin-left: 0;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article div.institutos a.ico {
  background: #f79a2d;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article div.institutos a.idh {
  background: #652f8e;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article div.institutos a.ici {
  background: #528256;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-2 article div.institutos a.idei {
  background: #bd2a2c;
}
main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica-3 article {
  background: #F2F2F2;
}
@media (min-width: 1200px) {
  main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica div.widget {
    float: left;
    min-height: 1px;
    margin-left: 15px;
    width: 273px;
    overflow: hidden;
  }
  main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica div.widget:first-of-type {
    margin-left: 0;
  }
  main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica.sidebar-vinculacion-tecnologica-2 div.widget {
    width: 360px;
    margin-right: 15px;
  }
  main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica.sidebar-vinculacion-tecnologica-2 div.widget:last-of-type {
    margin-right: 0;
  }
  main.home-vinculacion-tecnologica .sidebar-vinculacion-tecnologica.sidebar-vinculacion-tecnologica-2 article {
    width: 360px;
    height: 405px;
  }
}
.home-destacado {
  position: relative;
}
@media (min-width: 1200px) {
  .home-destacado:after {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
  }
}
main.home .slider-home {
  display: none;
}
.slider-home {
  width: 100%;
  float: left;
  height: 144px;
  overflow: hidden;
  position: relative;
}
.slider-home .nums {
  height: 60px;
  width: 100%;
  float: left;
  display: none;
}
.slider-home .nums h1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "fira semibold";
  font-size: 15px;
  color: #666666;
  float: left;
}
@media (min-width: 768px) {
  .slider-home .nums h1 {
    float: left;
    width: 100%;
  }
}
.slider-home .nums h1:first-letter {
  border-bottom: 4px solid #666666;
}
.slider-home .nums .button-number {
  display: none;
}
.slider-home .arrow {
  width: 23px;
  height: 37px;
  background-image: url('../images/slider/arrow.svg');
  position: absolute;
  top: 50px;
  z-index: 999;
}
.slider-home .arrow.left-arrow {
  left: 0;
}
.slider-home .arrow.right-arrow {
  right: 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.slider-home ul.portfolio {
  float: left;
  width: 100%;
  height: 135px;
  list-style: none;
  padding: 0;
}
.slider-home ul.portfolio li {
  width: 100%;
  min-height: 100%;
  background-position: center;
  background-size: cover;
  display: none;
}
.slider-home ul.portfolio li:first-child {
  display: block;
}
.slider-home ul.portfolio li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slider-home ul.portfolio li .titleNoticia {
  height: 21.5px;
  background: #E5E5E5;
  font-family: "fira medium";
  font-size: 15px;
  color: black;
  float: left;
  padding: 0 10px;
  clear: both;
  margin-top: 80px;
  margin-left: 35px;
}
.slider-home ul.portfolio li .description {
  min-height: 18px;
  float: left;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: "fira";
  font-size: 11px;
  color: white;
  clear: both;
  margin-top: 5px;
  margin-left: 35px;
  margin-right: 35px;
}
.slider-home .arrow {
  display: none;
}
.slider-home ul.portfolio li .titleNoticia {
  height: auto;
  top: auto;
  margin: 0;
  padding: 1%;
  bottom: 15px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  width: 90%;
  left: 5%;
  line-height: 1;
}
.slider-home ul.portfolio li .description {
  display: none;
}
.slider-home .buttons {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 15px;
  text-align: right;
  z-index: 100;
  padding-right: 20px;
}
.slider-home .buttons a {
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin-right: 5px;
  background-size: 100%;
  background-image: url('../images/slider/number.svg');
}
.slider-home .buttons a.current span {
  display: block;
  width: 100%;
  height: 100%;
  background: #006B90;
  opacity: 0.5;
  border-radius: 50%;
}
main.home div.social {
  float: left;
  width: 100%;
  background: #ccc;
  margin-bottom: 15px;
}
main.home div.social .nav-tabs,
main.home div.social .navs {
  border-bottom: 0;
}
main.home div.social .nav-tabs li,
main.home div.social .navs li {
  height: 30px;
  background-position: center;
  background-size: auto 17px;
  background-repeat: no-repeat;
}
main.home div.social .nav-tabs li a,
main.home div.social .navs li a {
  display: block;
  width: 100%;
  border-right: 2px solid white;
  margin-top: 3px;
}
main.home div.social .nav-tabs li a:hover,
main.home div.social .navs li a:hover {
  background-color: transparent;
  border: 0;
  border-right: 2px solid white;
}
main.home div.social .nav-tabs li.facebook,
main.home div.social .navs li.facebook {
  background-image: url('../images/home/facebook.svg');
}
main.home div.social .nav-tabs li.facebook:hover,
main.home div.social .navs li.facebook:hover {
  background-image: url('../images/home/facebook--hover.svg');
}
main.home div.social .nav-tabs li.twitter,
main.home div.social .navs li.twitter {
  background-image: url('../images/home/twitter.svg');
}
main.home div.social .nav-tabs li.twitter:hover,
main.home div.social .navs li.twitter:hover {
  background-image: url('../images/home/twitter--hover.svg');
}
main.home div.social .nav-tabs li.instagram,
main.home div.social .navs li.instagram {
  background-image: url('../images/home/instagram.svg');
}
main.home div.social .nav-tabs li.instagram:hover,
main.home div.social .navs li.instagram:hover {
  background-image: url('../images/home/instagram--hover.svg');
}
main.home div.social .nav-tabs li.whatsapp,
main.home div.social .navs li.whatsapp {
  background-image: url('../images/home/youtube.svg');
}
main.home div.social .nav-tabs li.whatsapp a,
main.home div.social .navs li.whatsapp a {
  border: 0;
}
main.home div.social .nav-tabs li.whatsapp:hover,
main.home div.social .navs li.whatsapp:hover {
  background-image: url('../images/home/youtube--hover.svg');
}
main.home div.social .nav-tabs li.search,
main.home div.social .navs li.search {
  background-color: white;
}
main.home div.social .nav-tabs li.search form,
main.home div.social .navs li.search form {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  float: left;
}
main.home div.social .nav-tabs li.search form input,
main.home div.social .navs li.search form input {
  border: 0;
  height: 100%;
  width: 80%;
  float: left;
}
main.home div.social .nav-tabs li.search form button,
main.home div.social .navs li.search form button {
  width: 20%;
  height: 100%;
  background-image: url('../images/home/search.svg');
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  padding: 0;
  margin: 0;
}
main.home div.social .nav-tabs li.active a,
main.home div.social .navs li.active a {
  background-color: transparent;
  border: 0;
  cursor: default;
  border-right: 2px solid white;
}
main.home div.social .navs {
  list-style: none;
  margin: 0;
  padding: 0;
}
main.home div.social .navs li {
  float: left;
  width: 20%;
}
main.home div.social .navs li a {
  display: block;
  height: 100%;
  width: 100%;
  margin-top: 0;
}
main.home div.social .tab-content .tab-pane {
  padding: 15px;
}
main.home section {
  width: 100%;
  float: left;
}
main.home section aside {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}
main.home section aside a {
  font-family: 'fira';
  font-size: 13px;
  color: #666;
  font-weight: bold;
}
main.home section div.widget {
  height: auto;
  width: 100%;
  margin-bottom: 15px;
}
main.home section div.widget article a.image {
  background-size: 100% auto;
  background-position: center;
  display: inline-block;
}
main.home section div.widget article a.image img {
  display: none;
}
main.home section.destacado div.widget article a.image {
  width: 50%;
  height: 132px;
  float: left;
}
main.home section.destacado div.widget article p {
  font-family: 'fira light';
  font-size: 13px;
}
main.home section.destacado div.widget article p a {
  color: black;
}
main.home section.destacado div.widget div.tags {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 7px;
}
main.home section.destacado div.widget div.tags a {
  width: auto;
  height: 15px;
  display: block;
  text-align: center;
  font-family: 'fira';
  color: white;
  font-size: 12px;
  float: left;
  padding: 0 4px;
  text-transform: uppercase;
  background: #006B90;
  margin-left: 2px;
}
main.home section.destacado div.widget div.tags a:first-child {
  margin-left: 0;
}
main.home section.destacado div.widget div.tags a:first-child {
  margin-left: 0;
}
main.home section.destacado > div.social {
  display: none;
}
main.home section.destacado div.widget:first-child article a.image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0;
  z-index: 1;
}
main.home section.destacado div.widget:first-child article p {
  position: absolute;
  z-index: 2;
  display: none;
}
main.home section.destacado div.widget:first-child article p a {
  color: white;
}
main.home section.actividades > h2,
main.home section.convocatorias > h2 {
  font-family: 'fira medium';
  font-size: 16px;
  color: #6d6e70;
  text-transform: uppercase;
  margin-top: 0;
}
main.home section.actividades div.widget article {
  background: white;
}
main.home section.actividades div.widget article div.sixty {
  float: left;
  width: 60%;
  height: 111px;
}
main.home section.actividades div.widget article h3.fecha {
  width: 20%;
  height: 100%;
  background-color: #666666;
  float: left;
  margin-bottom: 0;
  clear: none;
}
main.home section.actividades div.widget article h3.fecha a {
  color: white;
  font-family: "fira medium";
  font-size: 10px;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 31px;
}
main.home section.actividades div.widget article h3.fecha a span {
  font-size: 15px;
  width: 100%;
  display: inline-block;
}
main.home section.actividades div.widget article h2 {
  width: 80%;
  float: left;
  clear: none;
  padding-left: 2%;
  margin-top: 17px;
}
main.home section.actividades div.widget article h2 a {
  color: #006b90;
}
main.home section.actividades div.widget article h3.fecha-texto,
main.home section.actividades div.widget article h3.lugar {
  width: 80%;
  float: left;
  clear: none;
  padding-left: 2%;
  margin-bottom: 5px;
}
main.home section.actividades div.widget article h3.fecha-texto a,
main.home section.actividades div.widget article h3.lugar a {
  color: #6d6e70;
}
main.home section.actividades div.widget article a.image {
  width: 40%;
  height: 111px;
  float: left;
}
main.home section.actividades div.widget article div.ciclo {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #B3B3B3;
  width: 60%;
  padding: 0 2%;
  font-variant: small-caps;
  font-family: 'fira';
}
main.home section.actividades div.widget article div.ciclo a {
  color: white;
}
main.home section.actividades div.widget article > div.tags {
  position: absolute;
  margin-left: 60%;
  height: 100%;
}
main.home section.actividades div.widget article > div.tags > div.tags a {
  width: auto;
  height: 15px;
  display: block;
  text-align: center;
  font-family: 'fira';
  color: white;
  font-size: 12px;
  float: left;
  padding: 0 4px;
  text-transform: uppercase;
  background: #006B90;
  margin-left: 2px;
}
main.home section.actividades div.widget article > div.tags > div.tags a:first-child {
  margin-left: 0;
}
main.home section.actividades div.widget article > div.tags > div.institutos {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
main.home section.actividades div.widget article > div.tags > div.institutos a.instituto {
  width: 35px;
  height: 15px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-family: 'fira';
  font-size: 11px;
  float: left;
}
main.home section.actividades div.widget article > div.tags > div.institutos a.instituto.ico {
  background: #f79a2d;
}
main.home section.actividades div.widget article > div.tags > div.institutos a.instituto.idh {
  background: #652f8e;
}
main.home section.actividades div.widget article > div.tags > div.institutos a.instituto.ici {
  background: #528256;
}
main.home section.actividades div.widget article > div.tags > div.institutos a.instituto.idei {
  background: #bd2a2c;
}
main.home section.otros {
  margin-top: 20px;
}
main.home section.otros article.evento {
  height: 350px;
  border-bottom: 2px solid #A8C634;
}
main.home section.otros article.evento a.image {
  height: 195px;
  width: 100%;
  display: block;
  float: left;
}
main.home section.otros article.evento h2,
main.home section.otros article.evento h3,
main.home section.otros article.evento p {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
main.home section.otros article.evento h2 {
  font-family: 'fira';
  font-weight: bold;
  font-size: 15px;
  margin-top: 20px;
}
main.home section.otros article.evento h2 a {
  color: black;
}
main.home section.otros article.evento h3,
main.home section.otros article.evento p {
  font-size: 11px;
}
main.home section.otros article.evento h3 a,
main.home section.otros article.evento p a {
  color: #6D6D6F;
}
main.home section.otros article.evento h3 {
  font-family: 'fira medium';
}
main.home section.otros article.evento p {
  font-family: 'fira light';
}
main.home section.otros div.tags {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 7px;
}
main.home section.otros div.tags a {
  width: auto;
  height: 15px;
  display: block;
  text-align: center;
  font-family: 'fira';
  color: white;
  font-size: 12px;
  float: left;
  padding: 0 4px;
  text-transform: uppercase;
  background: #006B90;
  margin-left: 2px;
}
main.home section.otros div.tags a:first-child {
  margin-left: 0;
}
main.home section.otros div.tags a:first-child {
  margin-left: 0;
}
main.home section.otros div.institutos {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  bottom: 10px;
}
main.home section.otros div.institutos a.instituto {
  width: 35px;
  height: 15px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-family: 'fira';
  font-size: 11px;
  float: left;
}
main.home section.otros div.institutos a.instituto.ico {
  background: #f79a2d;
}
main.home section.otros div.institutos a.instituto.idh {
  background: #652f8e;
}
main.home section.otros div.institutos a.instituto.ici {
  background: #528256;
}
main.home section.otros div.institutos a.instituto.idei {
  background: #bd2a2c;
}
main.home div.divider {
  background: #EEEEEE;
  margin-top: 20px;
  float: left;
  width: 100%;
  padding: 15px;
}
@media (min-width: 1200px) {
  .slider-home {
    display: none;
  }
  main.home > div.social {
    display: none;
  }
  main.home .slider-home {
    display: block;
    height: 269px;
  }
  main.home .slider-home ul.portfolio li .titleNoticia {
    margin-top: 175px;
    position: static;
    height: 21.5px;
    background: #E5E5E5;
    font-family: "fira medium";
    font-size: 15px;
    color: black;
    float: left;
    padding: 0 10px;
    clear: both;
    margin-left: 35px;
    line-height: initial;
    width: auto;
  }
  main.home .slider-home ul.portfolio li .description {
    display: block;
  }
  main.home section {
    padding: 0 15px;
  }
  main.home section.destacado {
    position: relative;
    margin-top: 20px;
  }
  main.home section.destacado div.widget {
    width: 262px;
    height: 148px;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  main.home section.destacado div.widget article {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  main.home section.destacado div.widget article a.image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  main.home section.destacado div.widget article p {
    display: none;
  }
  main.home section.destacado div.widget:first-child {
    height: 311px;
    width: 554px;
    margin-left: 0;
  }
  main.home section.destacado div.widget:first-child article {
    width: 100%;
    height: 100%;
  }
  main.home section.destacado div.social {
    width: 264px;
    height: 310px;
    position: absolute;
    right: 15px;
    display: block;
  }
  main.home section.destacado div.social .nav-tabs li {
    width: 25%;
  }
  main.home section.destacado div.social .tab-content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  main.home section.destacado div.social .tab-pane {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  main.home section.novedades div.widget {
    width: 262px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  main.home section.novedades div.widget article {
    padding: 15px;
  }
  main.home section.novedades div.widget:first-child {
    margin-left: 0;
  }
  main.home section.novedades div.widget:last-of-type {
    margin-right: 0;
  }
  main.home section.actividades {
    padding: 0;
  }
  main.home section.actividades div.widget {
    width: 262px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  main.home section.actividades div.widget article {
    padding: 0;
  }
  main.home section.actividades div.widget article div.sixty {
    width: 100%;
    position: relative;
  }
  main.home section.actividades div.widget article div.sixty .ciclo {
    width: 100%;
  }
  main.home section.actividades div.widget article a.image {
    width: 100%;
  }
  main.home section.actividades div.widget article > div.tags {
    margin-left: 0;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 20px;
  }
  main.home section.actividades div.widget:first-of-type {
    margin-left: 0;
  }
  main.home section.actividades div.widget:last-of-type {
    margin-right: 0;
  }
  main.home section.actividades aside {
    float: left;
    width: 100%;
  }
  main.home section.convocatorias {
    padding: 0;
  }
  main.home section.convocatorias div.widget {
    width: 262px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  main.home section.convocatorias div.widget:first-of-type,
  main.home section.convocatorias div.widget:nth-of-type(5n) {
    margin-left: 0;
  }
  main.home section.convocatorias div.widget:nth-of-type(4n) {
    margin-right: 0;
  }
  main.home section.convocatorias div.widget article {
    height: 207px;
    padding: 0;
    float: left;
    overflow: hidden;
    width: 100%;
    background: white;
    outline: 1px solid lightgrey;
    padding-bottom: 15px;
    position: relative;
  }
  main.home section.convocatorias aside {
    float: left;
    width: 100%;
  }
  main.home section.otros div.widget {
    float: left;
    width: 640px;
  }
  main.home section.otros div.widget:first-of-type {
    width: 468px;
    margin-right: 30px;
  }
  main.home section.otros div.widget:first-of-type article {
    height: 460px;
    background: #ECECEE;
    margin-top: 0;
  }
  main.home section.otros div.widget:first-of-type article a.image {
    height: 263px;
  }
  main.home section.otros div.widget .img-gallery {
    height: 460px;
    margin-top: 0;
  }
  main.home section.otros div.widget .img-gallery h5 {
    font-size: 26px;
  }
  main.home section.otros div.widget .img-gallery a.img-0 {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
  }
  main.home section.otros div.widget .img-gallery .overlay {
    width: 100px;
    height: 40px;
  }
}
#whatsapp > div > iframe,
#whatsapp-2 > div > iframe {
  height: 60px !important;
}
#instagram > iframe {
  height: 380px !important;
}
#instagram-2 > iframe {
  height: 250px !important;
}
#instagram > a,
#instagram-2 > a {
  color: white !important;
  display: none;
}
.fb_iframe_widget iframe {
  width: 100% !important;
}
.fb_iframe_widget_fluid span {
  width: 100% !important;
}
.l-radio-main {
  float: left;
}
.l-radio-main .nov {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .l-radio-main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-radio-main .l-radio-main__destacados .widget {
    padding: 15px;
    padding-right: 0;
  }
  .l-radio-main .l-radio-main__destacados .widget article {
    margin: 0;
  }
  .l-radio-main .l-radio-main__destacados .widget:first-of-type {
    width: 66%;
    height: 311px;
    padding-left: 0;
    padding-right: 15px;
  }
  .l-radio-main .l-radio-main__destacados .widget:last-of-type {
    padding-top: 0;
  }
  .l-radio-main .widget:first-of-type .nov,
  .l-radio-main .widget:nth-of-type(4n) .nov {
    margin-left: 0;
  }
  .l-radio-main .widget:first-of-type .evento,
  .l-radio-main .widget:nth-of-type(4n) .evento {
    margin-left: 0;
  }
  .l-radio-main .widget:nth-of-type(3n) .nov {
    margin-right: 0 !important;
  }
  .l-radio-main .widget:nth-of-type(3n) .evento {
    margin-right: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .l-radio-main {
    float: left;
    width: 75%;
  }
}
.l-sidebar-radio {
  padding: 0;
  background: #E4E4E4;
  clear: both;
  float: left;
  width: 100%;
}
@media (min-width: 1200px) {
  .l-sidebar-radio {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    background: transparent;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .l-sidebar-radio {
    float: left;
    width: 25%;
  }
}
.l-sidebar-radio .envivo {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  main.radio #navbar-cat,
  main.fmlauni #navbar-cat {
    width: 75%;
  }
}
header.ici {
  background: #417144;
}
header.ici #navbar-cel button.navbar-toggle span.glyphicon {
  color: #417144;
}
header.ici #navbar-cel button.navbar-toggle span.icon-bar {
  background: #417144;
}
main.ici #navbar-cat {
  background: #417144;
}
main.ici #navbar-cat a {
  color: #fff;
}
main.ici #navbar-cat .current-menu-item a,
main.ici #navbar-cat a:hover {
  color: #ABC937;
  text-decoration: none;
}
@media (min-width: 768px) {
  .breadcrumb-parent .breadcrumb > li:last-child a {
    color: #417144;
  }
}
@media (min-width: 1200px) {
  header.ici #navbar-top,
  header.ici #navbar-sec {
    background: #417144;
  }
  header.ici #navbar-top ul.navbar-nav .open > a,
  header.ici #navbar-top ul.navbar-nav .open > a:focus,
  header.ici #navbar-top ul.navbar-nav .open > a:hover {
    background-color: #417144;
    border-bottom: 3px solid #87b38b;
  }
  header.ici #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu a:active,
  header.ici #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu a:hover {
    color: #417144;
  }
  header.ici #navbar-top form button {
    background-color: #2e5131;
  }
  #navbar-sec.ici .navbar-nav > li > a:hover,
  #navbar-sec.ici .navbar-nav > .current-menu-item > a,
  #navbar-sec.ici .current-menu-ancestor > a,
  #navbar-sec.ici .navbar-nav > .open > a,
  #navbar-sec.ici .navbar-nav > .open > a:hover,
  #navbar-sec.ici .navbar-nav > .open > a:active,
  #navbar-sec.ici .navbar-nav > .open > a:focus {
    border-bottom: 3px solid #417144;
  }
  #navbar-sec.ici .dropdown-menu .open > a,
  #navbar-sec.ici .dropdown-menu .open > a:focus,
  #navbar-sec.ici .dropdown-menu .open > a:hover {
    background-color: #417144;
    border-bottom: 3px solid #87b38b;
  }
}
header.ici #navbar-cel #cel-menu li li ul {
  border-left: 1px solid #417144;
}
header.ici #navbar-cel #cel-menu li li ul li a {
  color: #417144;
}
header.ici #navbar-cel #cel-menu > :first-child {
  background: #528256;
}
header.ici #navbar-cel #cel-menu > :first-child > a {
  background: #528256;
}
header.ici #navbar-cel #cel-menu > :first-child li > a {
  color: #417144;
}
main.ici #side-menu .current-menu-ancestor > a,
main.ici #side-menu .current-menu-item > a {
  color: #808082;
}
main.ici #side-menu > li > a {
  color: #417144;
  border-bottom-color: #417144;
}
main.ici #side-menu > li > a:hover {
  background: rgba(65, 113, 68, 0.19);
}
main.ici #side-menu > li > a:hover span {
  color: #417144;
}
main.ici #side-menu > li > ul > li a {
  color: #417144;
  border-bottom-color: #417144;
}
main.ici #side-menu > li > ul > li a:hover {
  background: rgba(65, 113, 68, 0.19);
}
main.ici #side-menu > li > ul > li a:hover span {
  color: #417144;
}
main.ici #side-menu > li > ul ul > li a {
  color: #417144;
  border-bottom-color: rgba(65, 113, 68, 0.6);
}
main.ici article a.blue {
  color: #417144;
}
main.ici .box {
  border-bottom: 3px #417144 solid;
}
main.ici .img-gallery div.overlay {
  background-color: #417144;
}
@media (min-width: 1200px) {
  main.ici .form-box h5 {
    background: #417144;
  }
}
footer.ici {
  background: #417144;
}
footer.ici p.info {
  display: none;
}
footer.ici p.info.info--ici {
  display: block;
}
header.idh {
  background: #652f8e;
}
header.idh #navbar-cel button.navbar-toggle span.glyphicon {
  color: #51197E;
}
header.idh #navbar-cel button.navbar-toggle span.icon-bar {
  background: #51197E;
}
main.idh #navbar-cat {
  background: #652f8e;
}
main.idh #navbar-cat a {
  color: #fff;
}
main.idh #navbar-cat .current-menu-item a,
main.idh #navbar-cat a:hover {
  color: #AC91C1;
  text-decoration: none;
}
@media (min-width: 768px) {
  .breadcrumb-parent .breadcrumb > li:last-child a {
    color: #51197E;
  }
}
@media (min-width: 1200px) {
  header.idh #navbar-top,
  header.idh #navbar-sec {
    background: #652f8e;
  }
  header.idh #navbar-top ul.navbar-nav .open > a,
  header.idh #navbar-top ul.navbar-nav .open > a:focus,
  header.idh #navbar-top ul.navbar-nav .open > a:hover {
    background-color: #51197E;
    border-bottom: 3px solid #995ac9;
  }
  header.idh #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu a:active,
  header.idh #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu a:hover {
    color: #51197E;
  }
  header.idh #navbar-top form button {
    background-color: #361153;
  }
  #navbar-sec.idh .navbar-nav > li > a:hover,
  #navbar-sec.idh .navbar-nav > .current-menu-item > a,
  #navbar-sec.idh .current-menu-ancestor > a,
  #navbar-sec.idh .navbar-nav > .open > a,
  #navbar-sec.idh .navbar-nav > .open > a:hover,
  #navbar-sec.idh .navbar-nav > .open > a:active,
  #navbar-sec.idh .navbar-nav > .open > a:focus {
    border-bottom: 3px solid #51197E;
  }
  #navbar-sec.idh .dropdown-menu .open > a,
  #navbar-sec.idh .dropdown-menu .open > a:focus,
  #navbar-sec.idh .dropdown-menu .open > a:hover {
    background-color: #51197E;
    border-bottom: 3px solid #995ac9;
  }
}
header.idh #navbar-cel #cel-menu li li ul {
  border-left: 1px solid #51197E;
}
header.idh #navbar-cel #cel-menu li li ul li a {
  color: #51197E;
}
header.idh #navbar-cel #cel-menu > :first-child {
  background: #652f8e;
}
header.idh #navbar-cel #cel-menu > :first-child > a {
  background: #652f8e;
}
header.idh #navbar-cel #cel-menu > :first-child li > a {
  color: #51197E;
}
main.idh #side-menu .current-menu-ancestor > a,
main.idh #side-menu .current-menu-item > a {
  color: #808082;
}
main.idh #side-menu > li > a {
  color: #51197E;
  border-bottom-color: #51197E;
}
main.idh #side-menu > li > a:hover {
  background: rgba(81, 25, 126, 0.19);
}
main.idh #side-menu > li > a:hover span {
  color: #51197E;
}
main.idh #side-menu > li > ul > li a {
  color: #51197E;
  border-bottom-color: #51197E;
}
main.idh #side-menu > li > ul > li a:hover {
  background: rgba(81, 25, 126, 0.19);
}
main.idh #side-menu > li > ul > li a:hover span {
  color: #51197E;
}
main.idh #side-menu > li > ul ul > li a {
  color: #51197E;
  border-bottom-color: rgba(81, 25, 126, 0.6);
}
main.idh article a.blue {
  color: #51197E;
}
main.idh .box {
  border-bottom: 3px #51197E solid;
}
main.idh .img-gallery div.overlay {
  background-color: #51197E;
}
@media (min-width: 1200px) {
  main.idh .form-box h5 {
    background: #51197E;
  }
}
footer.idh {
  background: #652f8e;
}
footer.idh p.info {
  display: none;
}
footer.idh p.info.info--idh {
  display: block;
}
header.ico {
  background: #FF891F;
}
header.ico #navbar-cel button.navbar-toggle span.glyphicon {
  color: #FF891F;
}
header.ico #navbar-cel button.navbar-toggle span.icon-bar {
  background: #FF891F;
}
main.ico #navbar-cat {
  background: #FF891F;
}
main.ico #navbar-cat a {
  color: #fff;
}
main.ico #navbar-cat .current-menu-item a,
main.ico #navbar-cat a:hover {
  color: #EB4E1B;
  text-decoration: none;
}
@media (min-width: 768px) {
  .breadcrumb-parent .breadcrumb > li:last-child a {
    color: #FF891F;
  }
}
@media (min-width: 1200px) {
  header.ico #navbar-top,
  header.ico #navbar-sec {
    background: #FF891F;
  }
  header.ico #navbar-top ul.navbar-nav .open > a,
  header.ico #navbar-top ul.navbar-nav .open > a:focus,
  header.ico #navbar-top ul.navbar-nav .open > a:hover {
    background-color: #FF891F;
    border-bottom: 3px solid #fbc98f;
  }
  header.ico #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu a:active,
  header.ico #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu a:hover {
    color: #FF891F;
  }
  header.ico #navbar-top form button {
    background-color: #eb6f00;
  }
  #navbar-sec.ico .navbar-nav > li > a:hover,
  #navbar-sec.ico .navbar-nav > .current-menu-item > a,
  #navbar-sec.ico .current-menu-ancestor > a,
  #navbar-sec.ico .navbar-nav > .open > a,
  #navbar-sec.ico .navbar-nav > .open > a:hover,
  #navbar-sec.ico .navbar-nav > .open > a:active,
  #navbar-sec.ico .navbar-nav > .open > a:focus {
    border-bottom: 3px solid #FF891F;
  }
  #navbar-sec.ico .dropdown-menu .open > a,
  #navbar-sec.ico .dropdown-menu .open > a:focus,
  #navbar-sec.ico .dropdown-menu .open > a:hover {
    background-color: #FF891F;
    border-bottom: 3px solid #fbc98f;
  }
}
header.ico #navbar-cel #cel-menu li li ul {
  border-left: 1px solid #FF891F;
}
header.ico #navbar-cel #cel-menu li li ul li a {
  color: #FF891F;
}
header.ico #navbar-cel #cel-menu > :first-child {
  background: #f79a2d;
}
header.ico #navbar-cel #cel-menu > :first-child > a {
  background: #f79a2d;
}
header.ico #navbar-cel #cel-menu > :first-child li > a {
  color: #FF891F;
}
main.ico #side-menu .current-menu-ancestor > a,
main.ico #side-menu .current-menu-item > a {
  color: #808082;
}
main.ico #side-menu > li > a {
  color: #FF891F;
  border-bottom-color: #FF891F;
}
main.ico #side-menu > li > a:hover {
  background: rgba(255, 137, 31, 0.19);
}
main.ico #side-menu > li > a:hover span {
  color: #FF891F;
}
main.ico #side-menu > li > ul > li a {
  color: #FF891F;
  border-bottom-color: #FF891F;
}
main.ico #side-menu > li > ul > li a:hover {
  background: rgba(255, 137, 31, 0.19);
}
main.ico #side-menu > li > ul > li a:hover span {
  color: #FF891F;
}
main.ico #side-menu > li > ul ul > li a {
  color: #FF891F;
  border-bottom-color: rgba(255, 137, 31, 0.6);
}
main.ico article a.blue {
  color: #FF891F;
}
main.ico .box {
  border-bottom: 3px #FF891F solid;
}
main.ico .img-gallery div.overlay {
  background-color: #FF891F;
}
@media (min-width: 1200px) {
  main.ico .form-box h5 {
    background: #FF891F;
  }
}
footer.ico {
  background: #FF891F;
}
footer.ico p.info {
  display: none;
}
footer.ico p.info.info--ico {
  display: block;
}
header.idei {
  background: #AE1722;
}
header.idei #navbar-cel button.navbar-toggle span.glyphicon {
  color: #AE1722;
}
header.idei #navbar-cel button.navbar-toggle span.icon-bar {
  background: #AE1722;
}
main.idei #navbar-cat {
  background: #AE1722;
}
main.idei #navbar-cat a {
  color: #fff;
}
main.idei #navbar-cat .current-menu-item a,
main.idei #navbar-cat a:hover {
  color: #E3ADB2;
  text-decoration: none;
}
@media (min-width: 768px) {
  .breadcrumb-parent .breadcrumb > li:last-child a {
    color: #AE1722;
  }
}
@media (min-width: 1200px) {
  header.idei #navbar-top,
  header.idei #navbar-sec {
    background: #AE1722;
  }
  header.idei #navbar-top ul.navbar-nav .open > a,
  header.idei #navbar-top ul.navbar-nav .open > a:focus,
  header.idei #navbar-top ul.navbar-nav .open > a:hover {
    background-color: #AE1722;
    border-bottom: 3px solid #df6e70;
  }
  header.idei #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu a:active,
  header.idei #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu a:hover {
    color: #AE1722;
  }
  header.idei #navbar-top form button {
    background-color: #811119;
  }
  #navbar-sec.idei .navbar-nav > li > a:hover,
  #navbar-sec.idei .navbar-nav > .current-menu-item > a,
  #navbar-sec.idei .current-menu-ancestor > a,
  #navbar-sec.idei .navbar-nav > .open > a,
  #navbar-sec.idei .navbar-nav > .open > a:hover,
  #navbar-sec.idei .navbar-nav > .open > a:active,
  #navbar-sec.idei .navbar-nav > .open > a:focus {
    border-bottom: 3px solid #AE1722;
  }
  #navbar-sec.idei .dropdown-menu .open > a,
  #navbar-sec.idei .dropdown-menu .open > a:focus,
  #navbar-sec.idei .dropdown-menu .open > a:hover {
    background-color: #AE1722;
    border-bottom: 3px solid #df6e70;
  }
}
header.idei #navbar-cel #cel-menu li li ul {
  border-left: 1px solid #AE1722;
}
header.idei #navbar-cel #cel-menu li li ul li a {
  color: #AE1722;
}
header.idei #navbar-cel #cel-menu > :first-child {
  background: #bd2a2c;
}
header.idei #navbar-cel #cel-menu > :first-child > a {
  background: #bd2a2c;
}
header.idei #navbar-cel #cel-menu > :first-child li > a {
  color: #AE1722;
}
main.idei #side-menu .current-menu-ancestor > a,
main.idei #side-menu .current-menu-item > a {
  color: #808082;
}
main.idei #side-menu > li > a {
  color: #AE1722;
  border-bottom-color: #AE1722;
}
main.idei #side-menu > li > a:hover {
  background: rgba(174, 23, 34, 0.19);
}
main.idei #side-menu > li > a:hover span {
  color: #AE1722;
}
main.idei #side-menu > li > ul > li a {
  color: #AE1722;
  border-bottom-color: #AE1722;
}
main.idei #side-menu > li > ul > li a:hover {
  background: rgba(174, 23, 34, 0.19);
}
main.idei #side-menu > li > ul > li a:hover span {
  color: #AE1722;
}
main.idei #side-menu > li > ul ul > li a {
  color: #AE1722;
  border-bottom-color: rgba(174, 23, 34, 0.6);
}
main.idei article a.blue {
  color: #AE1722;
}
main.idei .box {
  border-bottom: 3px #AE1722 solid;
}
main.idei .img-gallery div.overlay {
  background-color: #AE1722;
}
@media (min-width: 1200px) {
  main.idei .form-box h5 {
    background: #AE1722;
  }
}
footer.idei {
  background: #AE1722;
}
footer.idei p.info {
  display: none;
}
footer.idei p.info.info--idei {
  display: block;
}
header.search {
  background: #00A99D;
}
header.search #navbar-cel button.navbar-toggle span.glyphicon {
  color: #00A99D;
}
header.search #navbar-cel button.navbar-toggle span.icon-bar {
  background: #00A99D;
}
main.search #navbar-cat a {
  color: #00A99D;
}
@media (min-width: 768px) {
  .breadcrumb-parent .breadcrumb > li:last-child a {
    color: #00A99D;
  }
}
@media (min-width: 1200px) {
  header.search #navbar-top,
  header.search #navbar-sec {
    background: #00A99D;
  }
  header.search #navbar-top ul.navbar-nav .open > a,
  header.search #navbar-top ul.navbar-nav .open > a:focus,
  header.search #navbar-top ul.navbar-nav .open > a:hover {
    background-color: #00A99D;
    border-bottom: 3px solid #e5f7f5;
  }
  header.search #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu a:active,
  header.search #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu a:hover {
    color: #00A99D;
  }
  header.search #navbar-top form button {
    background-color: #00766e;
  }
  #navbar-sec.search .navbar-nav > .open > a,
  #navbar-sec.search .navbar-nav > .open > a:hover,
  #navbar-sec.search .navbar-nav > .open > a:active,
  #navbar-sec.search .navbar-nav > .open > a:focus {
    border-bottom: 3px solid #00A99D;
  }
  #navbar-sec.search .dropdown-menu .open > a,
  #navbar-sec.search .dropdown-menu .open > a:focus,
  #navbar-sec.search .dropdown-menu .open > a:hover {
    background-color: #00A99D;
    border-bottom: 3px solid #e5f7f5;
  }
  main.search #navbar-cat {
    margin-left: 0;
  }
}
header.search #navbar-cel #cel-menu li li ul {
  border-left: 1px solid #00A99D;
}
header.search #navbar-cel #cel-menu li li ul li a {
  color: #00A99D;
}
header.search #navbar-cel #cel-menu > :first-child {
  background: #99DDD8;
}
header.search #navbar-cel #cel-menu > :first-child > a {
  background: #99DDD8;
}
header.search #navbar-cel #cel-menu > :first-child li > a {
  color: #00A99D;
}
@media (min-width: 768px) {
  main.search #side-menu .current-menu-item > a {
    background: #00A99D;
    color: #fff;
  }
  main.search #side-menu > li > a {
    color: #00A99D;
  }
  main.search #side-menu > li > a:hover {
    background: #00A99D;
  }
  main.search #side-menu > li > a:hover span {
    color: #fff;
  }
  main.search #side-menu > li > ul > li a {
    color: #00A99D;
    border-bottom-color: #00A99D;
  }
  main.search #side-menu > li > ul > li a:hover {
    background: #00A99D;
  }
  main.search #side-menu > li > ul > li a:hover span {
    color: #fff;
  }
  main.search #side-menu > li > ul ul > li a {
    color: #00A99D;
    border-bottom-color: rgba(0, 169, 157, 0.6);
  }
}
footer.search {
  background: #00A99D;
}
.tipoBeca {
  color: #00628E;
  text-transform: uppercase;
}
.tipoBeca a {
  color: #00628E;
}
.envivo {
  width: 80%;
  margin: 0 auto;
  font-family: 'fira', sans-serif;
  background-color: #E6E6E6;
  border-bottom: 2px #902F72 solid;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .envivo {
    width: 262px;
  }
}
.envivo__button {
  width: 36%;
  height: 38px;
  background-color: #902F72;
  color: #fff;
  line-height: 38px;
  text-align: center;
  float: left;
}
.envivo__prog-actual {
  margin-left: 2%;
}
.envivo__radio {
  width: 100%;
  float: left;
}
.envivo__contacto {
  width: 100%;
}
@media (min-width: 1200px) {
  .envivo__contacto {
    padding: 0 5px;
    float: left;
  }
}
.prog-actual {
  float: left;
  font-size: 11px;
  width: 62%;
}
.prog-actual__titulo {
  font-size: 15px;
  font-family: 'fira semibold', sans-serif;
}
.menu-redes {
  padding: 15px;
  overflow: auto;
}
@media (min-width: 1200px) {
  .menu-redes {
    display: none;
  }
}
.menu-redes__button {
  height: 19px;
  width: 33%;
  background: #000 url(../images/agregado/redes-tab.svg) no-repeat center top;
  background-size: 16px;
  border: none;
  border-right: #fff 1px solid;
  padding: 5px;
  outline: 0;
  display: block;
  float: left;
}
.menu-redes__button--twitter {
  background-position: center -15px;
}
.menu-redes__button--facebook {
  background-position: center 2px;
}
.menu-redes__button--instagram {
  background-position: center -32px;
  border: 0;
}
.menu-redes__button:active {
  background-color: white;
}
.redes-tab {
  display: none;
  background-color: #CCCCCC;
  width: 100%;
  height: 305px;
}
@media (min-width: 1200px) {
  .redes-tab {
    display: block;
    margin-top: 15px;
    padding: 15px;
  }
}
.redes-tab__title {
  font-family: 'fira semibold', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #902F72;
  margin-top: 0;
  padding: 3px 0px 0 9px;
}
.redes-tab--youtube {
  height: auto;
  float: left;
}
main.agenda-cultural .list,
main.agenda .list,
main.cultura .list {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
main.agenda-cultural div.cat-form h3,
main.agenda div.cat-form h3,
main.cultura div.cat-form h3 {
  color: #00A99D;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'fira medium';
}
main.agenda-cultural div.cat-form h3:first-letter,
main.agenda div.cat-form h3:first-letter,
main.cultura div.cat-form h3:first-letter {
  border: 0;
}
ul .tags {
  position: absolute;
  left: 0;
  top: 7px;
}
ul .tags a.tag {
  width: auto;
  height: 15px;
  display: block;
  text-align: center;
  color: white;
  font-family: 'fira';
  font-size: 11px;
  float: left;
  padding: 0 4px;
  text-transform: uppercase;
  background: #006B90;
  margin-left: 2px;
}
ul .tags a.tag:first-child {
  margin-left: 0;
}
@media (min-width: 1200px) {
  main.cultura ul.list,
  main.agenda-cultural ul.list,
  main.agenda ul.list {
    margin-top: 10px;
  }
}
header.cultura {
  background: #00A99D;
}
header.cultura #navbar-cel button.navbar-toggle span.glyphicon {
  color: #00A99D;
}
header.cultura #navbar-cel button.navbar-toggle span.icon-bar {
  background: #00A99D;
}
main.cultura #navbar-cat {
  background: #00A99D;
}
main.cultura #navbar-cat a {
  color: #fff;
}
main.cultura #navbar-cat .current-menu-item a,
main.cultura #navbar-cat a:hover {
  color: #99DDD8;
  text-decoration: none;
}
@media (min-width: 768px) {
  .breadcrumb-parent .breadcrumb > li:last-child a {
    color: #00A99D;
  }
}
@media (min-width: 1200px) {
  header.cultura #navbar-top,
  header.cultura #navbar-sec {
    background: #00A99D;
  }
  header.cultura #navbar-top ul.navbar-nav .open > a,
  header.cultura #navbar-top ul.navbar-nav .open > a:focus,
  header.cultura #navbar-top ul.navbar-nav .open > a:hover {
    background-color: #00A99D;
    border-bottom: 3px solid #e5f7f5;
  }
  header.cultura #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu a:active,
  header.cultura #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu a:hover {
    color: #00A99D;
  }
  header.cultura #navbar-top form button {
    background-color: #00766e;
  }
  #navbar-sec.cultura .navbar-nav > li > a:hover,
  #navbar-sec.cultura .navbar-nav > .current-menu-item > a,
  #navbar-sec.cultura .current-menu-ancestor > a,
  #navbar-sec.cultura .navbar-nav > .open > a,
  #navbar-sec.cultura .navbar-nav > .open > a:hover,
  #navbar-sec.cultura .navbar-nav > .open > a:active,
  #navbar-sec.cultura .navbar-nav > .open > a:focus {
    border-bottom: 3px solid #00A99D;
  }
  #navbar-sec.cultura .dropdown-menu .open > a,
  #navbar-sec.cultura .dropdown-menu .open > a:focus,
  #navbar-sec.cultura .dropdown-menu .open > a:hover {
    background-color: #00A99D;
    border-bottom: 3px solid #e5f7f5;
  }
  main.cultura #navbar-cat {
    margin-left: 0;
  }
}
header.cultura #navbar-cel #cel-menu li li ul {
  border-left: 1px solid #00A99D;
}
header.cultura #navbar-cel #cel-menu li li ul li a {
  color: #00A99D;
}
header.cultura #navbar-cel #cel-menu > :first-child {
  background: #99DDD8;
}
header.cultura #navbar-cel #cel-menu > :first-child > a {
  background: #99DDD8;
}
header.cultura #navbar-cel #cel-menu > :first-child li > a {
  color: #00A99D;
}
@media (min-width: 768px) {
  main.cultura #side-menu .current-menu-ancestor > a,
  main.cultura #side-menu .current-menu-item > a {
    color: #808082;
  }
  main.cultura #side-menu > li > a {
    color: #00A99D;
    border-color: #00A99D;
  }
  main.cultura #side-menu > li > a:hover {
    background: rgba(0, 169, 157, 0.19);
  }
  main.cultura #side-menu > li > a:hover span {
    color: #00A99D;
  }
  main.cultura #side-menu > li > ul > li a {
    color: #00A99D;
    border-color: #00A99D;
  }
  main.cultura #side-menu > li > ul > li a:hover {
    background: rgba(0, 169, 157, 0.19);
  }
  main.cultura #side-menu > li > ul > li a:hover span {
    color: #00A99D;
  }
  main.cultura #side-menu > li > ul ul > li a {
    color: #00A99D;
    border-bottom-color: rgba(0, 169, 157, 0.6);
  }
}
footer.cultura {
  background: #00A99D;
}
footer.cultura p.info {
  display: none;
}
footer.cultura p.info.info--cultura {
  display: block;
}
footer.cultura p.info.info--address {
  display: none;
}
footer.cultura p.info.info--address-cultura {
  display: block;
}
div.list.carreras.cultura table.carreras thead td {
  border-bottom: 1px solid #00A99D;
}
header {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 60px;
  width: 100% !important;
  background: #00759C;
  padding-left: 0;
  z-index: 1000;
  position: relative;
}
@media (min-width: 768px) {
  header {
    width: 750px;
  }
}
@media (min-width: 768px) {
  header {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  header {
    width: 1170px;
  }
}
header > .navbar-header,
header > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  header > .navbar-header,
  header > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
header #navbar-cel button.navbar-toggle {
  background: #eaeaea;
  height: 60px;
  width: 58px;
  padding: 0;
  margin: 0;
  text-align: center;
  border-radius: 0px;
  float: left;
  transition: left 0.3s linear;
  left: 0;
}
header #navbar-cel button.navbar-toggle span.glyphicon {
  font-size: 25px;
  color: #00759C;
}
header #navbar-cel button.navbar-toggle span.icon-bar {
  background: #00759C;
  width: 25px;
  height: 4px;
  margin: 4px 4px 0 15px;
  border-radius: 3px;
}
header #navbar-cel a#header-logo {
  display: block;
  /* position: relative; */
  width: 100%;
  height: 56px;
  background: url('../images/logo-ungs-header.svg') center no-repeat;
  background-size: contain;
}
header #navbar-cel.open button.navbar-toggle {
  left: 282px;
}
header #navbar-cel.open a#header-logo {
  left: -108px;
}
#navbar-top,
#navbar-sec {
  display: none;
}
.breadcrumb-parent {
  display: none;
}
#navbar-cat {
  list-style: none;
  background: #00759C;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 15px;
  /*dejar alto uniforme en menú y centrar para cuando hay sólo un renglón*/
  min-height: 50px;
  display: flex;
  align-items: center;
  width: auto;
  display: none;
}
#navbar-cat li {
  float: left;
  padding: 0;
}
#navbar-cat a {
  color: #fff;
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "fira medium";
  font-size: 10px;
  margin: 4px 0;
  padding: 0;
}
#navbar-cat .current-menu-item a,
#navbar-cat a:hover {
  color: #99DDD8;
  text-decoration: none;
}
@media (min-width: 768px) {
  #navbar-cat {
    margin: 0;
    display: none;
  }
  .breadcrumb-parent {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    background: #F2F2F2;
    display: block;
  }
  .breadcrumb-parent .breadcrumb {
    margin: 0;
    height: 20px;
    padding: 0;
    width: auto;
    float: right;
    background: #F2F2F2;
  }
  .breadcrumb-parent .breadcrumb a,
  .breadcrumb-parent .breadcrumb span {
    color: black;
    font-size: 9px;
  }
  .breadcrumb-parent .breadcrumb li {
    height: 20px;
  }
  .breadcrumb-parent .breadcrumb > li + li:before {
    content: "\03e";
    padding: 0 5px;
    color: black;
    font-size: 9px;
  }
  .breadcrumb-parent .breadcrumb > li:first-child {
    background: url("../images/logo-ungs-breadcrumb.svg") no-repeat;
    background-position-x: 0;
    background-position-y: 5px;
    padding-left: 15px;
  }
  .breadcrumb-parent .breadcrumb > li:last-child a {
    color: #00759C;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .breadcrumb-parent {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  header {
    position: relative;
    top: auto;
    left: auto;
    width: 1170px !important;
    padding-left: 15px;
    height: auto;
  }
  header #navbar-top,
  header #navbar-sec {
    display: block;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    background: #00759C;
  }
  header #navbar-top .navbar-brand,
  header #navbar-sec .navbar-brand {
    color: #777;
  }
  header #navbar-top .navbar-brand:hover,
  header #navbar-sec .navbar-brand:hover,
  header #navbar-top .navbar-brand:focus,
  header #navbar-sec .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
  }
  header #navbar-top .navbar-text,
  header #navbar-sec .navbar-text {
    color: #777;
  }
  header #navbar-top .navbar-nav > li > a,
  header #navbar-sec .navbar-nav > li > a {
    color: #777;
  }
  header #navbar-top .navbar-nav > li > a:hover,
  header #navbar-sec .navbar-nav > li > a:hover,
  header #navbar-top .navbar-nav > li > a:focus,
  header #navbar-sec .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  header #navbar-top .navbar-nav > .active > a,
  header #navbar-sec .navbar-nav > .active > a,
  header #navbar-top .navbar-nav > .active > a:hover,
  header #navbar-sec .navbar-nav > .active > a:hover,
  header #navbar-top .navbar-nav > .active > a:focus,
  header #navbar-sec .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  header #navbar-top .navbar-nav > .disabled > a,
  header #navbar-sec .navbar-nav > .disabled > a,
  header #navbar-top .navbar-nav > .disabled > a:hover,
  header #navbar-sec .navbar-nav > .disabled > a:hover,
  header #navbar-top .navbar-nav > .disabled > a:focus,
  header #navbar-sec .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  header #navbar-top .navbar-toggle,
  header #navbar-sec .navbar-toggle {
    border-color: #ddd;
  }
  header #navbar-top .navbar-toggle:hover,
  header #navbar-sec .navbar-toggle:hover,
  header #navbar-top .navbar-toggle:focus,
  header #navbar-sec .navbar-toggle:focus {
    background-color: #ddd;
  }
  header #navbar-top .navbar-toggle .icon-bar,
  header #navbar-sec .navbar-toggle .icon-bar {
    background-color: #888;
  }
  header #navbar-top .navbar-collapse,
  header #navbar-sec .navbar-collapse,
  header #navbar-top .navbar-form,
  header #navbar-sec .navbar-form {
    border-color: #e7e7e7;
  }
  header #navbar-top .navbar-nav > .open > a,
  header #navbar-sec .navbar-nav > .open > a,
  header #navbar-top .navbar-nav > .open > a:hover,
  header #navbar-sec .navbar-nav > .open > a:hover,
  header #navbar-top .navbar-nav > .open > a:focus,
  header #navbar-sec .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
  }
  header #navbar-top .navbar-link,
  header #navbar-sec .navbar-link {
    color: #777;
  }
  header #navbar-top .navbar-link:hover,
  header #navbar-sec .navbar-link:hover {
    color: #333;
  }
  header #navbar-top .btn-link,
  header #navbar-sec .btn-link {
    color: #777;
  }
  header #navbar-top .btn-link:hover,
  header #navbar-sec .btn-link:hover,
  header #navbar-top .btn-link:focus,
  header #navbar-sec .btn-link:focus {
    color: #333;
  }
  header #navbar-top .btn-link[disabled]:hover,
  header #navbar-sec .btn-link[disabled]:hover,
  fieldset[disabled] header #navbar-top .btn-link:hover,
  fieldset[disabled] header #navbar-sec .btn-link:hover,
  header #navbar-top .btn-link[disabled]:focus,
  header #navbar-sec .btn-link[disabled]:focus,
  fieldset[disabled] header #navbar-top .btn-link:focus,
  fieldset[disabled] header #navbar-sec .btn-link:focus {
    color: #ccc;
  }
  header #navbar-top #navbar-header .navbar-brand,
  header #navbar-sec #navbar-header .navbar-brand {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  header #navbar-top {
    border: 0;
    border-radius: 0 !important;
    height: 95px;
  }
  header #navbar-top nav.buttons {
    display: inline-block;
    margin-top: 34px;
    float: left;
  }
  header #navbar-top nav.buttons a {
    width: 42px;
    height: 25px;
    display: block;
    float: left;
    border-right: 2px solid white;
    line-height: 0.9;
  }
  header #navbar-top nav.buttons a:last-child {
    border-right: 0;
  }
  header #navbar-top nav.buttons a.date {
    color: white;
    font-family: "fira medium";
    font-size: 10px;
    text-align: center;
  }
  header #navbar-top nav.buttons a.date span {
    font-size: 15px;
    width: 100%;
    display: inline-block;
  }
  header #navbar-top nav.buttons a.contact {
    background: url("../images/button-envelope.svg") no-repeat center;
  }
  header #navbar-top nav.buttons a.location {
    background: url("../images/button-location.svg") no-repeat center;
  }
  header #navbar-top nav.buttons a.wsp {
    background: url("../images/button-wsp.svg") no-repeat center;
  }
  header #navbar-top .navbar-header {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    background: url("../images/logo-ungs-header.svg") left no-repeat;
    padding-left: 0;
    padding-right: 0;
    margin-top: 25px;
    background-size: contain;
  }
  header #navbar-top .navbar-header a {
    display: inline-block;
    width: 100%;
    height: 43px;
  }
  header #navbar-top ul.navbar-nav {
    height: 15px;
    margin-top: 37px;
    margin-left: 29px;
  }
  header #navbar-top ul.navbar-nav .open > a,
  header #navbar-top ul.navbar-nav .open > a:focus,
  header #navbar-top ul.navbar-nav .open > a:hover {
    background-color: #00759C;
    color: white;
    border-bottom: 3px solid #99D8E1;
  }
  header #navbar-top ul.navbar-nav > li.dropdown,
  header #navbar-top ul.navbar-nav > li.menu-item {
    height: 15px;
    border-right: 1px solid white;
  }
  header #navbar-top ul.navbar-nav > li.dropdown > a,
  header #navbar-top ul.navbar-nav > li.menu-item > a {
    display: inline-block;
    color: white;
    height: 20px;
    padding: 0 6px;
    font-family: "fira";
    font-size: 13px;
    position: relative;
    top: -3px;
  }
  header #navbar-top ul.navbar-nav > li.dropdown > a.open:focus,
  header #navbar-top ul.navbar-nav > li.menu-item > a.open:focus {
    background-color: none;
    color: white;
  }
  header #navbar-top ul.navbar-nav > li.dropdown:last-child,
  header #navbar-top ul.navbar-nav > li.menu-item:last-child {
    border-right: 0;
  }
  header #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu,
  header #navbar-top ul.navbar-nav > li.menu-item .dropdown-menu {
    background-color: #f2f2f2;
    margin-top: 2px;
    border: 0;
    border-radius: 0;
    padding: 0;
  }
  header #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu a,
  header #navbar-top ul.navbar-nav > li.menu-item .dropdown-menu a {
    color: #919193;
    font-family: "fira light";
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 7px;
    border-bottom: 1px solid #c5c7c9;
  }
  header #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu a:active,
  header #navbar-top ul.navbar-nav > li.menu-item .dropdown-menu a:active,
  header #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu a:hover,
  header #navbar-top ul.navbar-nav > li.menu-item .dropdown-menu a:hover {
    color: #00759C;
  }
  header #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu li:last-child a,
  header #navbar-top ul.navbar-nav > li.menu-item .dropdown-menu li:last-child a {
    border-bottom: 0;
  }
  header #navbar-top form {
    margin-top: 34px;
    padding-right: 0;
  }
  header #navbar-top form input {
    width: 127px;
    height: 21px;
    border: 1px solid #D5D5D5;
    border-radius: 0;
    background: white;
    font-family: "fira light";
    font-size: 10px;
    color: #919193;
  }
  header #navbar-top form button {
    background: url("../images/button-search.svg") no-repeat;
    background-color: #004f69;
    width: 21px;
    height: 21px;
    border: 0;
    border-radius: 0;
    padding: 0;
    position: relative;
    left: -4px;
    cursor: pointer;
  }
  #navbar-sec {
    display: block;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    padding: 0;
    margin: 0;
    background: white;
    border: 0;
    border-radius: 0;
  }
  #navbar-sec .navbar-brand {
    color: #777;
  }
  #navbar-sec .navbar-brand:hover,
  #navbar-sec .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
  }
  #navbar-sec .navbar-text {
    color: #777;
  }
  #navbar-sec .navbar-nav > li > a {
    color: #777;
  }
  #navbar-sec .navbar-nav > li > a:hover,
  #navbar-sec .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  #navbar-sec .navbar-nav > .active > a,
  #navbar-sec .navbar-nav > .active > a:hover,
  #navbar-sec .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  #navbar-sec .navbar-nav > .disabled > a,
  #navbar-sec .navbar-nav > .disabled > a:hover,
  #navbar-sec .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  #navbar-sec .navbar-toggle {
    border-color: #ddd;
  }
  #navbar-sec .navbar-toggle:hover,
  #navbar-sec .navbar-toggle:focus {
    background-color: #ddd;
  }
  #navbar-sec .navbar-toggle .icon-bar {
    background-color: #888;
  }
  #navbar-sec .navbar-collapse,
  #navbar-sec .navbar-form {
    border-color: #e7e7e7;
  }
  #navbar-sec .navbar-nav > .open > a,
  #navbar-sec .navbar-nav > .open > a:hover,
  #navbar-sec .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
  }
  #navbar-sec .navbar-link {
    color: #777;
  }
  #navbar-sec .navbar-link:hover {
    color: #333;
  }
  #navbar-sec .btn-link {
    color: #777;
  }
  #navbar-sec .btn-link:hover,
  #navbar-sec .btn-link:focus {
    color: #333;
  }
  #navbar-sec .btn-link[disabled]:hover,
  fieldset[disabled] #navbar-sec .btn-link:hover,
  #navbar-sec .btn-link[disabled]:focus,
  fieldset[disabled] #navbar-sec .btn-link:focus {
    color: #ccc;
  }
  #navbar-sec #menu-sec {
    height: 53px !important;
    padding: 0;
  }
  #navbar-sec #menu-sec > ul {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }
  #navbar-sec a {
    font-family: "fira";
    font-size: 13px;
  }
  #navbar-sec .navbar-nav > li > a {
    padding: 15px 0;
  }
  #navbar-sec .navbar-nav > .current-menu-item > a,
  #navbar-sec .current-menu-ancestor > a,
  #navbar-sec .navbar-nav > .open > a,
  #navbar-sec .navbar-nav > li > a:hover,
  #navbar-sec .navbar-nav > li > a:active,
  #navbar-sec .navbar-nav > li > a:focus,
  #navbar-sec .navbar-nav > li > a.bottom-border {
    background-color: white;
    border-bottom: 3px solid #00759C;
  }
  #navbar-sec li.dropdown .dropdown-menu .dropdown-menu {
    display: none;
  }
  #navbar-sec li.dropdown.institucional .dropdown-menu,
  #navbar-sec li.dropdown.estudiar .dropdown-menu {
    width: 430px;
  }
  #navbar-sec li.dropdown.institucional .dropdown-menu li,
  #navbar-sec li.dropdown.estudiar .dropdown-menu li {
    width: 215px;
  }
  #navbar-sec li.dropdown.posgrados .dropdown-menu {
    width: 320px;
  }
  #navbar-sec li.dropdown.posgrados .dropdown-menu li {
    width: 160px;
  }
  #navbar-sec li.dropdown.biblioteca .dropdown-menu {
    width: 268px;
    margin-left: -140px;
  }
  #navbar-sec li.dropdown.biblioteca .dropdown-menu li {
    width: 134px;
  }
  #navbar-sec li.dropdown.bienestar .dropdown-menu {
    width: 450px;
    left: -242px;
  }
  #navbar-sec li.dropdown.bienestar .dropdown-menu li {
    width: 217px;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu {
    width: 915px;
    margin-left: -225px;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li {
    width: 200px;
    height: 145px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 22px;
    margin-left: 0px;
    border-bottom: 1px solid black;
    padding: 0;
    padding-top: 25px;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li a div.title {
    width: 100%;
    height: 25px;
    background: black;
    color: white;
    font-family: "fira";
    font-size: 17px;
    text-align: center;
    padding-bottom: 4px;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li a div.link,
  #navbar-sec li.dropdown.institutos .dropdown-menu li a span {
    display: block;
    font-family: "fira";
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-top: 33px;
    padding: 10px;
    height: auto;
    white-space: normal;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li a p {
    font-size: 12px;
    font-family: "fira light";
    width: 166px;
    margin: auto;
    color: #808082;
    margin-top: 10px;
    display: none;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li.ico {
    margin-left: 25px;
    border-bottom: 1px solid #f79a2d;
    background: url("../images/institutos/bg-ico.svg") no-repeat #f2f2f2;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li.ico a {
    color: #f79a2d;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li.ico a div.link,
  #navbar-sec li.dropdown.institutos .dropdown-menu li.ico a span {
    color: #f79a2d;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li.ico a div.title {
    background: #f79a2d;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li.idh {
    border-bottom: 1px solid #652f8e;
    background: url("../images/institutos/bg-idh.svg") no-repeat #f2f2f2;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li.idh a {
    color: #652f8e;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li.idh a div.link,
  #navbar-sec li.dropdown.institutos .dropdown-menu li.idh a span {
    color: #652f8e;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li.idh a div.title {
    background: #652f8e;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li.ici {
    border-bottom: 1px solid #528256;
    background: url("../images/institutos/bg-ici.svg") no-repeat #f2f2f2;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li.ici a {
    color: #528256;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li.ici a div.link,
  #navbar-sec li.dropdown.institutos .dropdown-menu li.ici a span {
    color: #528256;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li.ici a div.title {
    background: #528256;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li.idei {
    border-bottom: 1px solid #bd2a2c;
    background: url("../images/institutos/bg-idei.svg") no-repeat #f2f2f2;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li.idei a {
    color: #bd2a2c;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li.idei a div.link,
  #navbar-sec li.dropdown.institutos .dropdown-menu li.idei a span {
    color: #bd2a2c;
  }
  #navbar-sec li.dropdown.institutos .dropdown-menu li.idei a div.title {
    background: #bd2a2c;
  }
  #navbar-sec li.dropdown.cultura > ul {
    width: 712px;
    margin-left: -296px;
  }
  #navbar-sec li.dropdown.cultura > ul li {
    width: 175px;
    padding: 0 15px;
    margin: 0;
    float: left;
  }
  #navbar-sec li.dropdown.cultura > ul li ul {
    margin: 0;
    padding: 0;
    float: left;
  }
  #navbar-sec li.dropdown.cultura > ul li ul li {
    padding: 0;
    margin: 0;
  }
  #navbar-sec li.dropdown.cultura > ul li ul li a {
    height: 30px;
    display: block;
  }
  #navbar-sec li.dropdown.cultura > ul li.destacados {
    width: 534px;
    padding: 0;
    float: right;
  }
  #navbar-sec li.dropdown.cultura > ul li.destacados ul {
    width: 100%;
    float: left;
  }
  #navbar-sec li.dropdown.cultura > ul li.destacados ul li {
    display: block;
    float: left;
    width: 240px;
    height: 135px;
    margin: 10px 11px;
  }
  #navbar-sec li.dropdown.cultura > ul li.destacados ul li a {
    display: block;
    float: left;
    width: 240px;
    height: 135px;
    font-family: "fira medium";
    font-size: 14px;
    color: white;
    padding-left: 11px;
    padding-top: 100px;
    position: relative;
  }
  #navbar-sec li.dropdown.cultura > ul li.destacados ul li a span {
    position: absolute;
    left: 0;
    padding: 0 10px;
  }
  #navbar-sec li.dropdown.cultura > ul li.destacados ul li a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #navbar-sec li.dropdown.cultura > ul li.destacados ul li:last-child {
    margin-right: 0;
  }
  #navbar-sec li.dropdown.cultura > ul li.footer {
    width: auto;
    text-align: right;
    padding-right: 22px;
    margin-bottom: 5px;
    float: right;
  }
  #navbar-sec li.dropdown.cultura > ul li.footer ul {
    float: right;
  }
  #navbar-sec li.dropdown.cultura > ul li.footer a {
    font-family: "fira light";
    font-size: 13px;
    color: #808082;
    border-right: 1px solid #808082;
    padding-right: 7px;
  }
  #navbar-sec li.dropdown.cultura > ul li.footer a:last-child {
    border-right: 0;
    padding-right: 0;
  }
  #navbar-sec li.dropdown.medios > ul {
    width: 643px;
    margin-left: -406px;
    float: left;
  }
  #navbar-sec li.dropdown.medios > ul li {
    float: left;
    width: 190px;
  }
  #navbar-sec li.dropdown.medios > ul li ul {
    width: 190px;
    padding: 0 15px;
    margin: 0;
    float: left;
  }
  #navbar-sec li.dropdown.medios > ul li ul li a {
    height: 30px;
    display: block;
  }
  #navbar-sec li.dropdown.medios > ul li.destacados {
    width: 453px;
    float: right;
  }
  #navbar-sec li.dropdown.medios > ul li.destacados ul {
    width: 453px;
    float: left;
    padding: 0;
  }
  #navbar-sec li.dropdown.medios > ul li.destacados ul li {
    width: 127px;
    height: 127px;
    float: left;
    margin: 10px 11px;
  }
  #navbar-sec li.dropdown.medios > ul li.destacados ul li a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    font-family: "fira medium";
    font-size: 14px;
    color: transparent;
    position: relative;
    padding: 0;
  }
  #navbar-sec li.dropdown.medios > ul li.destacados ul li a span {
    color: transparent;
  }
  #navbar-sec li.dropdown.medios > ul li.destacados ul li a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #navbar-sec li.dropdown.medios > ul li.destacados ul li:last-child {
    margin-right: 0;
  }
  #navbar-sec li.dropdown.ediciones > ul {
    width: 608px;
    margin-left: -296px;
  }
  #navbar-sec li.dropdown.ediciones > ul li {
    max-width: 190px;
    height: auto;
    padding: 0 15px;
    margin: 0;
    float: left;
  }
  #navbar-sec li.dropdown.ediciones > ul li a {
    min-height: 30px;
    display: block;
    word-wrap: break-word;
  }
  #navbar-sec li.dropdown.ediciones > ul li a span {
    word-wrap: break-word;
  }
  #navbar-sec li.dropdown.ediciones > ul li.destacados {
    width: 418px;
    max-width: none;
    padding: 0;
    float: right;
  }
  #navbar-sec li.dropdown.ediciones > ul li.destacados ul {
    width: 100%;
    float: left;
    padding: 0;
  }
  #navbar-sec li.dropdown.ediciones > ul li.destacados ul li {
    display: block;
    float: left;
    margin: 10px 11px;
    width: 115px;
    height: 162px;
    padding: 0;
  }
  #navbar-sec li.dropdown.ediciones > ul li.destacados ul li a {
    font-family: "fira medium";
    font-size: 14px;
    color: transparent;
    width: 115px;
    height: 162px;
    padding: 0;
  }
  #navbar-sec li.dropdown.ediciones > ul li.destacados ul li a span {
    color: transparent;
  }
  #navbar-sec li.dropdown.ediciones > ul li.destacados ul li a img {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  #navbar-sec li.dropdown.vinculacion .dropdown-menu {
    width: auto;
  }
  #navbar-sec li.dropdown.vinculacion .dropdown-menu li {
    width: 100%;
  }
  #navbar-sec .dropdown-menu {
    border: 0;
    border-radius: 0;
  }
  #navbar-sec .dropdown-menu .open > a,
  #navbar-sec .dropdown-menu .open > a:focus,
  #navbar-sec .dropdown-menu .open > a:hover {
    background-color: #00759C;
    color: white;
    border-bottom: 3px solid #99D8E1;
  }
  #navbar-sec .dropdown-menu li {
    display: block;
    float: left;
  }
  #navbar-sec .dropdown-menu li a {
    font-family: "fira medium";
    font-size: 13px;
    color: #808082;
    min-height: 30px;
    padding: 3px 12px;
  }
  #navbar-sec .dropdown-menu li a:hover,
  #navbar-sec .dropdown-menu li a:focus {
    background: none;
  }
  #navbar-cel {
    display: none;
  }
  #navbar-cat {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }
  #navbar-cat a {
    text-align: center;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
  }
  #navbar-cat li {
    text-align: center;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
  }
  #navbar-cat li a {
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    display: table;
    height: 100%;
    width: 100%;
    min-height: 30px;
  }
  #navbar-cat li a span {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  header #navbar-top,
  header #navbar-sec {
    border-radius: 4px;
  }
}
@media (min-width: 1200px) and (max-width: 1199px) {
  header #navbar-top .navbar-nav .open .dropdown-menu > li > a,
  header #navbar-sec .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  header #navbar-top .navbar-nav .open .dropdown-menu > li > a:hover,
  header #navbar-sec .navbar-nav .open .dropdown-menu > li > a:hover,
  header #navbar-top .navbar-nav .open .dropdown-menu > li > a:focus,
  header #navbar-sec .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  header #navbar-top .navbar-nav .open .dropdown-menu > .active > a,
  header #navbar-sec .navbar-nav .open .dropdown-menu > .active > a,
  header #navbar-top .navbar-nav .open .dropdown-menu > .active > a:hover,
  header #navbar-sec .navbar-nav .open .dropdown-menu > .active > a:hover,
  header #navbar-top .navbar-nav .open .dropdown-menu > .active > a:focus,
  header #navbar-sec .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  header #navbar-top .navbar-nav .open .dropdown-menu > .disabled > a,
  header #navbar-sec .navbar-nav .open .dropdown-menu > .disabled > a,
  header #navbar-top .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  header #navbar-sec .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  header #navbar-top .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  header #navbar-sec .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  header #navbar-top .navbar-header {
    float: left;
    width: 20%;
    height: 62px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  #navbar-sec {
    border-radius: 4px;
  }
}
@media (min-width: 1200px) and (max-width: 1199px) {
  #navbar-sec .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  #navbar-sec .navbar-nav .open .dropdown-menu > li > a:hover,
  #navbar-sec .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  #navbar-sec .navbar-nav .open .dropdown-menu > .active > a,
  #navbar-sec .navbar-nav .open .dropdown-menu > .active > a:hover,
  #navbar-sec .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  #navbar-sec .navbar-nav .open .dropdown-menu > .disabled > a,
  #navbar-sec .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  #navbar-sec .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  #navbar-cat {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  #navbar-cat a {
    float: left;
    width: 10.83333333%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  #navbar-cat li {
    float: left;
    width: 10.83333333%;
  }
}
#side-menu {
  display: none;
}
.carrera#side-menu {
  display: block;
}
#side-menu {
  width: 100%;
  margin-top: 20px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
#side-menu .current-menu-ancestor > a,
#side-menu .current-menu-item > a {
  color: #808082;
}
#side-menu .sub-menu {
  display: none;
}
#side-menu .current-menu-item {
  display: block;
}
#side-menu .current-menu-item > .sub-menu {
  display: block;
}
#side-menu .current-menu-ancestor > ul {
  display: block;
}
#side-menu ul {
  list-style: none;
  padding-left: 0;
}
#side-menu > li > a {
  font-size: 12px;
  font-family: "fira semibold";
  color: #006B90;
  border-bottom: #00759C 0.15em solid;
  padding: .6em 0 0.6em 0.5em;
  display: block;
}
#side-menu > li > a:hover {
  background: rgba(0, 107, 144, 0.19);
}
#side-menu > li > a:hover span {
  color: #006B90;
}
#side-menu > li > ul > li a {
  font-family: "fira";
  font-size: 12px;
  color: #00759C;
  border-bottom: #00759C 0.1em solid;
  padding: .5em 0 .5em 1.4em;
  display: block;
}
#side-menu > li > ul > li a:hover {
  background: rgba(0, 107, 144, 0.19);
}
#side-menu > li > ul > li a:hover span {
  color: #006B90;
}
#side-menu > li > ul ul > li a {
  font-family: "fira light";
  font-size: 12px;
  color: #006B90;
  border-bottom-color: rgba(0, 117, 156, 0.6);
  padding-left: 2.5em;
}
#side-menu > li > ul ul > li a:hover {
  background: #00759C;
}
#side-menu > li > ul ul > li a:hover span {
  color: #fff;
}
.sidebar-left {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  left: 8.33333333%;
}
.submenu-button {
  width: 30px;
  padding: 10px;
  display: inline-block;
  font-weight: lighter;
  font-size: 11px;
  color: gray;
  cursor: pointer;
  opacity: 1;
}
.submenu-button:before {
  content: "\2212";
}
.submenu-button:hover {
  opacity: 1;
}
.submenu-button.collapsed {
  opacity: 0.5;
}
.submenu-button.collapsed:before {
  content: "\002b";
}
header #navbar-cel #column_left {
  background-color: white;
  position: absolute;
  width: 283px;
  left: -283px;
  transition: left 0.3s linear;
  top: 60px;
}
header #navbar-cel.open #column_left {
  left: 0;
}
header #navbar-cel #cel-menu,
header #navbar-cel #cel-menu2 {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}
header #navbar-cel #cel-menu li a,
header #navbar-cel #cel-menu2 li a {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  color: #919193;
  font-family: "fira semibold";
  font-size: 12px;
  padding: 10px 0;
  width: 252px;
}
header #navbar-cel #cel-menu li a:hover,
header #navbar-cel #cel-menu2 li a:hover {
  background: none;
}
header #navbar-cel #cel-menu li ul,
header #navbar-cel #cel-menu2 li ul {
  background: #eaeaea;
  padding-left: 10px;
}
header #navbar-cel #cel-menu li li,
header #navbar-cel #cel-menu2 li li {
  background: #eaeaea;
}
header #navbar-cel #cel-menu li li a,
header #navbar-cel #cel-menu2 li li a {
  font-family: "fira";
  width: 242px;
}
header #navbar-cel #cel-menu li li ul,
header #navbar-cel #cel-menu2 li li ul {
  border-left: 1px solid #00759C;
  margin-left: 25px;
  margin-top: 10px;
}
header #navbar-cel #cel-menu li li ul li a,
header #navbar-cel #cel-menu2 li li ul li a {
  border-bottom: none;
  color: #00759C;
  width: 232px;
}
header #navbar-cel #cel-menu li li ul li a.collapsed,
header #navbar-cel #cel-menu2 li li ul li a.collapsed {
  border-bottom: none;
}
header #navbar-cel #cel-menu li > a,
header #navbar-cel #cel-menu2 li > a {
  color: #919193;
  padding-left: 14px;
}
header #navbar-cel #cel-menu > :first-child,
header #navbar-cel #cel-menu2 > :first-child {
  background: #179dbb;
}
header #navbar-cel #cel-menu > :first-child > a,
header #navbar-cel #cel-menu2 > :first-child > a {
  background: #179dbb;
  color: white;
  font-family: "fira medium";
}
header #navbar-cel #cel-menu > :first-child > a.collapsed,
header #navbar-cel #cel-menu2 > :first-child > a.collapsed {
  border-bottom: none;
}
header #navbar-cel #cel-menu > :first-child li,
header #navbar-cel #cel-menu2 > :first-child li {
  background: #eaeaea;
}
header #navbar-cel #cel-menu > :first-child li > a,
header #navbar-cel #cel-menu2 > :first-child li > a {
  background: #eaeaea;
  color: #00759C;
  font-family: "fira";
  border-bottom: 1px solid #919193;
}
header #navbar-cel #cel-menu > :first-child li ul,
header #navbar-cel #cel-menu2 > :first-child li ul {
  border: none;
  margin: 0;
}
header #navbar-cel #cel-menu > :first-child li ul li > a,
header #navbar-cel #cel-menu2 > :first-child li ul li > a {
  font-family: "fira light";
  padding-left: 36px;
}
header #navbar-cel #cel-menu .institutos ul,
header #navbar-cel #cel-menu2 .institutos ul {
  margin: 0;
  border-left: none;
  background: white;
}
header #navbar-cel #cel-menu .institutos ul li,
header #navbar-cel #cel-menu2 .institutos ul li {
  background: white;
}
header #navbar-cel #cel-menu .institutos ul li a,
header #navbar-cel #cel-menu2 .institutos ul li a {
  border-bottom: 1px solid #919193;
}
header #navbar-cel #cel-menu .institutos ul li a.collapsed,
header #navbar-cel #cel-menu2 .institutos ul li a.collapsed {
  border-bottom: 1px solid #919193;
}
header #navbar-cel #cel-menu .institutos .ico > a,
header #navbar-cel #cel-menu2 .institutos .ico > a {
  border-bottom: 1px solid #f79a2d !important;
}
header #navbar-cel #cel-menu .institutos .ico a,
header #navbar-cel #cel-menu2 .institutos .ico a {
  color: #f79a2d;
}
header #navbar-cel #cel-menu .institutos .idh > a,
header #navbar-cel #cel-menu2 .institutos .idh > a {
  border-bottom: 1px solid #652f8e !important;
}
header #navbar-cel #cel-menu .institutos .idh a,
header #navbar-cel #cel-menu2 .institutos .idh a {
  color: #652f8e;
}
header #navbar-cel #cel-menu .institutos .ici > a,
header #navbar-cel #cel-menu2 .institutos .ici > a {
  border-bottom: 1px solid #528256 !important;
}
header #navbar-cel #cel-menu .institutos .ici a,
header #navbar-cel #cel-menu2 .institutos .ici a {
  color: #528256;
}
header #navbar-cel #cel-menu .institutos .idei > a,
header #navbar-cel #cel-menu2 .institutos .idei > a {
  border-bottom: 1px solid #bd2a2c !important;
}
header #navbar-cel #cel-menu .institutos .idei a,
header #navbar-cel #cel-menu2 .institutos .idei a {
  color: #bd2a2c;
}
header #navbar-cel #cel-menu > li:last-child a,
header #navbar-cel #cel-menu2 > li:last-child a {
  border-bottom: none;
}
header #navbar-cel ul.buttons {
  background: #919193;
  width: 100%;
  height: 42px;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
header #navbar-cel ul.buttons li {
  display: block;
  height: 100%;
  float: left;
  width: 56px;
}
header #navbar-cel ul.buttons li a {
  border-right: 1px solid white;
  display: block;
  width: 56px;
  margin: 8px 0;
  height: 28px;
}
header #navbar-cel ul.buttons li:last-child a {
  border-right: none;
}
header #navbar-cel ul.buttons li.search {
  background: url("../images/cel-search-button.svg") center no-repeat;
}
header #navbar-cel ul.buttons li.contact {
  background: url("../images/cel-envelope-button.svg") center no-repeat;
}
header #navbar-cel ul.buttons li.location {
  background: url("../images/cel-location-button.svg") center no-repeat;
}
header #navbar-cel ul.buttons li.wsp {
  background: url("../images/cel-wsp-button.svg") center no-repeat;
}
header #navbar-cel ul.buttons li.date {
  font-family: "fira medium";
  font-size: 10px;
  text-align: center;
  line-height: 1;
}
header #navbar-cel ul.buttons li.date a {
  color: white;
}
header #navbar-cel ul.buttons li.date span {
  color: white;
  font-size: 15px;
  width: 100%;
  display: inline-block;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  background: black;
  transition: opacity 0.3s linear;
  display: none;
}
#overlay.visible {
  display: block;
  opacity: 0.75;
}
@media (min-width: 768px) {
  .sidebar-left {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
    right: auto;
    left: auto;
  }
  #side-menu {
    display: block;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .sidebar-left {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .sidebar-left {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
    padding: 0;
    margin: 0;
    clear: left;
    min-height: 100px;
  }
  #side-menu {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .sidebar-left {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  #side-menu {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  #side-menu {
    margin-left: 12.5%;
  }
}
@media (max-width: 355px) {
  #header-logo {
    display: none !important;
  }
}
main article {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  margin-top: 15px;
}
main article > h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-family: "humanst";
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #808082;
  line-height: 1.3;
  float: left;
  clear: both;
  width: 100%;
}
main article > h1 small,
main article > h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
main article > h1 small,
main article > h1 .small {
  font-size: 65%;
}
main article > h1:after {
  content: "";
  display: block;
  border: 2px solid #808082;
  width: 20px;
}
main article h2,
main article h3,
main article h4,
main article h5,
main article h6 {
  font-family: "humanst";
  color: #808082;
  clear: both;
  margin: 56px 0 28px;
}
main article h2 {
  font-size: 13px;
  font-family: 'fira semibold';
  margin-top: 0;
  margin-bottom: 10px;
}
main article h3 {
  font-size: 11px;
  font-family: 'fira semibold';
  margin-top: 0;
  margin-bottom: 10px;
}
main article a.contacto,
main article h4,
main article h5,
main article h6 {
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 7px;
}
main article p {
  text-align: justify;
  font-size: 12px;
  font-family: "fira";
  color: #666666;
  margin-top: 0;
  margin-bottom: 20px;
}
main article p.light {
  font-family: "fira light";
}
main article ol,
main article ul,
main article li {
  font-size: 12px;
  font-family: "fira";
  color: #666666;
  text-align: justify;
}
main article a {
  color: #006B90;
}
main article a.blue {
  font-family: "fira semibold";
  color: #006B90;
}
main article img {
  max-width: 100%;
}
main article img.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
main article img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
main article img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
main article .imgEvento {
  width: 100%;
  overflow: hidden;
}
main article .imgEvento img {
  width: 100%;
  height: auto;
}
main article table td,
main article table th {
  text-align: justify;
  font-size: 12px;
  font-family: "fira";
  color: #666666;
  padding: 6px 11px;
}
main article table td.light,
main article table th.light {
  font-family: "fira light";
}
main article table tr {
  background: #f2f2f2;
}
main article table tr.light-gray {
  background: #f2f2f2;
}
main article table tr.dark-gray {
  background: #e6e6e6;
}
main article table tr.header-blue {
  background: #006b90;
}
main article table tr.header-blue td {
  color: white;
  font-weight: bold;
}
main article table tr.ici {
  background: #528256;
}
main article table tr.ici td {
  color: white;
  font-weight: bold;
}
main article table tr.ico {
  background: #f79a2d;
}
main article table tr.ico td {
  color: white;
  font-weight: bold;
}
main article table tr.idh {
  background: #652f8e;
}
main article table tr.idh td {
  color: white;
  font-weight: bold;
}
main article table tr.idei {
  background: #bd2a2c;
}
main article table tr.idei td {
  color: white;
  font-weight: bold;
}
main article table thead tr {
  background: #006b90;
}
main article table thead tr td {
  color: white;
  font-weight: bold;
}
main .box {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background: #eaeaea;
  margin-top: 20px;
  border-bottom: 3px #00759C solid;
  width: auto;
}
main .box h5 {
  margin-top: 15px;
  font-family: "fira semibold";
  font-size: 12px;
}
main .box p {
  font-family: "fira light";
  font-size: 12px;
}
main .form-box {
  background: #c5c7c9;
  display: none;
}
main .related {
  position: relative;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  float: left;
  margin-top: 20px;
  padding-right: 0;
}
main .related li {
  background: #919193;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 7px;
}
main .related li a {
  font-family: "fira";
  font-size: 12px;
  text-transform: uppercase;
  color: white;
}
main .files {
  position: relative;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  float: left;
  margin-top: 20px;
  padding-left: 0;
}
main .files li {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 7px;
  border-bottom: 1px solid #919193;
  border-top: 1px solid #919193;
}
main .files li a {
  font-family: "fira";
  font-size: 12px;
  text-transform: uppercase;
  color: #919193;
}
main div.sidebar {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
main .img-gallery {
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  background: none;
  padding-left: 0;
  padding-right: 0;
}
main .img-gallery h5 {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "humanst";
  font-weight: bold;
  color: white;
  font-size: 29px;
  position: absolute;
  top: 75%;
  width: 100%;
}
main .img-gallery h5:first-letter {
  border-bottom: 3px solid white;
}
main .img-gallery a {
  width: 100%;
  display: none;
}
main .img-gallery a.img-0 {
  display: block;
  height: 296px;
  background-position: center;
  background-size: cover;
}
main .img-gallery a img {
  width: 100%;
  max-width: 100%;
}
main .img-gallery div.overlay {
  background: url("../images/button-image-gallery.svg") no-repeat;
  background-color: #00759C;
  background-size: 100%;
  position: absolute;
  top: 29px;
  left: 0;
  margin: 0;
  width: 123px;
  height: 46px;
}
@media (min-width: 768px) {
  main {
    padding-left: 0;
    padding-right: 0;
  }
  main:not(#vinculacion) article {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
  }
  main article p {
    font-size: 12px;
  }
  main .box p {
    font-size: 12px;
  }
  main .files li a,
  main .related li a {
    font-size: 12px;
  }
  main .img-gallery h5 {
    font-size: 35px;
    top: 75%;
    padding-left: 25px;
  }
  main .img-gallery a.img-0 {
    width: 595px;
    height: 408px;
  }
  main div.sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  main article {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  main div.sidebar {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  main div.sidebar {
    left: 25%;
  }
}
@media (min-width: 1200px) {
  main article {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  main article .imgEvento {
    height: 320px;
  }
  main div.sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    padding: 0;
  }
  main .form-box,
  main .related,
  main .files,
  main .img-gallery,
  main .box {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  main .form-box {
    background: #c5c7c9;
    display: block;
    padding: 0;
  }
  main .form-box h5 {
    border-bottom: 3px solid white;
    color: white;
    background: #00759C;
    width: 100%;
    height: 29px;
    margin: 0;
    text-align: center;
    font-family: "fira medium";
    font-size: 13px;
    line-height: 2;
    margin-bottom: 5px;
  }
  main .form-box *:focus {
    outline: none;
  }
  main .form-box select {
    margin-left: 19px;
    margin-right: 19px;
    height: 25px;
    width: 254px;
    border: 0;
    background: #F1F1F1;
    font-family: "fira";
    font-size: 12px;
    color: #808082;
    margin-top: 11px;
  }
  main .form-box select:last-child {
    margin-bottom: 15px;
  }
  main .form-box select option {
    height: 25px;
    background: white;
    outline: none;
  }
  main .form-box select option:focus {
    outline: none;
  }
  main .related,
  main .files {
    padding: 0;
    margin-bottom: 0;
  }
  main .files li {
    margin-top: 0;
    border-top: 1px solid #919193;
    border-bottom: 0;
    padding: 4px 0 4px 12px;
  }
  main .files li:last-child {
    border-bottom: 1px solid #919193;
  }
  main .img-gallery {
    padding: 0;
  }
  main .img-gallery h5 {
    font-size: 18px;
    top: 75%;
    padding-left: 25px;
  }
  main .img-gallery a.img-0 {
    width: 292.5px;
    height: 184px;
  }
  main .img-gallery div.overlay {
    width: 77px;
    height: 29px;
    top: 12px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  main article {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  main div.sidebar {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  main div.sidebar {
    left: 0%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  main .form-box,
  main .related,
  main .files,
  main .img-gallery,
  main .box {
    float: left;
    width: 100%;
  }
}
footer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #00759C;
}
@media (min-width: 768px) {
  footer {
    width: 750px;
  }
}
@media (min-width: 768px) {
  footer {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  footer {
    width: 1170px;
  }
}
footer > .navbar-header,
footer > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  footer > .navbar-header,
  footer > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
footer a.logo {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: 36px;
  margin: 10px auto;
  padding-left: 15px;
  padding-right: 15px;
  background: url('../images/logo-ungs-header.svg') left no-repeat;
  background-size: contain;
  background-position-x: 15px;
}
footer div.list {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
footer div.map {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
footer div.map a {
  text-transform: uppercase;
  margin-top: 20px;
  background: url("../images/footer-map.jpg") left no-repeat;
  background-size: 55px;
  background-position-x: 15px;
  background-position-y: 35px;
  height: 95px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
footer a.footer-strong {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "fira semibold";
  font-size: 10px;
  color: white;
}
footer p.info {
  font-family: "fira light";
  font-size: 10px;
  color: white;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
footer p.info.info--address {
  display: block;
}
footer p.info--informes {
  display: block;
}
footer div.header {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "fira semibold";
  font-size: 10px;
  color: white;
  text-transform: uppercase;
}
footer > nav.contactos {
  display: none;
}
.soc-news {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 54px;
}
@media (min-width: 768px) {
  .soc-news {
    width: 750px;
  }
}
@media (min-width: 768px) {
  .soc-news {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .soc-news {
    width: 1170px;
  }
}
.soc-news > .navbar-header,
.soc-news > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  .soc-news > .navbar-header,
  .soc-news > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.soc-news .news {
  width: 40%;
  float: left;
  margin-top: 13px;
}
.soc-news .news a {
  font-family: "fira semibold";
  font-size: 10px;
  color: #808082;
}
.soc-news .social {
  width: 60%;
  float: left;
  font-family: "fira semibold";
  font-size: 10px;
  color: #808082;
  text-align: right;
}
.soc-news .social a {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-top: 3px;
  position: relative;
  margin-left: 3px;
  top: 9px;
}
.soc-news .social .facebook {
  background: url("../images/button-footer-facebook.svg");
  margin-left: 20px;
}
.soc-news .social .twitter {
  background: url("../images/button-footer-twitter.svg");
}
.soc-news .social .youtube {
  background: url("../images/button-footer-youtube.svg");
}
@media (min-width: 768px) {
  footer {
    padding-left: 0;
    padding-bottom: 20px;
  }
  footer a.logo {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 27px;
    background-size: contain;
    background-position-x: 15px;
  }
  footer p.info {
    background-size: auto 27px;
    font-size: 10px;
  }
  footer div.list {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer div.list nav.contactos {
    display: none;
  }
  footer a.footer-strong {
    font-size: 12px;
    color: white;
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  footer div.map {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 206px;
  }
  footer div.map a {
    background-size: 80px;
    background-position-x: 0;
    background-position-y: 40px;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 206px;
    padding-top: 15px;
  }
  footer > nav.contactos {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0;
    display: block;
  }
  footer > nav.contactos .header,
  footer > nav.contactos a,
  footer > nav.contactos p {
    padding-left: 0;
    padding-right: 0;
  }
  footer > nav.contactos .header {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .soc-news .news a {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  footer a.logo {
    float: left;
    /* width: 100%; */
    height: 52px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  footer div.list {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  footer div.map {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  footer > nav.contactos {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  footer div.list {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer div.map {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 30px;
  }
  footer div.map a {
    background-size: 130px;
  }
  footer nav.contactos {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  footer div.list {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  footer div.map {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  footer nav.contactos {
    float: left;
    width: 33.33333333%;
  }
}
.slider {
  width: 100%;
  background: url("../images/category-bg.jpg") center no-repeat;
  position: relative;
  float: left;
  height: 100px;
  background-size: cover;
}
.slider h2,
.slider h3 {
  font-family: "humanst";
  color: white;
  font-size: 25px;
  float: left;
  margin-top: 38px;
  margin-left: 44px;
  position: absolute;
  z-index: 2;
}
.slider h2:after,
.slider h3:after {
  content: "";
  display: block;
  border: 2px solid white;
  width: 10%;
}
.slider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 60%);
  z-index: 1;
}
main .slider {
  display: none;
}
.limiter {
  width: 100%;
  float: left;
  position: relative;
}
.limiter .nums {
  height: 60px;
  width: 100%;
  float: left;
  display: none;
}
.limiter .nums h1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "fira semibold";
  font-size: 15px;
  color: #666666;
  float: left;
}
@media (min-width: 768px) {
  .limiter .nums h1 {
    float: left;
    width: 100%;
  }
}
.limiter .nums h1:first-letter {
  border-bottom: 4px solid #666666;
}
.limiter .nums .button-number {
  display: none;
}
.limiter .arrow {
  width: 23px;
  height: 37px;
  background-image: url('../images/slider/arrow.svg');
  position: absolute;
  top: 50px;
  z-index: 999;
}
.limiter .arrow.left-arrow {
  left: 0;
}
.limiter .arrow.right-arrow {
  right: 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.limiter ul.portfolio {
  float: left;
  width: 100%;
  height: 135px;
  list-style: none;
  padding: 0;
}
.limiter ul.portfolio li {
  width: 100%;
  min-height: 100%;
  background-position: center;
  background-size: cover;
  display: none;
}
.limiter ul.portfolio li:first-child {
  display: block;
}
.limiter ul.portfolio li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.limiter ul.portfolio li .titleNoticia {
  height: 21.5px;
  background: #E5E5E5;
  font-family: "fira medium";
  font-size: 15px;
  color: black;
  float: left;
  padding: 0 10px;
  clear: both;
  margin-top: 80px;
  margin-left: 35px;
}
.limiter ul.portfolio li .description {
  min-height: 18px;
  float: left;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: "fira";
  font-size: 11px;
  color: white;
  clear: both;
  margin-top: 5px;
  margin-left: 35px;
  margin-right: 35px;
}
main .limiter {
  display: none;
}
@media (min-width: 768px) {
  .limiter {
    display: none;
  }
  .slider {
    display: none;
  }
  main .slider {
    display: block;
    float: left;
    height: 143px;
  }
  main .slider h2,
  main .slider h3 {
    font-size: 35px;
    margin-top: 67px;
    margin-left: 84px;
  }
  main .limiter {
    display: block;
  }
  main .limiter .arrow {
    top: 50%;
  }
  main .limiter ul.portfolio li .titleNoticia {
    margin-top: 190px;
  }
}
@media (min-width: 1200px) {
  main .slider {
    width: 75%;
    height: 270px;
    /*height: 235px;*/
    background-size: cover;
  }
  main .slider h2,
  main .slider h3 {
    /*margin-top: 173px;*/
    margin-top: 183px;
    margin-left: 54px;
  }
  .limiter {
    display: none;
  }
  main .limiter {
    display: block;
  }
  main .limiter .nums.homes {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  main .limiter .nums {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 269px;
    background-color: #00759C;
    display: block;
  }
  main .limiter .nums h1 {
    font-family: "humanst";
    font-size: 31px;
    color: white;
    /*margin-top: 93px;
        margin-left: 70px;*/
    float: left;
    padding: 0;
    text-align: center;
    margin-top: 0;
    width: 90%;
    margin-bottom: 20px;
  }
  main .limiter .nums h1:first-letter {
    border-bottom: 0;
  }
  main .limiter .nums h2 {
    font-family: "fira medium", sans-serif;
    text-align: center;
    color: #fff;
    background: #FF891F;
    font-size: 18px;
    width: 166px;
    margin: 0 auto;
    height: 20px;
    clear: both;
    text-transform: uppercase;
    line-height: 20px;
  }
  main .limiter .nums h3 {
    font-family: 'humanst', sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 30px;
    text-align: center;
    width: 90%;
    color: #00759C;
  }
  main .limiter .nums h3:first-letter {
    text-transform: uppercase;
  }
  main .limiter .nums h4 {
    font-family: "fira medium", sans-serif;
    text-align: center;
    color: #fff;
    background: #00759C /*#FF891F*/;
    font-size: 18px;
    width: 166px;
    margin: 0 auto;
    height: 20px;
    clear: both;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 10px;
  }
  main .limiter .nums.comun {
    background-color: #C5C7C9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  main .limiter .nums .buttons {
    position: absolute;
    bottom: 18px;
    right: 32px;
    margin: 0;
  }
  main .limiter .nums .buttons a {
    display: inline-block;
    height: 10px;
    width: 10px;
    cursor: pointer;
    margin-right: 5px;
    background-image: url('../images/slider/number.svg');
  }
  main .limiter .nums .buttons a.current span {
    display: block;
    width: 100%;
    height: 100%;
    background: #00759C;
    opacity: 0.5;
  }
  main .limiter .nums.ici h3,
  main .limiter .nums.ico h3,
  main .limiter .nums.idei h3,
  main .limiter .nums.idh h3,
  main .limiter .nums.cultura h3,
  main .limiter .nums.fmlauni h3,
  main .limiter .nums.radio h3 {
    color: white;
  }
  main .limiter .nums.ici h4,
  main .limiter .nums.ico h4,
  main .limiter .nums.idei h4,
  main .limiter .nums.idh h4,
  main .limiter .nums.cultura h4,
  main .limiter .nums.fmlauni h4,
  main .limiter .nums.radio h4 {
    background: white;
  }
  main .limiter .nums.ici {
    background-color: #417144;
  }
  main .limiter .nums.ici h4 {
    color: #417144;
  }
  main .limiter .nums.ici .buttons a.current span {
    background: #417144;
  }
  main .limiter .nums.ico {
    background-color: #FF891F;
  }
  main .limiter .nums.ico h4 {
    color: #FF891F;
  }
  main .limiter .nums.ico .buttons a.current span {
    background: #FF891F;
  }
  main .limiter .nums.idei {
    background-color: #AE1722;
  }
  main .limiter .nums.idei h4 {
    color: #AE1722;
  }
  main .limiter .nums.idei .buttons a.current span {
    background: #AE1722;
  }
  main .limiter .nums.idh {
    background-color: #652f8e;
  }
  main .limiter .nums.idh h4 {
    color: #652f8e;
  }
  main .limiter .nums.idh .buttons a.current span {
    background: #652f8e;
  }
  main .limiter .nums.cultura {
    background-color: #00A99D;
  }
  main .limiter .nums.cultura .buttons a.current span {
    background: #00A99D;
  }
  main .limiter .nums.radio,
  main .limiter .nums.fmlauni {
    background-color: #902F72;
    margin: 0;
  }
  main .limiter .nums.radio .buttons a.current span,
  main .limiter .nums.fmlauni .buttons a.current span {
    background: #902F72;
  }
  main .limiter .arrow {
    display: none;
  }
  main .limiter ul.portfolio {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 269px;
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  main .limiter ul.portfolio li .titleNoticia {
    margin-top: 185px;
    margin-left: 100px;
  }
  main .limiter ul.portfolio li .description {
    margin-left: 100px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  main .limiter .nums {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  main .limiter ul.portfolio {
    float: left;
    width: 75%;
  }
}
div.cat-form {
  clear: both;
  float: left;
  width: 100%;
}
div.cat-form h3 {
  display: none;
}
div.cat-form form.cat {
  width: 60%;
  float: right;
  margin-top: 20px;
}
div.cat-form form.cat input {
  border: 1px solid #B1B1B1;
  width: 80%;
  height: 24px;
  float: right;
  padding-left: 7px;
}
div.cat-form form.cat button {
  cursor: pointer;
  height: 24px;
  width: 10%;
  min-width: 24px;
  background: url("../images/button-cat-search.svg") no-repeat;
  border: 0;
  margin-left: 3%;
  float: right;
}
@media (min-width: 1200px) {
  div.cat-form {
    width: 25%;
    float: left;
    clear: none;
    min-height: 1px;
  }
  div.cat-form h3 {
    display: none;
  }
  div.cat-form form.cat {
    width: 100%;
    float: left;
    margin-top: 12px;
  }
  div.cat-form form.cat button {
    margin-right: 4%;
    margin-left: 6%;
  }
}
.scroller-status {
  display: none;
  padding: 20px 0;
  float: left;
  width: 100%;
}
.scroller-status__message {
  text-align: center;
  color: #777;
}
/* loader-ellips
------------------------- */
.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}
.loader-ellips__dot:nth-child(4) {
  left: 3em;
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
.pagination {
  display: none;
}
ul.investigadores {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}
ul.investigadores a {
  text-decoration: none;
}
ul.investigadores li {
  float: left;
  width: 91.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  left: 4.16666667%;
  background: #F0F0F0;
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 5px auto;
  overflow: hidden;
}
ul.investigadores li h2 {
  font-family: 'fira';
  font-weight: bold;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
}
ul.investigadores li h2 a {
  color: #006B90;
}
ul.investigadores li h3 {
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0;
}
ul.investigadores li h3.area {
  font-family: 'fira medium';
  margin-top: 5px;
}
ul.investigadores li h3.contacto {
  font-family: 'fira';
}
ul.investigadores li h3 a {
  color: #6D6D6F;
}
ul.investigadores li p {
  line-height: 1;
}
ul.investigadores li p a {
  font-family: 'fira light';
  font-size: 11px;
  color: #6D6D6F;
}
ul li div.institutos {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
ul li div.institutos a.instituto {
  width: 35px;
  height: 15px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-family: 'fira';
  font-size: 11px;
  float: left;
}
ul li div.institutos a.instituto.ico {
  background: #f79a2d;
}
ul li div.institutos a.instituto.idh {
  background: #652f8e;
}
ul li div.institutos a.instituto.ici {
  background: #528256;
}
ul li div.institutos a.instituto.idei {
  background: #bd2a2c;
}
@media (min-width: 768px) {
  ul.investigadores li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 140px;
    left: 0;
    margin-left: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  ul.investigadores li {
    float: left;
    width: 30.83333333%;
  }
}
@media (min-width: 1200px) {
  ul.investigadores {
    float: left;
    width: 75%;
  }
  ul.investigadores li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  ul.investigadores li {
    float: left;
    width: 30.83333333%;
  }
}
ul.news {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.news a {
  text-decoration: none;
}
div.filter-by {
  font-family: 'fira';
  font-size: 11px;
  color: #CACACA;
  padding-left: 3px;
  margin-bottom: 5px;
}
.news-filter {
  width: 100%;
  float: left;
  clear: both;
  margin: 10px 0;
}
nav.news {
  width: 100%;
  display: inline-block;
}
nav.news a {
  /*width: 18%;*/
  padding: 0 10px;
  display: block;
  float: left;
  margin: 0 3px;
  font-family: 'fira';
  font-size: 11px;
  text-align: center;
  color: white;
  /*no me levanta las variables radio, cultura y tv, x eso puse los hexadecimal*/
}
nav.news a.ico {
  background: #f79a2d;
  border: 1px solid #f79a2d;
}
nav.news a.idei {
  background: #bd2a2c;
  border: 1px solid #bd2a2c;
}
nav.news a.idh {
  background: #652f8e;
  border: 1px solid #652f8e;
}
nav.news a.ici {
  background: #528256;
  border: 1px solid #528256;
}
nav.news a.radio {
  background: #902F72;
  border: 1px solid #902F72;
  /*background: @radio;
                        border: 1px solid @radio;*/
}
nav.news a.tv {
  background: #000;
  border: 1px solid #000;
  /*background: @tv;
                        border: 1px solid @tv;*/
}
nav.news a.cultura {
  background: #00A99D;
  border: 1px solid #00A99D;
  /*background: @cultura;*/
  /*border: 1px solid @cultura;*/
}
nav.news a.delete {
  border: 1px solid #666666;
  color: #666666;
}
@media (min-width: 768px) {
  nav.news {
    /*width: 270px;*/
    width: 100%;
  }
  nav.news a {
    /*width: 35px;*/
  }
  nav.news a.delete {
    width: 101px;
  }
}
@media (min-width: 1200px) {
  ul.news li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  ul.news li {
    float: left;
    width: 23.45833333%;
  }
}
ul.becas.list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}
ul.becas.list a {
  text-decoration: none;
}
ul.becas.list li {
  float: left;
  width: 91.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  left: 4.16666667%;
  background: white;
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 12px auto;
}
ul.becas.list li h2 {
  font-family: 'fira';
  font-weight: bold;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
}
ul.becas.list li h2 a {
  color: black;
}
ul.becas.list li h3 {
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0;
}
ul.becas.list li h3.area {
  font-family: 'fira medium';
  margin-top: 5px;
}
ul.becas.list li h3.contacto {
  font-family: 'fira';
}
ul.becas.list li h3 a {
  color: #6D6D6F;
}
ul.becas.list li p a {
  font-family: 'fira light';
  font-size: 11px;
  color: #6D6D6F;
}
div.becas.filter {
  float: left;
  width: 100%;
  font-size: 11px;
  font-family: 'fira medium';
  text-align: right;
  margin: 20px 0 10px 0;
  color: #6D6D6F;
}
div.becas.filter a {
  color: #6d6d6f;
}
div.becas.filter a:first-child {
  color: #00759C;
}
main.becas #navbar-cat {
  margin-left: 0;
}
@media (min-width: 768px) {
  ul.becas.list li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 140px;
    left: 0;
    margin-left: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  ul.becas.list li {
    float: left;
    width: 30.83333333%;
  }
}
@media (min-width: 1200px) {
  ul.becas.list li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  ul.becas.list li {
    float: left;
    width: 23.45833333%;
  }
}
main.convenios .sidebar {
  display: none;
}
main.convenios ul.list.convenios {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
main.convenios ul.list.convenios li {
  border-bottom: 1px solid #6D6D6F;
  float: left;
  width: 100%;
}
main.convenios ul.list.convenios li h2 {
  margin: 0;
  margin-top: 23px;
}
main.convenios ul.list.convenios li h2 a {
  font-family: 'fira';
  font-weight: bold;
  font-size: 13px;
  color: #00759C;
  text-decoration: underline;
}
main.convenios ul.list.convenios li h3 {
  margin: 0;
  margin-top: 12px;
}
main.convenios ul.list.convenios li h3 a {
  font-family: 'fira';
  font-weight: bold;
  font-size: 13px;
  color: #6D6D6F;
}
main.convenios ul.list.convenios li p {
  margin-top: 11px;
  font-family: 'fira light';
  font-size: 11px;
  color: #6D6D6F;
}
main.convenios ul.list.convenios li > a {
  display: inline-block;
  float: right;
  height: 18px;
  padding-right: 21px;
  background: url("../images/convenios/down-arrow.svg") no-repeat center right;
  color: #00759C;
  font-family: 'fira light';
  font-size: 11px;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  main.convenios .sidebar {
    display: block;
  }
  main.convenios ul.list.convenios {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  main.convenios ul.list.convenios.default-page {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  main.convenios ul.list.convenios {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  main.convenios ul.list.convenios.default-page {
    float: left;
    width: 100%;
  }
}
main.destacados ul.list.destacados {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
main.destacados ul.list.destacados li {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 200px;
  position: relative;
  background: url(/wp-content/themes/ungs/images/category-bg.jpg) center no-repeat;
  margin-bottom: 40px;
  padding: 0;
}
main.destacados ul.list.destacados li a {
  text-decoration: none;
}
main.destacados ul.list.destacados li a:hover {
  text-decoration: none;
}
main.destacados ul.list.destacados li h2 {
  font-family: 'fira';
  font-weight: bold;
  font-size: 15px;
  color: white;
  padding: 13px;
  margin-top: 62px;
}
main.destacados ul.list.destacados li > h2 {
  margin-top: 128px;
}
main.destacados ul.list.destacados li p {
  font-family: 'fira light';
  font-size: 11px;
  color: white;
  padding: 13px;
  margin: 0;
  padding-top: 0;
}
main.destacados ul.list.destacados li a.destacado-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
main.destacados ul.list.destacados li a.destacado-overlay h2 {
  margin-bottom: 0;
  margin-top: 78px;
}
main.destacados ul.list.destacados li div.institutos {
  top: 8px;
  left: 0;
  height: 14px;
  width: auto;
}
main.destacados ul.list.destacados li:hover > h2 {
  display: none;
}
main.destacados ul.list.destacados li:hover a.destacado-overlay {
  display: block;
}
@media (min-width: 768px) {
  main.destacados ul.list.destacados li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 140px;
    left: 0;
    margin-left: 15px;
  }
  main.destacados ul.list.destacados li > h2 {
    margin-top: 55px;
  }
  main.destacados ul.list.destacados li a.destacado-overlay h2 {
    margin-top: 26px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  main.destacados ul.list.destacados li {
    float: left;
    width: 30.83333333%;
  }
}
@media (min-width: 1200px) {
  main.destacados ul.destacados.list {
    margin-top: 80px;
  }
  main.destacados ul.destacados.list li {
    width: 369px;
    height: 208px;
  }
  main.destacados ul.destacados.list li > h2 {
    margin-top: 128px;
  }
  main.destacados ul.destacados.list li a.destacado-overlay h2 {
    margin-top: 100px;
  }
}
main div.carrera.children {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  main div.carrera.children {
    float: left;
    width: 75%;
  }
}
main div.carrera.children article {
  width: 100%;
  display: none;
}
main div.carrera.children article:first-child {
  display: block;
  padding-bottom: 15px;
}
div.list.carreras {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  margin-bottom: 25px;
}
div.list.carreras table.carreras {
  width: 100%;
  margin-top: 15px;
}
div.list.carreras table.carreras thead {
  background: #E6E6E6;
}
div.list.carreras table.carreras thead td {
  font-family: 'roboto bold';
  font-size: 14px;
  height: 26px;
  padding-left: 19px;
}
div.list.carreras table.carreras thead td.ico {
  color: #f79a2d;
  border-bottom: 1px solid #f79a2d;
}
div.list.carreras table.carreras thead td.idh {
  color: #652f8e;
  border-bottom: 1px solid #652f8e;
}
div.list.carreras table.carreras thead td.idei {
  color: #bd2a2c;
  border-bottom: 1px solid #bd2a2c;
}
div.list.carreras table.carreras thead td.ici {
  color: #528256;
  border-bottom: 1px solid #528256;
}
div.list.carreras table.carreras thead td.cultura {
  color: #00A99D;
  border-bottom: 1px solid #00A99D;
}
div.list.carreras table.carreras thead td.cultura abbr {
  display: none;
}
div.list.carreras table.carreras tbody {
  font-family: 'fira';
  font-size: 11px;
  color: #606060;
}
div.list.carreras table.carreras tbody td {
  padding: 5px;
  padding-left: 19px;
}
div.list.carreras table.carreras tbody td a {
  color: #606060;
}
div.list.carreras table.carreras tbody td a:hover {
  text-decoration: none;
}
div.list.carreras div.panel-group {
  margin-top: 20px;
}
div.list.carreras div.panel-group div.panel {
  border-radius: 0;
  border: 0;
}
div.list.carreras div.panel-group div.panel div.panel-heading {
  height: 26px;
  border: 0;
  background: #E6E6E6;
  color: #6D6E70;
  font-family: 'roboto bold';
  font-size: 14px;
  padding: 5px;
  padding-left: 19px;
}
div.list.carreras div.panel-group div.panel div.panel-body {
  border-top: 0;
}
div.list.carreras div.panel-group div.panel div.panel-body table {
  margin-top: 5px;
  margin-bottom: 5px;
}
div.list.carreras div.panel-group div.panel div.panel-body table td.instituto {
  text-transform: uppercase;
}
div.list.carreras div.panel-group div.panel div.panel-body table td.instituto.ico {
  color: #f79a2d;
}
div.list.carreras div.panel-group div.panel div.panel-body table td.instituto.idh {
  color: #652f8e;
}
div.list.carreras div.panel-group div.panel div.panel-body table td.instituto.idei {
  color: #bd2a2c;
}
div.list.carreras div.panel-group div.panel div.panel-body table td.instituto.ici {
  color: #528256;
}
@media (min-width: 1200px) {
  div.list.carreras {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  main div.carrera.children {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
  }
  main div.carrera.children article {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  div.list.carreras {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  main div.carrera.children {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  main div.carrera.children article {
    float: left;
    width: 100%;
  }
}
.h1 {
  font-family: "humanst";
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #808082;
  line-height: 1.3;
  float: left;
}
.h1:after {
  content: "";
  display: block;
  border: 2px solid #808082;
  width: 20px;
}
.institutos-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.institutos-tag a.instituto {
  width: 35px;
  height: 15px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-family: 'fira';
  font-size: 11px;
  float: left;
}
.institutos-tag a.instituto.ico {
  background: #f79a2d;
}
.institutos-tag a.instituto.idh {
  background: #652f8e;
}
.institutos-tag a.instituto.ici {
  background: #528256;
}
.institutos-tag a.instituto.idei {
  background: #bd2a2c;
}
.xs-box-news {
  float: left;
  width: 91.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  left: 4.16666667%;
  background: #F0F0F0;
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 12px auto;
}
.xs-box-news h2 {
  font-family: 'fira';
  font-weight: bold;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 15px;
}
.xs-box-news h2 a {
  color: black;
}
.xs-box-news img {
  width: 195px;
  height: 110px;
  float: left;
  margin-right: 15px;
}
.xs-box-news h3 {
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0;
  clear: none;
}
.xs-box-news h3.autor {
  font-family: 'fira';
  font-size: 11px;
  margin-bottom: 5px;
}
.xs-box-news h3.autor a {
  color: black;
}
.xs-box-news h3.fecha {
  font-family: 'fira light';
  font-size: 11px;
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.xs-box-news h3.fecha a {
  color: #6D6D6E;
}
.xs-box-news p {
  font-family: 'fira light';
  font-size: 11px;
}
.xs-box-news p a {
  color: #6D6D6E;
}
.sm-box-news {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  left: 0;
  margin-left: 15px;
  height: 345px;
  padding: 0;
}
@media (min-width: 768px) {
  .sm-box-news {
    float: left;
    width: 30.83333333%;
  }
}
.sm-box-news h2 {
  margin: 15px;
}
.sm-box-news img {
  height: 152px;
  width: 100%;
  margin-right: 0;
  padding: 0;
  margin-bottom: 15px;
}
.sm-box-news h3 {
  margin: auto 15px;
}
.sm-box-news p {
  margin: auto 15px;
}
.sm-box-evento {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sm-box-evento {
    float: left;
    width: 30.83333333%;
  }
}
.lg-box-news {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .lg-box-news {
    float: left;
    width: 23.45833333%;
  }
}
.lg-box-news h2 {
  margin: 15px 0;
}
main.convocatorias {
  /*@convocatorias-blue @convocatorias-light @convocatorias-black:*/
}
main.convocatorias article.detalle .estado {
  font-family: 'fira medium', sans-serif;
  background-color: #00628E;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 13px;
}
main.convocatorias article.detalle .tipo {
  color: #00628E;
  text-transform: uppercase;
}
main.convocatorias article.detalle .campoDestacado {
  color: #00628E;
}
main.convocatorias article.detalle .tipoDeConvocatoria {
  color: #00628E;
  background-color: #E4E4E3;
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px 2px 4px;
}
main.convocatorias article.detalle .resultado {
  font-weight: bold;
}
main.convocatorias article.detalle h1 {
  margin-bottom: 20px;
}
main.convocatorias article.detalle p {
  margin-bottom: 10px;
}
main.convocatorias article.detalle .codigo {
  color: #00628E;
  font-family: 'fira medium', sans-serif;
}
main.convocatorias article.detalle .metaEvento {
  font-family: 'fira semibold', sans-serif;
  font-size: 15px;
}
main.convocatorias article.detalle .institutos {
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
main.convocatorias article.detalle .institutos a.instituto {
  width: 35px;
  height: 15px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-family: 'fira';
  font-size: 11px;
  float: left;
}
main.convocatorias article.detalle .institutos a.instituto.ico {
  background: #f79a2d;
}
main.convocatorias article.detalle .institutos a.instituto.idh {
  background: #652f8e;
}
main.convocatorias article.detalle .institutos a.instituto.ici {
  background: #528256;
}
main.convocatorias article.detalle .institutos a.instituto.idei {
  background: #bd2a2c;
}
main.convocatorias ul.list {
  font-family: 'fira', sans-serif;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
main.convocatorias ul.list li {
  background: none;
  padding: 0 0 20px 0;
}
main.convocatorias ul.list li h2 {
  margin: 30px 15px 8px;
}
main.convocatorias ul.list li h2 a {
  font-family: 'roboto bold', sans-serif;
  color: #1A1718;
}
main.convocatorias ul.list li p {
  margin-bottom: 15px;
}
main.convocatorias ul.list li .tipoBeca {
  color: #00628E;
  text-transform: uppercase;
}
main.convocatorias ul.list li .tipoBeca a {
  color: #00628E;
}
main.convocatorias ul.list li .destinatarios a {
  background-color: #E4E4E3;
  color: #00628E;
  text-transform: uppercase;
  padding: 5px;
  font-size: 11px;
  font-weight: bold;
  height: 17px;
  display: inline-block;
  float: left;
  padding: 0 8px;
  line-height: 17px;
}
main.convocatorias ul.list li div.institutos {
  /* position: static; */
}
main.convocatorias ul.list li div.institutos a.instituto {
  width: 35px;
  height: 15px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-family: 'fira';
  font-size: 11px;
  margin-bottom: 10px;
}
main.convocatorias ul.list li div.institutos a.instituto.ico {
  background: #f79a2d;
}
main.convocatorias ul.list li div.institutos a.instituto.idh {
  background: #652f8e;
}
main.convocatorias ul.list li div.institutos a.instituto.ici {
  background: #528256;
}
main.convocatorias ul.list li div.institutos a.instituto.idei {
  background: #bd2a2c;
}
main.convocatorias ul.list li .tags .tag {
  background-color: #00628E;
  padding: 0 11px 0 7px;
}
main.convocatorias ul.list li .tags .estado {
  background-color: #E4E4E3;
  color: #00628E;
  width: auto;
  height: 15px;
  display: block;
  padding: 0 15px 0 7px;
  line-height: 15px;
  font-size: 11px;
  float: left;
}
main.convocatorias ul.list.busqueda li,
main.convocatorias ul.list.adscripcion li,
main.convocatorias ul.list.investigacion li,
main.convocatorias ul.list.becas li,
main.convocatorias ul.list.pasantias li,
main.convocatorias ul.list.concursos li {
  background: #e6e6e6;
  position: relative;
  height: 150px;
  padding-bottom: 1px;
}
main.convocatorias ul.list.busqueda li div.institutos,
main.convocatorias ul.list.adscripcion li div.institutos,
main.convocatorias ul.list.investigacion li div.institutos,
main.convocatorias ul.list.becas li div.institutos,
main.convocatorias ul.list.pasantias li div.institutos,
main.convocatorias ul.list.concursos li div.institutos {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
}
main.convocatorias ul.list.busqueda li h3,
main.convocatorias ul.list.adscripcion li h3,
main.convocatorias ul.list.investigacion li h3,
main.convocatorias ul.list.becas li h3,
main.convocatorias ul.list.pasantias li h3,
main.convocatorias ul.list.concursos li h3 {
  font-weight: normal;
  font-family: 'fira';
}
main.convocatorias ul.list.busqueda li .tipoBeca a,
main.convocatorias ul.list.adscripcion li .tipoBeca a,
main.convocatorias ul.list.investigacion li .tipoBeca a,
main.convocatorias ul.list.becas li .tipoBeca a,
main.convocatorias ul.list.pasantias li .tipoBeca a,
main.convocatorias ul.list.concursos li .tipoBeca a {
  background: white;
  color: #00628E;
  width: auto;
  height: 15px;
  display: block;
  padding: 0 15px 0 7px;
  line-height: 15px;
  font-size: 11px;
  float: left;
}
main.convocatorias ul.list.busqueda .tags .estado,
main.convocatorias ul.list.concursos .tags .estado {
  background: white;
}
main.convocatorias ul.list.adscripcion li,
main.convocatorias ul.list.investigacion li,
main.convocatorias ul.list.becas li,
main.convocatorias ul.list.pasantias li,
main.convocatorias ul.list.concursos li {
  height: 180px;
  background: white;
}
main.convocatorias ul.list.adscripcion h3.tipoBeca a,
main.convocatorias ul.list.investigacion h3.tipoBeca a,
main.convocatorias ul.list.becas h3.tipoBeca a,
main.convocatorias ul.list.pasantias h3.tipoBeca a,
main.convocatorias ul.list.concursos h3.tipoBeca a {
  text-transform: uppercase;
  font-family: 'roboto bold', sans-serif;
  background: none;
  float: none;
  padding: 0;
}
main.convocatorias ul.list.concursos li {
  background: #e6e6e6;
}
@media (min-width: 1200px) {
  main.convocatorias ul.list {
    margin-top: 10px;
  }
  main.convocatorias ul.list li {
    height: 200px;
    width: 24%;
    margin: 10px;
    background: none;
    margin-left: 0;
    padding: 0 0 20px 0;
  }
  main.convocatorias ul.list li .button-share {
    width: 11px;
    height: 11px;
    display: block;
    background-image: url("../images/button-share.svg");
    position: absolute;
    right: 15px;
    bottom: 5px;
  }
  main.convocatorias ul.list.col3 {
    width: 75%;
  }
  main.convocatorias ul.list.col3 li {
    width: 32%;
  }
}
main.radio > h3,
main.fmlauni > h3 {
  display: none;
}
main.radio ul.radio,
main.fmlauni ul.radio {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}
main.radio ul.radio > li,
main.fmlauni ul.radio > li {
  position: relative;
  float: left;
  width: 91.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  left: 4.16666667%;
  padding: 0;
  padding-bottom: 15px;
}
main.radio ul.radio > li:last-child,
main.fmlauni ul.radio > li:last-child {
  border-bottom: 0;
}
main.radio ul.radio > li a:hover,
main.fmlauni ul.radio > li a:hover {
  text-decoration: none;
}
main.radio ul.radio > li h2,
main.fmlauni ul.radio > li h2 {
  font-family: 'fira';
  font-weight: bold;
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 8px;
  float: left;
  width: 100%;
}
main.radio ul.radio > li h2 a,
main.fmlauni ul.radio > li h2 a {
  color: #006B90;
}
main.radio ul.radio > li a img,
main.fmlauni ul.radio > li a img {
  width: 120px;
  height: 68px;
  float: left;
  margin-right: 15px;
}
main.radio ul.radio > li a.lg-img,
main.fmlauni ul.radio > li a.lg-img {
  display: none;
}
main.radio ul.radio > li span.meta,
main.fmlauni ul.radio > li span.meta {
  font-family: 'fira semibold';
  font-size: 11px;
  color: #6D6D6E;
}
main.radio ul.radio > li span.meta:after,
main.fmlauni ul.radio > li span.meta:after {
  content: "\00a0\007c";
}
main.radio ul.radio > li span.meta:last-of-type:after,
main.fmlauni ul.radio > li span.meta:last-of-type:after {
  content: "";
}
main.radio ul.radio > li p a,
main.fmlauni ul.radio > li p a {
  font-family: "fira light";
  font-size: 11px;
  color: #6D6D6E;
}
main.radio ul.radio > li p em,
main.fmlauni ul.radio > li p em {
  background: #E6E6E6;
}
main.radio ul.radio > li ul.post-categories,
main.fmlauni ul.radio > li ul.post-categories {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
}
main.radio ul.radio > li ul.post-categories li,
main.fmlauni ul.radio > li ul.post-categories li {
  margin-top: 15px;
}
main.radio ul.radio > li ul.post-categories li a,
main.fmlauni ul.radio > li ul.post-categories li a {
  font-family: 'fira';
  font-size: 11px;
  text-transform: uppercase;
  color: #6D6D6F;
}
main.radio ul.radio > li div.taxonomies,
main.fmlauni ul.radio > li div.taxonomies {
  position: static;
  float: left;
}
main.radio ul.radio > li div.taxonomies a,
main.fmlauni ul.radio > li div.taxonomies a {
  margin-right: 5px;
}
@media (min-width: 1200px) {
  main.radio > h3,
  main.fmlauni > h3 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    float: left;
    font-family: 'humanst';
    font-size: 25px;
    color: #6D6D6F;
    line-height: 1.5;
    margin: 46px 0;
  }
  main.radio > h3:first-letter,
  main.fmlauni > h3:first-letter {
    border-bottom: 3px solid #6D6D6F;
  }
  main.radio > h3 span,
  main.fmlauni > h3 span {
    color: #CACACA;
  }
  main.radio ul.radio li ul.post-categories,
  main.fmlauni ul.radio li ul.post-categories,
  main.radio ul.fmlauni li ul.post-categories,
  main.fmlauni ul.fmlauni li ul.post-categories,
  main.radio ul.radio li p,
  main.fmlauni ul.radio li p,
  main.radio ul.fmlauni li p,
  main.fmlauni ul.fmlauni li p,
  main.radio ul.radio li h2,
  main.fmlauni ul.radio li h2,
  main.radio ul.fmlauni li h2,
  main.fmlauni ul.fmlauni li h2 {
    float: left;
    width: 100%;
    clear: right;
  }
  main.radio ul.radio li span.meta,
  main.fmlauni ul.radio li span.meta,
  main.radio ul.fmlauni li span.meta,
  main.fmlauni ul.fmlauni li span.meta {
    display: block;
    clear: none;
    width: auto;
    float: left;
  }
  main.radio ul.radio li a.sm-img,
  main.fmlauni ul.radio li a.sm-img,
  main.radio ul.fmlauni li a.sm-img,
  main.fmlauni ul.fmlauni li a.sm-img {
    display: none;
  }
  main.radio ul.radio li a.lg-img,
  main.fmlauni ul.radio li a.lg-img,
  main.radio ul.fmlauni li a.lg-img,
  main.fmlauni ul.fmlauni li a.lg-img {
    margin-right: 34px;
    display: block;
    margin-top: 23px;
    float: left;
  }
  main.radio ul.radio li a.lg-img img,
  main.fmlauni ul.radio li a.lg-img img,
  main.radio ul.fmlauni li a.lg-img img,
  main.fmlauni ul.fmlauni li a.lg-img img {
    width: 169px;
    height: 95px;
  }
  main.radio ul.radio li.has-image h2,
  main.fmlauni ul.radio li.has-image h2,
  main.radio ul.fmlauni li.has-image h2,
  main.fmlauni ul.fmlauni li.has-image h2,
  main.radio ul.radio li.has-image ul.post-categories,
  main.fmlauni ul.radio li.has-image ul.post-categories,
  main.radio ul.fmlauni li.has-image ul.post-categories,
  main.fmlauni ul.fmlauni li.has-image ul.post-categories,
  main.radio ul.radio li.has-image p,
  main.fmlauni ul.radio li.has-image p,
  main.radio ul.fmlauni li.has-image p,
  main.fmlauni ul.fmlauni li.has-image p {
    width: 80%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  main.radio > h3,
  main.fmlauni > h3 {
    float: left;
    width: 75%;
  }
}
header.radio,
header.fmlauni {
  background: #902F72;
}
header.radio #navbar-cel button.navbar-toggle span.glyphicon,
header.fmlauni #navbar-cel button.navbar-toggle span.glyphicon {
  color: #902F72;
}
header.radio #navbar-cel button.navbar-toggle span.icon-bar,
header.fmlauni #navbar-cel button.navbar-toggle span.icon-bar {
  background: #902F72;
}
main.radio #navbar-cat,
main.fmlauni #navbar-cat {
  background: #902F72;
}
main.radio #navbar-cat a,
main.fmlauni #navbar-cat a {
  color: #fff;
}
main.radio #navbar-cat .current-menu-item a,
main.fmlauni #navbar-cat .current-menu-item a,
main.radio #navbar-cat a:hover,
main.fmlauni #navbar-cat a:hover {
  color: #BC82AA;
  text-decoration: none;
}
@media (min-width: 768px) {
  .breadcrumb-parent .breadcrumb > li:last-child a {
    color: #902F72;
  }
}
@media (min-width: 1200px) {
  header.radio #navbar-top,
  header.fmlauni #navbar-top,
  header.radio #navbar-sec,
  header.fmlauni #navbar-sec {
    background: #902F72;
  }
  header.radio #navbar-top ul.navbar-nav .open > a,
  header.fmlauni #navbar-top ul.navbar-nav .open > a,
  header.radio #navbar-top ul.navbar-nav .open > a:focus,
  header.fmlauni #navbar-top ul.navbar-nav .open > a:focus,
  header.radio #navbar-top ul.navbar-nav .open > a:hover,
  header.fmlauni #navbar-top ul.navbar-nav .open > a:hover {
    background-color: #902F72;
    border-bottom: 3px solid #ca5ba8;
  }
  header.radio #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu a:active,
  header.fmlauni #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu a:active,
  header.radio #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu a:hover,
  header.fmlauni #navbar-top ul.navbar-nav > li.dropdown .dropdown-menu a:hover {
    color: #902F72;
  }
  header.radio #navbar-top form button,
  header.fmlauni #navbar-top form button {
    background-color: #6a2254;
  }
  #navbar-sec.radio .navbar-nav > li > a:hover,
  #navbar-sec.fmlauni .navbar-nav > li > a:hover,
  #navbar-sec.radio .navbar-nav > .current-menu-item > a,
  #navbar-sec.fmlauni .navbar-nav > .current-menu-item > a,
  #navbar-sec.radio .current-menu-ancestor > a,
  #navbar-sec.fmlauni .current-menu-ancestor > a,
  #navbar-sec.radio .navbar-nav > .open > a,
  #navbar-sec.fmlauni .navbar-nav > .open > a,
  #navbar-sec.radio .navbar-nav > .open > a:hover,
  #navbar-sec.fmlauni .navbar-nav > .open > a:hover,
  #navbar-sec.radio .navbar-nav > .open > a:active,
  #navbar-sec.fmlauni .navbar-nav > .open > a:active,
  #navbar-sec.radio .navbar-nav > .open > a:focus,
  #navbar-sec.fmlauni .navbar-nav > .open > a:focus {
    border-bottom: 3px solid #902F72;
  }
  #navbar-sec.radio .dropdown-menu .open > a,
  #navbar-sec.fmlauni .dropdown-menu .open > a,
  #navbar-sec.radio .dropdown-menu .open > a:focus,
  #navbar-sec.fmlauni .dropdown-menu .open > a:focus,
  #navbar-sec.radio .dropdown-menu .open > a:hover,
  #navbar-sec.fmlauni .dropdown-menu .open > a:hover {
    background-color: #902F72;
    border-bottom: 3px solid #ca5ba8;
  }
  main.radio #navbar-cat,
  main.fmlauni #navbar-cat {
    margin-left: 0;
  }
}
header.radio #navbar-cel #cel-menu li li ul,
header.fmlauni #navbar-cel #cel-menu li li ul {
  border-left: 1px solid #902F72;
}
header.radio #navbar-cel #cel-menu li li ul li a,
header.fmlauni #navbar-cel #cel-menu li li ul li a {
  color: #902F72;
}
header.radio #navbar-cel #cel-menu > :first-child,
header.fmlauni #navbar-cel #cel-menu > :first-child {
  background: #902F72;
}
header.radio #navbar-cel #cel-menu > :first-child > a,
header.fmlauni #navbar-cel #cel-menu > :first-child > a {
  background: #902F72;
}
header.radio #navbar-cel #cel-menu > :first-child li > a,
header.fmlauni #navbar-cel #cel-menu > :first-child li > a {
  color: #902F72;
}
@media (min-width: 768px) {
  main.radio #side-menu .current-menu-ancestor > a,
  main.fmlauni #side-menu .current-menu-ancestor > a,
  main.radio #side-menu .current-menu-item > a,
  main.fmlauni #side-menu .current-menu-item > a {
    color: #808082;
  }
  main.radio #side-menu > li > a,
  main.fmlauni #side-menu > li > a {
    color: #902F72;
    border-bottom-color: #902F72;
  }
  main.radio #side-menu > li > a:hover,
  main.fmlauni #side-menu > li > a:hover {
    background: rgba(144, 47, 114, 0.19);
  }
  main.radio #side-menu > li > a:hover span,
  main.fmlauni #side-menu > li > a:hover span {
    color: #902F72;
  }
  main.radio #side-menu > li > ul > li a,
  main.fmlauni #side-menu > li > ul > li a {
    color: #902F72;
    border-bottom-color: #902F72;
  }
  main.radio #side-menu > li > ul > li a:hover,
  main.fmlauni #side-menu > li > ul > li a:hover {
    background: rgba(144, 47, 114, 0.19);
  }
  main.radio #side-menu > li > ul > li a:hover span,
  main.fmlauni #side-menu > li > ul > li a:hover span {
    color: #902F72;
  }
  main.radio #side-menu > li > ul ul > li a,
  main.fmlauni #side-menu > li > ul ul > li a {
    color: #902F72;
    border-bottom-color: rgba(144, 47, 114, 0.6);
  }
}
footer.radio,
footer.fmlauni {
  background: #902F72;
}
.radioEnVivo .textwidget {
  float: left;
  width: 100%;
}
/*iframes*/
.campodemayo iframe,
.tv iframe,
.noticiasungs iframe {
  width: 100%;
  height: 600px;
  border: 0;
}
.tv iframe {
  margin-bottom: -7px;
}
header.tv,
footer.tv,
.tv nav#navbar-top {
  background: #000;
}
.c-filter-select {
  height: 34px;
  background: #E6E6E6;
  border: 0;
  font-family: "fira medium";
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}
.c-filter-select:active,
.c-filter-select:focus {
  border: 0;
}
.select2-container--ungs {
  height: 35px !important;
  margin-top: 5px;
  background: #E6E6E6;
  border: 0;
  font-family: "fira medium";
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 270px;
}
.select2-container--ungs .select2-selection--single {
  background: #E6E6E6;
  border: 0;
  height: 35px;
}
.select2-container--ungs .select2-selection--single .select2-selection__rendered {
  color: #006B90;
  line-height: 35px;
}
.select2-container--ungs .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--ungs .select2-selection--single .select2-selection__arrow b {
  border-color: #006B90 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--ungs .select2-search__field {
  border: 1px solid #B1B1B1;
  height: 24px;
  padding-left: 7px;
}
.select2-container--ungs .select2-dropdown {
  border: 0;
  background: #E6E6E6;
  color: #006B90;
  top: -5px;
}
.social-nav {
  float: left;
  width: 100%;
  background: #ccc;
  margin-bottom: 15px;
  display: none;
}
@media (min-width: 1200px) {
  .social-nav {
    width: 264px;
    height: 310px;
    display: block;
  }
}
.social-nav--cel {
  display: block;
}
@media (min-width: 1200px) {
  .social-nav--cel {
    display: none;
  }
}
.social-nav--cultura {
  height: 355px;
}
.social-nav--ediciones {
  height: 375px;
  width: 260px;
  margin-top: 24px;
  margin-bottom: 0;
}
.social-nav--ediciones #ytio-container #ytio-avatar {
  padding: 1px 5px;
}
.social-nav--ediciones #ytio-container #ytio-avatar #ytio-left {
  display: none;
}
.social-nav--ediciones #ytio-container #ytio-avatar #ytio-right {
  width: 100%;
  margin: 5px 5px;
}
.social-nav--ediciones #ytio-container #ytio-avatar #ytio-right .clear {
  display: none;
}
.social-nav--ediciones #ytio-container #ytio-avatar #ytio-right a {
  display: none;
}
.social-nav--ediciones #ytio-container #ytio-uploads {
  font-size: 11px;
  font-family: fira;
}
.social-nav--ediciones #ytio-container p {
  line-height: 1.7;
}
.social-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.social-nav__button {
  float: left;
}
.social-nav__content {
  padding: 15px;
  height: 325px;
}
.social-nav__tab {
  height: 100%;
}
.social-button {
  height: 30px;
  background-position: center;
  background-size: auto 17px;
  background-repeat: no-repeat;
  width: 33.33%;
}
.social-button--facebook {
  background-image: url(../images/home/facebook.svg);
}
.social-button--facebook:hover {
  background-image: url(../images/home/facebook--hover.svg);
}
.social-button--twitter {
  background-image: url(../images/home/twitter.svg);
}
.social-button--twitter:hover {
  background-image: url(../images/home/twitter--hover.svg);
}
.social-button--instagram {
  background-image: url(../images/home/instagram.svg);
}
.social-button--instagram:hover {
  background-image: url(../images/home/instagram--hover.svg);
}
.social-button--youtube {
  background-image: url(../images/home/youtube.svg);
}
.social-button--youtube:hover {
  background-image: url(../images/home/youtube--hover.svg);
}
.social-button__link {
  display: block;
  height: 100%;
  width: 100%;
  margin-top: 0;
  border-right: 2px solid white !important;
  background-color: transparent !important;
}
.social-button__link--last {
  border-right: 0 !important;
}
.social-button__link:hover,
.social-button__link:active,
.social-button__link:focus {
  background-color: transparent !important;
  border: 0 !important;
  border-right: 2px solid white !important;
}
.social-button__link--last:hover,
.social-button__link--last:active,
.social-button__link--last:focus {
  border-right: 0 !important;
}
.arch-pag {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}
.page-numbers {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  color: #666666;
  background: #f2f2f2;
  padding: 10px;
  font-weight: bold;
}
.tabla-ungs td,
.tabla-ungs th {
  text-align: justify;
  font-size: 12px;
  font-family: "fira";
  color: #666666;
  padding: 6px 11px;
}
.tabla-ungs td.light,
.tabla-ungs th.light {
  font-family: "fira light";
}
.tabla-ungs thead tr {
  background: #006b90;
}
.tabla-ungs thead tr td {
  color: white;
  font-weight: bold;
}
.tabla-ungs tr:nth-of-type(odd) {
  background: #f2f2f2;
}
.tabla-ungs tr:nth-of-type(even) {
  background: #e6e6e6;
}
.catalogo-linea .catalogo-form {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.catalogo-linea .middle .formHead {
  margin: 12px 0px 20px 0px;
  height: 18px;
  padding: 4px;
  background: #ccdbe5;
}
.catalogo-linea .middle .formHead .formOptions {
  float: right;
  margin-top: 2px;
  line-height: 0.5;
}
.catalogo-linea .middle .formHead .formOptions A {
  margin-left: 12px;
}
.catalogo-linea .middle .formHead .help,
.catalogo-linea .middle .formHead .changeForm {
  padding: 1px 0px 0px 18px;
}
.catalogo-linea .middle .formHead .changeForm {
  background: url(http://abcdnuevo.ungs.edu.ar/iah/image/common/form.gif) no-repeat;
}
.catalogo-linea .middle .formHead A {
  text-decoration: none;
  font-size: 11px;
  color: #333;
}
.catalogo-linea .middle .formHead H3 {
  float: left;
  margin-top: 0px;
}
.catalogo-linea h3 {
  font-weight: normal;
  line-height: 110%;
  margin: .7em 0 .2em;
  letter-spacing: -0.02em;
}
.catalogo-linea div.secondCol {
  float: left;
  width: 100%;
  margin-right: .3em;
}
.catalogo-linea .ExprFree input {
  float: left;
  text-align: left;
  width: 100%;
  padding-left: 3px;
  margin: 0;
}
.catalogo-linea .volver_catalogo a,
.catalogo-linea article span {
  font-size: 11px;
}
.catalogo-linea select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
.search-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.search-item {
  position: relative;
  float: left;
  width: 91.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  left: 4.16666667%;
  padding: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #6D6D6E;
}
.search-item:last-child {
  border-bottom: 0;
}
.search-item a:hover {
  text-decoration: none;
}
.search-item__title {
  font-family: 'fira', sans-serif;
  font-weight: bold;
  font-size: 13px;
  margin-top: 8px;
  margin-bottom: 8px;
  float: left;
  width: 100%;
  color: #006B90;
}
@media (min-width: 1200px) {
  .search-item__title {
    float: left;
    width: 100%;
    clear: right;
  }
}
.search-item__sm-img {
  width: 20%;
  float: left;
  margin-right: 3%;
}
@media (min-width: 768px) {
  .search-item__sm-img {
    float: right;
    display: block;
    margin-right: 0;
    margin-left: 3%;
  }
}
@media (min-width: 1200px) {
  .search-item__sm-img {
    display: none;
  }
}
.search-item__lg-img {
  display: none;
}
@media (min-width: 1200px) {
  .search-item__lg-img {
    margin-right: 34px;
    display: block;
    margin-top: 23px;
    float: left;
    width: 169px;
    height: 95px;
  }
}
.search-item__meta {
  font-family: 'fira semibold', sans-serif;
  font-size: 11px;
  color: #6D6D6E;
  float: left;
  width: 100%;
}
.search-item__meta:after {
  content: "\00a0\007c";
}
.search-item__meta:last-of-type:after {
  content: "";
}
@media (min-width: 1200px) {
  .search-item__meta {
    display: block;
    clear: none;
    width: auto;
    float: left;
  }
}
.search-item__txt {
  font-family: "fira light", sans-serif;
  font-size: 11px;
  color: #6D6D6E;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .search-item__txt {
    float: left;
    width: 100%;
    clear: right;
  }
}
.search-item__txt em {
  background: #E6E6E6;
}
.search-item .post-categories {
  list-style: none;
  float: left;
  margin: 15px 0 0 0;
  padding: 0;
  clear: both;
  width: 100%;
}
@media (min-width: 1200px) {
  .search-item .post-categories {
    float: left;
    width: 100%;
    clear: right;
  }
}
.search-item .post-categories li {
  float: left;
}
.search-item .post-categories li a {
  font-family: 'fira', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #6D6D6F;
}
.search-item .post-categories li a:after {
  content: " / ";
}
.search-item .post-categories li:last-of-type a:after {
  content: "";
}
.search-item--has-image .search-item__txt,
.search-item--has-image .search-item__meta {
  width: 77%;
}
@media (min-width: 768px) {
  .search-item--has-image .search-item__title {
    width: 77%;
  }
}
@media (min-width: 1200px) {
  .search-item--has-image .search-item__title,
  .search-item--has-image .search-item__txt,
  .search-item--has-image .search-item__meta {
    width: 80%;
  }
}
.search-item--has-image .post-categories {
  width: 80%;
}
.search-item .taxonomies {
  position: static;
  float: left;
  width: 100%;
  margin-top: 2px;
}
@media (min-width: 1200px) {
  .search-item .taxonomies {
    margin-top: 8px;
  }
}
.search-item .taxonomies a {
  margin-right: 5px;
}
.search-title {
  display: none;
}
@media (min-width: 1200px) {
  .search-title {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    float: left;
    font-family: 'humanst';
    font-size: 25px;
    color: #6D6D6F;
    line-height: 1.5;
    margin: 46px 0;
  }
  .search-title:first-letter {
    border-bottom: 3px solid #6D6D6F;
  }
  .search-title span {
    color: #CACACA;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .search-title {
    float: left;
    width: 75%;
  }
}
.tesis {
  width: 100%;
}
.tesis__autor {
  width: 20%;
}
.tesis__title {
  width: 70%;
}
.tesis__anio {
  width: 5%;
}
.tesis__lang {
  width: 50%;
}
.ici .tesis .tesis__head {
  background: #528256;
}
.ici .tesis a {
  color: #528256;
}
.ico .tesis .tesis__head {
  background: #f79a2d;
}
.ico .tesis a {
  color: #f79a2d;
}
.idei .tesis .tesis__head {
  background: #bd2a2c;
}
.idei .tesis a {
  color: #bd2a2c;
}
.idh .tesis .tesis__head {
  background: #652f8e;
}
.idh .tesis a {
  color: #652f8e;
}
.tcarreras {
  font-family: 'fira', sans-serif;
  font-size: 11px;
  width: 100%;
  margin-bottom: 15px;
}
.tcarreras--ttl {
  margin-bottom: 0;
  margin-top: 15px;
}
.tcarreras__head {
  font-family: "roboto bold", sans-serif;
  font-size: 14px;
  color: #006B90;
  height: 27px;
  background: #E6E6E6;
  border-bottom: 2px solid #006B90;
  padding-left: 25px;
  text-transform: uppercase;
}
.tcarreras__cell {
  text-align: center;
  padding: 4px 0;
}
.tcarreras__cell--ttl {
  text-align: left;
  padding-left: 25px;
}
.tcarreras__cell--ttl a {
  color: #606060;
}
.tcarreras__cell--10,
.tcarreras__cell--modo,
.tcarreras__cell--anios,
.tcarreras__cell--instituto {
  width: 10%;
}
.tcarreras__cell--modo {
  text-transform: capitalize;
}
.tcarreras__cell--instituto {
  text-transform: uppercase;
}
.tcarreras__cell--idei {
  color: #bd2a2c;
}
.tcarreras__cell--ici {
  color: #528256;
}
.tcarreras__cell--ico {
  color: #f79a2d;
}
.tcarreras__cell--idh {
  color: #652f8e;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*AGREGADO EZEQUIEL GLIKMAN*/
.secRadio .sliderHead,
footer.colEdiciones {
  background-color: #902F72;
}
.secRadio #navbar-cat a {
  color: #902F72;
}
.secEdiciones .sliderHead {
  background-color: #00628E;
}
.navEdiciones {
  background-color: #eaeaea;
}
.secRadio .destacadosRadio {
  width: 100%;
  height: 340px;
  padding-top: 30px;
  padding-left: 15px;
}
.secRadio .destacadosRadio a {
  color: #fff;
}
.secRadio .sidebarRadio {
  height: 1000px;
}
.secRadio .destacadoPpalRadio {
  width: 63%;
  height: 294px;
  position: relative;
  margin-right: 30px;
}
.secRadio .destacadoPpalRadio,
.secRadio .sliderSombra,
.secRadio .categoriasCont,
.secRadio .tituloPpalRadio {
  z-index: 1;
}
.secRadio .tituloSecRadio {
  z-index: 2;
}
.secRadio .destacadoPpalRadio img,
.secRadio .destacadoSecRadio img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.secRadio .tituloPpalRadio,
.secRadio .tituloSecRadio {
  position: absolute;
  color: #fff;
  font-family: 'fira';
  bottom: 3%;
  left: 4%;
}
.secRadio .tituloPpalRadio {
  font-size: 18px;
}
.secRadio .tituloSecRadio {
  font-size: 13px;
}
.secRadio .destacadoSecRadio {
  width: 30%;
  height: 140px;
}
.secRadio .destacadoSecRadio:nth-child(2) {
  margin-bottom: 14px;
}
.secRadio .destacadosRadio .sliderSombra {
  height: 100%;
  left: 0;
}
.secRadio .categoriasCont {
  position: absolute;
}
.secRadio .destacadosRadio .categoriasCont h4 {
  font-size: 12px;
  position: static;
  text-transform: uppercase;
  font-family: 'fira medium', sans-serif;
}
.secRadio .destacadosRadio .categoriasCont a {
  padding: 3px 12px;
  color: #fff;
  background-color: #00628E;
}
.secRadio .destacadosRadio .categoriasCont a.idei {
  background-color: #AA1822;
}
.secRadio .bannersRadio {
  height: 307px;
  padding: 10px 16px;
  background-color: #CCCCCC;
  margin-top: 15px;
}
.secRadio .bannersRadio aside {
  width: 100%;
  height: 47%;
  background-color: #fff;
}
.secRadio .bannersRadio aside:last-child {
  background-color: #777;
  margin-top: 7%;
}
.sidebarRadio iframe {
  width: 100%;
}
.radioEnVivo {
  font-size: 15px;
  font-family: 'fira', sans-serif;
  background-color: #E6E6E6;
  border-bottom: 2px #902F72 solid;
}
.radioEnVivo .enVivo,
.radioEnVivo .tituloPrograma {
  font-family: 'fira semibold', sans-serif;
}
.radioEnVivo .enVivo {
  width: 100px;
  height: 38px;
  background-color: #902F72;
  color: #fff;
  line-height: 38px;
  text-align: center;
  float: left;
}
.radioEnVivo .reproductorRadio {
  margin-top: 5px;
  width: 100%;
}
.radioEnVivo .programaActual {
  margin-left: 5px;
  float: left;
}
.radioEnVivo .programaActual p {
  font-size: 11px;
}
.radioEnVivo .tituloPrograa {
  display: inline-block;
  font-size: 13px;
  text-align: center;
}
.radioEnVivo .contactoReproductor {
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
  line-height: 1.4em;
  margin-bottom: 2px;
}
.radioEnVivo .contactoReproductor span {
  display: block;
  font-weight: bold;
}
.sidebarRadio .twitterRadio,
.sidebarRadio .facebookRadio,
.sidebarRadio .youtubeRadio {
  background-color: #CCCCCC;
  width: 100%;
  padding: 10px 7px;
  margin-top: 15px;
}
.sidebarRadio .twitterRadio {
  height: 293px;
}
.sidebarRadio .tituloRedesRadio {
  font-family: 'fira semibold', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #902F72;
  margin-top: 0;
  padding: 3px 0px 0 9px;
}
.sidebarRadio .facebookRadio {
  height: 365px;
}
.sidebarRadio .facebookRadio iframe {
  height: 92%;
}
.sidebarRadio .youtubeRadio {
  height: 255px;
}
.sidebarRadio .youtubeRadio iframe {
  border: 0;
  height: 92%;
}
.maqEze .sliderGral {
  width: 100%;
  height: 270px;
  float: left;
}
.maqEze .sliderHomes {
  /*width:885px;*/
  width: 75%;
  height: 270px;
  float: left;
}
.maqEze .sliderHomes a {
  color: #000000;
}
.maqEze .sliderHead {
  width: 25%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 19% 75%;
  padding-top: 70px;
  float: left;
}
.secEdiciones .sliderHead {
  background-image: url('../images/agregado/logo-editorial.png');
}
.secRadio .sliderHead {
  background-image: url('../images/agregado/logo-radio.png');
}
.maqEze .sliderHead h1 {
  font-family: 'humanst', sans-serif;
  letter-spacing: 1px;
  color: white;
  text-align: center;
  font-size: 30px;
}
.maqEze .sliderSombra {
  height: 110px;
}
.maqEze .sliderSombra {
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.85));
  position: absolute;
  bottom: 0;
}
.maqEze .slider {
  background: url(../images/agregado/catalogo-header.jpg) no-repeat 50% 50%;
  display: block;
}
.maqEze .slider .sliderSombra {
  height: 100%;
  position: static;
}
.maqEze .slider .edicionesLogo {
  width: 69px;
  height: 64px;
  position: absolute;
  top: 10%;
  right: 2%;
  background: #fff url(../images/agregado/logo-editorial-60px.png) no-repeat 50% 50%;
  border-radius: 100%;
}
.maqEze .sliderItem {
  position: relative;
  width: 885px;
  height: 270px;
  float: left;
  background-repeat: no-repeat;
  font-family: 'fira', sans-serif;
}
.maqEze .sliderTexto {
  position: absolute;
  bottom: 0;
}
.maqEze .sliderItem .sliderTexto h3 {
  width: 50%;
}
.maqEze .sliderItem h3 {
  margin: 0 0 12px 29px;
  text-transform: uppercase;
  width: 50%;
  background-color: #E6E6E6;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 12px 3px 12px;
}
.maqEze .sliderItem p {
  margin: 0 0 28px 29px;
  color: #fff;
  background-color: #000;
  padding: 2px 12px;
}
.maqEze .sliderHomes .slick-arrow {
  display: none !important;
}
.maqEze .sliderHomes .slick-dots {
  width: 100px;
  position: absolute;
  left: -100px;
  bottom: 15px;
}
.maqEze .sliderHomes .slick-dots li {
  margin: 0 3px;
  width: 10px;
  height: 10px;
}
.maqEze .sliderHomes .slick-dots li button {
  width: 10px;
  height: 10px;
  background: url(../images/agregado/dots-ungs.png) no-repeat center;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0.5;
  transition: .3s;
}
.maqEze .sliderHomes .slick-dots li.slick-active button,
.sliderHomes .slick-dots li button:hover,
.sliderHomes .slick-dots li button:active,
.sliderHomes .slick-dots li button:focus {
  opacity: 1;
}
.maqEze .slide {
  float: left;
  width: 100%;
  height: 300px;
  background-color: #F2F2F2;
  font-family: 'fira', sans-serif;
}
.maqEze .slick-prev,
.maqEze .slick-next {
  z-index: 1;
}
.maqEze .slick-prev {
  left: -35px;
}
.maqEze .slick-next {
  right: -36px;
}
.maqEze .slick-arrow {
  width: 27px;
  height: 50px;
  background-image: url(../images/agregado/slide-arrows.png);
  background-repeat: no-repeat;
  opacity: 0.6;
  transition: .3s;
}
.maqEze .slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
  opacity: 1;
}
.maqEze .slick-next {
  background-position: 0 -51px;
}
.maqEze .slick-next:before {
  content: '';
}
.slick-prev:before {
  content: '';
}
.maqEze .slick-item {
  padding: 0 10px;
}
.maqEze .headerCatalogo {
  float: left;
  width: 100%;
  padding: 75px 103px 50px 103px;
  background-color: #F2F2F2;
}
.maqEze .headerCatalogo a {
  color: #010200;
}
.maqEze .homesTitulos {
  font-family: 'fira medium';
  color: #6D6E70;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 33px;
}
.maqEze .slick-slide img,
.slick-slide h3,
.slick-slide h4 {
  width: 100%;
}
.maqEze .catalogoItem h3 {
  font-family: 'fira', sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 8px;
  margin-bottom: 7px;
  color: #000;
}
.maqEze .homesSeparador {
  display: block;
  width: 11px;
  border-top: 2px #000 solid;
}
.maqEze .catalogoItem h4 {
  font-size: 12px;
}
.secEdiciones .homesNoticias {
  width: 100%;
  height: 420px;
  float: left;
  padding: 24px 0;
}
.maqEze .homesNoticias .homesTitulos {
  padding-left: 322px;
  margin-bottom: 2px;
}
.maqEze .redes {
  background-color: #000;
  height: 318px;
  margin-top: 15px;
}
.maqEze .notas {
  background-color: #F2F2F2;
  width: 100%;
  padding: 0;
  font-family: 'fira semibold';
}
.maqEze .notas .titulosNotas {
  font-size: 13px;
  color: #000;
}
.maqEze .notas .titulosNotas {
  padding: 15px 15px 0 13px;
}
.maqEze .notas .notasTexto {
  padding: 15px 15px 0 15px;
}
.maqEze .notas .notasTexto p {
  margin-top: 10px;
}
.maqEze .notas img {
  width: 100%;
}
.maqEze .autorNota {
  color: #000;
  font-size: 12px;
}
.maqEze .notas p {
  font-size: 11px;
  line-height: 1em;
}
.maqEze .redesMenu {
  padding: 10px;
  overflow: auto;
}
.maqEze .redesMenu button {
  width: 60px;
  height: 19px;
  background: #000 url(../images/agregado/redes-tab.svg) no-repeat center top;
  background-size: 16px;
  border: none;
  border-right: #fff 1px solid;
  padding: 5px;
  outline: 0;
  display: block;
  float: left;
}
.maqEze .redesMenu .activo {
  background-color: #fff;
}
.maqEze .redesMenu button.facebook {
  background-position: center 3px;
}
.maqEze .redesMenu button.twitter {
  background-position: center -15px;
}
.maqEze .redesMenu button.instagram {
  background-position: center -32px;
}
.maqEze .redes iframe {
  width: 241px;
  height: 269px;
}
.maqEze #Facebook,
.maqEze #Twitter,
.maqEze #Instagram {
  height: 277px;
  text-align: center;
}
.secEdiciones .homesEventos {
  width: 100%;
  height: 395px;
  float: left;
  margin-top: 28px;
  background-color: #F2F2F2;
}
.maqEze .homesEventos .homesTitulos {
  margin: 14px 16px 0px 16px;
}
.maqEze .homesEventos .notas {
  background-color: #fff;
}
.maqEze .homesEventos .titulosNotas {
  color: #00628E;
}
.maqEze .homesEventos .notas .fechaNota {
  color: #000;
  font-size: 12px;
  padding: 0px 15px;
  margin-bottom: 0px;
}
.maqEze .homesEventos .notas p {
  padding: 10px 15px 0 15px;
}
.maqEze .homesEventos .tag {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 12px;
  background-color: #00628E;
  font-family: 'fira medium', sans-serif;
  position: absolute;
  top: 10px;
  font-size: 11px;
}
.maqEze .homesNoticias .tag a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 12px;
  background-color: #00628E;
  font-family: 'fira medium', sans-serif;
  position: absolute;
  top: 63px;
  font-size: 11px;
}
.maqEze .homesEventos .institutos {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 12px;
  font-family: 'fira medium', sans-serif;
  position: absolute;
  bottom: -15px;
}
.maqEze .homesEventos .institutos a {
  color: #fff;
  padding: 4px 12px;
  font-family: 'fira medium', sans-serif;
  font-size: 11px;
  margin-right: 5px;
}
.maqEze .catEventosAbajo {
  color: #fff;
  display: inline-block;
  padding: 4px 12px;
  font-family: 'fira', sans-serif;
  margin-right: 3px;
}
.maqEze .centroCultural {
  background-color: #15A69A;
}
.maqEze .ico {
  background-color: #F28425;
}
.maqEze .ici {
  background-color: #417144;
}
.maqEze .compartir {
  position: absolute;
  right: 10px;
  bottom: 12px;
  display: inline-block;
  width: 11px;
  height: 13px;
  background: url(../images/agregado/compartir.svg) no-repeat;
  background-size: 11px;
  background-position: 0px -11px;
}
.maqEze .compartir:hover {
  background-position: 0px 1px;
}
.maqEze .verMas {
  float: right;
  margin-top: 25px;
  font-family: 'fira medium';
  color: #666666;
  font-size: 13px;
  text-transform: uppercase;
}
.maqEze .verMas:hover {
  color: #000;
}
.maqEze .verMas {
  margin-right: 17px;
  width: 100%;
  text-align: right;
}
.maqEze .catalogoEdiciones p {
  margin-top: 7px;
}
.maqEze .catalogoEdiciones span {
  display: block;
  font-size: 11px;
  font-family: 'fira light', sans-serif;
  line-height: 1.2em;
}
.maqEze .catalogoEdiciones .nombreColeccion {
  color: #00628E;
}
.secEdiciones .menuCatalogo {
  color: #00628E;
  font-size: 11px;
}
.secEdiciones .menuCatalogo li {
  margin-bottom: 14px;
}
.secEdiciones .menuCatalogo li li {
  margin-top: 7px;
}
.maqEze .catalogoEdiciones {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.maqEze .catalogoEdiciones .tituloColeccion {
  font-family: 'humanst', sans-serif;
  color: #6D6E70;
  font-size: 25px;
}
.maqEze .catalogoEdiciones .introColecciones .homesSeparador {
  width: 21px;
  border-top: 4px #6D6E70 solid;
  margin: 19px 0;
  display: block;
}
.maqEze .catalogoEdiciones .introColecciones p {
  font-family: 'fira', sans-serif;
  font-size: 11px;
  text-align: justify;
}
.maqEze .catalogoEdiciones .catalogoItem {
  width: 23%;
  margin-bottom: 50px;
}
.maqEze .catalogoEdiciones .catalogoItem img {
  width: 100%;
}
.maqEze .menuHomeEdiciones {
  background-color: #eaeaea;
  float: left;
  width: 100%;
  height: 40px;
  position: relative;
}
.maqEze #side-menu {
  display: block;
}
.maqEze .catalogoEdiciones.catalogoColecciones {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-right: 0;
}
.maqEze .catalogoColecciones .catalogoItem {
  width: 30%;
  margin-bottom: 50px;
}
.maqEze .catalogoColecciones .catalogoItem img {
  width: 100%;
}
.maqEze .catalogoColecciones .catalogoItem p {
  font-size: 10px;
}
.secEdiciones .menuCatalogo .active {
  color: #606060;
  padding-left: 4px;
}
.maqEze .libroDetalle {
  width: 64%;
  float: left;
}
.maqEze .libroDetalle img,
.maqEze .libroDetalle .datosLibro {
  float: left;
}
.maqEze .libroDetalle img {
  border: 2px solid #000;
  max-width: 170px;
}
.maqEze .libroDetalle .datosLibro p {
  margin: 0;
}
.maqEze .libroDetalle .datosLibro {
  margin-left: 30px;
  font-family: 'fira', sans-serif;
}
.maqEze .libroDetalle .sinopsisLibro {
  clear: both;
  padding-top: 50px;
}
.maqEze .libroDetalle .sinopsisLibro h5 {
  margin: 0;
  font-family: 'fira semibold';
}
.maqEze .libroDetalle .sinopsisLibro p {
  margin-top: 5px;
}
.maqEze .libroDetalle .detalleDatos {
  font-family: 'fira medium', sans-serif;
}
.maqEze .libroDetalle span {
  display: inline;
}
.maqEze .agregarAlCarrito {
  width: 34%;
  float: right;
  font-family: 'fira', sans-serif;
  color: #666666;
}
.maqEze .catalogoEdiciones .agregarAlCarrito .precio {
  display: inline;
  font-family: 'fira semibold';
  font-size: 18px;
}
.maqEze .catalogoEdiciones .agregarAlCarrito span {
  display: inline;
  font-family: 'fira semibold';
}
.maqEze .catalogoEdiciones .agregarAlCarrito .envio {
  font-size: 9px;
  float: right;
}
.maqEze #cantidad {
  float: right;
  width: 55px;
  height: 25px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #F2F2F2 url(../images/agregado/arrow-down.svg) no-repeat 80%;
  border: 0;
  outline: 0;
  background-size: 11px;
  padding-left: 12px;
}
.maqEze .listaVer {
  list-style: none;
  padding: 0;
}
.maqEze .verLibro {
  padding: 5px 10px;
  border-bottom: solid 1px #666666;
  text-transform: uppercase;
}
.maqEze .verLibro:first-child {
  border-top: solid 1px #666666;
}
.maqEze .verLibro a {
  color: #666666;
}
.maqEze .agregarLibroForm {
  background-color: #E6E6E6;
  padding: 15px;
}
.menuHomeEdiciones .cat-form {
  background: #FFFFFF;
  height: 100%;
}
.menuHomeEdiciones .buscar {
  background-size: 20px;
  padding-top: 7px;
  padding-left: 11px;
  background: #fff;
}
.menuHomeEdiciones .buscar .buscarBtn {
  background: url(../images/agregado/icobuscar.svg) right 81% no-repeat;
  border: 0;
  background-size: 16px;
  width: 20px;
  vertical-align: sub;
}
.menuHomeEdiciones .buscar .buscarCampo {
  width: 80%;
  height: 24px;
  border: solid 1px #B3B3B3;
  margin-right: 7px;
}
.maqEze .carritoResumen {
  width: 670px;
  color: #606060;
  font-size: 13px;
}
.maqEze .catalogoEdiciones.catalogoColecciones.compras {
  clear: both;
  display: block;
  margin-bottom: 92px;
}
.maqEze .carritoResumen table {
  text-align: center;
  width: 670px;
  font-family: 'fira', sans-serif;
}
.maqEze .carritoResumen .filaEncabezado {
  height: 50px;
  line-height: 50px;
  font-family: 'fira medium', sans-serif;
  text-transform: uppercase;
  color: #6D6D6F;
  background-color: #fff;
  border-bottom: 0;
}
.maqEze .carritoResumen tr {
  background-color: #F2F2F2;
  height: 110px;
  padding: 7px 0;
  border-bottom: 1px #e0e0e0 solid;
}
.maqEze .carritoResumen .imgComprado {
  width: 80px;
}
.maqEze .carritoResumen .tituloEnCarrito {
  font-family: 'fira medium';
  font-size: 12px;
  width: 280px;
  text-align: left;
  padding-left: 15px;
  line-height: 1.2em;
}
.maqEze .carritoResumen .precioEnCarrito {
  font-family: 'fira', sans-serif;
  font-size: 12px;
}
.maqEze .carritoResumen .filaTotales {
  height: 50px;
  font-family: 'fira semibold', sans-serif;
  text-transform: uppercase;
}
.maqEze .carritoResumen .totalPorLibro {
  font-family: 'fira semibold', sans-serif;
  font-size: 14px;
}
.maqEze .carritoResumen #cantidad {
  float: none;
  background-color: #E6E6E6;
  width: 62px;
}
.maqEze .carritoResumen .cantidadColum {
  width: 60px;
}
.maqEze .carritoResumen .alignDer {
  text-align: right;
}
.maqEze .carritoResumen button {
  border: 0;
  color: #fff;
  font-family: 'fira semibold', sans-serif;
  font-size: 15px;
  width: 170px;
  height: 28px;
  margin-top: 5px;
}
.maqEze .carritoResumen .seguirComprando {
  background-color: #6D6E70;
}
.maqEze .carritoResumen .terminarCompra {
  background-color: #00628E;
  margin-left: 30px;
}
.secRadio .destacadosRadio .verMas {
  display: none;
}
.secRadio .programacionRadio {
  display: flex;
  flex-wrap: wrap;
  font-family: 'fira semibold', sans-serif;
}
.secRadio .programacionRadio div {
  position: relative;
}
.secRadio .programacionRadio .cabeceraDiasRadio {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  box-shadow: 0 6px 17px -3px rgba(0, 0, 0, 0.28);
  background: #fff;
  top: 0;
}
.secRadio .cabeceraDiasRadio .diasRadio {
  font-size: 18px;
  text-transform: uppercase;
  color: #00628E;
  border-top: 1px solid #000;
  width: calc(12.5%);
  line-height: 2em;
}
.secRadio .contProgs {
  display: flex;
  flex-direction: column;
}
.secRadio .semanal .tituloProgramaRadio {
  padding-top: 25px;
  text-align: center;
  width: 85%;
}
.secRadio .sabAdom .tituloProgramaRadio {
  padding-top: 25px;
  width: 79%;
  padding-left: 16px;
  line-height: 1em;
}
.secRadio .semanal {
  width: 121px;
  font-size: 15px;
}
.secRadio .sabAdom {
  width: 242px;
  font-size: 24px;
}
.secRadio .lunAvier {
  width: 605px;
  font-size: 34px;
}
.secRadio .lunAdom {
  width: 100%;
  font-size: 34px;
}
.secRadio .tituloProgramaRadio {
  text-transform: uppercase;
  font-family: 'fira semibold', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.secRadio .horarioPrograma {
  font-size: 14px;
  display: inline-block;
  width: 85px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 6px;
}
.secRadio .fondoNegro .horarioPrograma {
  background-color: #fff;
  color: #000;
}
.secRadio .fondoBlanco .horarioPrograma {
  background-color: #000;
  color: #fff;
}
.secRadio .fondoCeleste .horarioPrograma {
  background-color: #000;
  color: #fff;
}
.secRadio .fondoGris .horarioPrograma {
  background-color: #fff;
  color: #000;
  width: 100%;
}
.secRadio .fondoNegro a {
  background-color: #000;
}
.secRadio .fondoNegro a {
  color: #fff;
}
.secRadio .fondoBlanco a {
  background-color: #fff;
}
.secRadio .fondoBlanco a {
  color: #000;
}
.secRadio .fondoCeleste a {
  background-color: #00628E;
}
.secRadio .fondoGris a {
  background-color: #CCCCCC;
}
.secRadio .fondoGris a {
  color: #000;
}
.secRadio .fondoCeleste a {
  color: #fff;
}
.secRadio .hs4,
.secRadio .hs5 {
  height: 180px;
}
.secRadio .hs3 {
  height: 130px;
}
.secRadio .hs2 {
  height: 172px;
}
.secRadio .hs1 {
  height: 86px;
}
.programaRadio {
  padding: 0 6px;
}
.programaRadio + .programaRadio {
  margin-bottom: 7px;
}
.programaRadio a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-top: 3px solid #000;
}
.programaRadio a:hover {
  background-color: #902F72;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .maqEze .itemcarrito {
    display: inline-block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    background: url(../images/agregado/carrito.svg) left center no-repeat;
    background-size: 15px 15px;
  }
  .maqEze a .carrito {
    padding-left: 20px;
  }
  .secEdiciones .menuCatalogo.home {
    display: none;
  }
  .secEdiciones .menuCatalogo,
  .maqEze div.catalogoEdiciones {
    padding-top: 90px;
  }
  .secEdiciones .menuCatalogo h4 {
    font-family: 'fira semibold', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0;
  }
  .secEdiciones .sidebar-left {
    margin-left: 70px;
    width: 310px;
  }
  .secEdiciones .compras {
    padding-left: 292px;
  }
  .secRadio .redesMenu {
    display: none;
  }
  #twRadio,
  #fbRadio,
  #ytRadio {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .secRadio .resumenDestacado {
    display: none;
  }
}
@media (max-width: 1199px) {
  .maqEze .sliderHead {
    background-position: 50% 70%;
  }
  .maqEze .cat-form {
    width: 15%;
    height: 40px;
    background: #CCCCCC;
  }
  .maqEze #navbar-cat {
    width: 93%;
  }
  .maqEze #navbar-cat a {
    width: 100%;
  }
  .maqEze #navbar-cat {
    align-items: center;
  }
  .maqEze .itemcarrito {
    display: inline-block;
    width: 15%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    background: url(../images/agregado/carrito.svg) left center no-repeat;
    background-size: 15px 15px;
    background: url(../images/agregado/carrito.svg) 39% center no-repeat;
    background-size: 12px;
    text-align: center;
  }
  .maqEze a .carrito {
    padding-left: 15px;
  }
  .maqEze .headerCatalogo {
    padding: 35px 53px 0 53px;
  }
  .sliderGral,
  .sliderItem {
    height: 216px;
  }
  .sliderHead {
    padding-top: 40px;
    background-position: center 80%;
  }
  .maqEze .redes iframe {
    width: 131px;
    height: 249px;
  }
  .maqEze .redesMenu button {
    width: 33%;
  }
  .maqEze .redesMenu button:last-child {
    border: none;
  }
  .maqEze .homesNoticias .homesTitulos {
    padding-left: 203px;
  }
  .maqEze .notas .titulosNotas {
    padding: 15px 10px 0 15px;
  }
  .maqEze .notas .notasTexto {
    padding: 15px 10px 0 10px;
  }
  .maqEze .homesNoticias .notas {
    height: auto;
  }
  .maqEze .homesEventos {
    height: 365px;
  }
  .maqEze .verMas {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .maqEze.secEdiciones .menuCatalogo {
    width: 70%;
    height: 40px;
    float: left;
    background-color: #E6E6E6;
    z-index: 1;
    max-width: 556px;
    position: static;
  }
  .secEdiciones .menuCatalogo ul {
    z-index: 2;
    background-color: #E6E6E6;
  }
  .secEdiciones .menuCatalogo #side-menu {
    margin-top: 0;
    padding-top: 7px;
  }
  .secEdiciones .menuHomeEdiciones {
    background-color: #CCCCCC;
  }
  .secEdiciones #menu-catalogo {
    background-color: #E6E6E6;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 39px;
    padding: 0 3%;
    margin: 0 auto;
    z-index: 1;
  }
  .secEdiciones .menuCatalogo .tituloMenu {
    height: 40px;
    line-height: 40px;
    font-family: 'fira semibold';
    font-size: 12px;
    background: url(../images/agregado/arrow-down.svg) no-repeat 95%;
    background-size: 8px;
    padding-right: 16px;
    display: block;
    text-align: left;
    padding-left: 21%;
  }
  .secEdiciones .menuCatalogo .navbar-toggle {
    display: block;
    width: 100%;
    float: none;
    height: 40px;
    margin: 0;
    padding: 0;
  }
  .secEdiciones .menuCatalogo li {
    border-bottom: #7F7E80 1px solid;
    margin-bottom: 11px;
    padding-bottom: 5px;
    padding-left: 200px;
  }
  .secEdiciones .menuCatalogo li li {
    padding-left: 0;
    border: 0;
    margin-bottom: 0;
  }
  .secEdiciones .menuCatalogo h4 {
    display: none;
  }
  .secEdiciones #side-menu > li > a {
    font-size: 12px;
    font-family: "fira semibold";
    color: #666666;
  }
  #side-menu li {
    list-style: none;
  }
  .maqEze div.catalogoEdiciones {
    padding-top: 40px;
  }
  .menuHomeEdiciones .buscar .buscarCampo {
    display: none;
  }
  .menuHomeEdiciones .buscar {
    padding-left: 0;
    text-align: center;
    background: #CCCCCC;
  }
  .maqEze .catalogoEdiciones .libroDetalle {
    width: 100%;
    float: none;
  }
  .maqEze .catalogoEdiciones .agregarAlCarrito {
    width: 270px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .maqEze .compras .libroDetalle {
    width: 670px;
    margin: 0 auto;
  }
  .maqEze .carritoResumen {
    margin: 0 auto;
  }
  .maqEze .categoriaEventos {
    font-size: 9px;
  }
  .secRadio .homesNoticias {
    overflow: auto;
  }
  .secRadio .destacadoPpalRadio {
    height: 184px;
  }
  .secRadio .destacadoSecRadio {
    height: 90px;
  }
  .secRadio .destacadosRadio {
    height: 330px;
  }
  .secRadio .bannersRadio {
    height: auto;
    clear: both;
  }
  .secRadio .bannersRadio img {
    width: 100%;
  }
  .sidebarRadio .youtubeRadio,
  .sidebarRadio .facebookRadio,
  .sidebarRadio .twitterRadio {
    display: none;
  }
  .secRadio .radioEnVivo {
    width: 60%;
    margin: 0 auto;
  }
  .secRadio .sidebarRadio {
    height: auto;
    clear: both;
  }
  .secRadio .sidebarRadio {
    padding: 0;
    background: #E4E4E4;
  }
  .secRadio .destacadoPpalRadio {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .secRadio .destacadoPpalRadio img,
  .secRadio .destacadoSecRadio img {
    position: static;
  }
  .secRadio .destacadoSecRadio {
    width: 49%;
    height: auto;
    float: left;
    padding: 0;
    margin-top: 2%;
  }
  .secRadio .tituloSecRadio a {
    color: #fff;
    font-size: 18px;
    font-family: 'fira semibold', sans-serif;
  }
  .secRadio .semanal {
    width: calc(14.28571429%);
    font-size: 15px;
  }
  .secRadio .sabAdom {
    width: calc(28.57142857%);
    font-size: 24px;
  }
  .secRadio .lunAvier {
    width: calc(71.42857143%);
    font-size: 34px;
  }
  .secRadio .lunAdom {
    width: 100%;
    font-size: 34px;
  }
  .secRadio .horarioPrograma {
    width: auto;
    left: 3px;
    padding: 0 11px;
  }
  .secRadio .semanal .tituloProgramaRadio {
    font-size: 12px;
  }
  .secRadio .destacadoSecRadio:nth-child(2) {
    margin-right: 2%;
  }
  .secRadio .categoriasCont {
    top: 0;
  }
}
@media (max-width: 768px) {
  .maqEze .sliderHead {
    width: 100%;
    height: 55px;
    padding-top: 0;
    background-color: #fff;
    background-position: 98% 50%;
  }
  .secEdiciones .sliderHead {
    background-image: url(../images/agregado/logo-editorial-60px.png);
  }
  .secRadio .sliderHead {
    background-image: url('../images/agregado/logo-radio-60px.png');
  }
  .maqEze .sliderHead h1 {
    color: #666666;
    text-align: left;
    font-size: 22px;
    margin: 0;
    line-height: 55px;
  }
  .maqEze .sliderHomes {
    width: 100%;
  }
  .sliderHead h1:first-letter {
    border-bottom: 3px solid #666666;
  }
  .maqEze .headerCatalogo {
    padding: 15px 53px 0 53px;
  }
  .maqEze .homesNoticias .homesTitulos {
    margin-bottom: 13px;
    padding-left: 15px;
    margin-top: 23px;
  }
  .maqEze .slide {
    height: auto;
    padding-bottom: 10px;
  }
  .maqEze .homesNoticias,
  .maqEze .homesEventos {
    height: auto;
  }
  .maqEze .homesNoticias .notas {
    height: auto;
  }
  .maqEze .homesNoticias .notas img {
    height: auto;
    float: left;
    width: 44%;
  }
  .maqEze .sliderHomes .slick-arrow {
    display: inline-block !important;
    opacity: 1;
    background-color: #F0F0F0;
    background-image: url(../images/agregado/arrows-slide.svg);
    background-size: 8px;
    top: 40%;
    transition: .1s;
    transform: scale(1);
  }
  .maqEze .sliderHomes .slick-arrow:active {
    transform-origin: 50% 50%;
    transform: scale(1.1);
  }
  .maqEze .sliderHomes .slick-next {
    right: 3%;
    background-position: 50% -50%;
  }
  .maqEze .sliderHomes .slick-prev {
    left: 3%;
    background-position: 50% 150%;
  }
  .maqEze .sliderGral {
    height: auto;
  }
  .maqEze .sliderHomes {
    margin-bottom: 0;
  }
  .maqEze .sliderItem .sliderTexto h3 {
    display: inline-block;
    width: auto;
  }
  .maqEze .sliderItem h3 {
    margin: 0 0 12px 60px;
  }
  .maqEze .sliderItem p {
    max-width: 80%;
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 0 12px 60px;
  }
  .maqEze .homesNoticias {
    display: flex;
    flex-direction: column;
  }
  .maqEze .notas .notasTexto {
    float: left;
    width: 55%;
  }
  .maqEze .homesNoticias .redesCont {
    order: 3;
  }
  .maqEze .homesNoticias div:nth-child(5) {
    display: none;
  }
  .maqEze .homesEventos div:nth-child(5),
  .maqEze .homesEventos div:nth-child(4) {
    display: none;
  }
  .maqEze .headerCatalogo .slick-arrow {
    top: 43%;
    transform: scale(1);
    transition: 0.1s;
  }
  .maqEze .headerCatalogo .slick-arrow:active {
    transform: scale(1.3);
  }
  .maqEze .verMas {
    text-align: right;
  }
  .maqEze .homesEventos {
    background: none;
  }
  .secRadio .homesEventos {
    float: left;
  }
  .maqEze .homesEventos .notas {
    background: #F0F0F0;
  }
  .maqEze .catEventosAbajo {
    margin-bottom: 0;
  }
  .maqEze .compartir {
    right: 14px;
    bottom: 5px;
  }
  .maqEze .verMas {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .maqEze .redesCont {
    float: left;
    width: 100%;
    margin-bottom: 25px;
  }
  .maqEze .redesCont iframe {
    width: 100%;
  }
  .maqEze .slider {
    height: 90px;
  }
  .maqEze .catalogoEdiciones {
    display: flex;
    justify-content: space-around;
  }
  .maqEze .catalogoEdiciones .catalogoItem {
    width: 30%;
  }
  .secEdiciones .menuCatalogo li {
    padding-left: 27%;
  }
  .maqEze .catalogoEdiciones.catalogoColecciones .catalogoItem {
    width: 34%;
  }
  .maqEze .carritoResumen table {
    display: block;
    background-color: #F2F2F2;
    padding-top: 20px;
  }
  .maqEze .compras .libroDetalle {
    width: 100%;
    margin: 0 auto;
  }
  .maqEze .carritoResumen td {
    display: inline-block;
  }
  .maqEze .carritoResumen tr {
    width: 94%;
    display: block;
  }
  .maqEze .compras .filaEncabezado {
    display: none;
  }
  .maqEze .carritoResumen,
  .maqEze .carritoResumen table {
    width: 100%;
  }
  .maqEze .imgComprado,
  .maqEze .tituloEnCarrito,
  .maqEze .precioEnCarrito {
    float: left;
  }
  .maqEze .carritoResumen .tituloEnCarrito {
    width: 69%;
  }
  .maqEze .carritoResumen .precioEnCarrito {
    padding-left: 15px;
    margin-top: 10px;
  }
  .maqEze .carritoResumen .filaCantidad {
    display: block;
    width: 47%;
    margin-top: 70px;
  }
  .maqEze .carritoResumen .totalPorLibro {
    display: none;
  }
  .maqEze .carritoResumen .filaTotales > td:first-child {
    display: none;
  }
  .maqEze .carritoResumen .subTotal {
    float: left;
  }
  .maqEze .carritoResumen .subTotal {
    padding-left: 10px;
  }
  .maqEze .carritoResumen .totalCompra {
    padding-left: 33px;
  }
  .maqEze .carritoResumen .totalCompra {
    float: left;
  }
  .maqEze .carritoResumen .filaTotales {
    padding-right: 0;
  }
  .maqEze .carritoResumen .subTotalPrecio,
  .maqEze .carritoResumen .totalPrecio {
    float: right;
  }
  .maqEze .carritoResumen #cantidad {
    float: left;
    margin-left: 11px;
  }
  .maqEze .carritoResumen table {
    width: 100%;
    padding: 0 5%;
  }
  .maqEze .carritoResumen .btnsCompra {
    text-align: center;
  }
  .maqEze .carritoResumen .terminarCompra {
    margin-left: 5%;
  }
  .secRadio .sidebarRadio {
    padding: 0;
    background: #E4E4E4;
  }
  .secRadio .homesNoticias {
    display: block;
  }
  .secRadio .homesNoticias {
    float: left;
  }
  .secRadio .destacadosRadio {
    height: auto;
  }
  .secRadio .destacadoPpalRadio {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .secRadio .destacadoPpalRadio img,
  .secRadio .destacadoSecRadio img {
    position: static;
  }
  .secRadio .destacadoSecRadio:nth-child(3) {
    display: none;
  }
  .secRadio .destacadoSecRadio {
    width: 100%;
    height: auto;
    overflow: auto;
  }
  .secRadio .destacadoSecRadio img {
    width: 240px;
    margin-right: 10px;
  }
  .secRadio .destacadoSecRadio img,
  .secRadio .destacadoSecRadio .tituloSecRadio {
    position: static;
    float: left;
  }
  .secRadio .tituloSecRadio a {
    color: #000;
    font-size: 18px;
    font-family: 'fira semibold', sans-serif;
  }
  .secRadio .destacadosRadio .destacadoSecRadio .sliderSombra {
    height: 134px;
    width: 242px;
    top: 0;
  }
  .secRadio .destacadoSecRadio {
    padding: 0;
  }
  .secRadio .destacadoSecRadio .tituloSecRadio {
    width: 51%;
    margin-top: 10px;
  }
  .secRadio .destacadoSecRadio {
    margin-top: 15px;
  }
  .secRadio .destacadosRadio .verMas {
    display: inline;
    color: #666666;
    margin-top: 30px;
  }
  .secRadio .radioEnVivo {
    width: 70%;
    margin: 0 auto;
  }
  .secRadio .semanal {
    width: calc(14.28571429%);
    font-size: 15px;
  }
  .secRadio .sabAdom {
    width: calc(28.57142857%);
    font-size: 24px;
  }
  .secRadio .lunAvier {
    width: calc(71.42857143%);
    font-size: 34px;
  }
  .programaRadio {
    padding: 0 3px;
  }
  .secRadio .horarioPrograma {
    width: auto;
    left: 3px;
    padding: 0 11px;
    font-size: 1.6vw;
  }
  .secRadio .semanal .tituloProgramaRadio {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .maqEze .homesNoticias .notas img,
  .ediciones .notas .notasTexto {
    width: 100%;
  }
  .maqEze .catalogoEdiciones .catalogoItem {
    width: 47%;
  }
  .maqEze .carritoResumen .tituloEnCarrito {
    width: 65%;
  }
  .maqEze .carritoResumen .filaCantidad {
    width: auto;
  }
  .maqEze .carritoResumen #cantidad {
    margin-left: 9px;
  }
  .maqEze .carritoResumen .btnsCompra button {
    width: 80%;
    margin-left: 0;
  }
  .secRadio .destacadosRadio .destacadoSecRadio .sliderSombra {
    position: absolute;
  }
  .secRadio .destacadosRadio {
    padding-right: 15px;
  }
  .secRadio .destacadoSecRadio img,
  .secRadio .destacadosRadio .destacadoSecRadio .sliderSombra {
    width: 100%;
  }
  .secRadio .destacadoSecRadio .tituloSecRadio {
    width: 100%;
    margin-top: 24px;
  }
  .secRadio .resumenDestacado {
    width: 100%;
  }
  .secRadio .tituloSecRadio a {
    font-size: 14px;
  }
  .secRadio .semanal .tituloProgramaRadio {
    font-size: 1.6vw;
  }
  .secRadio .horarioPrograma {
    font-size: 1.8vw;
  }
  .secRadio .tituloProgramaRadio {
    font-size: 5vw;
  }
  .secRadio .semanal .tituloProgramaRadio {
    font-size: 1.6vw;
  }
  .secRadio .sabAdom .tituloProgramaRadio {
    padding-left: 0;
    font-size: 2.5vw;
  }
}
.secRadio .destacadoSecRadio,
.secRadio .destacadoPpalRadio {
  overflow: hidden;
}
.secRadio .destacadosRadio div.widget:first-child .destacadoPpalRadio {
  margin-right: 30px;
}
.secRadio .destacadosRadio div.widget:nth-child(2) .destacadoSecRadio {
  margin-right: 2%;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .secRadio .destacadosRadio .destacadoSecRadio {
    position: relative;
  }
  .secRadio .destacadosRadio .destacadoSecRadio img {
    width: 100%;
    height: 100%;
  }
  .secRadio .destacadosRadio .destacadoSecRadio .sliderSombra {
    width: 100%;
    height: 100%;
  }
  .secRadio .destacadosRadio .destacadoSecRadio .tituloSecRadio {
    position: absolute;
    bottom: 10px;
  }
  .secRadio .destacadosRadio .destacadoSecRadio .tituloSecRadio a {
    color: #fff;
    font-size: 18px;
    font-family: 'fira semibold', sans-serif;
  }
}
main.radio #navbar-cat li {
  border: none;
}
/*EN RADIO LAS IMÁGENES NO LAS MOSTRABA PORQUE LAS TRAE COMO IMÁGENES DE FONDO DENTRO DE UN A, POR ESO AGREGO ESTO AL MAQUETADO PARA CORREGIRLO*/
.maqEze .destacadosRadio .widget article a {
  font-family: 'fira medium', sans-serif;
  color: #fff;
}
.maqEze .destacadosRadio .widget:first-child {
  width: 63%;
  height: 294px;
  margin-right: 30px;
}
.maqEze .destacadosRadio .widget {
  width: 30%;
  height: 140px;
  float: left;
}
.maqEze .destacadosRadio .widget:nth-child(2) {
  margin-bottom: 14px;
}
.maqEze .destacadosRadio article {
  width: 100%;
  height: 100%;
  position: relative;
}
.maqEze .destacadosRadio a.image {
  width: 100%;
  height: 100%;
  display: block;
  background-size: 100%;
  position: absolute;
  left: 0;
}
.maqEze .destacadosRadio a.image:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.85));
}
.maqEze .destacadosRadio h2 {
  position: absolute;
  bottom: 3%;
  left: 4%;
  font-family: 'fira';
}
.maqEze .destacadosRadio p {
  display: none;
}
.maqEze .destacadosRadio .tags {
  display: inline;
  padding: 3px 12px;
  position: absolute;
}
.maqEze .destacadosRadio .widget {
  padding: 0;
}
.maqEze .widget {
  width: 33.33333333%;
  float: left;
}
.maqEze a.image img {
  width: 100%;
}
.maqEze .widget article {
  background-color: #F2F2F2;
  width: 100%;
  font-family: 'fira semibold';
  padding: 0 0 7px 0;
}
.maqEze .widget,
.maqEze .widget .fecha,
.maqEze .widget .autor,
.maqEze .widget h2,
.maqEze .widget h3,
.maqEze .widget p {
  color: #000;
  padding: 12px 15px 0 13px;
}
.maqEze .sidebar-ediciones .widget {
  padding: 12px 0 0 13px;
}
.maqEze .sidebar-ediciones .widget:first-of-type {
  padding-left: 0;
  margin-left: 0;
}
.maqEze .sidebar-ediciones-2 .widget {
  padding-left: 0;
}
.maqEze .widget article a {
  color: #000;
}
.maqEze .widget .image {
  padding: 0;
}
.maqEze .widget article p {
  margin-bottom: 0;
  font-size: 11px;
}
.maqEze .widget .autor {
  color: #000;
  font-size: 12px;
  margin-bottom: 0;
}
.maqEze .homesEventos a.image {
  width: 100%;
  height: 145px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
}
.maqEze .sixty .fecha:first-child {
  display: none;
}
.maqEze.secEdiciones .widget {
  width: 25%;
  padding-top: 0;
}
.maqEze .homesEventos .widget article {
  display: flex;
  flex-direction: column-reverse;
}
.maqEze.secEdiciones .redesMenu button {
  width: 33%;
}
.maqEze.secEdiciones .redesMenu .instagram {
  border-right: none;
}
.maqEze .instituto {
  background-color: #15A69A;
}
@media (max-width: 768px) {
  .maqEze .destacadosRadio .widget:first-child {
    height: 49vw;
    width: 100%;
    margin-bottom: 15px;
  }
  .maqEze .destacadosRadio .widget {
    width: 100%;
  }
  .maqEze .destacadosRadio .widget:nth-child(3) {
    display: none;
  }
  /*.secRadio .homesNoticias article {height: auto;}*/
  .maqEze .widget {
    width: 100%;
  }
  .maqEze a.image {
    width: 44%;
    float: left;
    margin-right: 13px;
  }
  .homesNoticias .widget h3 {
    display: inline-block;
  }
  .maqEze .widget h3.autor,
  .secRadio .widget h3.fecha {
    padding-left: 0;
  }
  .maqEze .widget article p {
    padding-top: 0;
  }
}
/*EL LESS NO ME LEVANTABA LO AGREGADO EN CALENDARIO.LESS, X ESO ESTE AGREGADO*/
main.ici div.calendar div.head div.month-year .month,
main.ici div.calendar table tbody td a.current {
  background: #FF891F;
}
main.ici div.calendar div.head a.day,
main.ici div.calendar div.head div.month-year .year {
  color: #FF891F;
}
main.idh div.calendar div.head div.month-year .month,
main.ici div.calendar table tbody td a.current {
  background: #51197E;
}
main.idh div.calendar div.head a.day,
main.ici div.calendar div.head div.month-year .year {
  color: #51197E;
}
main.idei div.calendar div.head div.month-year .month,
main.ici div.calendar table tbody td a.current {
  background: #AE1722;
}
main.idei div.calendar div.head a.day,
main.ici div.calendar div.head div.month-year .year {
  color: #AE1722;
}
main.ici div.calendar div.head div.month-year .month,
main.ici div.calendar table tbody td a.current {
  background: #417144;
}
main.ici div.calendar div.head a.day,
main.ici div.calendar div.head div.month-year .year {
  color: #417144;
}
/*iframes*/
.campodemayo iframe,
.tv iframe,
.noticiasungs iframe {
  width: 100%;
  height: 600px;
  border: 0;
}
.tv iframe {
  margin-bottom: -7px;
}
header.tv,
footer.tv,
.tv nav#navbar-top {
  background: #000;
}
/*Agenda*/
.imgEvento {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.imgEvento img {
  width: 100%;
  height: auto;
}
.imgEvento img {
  max-width: 100%;
  height: auto;
}
.evento h1 {
  margin-top: 44px;
}
.evento .metaEvento {
  font-family: 'fira medium', sans-serif;
}
/*corrección estilos radio*/
.radio {
  margin-top: 0;
}
.radio .limiter .nums.comun {
  margin: 0;
  background-image: url(../images/agregado/logo-radio.png);
  background-repeat: no-repeat;
  background-position: center 90%;
}
.radio .limiter .nums.homes {
  background-image: url(../images/agregado/logo-radiov2.png);
  background-repeat: no-repeat;
  background-position: center 90%;
}
.maqEze .slick-prev,
.maqEze .slick-next {
  z-index: 1;
}
.maqEze .slick-prev {
  left: -35px;
}
.maqEze .slick-next {
  right: -36px;
}
.maqEze .slick-arrow {
  width: 27px;
  height: 50px;
  background-image: url(/wp-content/themes/ungs/images/ediciones/slide-arrows.png);
  background-repeat: no-repeat;
  opacity: 0.6;
  transition: .3s;
}
.maqEze .slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
  opacity: 1;
}
.maqEze .slick-next {
  background-position: 0 -51px;
}
.maqEze .slick-next:before {
  content: '';
}
.slick-prev:before {
  content: '';
}
.maqEze .slick-item {
  padding: 0 10px;
}
.maqEze .headerCatalogo .catalogoItem img {
  height: 245px;
}
.maqEze .headerCatalogo {
  float: left;
  width: 100%;
  margin-top: 50px;
  padding: 15px 103px 25px 103px;
  background-color: #F2F2F2;
  overflow: hidden;
}
.maqEze .headerCatalogo a {
  color: #010200;
}
.maqEze .homesTitulos {
  font-family: 'fira medium';
  color: #6D6E70;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 33px;
}
.maqEze .slick-slide img,
.slick-slide h3,
.slick-slide h4 {
  width: 100%;
}
.maqEze .catalogoItem h3,
.catalogoItem .woocommerce-loop-product__title {
  font-family: 'fira', sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 8px;
  margin-bottom: 7px;
  color: #000;
}
.maqEze .homesSeparador {
  display: block;
  width: 11px;
  border-top: 2px #000 solid;
}
.maqEze .catalogoItem h4 {
  font-size: 12px;
}
.secEdiciones .homesNoticias {
  width: 100%;
  height: 400px;
  float: left;
  padding: 24px 0;
}
.maqEze .homesNoticias .homesTitulos {
  padding-left: 322px;
  margin-bottom: 2px;
}
.maqEze .redes {
  background-color: #000;
  height: 318px;
  margin-top: 15px;
}
.maqEze .notas {
  background-color: #F2F2F2;
  width: 100%;
  padding: 0;
  font-family: 'fira semibold';
}
.maqEze .notas .titulosNotas {
  font-size: 13px;
  color: #000;
}
.maqEze .notas .titulosNotas {
  padding: 15px 15px 0 13px;
}
.maqEze .notas .notasTexto {
  padding: 15px 15px 0 15px;
}
.maqEze .notas .notasTexto p {
  margin-top: 10px;
}
.maqEze .notas img {
  width: 100%;
}
.maqEze .autorNota {
  color: #000;
  font-size: 12px;
}
.maqEze .notas p {
  font-size: 11px;
  line-height: 1em;
}
.maqEze .redesMenu {
  padding: 10px;
  overflow: auto;
}
.maqEze .redesMenu button {
  width: 60px;
  height: 19px;
  background: #000 url(/wp-content/themes/ungs/images/ediciones/redes-tab.svg) no-repeat center top;
  background-size: 16px;
  border: none;
  border-right: #fff 1px solid;
  padding: 5px;
  outline: 0;
  display: block;
  float: left;
}
.maqEze .redesMenu .activo {
  background-color: #fff;
}
.maqEze .redesMenu button.facebook {
  background-position: center 3px;
}
.maqEze .redesMenu button.twitter {
  background-position: center -15px;
}
.maqEze .redesMenu button.instagram {
  background-position: center -34px;
}
.maqEze .redes iframe {
  width: 241px;
  height: 269px;
}
.maqEze #Facebook,
.maqEze #Twitter,
.maqEze #Instagram {
  height: 277px;
  text-align: center;
}
.secEdiciones .homesEventos {
  width: 100%;
  height: 395px;
  float: left;
  margin-top: 28px;
  background-color: #F2F2F2;
}
.maqEze .homesEventos .homesTitulos {
  margin: 14px 16px 0px 16px;
}
.maqEze .homesEventos .notas {
  background-color: #fff;
}
.maqEze .homesEventos .titulosNotas {
  color: #00628E;
}
.maqEze .homesEventos .notas .fechaNota {
  color: #000;
  font-size: 12px;
  padding: 0px 15px;
  margin-bottom: 0px;
}
.maqEze .homesEventos .notas p {
  padding: 10px 15px 0 15px;
}
.maqEze .categoriaEventos {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 12px;
  background-color: #00628E;
  font-family: 'fira medium', sans-serif;
  position: absolute;
  top: 10px;
}
.maqEze .catEventosAbajo {
  color: #fff;
  display: inline-block;
  padding: 4px 12px;
  font-family: 'fira', sans-serif;
  margin-right: 3px;
}
.maqEze .centroCultural {
  background-color: #15A69A;
}
.maqEze .ico {
  background-color: #F28425;
}
.maqEze .ici {
  background-color: #417144;
}
.maqEze .compartir {
  position: absolute;
  right: 10px;
  bottom: 12px;
  display: inline-block;
  width: 11px;
  height: 13px;
  background: url(/wp-content/themes/ungs/images/ediciones/compartir.svg) no-repeat;
  background-size: 11px;
  background-position: 0px -11px;
}
.maqEze .compartir:hover {
  background-position: 0px 1px;
}
.maqEze .verMas {
  float: right;
  margin-top: 25px;
  font-family: 'fira medium';
  color: #666666;
  font-size: 13px;
  text-transform: uppercase;
}
.maqEze .verMas:hover {
  color: #000;
}
.maqEze .verMas {
  margin-right: 17px;
}
.maqEze .catalogoEdiciones p {
  margin-top: 7px;
}
.maqEze .catalogoEdiciones span {
  display: block;
  font-size: 11px;
  font-family: 'fira light', sans-serif;
  line-height: 1.2em;
}
.maqEze .catalogoEdiciones .nombreColeccion {
  color: #00628E;
}
.menuCatalogo {
  color: #00628E;
  font-size: 11px;
}
.menuCatalogo li {
  margin-bottom: 14px;
}
.menuCatalogo li li {
  margin-top: 7px;
}
.maqEze .catalogoEdiciones {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.maqEze .catalogoEdiciones .tituloColeccion {
  font-family: 'humanst', sans-serif;
  color: #6D6E70;
  font-size: 25px;
}
.maqEze .catalogoEdiciones .introColecciones {
  width: 100%;
}
.maqEze .catalogoEdiciones .introColecciones .category-description {
  margin-bottom: 20px;
  width: 100%;
}
.maqEze .catalogoEdiciones .introColecciones .homesSeparador {
  width: 21px;
  border-top: 4px #6D6E70 solid;
  margin: 19px 0;
  display: block;
}
.maqEze .catalogoEdiciones .introColecciones div.desc {
  font-family: 'fira', sans-serif;
  font-size: 11px;
  text-align: justify;
}
.maqEze .catalogoEdiciones .catalogoItem {
  width: 23%;
  margin-bottom: 50px;
}
.maqEze .catalogoEdiciones .catalogoItem .autor-link {
  color: #333;
}
.maqEze .catalogoEdiciones .catalogoItem img {
  width: 100%;
}
.maqEze .catalogoEdiciones .woocommerce {
  width: 100%;
}
.maqEze .menuHomeEdiciones {
  background-color: #eaeaea;
  float: left;
  width: 100%;
  height: 40px;
  position: relative;
}
.maqEze .menuHomeEdiciones #navbar-cat {
  background: none;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.maqEze .menuHomeEdiciones #navbar-cat a {
  color: #007ea1;
}
.maqEze #side-menu {
  display: block;
}
.maqEze .catalogoEdiciones.catalogoColecciones {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-right: 0;
}
.maqEze .catalogoColecciones .catalogoItem {
  width: 30%;
  margin-bottom: 50px;
}
.maqEze .catalogoColecciones .catalogoItem img {
  width: 100%;
}
.maqEze .catalogoColecciones .catalogoItem p {
  font-size: 10px;
}
.menuCatalogo .active {
  color: #606060;
  padding-left: 4px;
}
.maqEze .catalogoEdiciones .libroDetalle {
  width: 64%;
  float: left;
}
.maqEze .libroDetalle img,
.maqEze .libroDetalle .datosLibro {
  float: left;
}
.maqEze .libroDetalle img {
  border: 2px solid #000;
  width: 170px;
}
.maqEze .libroDetalle .datosLibro p {
  margin: 0;
}
.maqEze .libroDetalle .datosLibro {
  margin-left: 30px;
  font-family: 'fira', sans-serif;
}
.maqEze .libroDetalle .sinopsisLibro {
  clear: both;
  padding-top: 50px;
}
.maqEze .libroDetalle .sinopsisLibro h5 {
  margin: 0;
  font-family: 'fira semibold';
}
.maqEze .libroDetalle .sinopsisLibro p {
  margin-top: 5px;
}
.maqEze .libroDetalle .detalleDatos {
  font-family: 'fira medium', sans-serif;
}
.maqEze .libroDetalle span {
  display: inline;
}
.maqEze .agregarAlCarrito {
  width: 34%;
  float: right;
  font-family: 'fira', sans-serif;
  color: #666666;
}
.maqEze .catalogoEdiciones .agregarAlCarrito .precio {
  display: inline;
  font-family: 'fira semibold';
  font-size: 18px;
}
.maqEze .catalogoEdiciones .agregarAlCarrito span {
  display: inline;
  font-family: 'fira semibold';
}
.maqEze .catalogoEdiciones .agregarAlCarrito .envio {
  font-size: 9px;
  float: right;
}
.maqEze #cantidad,
.agregarLibroForm .input-text.qty.text,
.maqEze .input-text.qty.text {
  float: right;
  width: 55px;
  height: 25px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #F2F2F2 url(/wp-content/themes/ungs/images/ediciones/arrow-down.svg) no-repeat 80%;
  border: 0;
  outline: 0;
  background-size: 11px;
  padding-left: 12px;
}
.maqEze .input-text.qty.text {
  background: #f2f2f2;
}
.maqEze .listaVer {
  list-style: none;
  padding: 0;
}
.maqEze .verLibro {
  padding: 5px 10px;
  border-bottom: solid 1px #666666;
  text-transform: uppercase;
}
.maqEze .verLibro:first-child {
  border-top: solid 1px #666666;
}
.maqEze .verLibro a {
  color: #666666;
}
.maqEze .agregarLibroForm {
  background-color: #E6E6E6;
  padding: 15px;
}
.maqEze .agregarLibroForm .stock.out-of-stock {
  font-weight: bold;
}
.maqEze .agregarLibroForm .agregarBtn {
  background-color: #00628E;
  color: #fff;
  width: 100%;
  border: 0;
  font-size: 15px;
  font-family: 'fira semibold', sans-serif;
  line-height: 27px;
  letter-spacing: 0.4px;
  display: inline-block;
  text-align: center;
  height: 29px;
}
.menuHomeEdiciones .cat-form {
  background: #FFFFFF;
  height: 100%;
}
.maqEze .carritoResumen {
  width: 670px;
  color: #606060;
  font-size: 13px;
}
.maqEze .catalogoEdiciones.catalogoColecciones.compras {
  clear: both;
  display: block;
  margin-bottom: 92px;
}
.maqEze .carritoResumen table,
.maqEze .woocommerce table.shop_table {
  width: 100%;
  font-family: 'fira', sans-serif;
  border: 0;
  text-align: left;
  margin: 0 auto;
  float: left;
}
@media (min-width: 768px) {
  .maqEze .carritoResumen table,
  .maqEze .woocommerce table.shop_table {
    width: 670px;
    float: none;
  }
}
@media (min-width: 1200px) {
  .maqEze .carritoResumen table,
  .maqEze .woocommerce table.shop_table {
    margin: 0;
  }
}
.maqEze .carritoResumen .btnsCompra {
  text-align: center;
}
@media (min-width: 1200px) {
  .maqEze .carritoResumen .btnsCompra {
    text-align: left;
  }
}
.maqEze .woocommerce table.shop_table tr,
.maqEze .woocommerce table.shop_table tr td {
  border-top: 0;
  text-align: left;
}
.maqEze .woocommerce table.shop_table tr,
.maqEze .woocommerce table.shop_table tr td {
  float: left;
}
@media (min-width: 768px) {
  .maqEze .woocommerce table.shop_table tr,
  .maqEze .woocommerce table.shop_table tr td {
    float: none;
  }
}
.maqEze .woocommerce table.shop_table tr {
  border: 0;
}
.maqEze .woocommerce table.shop_table tr td {
  border-bottom: 1px #e0e0e0 solid;
  width: 100%;
}
@media (min-width: 768px) {
  .maqEze .woocommerce table.shop_table tr td {
    width: auto;
  }
}
.maqEze .woocommerce table.shop_table td .input-text.qty.text {
  border: 1px solid #6D6D6F;
}
.maqEze .woocommerce table.shop_table td .input-text#coupon_code {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .maqEze .woocommerce table.shop_table td .input-text#coupon_code {
    margin: 0;
  }
}
.maqEze .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.maqEze .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background: inherit;
}
.maqEze .carritoResumen .filaEncabezado {
  height: 50px;
  line-height: 50px;
  font-family: 'fira medium', sans-serif;
  text-transform: uppercase;
  color: #6D6D6F;
  background-color: #fff;
  border-bottom: 0;
}
.maqEze .carritoResumen tr {
  background-color: #F2F2F2;
  height: auto;
  padding: 7px 0;
  border-bottom: 1px #e0e0e0 solid;
}
.maqEze .carritoResumen .imgComprado {
  width: 80px;
}
.maqEze .carritoResumen .tituloEnCarrito,
.maqEze .carritoResumen .tituloEnCarrito span {
  font-family: 'fira medium';
  font-size: 12px;
  width: 280px;
  text-align: left;
  padding-left: 15px;
  line-height: 1.2em;
}
.maqEze .carritoResumen .precioEnCarrito,
.maqEze .carritoResumen .precioEnCarrito span {
  font-family: 'fira', sans-serif;
  font-size: 12px;
}
.maqEze .carritoResumen .filaTotales {
  height: 50px;
  font-family: 'fira semibold', sans-serif;
  text-transform: uppercase;
}
.maqEze .carritoResumen .totalPorLibro,
.maqEze .carritoResumen .totalPorLibro span {
  font-family: 'fira semibold', sans-serif;
  font-size: 14px;
}
.maqEze .carritoResumen .totalPorLibro span,
.maqEze .carritoResumen .precioEnCarrito span {
  display: inline;
}
.maqEze .carritoResumen #cantidad {
  float: none;
  background-color: #E6E6E6;
  width: 62px;
}
.maqEze .carritoResumen .cantidadColum {
  width: 60px;
}
.maqEze .carritoResumen .alignDer {
  text-align: right;
}
.maqEze .carritoResumen button,
.maqEze .woocommerce .button,
.maqEze .woocommerce button.button,
.maqEze .woocommerce input.button,
.maqEze .woocommerce .button.alt {
  border: 0;
  color: #fff;
  font-family: 'fira semibold', sans-serif;
  font-size: 15px;
  height: 28px;
  border-radius: 0;
  margin: 5px 4px;
  padding: 0 15px;
  text-align: center;
}
.maqEze .woocommerce .button.disabled,
.maqEze .woocommerce button.button:disabled[disabled] {
  color: lightgrey;
}
.maqEze .woocommerce a.button {
  background-color: #6D6E70;
  padding-top: 5px;
}
.maqEze .carritoResumen .terminarCompra,
.maqEze .carritoResumen .seguirComprando,
.maqEze .woocommerce a.button.wc-backward {
  text-align: center;
  background-color: #00628E;
  margin-left: 0px;
  margin-right: 10px;
  border: 0;
  color: #fff;
  font-family: 'fira semibold', sans-serif;
  font-size: 15px;
  height: 28px;
  margin-top: 5px;
  display: inline-block;
  padding: 0;
  border-radius: 0;
  padding: 0 15px;
}
.maqEze .carritoResumen a.terminarCompra,
.maqEze .carritoResumen a.seguirComprando,
.maqEze .woocommerce a.button.wc-backward,
.maqEze .woocommerce a.button.alt {
  padding-top: 5px;
}
.maqEze .woocommerce a.button.wc-backward {
  margin-left: 0;
}
.maqEze .carritoResumen .seguirComprando,
.maqEze .woocommerce .cart .button,
.maqEze .woocommerce .cart input.button {
  background-color: #6D6E70;
}
.maqEze .woocommerce button.button--update-cart {
  float: right;
}
.maqEze .libroDetalle h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-family: "humanst";
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #808082;
  line-height: 1.3;
  float: left;
  clear: both;
  width: 100%;
}
.maqEze .libroDetalle h1 small,
.maqEze .libroDetalle h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.maqEze .libroDetalle h1 small,
.maqEze .libroDetalle h1 .small {
  font-size: 65%;
}
.maqEze .libroDetalle h1:after {
  content: "";
  display: block;
  border: 2px solid #808082;
  width: 20px;
}
@media (max-width: 1199px) {
  .maqEze .headerCatalogo {
    padding: 35px 53px 0 53px;
  }
  .maqEze .homesNoticias .homesTitulos {
    padding-left: 203px;
  }
}
@media (max-width: 768px) {
  .maqEze .headerCatalogo {
    padding: 15px 53px 0 53px;
  }
  .maqEze .homesNoticias .homesTitulos {
    margin-bottom: 13px;
    padding-left: 15px;
    margin-top: 23px;
  }
  .maqEze .slide {
    height: auto;
    padding-bottom: 10px;
  }
}
.home-section-title {
  font-family: "humanst";
  font-weight: bold;
  color: #6D6E70;
  font-size: 25px;
}
.ediciones.nums,
main .limiter .ediciones.comun.nums,
.ediciones.comun.nums {
  background-color: #00759C;
  color: white;
}
.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}
main .limiter .ediciones.comun.nums h3 {
  color: white;
}
div.list.carreras.ediciones-catalogo-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  div.list.carreras.ediciones-catalogo-container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 90px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  div.list.carreras.ediciones-catalogo-container {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .maqEze .datosLibro {
    width: 59%;
  }
  .maqEze #navbar-cat {
    width: 70%;
    display: flex;
    justify-content: space-around;
  }
  .maqEze .itemcarrito {
    display: inline-block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    background: url(/wp-content/themes/ungs/images/ediciones/carrito.svg) left center no-repeat;
    background-size: 15px 15px;
  }
  .maqEze a .carrito {
    padding-left: 20px;
  }
  .menuCatalogo.home {
    display: none;
  }
  .menuCatalogo,
  .maqEze .catalogoEdiciones.catalogoColecciones,
  .maqEze div.catalogoEdiciones {
    padding-top: 90px;
  }
  .menuCatalogo h4 {
    font-family: 'fira semibold', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0;
  }
  .secEdiciones .sidebar-left {
    margin-left: 15px;
    width: 310px;
  }
  .secEdiciones .compras {
    padding-left: 292px;
  }
  .secRadio .redesMenu {
    display: none;
  }
  #twRadio,
  #fbRadio,
  #ytRadio {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .secRadio .resumenDestacado {
    display: none;
  }
}
@media (max-width: 1199px) {
  .maqEze .sliderHead {
    background-position: 50% 70%;
  }
  .maqEze .cat-form {
    width: 15%;
    height: 40px;
    background: #CCCCCC;
  }
  .maqEze #navbar-cat {
    width: 93%;
  }
  .maqEze #navbar-cat a {
    width: 100%;
  }
  .maqEze #navbar-cat {
    align-items: center;
  }
  .maqEze .itemcarrito {
    display: inline-block;
    width: 15%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    background: url(/wp-content/themes/ungs/images/ediciones/carrito.svg) left center no-repeat;
    background-size: 15px 15px;
    background: url(/wp-content/themes/ungs/images/ediciones/carrito.svg) 39% center no-repeat;
    background-size: 12px;
    text-align: center;
  }
  .maqEze a .carrito {
    padding-left: 15px;
  }
  .maqEze .headerCatalogo {
    padding: 35px 53px 0 53px;
  }
  .sliderGral,
  .sliderItem {
    height: 216px;
  }
  .sliderHead {
    padding-top: 40px;
    background-position: center 80%;
  }
  .maqEze .redes iframe {
    width: 131px;
    height: 249px;
  }
  .maqEze .redesMenu button {
    width: 33%;
  }
  .maqEze .redesMenu button:last-child {
    border: none;
  }
  .maqEze .homesNoticias .homesTitulos {
    padding-left: 203px;
  }
  .maqEze .notas .titulosNotas {
    padding: 15px 10px 0 15px;
  }
  .maqEze .notas .notasTexto {
    padding: 15px 10px 0 10px;
  }
  .maqEze .homesNoticias .notas {
    height: auto;
  }
  .maqEze .homesEventos {
    height: 365px;
  }
  .maqEze .verMas {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .menuCatalogo {
    width: 70%;
    height: 40px;
    float: left;
    background-color: #E6E6E6;
    z-index: 1;
    max-width: 556px;
    position: static;
  }
  .menuCatalogo ul {
    z-index: 2;
    background-color: #E6E6E6;
  }
  .menuCatalogo #side-menu {
    margin-top: 0;
    padding-top: 7px;
  }
  .secEdiciones .menuHomeEdiciones {
    background-color: #CCCCCC;
  }
  #menu-catalogo {
    background-color: #E6E6E6;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 39px;
    padding: 0 3%;
    margin: 0 auto;
    z-index: 2;
  }
  .menuCatalogo .tituloMenu {
    height: 40px;
    line-height: 40px;
    font-family: 'fira semibold';
    font-size: 12px;
    background: url(/wp-content/themes/ungs/images/ediciones/arrow-down.svg) no-repeat 95%;
    background-size: 8px;
    padding-right: 16px;
    display: block;
    text-align: left;
    padding-left: 21%;
  }
  .menuCatalogo .navbar-toggle {
    display: block;
    width: 100%;
    float: none;
    height: 40px;
    margin: 0;
    padding: 0;
  }
  .menuCatalogo li {
    border-bottom: #7F7E80 1px solid;
    margin-bottom: 11px;
    padding-bottom: 5px;
    padding-left: 20px;
  }
  .menuCatalogo li li {
    padding-left: 0;
    border: 0;
    margin-bottom: 0;
  }
  .menuCatalogo li a {
    color: #006B90;
  }
  .menuCatalogo h4 {
    display: none;
  }
  .secEdiciones #side-menu > li > a {
    font-size: 12px;
    font-family: "fira semibold";
    color: #666666;
  }
  .menuCatalogo #menu-catalogo #side-menu > li > a {
    color: #006B90;
  }
  #side-menu li {
    list-style: none;
  }
  .maqEze div.catalogoEdiciones {
    padding-top: 40px;
  }
  .maqEze .catalogoEdiciones .libroDetalle {
    width: 100%;
    float: none;
  }
  .maqEze .catalogoEdiciones .agregarAlCarrito {
    width: 270px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .maqEze .compras .libroDetalle {
    width: 670px;
    margin: 0 auto;
  }
  .maqEze .carritoResumen {
    margin: 0 auto;
  }
  .maqEze .categoriaEventos {
    font-size: 9px;
  }
  .secRadio .homesNoticias {
    overflow: auto;
  }
  .secRadio .destacadoPpalRadio {
    height: 184px;
  }
  .secRadio .destacadoSecRadio {
    height: 90px;
  }
  .secRadio .destacadosRadio {
    height: 635px;
  }
  .secRadio .bannersRadio {
    height: auto;
    clear: both;
  }
  .secRadio .bannersRadio img {
    width: 100%;
  }
  .sidebarRadio .youtubeRadio,
  .sidebarRadio .facebookRadio,
  .sidebarRadio .twitterRadio {
    display: none;
  }
  .secRadio .radioEnVivo {
    width: 60%;
    margin: 0 auto;
  }
  .secRadio .sidebarRadio {
    height: auto;
    clear: both;
  }
  .secRadio .sidebarRadio {
    padding: 0;
    background: #E4E4E4;
  }
  .secRadio .destacadoPpalRadio {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .secRadio .destacadoPpalRadio img,
  .secRadio .destacadoSecRadio img {
    position: static;
  }
  .secRadio .destacadoSecRadio {
    width: 49%;
    height: auto;
    float: left;
    padding: 0;
    margin-top: 2%;
  }
  .secRadio .tituloSecRadio a {
    color: #fff;
    font-size: 18px;
    font-family: 'fira semibold', sans-serif;
  }
  .secRadio .semanal {
    width: calc(14.28571429%);
    font-size: 15px;
  }
  .secRadio .sabAdom {
    width: calc(28.57142857%);
    font-size: 24px;
  }
  .secRadio .lunAvier {
    width: calc(71.42857143%);
    font-size: 34px;
  }
  .secRadio .lunAdom {
    width: 100%;
    font-size: 34px;
  }
  .secRadio .horarioPrograma {
    width: auto;
    left: 3px;
    padding: 0 11px;
  }
  .secRadio .semanal .tituloProgramaRadio {
    font-size: 12px;
  }
  .secRadio .destacadoSecRadio:nth-child(2) {
    margin-right: 2%;
  }
  .secRadio .categoriasCont {
    top: 0;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .menuCatalogo li {
    padding-left: 200px;
  }
}
@media (max-width: 768px) {
  .maqEze .sliderHead {
    width: 100%;
    height: 55px;
    padding-top: 0;
    background-color: #fff;
    background-position: 98% 50%;
  }
  .secEdiciones .sliderHead {
    background-image: url(/wp-content/themes/ungs/images/ediciones/logo-editorial-60px.png);
  }
  .secRadio .sliderHead {
    background-image: url('/wp-content/themes/ungs/images/ediciones/logo-radio-60px.png');
  }
  .maqEze .sliderHead h1 {
    color: #666666;
    text-align: left;
    font-size: 22px;
    margin: 0;
    line-height: 55px;
  }
  .maqEze .sliderHomes {
    width: 100%;
  }
  .sliderHead h1:first-letter {
    border-bottom: 3px solid #666666;
  }
  .maqEze .headerCatalogo {
    padding: 15px 53px 0 53px;
  }
  .maqEze .homesNoticias .homesTitulos {
    margin-bottom: 13px;
    padding-left: 15px;
    margin-top: 23px;
  }
  .maqEze .slide {
    height: auto;
    padding-bottom: 10px;
  }
  .maqEze .homesNoticias,
  .maqEze .homesEventos {
    height: auto;
  }
  .maqEze .homesNoticias .notas {
    height: auto;
  }
  .maqEze .homesNoticias .notas img {
    height: auto;
    float: left;
    width: 44%;
  }
  .maqEze .sliderHomes .slick-arrow {
    display: inline-block !important;
    opacity: 1;
    background-color: #F0F0F0;
    background-image: url(/wp-content/themes/ungs/images/ediciones/arrows-slide.svg);
    background-size: 8px;
    top: 40%;
    transition: .1s;
    transform: scale(1);
  }
  .maqEze .sliderHomes .slick-arrow:active {
    transform-origin: 50% 50%;
    transform: scale(1.1);
  }
  .maqEze .sliderHomes .slick-next {
    right: 3%;
    background-position: 50% -50%;
  }
  .maqEze .sliderHomes .slick-prev {
    left: 3%;
    background-position: 50% 150%;
  }
  .maqEze .sliderGral {
    height: auto;
  }
  .maqEze .sliderHomes {
    margin-bottom: 0;
  }
  .maqEze .sliderItem .sliderTexto h3 {
    display: inline-block;
    width: auto;
  }
  .maqEze .sliderItem h3 {
    margin: 0 0 12px 60px;
  }
  .maqEze .sliderItem p {
    max-width: 80%;
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 0 12px 60px;
  }
  .maqEze .homesNoticias {
    display: flex;
    flex-direction: column;
  }
  .maqEze .notas .notasTexto {
    float: left;
    width: 55%;
  }
  .maqEze .homesNoticias .redesCont {
    order: 3;
  }
  .maqEze .homesNoticias div:nth-child(5) {
    display: none;
  }
  .maqEze .homesEventos div:nth-child(5),
  .maqEze .homesEventos div:nth-child(4) {
    display: none;
  }
  .maqEze .headerCatalogo .slick-arrow {
    top: 43%;
    transform: scale(1);
    transition: 0.1s;
  }
  .maqEze .headerCatalogo .slick-arrow:active {
    transform: scale(1.3);
  }
  .maqEze .verMas {
    text-align: right;
  }
  .maqEze .homesEventos {
    background: none;
  }
  .maqEze .homesEventos .notas {
    background: #F0F0F0;
  }
  .maqEze .catEventosAbajo {
    margin-bottom: 0;
  }
  .maqEze .compartir {
    right: 14px;
    bottom: 5px;
  }
  .maqEze .verMas {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .maqEze .redesCont {
    float: left;
    width: 100%;
    margin-bottom: 25px;
  }
  .maqEze .redesCont iframe {
    width: 100%;
  }
  .maqEze .slider {
    height: 90px;
  }
  .maqEze .catalogoEdiciones {
    display: flex;
    justify-content: space-around;
  }
  .maqEze .catalogoEdiciones .catalogoItem {
    width: 30%;
  }
  .secEdiciones .menuCatalogo li {
    padding-left: 27%;
  }
  .maqEze .catalogoEdiciones.catalogoColecciones .catalogoItem {
    width: 34%;
  }
  .maqEze .carritoResumen table {
    display: block;
    background-color: #F2F2F2;
    padding-top: 20px;
  }
  .maqEze .compras .libroDetalle {
    width: 100%;
    margin: 0 auto;
  }
  .maqEze .carritoResumen td {
    display: inline-block;
  }
  .maqEze .carritoResumen tr {
    width: 94%;
    display: block;
  }
  .maqEze .compras .filaEncabezado {
    display: none;
  }
  .maqEze .carritoResumen,
  .maqEze .carritoResumen table {
    width: 100%;
  }
  .maqEze .imgComprado,
  .maqEze .tituloEnCarrito,
  .maqEze .precioEnCarrito {
    float: left;
  }
  .maqEze .carritoResumen .tituloEnCarrito {
    width: 69%;
  }
  .maqEze .carritoResumen .precioEnCarrito {
    padding-left: 15px;
    margin-top: 10px;
  }
  .maqEze .carritoResumen .filaCantidad {
    display: block;
    width: 47%;
    margin-top: 70px;
  }
  .maqEze .carritoResumen .totalPorLibro {
    display: none;
  }
  .maqEze .carritoResumen .filaTotales > td:first-child {
    display: none;
  }
  .maqEze .carritoResumen .subTotal {
    float: left;
  }
  .maqEze .carritoResumen .subTotal {
    padding-left: 10px;
  }
  .maqEze .carritoResumen .totalCompra {
    padding-left: 33px;
  }
  .maqEze .carritoResumen .totalCompra {
    float: left;
  }
  .maqEze .carritoResumen .filaTotales {
    padding-right: 0;
  }
  .maqEze .carritoResumen .subTotalPrecio,
  .maqEze .carritoResumen .totalPrecio {
    float: right;
  }
  .maqEze .carritoResumen #cantidad {
    float: left;
    margin-left: 11px;
  }
  .maqEze .carritoResumen table {
    width: 100%;
    padding: 0 5%;
  }
  .maqEze .carritoResumen .terminarCompra {
    margin-left: 5%;
  }
}
@media (max-width: 480px) {
  .maqEze .homesNoticias .notas img,
  .ediciones .notas .notasTexto {
    width: 100%;
  }
  .maqEze .catalogoEdiciones .catalogoItem {
    width: 47%;
  }
  .maqEze .carritoResumen .tituloEnCarrito {
    width: 65%;
  }
  .maqEze .carritoResumen .filaCantidad {
    width: auto;
  }
  .maqEze .carritoResumen #cantidad {
    margin-left: 9px;
  }
  .maqEze .carritoResumen .btnsCompra button {
    width: 80%;
    margin-left: 0;
  }
}
.sidebar-left--ediciones #side-menu {
  margin: 0;
  margin-top: 20px;
}
.sidebar-left--ediciones #side-menu li {
  font-weight: bold;
}
.sidebar-left--ediciones #side-menu a {
  padding: 0;
  border: 0;
  display: inline;
}
.sidebar-left--ediciones #side-menu ul {
  padding-left: 20px;
}
.sidebar-left--ediciones #side-menu ul li {
  font-weight: normal;
}
.maqEze .woocommerce .cart-collaterals .cart_totals,
.maqEze .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: auto;
}
.maqEze .woocommerce table.cart img {
  width: 69px;
  height: 95px;
}
.maqEze .woocommerce span.amount,
.maqEze .woocommerce span.amount span {
  display: inline;
}
.h1--wc {
  float: left;
  width: 100%;
}
#customer_details .col-2 {
  margin-top: 8px;
}
.maqEze .woocommerce form .form-row textarea {
  height: 150px;
}
.maqEze .woocommerce .input-text {
  height: 28px;
  padding-left: 4px;
}
.maqEze .woocommerce form .form-row.woocommerce-validated input.input-text,
.maqEze .woocommerce form .form-row.woocommerce-validated select {
  border: 1px solid #a9a9a9;
}
.maqEze .woocommerce form .form-row.woocommerce-invalid input.input-text,
.maqEze .woocommerce form .form-row.woocommerce-invalid select {
  border: 1px solid red;
}
.maqEze .woocommerce-checkout-review-order.carritoResumen tr {
  height: auto;
}
.maqEze .woocommerce table.shop_table tbody th,
.maqEze .woocommerce table.shop_table tfoot td,
.maqEze .woocommerce table.shop_table tfoot th {
  border-top: 0;
}
.maqEze ul.order_details {
  width: 100%;
}
.maqEze .woocommerce ul.order_details {
  padding-left: 0;
  margin-top: 10px;
}
.maqEze .woocommerce {
  font-family: 'fira', sans-serif;
  font-size: 11px;
  text-align: justify;
  float: left;
  margin-bottom: 30px;
  min-height: 500px;
}
.maqEze.ediciones-catalogo .woocommerce {
  display: inline;
  float: none;
  margin-bottom: 0;
  min-height: auto;
}
body #MP-Checkout-dialog #MP-Checkout-IFrame {
  height: 100% !important;
  width: 100% !important;
  position: static !important;
}
.maqEze .woocommerce .woocommerce-customer-details address {
  border: 0;
  padding: 10px 0;
}
.maqEze .cat-form h3 {
  display: none;
}
@media (min-width: 1200px) {
  .maqEze.no-sidebar .menuCatalogo {
    display: none;
  }
}
.menuHomeEdiciones .buscar .buscarCampo,
.menuHomeEdiciones .buscar .buscarBtn {
  margin: 0;
  display: inline-block;
  float: none;
}
@media (min-width: 1200px) {
  .menuHomeEdiciones .buscar .buscarCampo,
  .menuHomeEdiciones .buscar .buscarBtn {
    float: right;
  }
}
.menuHomeEdiciones .buscar .buscarCampo {
  display: none;
}
@media (min-width: 1200px) {
  .menuHomeEdiciones .buscar .buscarCampo {
    width: 80%;
    height: 24px;
    border: solid 1px #B3B3B3;
    display: block;
    margin-top: 3px;
  }
}
.menuHomeEdiciones .buscar .buscarBtn {
  background: url(/wp-content/themes/ungs/images/ediciones/icobuscar.svg) right 81% no-repeat;
  border: 0;
  background-size: 16px;
  width: 20px;
  vertical-align: sub;
  margin-top: 5px;
}
@media (min-width: 1200px) {
  .menuHomeEdiciones .buscar .buscarBtn {
    cursor: pointer;
    height: 24px;
    width: 10%;
    min-width: 24px;
    background: url(/wp-content/themes/ungs/images/button-cat-search.svg) no-repeat;
    border: 0;
    margin-left: 14px;
    margin-right: 15px;
  }
}
.maqEze .menuHomeEdiciones .buscar {
  padding-left: 0;
  text-align: center;
  background: #CCCCCC;
  height: 100%;
  width: 100%;
  margin: 0;
}
@media (min-width: 1200px) {
  .maqEze .menuHomeEdiciones .buscar {
    background-size: 20px;
    padding-top: 7px;
    background: #fff;
    text-align: left;
    margin: 0;
  }
}
.menuHomeEdiciones .buscar.open {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.menuHomeEdiciones .buscar.open .buscarCampo {
  display: inline-block;
}
.menuHomeEdiciones .buscar.open .buscarBtn {
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .home-ediciones .menuCatalogo {
    display: none;
  }
}
.maqEze .woocommerce a.button.alt.woocommerce-MyAccount-downloads-file {
  height: auto;
}
.woocommerce-order-downloads__title {
  font-family: "humanst", sans-serif;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #808082;
  line-height: 1.3;
  float: left;
  clear: both;
}
.catalogo-Ediciones article {
  padding-top: 90px;
}
.book_version {
  font-family: 'fira semibold', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 20px;
  display: inline-block;
  /*margin: 3px 0*/;
}
.homebar {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.homebar__title {
  font-family: "humanst", sans-serif;
  font-weight: bold;
  color: #6D6E70;
  font-size: 25px;
  flex: 0 0 100%;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .homebar--3col {
    width: 75%;
    margin-left: 25%;
  }
}
.homebar--carreras1 {
  margin-bottom: 15px;
}
.homebar--carreras1 .hentry {
  width: 270px;
  margin: 0 15px;
}
.homebar--carreras1 .widget:first-of-type .hentry {
  margin-left: 0;
}
.homebar--carreras1 .widget:last-of-type .hentry {
  margin-right: 0;
}
.homebar--carreras2,
.homebar--carreras3 {
  background: #F2F2F2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.homebar--carreras2 .hentry {
  margin: 0 15px;
  width: 262px;
  padding: 0;
  background: white;
}
.homebar--carreras2 .hentry h2 {
  font-family: 'fira';
  font-weight: bold;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
.homebar--carreras2 .hentry h2 a {
  color: black;
}
.homebar--carreras2 .hentry h3 {
  font-family: 'fira medium';
  margin-left: 15px;
}
.homebar--carreras2 .hentry h3 a {
  color: #6D6E70;
}
.homebar--carreras2 .hentry a {
  text-decoration: none;
}
.homebar--carreras2 .hentry .image {
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 150px;
}
.homebar--carreras2 .hentry .image img {
  display: none;
}
.homebar--carreras2 .hentry p {
  font-family: 'fira light';
  margin: 5px 15px;
}
.homebar--carreras2 .hentry p a {
  color: #6D6E70;
}
.homebar--carreras2 .hentry a.estado {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  height: 25px;
  background: #528256;
  color: white;
  font-family: 'roboto bold';
  font-size: 12px;
  text-transform: uppercase;
  padding: 9px;
  padding-top: 5px;
}
.homebar--carreras3 .hentry {
  width: 262px;
  height: 207px;
  padding: 0;
  float: left;
  overflow: hidden;
  background: white;
  outline: 1px solid lightgrey;
  padding-bottom: 15px;
  position: relative;
  margin: 0 15px;
}
.sidebar-nav {
  padding: 9px 0;
}
.dropdown-menu .sub-menu {
  visibility: hidden;
}
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown.destacados .sub-menu {
  display: block;
  visibility: visible;
}
