+/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 25px;
  line-height: 0.75em;
  vertical-align: -15%;
  padding-right: 4px;
}
@media screen and (max-width: 1280px) {
 .fa-lg {
  font-size: 20px;
 } 
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png")/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png")/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png")/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png")/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png")/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

*{
	/*color: #535456;*/
}
p{
	font-size: 16px;
}
:root{
	/*--color_primary: #4eaa5b;*/
	/*--color_primary: #96ca47;*/
	--color_primary: #4DAA5B;
	/*--color-lineas: #4b4b4b;*/
	--color-black: #535456;
}
html{
	position: absolute !important;
    width: 100%;
    min-height: 100% !important;
}
body{
	/*margin-bottom: 114px;*/
	margin-bottom: 124px;
    width: 100%;
    background: #fff;
}
main{
	padding-top: 120px;
}
/*Fuentes*/
@font-face {
  font-family: 'AmpleSoft';
  src: url('../fonts/AmpleSoft.otf') format('opentype');
  font-weight: normal;
}

@font-face {
  font-family: 'AmpleSoft';
  src: url('../fonts/AmpleSoft-Bold.otf') format('opentype');
  font-weight: bold;
}

@font-face {
  font-family: 'AmpleSoft';
  src: url('../fonts/AmpleSoft-Medium.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'AmpleSoft';
  src: url('../fonts/AmpleSoft-Light.otf') format('opentype');
  font-weight: lighter;
}
/*Fin fuentes*/

.h1, h1 {
	font-size: 23px;
	padding-top: 5px;
	padding-bottom: 15px;
}

*{
	font-family: 'AmpleSoft';
}
.back_gral{
	position: absolute;
}
.text-up{
	text-transform: uppercase;
}
.linea_div{
	background-image: -webkit-linear-gradient(to right, #96ca47, #1478ba);
	background-image: -moz-linear-gradient(to right, #96ca47, #1478ba);
	background-image: -o-linear-gradient(to right, #96ca47, #1478ba);
	background-image: linear-gradient(to right, #96ca47, #1478ba);
	height: 2px;
	width: 100%;
	margin-bottom: 30px;
}
.container__rent{
	width: 1280px;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	position: relative;
}
.volverBT{
	position: absolute;
    right: 0;
    top: 124px;
    text-decoration: underline;
    font-size: 19px;
    font-weight: 300;
    color: var(--color-black);
    z-index: 102;
}
.volverBT:hover{
    text-decoration: underline;
	color: var(--color-black);
}

@media(max-width: 1280px){
  .volverBT{
    right: 16px;
  }
}

.whatsMenu{
  position: absolute;
    right: 57px;
    top: 134px; 
}

@media(max-width: 1366px){
  .whatsMenu{
    right: 70px;
    top: 102px;
  }
}

@media(max-width: 992px){
  .whatsMenu{ 
    top: 4px;
  }
}

@media(max-width: 910px){
  .whatsMenu{ 
    top: 4px;
    right: 70px;
  }
}


@media(max-width: 911px){
  .whatsMenu{ 
    visibility:hidden;
  }
}

/*flex*/
.d-flex{
	display: flex;
}
.align-center{
	align-items: center;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
/*fin flex*/
ul{
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}
/*ul.iconos{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}*/
ul.guion {
	display: block;
}
ul.guion > li::before{
	content: "- ";
}
a:hover,
a:focus{
	text-decoration: none;
}
/*.breadcrumbc_fix{
	display: flex;
	margin-top: -20px;
}
.container_breadcrumbc_interna{
	margin-top: -20px;
	margin-bottom: 20px;
}
.container_breadcrumbc_interna > ul{
	display: flex;
}
.container_breadcrumbc_interna > ul > li,
.breadcrumbc_fix > li:not(:last-child){
	margin-right: 5px;
}*/
/*Interna*/
.colCampaigns > .main_col_info__item{
	margin-bottom: 30px;
}
.innerCampaign > .main_col_info__item{
    margin-bottom: 30px;
}
@media(max-width: 989px){
	.content_opciones{
		width: 100%;
	}
	.colCampaigns,
	.colCampaigns > .main_col_info__item{
		width: 100% !important;
		display: block !important;
	}
}
@media(max-width: 670px){
	.content_campanas{
		margin-bottom: 30px;
	}
}


/*nav generic*/
.nav_generic{
	height: 50px;
	border-top: 1px solid var(--color-lineas);
	border-bottom: 1px solid var(--color-lineas);
}
.nav_generic > ul{
	display: flex;
	height: 100%;
}
.nav_generic > ul > li{
	height: 100%;
	position: relative;
	margin-right: 10px;
}

.nav_generic > ul > li > a{
    padding: 0 10px;
	height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    color: var(--color-black);
    text-transform: none;
}
.nav_generic > ul > li > a.active::before,
.nav_generic > ul > li > a:hover::before{
	content: "";
	width: 100%;
	background: var(--color_primary);
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*fin nav generic*/

/*Margenes Paddings*/
.pt-0{
	padding-top: 0 !important;
}
.pb-0{
	padding-bottom: 0 !important;
}
.pl-0{
	padding-left: 0 !important;
}
.pr-0{
	padding-right: 0 !important;
}
.p-0{
	padding: 0 !important;
}
.mr-1{
	margin-right: 10px !important;
}
.mb-5{
	margin-bottom: 50px !important;
}
.mb-2{
	margin-bottom: 20px !important;
}
.mb-1{
	margin-bottom: 10px !important;
}
.mt-1{
	margin-top: 10px !important;
}
.mt-0{
	margin-top: 0 !important;
}
.mb-3{
	margin-bottom: 30px !important;
}
.mb-0{
	margin-bottom: 0 !important;
}
.m-0{
	margin: 0 !important;
}
/*Fin Margenes Paddings*/


/*Header*/
.header_nav{
	border-bottom: 1px solid #188eb0;
    box-shadow: 0px 1px 4px 4px rgba(0,0,0,0.07);
    height: 98px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: absolute;
    /*top: 0;*/
    z-index: 99999999;
    background: #fff;
    width: 100%;
}
.top_header{
    top: 0;
}
.nav_agip{
	display: flex;
	align-items: center;
}
.nav_agip__col{
	margin: 5px 0;
	border-right: 1px solid #188eb0;
}
.nav_agip__col_contactenos,
.nav_agip__col_busqueda{
	border-right: 1px solid var(--color-lineas);
	/*display: flex;
	align-items: center;
	justify-content: space-between;*/
}
.content__search{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.content__search > button{
	background: none;
	border: none;
}
.content__search,
.nav_agip__col_contactenos > nav{
	padding-top: 5px;
}
.nav_agip__col_contactenos > .nav_agip__col{
	width: 60%;
	padding-right: 15px;
}
.nav_agip__col_contactenos > .nav_agip__col_search{
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav_agip ul.nav_agip__ul{
 
	display: flex;
  align-items: center;
  /*justify-content: space-between;*/
	padding: 5px 0 0;
  
}
.nav_agip ul > li{
	font-weight: 300;
	position: relative;
	width: 50%;
	/*text-align: center;*/
}
.nav_agip ul > li > a{
	color: #969393;
	/*text-align: center;*/
}
.nav_agip .subrayado:hover::before,
.nav_agip .subrayado:active::before,
.nav_agip .subrayado:focus::before{
	content: "";
  	position: absolute;
  	border-bottom: 4px solid var(--color_primary);
  	width: 100%;
 	bottom: 0px;
 	left: 0;
}


.drop_venci_mes:hover::before,
.drop_venci_mes:focus::before,
.drop_venci_mes:active::before,
.drop_venci_mes.open:focus::before,
.drop_venci_mes.open:active::before,
.drop_venci_mes .lbl_vencimientos_mes:hover::before,
.drop_venci_mes .lbl_vencimientos_mes:focus::before,
.drop_venci_mes .lbl_vencimientos_mes:active::before,
.drop_venci_mes.open .lbl_vencimientos_mes:focus::before,
.drop_venci_mes.open .lbl_vencimientos_mes:active::before{
	content: "";
  	position: absolute;
  	border-bottom: 4px solid var(--color_primary);
  	width: 100%;
 	bottom: 0px;
 	left: 0;
}
.dropdown_planes_facilidad.open #planes_facilidad_ul > li:hover > a{
	color: var(--color_primary) !important;
}
.nav_agip ul > li.content_icon > a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.content_icon > a > label{
	background: #969393;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}
.content_icon i{
	color: #fff;
	font-size: 15px;
  
}
.fa-search.icon__nav{
	/*color: #188eb0;*/
	color: var(--color_primary);
	font-size: 32px;
}
.nav_agip ul > li{
	font-size: 17px;
  color:#969393;
}
.nav_agip__span{
	display: block;
	border-bottom: 1px solid var(--color-lineas);
	padding: 2px 0;
	/*color: #1779ba;*/
	color: #757373;
	font-weight: bold;
	font-size: 21px;
	padding: 0 0 5px 0;
	height: 36px;
}
.nav_agip__col_accesos{
	padding: 0;
	height: 100%;
}
.nav_agip__col_accesos > div:last-child{
	/*border-left: 1px solid #188eb0;*/
}
.nav_agip__col_accesos > div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_agip__col_accesos a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    color: #757373 !important;
    font-weight: bold;
    font-size: 20px;
    border: none;
}
.dropdown_planes_facilidad.open:focus,
.dropdown_planes_facilidad:focus{
	outline: #fff;
}
.dropdown_planes_facilidad > button,
.dropdown_planes_facilidad > button:hover,
.dropdown_planes_facilidad > button:focus,
.dropdown_planes_facilidad > button:active{
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}
@media (max-width: 991.98px) {
  .col-vencimientos-mes{
    margin-bottom: 20px;
  }
}
@media (min-width: 993px){
	.nav_agip__col_accesos{
		display: flex;
		align-items: center;
	}
	.dropdown_planes_facilidad > button > .lbl_vencimientos_mes{
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
		margin: 0;
	}
	.drop_venci_mes > button{
		padding: 0;
	}
}


@media screen and (min-width: 1270px){
  .nav_contacto_home {
    height: 50px;
    padding: 0 !important;
    margin-left: -45px;
  }
}



@media screen and (min-width: 1366px) and (max-width: 1545px) {
  .nav_contacto_home {
    height: 50px;
    padding: 0 !important;
    margin-left: -50px;
  }
}


@media screen and (min-width: 1560px) and (max-width: 1925px) {
  .nav_contacto_home {
    height: 50px;
    padding: 0 !important;
    margin-left: -60px;
  }
}




.dropdown_planes_facilidad > button > .lbl_vencimientos_mes > span{
	font-size: 20px;
	display: block;
	font-weight: bold;
  color: #757373;
}
.dropdown_planes_facilidad > button > .lbl_vencimientos_mes > span:last-child{
	color: #757373;
}
.dropdown_planes_facilidad.open > button{
	background: none !important;
	border: none !important;
}
.nav_agip__col_accesos a:hover,
.nav_agip__col_accesos a:focus,
.nav_agip__col_accesos a:active{
	background: none !important;
	border: none !important;
	box-shadow: none;
}
.nav_agip__col_accesos #planes_facilidad_ul{
	top: 131%;
}
#planes_facilidad_ul > li:hover{
  background: #aaa9a9;
  width: 180px;
  display: flex;
  
  
  
}
.nav_agip__col_accesos #planes_facilidad_ul li > a{
  
	color: #000 !important;
	font-size: 14px;
}
.nav_agip__col_accesos a > span.black{
	color: #757373;
}
.nav_agip__col_accesos a > span:last-child{
	color: #757373;
}
.nav_agip__col_busqueda,
.nav_agip__col_contactenos,
.nav_agip__col_accesos > div{
	height: 76px
}

.nav_agip__col_accesos > div,
.nav_agip__col_accesos > div > div,
.nav_agip__col_accesos > div > div > button{
	height: 100%;
}
.nav_agip__col_accesos .rspHide{
	height: 76px;
}
/*nav contacto home*/

.nav_contacto_home > .nav_agip__ul,
.nav_contacto_home > .nav_agip__ul > li,
.nav_contacto_home > .nav_agip__ul > li > a{
	height: 100%;
	padding: 0 !important;
}
.nav_contacto_home > .nav_agip__ul > li{
	/*width: 23.3%;*/
  width: 18%;
}
.pruebalucia{
  color:#969393;
 font-size: 17pt;
}
.nav_contacto_home > .nav_agip__ul > li.twitter{
	width: 15%;
	  
}


.nav_contacto_home > .nav_agip__ul > li.chat_online{
	width: 20%;
 
}
.nav_contacto_home > .nav_agip__ul > li.info_agip{
	width: 20%;
 
}

.nav_contacto_home > .nav_agip__ul > li.chat_online > a > i{
	margin-right: 5px;
  font-size: 20px;
}
.nav_contacto_home > .nav_agip__ul > li > a{
  
	display: flex;
    align-items: center;
    justify-content: center;
}
/*fin nav*/

/*Novedades */
.novedades-col-text {
  padding-right: -15px; /* Ajusta este valor según sea necesario */
}

.novedades-col-sit {
  padding-left: 15px; /* Ajusta este valor según sea necesario */
}




/*Fin Header*/

/*Footer*/
.footer__col_info {
  position: relative; /* Necesario para el posicionamiento absoluto de los íconos */
}

ul.social-icons {
  list-style: none;
  display: flex; /* Flexbox para alinear en fila */
  align-items: center;
  justify-content: space-between; /* Centra los íconos horizontalmente */

}

.footer__col_info .social-icons li {
  list-style: none; /* Quita los puntos de la lista */
  margin: 0 5px; /* Espaciado entre los íconos */
}

.footer__col_info .social-icons img {
  width: 23px;
  height: 23px;
}

.footer__col_info p {
  margin-top: 40px; /* Ajusta el espacio superior del párrafo para hacer espacio para los íconos */
}

.footer {
	/*box-shadow: 0px -5px 52px 18px #f2f2f2;*/
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 114px;
    background-color: #f1f2f2;
}
.footer div.row{
	display: flex;
	align-items: center;
}
.footer__col_lista > ul{
	display: flex;
	flex-direction: column;
    padding-top: 10px;
}
.footer__col_lista > ul >li:first-child a{
	font-weight: 300;
}
.footer__col_lista > ul a{
	color: #000;
	font-size: 14px;
}
.footer__col_info{
	text-align: center;
}
.footer__col_info > p{
	font-size: 14px;
	font-weight: 300;
}
.footer__col_info > span{
	font-size: 14px;
}
.footer__col_logo{
	display: flex;
	flex-direction: row-reverse;
}
.footer__col_logo > img{
	height: 57px;
    width: 135px;
}

/*Fin footer*/

/*main home*/
.li_147{
	position: relative;
}
.li_147_dropdown{
	display: none;
	position: absolute;
    background: #fff;
    border-radius: 4px;
    top: 51px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	width: 180px;
	padding: 10px;
}
.li_147_dropdown > h3,
.li_147_dropdown > span{
	font-weight: 300;
	font-size: 14px;
}
.li_147_dropdown > h3{
	font-size: 15px;
}
.li_147:hover .li_147_dropdown{
	display: block;
}


@media screen and (min-width: 1367px) {
  #planes_facilidad_ul > li:hover{
    background: #aaa9a9;
    width: 226px;
    display: flex;
   }
}
@media(max-width: 992px){
	.li_147_dropdown{
		top: 60px;
		z-index: 1;
		width: 100%;
	}
}
.bloqqq{
	width: 100%;
    background: black;
    position: absolute;
    z-index: 99;
    /*margin-top: 34px;*/
    opacity: .5;
    bottom: 0;
    height: 10000px;
}
.bloq_gray{
	width: 100%;
    background: #000;
    position: absolute;
    z-index: 98;
    /*margin-top: 34px;*/
    opacity: .5;
    bottom: 0;
    height: 10000px;
}
#myCarousel__impuestos .item > .carousel-caption{
	left: 10px;
    top: 10px;
    bottom: auto;
    padding: 0;
    right: auto;
    border-top: 1px solid #fff;
    width: 96%;
    text-align: left;
}
#myCarousel__impuestos .item > .carousel-caption > h3{
	margin: 0;
    background: #fff;
    padding: 5px 15px;
    display: inline-block;
    color: var(--color-black);
    font-weight: bold;
    text-shadow: none;
    font-size: 18px;
}
.main_row__container_home{
	height: 300px;
	max-height: 300px;
	margin-bottom: 30px;
}
.main_row__container_home > div{
	height: 100%;
}
.main_col_slider > img{
	display: block;
	height: 100%;
	width: 100%;
}
#myCarousel__impuestos,
.myCarousel__,
.carousel-inner,
.myCarousel__ .carousel-inner .item{
	height: 100%
}
.myCarousel__ > .carousel-indicators{
	position: absolute;
    left: auto;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    right: 0;
    bottom: 0 !important;
    margin-bottom: 0;
}
.myCarousel__ > .carousel-indicators > li{
	display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #757373;
    border-radius: 10px;
    /*float: right;*/
}
.myCarousel__ > .carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #757373;
}
.main_col_info__item{
    height: 300px;
    /*margin: 0 1%;*/
    /*width: calc(33% - 2%);*/
    padding-top: 10px;
    padding-bottom: 10px;
}
.main_col_info__item_flex{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.main_col_info__item.info_blue{
	background-color: #1779ba;
}
.main_col_info__item.info_border{
	border: 3px solid #1779ba;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.main_col_info__item.info_border > h2{
	line-height: 1;
	text-align: center;
}
.main_col_info__item  .info__item h2{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	margin-top: 0;
	line-height: 1;
}
.main_col_info__item > h2{
	font-size: 31px;
	font-weight: bold;
	color: #1779ba;
	margin-top: 0;
}
.label_clave_city{
    border: 10px solid #1779ba;
    padding: 0 30px;
    border-radius: 15px;
}
.main_col_info__item  .info__item p{
	font-size: 17px;
	color: #fff;
	line-height: 1;
}
.main_col_info__item  .info__item p,
.main_col_info__item  .info__item span{
	font-family: 'Source Sans Pro', sans-serif;
}
.list_accesos-directos{
	list-style-type: square;
	display: flex;
	flex-direction: column;
	color: #fff;
    padding-left: 15px;
}
.list_accesos-directos > li{
	margin-bottom: 7px;
}
.list_accesos-directos a{
	color: #fff;
	font-size: 16px;
}


.container_img_slider_responsive{
	display: none;
}
.container_img_slider__info{
	display: flex;
	justify-content: space-between;
	padding-left: 0;
}
.container_img_slider{
	display: block;
    height: 100%;
    width: calc(100% - 240px);
    padding-right: 15px;
}
.container_img_slider > img{
	display: block;
	height: 100%;
	width: 100%;
}
@media(max-width: 1224px){
	.container_img_slider_responsive{
		display: block;
		padding: 0;
		margin: 0;
	}
	.container_img_slider_responsive > .container_img_slider.resp{
		display: block;
		width: 100%;
		margin-bottom: 30px;
		padding: 0;
	}
	.container_img_slider_responsive > .container_img_slider.resp .carousel-inner > .item > img{
	    
	    object-position: center center;
	    width: 100%;
	}
}
.container_img_slider_responsive__{
	display: none;
}
@media(max-width: 800px){
	.container_img_slider_responsive{
		display: none;
	}
	.container_img_slider_responsive__{
		display: block;
		padding: 0;
		margin: 0;
	}
	.container_img_slider_responsive__ > .container_img_slider.resp{
		display: block;
		width: 100%;
		margin-bottom: 30px;
		padding: 0;
	}
	.container_img_slider_responsive__ > .container_img_slider.resp .carousel-inner > .item > img{
	    
	    object-position: center center;
	    width: 100%;
	}
}

@media(max-width: 500px){
	.container_img_slider_responsive > .container_img_slider.resp .carousel-inner > .item > img{
	    object-fit: initial;
	}
}

.main_col_info__item{
	  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 300px;
    width: 240px;
    margin: 0;
    padding: 10px 15px;
    /*border: 3px solid var(--color-lineas);*/

    /*degrade*/
    border-left: 2px solid #96ca47;
  	border-right: 2px solid #1478ba;
  	background-image: -webkit-linear-gradient(left, #96ca47 0%, #1478ba 100%), -webkit-linear-gradient(left, #96ca47 0%, #1478ba 100%);
	background-image: -moz-linear-gradient(left, #96ca47 0%, #1478ba 100%), -moz-linear-gradient(left, #96ca47 0%, #1478ba 100%);
	background-image: -o-linear-gradient(left, #96ca47 0%, #1478ba 100%), -o-linear-gradient(left, #96ca47 0%, #1478ba 100%);
	background-image: linear-gradient(to right, #96ca47 0%, #1478ba 100%), linear-gradient(to right, #96ca47 0%, #1478ba 100%);
	background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: 0 0, 0 100%;
}
.main_col_info__item .info__item > h2{
	color: var(--color-black);
}
.main_col_info__item .info__item > p{
	color: var(--color-lineas);
}
.main_col_info__item  .leer__item{
	/*border-top: 1px solid var(--color_primary);*/
	bottom: 0;
    position: absolute;
    width: 100%;
}
.main_col_info__item .leer__item > label{
	background-color: var(--color_primary);
	padding: 1px 5px;
}
.main_col_info__item .leer__item > label > a{
	color: #fff;
}
.col_canal_autogestion{
	/*border: 3px solid var(--color-lineas);*//*degrade*/
    border-left: 2px solid #96ca47;
  	border-right: 2px solid #1478ba;
  	background-image: -webkit-linear-gradient(left, #96ca47 0%, #1478ba 100%), -webkit-linear-gradient(left, #96ca47 0%, #1478ba 100%);
	background-image: -moz-linear-gradient(left, #96ca47 0%, #1478ba 100%), -moz-linear-gradient(left, #96ca47 0%, #1478ba 100%);
	background-image: -o-linear-gradient(left, #96ca47 0%, #1478ba 100%), -o-linear-gradient(left, #96ca47 0%, #1478ba 100%);
	background-image: linear-gradient(to right, #96ca47 0%, #1478ba 100%), linear-gradient(to right, #96ca47 0%, #1478ba 100%);
	background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: 0 0, 0 100%;
    position: relative;
}
.cnl_autogestion:hover > button:before{
	content: "";
	border-bottom: 3px solid var(--color_primary);
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
}
.cnl_autogestion > button > label{
	width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 6px;
}
.cnl_autogestion:hover > button > label:before{
	content: "";
	border-bottom: 3px solid var(--color_primary);
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
}

.container_background__col_canal_autogestion{
    z-index: 9;
    background: black;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 2px;
    opacity: .5;
    /*display: none;*/

}
/*@media(min-width: 801px){
	.container_background__col_canal_autogestion{
		height: 199px !important;
	}
}
@media(min-width: 1367px){
	.container_background__col_canal_autogestion{
		height: 299px !important;
	}
}
@media(min-width: 1601px){
	.container_background__col_canal_autogestion{
		height: 330px !important;
	}
}
@media(max-width: 800px){
	.container_background__col_canal_autogestion{
		height: 194px;
	}
}*/

.col_canal_autogestion .ttl_blue{
	font-size: 21px;
	font-weight: bold;
    border-bottom: 1px ;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    color: rgb(110, 108, 108);
    background-color: #d3cfcfd6; ;
    margin-top: -13px;
    margin-left: -13px;
    width: 106%;
}
.col_canal_autogestion__nav > ul > li,
.col_canal_autogestion__nav > ul > li > div,
.col_canal_autogestion__nav > ul > li > div, button{
	cursor: pointer;
}

.col_canal_autogestion__nav > ul,
.col_canal_autogestion__nav_search > ul{
	display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 10px 0;*/
    height: 100%;
    
  


}
.col_canal_autogestion__nav > ul > li,
.col_canal_autogestion__nav_search > ul > li{
	font-size: 19px;
	font-weight: 300;
}
.col_canal_autogestion__nav_search > ul > li{
	height: 100%;
	
}
.col_canal_autogestion__nav_search > ul > li:hover > a{
	padding: 14px 6px 13px;
  background-color: #757373;
  color: black;

}
.nuevo_ancho{
  width: 110px;
  padding: 5px;
  display: flex;
	align-items: center;
  justify-content: space-around;
  cursor:default;
  
}


.col_canal_autogestion__nav > ul > li,
.col_canal_autogestion__nav > ul > li > div,
.col_canal_autogestion__nav > ul > li > div > button{
	height: 100%;
}
.col_canal_autogestion__nav button{
	background: none;
    color: var(--color-black);
    border: none;
    font-size: 19px;
	font-weight: 300;
	padding: 0;
}
.col_canal_autogestion__nav button:hover,
.col_canal_autogestion__nav button:focus,
.col_canal_autogestion__nav button:focus{
	color: var(--color-black) !important;
	background: none !important;
	border: none !important;
}
/*.col_canal_autogestion__nav_search .btn-primary.active, .btn-primary:active,
.col_canal_autogestion__nav_search .open>.dropdown-toggle.btn-primary {
    color: #000 !important;
    background: none !important;
    border: none !important;
}*/
.col_canal_autogestion__nav .open>.dropdown-menu{
	top: 98%;
	background: #fff;
}
.col_canal_autogestion__nav .open>.dropdown-menu > li:hover > a{
  width: calc(25% - 10px);
	background: #4daa5b;
	color: var(--color_primary);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  
  text-transform: uppercase;
  font-size: 16px
}
.col_canal_autogestion__nav > ul > li > a,
.col_canal_autogestion__nav_search > ul > li > a{
	color: var(--color-black);
}
.col_canal_autogestion__nav_search,
.col_canal_autogestion__nav{
	/*border-bottom: 1px solid;*/
	/*margin-bottom: 17px;*/
	/*padding-bottom: 3px;*/
	height: 55px;
}

@media screen and (min-width: 1367px) and (max-width: 1600px) { 
.nuevo_tamaño{
  font-size: 17pt;
  color: #757373;
}
 }
.col_canal_autogestion__nav_search > ul > li,
.col_canal_autogestion__nav > ul > li{
  
  
}
.col_canal_autogestion__nav > ul > li:nth-child(3) ul.dropdown-menu,
.col_canal_autogestion__nav > ul > li:last-child ul.dropdown-menu{
	left: auto;
	right: 0;
}
.col_canal_autogestion__nav_search > ul > li > a.tramites_search.active:before{
	content: "";
	border-bottom: 3px solid var(--color_primary);
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
}
.col_canal_autogestion__nav_search > ul > li > a:hover::before,
.col_canal_autogestion__nav_search > ul > li > a:focus::before{
	content: "";
	border-bottom: 3px solid var(--color_primary);
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
}
/*.col_canal_autogestion__nav > ul > li > div.dropdown button:hover::before,
.col_canal_autogestion__nav > ul > li > div.dropdown.open button:focus::before{
	content: "";
	border-bottom: 3px solid var(--color_primary);
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
}*/
.col_canal_autogestion__nav > ul > li > div.dropdown.open{

}
.input-group .form-control.js-tramite-search-box {
	border-color: var(--color_primary);
	height: 40px;
}
.js-tramite-search-submit > i {
	color: #fff;
}
.js-tramite-search-form .js-tramite-search-submit {
	border-color: var(--color_primary);
	background-color: var(--color_primary);
	color: #fff;
}
.container_col_canal_autogestion{
	margin-bottom: 40px;
	padding: 15px 0px 0px;
}

.main_collapses__home{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main_collapses__home >div{
	padding: 0;
	width: calc(20% - 12px);
}
.main_collapses__home .panel.panel-default{
	border: 1px solid #f2f2f2;
}
.main_collapses__home .panel-heading{
	padding: 0;
    height: 37px;
    background: #f5f5f5;
    color: #000;
    position: relative;
}
.main_collapses__home .panel-heading::before{
	content:"";
	position: absolute;
	bottom: 0;
	height:2px;
	background-image: -webkit-linear-gradient(to right, #96ca47, #1478ba);
	background-image: -moz-linear-gradient(to right, #96ca47, #1478ba);
	background-image: -o-linear-gradient(to right, #96ca47, #1478ba);
	background-image: linear-gradient(to right, #96ca47, #1478ba);
	width:100%;
	display:block;
}
.main_collapses__home .panel-heading > h4{
	display: flex;
    align-items: center;
    font-size: 20px;
    height: 100%;
    justify-content: center;
    text-align: center;
}
.main_collapses__home .panel-heading > h4 > a{
	width: 100%;
    padding: 7px 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    color: var(--color-black);
}
 


  

.panel_transparencia,
.panel_agentes,
.panel_prox_vencimientos{
	min-height: 191px;
	height: auto;
}
.panel_transparencia ul,
.panel_agentes ul{
	flex-direction: column;
	list-style-type: square;
}
.panel_transparencia ul > li,
.panel_agentes ul > li{
	margin-bottom: 10px;
}
.panel_transparencia ul a,
.panel_agentes ul a{
	color: var(--color-black);
	font-size: 17px;
}

.panel_prox_vencimientos > div{
	display: flex;
	align-items: center;
}
.panel_prox_vencimientos > div> .prox_vencimientos_label{
	width: 55px;
    height: 35px;
    background: #000;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 10px;
    color: #fff;
    font-size: 21px;
    font-weight: normal;
}
.prox_vencimientos_info > span{
	font-size: 15px;
}
.prox_vencimientos_info > span:first-child{
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}


/*fin main home*/

/*tramites*/
.ttl_page{
	font-weight: bold;
	color: var(--color-black);
  text-transform: none;
	width: 94%;
}
.ttl_page > a{
	background: var(--color_primary);
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    padding: 10px;
}
.content_result_busqueda{
	display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.content_result_busqueda > h3{
	font-weight: bold;
}
.content_result_busqueda > span{
	margin-left: 10px;
	font-size: 22px;
	font-weight: 300;
}
.aside_filtro_busqueda{
	background-color: #fff;
    min-height: 200px;
    /*border: 3px solid var(--color_primary);*/
    padding: 15px 20px;
    border-left: 2px solid #96ca47;
    border-right: 2px solid #1478ba;
    background-image: -webkit-linear-gradient(left, #96ca47 0%, #1478ba 100%), -webkit-linear-gradient(left, #96ca47 0%, #1478ba 100%);
	background-image: -moz-linear-gradient(left, #96ca47 0%, #1478ba 100%), -moz-linear-gradient(left, #96ca47 0%, #1478ba 100%);
	background-image: -o-linear-gradient(left, #96ca47 0%, #1478ba 100%), -o-linear-gradient(left, #96ca47 0%, #1478ba 100%);
	background-image: linear-gradient(to right, #96ca47 0%, #1478ba 100%), linear-gradient(to right, #96ca47 0%, #1478ba 100%);
	background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: 0 0, 0 100%;
}
.content_checks_filtros > label,
.filtro_impuestos_label,
.content_ref_tramites > label{
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
}
.content_checks_filtros > .form-check{
	display: flex;
}
.content_checks_filtros > .form-check > label{
	font-weight: normal;
}
.content_checks_filtros input[type=checkbox]{
	margin-right: 10px;
}
.row_resultado_busqueda{
	display: flex;
	flex-wrap: wrap;
}
.content_filtro_resultado{
	display: flex;
	align-items: flex-start;
}
.box_result_busqueda{
	width: 31.336%;
    margin-left: 2%;
    margin-bottom: 2%;
    padding: 15px 20px;
    background-color: #fff;
    min-height: 266px;
    border: 3px solid var(--color_primary);
}
.box_result_busqueda h4{
	color: var(--color_primary);
	font-weight: bold;
}
.box_result_busqueda > p{
	font-size: 16px;
}
.content__icons__ver a{
	font-size: 16px;
}
.content__icons__ver{
	display: flex;
	justify-content: space-between;
}
.row_resultado_busqueda h4,
.row_resultado_busqueda h4 a {
	margin-top: 0;
	font-weight: bold;
	color: var(--color-black);
}
.row_resultado_busqueda > div{
	padding: 15px 20px;
	min-height: 70px;
    margin-left: 19px;
    border-top: 1px solid #535456;
}
.row_resultado_busqueda > div:last-child{
	border-bottom: 1px solid #535456;
	margin-bottom: 30px;
}
.content_icon_info_ver{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_icon_info_ver > .content_icons{
	display: flex;
    width: 10%;
}
.content_icon_info_ver > .content_info{
    width: 95%;
}
.content_icon_info_ver > .content_info > p,
.content_icon_info_ver > .content_ver_mas > a{
	font-size: 16px;
}
.content_icon_info_ver > .content_ver_mas{
    width: 10%;
}
/*fin tramites*/

/*Contribuyentes*/
.content_info_slider .info{
	font-size: 18px;
	line-height: 1.5;
}
.main_col_info__item_contribuyentes{
	width: auto;
    min-height: 185px;
    height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 10px 15px;
    border: 3px solid var(--color-lineas);
}
.main_col_info__item_contribuyentes  h2{
	color: var(--color_primary);
	font-size: 21px;
	margin-top: 0;
	font-weight: bold;
}.main_col_info__item_contribuyentes  p{
	font-size: 18px;
}
.main_col_info__item_contribuyentes .info__item{
	height: 137px;
	min-height: 137px;
}
.content_group_btns ul{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    /*justify-content: space-around;*/
    flex-wrap: wrap;
}
.content_group_btns > .ul_tutorial > .list_formulario{
	background: #f2f2f2;
    min-height: 80px;
    width: calc(33.33333% - 10px);
    border: 2px solid #f2f2f2;
    transition: ease 1s;
    margin-right: 13.33333333333333333333333333px;
    margin-bottom: 13.3333333333333333333333333px;
    display: flex;
    align-items: center;
}.content_group_btns > .ul_tutorial > .list_formulario:nth-child(3n){
	margin-right: 0;
}
.content_group_btns > .ul_tutorial .glyphicon,
.content_group_btns > .ul_tutorial i{
	font-size: 30px;
	position: relative;
	top: -2px;
	margin-right: 5px;
}
.content_group_btns > .ul_tutorial span{
	font-weight: 300;
}
.content_group_btns li{
	background: #f2f2f2;
    min-height: 80px;
    width: calc(25% - 10px);
    border: 2px solid #f2f2f2;
    transition: ease 1s;
    margin-right: 13.33333333333333333333333333px;
    margin-bottom: 13.3333333333333333333333333px;
    display: flex;
    align-items: center;
}
.content_group_btns li:first-child,
.content_group_btns li:nth-child(5n){
	margin-left: 0;
}
.content_group_btns li:nth-child(4n){
	margin-right: 0;
}
.content_group_btns li:hover {
 	border-color: var(--color_primary);
 	background-color: #fff;
}
.content_group_btns li > a{
	height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: black;
    text-transform: none;
    font-size: 16px;
}


.panel_fix{
    border: 1px solid var(--color_primary);
    border-bottom: 2px solid var(--color_primary);
}
.panel_fix:not(:last-child){
    margin: 0 0 20px !important;
}

.panel-group_fix > .panel_acordion_interna{
	margin: 0 !important;
}
.panel-group_fix .panel_fix > .panel-heading{
	height: auto;
	min-height: 50px;
	padding: 0;
	background-color: #fff;
}
.panel-group_fix .panel_fix > .panel-heading > h4{
	height: auto;
	min-height: 50px;
    display: flex;
    align-items: center;
}
.panel-group_fix .panel_fix > .panel-heading > h4 > a{
	height: auto;
	min-height: 50px;
	width: 100%;
    display: flex;
    /*align-items: center;*/
    padding: 13px 13px;
    /*text-transform: uppercase;*/
    font-size: 16px;
    line-height: 1.5;
}
.panel-group_fix .panel_fix .panel-body{
	border-top: 1px solid var(--color_primary) !important;
}
.panel-destacados {
  background-image: linear-gradient(to right, #a8c57e, #6fa4c7);
}

.destacados-title {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  /*text-transform: uppercase;*/
}

.panel-destacados-title {
  background-image: linear-gradient(to right, #96ca47, #1478ba);
}

.destacados-link {
  font-size: 15px;
  font-weight: bold;
  /*color: #535456;*/ 
  color: #444446;
}


.destacados-link:hover{
  color: #1a7cb4;
}

.list_tips{
	display: block;
}
.list_tips > li{
	font-size: 16px;
}
.list_tip_ttl{
	font-weight: bold;
    font-size: 17px;
    display: flex;
    align-items: center;
}
.list_tip_txt{
	padding-left: 26px;

  
  
}

.tips_text{
  text-align:justify;
  padding-left: 16px;
  padding-right: 16px;
 
  
  

}
.grey_heading{
	background: #f4f4f4 !important;
	padding: 0;
}
.panel_grey{
	border-top: none;
	border-left: none;
	border-right: none;
}
.grey_heading > h4{
	font-weight: 300;
}
.panel-group_fix .panel_fix.panel_grey .panel-body {
    border-top: #f4f4f4 !important;
}
.panel-group_fix .panel_fix .panel-body.grey_panel_body{
	background: #f4f4f4;
	padding-left: 33px;
	padding-top: 0;
}
.grey_panel_body > p{
	font-size: 16px;
}
.panel_body_tips{
	display: flex;
	flex-wrap: wrap;
}
.panel_body_tips > div{
	margin-bottom: 15px;
	/*min-height: 198px;*/
}
/*Fin Contribuyentes*/
/*Impuestos*/
.content_info_slider > article{
	font-size: 18px;
	line-height: 1.5;
}
/*FinImpuestos*/

/*Calendario*/
.cuadrado{
	width: 15px;
	height: 15px;
	background: #ccc;
}
.container__calendario > #datepicker > .ui-datepicker{
	padding: 0;
}
.ui-datepicker-calendar tr{
	border: none;
}
.ui-datepicker-calendar th{
	background: #e9e9e9 !important;
}

.ui-datepicker-calendar td{
	background: #fff;
}
.ui-datepicker-calendar td > a{
	text-align: center;
}
.container__calendario > #datepicker{
	width: 306px;
}
.container__calendario > #datepicker > .ui-datepicker{
	width: 100%;
}
.container__calendario_info{
	width: 100%;
}
#impuestos, #pages {
	display: flex;
}
#impuestos .container__calendario,
#pages .container__calendario {
	margin-right: 30px;
}
.ui-datepicker-calendar td > a.ui-state-default{
	background: none;
	border: none;
}
.ui-datepicker td {
    border: 1px solid #fff;
}
.cal-day-event-color{
	background: #ccc !important;
	color: #fff;
}
.ui-datepicker-current-day{
	background: var(--color_primary) !important;
	color: #fff !important;
}
.small-list{
	flex-direction: column;
}
.small-list >li:not(:last-child){
	border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.small-list label{
	display: block;
	font-weight: bold;
}
.small-list span{
	display: block;
	margin-left: 10px;
}
.container__calendario .tipo > li:first-child{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.container__calendario .tipo > li{
	display: flex;
    justify-content: center;
    width: 100%;
}
.container__calendario p > a{
	text-transform: uppercase;
	text-decoration: underline;
	color: var(--color-lineas);
}
/*Fin Calendario*/
@media screen and (min-width: 992px) and (max-width: 1270px) {
  .nav_contacto_home > .nav_agip__ul > li.twitter {
    width: 28%;
}
.nav_contacto_home > .nav_agip__ul > li {
  width: 30%;
}
.nav_contacto_home > .nav_agip__ul > li.info_agip {
  width: 30%;
}
.nav_contacto_home > .nav_agip__ul > li.chat_online {
  width: 20%;
}

}
/*tramites gral*/
nav.nav_categoria_tramite{
	height: 54px;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.nav_categoria_tramite > ul{
	height: 100%;
}
.nav_categoria_tramite > ul > li{
	height: 100%;
    display: flex;
    align-items: center;
    margin-right: 10px;
    justify-content: center;
}
.nav_categoria_tramite > ul > li > a{
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 300;
    position: relative;
}
.nav_categoria_tramite > ul > li > a.categoria_active::before{
	content: "";
    border-bottom: 3px solid var(--color_primary);
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.section-tramites_gral_info > .tramites_gral_info > h3{
	margin: 0 0 20px 0;
}
/*fin tramites gral*/
/*Buscador*/
.section_buscador{
	height: 40px;
}
.section_buscador > form{
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.section_buscador > form > button{
	width: 90px;
	border: 1px solid var(--color_primary);
    background: var(--color_primary);
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-transform: uppercase;
}
.section_buscador > form > button > i{
	color: #fff;
}
.section_buscador .select{
	height: 100%;
	width: calc(100% - 90px);
}
.section_buscador .select > select:focus{
	border: 1px solid var(--color_primary);
	outline: none;
}
.section_buscador .select > select{
	padding-left: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
	height: 100%;
	width: 100%;
	border: 1px solid var(--color_primary);
}
.links_normativa_leyes{
	margin-bottom: 20px;
}
.links_normativa_leyes a{
	color: var(--color_primary);
	text-decoration: underline;
	font-weight: 300;
}
.links_normativa_leyes p,
.links_normativa_leyes span{
	font-size: 16px;
}
.links_normativa_leyes li:not(:last-child){
	margin-bottom: 20px;
}
/*buscador 2.0*/
.buscador_ > .input-group{
	height: 50px;
}
.buscador_ > .input-group > input,
.buscador_ > .input-group > span,
.buscador_ > .input-group > span > button{
	height: 100%;
	font-size: 16px;
}
.buscador_ > .input-group > input,
.buscador_ > .input-group > span > button{
	border: 1px solid var(--color_primary);
}

.buscador_ > .input-group > span > button{
	background: var(--color_primary);
	color: #fff;
	padding: 0 20px;
}
.buscador_ > .input-group > span > button > i{
	color: #fff;
}
/*fin buscador 2.0*/

/*fin Buscador*/
.interna-categorias-style {
  display:block;
}
.interna-categorias-style li {
  display: block;
}
.content_wysiwyg.listas_contenido ul {
  list-style-type: "- ";
  margin-left: 10px;
  display:list-item;
}

/*content_wysiwyg*/
.content_wysiwyg{
	margin-bottom: 30px;
}
.content_wysiwyg > p{
	margin-top: 0;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Source Sans Pro', sans-serif;
}
.content_wysiwyg span{
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}
.content_wysiwyg ul{
	margin-bottom: 10px;
}
.content_wysiwyg li{
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}
.content_wysiwyg > h1,
.content_wysiwyg > h2,
.content_wysiwyg > h3,
.content_wysiwyg > h4,
.content_wysiwyg > h5,
.content_wysiwyg > h6{
	margin-top: 0;
	font-weight: 300;
}
.content_wysiwyg td{
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}

.content_wysiwyg_acord img{
  width: 100%;
  height: 100%;
}
/*fin content_wysiwyg*/

/* Tables
Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· */
table {min-width:100%; margin-bottom:20px; }
table caption {padding:3px 0; font-size:1.5em; font-weight:bold; background:#B8CF18; margin: 0 2px; }
table:not(.tableTicket) th {padding:4px; color:#fff; font-weight:bold; font-size:13px; text-align:center; background:#3e3e40;  border:2px solid #eee;  }
table td {padding:5px 10px; background:#DFDFDF;  border:2px solid #eee;  }
table tr {border:2px solid #eee;  }
table td:first-child {border-left:0; }
table td:last-child {border-right:0; }
table td.dark {background:#D2D2D2; }
table .is-larger {font-size:160%; }
/* Fin Tables
Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· Ã‚Â· */

/*clave ciudad*/
.campaigns_clave-ciudad{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.a_clave_ciudad{
	width: 240px;
	height: 300px;
	float: right;
}
.a_clave_ciudad > img{
	height: 100%;
	width: 100%;
	display: block;
}
/*fin clave ciudad*/

/*nav_generic_fix_interna*/
.nav_generic_fix_interna{
	height: auto !important;
	min-height: 50px;
}
.nav_generic_fix_interna.nav_generic > ul {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}
.nav_generic_fix_interna.nav_generic > ul > li {
    height: auto;
    position: relative;
    margin-right: 10px;
    width: calc(14.285714% - 8.563px);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}
.nav_generic_fix_interna.nav_generic > ul > li:nth-child(7n){
	margin-right: 0;
}
.nav_generic_fix_interna.nav_generic > ul > li > a :hover::before{ /*barra*/
    padding: 5px 10px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    color: var(--color-black);
    text-transform: uppercase;
    justify-content: center;
    text-align: center;
}
/*nav_generic_fix_interna*/

nav.js-tab-accordion {}
nav.js-tab-accordion > ul {
	margin-bottom: 20px; }


/* grilla*/
.dttools{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dt-left label,
.dt-right label{
	display: flex;
	align-items: center;
	margin: 0;
}
.dt-left label > select{
	margin: 0 10px;
}
.dt-right label > input{
	margin-left: 10px;
}
.dt-right > #grillaJson_filter{
	margin: 0 !important;
}
/* fin grilla*/
/*Table responsive*/
.contenedor_dtable .rsp-content-table{
	overflow-x: auto;
}
@media(max-width: 480px){
	.dttools{
		flex-direction: column;
		align-items: stretch;
	}
	.dt-left{
		margin-bottom: 5px;
	}
	.dt-left label > select {
	    width: 70px;
	}
}

/*Fin table responsive*/

/*Sidebar*/
.ul_sidebar > li,
.ul_sidebar > li > span,
.ul_sidebar > li > a{
	font-size: 16px;
}
.li_title__sidebar{
	font-weight: 300;
	display: flex;
}
.li_title__sidebar:not(:first-child){
	margin-top: 10px;
}
.li_title__sidebar > span{
	margin-right: 3px;
	font-size: 14px !important;
    margin-top: 2px;
}
.li_link__sidebar > a{
	text-decoration: underline;
	color: var(--color-black);
}
.li_link__sidebar:hover > a{
	color: var(--color_primary);
}
.li_option__sidebar{
	margin-left: 17px;
}
/*Fin Sidebar*/

/*popup*/
#popup-container{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    /*right:-100%;*/
	z-index: 9999999999;
}

#popup-modal .close-pop{
        position: absolute;
    right: -25px;
    top: 7px;
    background: #b6c800;
    border: 3px solid #ffffff;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
}

@media (max-width: 380px){
    #popup-modal #logo-rentas img{
        width: 110px;
    }
    #popup-modal #logo-bsas img{
        width: 100px;
    }
}

#popup-modal .modal-header{
    margin-bottom: 0;
    padding: 7px;
    background: #AAB905 url(../img/style/header-bg.jpg) repeat-x;
}
#popup-modal .modal-content{
    background: #fff;
    padding: 5px;
}

#popup-modal .modal-body{
    padding:5px 0 0 0;
}

#popup-modal .modal-body .block{
    padding:15px;
    margin-bottom: 5px;
}

#popup-modal .modal-body .block{

}


#popup-modal .modal-dialog {
        z-index: 100;
    }

@media (min-width: 768px){
    #popup-modal .modal-dialog {
        width: 40%;
    }
}
@media (max-width: 768px){
    #popup-modal{
        text-align: center;
    }
    #popup-modal .modal-dialog {
        width: 80%;
        margin: 0 auto;
        text-align: left;
    }
}

#popup-background{
    position:absolute;
    /*background: #f1f1f1;*/
    z-index:10;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}

#popup-container.poppreview-pop{
    right: 0;
}

#global-container.poppreview-global{
    position: absolute;
    left:-100%;
}

@keyframes bodyIn {
    from {right: 0;}
    to {right: 100%;}
}

@keyframes popIn {
    from {right: -100%;}
    to {right: 0;}
}

@keyframes bodyOut {
    from {right: 100%;}
    to {right: 0;}
}

@keyframes popOut {
    from {right: 0;}
    to {right: -100%;}
}

.bodyIn {
    position:relative;
    right: 0;
    animation-name: bodyIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.popIn {
    right: 0;
    animation-name: popIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.bodyOut {
    right: 0;
    animation-name: bodyOut;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.popOut {
    right: -100%;
    animation-name: popOut;
    animation-duration: 1.3s;
    animation-fill-mode: backwards;
}
/*fin popup*/

.dropdown-backdrop{
	display: none !important;
}
/*.disabled{
	pointer-events: none;
   	cursor: default;
}
.panel_hover_desp:hover > .collapse{
	display: block;
}*/
/*@media(min-width: 1366px){
	.slide__{
		width: 98% !important;
		height: 530px !important;
	}
}
*/

/*search google*/
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
    color: var(--color_primary) !important;
}
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
    color: var(--color_primary) !important;
}
#google-search-results a.gs-title{
	color: var(--color_primary) !important;
}

/* Calendario con día actual des-resaltado */

.ui-datepicker-today {
	background: none !important;
	border: none !important;
}

.ui-datepicker-today.cal-day-event-color{
	background: #ccc !important;
	color: #fff;
}

.ui-datepicker-today a {
	background: transparent !important;
	color: #454545 !important;
}

ul.ui-menu {}

ul.ui-menu > li.ui-menu-item {
    width: 100%;
    font-weight: normal;
}


/*MODAL HOME*/
/*	.modal.right .modal-dialog {
		width: 40%;
		position: fixed;
		margin: auto;
		width: 320px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		-o-transition: opacity 0.3s linear, right 0.3s ease-out;
		transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	.modal.right.fade.in .modal-dialog {
		right: calc(50% - 273px);
	    top: 97px;
	    width: 40%;
	}*/
	.pop_up_x{		
		position: absolute;
		right: -25px;
		top: 7px;
		background: #b6c800;
		border: 3px solid #ffffff;
		color: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 28px;
		width: 28px;
	}


	.modal.right .modal-dialog {
		width: 40%;
		position: fixed;
		margin: auto;
		width: 320px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		-o-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
	}

	.modal.right .modal-content {
	    min-height: 300px;
	}

	.modal.right.fade .modal-dialog {
	    right: -320px;
	    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
	    transition: opacity 0.3s linear, right 0.3s ease-out;
	}

	.modal.right.fade.in .modal-dialog {
		right: calc(50% - 273px);
	    top: 97px;
	    width: 37%;
	}
@media (max-width: 768px){
    .modal.right.fade.in .modal-dialog {
        width: 80%;
    }
}

.iframe_col_canal_autogestion{
	display: block;
    padding: 2px 0;
}
.iframe_col_canal_autogestion > img{
	width: 100%;
	height: 100%;
}

.template-color-celeste{
	color: #3097d1;
}



.ui-datepicker-month{
  text-transform: capitalize ;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar td > a.ui-state-default {
    cursor: default;
    pointer-events: none;
}
#ieMessage {
  width: 100%;
  height: 100%;
  display: block;
  float:left;
  text-align: center;
  padding: 100px 10px;
  font-size: 25px;
  font-family: Arial;
  z-index: 9999999999999999999;
  background-color: rgba(255,255,255,0.9);
  top:0;
  left: 0;
  position: fixed;
}

#ieMessage a {
  font-family: Arial;
}

button[disabled] {
  pointer-events: all;
}
.logoAgip{
    /*max-width: 157px;*/
    width: 85%;
}

.bg_header_nav_rsp {
  display: none;
}

.footer__col_logo img {
  max-width: 120px;
}

.footer .container__rent .row {
  margin: 0;
}

.main_collapses__home .panel-heading > h4 > a {
  padding: 7px;
  font-size: 17px;
  line-height: 15px;
}

/* Autocomplete (?) Buscador Preguntas Utiles */
.sectionBuscador {
  position: relative;
}
.searchResult {
  width: 100%;
  display: none;
  float:left;
  background: #fff;
  position: absolute;
  border: 1px solid var(--color_primary);
  z-index: 10;
}
.searchResult ul, .searchResult ul li{
  width: 100%;
  display: block;
  float:left;
}
.searchResult ul li{
  padding: 8px 10px;
  border-top:1px solid #ccc;
}
.searchResult ul li:nth-child(even) {
  background-color: #f2f2f2;
}
.searchResult ul li:nth-child(odd) {
  background-color: #fff;
}
.searchResult ul li:first-child{
  border:none;
}
.searchResult ul li:hover {
  background-color:#ccc;
  color:#4b4b4b;
  cursor:pointer;
}

.searchResult ul li.selected {
  color:#4b4b4b;
  background-color:#ccc;
}
.noHide .panel_fix .panel-heading .panel-title {
  position: relative;
}
.btnQuitar {
  position: absolute;
  top:8px;
  right: 8px;
  display: none;
}
/* END Autocomplete (?) Buscador Preguntas Utiles */

/* Home 2 columns bottom buttons collapses */
.main_collapses__home .panel.panel-default{
  border:none;
}
.main_collapses__home .panel.panel-default .panel-collapse{
  width:503px;
  border:1px solid #f2f2f2;
}

.main_collapses__home .panel.panel-default .panel-collapse ul {
  column-width: 10em;
  width: 400px;
  list-style: none;
}
.main_collapses__home .panel.panel-default .panel-collapse ul li a{
  font-size: 14px;
}
.main_collapses__home .panel.panel-default .panel-collapse ul li:hover a{
  color: black;
  background: #aaa9a9;
  display: block;
  padding-left: 1px;
  
  
  
  
 
  
  
}

.nav_generic {
  min-height: 50px;
  height: auto;
  padding-top:10px;
  padding-bottom: 10px;
}

.nav_generic > ul > li > a {
  font-size: 17px !important;
  line-height: 17px !important;
}

.nav_generic_fix_interna.lotsTabs.nav_generic > ul > li > a.active::before, .nav_generic_fix_interna.lotsTabs.nav_generic > ul > li > a:hover::before {
  bottom: -10px;
}

.container__rent {
  width: 1280px;
  max-width: 1280px;
}

.content1920 .container__rent {
  width: 100% !important;
  max-width: calc(100% - 50px) !important;
  height: 100%;
}

.containerInner {
  width: 1280px !important;
  max-width: 1280px !important;
}

/* STYLES TICKET */

.containerTicket {
  padding-top:98px;
  width: 1280px;
  max-width: 1280px;
}

.headerTicket {
  z-index: 1038;
}

.borderDegradee {
  border-left: 2px solid #96ca47;
  border-right: 2px solid #1478ba;
  background-image: -webkit-linear-gradient(left, #96ca47 0%, #1478ba 100%), -webkit-linear-gradient(left, #96ca47 0%, #1478ba 100%);
  background-image: -moz-linear-gradient(left, #96ca47 0%, #1478ba 100%), -moz-linear-gradient(left, #96ca47 0%, #1478ba 100%);
  background-image: -o-linear-gradient(left, #96ca47 0%, #1478ba 100%), -o-linear-gradient(left, #96ca47 0%, #1478ba 100%);
  background-image: linear-gradient(to right, #96ca47 0%, #1478ba 100%), linear-gradient(to right, #96ca47 0%, #1478ba 100%);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: 0 0, 0 100%;
}

.titleField {
  background: #fff;
  /* font-size: 18px; */
  font-size: inherit;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: -15px;
  border: 0;
  margin-bottom: 5px;
}

.page-header {
  margin:0 0 15px 0;
  padding-bottom: 0;
}

.nav_generic_fix_interna {
  margin-top: -15px !important;
}

.tableTicket {
  border:none;
  border-collapse: inherit;
}

.tableTicket thead tr {
  border:none !important;
}

table.tableTicket thead th, table.tableTicket thead td {
  border:none !important;
  border-bottom: 1px solid #4b4b4b !important;
  background: #f2f2f2;
  color:#4b4b4b;
  /* font-size: 18px; */
  font-weight: normal;
}

.taxpayerpanel fieldset dl dt {
  border-bottom:1px solid #f2f2f2;
}

.taxpayerpanel fieldset dl dd {
  margin-bottom: 10px;
}

.taxpayerpanel fieldset dl dd .btn.btnTextAreaModal{
  width: 100%;
  margin-top: 5px;
  background-color: var(--color_primary);
  color:#fff;
}

.navAgipTickets {
  display: block;
}

.buttonsNav {
  float:right;
}

.buttonsNav a {
  font-size: 25px;
  margin-right: 10px;
  background: var(--color_primary);
  color:#fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  display: block;
  float:left;
  line-height: 46px;
}

.buttonsNav a i {
  color: #fff;
}

.bg_header_nav_rsp .buttonsNav a {
  width: 38px;
  height: 38px;
  font-size: 20px;
  line-height: 38px;
  margin-top:5px;
}

.encuestaTicket .page-header{
  margin-bottom:10px;
}

.encuestaTicket .page-header h3{
  font-size: inherit;
  font-weight: 600;
  margin-top: 25px;
}

.encuestaTicket legend, .encuestaTicket .dinamic label {
  font-size: inherit;
  font-weight: 300;
}

.encuestaTicket .dinamic label, .encuestaTicket .dinamic textarea {
  width: 100%;
}

.encuestaTicket .dinamic textarea {
  padding: 10px;
}

.encuestaTicket .dinamic fieldset{
  width: 100%;
  display: block;
  float:left;
}
.encuestaTicket .dinamic fieldset input{
  display: block;
  float:left;
}

.encuestaTicket .dinamic fieldset label.custom-radio-label{
  display: block;
  float:left;
  width: auto;
  position: relative;
  top:-3px;
  margin-left: 5px;
  margin-right: 15px;
}

.encuestaTicket .is-hidden {
  display: none;
}

.lead {
  font-size: inherit;
}
/* END STYLES TICKET */
 .floatingBtn {
   display: none;
 }

 /* INTERNO AUTOGESTION MENU */
 .menuAutogestionInterno {
   width: calc(100% + 50px);
   background-color: #f2f2f2;
   margin: 0 -25px 10px -25px !important;
   padding: 0 25px;
   height: 55px;
   z-index: 100;
 }

 .menuAutogestionInterno nav.col_canal_autogestion__nav ul li .dropdown .dropdown-toggle {
   margin-left:20px;
 }

 .containerInner {
   padding-top: 98px;
 }

 .containerInner .volverBT {
   top:112px;
 }

 .menuAutogestionInterno h4.ttl_blue{
   width: auto;
   display: flex;
   float:left;
   color: rgb(110, 108, 108);
   font-size: 23px;
   font-weight: bold;
   height: 100%;
   align-items: center;
   margin: 0;
 }

 .menuAutogestionInterno nav {
   /* padding-right: 30%; */
   padding-right: 20%;
   width: auto;
   display: flex;
   height: 100%;
   align-items: center;
   border-bottom: none;
 }

 /* END INTERNO AUTOGESTION MENU */

 .header_nav .nav_agip__col_autogestion {
   display:none;
 }

 /*.container_background__col_canal_autogestion {
   height: 195px;
 }*/

 .tramitesBuscador .dropdown .dropdown-menu {
   width: 700px;
   display: none;
   float: left;
   padding: 20px;
 }

 .tramitesBuscador .dropdown .dropdown-menu li.innerBuscadorTramites h4 {
   width:100%;
   display: block;
   float:left;
   font-size: 18pt;
   color:#4b4b4b;
   border-bottom: 1px solid #188eb0;
   padding-bottom: 10px;
 }

 .tramitesBuscador .dropdown .dropdown-menu li.innerBuscadorTramites .col_canal_autogestion__nav_search {
    padding-right: 0 !important;
    width: 100%;
    display: block;
    float: left;
 }

 .tramitesBuscador .dropdown .dropdown-menu li.innerBuscadorTramites .input-group .form-control {
    border-color: var(--color_primary);
    height: 70px !important;
    font-size: 20px !important;
  }

  .col_canal_autogestion__nav ul li:nth-child(4n) .dropdown-menu{
    right: 0 !important;
    left: inherit;
  }

  /*Campañas laterales*/
  .info__item_l p {
    line-height: inherit;
  }

  .info__item_l h2 {
    font-size: 35px;
  }

  .info__item_l > h2{
    color: var(--color-black);
  }

  .info__item_l > p{
    color: var(--color-lineas);
  }

.info__item_l h2{
  font-size: 25px;
  font-weight: bold;
  /*color: #fff;*/
  margin-top: 0;
  line-height: 1;
}

.info__item_l p,
.info__item_l span{
  font-family: 'Source Sans Pro', sans-serif;
}

.leer__item_l{
  border-top: 1px solid var(--color_primary);
  bottom: 0;
  position: absolute;
  width: 100%;
}
.leer__item_l > label{
  background-color: var(--color_primary);
  padding: 1px 5px;
}
.leer__item_l > label > a{
  color: #fff;
}

@media screen and (min-width: 1600px) and (max-width: 1644px){
  .contacto_tamaño {
    margin-left: -5%;
  }
 }
@media screen and (min-width: 1645px) and (max-width: 1800px){
    .contacto_tamaño {
      margin-left: -4%;
    }
}
/*fin campañas laterales*/

@media screen and (min-width: 300px) and (max-width: 1500px){
  .nav_agip__ul_footer{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -20px;
    
  }
}
 @media screen and (min-width: 1367px){

  .col-md-9.innerArticle {
      width: 70%;
      display: block;
      float:left;
  }
  .col-md-3.innerCampaign {
      width: 30%;
      display: block;
      float:left;
      padding-left: 30px;
      padding-bottom: 15px:

  }

  .floatingBtn {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: #4b4b4b;
    color: #fff;
    font-size: 14px;
    z-index: 9999999999999;
    padding: 5px 10px;
    opacity: 0.3;
  }
  .floatingBtn:hover{
    opacity: 1;
  }
  .content1920 .main_row__container_home {
      height: 435px;
      max-height: 435px;
      margin-bottom: 30px;
      margin-top: 30px;
  }

  .main_row__container_home {
      height: 435px;
      max-height: 435px;
      margin-bottom: 50px;
      margin-top: 30px;
  }

  .content1920 .main_collapses__home {
      margin-top: 17px;
  }

  .content1920 .container_img_slider__info .container_img_slider {
    width: calc(100% - 370px);
  }

  .container_img_slider__info .container_img_slider {
    height: 435px;
  }

  .content1920 .container_img_slider__info .main_col_info__item {
    height: 435px;
    max-height: 435px;
    width: 370px;
  }

  .container_img_slider__info .main_col_info__item {
    height: 435px;
    max-height: 435px;
  }

  .content1920 #myCarousel__impuestos .item > .carousel-caption > h3 {
    font-size: 27px;
  }

  #myCarousel__impuestos .item > .carousel-caption > h3 {
    font-size: 25px;
  }

  .content1920 .main_col_info__item .info__item h2 {
    font-size: 27px;
  }

  .main_col_info__item .info__item h2 {
    font-size: 25px;
  }

  .content1920 ..dropdown-menu>li>a .ttl_blue {
    font-size: 30px;
  }

  .col_canal_autogestion .ttl_blue {
    font-size: 25px;
    width: 104%;
  }

  .content1920 .col_canal_autogestion__nav button {
      font-size: 16pt;
      padding: 20px 0px !important;
      /* padding: 20px 10px !important; */
      height: auto !important;
  }

  .col_canal_autogestion__nav button {
    font-size: 17pt;
    line-height: 25px;
  }

  /*.container_background__col_canal_autogestion {
    height: 295px;
  }*/

  .col_canal_autogestion .dropdown-menu > li > a {
    font-size: 15px;
  }

  .col_canal_autogestion__nav .open>.dropdown-menu {
    /*width: 440px;*/
  }

  .col_canal_autogestion__nav button {
      font-size: 20pt;
      padding: 20px 10px !important;
      height: auto !important;
  }

  .content1920 .col_canal_autogestion__nav_search, .col_canal_autogestion__nav {
    height: auto;
  }

  .content1920 .col_canal_autogestion__nav_search > ul > li > a {
    padding: 22px 10px !important;
    height: auto !important;
  }

  .content1920 .col_canal_autogestion__nav_search > ul {
    height: auto !important;
  }

  .col_canal_autogestion__nav_search > ul > li > a {
    padding: 20px 10px !important;
    height: auto !important;
    font-size: 16pt !important;
  }

  .col_canal_autogestion__nav_search > ul > li {
    height: auto !important;
  }

  .col_canal_autogestion__nav_search > ul {
    height: auto !important;
  }

  .col_canal_autogestion__nav_search, .col_canal_autogestion__nav {
    /* height: auto !important; */
    height: 55px !important;
  }

  .content1920 .col_canal_autogestion__nav > ul > li, .content1920 .col_canal_autogestion__nav_search > ul > li {
    font-size: 20pt;
  }

  .content1920 .main_col_info__item .info__item p, .content1920 .main_col_info__item .info__item span {
    font-size: 18pt !important;
    line-height: inherit;
  }

  /*Campañas laterales*/
  .info__item_l p {
    line-height: inherit;
  }

  .info__item_l h2 {
    font-size: 35px;
  }

  .info__item_l > h2{
    color: var(--color-black);
  }

  .info__item_l > p{
    color: var(--color-lineas);
  }

.info__item_l h2{
  font-size: 25px;
  font-weight: bold;
  /*color: #fff;*/
  margin-top: 0;
  line-height: 1;
}

.info__item_l p,
.info__item_l span{
  font-family: 'Source Sans Pro', sans-serif;
}

/*fin campañas laterales*/


  .content1920 .col_canal_autogestion .input-group .form-control#buscador_tramites {
    font-size: 20pt;
    height: 80px;
  }

  .col_canal_autogestion .input-group .form-control#buscador_tramites {
    font-size: 20px;
    height: 70px;
  }

  .content1920 .col_canal_autogestion .input-group .input-group-addon {
    font-size: 12pt;
    font-weight: 300;
  }

  .content1920 .main_col_info__item .leer__item > label {
    font-size: 13pt;
  }

  .content1920 .container_col_canal_autogestion {
    margin-bottom: 60px;
  }

  .container_col_canal_autogestion {
    margin-bottom: 80px;
  }

    .containerTicket {
        padding-top: 155px;
    }

  .content1920 .header_nav {
    height: 150px;
  }

  .header_nav {
    height: 150px;
  }

  .header_nav .nav_agip {
    height: 100%;
  }

  .nav_agip__col_logo  a{
    width:100%;
    display: block;
    float: left;
  }

  .nav_agip__col_logo a .logoAgip {
      margin-top: 15%;
      margin-right: 20%;
      margin-left: -10%;
      
      height: auto;
      width: 105%;
  }

  .nav_agip__col_logo a {
    padding: 15px;
  }

  main {
    padding-top: 180px;
  }

  .main_collapses__home .panel-heading {
    height: 120px !important;
  }

  /*.content1920 .container_background__col_canal_autogestion {
    height: 293px;
  }*/
  
  .content1920 .main_collapses__home .panel.panel-default .panel-collapse ul li a {
    font-size: 13pt;
  }

  .main_collapses__home .panel.panel-default .panel-collapse ul li a {
    font-size: 20px;
  }

  .content1920 .main_collapses__home .panel-heading > h4 > a {
    font-size: 17pt;
    line-height: 32px;
  }

  .main_collapses__home .panel-heading > h4 > a {
    font-size: 21pt;
    line-height: 32px;
  }

  .content1920 .main_collapses__home .panel.panel-default {
    /* width: 503px; */
    border: none;
    box-shadow: none;
  }

  .content1920 .img-responsive {
    display: block !important;
    max-width: none !important;
    height: 100% !important;
    width: 100% !important;
    max-height: 435px !important;
    height: 435px !important;
  }

  .img-responsive {
    display: block !important;
    width: 800px !important;
    max-width: 800px !important;
  }

  .content1920 .main_collapses__home .panel-heading {
    height: 70px;
  }

  .main_collapses__home .panel-heading {
    height: 70px;
  }

  .content1920 .nav_agip__span, .content1920 .dropdown_planes_facilidad > button > span {
    font-size: 23pt;
  }

  .content1920 .nav_agip__col_accesos #planes_facilidad_ul li > a {
    font-size: 20px;
  }

  .content1920 .dropdown_planes_facilidad > button > span, .content1920 .nav_agip__col_accesos a {
    line-height: 35px;
  }

  .content1920 .nav_contacto_home > .nav_agip__ul > li > a, .content1920 .nav_agip__col_accesos a {
    font-size: 22pt;
  }
  
  .nav_agip__ul_footer{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -20px;
    
  }

  .content1920 .nav_agip__col_contactenos, .content1920 .nav_agip__col_busqueda{
    height: auto !important;
  }

  .content1920 .nav_agip__col_busqueda input.form-control {
    height: 45px !important;
  }

  .footer {
    height: 214px;
    padding-top: 30px;
  }

  .footer__col_lista > ul a {
    font-size: 14px;
  }

  .footer__col_info > p {
    font-size: 16pt;
  }

  .footer__col_info > span {
    font-size: 14pt;
  }

  .footer__col_logo img {
    max-width: inherit;
  }

  body {
    margin-bottom:224px;
  }

  .content1920 .containerInner {
    padding-top: 150px;
  }

  .containerInner .volverBT {
    top:162px;
  }

  .ui-widget {
    font-size: 20px !important;
  }

}

.nav_generic_fix_interna.nav_generic > ul > li {
  width: calc(12.286% - 8.563px);
}

.panel_tam{
  height: 380px;
}

@media screen and (min-width: 240px) and (max-width:500px) {
  .panel_tam {
    height: auto;    
  };
  
}
@media screen and (min-width: 501px) and (max-width:991.20px) {
  .panel_tam {
    height: auto;
    
  };
}
@media screen and (min-width: 992px) and (max-width:1169px) {
  .panel_tam {
    height: 600px;
    
  };
}

@media screen and (min-width: 1170px) and (max-width:1254px) {
  .panel_tam {
    height: 580px;
    
  };
}



@media screen and (min-width: 2560px) and (max-width: 2736px) {
 .content1920 .nav_contacto_home > .nav_agip__ul > li > a, .content1920 .nav_agip__col_accesos a {
   font-size: 37px;
 }

/* .content1920 .container_background__col_canal_autogestion {
    height: 488px;
  }*/

 .content1920 .nav_agip__span, .content1920 .dropdown_planes_facilidad > button > span {
   font-size: 38px;
 }

 .content1920 #myCarousel__impuestos .item > .carousel-caption > h3 {
   font-size: 35px;
 }

 .content1920 .main_col_info__item .info__item h2 {
   font-size: 35px;
 }

 .content1920 .main_col_info__item .info__item p, .content1920 .main_col_info__item .info__item span {
   font-size: 27px !important;
 }

   /*Campañas laterales*/
  .info__item_l p {
    line-height: inherit;
  }

  .info__item_l h2 {
    font-size: 35px;
  }

  .info__item_l > h2{
    color: var(--color-black);
  }

  .info__item_l > p{
    color: var(--color-lineas);
  }

.info__item_l h2{
  font-size: 25px;
  font-weight: bold;
  /*color: #fff;*/
  margin-top: 0;
  line-height: 1;
}

.info__item_l p,
.info__item_l span{
  font-family: 'Source Sans Pro', sans-serif;
}

/*fin campañas laterales*/

 .col_canal_autogestion .ttl_blue {
   font-size: 35px;
 }

 .col_canal_autogestion__nav_search, .col_canal_autogestion__nav {
   height: 100px !important;
 }

 .content1920 .col_canal_autogestion__nav button {
   font-size: 34px;
   height: 100% !important;
 }

 .content1920 .main_row__container_home {
   height: 734px !important;
   max-height: 734px !important;
 }

 .container_img_slider__info .container_img_slider {
    height: 734px;
  }

  .content1920 .container_img_slider__info .main_col_info__item {
    height: 734px;
    max-height: 734px;
    width: 480px;
  }

  .container_img_slider__info .main_col_info__item {
    height: 734px;
    max-height: 734px;
  }

  .content1920 .img-responsive {
    max-height: 734px !important;
    height: 734px !important;
  }

  .img-responsive {
    width: 1164px !important;
    max-width: 1164px !important;
  }

  .content1920 .header_nav {
    height: 240px;
  }

  .header_nav {
    height: 240px;
  }

  .header_nav .nav_agip {
    height: 100%;
  }

  .nav_agip__col_logo  a{
    width:100%;
    display: block;
    float: left;
  }

  .nav_agip__col_logo a .logoAgip {
      max-width: inherit;
      height: auto;
      width: 100%;
  }

  .nav_agip__col_logo a {
    padding: 58px;
  }

  main {
    padding-top: 280px;
  }

  .main_collapses__home .panel-heading {
    height: 120px !important;
  }

  .content1920 .nav_contacto_home > .nav_agip__ul > li > a{
    font-size: 45px !important;
    margin-top:20px;
  }

  .nav_agip .subrayado:hover::before, .nav_agip .subrayado:active::before, .nav_agip .subrayado:focus::before {
    bottom:-45px !important;
  }

  .li_147_dropdown {
    top:95px;
    width: 263px;
  }

  .content1920 .nav_agip__span, .content1920 .dropdown_planes_facilidad > button > span,
  .content1920 .nav_contacto_home > .nav_agip__ul > li > a, .content1920 .nav_agip__col_accesos a {
    font-size: 45px !important;
    line-height: 54px;
  }

  .footer {
    height: 350px;
    padding-top: 88px;
  }

  .footer__col_lista {
    width: 50%;
  }
  .footer__col_info{
    width: 25%;
  }
  .footer__col_logo{
    width: 25%;
  }
  .footer__col_info > p, .footer__col_info > span,
  .footer__col_lista > ul a {
    font-size: 32px;
  }

  .dropdown-menu, .open>.dropdown-menu {
      top: 100% !important;
  }

  .content1920 .main_collapses__home .panel-heading > h4 > a {
    font-size: 44px;
    line-height: 58px;
  }

  .main_collapses__home .panel-heading {
    height: 216px !important;
  }

  .content1920 .main_collapses__home {
    margin-top: 67px;
  }

  .content1920 .col_canal_autogestion__nav button {
    font-size: 40px;
    height: 100% !important;
    line-height: 46px;
  }

  .content1920 #myCarousel__impuestos .item > .carousel-caption > h3 {
    font-size: 45px;
  }

  .content1920 .main_col_info__item .info__item h2 {
    font-size: 45px;
  }

  .content1920 .main_col_info__item .info__item p, .content1920 .main_col_info__item .info__item span {
    font-size: 37px !important;
  }

  .col_canal_autogestion .ttl_blue {
    font-size: 45px;
  }

  .col_canal_autogestion__nav_search > ul > li > a {
    font-size: 40px !important;
    height: 100% !important;
    line-height: 46px !important;
  }

  .col_canal_autogestion__nav_search, .col_canal_autogestion__nav {
    height: 133px !important;
  }

  .content1920 .container_col_canal_autogestion {
    margin-bottom: 100px;
    margin-top: 40px;
  }

  .content1920 .col_canal_autogestion__nav_search > ul {
    height: 100% !important;
  }

  .content1920 .col_canal_autogestion__nav_search > ul > li {
    font-size: 40px !important;
    height: 100% !important;
    line-height: 46px !important;
  }

  .content1920 .col_canal_autogestion .input-group .form-control#buscador_tramites {
    height: 125px !important;
    font-size: 45px;
  }

  .col_canal_autogestion .dropdown-menu > li > a {
    font-size: 26px;
  }

  .footer__col_logo img {
    max-width: inherit;
  }

  .content1920 .containerInner {
    padding-top: 245px;
  }

  .menuAutogestionInterno {
    height: 133px;
  }

  .menuAutogestionInterno h4.ttl_blue {
    font-size: 41px;
  }

  .containerInner .volverBT {
    top: 273px;
    font-size: 45px;
  }

  .dropdown-menu {
    font-size: 32px;
  }

  .content1920 .nav_agip__col_busqueda input.form-control {
    position: relative;
    top:10px;
  }

  .content1920 .nav_contacto_home > .nav_agip__ul > li > a {
    margin-top: 10px;
  }

  .fa-search.icon__nav {
    font-size: 35px;
    position: relative;
    top: 8px;
  }

  .tramitesBuscador .dropdown .dropdown-menu {
    width: 830px;
  }

}

@media screen and (min-width: 1920px) and (max-width: 1920px){
	  .col_canal_autogestion__nav {
		 height: 85px !important;
	   }

	   .content1920 .col_canal_autogestion__nav button {
		 height: 85px !important;
	   }

	  .col_canal_autogestion__nav_search {
		 height: 75px !important;
	   }

	   .col_canal_autogestion .ttl_blue {
		 font-size: 27px;
	   }

	   .col_canal_autogestion .dropdown-menu {
		 width: 400px !important;
	   }

	   .col_canal_autogestion .dropdown-menu > li > a,
	   .content1920 .nav_agip__col_accesos #planes_facilidad_ul li > a,
	   .content1920 .main_collapses__home .panel.panel-default .panel-collapse ul li a {
		font-size: 18px;
	  }


	  .menuAutogestionInterno {
		height: 85px;
	  }

	  .containerInner .volverBT {
		top: 180px;
	  }

	  .nav_agip__col_logo a {
		padding: 32px;
	  }

	  .dropdown-menu {
		font-size: 18px;
	  }

	  .volverBT {
		font-size: 23px;
	  }

	  .content1920 .nav_agip__col_busqueda input.form-control {
		font-size: 23px;
	  }
}
@media screen and (min-width: 1000px) and (max-width: 1140px) {
  .contacto_tamaño {
    margin-left: -8px;
  }
}
@media screen and (min-width: 1141px) and (max-width: 1268px) {
  .contacto_tamaño {
    margin-left: -9px;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1281px) {
  .contacto_tamaño {
    margin-left: -1px;
  }
}
@media screen and (min-width: 1282px) and (max-width: 1365px) {
  .contacto_tamaño {
    margin-left: -18px;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1600px) {

	  .content1920 .header_nav {
		height: 130px;
	  }

	  .content1920 .nav_agip__span, .content1920 .dropdown_planes_facilidad > button > span {
		font-size: 15pt;
    color: #757373;
    
		/* font-size: 23pt; */
	  }
    .contacto_tamaño{
      margin-left: -20px;
    }

	  .content1920 .nav_agip__col_accesos #planes_facilidad_ul li > a {
    
     font-size: 14pt;
     }

	  .content1920 .dropdown_planes_facilidad > button > span, .content1920 .nav_agip__col_accesos a {
		line-height: 26px;
    
		/* line-height: 35px; */
	  }

	  .content1920 .nav_contacto_home > .nav_agip__ul > li > a, .content1920 .nav_agip__col_accesos a {
		/* font-size: 22pt; */
		font-size: 15pt;
    color: #969393;
	  }

	  /* INTERNO AUTOGESTION MENU */
	  .menuAutogestionInterno .col_canal_autogestion__nav button {
		font-size: 15pt;
		padding: 20px 0px !important;
		margin-left: 25px !important;
	  }
	  /* END INTERNO AUTOGESTION MENU */

	  .content1920 .col_canal_autogestion__nav_search > ul > li > a {
		padding: 24.5px 10px !important;
	  }

	  .content1920 .container_col_canal_autogestion {
		margin-bottom: 65px !important;
	  }

	  .col_canal_autogestion .ttl_blue {
		font-size: 27px;
    width: 105%;
	  }

	  .content1920 .col_canal_autogestion__nav button {
		height: 100% !important;
	  }

	  .col_canal_autogestion__nav_search, .col_canal_autogestion__nav {
		height: 80px !important;
	  }

	  main {
		padding-top: 160px;
	  }

	  .main_collapses__home .panel-heading {
		height: 85px !important;
	  }

	  .content1920 .main_collapses__home .panel-heading > h4 > a {
		font-size: 18px;
		line-height: 22px;
	  }

	  .main_collapses__home .panel-heading {
		height: 85px !important;
	  }

	  .content1920 .main_row__container_home {
		margin-bottom: 0;
		margin-top: 0;
	  }

	  .footer {
		height: 170px;
	  }

	  body {
		margin-bottom: 170px;
	  }

	  .content1920 .containerInner {
		padding-top: 130px;
	  }

	  .content1920 .containerInner .col_canal_autogestion__nav {
		height: 55px !important;
	  }

	  .containerInner .volverBT {
		top: 145px;
	  }

	  .menuAutogestionInterno .col_canal_autogestion__nav button {
		padding: 10px 0 !important;
	  }

    

}

@media screen and (min-width: 1600px) and (max-width: 1600px) {

	.dropdown-menu {
		font-size: 15px;
	}
  .content1920 .main_col_info__item .info__item h2 {
    font-size: 27px;
  }
  .col_canal_autogestion .ttl_blue {
    font-size: 27px;
  }
  .footer__col_info > p { 
      font-size: 13pt;
  }
  .footer__col_info > span {
    font-size: 12pt;
  }


}
@media screen and (min-width: 1600px) {
  .resp_carr{
    width: 80%;
    height: 400px;
  }

  .content1920 .nav_contacto_home > .nav_agip__ul > li > a {
    font-size: 17pt;
  }

}

@media screen and (min-width: 1440px) and (max-width: 1440px) {
  .content1920 .main_row__container_home {
    height: 435px !important;
    max-height: 435px !important;
  }

  .container_img_slider__info .container_img_slider {
     height: 435px;
   }

   .content1920 .container_img_slider__info .main_col_info__item {
     height: 435px;
     max-height: 435px;
     width: 370px;
   }

   .container_img_slider__info .main_col_info__item {
     height: 435px;
     max-height: 435px;
   }

   .content1920 .img-responsive {
     max-height: 435px !important;
     height: 435px !important;
   }

   .dropdown-menu>li>a {
    font-size: 16px;
     }

  .footer__col_info > p {
      font-size: 12pt;
  }
  .footer__col_info > span {
    font-size: 12pt;
}

}

@media screen and (max-width: 1366px) {
  .img-responsive {
    height: 300px !important;
    max-height: 300px !important;
  }

  .nav_agip {
    height: 100%;
  }
}
@media screen and (max-width: 1056px) {
  .nav_contacto_home > .nav_agip__ul > li.chat_online{
  width: 20%;
} 
}
@media screen and (max-width: 1280px) {
  .footer {
    height: 190px;
  }

  body {
    margin-bottom:200px;
  }
  .container__rent, .containerTicket {
    padding-left:15px;
    padding-right: 15px;
    width: 100%;
    /* display: block;
    float:left; */
  }

  .containerTicket {
    padding-top:98px;
  }

  .nav_agip .nav_agip__col_busqueda {
    width: 27%;
  }
  .nav_agip .nav_agip__col_accesos {
    width: 30%;
  }
  .logoAgip{
    margin-right: 10%;
    margin-left: -10%;
    
  }
  
/*.nav_contacto_home > .nav_agip__ul > li{
  width: 20%;
}*/
.nav_contacto_home > .nav_agip__ul > li.twitter{
  width: 25%;
}
/*.nav_contacto_home > .nav_agip__ul > li.chat_online{
  width: 25%;
}*/
.nav_contacto_home > .nav_agip__ul > li > a{
  font-size: 13px;
}

  /* TABS */
  .nav_generic_fix_interna.lotsTabs.nav_generic > ul > li {
    width: calc(12.286% - 8.563px) !important;
  }

  /* INTERNO AUTOGESTION MENU */
  .menuAutogestionInterno {
    width: calc(100% + 90px);
    background-color: #f2f2f2;
    margin: 0 -45px 10px -45px !important;
    padding: 0 45px;
    height: 55px;
  }

  .menuAutogestionInterno nav {
    padding-right: 20%;
  }

  .dropdown-menu {
    font-size: 15px;
  }
  .col_canal_autogestion__nav button {
    font-size: 18px;
  }

  /* END INTERNO AUTOGESTION MENU */

}


@media screen and (max-width: 1224px) {
  .container_img_slider {
    display: none;
  }
  .container_img_slider__info {
    width: 255px;
    display: block;
    float:left;
  }
  .col_canal_autogestion {
    width: calc(100% - 255px);
    display: block;
    float:left;
  }
}

@media screen and (max-width: 1140px) {
  .nav_agip .nav_agip__col_busqueda {
    width: 15%;
  }

  .menuAutogestionInterno nav.col_canal_autogestion__nav ul li .dropdown .dropdown-toggle {
    line-height: 19px;
  }
}
@media screen and (max-width: 1095px) {
  .nav_agip .nav_agip__col_accesos a, .nav_agip .nav_agip__col_accesos .dropdown button span{
    font-size: 18px;
  }
}
@media screen and (max-width: 1080px) {
  .content_group_btns > .ul_tutorial > .list_formulario,
  .content_group_btns > .ul_tutorial > .list_formulario:nth-child(3n) {
    width: calc(50% - 15px) !important;
    margin-right: 13px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 1060px) {
  .nav_agip .nav_agip__col_contactenos {
    width: 33%;
  }
  .nav_agip .nav_agip__col_accesos {
    width: 32%;
  }
}

@media screen and (min-width: 1025px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .dropdown-menu, .open>.dropdown-menu {
    top:calc(100% - 2px) !important;
  }
}

@media screen and (max-width: 1024px) {
  .footer__col_lista {
    width: 50%;
  }
  .footer__col_info{
    width: 25%;
  }
  .footer__col_logo{
    width: 25%;
  }
  .footer__col_info > p, .footer__col_info > span {
    font-size: 16px;
  }

  .col-md-12.innerArticle {
      width: 100%;
      display: block;
      float:left;
  }
  .col-md-9.innerArticle {
      width: 70%;
      display: block;
      float:left;
  }
  .col-md-3.innerCampaign {
      width: 30%;
      display: block;
      float:left;
	  padding-bottom: 15px;

  }

  .header_nav .container__rent {
    width: 100% !important;
    max-width: 100% !important;
  }

  .header_nav .container__rent .fa-search.icon__nav{
    font-size: 28px;
  }

  .nav_agip ul > li {
    font-size: 10px;
  }

  .menuAutogestionInterno h4.ttl_blue{
    font-size: 20px;
  }

  .menuAutogestionInterno nav.col_canal_autogestion__nav ul li .dropdown .dropdown-toggle {
    margin-left: 10px;
  }
}

@media screen and (max-width:500px){
  .nuevo_ancho{
   width: 50px;
   padding: 15px 0 !important;
   display: flex;
   align-items: center;
   justify-content: space-around;
   
 }
}

@media screen and (min-width: 900px) and (max-width:1224px){
   .nuevo_ancho{
    width: 100px;
    padding: 15px 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
    
  }
}

@media screen and (min-width: 1224px) and (max-width:1240px){
  .nuevo_ancho{
   width: 85px;
   padding: 15px 0 !important;
   display: flex;
   align-items: center;
   justify-content: space-around;
   
 }
}

@media screen and (min-width: 1240px) and (max-width:1448px){
  .nuevo_ancho{
   width: 90px;
   padding: 15px 0 !important;
   display: flex;
   align-items: center;
   justify-content: space-around;
   
 }
}

@media screen and (min-width: 230px) and (max-width: 276px) {
  .bg_header_nav_rsp .nav_agip__col_accesos a{
    font-size: 15px;
    line-height: 20px;
    padding-top: 5px;
    }
}
@media screen and (min-width: 276px) and (max-width: 1180px) {
  .bg_header_nav_rsp .nav_agip__col_accesos a{
    font-size: 18px;
    line-height: 20px;
    padding-top: 5px;
    }
}

@media screen and (max-width: 992px) {
  body{
    padding-top:50px;
  }
  .containerInner .volverBT {
    top:14px;
  }
  .containerInner {
    padding-top: 0;
  }
  .menuBtn{
    font-size: 27px;
    height: 100%;
    display: block;
    float: left;
    width: 36px;
    text-align: center;
    padding-left: 12px;
  }
  .menuBtn i {
    color: var(--color_primary);
    margin-top:11px;
  }
  .blockContentRsp {
    width: 100%;
    height: calc(100% - 50px);
    display: none;
    float:left;
    background-color: rgba(75,75,75,0.7);
    position: fixed;
    top:50px;
    left: 0;
    z-index: 9999;
  }
  .bg_header_nav_rsp .nav_agip__col_logo{
    width: auto;
    display: block;
    float: left;
  }
  .bg_header_nav_rsp .nav_agip__col_logo,
  .bg_header_nav_rsp .nav_agip__col_logo a,
  .bg_header_nav_rsp .nav_agip__col_logo a img{
    height: 100%;
  }
  .bg_header_nav_rsp .nav_agip__col_logo a {
    display: block;
    float:left;
    padding: 5px 0;
  }
  .bg_header_nav_rsp .nav_agip__col_logo a img{
    width: auto;
  }
  .header_nav{
    border-bottom: none;
    border-right: 1px solid #188eb0;
    box-shadow: none;
    display: block;
    align-items: unset;
    margin:0;
    top: 50px;
    background: #f2f2f2;
    width: 50%;
    float: left;
    /*height: calc(100vh - 50px);
    max-height: calc(100vh - 50px);*/
    height: 100%;
    max-height: calc(100vh - 90px);
    overflow-x: none;
    overflow-y: scroll;
  }
  .header_nav .container__rent,
  .header_nav .container__rent .nav_agip,
  .header_nav .container__rent .nav_agip [class*="nav_agip__col"] {
    width: 100%;
    display: block;
    float:left;
    margin: 0;
    height: auto;
    padding: 0;
    border: 0;
  }
  .header_nav .container__rent {
    /*padding: 0 15px;*/
    padding: 0 15px 50px;
  }
  .header_nav .container__rent .nav_agip .nav_agip__col_busqueda {
    display: none;
  }
  /* Mostrar/Ocultar Sidebar Menu */
	.ocultar{
		transition: transform .30s ease-in-out;
		-webkit-transition: -webkit-transform .30s ease-in-out;

		transform: translate3d( -100%, 0, 0);
		-webkit-transform: translate3d(-100%, 0, 0);
	}

	.mostrar{
		transition: transform .30s ease-in-out;
		-webkit-transition: -webkit-transform .30s ease-in-out;

		transform: translate3d( 0, 0, 0 );
		-webkit-transform: translate3d( 0, 0, 0 );
	}

  .header_nav .container__rent .nav_agip .nav_agip__col_contactenos .nav_agip__span,
  .header_nav .container__rent .nav_agip .nav_agip__col_busqueda .nav_agip__span,
  .header_nav .container__rent .nav_agip .nav_agip__col_busqueda .content__search {
    margin-top: 15px;
  }
  .header_nav .container__rent .nav_agip .nav_agip__col_busqueda {
    padding: 0 0 15px 0;
    border-top: 1px solid var(--color_primary);
  }
  .header_nav .container__rent .nav_agip .nav_agip__col_accesos [class*="col-md"] {
    width: 100%;
    height: auto;
    border-top: 1px solid var(--color_primary);
    padding: 0;
  }
  .header_nav .container__rent .nav_agip .nav_agip__col_accesos > div:first-child {
    border-right: none;
  }
  .header_nav .container__rent .nav_agip .nav_agip__col_accesos [class*="col-md"] .dropdown{
    width: 100%;
    text-align: center;
  }
  .header_nav .container__rent .nav_agip .nav_agip__col_accesos [class*="col-md"] .dropdown button{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  .header_nav .container__rent .nav_agip .nav_agip__col_accesos [class*="col-md"] .dropdown button span{
    display: inline-block;
  }
  .header_nav .container__rent .nav_agip .nav_agip__col_accesos [class*="col-md"] a{
    width: 100%;
    display: block;
    flex-direction: unset;
    align-items: unset;
    justify-content: unset;
    text-align: center;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;

    /*
    padding-top: 20px;
    padding-bottom: 20px;
    */
  }
  .header_nav .container__rent .nav_agip .nav_agip__col_accesos [class*="col-md"] .dropdown.open button {
    background-color: #ddd !important;
    border-left:1px solid var(--color_primary) !important;
    border-right:1px solid var(--color_primary) !important;
  }
  .header_nav .container__rent .nav_agip .nav_agip__col_accesos [class*="col-md"] .dropdown.open > .dropdown-menu {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 0;
    border-left:1px solid var(--color_primary) !important;
    border-right:1px solid var(--color_primary) !important;
  }
  .header_nav .container__rent .nav_agip .nav_agip__col_accesos [class*="col-md"] .dropdown.open > .dropdown-menu li{
    width: 100%;
    border-top: 1px solid #f2f2f2;
  }
  div.dropdown_planes_facilidad button.dropdown-toggle.subrayado:hover::before, div.dropdown_planes_facilidad > button.dropdown-toggle.subrayado:focus::before, div.dropdown_planes_facilidad > button.dropdown-toggle.subrayado:active::before, div.dropdown_planes_facilidad.open > button.dropdown-toggle.subrayado:focus::before, div.dropdown_planes_facilidad.open > button.dropdown-toggle.subrayado:active::before {
    display: none;
  }
  main {
    padding-top:20px;
  }
  .bg_header_nav_rsp {
    border-bottom: 1px solid #188eb0;
    box-shadow: 0px 1px 4px 4px rgba(0,0,0,0.07);
    height: 50px;
    display: block;
    align-items: center;
    margin-bottom: 30px;
    position: fixed;
    top: 0;
    z-index: 99999999;
    background: #fff;
    width: 100%;
  }
  .bg_header_nav_rsp .nav_agip__col_accesos {
    width: auto;
    display: block;
    float: right;
    margin:0;
  }
  /*.bg_header_nav_rsp .nav_agip__col_accesos a{
    line-height: 20px;
    font-size: 18px;
    padding-top: 5px;
  }*/
  .bg_header_nav_rsp .nav_agip__col_accesos > div {
    height: 100%;
    width: 100%;
    border:none;
  }
  .bg_header_nav_rsp .nav_agip__col_busqueda{
    height: 100%;
    width: auto;
    border: none;
  }
  .bg_header_nav_rsp .nav_agip__col_busqueda .btnWithBorder{
    border-right:1px solid #188eb0;
    padding-right: 15px;
  }
  .bg_header_nav_rsp .nav_agip__col_busqueda .content__search .form-control{
    height: 38px;
    font-size: 18px;
  }
  .bg_header_nav_rsp .nav_agip__col_busqueda .content__search {
    padding-top:6px;
  }
  .nav_contacto_home > .nav_agip__ul {
    display: block !important;
    float:left;
    width: 100%;
  }
  .nav_contacto_home > .nav_agip__ul > li{
    display: block !important;
    float:left;
    width: 100% !important;
  }
  .nav_contacto_home > .nav_agip__ul > li a{
    padding: 15px 0 !important;
  }
  .nav_contacto_home {
    height: auto;
    width: 100%;
    display: block;
    float:left;
  }
  /*  Clase para ocultar en responseive */
  .rspHide{
    display: none !important;
  }

  .contentWrapper{
    width: 100%;
    display: block;
    float: left;
  }

  .colwysiwyg.col-md-9 {
    width: calc(100% - 240px);
    display: block;
    float: left;
  }

  .colCampaigns.col-md-3 {
    width: 240px;
    display: block;
    float: left;
  }

  .nav_generic_fix_interna.nav_generic > ul > li {
    width: calc(20% - 62.563px);
    line-height: 20px;
    font-size: 17px;
  }

  .volverBT {
    top:25px;
  }

  .ttl_page {
    width:92%;
  }

  /* TABS */
  .nav_generic_fix_interna.lotsTabs.nav_generic > ul > li {
    width: calc(12.286% - 7.563px) !important;
  }

  .containerTicket {
    padding-top:0;
  }

  .ticketInfo {
      margin-left: -15px;
      margin-right: -15px;
      margin-top:25px;
  }

  .header_nav .nav_agip__col_autogestion {
    display: none !important;
  }

    /*Campañas laterales*/
  .info__item_l p {
    line-height: inherit;
  }

  .info__item_l h2 {
    font-size: 35px;
  }

  .info__item_l > h2{
    color: var(--color-black);
  }

  .info__item_l > p{
    color: var(--color-lineas);
  }

.info__item_l h2{
  font-size: 25px;
  font-weight: bold;
  /*color: #fff;*/
  margin-top: 0;
  line-height: 1;
}

.info__item_l p,
.info__item_l span{
  font-family: 'Source Sans Pro', sans-serif;
}

/*fin campañas laterales*/

}
@media screen and (max-width: 900px) {
  .nuevo_ancho{
    width: 85px;
    padding: 15px 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
    
  }
  .col-md-9.innerArticle {
      width: 68%;
      display: block;
      float:left;
  }
  .col-md-3.innerCampaign {
      width: 32%;
      display: block;
      float:left;
  }

  /* Collapses Home */
  .main_collapses__home .panel.panel-default{
    border:none;
  }
  .main_collapses__home .panel.panel-default .panel-collapse{
    width:320px;
    border:1px solid #f2f2f2;
  }

  .main_collapses__home .panel.panel-default .panel-collapse ul {
    column-width: inherit;
    width: auto;
  }

  /* TABS */
  .nav_generic_fix_interna.lotsTabs.nav_generic > ul > li {
    width: calc(25% - 10.563px) !important;
    padding-top:10px;
  }

  .menuAutogestionInterno {
    display: none;
  }

  /* AGIP-295 - se oculta el boton volver para que no se muestre arriba del aviso */
  .volverBT {
    display:none;
  }

  .header_nav .menuAutogestionInterno {
    display: block;
  }

  body {
    padding-top: 70px;
  }

  .volverBT {
    top: 2px !important;
  }

  .header_nav .nav_agip__col_autogestion {
    display: block !important;
  }

  .header_nav .nav_agip__col_autogestion h4 {
    display: block;
  	border-bottom: 1px solid var(--color-lineas) !important;
  	padding: 2px 0;
  	color: var(--color_primary);
  	font-weight: bold !important;
  	font-size: 21px;
  	padding: 0 0 5px 0;
    margin-top: 20px;
  }

  .header_nav .col_canal_autogestion__nav,
  .header_nav .col_canal_autogestion__nav ul:first-child,
  .header_nav .col_canal_autogestion__nav ul:first-child li,
  .header_nav .col_canal_autogestion__nav_search,
  .header_nav .col_canal_autogestion__nav_search ul,
  .header_nav .col_canal_autogestion__nav_search ul li {
    width: 100%;
    display: block;
    float:left;
    height: auto;
  }

  .header_nav .col_canal_autogestion__nav ul:first-child li,
  .header_nav .col_canal_autogestion__nav_search ul li {
    border-bottom:1px solid #ccc;
  }

  .header_nav .col_canal_autogestion__nav ul:first-child li .header_nav .dropdown button{
    padding: 15px 0;
    width: 100%;
    text-align: center;
  }
  .header_nav .col_canal_autogestion__nav ul:first-child li .dropdown button > label {
    display: block;
  }

  .header_nav .col_canal_autogestion__nav ul li.tramitesBuscador {
    display: none;
  }

  .header_nav .col_canal_autogestion__nav_search ul li a{
    width: 100%;
    display: block;
    float:left;
    text-align: left;
  }

  .header_nav .col_canal_autogestion__nav ul:first-child li .dropdown .dropdown-menu {
    width: 100%;
    float:left;
    height: auto;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    margin-top:0;
    padding: 0;
  }

  .header_nav .col_canal_autogestion__nav ul li .dropdown .dropdown-menu li a{
    padding: 15px;
  }

  .header_nav .col_canal_autogestion__nav ul:first-child li {
    border-bottom:1px solid #ccc;
  }

  .content_group_btns li {
    width: 100%;
    margin-right: 0;
  }

  .col_canal_autogestion__nav ul:first-child li .dropdown button{
    padding: 15px 0 !important;
    width: 100% !important;
    text-align: center !important;
  }
  
  .col_canal_autogestion__nav ul:first-child li .dropdown button > label {
   /* display: block !important;*/
  }

  .ui-autocomplete{
    max-width: 414px;
    width:100%;
    z-index: 99999999;
  }

}


@media screen and (max-width: 830px) {
  .container_img_slider__info {
    width: 255px;
    display: block;
    float:left;
  }
  .col_canal_autogestion {
    width: calc(100% - 255px);
    display: block;
    float:left;
  }
  .main_collapses__home .panel-heading > h4 > a {
    font-size: 15px;
  }

  .col-md-9.innerArticle {
      width: 65%;
      display: block;
      float:left;
  }
  .col-md-3.innerCampaign {
      width: 35%;
      display: block;
      float:left;
  }

  .content_group_btns > .ul_tutorial > .list_formulario,
  .content_group_btns > .ul_tutorial > .list_formulario:nth-child(3n) {
    width: calc(100%) !important;
    margin-right: 0;
    margin-bottom: 13px;
  }

  #impuestos, .container-calendario__data_info,
  #pages, .container-calendario__data_info{
    width: 100%;
    display: block;
    float: left;
  }
  .container-calendario__data_info .container__calendario{
    margin-right: 0;
    width: 100%;
    display: block;
    float: left;
  }
  .container-calendario__data_info .container__calendario_info{
    margin-right: 0;
    width: 100%;
    display: block;
    float: left;
  }

  .nav_generic_fix_interna.nav_generic > ul > li {
    width: calc(30% - 62.563px);
    line-height: 20px;
    font-size: 17px;
  }

}

/*@media screen and (max-width: 600px) {
  .col_canal_autogestion .ttl_blue{
    width: 106%;
  } 
}*/
@media screen and  (max-width:240px){
  .col_canal_autogestion .ttl_blue{
    width: 116%;
  } 
  .container_col_canal_autogestion{
    margin-bottom: 250px;
    padding: 15px 0px 0px;
  }
}
@media screen and  (min-width:241px) and (max-width: 281px){
  .col_canal_autogestion .ttl_blue{
    width: 113%;
  } 
  .container_col_canal_autogestion{
    margin-bottom: 250px;
    padding: 15px 0px 0px;
  }
}
@media screen and  (min-width:282px) and (max-width: 414px){
  .col_canal_autogestion .ttl_blue{
    width: 108.5%;
  } 
  .container_col_canal_autogestion{
    margin-bottom: 250px;
    padding: 15px 0px 0px;
  }
}
@media screen and (min-width: 416px) and (max-width: 520px){
  .col_canal_autogestion .ttl_blue{
    width: 106.5%;
  } 
}
@media screen and (min-width: 521px)  and (max-width: 541px){
  .col_canal_autogestion .ttl_blue{
    width: 106%;
  } 
}
@media screen and (min-width: 542px)  and (max-width: 580px){
  .col_canal_autogestion .ttl_blue{
    width: 105.5%;
  } 
}
@media screen and (min-width: 583px)  and (max-width: 642px){
  .col_canal_autogestion .ttl_blue{
    width: 105%;
  } 
}
@media screen and (min-width: 643px)  and (max-width: 699.20px){
  .col_canal_autogestion .ttl_blue{
    width: 104.5%;
  } 
}
@media screen and (min-width: 700px) and (max-width: 800px) { 
  .col_canal_autogestion .ttl_blue{
    width: 104%;
  } 
}
@media screen and (min-width: 801px) and (max-width: 883.20px){
  .col_canal_autogestion .ttl_blue{
    width: 106%;
  } 
}
@media screen and (min-width: 884px) and (max-width: 952px) {
  .col_canal_autogestion .ttl_blue{
    width: 105%;
  }  
}
@media screen and (min-width: 953px) and (max-width: 999.20px){
  .col_canal_autogestion .ttl_blue{
    width: 104.5%;
  } 
}
@media screen and (min-width: 1000px) and (max-width: 1095.20px) {
  .col_canal_autogestion .ttl_blue{
    width: 104%
  }  
}
@media screen and (min-width: 1051) and (max-width: 1095px) {
  .col_canal_autogestion .ttl_blue{
    width: 104%
  }  
}
@media screen and (min-width: 1096px) and (max-width: 1151px) {
  .col_canal_autogestion .ttl_blue{
    width: 103.5%
  }  
}
@media screen and (min-width: 1151px) and (max-width: 1224px) {
  .col_canal_autogestion .ttl_blue{
    width: 103.5%
  }  
}
@media screen and (min-width: 1225px) and (max-width: 1224px) {
  .col_canal_autogestion .ttl_blue{
    width: 103%
  }  
}
@media screen and (max-width: 800px) {
  body{
    padding-top: 62px;
  }
  .content1920 .container__rent{
    max-width: 100% !important;
  }
  /* Collapses Home */
  .main_collapses__home .panel.panel-default{
    border:1px solid #f2f2f2;
  }
  .main_collapses__home .panel.panel-default .panel-collapse{
    width:100%;
    border:none;
  }

  .main_collapses__home .panel.panel-default .panel-collapse ul {
    column-width: inherit;
    width: auto;
  }
  .breadcrumbc {
      display:none !important;
  }
  .container_img_slider__info {
    width: 100%;
    display: block;
    float:left;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .container_img_slider__info .main_col_info__item {
    display: block;
    float:left;
    width: 100%;
  }
  .col_canal_autogestion {
    width: 100%;
    display: block;
    float:left;
  }
  .main_row__container_home.fix_800{
    display: flex !important;
    flex-direction: column-reverse;
    margin: 0;
  }
  .main_row__container_home.fix_800 > div{
    margin-bottom: 30px;
  }

  .main_row__container_home, .main_collapses__home {
    width: 100%;
    display: block;
    float:left;
    height: auto;
    min-height: inherit;
    max-height: inherit;
    margin-bottom: 15px;
  }

  .main_row__container_home > div {
    height: auto;
  }

  .main_row__container_home .col_canal_autogestion {
    padding-bottom: 15px;
  }

  .main_collapses__home > div {
    width: 100%;
    display: block;
    float:left;
  }

  .main_collapses__home .panel-group {
    margin-bottom: 10px;
  }

  .main_collapses__home .panel-heading {
    height: 60px;
  }

  .contentWrapper{
    width: 100%;
    display: block;
    float: left;
  }

  .colwysiwyg.col-md-9 {
    width: 100%;
    display: block;
    float: left;
  }

  .colCampaigns.col-md-3 {
    width: 100%;
    display: block;
    float: left;
    padding-left: 0;
  }
  .colCampaigns.col-md-3 .main_col_info__item{
    width: 100%;
    display: block;
    float: left;
  }

  .col-md-9.innerArticle, .col-md-3.innerCampaign {
      width: 100%;
      display: block;
      float:left;
  }
  .col-md-3.innerCampaign{
    padding-left: 0;
    margin-bottom: 15px;
  }
  .col-md-3.innerCampaign .main_col_info__item {
    width: 100%;
    display: block;
    float:left;
  }

  .nav_generic_fix_interna.nav_generic > ul > li {
    width: 100%;
    line-height: 20px;
    font-size: 17px;
  }

  /* TABS */
  .nav_generic_fix_interna.lotsTabs.nav_generic > ul > li {
    width: 100% !important;
    padding-top:auto;
    border-top:1px solid #f2f2f2;
    margin-right: 0;
    padding-top: 0;
  }

  .nav_generic_fix_interna.lotsTabs.nav_generic > ul > li a{
    line-height: 20px !important;
  }

  .nav_generic_fix_interna.lotsTabs.nav_generic > ul > li:first-child {
    border-top:none;
  }

  .nav_generic_fix_interna.lotsTabs.nav_generic > ul > li > a.active::before, .nav_generic_fix_interna.lotsTabs.nav_generic > ul > li > a:hover::before {
    bottom: 0px;
  }

}

@media screen and (max-width: 670px) {
  body{
    margin-bottom: 0;
  }
  .footer {
    height: auto;
    width: 100%;
    display: block;
    float:left;
    position: relative;
    bottom:inherit;
  }
  .footer div.row{
    display: block;
    float:left;
  }
  .footer__col_lista, .footer__col_lista ul, .footer__col_lista ul li {
    width: 100%;
    display: block;
    float:left;
    text-align: center;
  }
  .footer__col_lista ul li {
    padding:10px 0;
  }

  .footer__col_info{
    width: 100%;
    display: block;
    float:left;
    padding:20px 10px;
  }
  .footer__col_logo{
    width: 100%;
    display: block;
    float:left;
    text-align: center;
    padding:20px 0;
  }
  .footer__col_info > p, .footer__col_info > span {
    font-size: 20px;
  }
  .nav_generic.nav-tabs {
    height: auto;
    margin-bottom: 0 !important;
    width: 100%;
    display: block;
    float:left;
    border-top: none;
  }
  .nav_generic > ul {
    width: 100%;
    display: block;
    float:left;
  }
  .nav_generic > ul > li {
    width: 100%;
    display: block;
    float: left;
    border-top:1px solid #ccc;
  }
  .nav_generic > ul > li:first-child {
    border-top:none;
  }
  .nav_generic > ul > li a {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 640px) {
  .header_nav{
    width: 60%;
  }
  .bg_header_nav_rsp .nav_agip__col_busqueda{
    display: none;
  }
  .header_nav .container__rent .nav_agip .nav_agip__col_busqueda {
    display: block;
  }
  .content_group_btns li {
    width: calc(50% - 10px);
    margin-right: 10px;
  }

  .wrapperCols {
    padding: 0;
  }
}

@media screen and (max-width: 414px) {
  .header_nav{
    width: 90%;
  }
  .container_background__col_canal_autogestion{
    display: none;
  }
  .col_canal_autogestion__nav,
  .col_canal_autogestion__nav ul:first-child,
  .col_canal_autogestion__nav ul:first-child li,
  .col_canal_autogestion__nav_search,
  .col_canal_autogestion__nav_search ul,
  .col_canal_autogestion__nav_search ul li {
    width: 100%;
    display: block;
    float:left;
    height: auto;
  }

  .col_canal_autogestion__nav ul:first-child li,
  .col_canal_autogestion__nav_search ul li {
    border-bottom:1px solid #ccc;
  }

  .col_canal_autogestion__nav ul:first-child li .dropdown button{
    padding: 15px 0 !important;
    width: 100% !important;
    text-align: center !important;
  }
  .col_canal_autogestion__nav ul:first-child li .dropdown button > label {
    display: block !important;
  }

  .col_canal_autogestion__nav_search ul li a{
    width: 100%;
    display: block;
    float:left;
    text-align: left;
  }

  .col_canal_autogestion__nav ul:first-child li .dropdown .dropdown-menu {
    width: 100%;
    float:left;
    height: auto;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    margin-top:0;
    padding: 0;
  }

  .col_canal_autogestion__nav ul li .dropdown .dropdown-menu li a{
    padding: 15px;
  }

  .col_canal_autogestion__nav ul:first-child li {
    border-bottom:1px solid #ccc;
  }

  .content_group_btns li {
    width: 100%;
    margin-right: 0;
  }

}
@media screen and (max-width: 320px) {
  .bg_header_nav_rsp .nav_agip__col_accesos > div {
    padding-right: 5px;
    padding-left: 5px;
    margin-top: -50px;
  }

  .bg_header_nav_rsp .nav_agip__col_logo a {
    padding: 10px 0;
  }
}
/*@media screen and (max-width: 1367px) {
  .rspHide{
    height: 100% !important;
  }
}*/
@media (min-width: 1700px) and (max-width: 1990px) {
  .rspHide{
    height: 120% !important;
  }
}
/*asd*/
@media(min-width: 1367px){
  .nav_agip__col_accesos{
    height: 88px !important;
  }
  .rspHide{
    height: 115% !important;
  }
  .lbl_vencimientos_mes > span{
    font-size: 17pt !important;
  }
  .lbl_vencimientos_mes{
    line-height: 26px;
  }
}
@media(min-width: 1601px){
  .nav_agip__col_accesos{
    height: 99px !important;
  }
  .lbl_vencimientos_mes > span{
    font-size: 22pt !important;
  }
  .lbl_vencimientos_mes{
    line-height: 35px;
  }
}
@media(min-width: 2560px){
  .nav_agip__col_accesos{
    height: 110px !important;
  }
  .lbl_vencimientos_mes > span{
    font-size: 45px !important;
  }
  .lbl_vencimientos_mes{
    line-height: 54px;
  }
}

@media (max-width:1224px) and (min-width:801px) {
  .img-responsive {
    height: 500px !important;
    max-height: 500px !important;
  }

    /*Campañas laterales*/
  .info__item_l p {
    line-height: inherit;
  }

  .info__item_l h2 {
    font-size: 35px;
  }

  .info__item_l > h2{
    color: var(--color-black);
  }

  .info__item_l > p{
    color: var(--color-lineas);
  }

.info__item_l h2{
  font-size: 25px;
  font-weight: bold;
  /*color: #fff;*/
  margin-top: 0;
  line-height: 1;
}

.info__item_l p,
.info__item_l span{
  font-family: 'Source Sans Pro', sans-serif;
}

/*fin campañas laterales*/
}​

@media screen and (min-width: 1367px){
  .main_col_info__item__{
    width: 90% !important;
    height: 400px !important;
  }
  .nav_agip__col_logo {
    display: flex;
    align-items: center;
  }
}

/* header front responsive*/
@media screen and (min-width: 1920px){
  .content1920 .nav_agip__span, .content1920 .dropdown_planes_facilidad > button > span {
    height: 59px;
  }
  .nav_agip__span {
    padding-bottom: 15px;
  }
  .nav_contacto_home > .nav_agip__ul > li {
    padding-top: 15px !important;
  }
}

.ui-datepicker-month::first-letter {
  text-transform: uppercase;
}
.buscador_questions_btn_menus{
	display: flex;
	justify-content: space-between;
}
.w-100{
  width: 100%;
}
.dropdown_btn_menu{
  height: 50px;
  width: auto;
  margin-left: 10px;
}
.dropdown_btn_menu > button{
    height: 100%;
    width: 100%;
    background: var(--color_primary) !important;
    border-color: var(--color_primary) !important;
    color: #fff;
}
.my-class {
  background: red;
}
.my-class a {
  background: #4DAA5B !important;
}

/*Busqueda Home*/
.buscador_tramites_menu_panel_home{
  position: absolute;
  right: 0;
  background: #fff;
  top: 100%;
  z-index: 1;
  border: 1px solid var(--color_primary);
  border-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  display: none;
  width: 100%;
}
.buscador_tramites_menu_panel_home ul {
  list-style: none;
  display: list-item;
}
.page-header.mt-0_dos.interna_dos {
  margin-top: 30px; /* Ajusta el valor según sea necesario */
}

.buscador_tramites_menu_panel_home a{
  color: #000;
}
.buscador_tramites_menu_panel_home li{
  padding: 5px;
}
.buscador_tramites_menu_panel_home li:hover{
  background: #969393;  
}
.buscador_tramites_menu_panel_home li:hover > a{
  color: #040404;
}
.evento_calendario{
  background: #E9E9E9 !important;
  border-radius: 4px;
}
.evento_calendario > a{
  color: black !important;
}
.contenido_introduccion_impuesto .recuadro_introduccion {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  /*border: 3px solid var(--color-lineas);*/

  /*degrade*/
  border-left: 2px solid #96ca47;
  border-right: 2px solid #1478ba;
  background-image: -webkit-linear-gradient(left, #96ca47 0%, #1478ba 100%), -webkit-linear-gradient(left, #96ca47 0%, #1478ba 100%);
  background-image: -moz-linear-gradient(left, #96ca47 0%, #1478ba 100%), -moz-linear-gradient(left, #96ca47 0%, #1478ba 100%);
  background-image: -o-linear-gradient(left, #96ca47 0%, #1478ba 100%), -o-linear-gradient(left, #96ca47 0%, #1478ba 100%);
  background-image: linear-gradient(to right, #96ca47 0%, #1478ba 100%), linear-gradient(to right, #96ca47 0%, #1478ba 100%);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: 0 0, 0 100%;
}
.alert-superior {
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.aviso-home-superior .alert-superior {
  margin-top: 0px;
}
.background-blanco {
    background-color: #FFF;
}
.background-gris {
    background-color: #808080;
}
.background-negro {
    background-color: var(--color-black);
}
.background-azul {
    background-color: #216a94;
}
.background-verde {
    background-color: var(--color_primary);
}
.border-linea-negra {
    border: 2px solid var(--color-black);
}
.border-linea-gris {
    border: 2px solid #808080;
}
.border-linea-azul {
    border: 2px solid #216a94;
}
.border-linea-verde {
    border: 2px solid var(--color_primary);
}
.border-linea-degrade {
    border-left: 2px solid #96ca47;
    border-right: 2px solid #1478ba;
    background-image: -webkit-linear-gradient(left, #96ca47 0%, #1478ba 100%), -webkit-linear-gradient(left, #96ca47 0%, #1478ba 100%);
    background-image: -moz-linear-gradient(left, #96ca47 0%, #1478ba 100%), -moz-linear-gradient(left, #96ca47 0%, #1478ba 100%);
    background-image: -o-linear-gradient(left, #96ca47 0%, #1478ba 100%), -o-linear-gradient(left, #96ca47 0%, #1478ba 100%);
    background-image: linear-gradient(to right, #96ca47 0%, #1478ba 100%), linear-gradient(to right, #96ca47 0%, #1478ba 100%);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: 0 0, 0 100%;
}
.main_col_info_avisos{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height:200px;
  width: 240px;
  margin: 0;
  padding: 10px 15px;
}
.main_col_info_avisos .item_title_avisos h2{
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1;
}
.background-blanco .item_title_avisos h2 {
  color: var(--color-black);
}
.mg-bottom-30 {
  margin-bottom: 30px;
}
.btn-avisos-flotante {
  position: fixed;
  bottom: 40px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 20%;
  z-index: 99;
}
.btn-avisos-flotante a {
  font-size: 20px;
  text-transform: none;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
}
.btn-avisos-flotante .close {
  font-size: 30px;
  opacity: 1;
  font-weight: normal;
}
.btn-avisos-flotante .alert {
  padding: 10px;
}
.background-blanco a {
  color: var(--color-black);
}
.btn-avisos-flotante-derecha {
  position: fixed;
  bottom: 0px;
  right: 25px;
  transition: opacity 35s linear;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  width: 330px;
  z-index: 99;
}
.btn-avisos-flotante-derecha .title-info {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 0px;
}
.btn-avisos-flotante-derecha .background-blanco .title-info {
  color: var(--color-black);
}
.btn-avisos-flotante-derecha a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
}
.btn-avisos-flotante-derecha .close {
  font-size: 40px;
  opacity: 1;
  font-weight: normal;
  color: var(--color-black);
}
.btn-avisos-flotante-derecha .alert {
  padding: 10px;
}
.background-blanco-derecha a {
  color: var(--color-black);
}
.background-gris .item_title_avisos h2, .background-negro .item_title_avisos h2 {
  color: #FFFFFF;
}
#close_aviso_button {
  font-size: 20px;
  padding: 5px 30px;
  font-weight: bold;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@media only screen and (max-width: 414px) {
  .col_canal_autogestion__nav_search ul li a{
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .btn-avisos-flotante {
    font-size: 14px;
    padding: 12px 20px;
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-avisos-flotante {
    font-size: 14px;
    padding: 12px 20px;
    bottom: 20px;
    right: 20px;
    width: 75%;
  }
}

@media screen and (min-width: 990px) and (max-width: 1599px) {

  /* Campañas laterales */
  .leer__item_l{
    border-top: 1px solid var(--color_primary);
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  .leer__item_l > label{
    background-color: var(--color_primary);
    padding: 1px 5px;
  }
  .leer__item_l > label > a{
    color: #fff;
  }

  /* agregado para campañas laterales  */
    .main_col_info__item_l{
      height: 410px;
    }
  /* Fin campañas laterales */
}

/* ESTILOS DE TOOLTIPS PARA GLOSARIO*/

.tooltip-glosario {
	position: relative;
  display: inline-block;
  text-decoration: underline;
}

.tooltip-glosario:hover {
  border: 2px solid #49AC64;
  border-radius: 5px;
  padding: 0px 2px;
}

.tooltip-glosario .caja-glosario {
  visibility: hidden;
	position: absolute;
  display: block;
  text-align: center;
  border-width: 10px;
  border-style: solid;
  border-image: -webkit-linear-gradient(#1C92AE, #49AC64) 1;
  border-image: -moz-linear-gradient(#1C92AE, #49AC64) 1;
  border-image: -o-linear-gradient(#1C92AE, #49AC64) 1;
  border-image: -ms-linear-gradient(#1C92AE, #49AC64) 1;
  border-image: linear-gradient(#1C92AE, #49AC64) 1;
  background-color: white;
  border-radius: 9px;
	z-index: 1000;
	padding: 10px;
  width: 300px;
  top: 120%;
  left: 10%;
}

.tooltip-glosario:hover .caja-glosario {
  visibility: visible;
  transform: translateY(6px);
}

/*flecha de tooltip*/
.tooltip-glosario .caja-glosario::before,
.tooltip-glosario .caja-glosario:after {
  content: "";
  position: absolute;
  z-index: 1000;
  top: -18px;
  left: 5%;
  margin-left: -8px;  
  border-top: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;        
  border-bottom: 8px solid #1C92AE;
}

.mayusc {
  text-transform: capitalize;
}

/*Novedades */
.novedades-col-text {
  padding-right: -15px; /* Ajusta este valor según sea necesario */
}

.novedades-col-sit {
  padding-left: 15px; /* Ajusta este valor según sea necesario */
}

/* Novedades Styles */
.novedades-wrapper {
  position: relative;
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
}

.novedades-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  gap: 20px;
}

.novedad {
  height: 150px;
  position: relative;
  flex: 1 1 calc(25% - 20px);
  margin-bottom: 20px;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  border-left: 2px solid #96ca47;
  border-right: 2px solid #1478ba;
  border-top: 2px #96ca47;
  border-bottom: 2px #1478ba;
  background-image: linear-gradient(to right, #96ca47 0%, #1478ba 100%), linear-gradient(to right, #96ca47 0%, #1478ba 100%);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: 0 0, 0 100%;
}

.novedad img {
  width: 100%;
  height: 70%;
}

.novedad-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #ffffff;
  box-sizing: border-box;
}

.novedad-title {
  color: #535456;
  font-size: 12pt;
  line-height: 1.2;
  font-weight: 100;
  text-align: center;
}

.leer-mas-container {
  position: absolute;
  bottom: 0;
  margin-top: 20px;
  padding: 1px 5px;
  background-color: #4DAA5B;
  text-align: right;
  margin-left: 90%;
}

.leer-mas {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 12pt;
}

.titulo-novedades {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 14pt;
  font-weight: bold;
  color: #535456;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.separador {
  background-image: linear-gradient(to right, #96ca47, #1478ba);
  height: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
}

/*.one-box .novedad {
  flex: 1 1 100%;
  height: 300px;
}

.two-boxes .novedad {
  width: calc(45% - 20px);
  height: 200px;
}

.three-boxes .novedad {
  width: calc(30% - 20px);
  height: 200px;
}

.four-boxes .novedad {
  flex: 1 1 calc(25% - 15px);
  height: 300px;
}*/

/*.one-box .novedad,
.two-boxes .novedad,
.three-boxes .novedad, */
.four-boxes .novedad {
  /*flex: 1 1 calc(25% - 20px);  Ajusta el porcentaje si es necesario */
  width: 23%;
  height: 300px; /* Asegúrate de mantener alturas consistentes */
}

.iframe_autogestion_leyenda {
  height: 100%;
  width: 100%;
  display: flex;
  font-size: 17px;
  font-weight: 300;
  color: #0176AE;
  text-transform: none;
  min-height: 50px;

}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  .four-boxes .novedad {
    height: 190px;
  }
  .four-boxes .novedad-title {
    font-size: 12pt;
    margin-top: 5px;
  }
  .leer-mas-container {
    margin-left: 85%;
  }
}

@media screen and (min-width: 400px) and (max-width: 900px) {
  .four-boxes .novedad {
    height: 190px;
  }
  .four-boxes .novedad-title {
    font-size: 10pt;
    margin-top: 5px;
  }
  .leer-mas-container {
    margin-left: 79%;
  }
}

/* Estilos para Listado de Novedades */
.title-container {
  padding: 4px;
  margin-left: 15px;
}

.titulo-novedad {
  font-size: 15pt;
  font-weight: bold;
  color: #080808;
}

@media screen and (min-width: 990px) and (max-width: 1320px) {
  .title-container {
    margin-left: 95px;
  }
}

@media screen and (min-width: 200px) and (max-width: 985px) {
  .title-container {
    margin-left: 0px;
  }
}
@media screen and (max-width: 830px){
  .four-boxes .novedad {
    /*flex: 1 1 calc(25% - 20px);  Ajusta el porcentaje si es necesario */
    width: 100%;
    height: 300px; /* Asegúrate de mantener alturas consistentes */
  } 
  .leer-mas-container {
    margin-left: 59%;
}
}