/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Variables
:: Fonts and icons
:: Shared Styles
:: Header
:: Footer
:: Front page
:: Pages
:: Posts
:: Forms
:: Slider
:: Media Queries
*/
/* -------------------------------------------------- 
   Fonts and icons
   -----------------------------------------------------*/
   *{
   	padding: 0;
   	margin:0;
   }

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



[data-icon]:before {
  font-family: "igd-fonts" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "igd-fonts" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cvs:before {
  content: "\6c"; }

.icon-doc:before {
  content: "\6d"; }

.icon-download:before {
  content: "\6e"; }

.icon-jpg:before {
  content: "\6f"; }

.icon-lod:before {
  content: "\70"; }

.icon-mp3:before {
  content: "\71"; }

.icon-odf:before {
  content: "\72"; }

.icon-odt:before {
  content: "\73"; }

.icon-pdf:before {
  content: "\74"; }

.icon-png:before {
  content: "\75"; }

.icon-ppt:before {
  content: "\76"; }

.icon-rdf:before {
  content: "\77"; }

.icon-txt:before {
  content: "\78"; }

.icon-xls:before {
  content: "\79"; }




.social-media-links--platforms .fa{
    font-family: "Font Awesome 5 Brands";
}

#block-socialmedialinks {
    margin-left: 178px;
}




  @font-face {
  font-family: "LineAwesome";
  src: url("../fonts/line-awesome.eot?v=1.1.");
  src: url("../fonts/line-awesome.eot??v=1.1.#iefix") format("embedded-opentype"),
       url("../fonts/line-awesome.woff2?v=1.1.") format("woff2"),
       url("../fonts/line-awesome.woff?v=1.1.") format("woff"),
       url("../fonts/line-awesome.ttf?v=1.1.") format("truetype"),
       url("../fonts/line-awesome.svg?v=1.1.#fa") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "LineAwesome";
    src: url("../fonts/line-awesome.svg?v=1.1.#fa") format("svg");
  }
}


/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
.la {
    display: inline-block;
    font: normal normal normal 16px/1 "LineAwesome";
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
/* makes the font 33% larger relative to the icon container */
.la-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.la-2x {
    font-size: 2em;
}
.la-3x {
    font-size: 3em;
}
.la-4x {
    font-size: 4em;
}
.la-5x {
    font-size: 5em;
}
.la-fw {
    width: 1.28571429em;
    text-align: center;
}
.la-ul {
    padding-left: 0px;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.la-ul > li {
    position: relative;
}
.la-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.la-li.la-lg {
    left: -1.85714286em;
}
.la-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.li.pull-left {
    margin-right: .3em;
}
.li.pull-right {
    margin-left: .3em;
}
.la-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@-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);
    }
}
.la-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.la-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.la-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.la-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.la-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical {
    filter: none;
}
.la-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.la-stack-1x,
.la-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.la-stack-1x {
    line-height: inherit;
}
.la-stack-2x {
    font-size: 2em;
}
.la-inverse {
    color: #ffffff;
}
/* Thanks to http://fontawesome.io @fontawesome and @davegandy */

.la-500px:before { content: "\f100"; }
.la-adjust:before { content: "\f101"; }
.la-adn:before { content: "\f102"; }
.la-align-center:before { content: "\f103"; }
.la-align-justify:before { content: "\f104"; }
.la-align-left:before { content: "\f105"; }
.la-align-right:before { content: "\f106"; }
.la-amazon:before { content: "\f107"; }
.la-ambulance:before { content: "\f108"; }
.la-anchor:before { content: "\f109"; }
.la-android:before { content: "\f10a"; }
.la-angellist:before { content: "\f10b"; }
.la-angle-double-down:before { content: "\f10c"; }
.la-angle-double-left:before { content: "\f10d"; }
.la-angle-double-right:before { content: "\f10e"; }
.la-angle-double-up:before { content: "\f10f"; }
.la-angle-down:before { content: "\f110"; }
.la-angle-left:before { content: "\f111"; }
.la-angle-right:before { content: "\f112"; }
.la-angle-up:before { content: "\f113"; }
.la-apple:before { content: "\f114"; }
.la-archive:before { content: "\f115"; }
.la-area-chart:before { content: "\f116"; }
.la-arrow-circle-down:before { content: "\f117"; }
.la-arrow-circle-left:before { content: "\f118"; }
.la-arrow-circle-o-down:before { content: "\f119"; }
.la-arrow-circle-o-left:before { content: "\f11a"; }
.la-arrow-circle-o-right:before { content: "\f11b"; }
.la-arrow-circle-o-up:before { content: "\f11c"; }
.la-arrow-circle-right:before { content: "\f11d"; }
.la-arrow-circle-up:before { content: "\f11e"; }
.la-arrow-down:before { content: "\f11f"; }
.la-arrow-left:before { content: "\f120"; }
.la-arrow-right:before { content: "\f121"; }
.la-arrow-up:before { content: "\f122"; }
.la-arrows:before { content: "\f123"; }
.la-arrows-alt:before { content: "\f124"; }
.la-arrows-h:before { content: "\f125"; }
.la-arrows-v:before { content: "\f126"; }
.la-asterisk:before { content: "\f127"; }
.la-at:before { content: "\f128"; }
.la-automobile:before { content: "\f129"; }
.la-backward:before { content: "\f12a"; }
.la-balance-scale:before { content: "\f12b"; }
.la-ban:before { content: "\f12c"; }
.la-bank:before { content: "\f12d"; }
.la-bar-chart:before { content: "\f12e"; }
.la-bar-chart-o:before { content: "\f12f"; }
.la-barcode:before { content: "\f130"; }
.la-bars:before { content: "\f131"; }
.la-battery-0:before { content: "\f132"; }
.la-battery-1:before { content: "\f133"; }
.la-battery-2:before { content: "\f134"; }
.la-battery-3:before { content: "\f135"; }
.la-battery-4:before { content: "\f136"; }
.la-battery-empty:before { content: "\f137"; }
.la-battery-full:before { content: "\f138"; }
.la-battery-half:before { content: "\f139"; }
.la-battery-quarter:before { content: "\f13a"; }
.la-battery-three-quarters:before { content: "\f13b"; }
.la-bed:before { content: "\f13c"; }
.la-beer:before { content: "\f13d"; }
.la-behance:before { content: "\f13e"; }
.la-behance-square:before { content: "\f13f"; }
.la-bell:before { content: "\f140"; }
.la-bell-o:before { content: "\f141"; }
.la-bell-slash:before { content: "\f142"; }
.la-bell-slash-o:before { content: "\f143"; }
.la-bicycle:before { content: "\f144"; }
.la-binoculars:before { content: "\f145"; }
.la-birthday-cake:before { content: "\f146"; }
.la-bitbucket:before { content: "\f147"; }
.la-bitbucket-square:before { content: "\f148"; }
.la-bitcoin:before { content: "\f149"; }
.la-black-tie:before { content: "\f14a"; }
.la-bold:before { content: "\f14b"; }
.la-bolt:before { content: "\f14c"; }
.la-bomb:before { content: "\f14d"; }
.la-book:before { content: "\f14e"; }
.la-bookmark:before { content: "\f14f"; }
.la-bookmark-o:before { content: "\f150"; }
.la-briefcase:before { content: "\f151"; }
.la-btc:before { content: "\f152"; }
.la-bug:before { content: "\f153"; }
.la-building:before { content: "\f154"; }
.la-building-o:before { content: "\f155"; }
.la-bullhorn:before { content: "\f156"; }
.la-bullseye:before { content: "\f157"; }
.la-bus:before { content: "\f158"; }
.la-buysellads:before { content: "\f159"; }
.la-cab:before { content: "\f15a"; }
.la-calculator:before { content: "\f15b"; }
.la-calendar:before { content: "\f15c"; }
.la-calendar-check-o:before { content: "\f15d"; }
.la-calendar-minus-o:before { content: "\f15e"; }
.la-calendar-o:before { content: "\f15f"; }
.la-calendar-plus-o:before { content: "\f160"; }
.la-calendar-times-o:before { content: "\f161"; }
.la-camera:before { content: "\f162"; }
.la-camera-retro:before { content: "\f163"; }
.la-car:before { content: "\f164"; }
.la-caret-down:before { content: "\f165"; }
.la-caret-left:before { content: "\f166"; }
.la-caret-right:before { content: "\f167"; }
.la-caret-square-o-down:before, .la-toggle-down:before { content: "\f168"; }
.la-caret-square-o-left:before, .la-toggle-left:before { content: "\f169"; }
.la-caret-square-o-right:before, .la-toggle-right:before { content: "\f16a"; }
.la-caret-square-o-up:before, .la-toggle-up:before { content: "\f16b"; }
.la-caret-up:before { content: "\f16c"; }
.la-cart-arrow-down:before { content: "\f16d"; }
.la-cart-plus:before { content: "\f16e"; }
.la-cc:before { content: "\f16f"; }
.la-cc-amex:before { content: "\f170"; }
.la-cc-diners-club:before { content: "\f171"; }
.la-cc-discover:before { content: "\f172"; }
.la-cc-jcb:before { content: "\f173"; }
.la-cc-mastercard:before { content: "\f174"; }
.la-cc-paypal:before { content: "\f175"; }
.la-cc-stripe:before { content: "\f176"; }
.la-cc-visa:before { content: "\f177"; }
.la-certificate:before { content: "\f178"; }
.la-chain:before { content: "\f179"; }
.la-chain-broken:before { content: "\f17a"; }
.la-check:before { content: "\f17b"; }
.la-check-circle:before { content: "\f17c"; }
.la-check-circle-o:before { content: "\f17d"; }
.la-check-square:before { content: "\f17e"; }
.la-check-square-o:before { content: "\f17f"; }
.la-chevron-circle-down:before { content: "\f180"; }
.la-chevron-circle-left:before { content: "\f181"; }
.la-chevron-circle-right:before { content: "\f182"; }
.la-chevron-circle-up:before { content: "\f183"; }
.la-chevron-down:before { content: "\f184"; }
.la-chevron-left:before { content: "\f185"; }
.la-chevron-right:before { content: "\f186"; }
.la-chevron-up:before { content: "\f187"; }
.la-child:before { content: "\f188"; }
.la-chrome:before { content: "\f189"; }
.la-circle:before { content: "\f18a"; }
.la-circle-o:before { content: "\f18b"; }
.la-circle-o-notch:before { content: "\f18c"; }
.la-circle-thin:before { content: "\f18d"; }
.la-clipboard:before { content: "\f18e"; }
.la-clock-o:before { content: "\f18f"; }
.la-clone:before { content: "\f190"; }
.la-close:before { content: "\f191"; }
.la-cloud:before { content: "\f192"; }
.la-cloud-download:before { content: "\f193"; }
.la-cloud-upload:before { content: "\f194"; }
.la-cny:before { content: "\f195"; }
.la-code:before { content: "\f196"; }
.la-code-fork:before { content: "\f197"; }
.la-codepen:before { content: "\f198"; }
.la-coffee:before { content: "\f199"; }
.la-cog:before { content: "\f19a"; }
.la-cogs:before { content: "\f19b"; }
.la-columns:before { content: "\f19c"; }
.la-comment:before { content: "\f19d"; }
.la-comment-o:before { content: "\f19e"; }
.la-commenting:before { content: "\f19f"; }
.la-commenting-o:before { content: "\f1a0"; }
.la-comments:before { content: "\f1a1"; }
.la-comments-o:before { content: "\f1a2"; }
.la-compass:before { content: "\f1a3"; }
.la-compress:before { content: "\f1a4"; }
.la-connectdevelop:before { content: "\f1a5"; }
.la-contao:before { content: "\f1a6"; }
.la-copy:before { content: "\f1a7"; }
.la-copyright:before { content: "\f1a8"; }
.la-creative-commons:before { content: "\f1a9"; }
.la-credit-card:before { content: "\f1aa"; }
.la-crop:before { content: "\f1ab"; }
.la-crosshairs:before { content: "\f1ac"; }
.la-css3:before { content: "\f1ad"; }
.la-cube:before { content: "\f1ae"; }
.la-cubes:before { content: "\f1af"; }
.la-cut:before { content: "\f1b0"; }
.la-cutlery:before { content: "\f1b1"; }
.la-dashboard:before { content: "\f1b2"; }
.la-dashcube:before { content: "\f1b3"; }
.la-database:before { content: "\f1b4"; }
.la-dedent:before { content: "\f1b5"; }
.la-delicious:before { content: "\f1b6"; }
.la-desktop:before { content: "\f1b7"; }
.la-deviantart:before { content: "\f1b8"; }
.la-diamond:before { content: "\f1b9"; }
.la-digg:before { content: "\f1ba"; }
.la-dollar:before { content: "\f1bb"; }
.la-dot-circle-o:before { content: "\f1bc"; }
.la-download:before { content: "\f1bd"; }
.la-dribbble:before { content: "\f1be"; }
.la-dropbox:before { content: "\f1bf"; }
.la-drupal:before { content: "\f1c0"; }
.la-edit:before { content: "\f1c1"; }
.la-eject:before { content: "\f1c2"; }
.la-ellipsis-h:before { content: "\f1c3"; }
.la-ellipsis-v:before { content: "\f1c4"; }
.la-empire:before, .la-ge:before { content: "\f1c5"; }
.la-envelope:before { content: "\f1c6"; }
.la-envelope-o:before { content: "\f1c7"; }
.la-envelope-square:before { content: "\f1c8"; }
.la-eraser:before { content: "\f1c9"; }
.la-eur:before { content: "\f1ca"; }
.la-euro:before { content: "\f1cb"; }
.la-exchange:before { content: "\f1cc"; }
.la-exclamation:before { content: "\f1cd"; }
.la-exclamation-circle:before { content: "\f1ce"; }
.la-exclamation-triangle:before { content: "\f1cf"; }
.la-expand:before { content: "\f1d0"; }
.la-expeditedssl:before { content: "\f1d1"; }
.la-external-link:before { content: "\f1d2"; }
.la-external-link-square:before { content: "\f1d3"; }
.la-eye:before { content: "\f1d4"; }
.la-eye-slash:before { content: "\f1d5"; }
.la-eyedropper:before { content: "\f1d6"; }
.la-facebook:before, .la-facebook-f:before { content: "\f1d7"; }
.la-facebook-official:before { content: "\f1d8"; }
.la-facebook-square:before { content: "\f1d9"; }
.la-fast-backward:before { content: "\f1da"; }
.la-fast-forward:before { content: "\f1db"; }
.la-fax:before { content: "\f1dc"; }
.la-female:before { content: "\f1dd"; }
.la-fighter-jet:before { content: "\f1de"; }
.la-file:before { content: "\f1df"; }
.la-file-archive-o:before { content: "\f1e0"; }
.la-file-audio-o:before { content: "\f1e1"; }
.la-file-code-o:before { content: "\f1e2"; }
.la-file-excel-o:before { content: "\f1e3"; }
.la-file-image-o:before { content: "\f1e4"; }
.la-file-movie-o:before { content: "\f1e5"; }
.la-file-o:before { content: "\f1e6"; }
.la-file-pdf-o:before { content: "\f1e7"; }
.la-file-photo-o:before { content: "\f1e8"; }
.la-file-picture-o:before { content: "\f1e9"; }
.la-file-powerpoint-o:before { content: "\f1ea"; }
.la-file-sound-o:before { content: "\f1eb"; }
.la-file-text:before { content: "\f1ec"; }
.la-file-text-o:before { content: "\f1ed"; }
.la-file-video-o:before { content: "\f1ee"; }
.la-file-word-o:before { content: "\f1ef"; }
.la-file-zip-o:before { content: "\f1f0"; }
.la-files-o:before { content: "\f1f1"; }
.la-film:before { content: "\f1f2"; }
.la-filter:before { content: "\f1f3"; }
.la-fire:before { content: "\f1f4"; }
.la-fire-extinguisher:before { content: "\f1f5"; }
.la-firefox:before { content: "\f1f6"; }
.la-flag:before { content: "\f1f7"; }
.la-flag-checkered:before { content: "\f1f8"; }
.la-flag-o:before { content: "\f1f9"; }
.la-flash:before { content: "\f1fa"; }
.la-flask:before { content: "\f1fb"; }
.la-flickr:before { content: "\f1fc"; }
.la-floppy-o:before { content: "\f1fd"; }
.la-folder:before { content: "\f1fe"; }
.la-folder-o:before { content: "\f1ff"; }
.la-folder-open:before { content: "\f200"; }
.la-folder-open-o:before { content: "\f201"; }
.la-font:before { content: "\f202"; }
.la-fonticons:before { content: "\f203"; }
.la-forumbee:before { content: "\f204"; }
.la-forward:before { content: "\f205"; }
.la-foursquare:before { content: "\f206"; }
.la-frown-o:before { content: "\f207"; }
.la-futbol-o:before, .la-soccer-ball-o:before { content: "\f208"; }
.la-gamepad:before { content: "\f209"; }
.la-gavel:before { content: "\f20a"; }
.la-gbp:before { content: "\f20b"; }
.la-gear:before { content: "\f20c"; }
.la-gears:before { content: "\f20d"; }
.la-genderless:before { content: "\f20e"; }
.la-get-pocket:before { content: "\f20f"; }
.la-gg:before { content: "\f210"; }
.la-gg-circle:before { content: "\f211"; }
.la-gift:before { content: "\f212"; }
.la-git:before { content: "\f213"; }
.la-git-square:before { content: "\f214"; }
.la-github:before { content: "\f215"; }
.la-github-alt:before { content: "\f216"; }
.la-github-square:before { content: "\f217"; }
.la-glass:before { content: "\f218"; }
.la-globe:before { content: "\f219"; }
.la-google:before { content: "\f21a"; }
.la-google-plus:before { content: "\f21b"; }
.la-google-plus-square:before { content: "\f21c"; }
.la-google-wallet:before { content: "\f21d"; }
.la-graduation-cap:before { content: "\f21e"; }
.la-gratipay:before, .la-gittip:before { content: "\f21f"; }
.la-group:before { content: "\f220"; }
.la-h-square:before { content: "\f221"; }
.la-hacker-news:before { content: "\f222"; }
.la-hand-grab-o:before { content: "\f223"; }
.la-hand-lizard-o:before { content: "\f224"; }
.la-hand-o-down:before { content: "\f225"; }
.la-hand-o-left:before { content: "\f226"; }
.la-hand-o-right:before { content: "\f227"; }
.la-hand-o-up:before { content: "\f228"; }
.la-hand-paper-o:before { content: "\f229"; }
.la-hand-peace-o:before { content: "\f22a"; }
.la-hand-pointer-o:before { content: "\f22b"; }
.la-hand-rock-o:before { content: "\f22c"; }
.la-hand-scissors-o:before { content: "\f22d"; }
.la-hand-spock-o:before { content: "\f22e"; }
.la-hand-stop-o:before { content: "\f22f"; }
.la-hdd-o:before { content: "\f230"; }
.la-header:before { content: "\f231"; }
.la-headphones:before { content: "\f232"; }
.la-heart:before { content: "\f233"; }
.la-heart-o:before { content: "\f234"; }
.la-heartbeat:before { content: "\f235"; }
.la-history:before { content: "\f236"; }
.la-home:before { content: "\f237"; }
.la-hospital-o:before { content: "\f238"; }
.la-hotel:before { content: "\f239"; }
.la-hourglass:before { content: "\f23a"; }
.la-hourglass-1:before { content: "\f23b"; }
.la-hourglass-2:before { content: "\f23c"; }
.la-hourglass-3:before { content: "\f23d"; }
.la-hourglass-end:before { content: "\f23e"; }
.la-hourglass-half:before { content: "\f23f"; }
.la-hourglass-o:before { content: "\f240"; }
.la-hourglass-start:before { content: "\f241"; }
.la-houzz:before { content: "\f242"; }
.la-html5:before { content: "\f243"; }
.la-i-cursor:before { content: "\f244"; }
.la-ils:before { content: "\f245"; }
.la-image:before { content: "\f246"; }
.la-inbox:before { content: "\f247"; }
.la-indent:before { content: "\f248"; }
.la-industry:before { content: "\f249"; }
.la-info:before { content: "\f24a"; }
.la-info-circle:before { content: "\f24b"; }
.la-inr:before { content: "\f24c"; }
.la-instagram:before { content: "\f24d"; }
.la-institution:before { content: "\f24e"; }
.la-internet-explorer:before { content: "\f24f"; }
.la-ioxhost:before { content: "\f250"; }
.la-italic:before { content: "\f251"; }
.la-joomla:before { content: "\f252"; }
.la-jpy:before { content: "\f253"; }
.la-jsfiddle:before { content: "\f254"; }
.la-key:before { content: "\f255"; }
.la-keyboard-o:before { content: "\f256"; }
.la-krw:before { content: "\f257"; }
.la-language:before { content: "\f258"; }
.la-laptop:before { content: "\f259"; }
.la-lastfm:before { content: "\f25a"; }
.la-lastfm-square:before { content: "\f25b"; }
.la-leaf:before { content: "\f25c"; }
.la-leanpub:before { content: "\f25d"; }
.la-legal:before { content: "\f25e"; }
.la-lemon-o:before { content: "\f25f"; }
.la-level-down:before { content: "\f260"; }
.la-level-up:before { content: "\f261"; }
.la-life-bouy:before { content: "\f262"; }
.la-life-buoy:before { content: "\f263"; }
.la-life-ring:before, .la-support:before { content: "\f264"; }
.la-life-saver:before { content: "\f265"; }
.la-lightbulb-o:before { content: "\f266"; }
.la-line-chart:before { content: "\f267"; }
.la-link:before { content: "\f268"; }
.la-linkedin:before { content: "\f269"; }
.la-linkedin-square:before { content: "\f26a"; }
.la-linux:before { content: "\f26b"; }
.la-list:before { content: "\f26c"; }
.la-list-alt:before { content: "\f26d"; }
.la-list-ol:before { content: "\f26e"; }
.la-list-ul:before { content: "\f26f"; }
.la-location-arrow:before { content: "\f270"; }
.la-lock:before { content: "\f271"; }
.la-long-arrow-down:before { content: "\f272"; }
.la-long-arrow-left:before { content: "\f273"; }
.la-long-arrow-right:before { content: "\f274"; }
.la-long-arrow-up:before { content: "\f275"; }
.la-magic:before { content: "\f276"; }
.la-magnet:before { content: "\f277"; }
.la-mail-forward:before { content: "\f278"; }
.la-mail-reply:before { content: "\f279"; }
.la-mail-reply-all:before { content: "\f27a"; }
.la-male:before { content: "\f27b"; }
.la-map:before { content: "\f27c"; }
.la-map-marker:before { content: "\f27d"; }
.la-map-o:before { content: "\f27e"; }
.la-map-pin:before { content: "\f27f"; }
.la-map-signs:before { content: "\f280"; }
.la-mars:before { content: "\f281"; }
.la-mars-double:before { content: "\f282"; }
.la-mars-stroke:before { content: "\f283"; }
.la-mars-stroke-h:before { content: "\f284"; }
.la-mars-stroke-v:before { content: "\f285"; }
.la-maxcdn:before { content: "\f286"; }
.la-meanpath:before { content: "\f287"; }
.la-medium:before { content: "\f288"; }
.la-medkit:before { content: "\f289"; }
.la-meh-o:before { content: "\f28a"; }
.la-mercury:before { content: "\f28b"; }
.la-microphone:before { content: "\f28c"; }
.la-microphone-slash:before { content: "\f28d"; }
.la-minus:before { content: "\f28e"; }
.la-minus-circle:before { content: "\f28f"; }
.la-minus-square:before { content: "\f290"; }
.la-minus-square-o:before { content: "\f291"; }
.la-mobile:before { content: "\f292"; }
.la-mobile-phone:before { content: "\f293"; }
.la-money:before { content: "\f294"; }
.la-moon-o:before { content: "\f295"; }
.la-mortar-board:before { content: "\f296"; }
.la-motorcycle:before { content: "\f297"; }
.la-mouse-pointer:before { content: "\f298"; }
.la-music:before { content: "\f299"; }
.la-navicon:before { content: "\f29a"; }
.la-neuter:before { content: "\f29b"; }
.la-newspaper-o:before { content: "\f29c"; }
.la-object-group:before { content: "\f29d"; }
.la-object-ungroup:before { content: "\f29e"; }
.la-odnoklassniki:before { content: "\f29f"; }
.la-odnoklassniki-square:before { content: "\f2a0"; }
.la-opencart:before { content: "\f2a1"; }
.la-openid:before { content: "\f2a2"; }
.la-opera:before { content: "\f2a3"; }
.la-optin-monster:before { content: "\f2a4"; }
.la-outdent:before { content: "\f2a5"; }
.la-pagelines:before { content: "\f2a6"; }
.la-paint-brush:before { content: "\f2a7"; }
.la-paper-plane:before, .la-send:before { content: "\f2a8"; }
.la-paper-plane-o:before, .la-send-o:before { content: "\f2a9"; }
.la-paperclip:before { content: "\f2aa"; }
.la-paragraph:before { content: "\f2ab"; }
.la-paste:before { content: "\f2ac"; }
.la-pause:before { content: "\f2ad"; }
.la-paw:before { content: "\f2ae"; }
.la-paypal:before { content: "\f2af"; }
.la-pencil:before { content: "\f2b0"; }
.la-pencil-square:before { content: "\f2b1"; }
.la-pencil-square-o:before { content: "\f2b2"; }
.la-phone:before { content: "\f2b3"; }
.la-phone-square:before { content: "\f2b4"; }
.la-photo:before { content: "\f2b5"; }
.la-picture-o:before { content: "\f2b6"; }
.la-pie-chart:before { content: "\f2b7"; }
.la-pied-piper:before { content: "\f2b8"; }
.la-pied-piper-alt:before { content: "\f2b9"; }
.la-pinterest:before { content: "\f2ba"; }
.la-pinterest-p:before { content: "\f2bb"; }
.la-pinterest-square:before { content: "\f2bc"; }
.la-plane:before { content: "\f2bd"; }
.la-play:before { content: "\f2be"; }
.la-play-circle:before { content: "\f2bf"; }
.la-play-circle-o:before { content: "\f2c0"; }
.la-plug:before { content: "\f2c1"; }
.la-plus:before { content: "\f2c2"; }
.la-plus-circle:before { content: "\f2c3"; }
.la-plus-square:before { content: "\f2c4"; }
.la-plus-square-o:before { content: "\f2c5"; }
.la-power-off:before { content: "\f2c6"; }
.la-print:before { content: "\f2c7"; }
.la-puzzle-piece:before { content: "\f2c8"; }
.la-qq:before { content: "\f2c9"; }
.la-qrcode:before { content: "\f2ca"; }
.la-question:before { content: "\f2cb"; }
.la-question-circle:before { content: "\f2cc"; }
.la-quote-left:before { content: "\f2cd"; }
.la-quote-right:before { content: "\f2ce"; }
.la-ra:before { content: "\f2cf"; }
.la-random:before { content: "\f2d0"; }
.la-rebel:before { content: "\f2d1"; }
.la-recycle:before { content: "\f2d2"; }
.la-reddit:before { content: "\f2d3"; }
.la-reddit-square:before { content: "\f2d4"; }
.la-refresh:before { content: "\f2d5"; }
.la-registered:before { content: "\f2d6"; }
.la-renren:before { content: "\f2d7"; }
.la-reorder:before { content: "\f2d8"; }
.la-repeat:before { content: "\f2d9"; }
.la-reply:before { content: "\f2da"; }
.la-reply-all:before { content: "\f2db"; }
.la-retweet:before { content: "\f2dc"; }
.la-rmb:before { content: "\f2dd"; }
.la-road:before { content: "\f2de"; }
.la-rocket:before { content: "\f2df"; }
.la-rotate-left:before { content: "\f2e0"; }
.la-rotate-right:before { content: "\f2e1"; }
.la-rouble:before { content: "\f2e2"; }
.la-rss:before, .la-feed:before { content: "\f2e3"; }
.la-rss-square:before { content: "\f2e4"; }
.la-rub:before { content: "\f2e5"; }
.la-ruble:before { content: "\f2e6"; }
.la-rupee:before { content: "\f2e7"; }
.la-safari:before { content: "\f2e8"; }
.la-save:before { content: "\f2e9"; }
.la-scissors:before { content: "\f2ea"; }
.la-search:before { content: "\f2eb"; }
.la-search-minus:before { content: "\f2ec"; }
.la-search-plus:before { content: "\f2ed"; }
.la-sellsy:before { content: "\f2ee"; }
.la-server:before { content: "\f2ef"; }
.la-share:before { content: "\f2f0"; }
.la-share-alt:before { content: "\f2f1"; }
.la-share-alt-square:before { content: "\f2f2"; }
.la-share-square:before { content: "\f2f3"; }
.la-share-square-o:before { content: "\f2f4"; }
.la-shekel:before { content: "\f2f5"; }
.la-sheqel:before { content: "\f2f6"; }
.la-shield:before { content: "\f2f7"; }
.la-ship:before { content: "\f2f8"; }
.la-shirtsinbulk:before { content: "\f2f9"; }
.la-shopping-cart:before { content: "\f2fa"; }
.la-sign-in:before { content: "\f2fb"; }
.la-sign-out:before { content: "\f2fc"; }
.la-signal:before { content: "\f2fd"; }
.la-simplybuilt:before { content: "\f2fe"; }
.la-sitemap:before { content: "\f2ff"; }
.la-skyatlas:before { content: "\f300"; }
.la-skype:before { content: "\f301"; }
.la-slack:before { content: "\f302"; }
.la-sliders:before { content: "\f303"; }
.la-slideshare:before { content: "\f304"; }
.la-smile-o:before { content: "\f305"; }
.la-sort:before, .la-unsorted:before { content: "\f306"; }
.la-sort-alpha-asc:before { content: "\f307"; }
.la-sort-alpha-desc:before { content: "\f308"; }
.la-sort-amount-asc:before { content: "\f309"; }
.la-sort-amount-desc:before { content: "\f30a"; }
.la-sort-asc:before, .la-sort-up:before { content: "\f30b"; }
.la-sort-desc:before, .la-sort-down:before { content: "\f30c"; }
.la-sort-numeric-asc:before { content: "\f30d"; }
.la-sort-numeric-desc:before { content: "\f30e"; }
.la-soundcloud:before { content: "\f30f"; }
.la-space-shuttle:before { content: "\f310"; }
.la-spinner:before { content: "\f311"; }
.la-spoon:before { content: "\f312"; }
.la-spotify:before { content: "\f313"; }
.la-square:before { content: "\f314"; }
.la-square-o:before { content: "\f315"; }
.la-stack-exchange:before { content: "\f316"; }
.la-stack-overflow:before { content: "\f317"; }
.la-star:before { content: "\f318"; }
.la-star-half:before { content: "\f319"; }
.la-star-half-o:before, .la-star-half-full:before, .la-star-half-empty:before { content: "\f31a"; }
.la-star-o:before { content: "\f31b"; }
.la-steam:before { content: "\f31c"; }
.la-steam-square:before { content: "\f31d"; }
.la-step-backward:before { content: "\f31e"; }
.la-step-forward:before { content: "\f31f"; }
.la-stethoscope:before { content: "\f320"; }
.la-sticky-note:before { content: "\f321"; }
.la-sticky-note-o:before { content: "\f322"; }
.la-stop:before { content: "\f323"; }
.la-street-view:before { content: "\f324"; }
.la-strikethrough:before { content: "\f325"; }
.la-stumbleupon:before { content: "\f326"; }
.la-stumbleupon-circle:before { content: "\f327"; }
.la-subscript:before { content: "\f328"; }
.la-subway:before { content: "\f329"; }
.la-suitcase:before { content: "\f32a"; }
.la-sun-o:before { content: "\f32b"; }
.la-superscript:before { content: "\f32c"; }
.la-table:before { content: "\f32d"; }
.la-tablet:before { content: "\f32e"; }
.la-tachometer:before { content: "\f32f"; }
.la-tag:before { content: "\f330"; }
.la-tags:before { content: "\f331"; }
.la-tasks:before { content: "\f332"; }
.la-taxi:before { content: "\f333"; }
.la-television:before, .la-tv:before { content: "\f334"; }
.la-tencent-weibo:before { content: "\f335"; }
.la-terminal:before { content: "\f336"; }
.la-text-height:before { content: "\f337"; }
.la-text-width:before { content: "\f338"; }
.la-th:before { content: "\f339"; }
.la-th-large:before { content: "\f33a"; }
.la-th-list:before { content: "\f33b"; }
.la-thumb-tack:before { content: "\f33c"; }
.la-thumbs-down:before { content: "\f33d"; }
.la-thumbs-o-down:before { content: "\f33e"; }
.la-thumbs-o-up:before { content: "\f33f"; }
.la-thumbs-up:before { content: "\f340"; }
.la-ticket:before { content: "\f341"; }
.la-times:before, .la-remove:before { content: "\f342"; }
.la-times-circle:before { content: "\f343"; }
.la-times-circle-o:before { content: "\f344"; }
.la-tint:before { content: "\f345"; }
.la-toggle-off:before { content: "\f346"; }
.la-toggle-on:before { content: "\f347"; }
.la-trademark:before { content: "\f348"; }
.la-train:before { content: "\f349"; }
.la-transgender:before, .la-intersex:before { content: "\f34a"; }
.la-transgender-alt:before { content: "\f34b"; }
.la-trash:before { content: "\f34c"; }
.la-trash-o:before { content: "\f34d"; }
.la-tree:before { content: "\f34e"; }
.la-trello:before { content: "\f34f"; }
.la-tripadvisor:before { content: "\f350"; }
.la-trophy:before { content: "\f351"; }
.la-truck:before { content: "\f352"; }
.la-try:before { content: "\f353"; }
.la-tty:before { content: "\f354"; }
.la-tumblr:before { content: "\f355"; }
.la-tumblr-square:before { content: "\f356"; }
.la-turkish-lira:before { content: "\f357"; }
.la-twitch:before { content: "\f358"; }
.la-twitter:before { content: "\f359"; }
.la-twitter-square:before { content: "\f35a"; }
.la-umbrella:before { content: "\f35b"; }
.la-underline:before { content: "\f35c"; }
.la-undo:before { content: "\f35d"; }
.la-university:before { content: "\f35e"; }
.la-unlink:before { content: "\f35f"; }
.la-unlock:before { content: "\f360"; }
.la-unlock-alt:before { content: "\f361"; }
.la-upload:before { content: "\f362"; }
.la-usd:before { content: "\f363"; }
.la-user:before { content: "\f364"; }
.la-user-md:before { content: "\f365"; }
.la-user-plus:before { content: "\f366"; }
.la-user-secret:before { content: "\f367"; }
.la-user-times:before { content: "\f368"; }
.la-users:before { content: "\f369"; }
.la-venus:before { content: "\f36a"; }
.la-venus-double:before { content: "\f36b"; }
.la-venus-mars:before { content: "\f36c"; }
.la-viacoin:before { content: "\f36d"; }
.la-video-camera:before { content: "\f36e"; }
.la-vimeo:before { content: "\f36f"; }
.la-vimeo-square:before { content: "\f370"; }
.la-vine:before { content: "\f371"; }
.la-vk:before { content: "\f372"; }
.la-volume-down:before { content: "\f373"; }
.la-volume-off:before { content: "\f374"; }
.la-volume-up:before { content: "\f375"; }
.la-warning:before { content: "\f376"; }
.la-wechat:before { content: "\f377"; }
.la-weibo:before { content: "\f378"; }
.la-weixin:before { content: "\f379"; }
.la-whatsapp:before { content: "\f37a"; }
.la-wheelchair:before { content: "\f37b"; }
.la-wifi:before { content: "\f37c"; }
.la-wikipedia-w:before { content: "\f37d"; }
.la-windows:before { content: "\f37e"; }
.la-won:before { content: "\f37f"; }
.la-wordpress:before { content: "\f380"; }
.la-wrench:before { content: "\f381"; }
.la-xing:before { content: "\f382"; }
.la-xing-square:before { content: "\f383"; }
.la-y-combinator:before { content: "\f384"; }
.la-y-combinator-square:before { content: "\f385"; }
.la-yahoo:before { content: "\f386"; }
.la-yc:before { content: "\f387"; }
.la-yc-square:before { content: "\f388"; }
.la-yelp:before { content: "\f389"; }
.la-yen:before { content: "\f38a"; }
.la-youtube:before { content: "\f38b"; }
.la-youtube-play:before { content: "\f38c"; }
.la-youtube-square:before { content: "\f38d"; }

 ul {
    padding-left: 21px;
 }

/* -----------------------------------------
   Variables
   ----------------------------------------- */
.btn {
  background: transparent;
  border: solid 1px #00305B;
  border-radius: 0;
  text-transform: uppercase;
  color: #00305B;
  font-size: 12px;
  font-weight: 700; }
  .btn:hover {
    background: #00305B;
    border: solid 1px #00305B;
    color: white; }
a{
    color:#0f66c3;
  
}

h1 {
  color: #00305B;
  font-weight: 700;
  font-size: 40px; }

h2 {
  color: #15507C;
  font-size: 27px;
  font-weight: 700; }

h3 {
  color: #176893;
  font-size: 23px;
  font-weight: 700; }

h4 {
  color: #00305B;
  font-size: 20px;
  font-weight: 700; }

p {
  font-size: 16px;
  color: #4A4A4A;
  text-align: justify;
   }

body {
  font-family: 'Nunito Sans', sans-serif;
  outline: none; }

.form-control {
  border: 1px solid #00305B;
  border-radius: 0; }
  .form-control:focus {
    border-color: #00305B;
    box-shadow: 0 0 0 0.2rem rgba(0, 48, 91, 0.25); }

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #EEE; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #00305B; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #00305B; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff; }

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b; }

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%; }

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.select select::-ms-expand {
  display: none; }

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc; }

.select select:disabled {
  opacity: 0.5;
  pointer-events: none; }

.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent; }

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000; }

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc; }

.separation {
  padding: 20px; }

.table thead th {
  background: #00305B;
  color: white;
  text-transform: uppercase; }

.table td {
  color: #00305B; 
}

td{

padding-left: 25px !important;

}
img.align-center {
   width: 100% !important;
}

.download-icons a {
  font-size: 40px;
  color: #00305B; }
  .download-icons a:hover {
    color: #1D71B8;
    text-decoration: none; }
  .download-icons a i.icon-download {
    font-size: 28px;
    vertical-align: super; }

.main-wrapper {
  padding: 20px 15px; }

.accesibilidad {
    background: #1D71B8;
    width: 100%;
    height: 45px;
}
  .accesibilidad .col {
    text-align: center; }




.region.region-accessibility {
    padding-top: 9px;
}
#block-highcontrast-2 {
    text-align: center;
}
#block-socialsharingblock {
    text-align: right;
}

#block-socialsharingblock .social-media-sharing .share img {
    width: 23px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  #block-socialsharingblock .facebook-msg.share,
  #block-socialsharingblock .google-plus.share{
    display: none;
  }
  .social-media-sharing li {
    margin-right: 0;
  }
    .social-media-sharing li a{
    margin-right: 15px;
  }

#block-redimensionartexto-2 h2,
#block-highcontrast-2 h2,    
.accesibilidad p {
    color: white;
    text-transform: uppercase;
    font-size: 0.6em;
    display: inline-block;
    margin: 0;
    position: relative;
    top: -4px;
}

#block-redimensionartexto-2 .content,
#high-contrast-switch {
    display: inline-block;
    margin-left: 10px;
}

#text_resize_decrease,
#text_resize_increase,
#text_resize_reset,
#edit-enable-link,
#edit-disable-link{
    color: white;
    font-size: 1.2em;
    width: 19px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

#edit-enable-link:before {
    content: "\f101";
    font-family: "LineAwesome";
}
#edit-disable-link:before {
    content: "\f32b";
    font-family: "LineAwesome";
}

#block-redimensionartexto-2 a#text_resize_decrease,
#block-redimensionartexto-2 a#text_resize_increase,
#block-redimensionartexto-2 a#text_resize_reset{
    background: transparent;
    text-indent: inherit;
    margin: 0 10px 0 0;
    width: 24px;
    height: 17px
}
#block-redimensionartexto-2 a#text_resize_reset{
    width: 14px;
}








  .accesibilidad a {
  	display: inline-block;
    background: transparent;
    border: 0;
    cursor: pointer; }
    .accesibilidad a:hover i {
      color: #00305B; }
    .accesibilidad a:hover span {
      color: #00305B; }
    .accesibilidad a span {
      color: white;
      font-weight: 700; }
  .accesibilidad .small {
    font-size: 0.8em; }
  .accesibilidad i {
    color: white;
    font-size: 1.2em;
    padding: 0 0.1em; }
  .accesibilidad .social i {
    font-size: 1.2em; }

.navbar {
  background: #00305B;
  padding: 0; }
  .navbar .dropdown-divider {
    margin-bottom: 0; }
  .navbar .nav-link {
    font-size: 1em;
    padding: 10px 0 0;
    text-transform: uppercase; }
    .navbar .nav-link i {
      font-size: 1.1em;
      padding-right: 0.5em; }
  .navbar .navbar-brand {
    padding-left: 1em; }


  .navbar .navbar-toggler {
    border-radius: 0;
    outline: none;
    border-right: solid 1px #00213E;
    border-left: solid 1px #00213E;
    background: #00213E;
}


    .navbar .navbar-toggler i {
      color: white;
      font-size: 2em; }
  .navbar .navbar-toggler.collapsed {
    background: #00305B; }
  .navbar button {
    padding: 0;
    width: 69px;
    height: 72px; }
  .navbar button.search {
    width: auto;
    height: auto;
    padding: 0.7em 1em;
    border-radius: 0;
    margin: 0 auto;
    color: white;
    border: solid 1px white; }
    .navbar button.search:hover {
      border: solid 1px #00305B; }
    .navbar button.search i {
      padding-right: 5px; }
  .navbar ul {
    background: #00213E; padding-bottom: 10px; }
    .navbar ul li a {
      color: white;
      text-align: center; }
    .navbar ul .dropdown-menu {
      background: #00305B; }
  .navbar form input {
    width: 90%;
    margin: 0 auto;
    background: transparent;
    border-radius: 0;
    border: solid 1px white; }

.nav-item.dropdown.show .dropdown-menu {
  display: block; }

.nav-item.dropdown .dropdown-menu {
  display: none; }

.nav-item.dropdown.show {
  background: #001323; }
  .nav-item.dropdown.show .dropdown-menu {
    background: #001323; }

.carousel-caption {
  background-color: rgba(0, 48, 91, 0.7);
  padding: 20px; }
  .carousel-caption p {
    color: white; }
  .carousel-caption h2 {
    color: white; }

.carousel-caption a{
  color: #FFF;}
  
.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: transparent;
  cursor: pointer;
  border: solid 2px white; }

.carousel-indicators .active {
  background: #00305B;
  border: solid 2px #00305B; }

.third-nav .col-lg-3 {
  padding: 0; }

.third-nav {
  padding: 0; }

.third-nav .grid figure figcaption {
  
}




.grid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  float: none; }

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8; }

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.1); }

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none; }

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption h2 > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.grid figure figcaption a.link-text {
  color: white;
  display: block;
  text-align: left; }

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 700; }

.grid figure h2 span {
  font-weight: 700; }

.grid figure h2,
.grid figure p {
  margin: 0; }

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%; }

.grid figure h2 {
  color: white;
  margin-top: 50px; }

.links-container {
  list-style: none;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
  list-style: circle; }
  .links-container a {
    line-height: 2;
    text-transform: none; 
    }

.carousel-logos {
  padding-top: 25px;
  padding-bottom: 25px; }
  .carousel-logos h2 {
    padding-bottom: 10px; }

.owl-theme .owl-nav {
  font-size: 20px; }

.owl-dots {
  display: none; }

.owl-carousel .owl-item img.img-on {
  display: none; }

.owl-carousel .owl-item:hover img.img-on {
  display: block; }

.owl-carousel .owl-item:hover img.img-off {
  display: none; }

.carousel-noticias {
  padding-top: 20px;
  padding-bottom: 20px; }
  .carousel-noticias .item {
    /*min-height: 450px;*/
    padding: 15px;
    background: #DADADA; }
  .carousel-noticias h3 {
    padding: 10px 0; 
    min-height: 123px;
  }

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: transparent;
  border: solid 2px #00305B;
  outline: 0; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #00305B; }

footer {
  background: #575756; }
 
  footer ul {
    list-style: none;
    margin-bottom: 0; }
    footer ul h3 {
      color: white; }
    footer ul li {
      color: white; }
      footer ul li a {
        color: white;
        padding: 5px 0;
        font-weight: 300;
        display: block; }
        footer ul li a:hover {
          color: #57A1D9;
          text-decoration: none; }
  footer .col-12.text-center {
    padding: 10px 0;
}        
  footer .col-12.text-center a {
    background: transparent;
    border: 0; 
    padding: 10px;
}
    footer  .col-12.text-center a i {
      color: #DDDDDD;
      font-size: 25px; }
    footer  .col-12.text-center a:hover {
      cursor: pointer; }
      footer  .col-12.text-center a:hover i {
        color: #00305B; }

.pagination .page-item.disabled .page-link {
  border-color: #00305B; }

.pagination .page-item.active .page-link {
  background-color: #00305B;
  border-color: #00305B;
  color: white; }

.pagination {
  padding: 10px 0; }
  .pagination .page-item .page-link {
    border: 1px solid #00305B;
    color: #00305B;
    border-radius: 0;
    margin: 0 10px; }
    .pagination .page-item .page-link:hover {
      background-color: #00305B;
      color: white; }

.page-item:last-child .page-link, .page-item:first-child .page-link {
  border-radius: 0; }

.btn-return i {
  padding-right: 5px; }

.feature-image {
  padding: 0; }

.map-wrapper {
  padding: 0; }
  .map-wrapper div {
    padding: 0; }
  .map-wrapper iframe {
    width: 100%;
    height: 330px; }

.persona-info i {
  color: #00305B; }

.persona-info p {
  color: #00305B;
  font-size: 0.9em; }

.sede-wrapper {
  margin: 15px 0; }
  .sede-wrapper .title-sede {
    background: #00305B;
    color: white;
    padding: 10px; }

.share p {
  margin-bottom: 0; }

.share a i {
  font-size: 26px;
  color: #00305B; }

.share a:hover i {
  color: #1D71B8; }

.custom-file-upload {
  padding: 20px 0; }
  .custom-file-upload .file-upload-input {
    width: 50%; }
  .custom-file-upload button {
    background-color: #00305B;
    color: white;
    text-transform: uppercase; }

.separation-form {
  padding-top: 60px; }

.error {
  background: url(../img/404-mobile.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0; }
  .error a {
    margin-left: 2px; }
  .error h1 {
    color: white; }
  .error p {
    color: white; }



#HeaderTop{
	z-index: 1000;
}


.accesibilidad.disabled-div {
    position: relative;
}
.navbar.navbar-expand-lg {
    z-index: 100;
    width: 100%;
  
}
.navbar.navbar-expand-lg.fixed-header{ 
	background: #00305B;
	top: 0;
}

input[placeholder], [placeholder], *[placeholder] {
    color: rgba(0,0,0) !important;
}
nav img {
    max-width: 295px;
    width: 100%;
}

header {
background: rgba(0,49,91,0.75);
background: -moz-linear-gradient(top, rgba(0,49,91,0.75) 80%, rgba(0,49,91,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(80%, rgba(0,49,91,0.75)), color-stop(100%, rgba(0,49,91,0)));
background: -webkit-linear-gradient(top, rgba(0,49,91,0.75) 80%, rgba(0,49,91,0) 100%);
background: -o-linear-gradient(top, rgba(0,49,91,0.75) 80%, rgba(0,49,91,0) 100%);
background: -ms-linear-gradient(top, rgba(0,49,91,0.75) 80%, rgba(0,49,91,0) 100%);
background: linear-gradient(to bottom, rgba(0,49,91,0.75) 80%, rgba(0,49,91,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00315b', endColorstr='#00315b', GradientType=0 );
}
#footerinfo{
    background-color: #333;
    padding-top: 15px;
    text-align: center;

}
#footerinfo p {
    display: inline-block;
    padding-right: 15px;
    color: white;
}

#title-noticias .noticias {
   color: #00305B;
   font-size: 25px;
   font-weight: 700;
}

.breadcrumb {
  background: #fff;
  }




/***** NEW STYLE *******/
header {
   /* min-height: 350px;*/
    background-image: url('http://mideplan.webcomcr.xyz/themes/custom/mideplan/img/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

body.path-frontpage.page-node-type-pagina-principal header { min-height: inherit; background-image: none; }
body.path-frontpage.page-node-type-pagina-principal header:before{ display: none; }



.view.view-ejes-tematicos .grid figure img {
    min-height: 450px;
    min-width: 100%;
    height: 100%;
    width: auto;
    max-height: initial;
}
.view.view-ejes-tematicos .grid figure {
    max-height: 400px;
  }

.view.view-ejes-tematicos .grid  figure.effect-sadie:hover h2 {
    transform: none;
    top: 20px;
}



.view.view-ejes-tematicos .grid  figure.effect-sadie:hover ul.links-container {
    margin-top: 50px;
  }
.view.view-ejes-tematicos .grid figure.effect-sadie:hover .item-list ul {
    margin: 0;
    padding: 60px 0 0;
    font-size: 14px;
}


.carousel-noticias h3 {
    min-height: 215px;
}
.carousel-noticias p {
    min-height: 200px;
}

.row.footer p {
    margin-left: 17px;
    margin-top: 15px;
}


/* -------------------------------------------------- 
   MEDIA QUERIES 
   -----------------------------------------------------*/
@media (min-width: 768px) {
  .navbar button {
    height: 93px; }
  .persona-info p {
    display: contents; }
  .persona-info i {
    padding-right: 10px;
    display: inline-block; } }

@media (min-width: 992px) {
  .navbar.nav-background {
    background-image: url(../img/imagen_principal.jpg)!important;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover; }
  nav img {
    padding-top: 20px; }
  .navbar {
    background: transparent; }
    .navbar ul {
      background: transparent; }
  .carousel {
    margin-top: -11.3em; }
  header {
    z-index: 100;
    position: relative; }
  .navbar-expand-lg {
    flex-flow: wrap; }
  .navbar-expand-lg .navbar-collapse {
    padding-right: 70px; }
  .carousel img {
    width: 100%;
    height: auto; }
  .dropdown:hover > .dropdown-menu {
    display: block; }
  .navbar-expand-lg .navbar-nav.main-nav .nav-link {
    text-transform: inherit;
    font-size: 1.1em;
    border-left: solid 1px white;
    border-style: dashed;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    height: 40px; }
  .navbar-expand-lg .navbar-nav.main-nav li:last-child .nav-link {
    border-right: solid 1px white;
    border-style: dashed; }
  .dropdown-toggle::after {
    display: inline;
    position: relative;
    top: 15px; }
  .navbar .nav-link {
    font-size: 0.8em; }
  li.dropdown:hover {
    background: #00305B; }
  .dropdown:hover > .dropdown-menu {
    margin-top: 0; }
  .navbar ul.main-nav li a.dropdown-item {
    border-top: solid 1px #00203C;
    padding: 7px 35px; }
    .navbar ul.main-nav li a.dropdown-item:hover {
      background: #00203C;
      color: white; }
  .navbar-expand-lg .navbar-nav.second-nav .nav-link:hover {
    background-color: #00305B; }
  .navbar-expand-lg .navbar-nav.second-nav .nav-link {
    line-heght: 3;
    padding: 6px 8px; }
  .nav-item.search {
    margin-top: -0.5em; }
  .carousel-caption {
    width: 350px;
    left: inherit;
    right: 15%; }
  figure.effect-sadie h2 {
    font-size: 15px; }
  .gestion figure.effect-sadie:hover h2 {
    -webkit-transform: translate3d(0, -1170%, 0);
    transform: translate3d(0, -1170%, 0); }
  figure.effect-sadie:hover ul.links-container li a {
    font-size: 12px; }
  .error .form-control {
    width: 22em; }
  .error {
    height: 25em; }
  .error {
    background: url(../img/404.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0; }
  /*---------------*/
  /***** Sadie *****/
  /*---------------*/
  figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 48, 91, 0.8) 0%, rgba(0, 48, 91, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(0, 48, 91, 0.8) 0%, rgba(0, 48, 91, 0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  figure.effect-sadie figcaption::before {
    background-color: rgba(0, 48, 91, 0.8); }
  figure.effect-sadie h2 {
    font-size: 17px;
    font-weight: 700;
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    color: #FFF;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    word-spacing: 0;
    padding: 0 1em;
    line-height: 1.1; }
    figure.effect-sadie h2 span {
      display: block;
      font-weight: 700; }
  figure.effect-sadie figcaption::before,
  figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  figure.effect-sadie p {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    font-size: 1.2em;
    font-weight: 300;
    cursor: pointer;
    padding-top: 6.6em;
    text-transform: initial;
    font-size: 0.7em;
    line-height: 1.3; }
  figure.effect-sadie a.link-text {
    position: relative; }
  figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    text-shadow: 0 0 0 black; }
  .gestion figure.effect-sadie:hover h2 {
    -webkit-transform: translate3d(0, -1350%, 0);
    transform: translate3d(0, -1350%, 0); }
  figure.effect-sadie.corporate:hover h2 {
    transform: translate3d(0, -7%, 0) translate3d(0, -40px, 0); }
  figure.effect-sadie:hover figcaption::before {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: white; }
  .grid figure img.icon {
    width: 1em;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.5s linear; }
  figure.effect-sadie:hover img.icon {
    opacity: 1;
    position: relative;
    width: 3em;
    top: -18.5em; }
  .grid figure ul {
    margin-top: 400px;
    opacity: 0;
    transition: opacity 0.5s linear; }
  .grid figure ul li {
    display: list-item;
    width: 100%;
    text-align: center;
    font-size: 0.8em; }
  figure.effect-sadie ul {
    margin-top: 400px;
    opacity: 0;
    -webkit-transition: opacity 0.10s, -webkit-transform 0.10s;
    transition: opacity 0.10s, transform 0.10s;
    display: none;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
    transition: opacity 3s ease-in-out; }
  figure.effect-sadie:hover ul {
    display: block;
    opacity: 1;
    list-style: disc; }
  figure.effect-sadie:hover ul {
    opacity: 1;
    margin-top: 100px;
    margin-left: 0;
    padding-left: 0; }
  figure.effect-sadie ul li a {
    color: #AEAEAE;
    display: block;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    padding: 10px 0; }
  figure.effect-sadie:hover ul li a {
    color: #AEAEAE;
    padding: 0.7em 0;
    display: block;
    z-index: 9;
    cursor: pointer; }
    figure.effect-sadie:hover ul li a:hover {
      color: white;
      text-decoration: none; }
  .grid figure h2 {
    margin-top: 0; }
  figure.effect-sadie:hover ul li a {
    line-height: 1;
    font-size: 18px; }
  figure.effect-sadie:hover h2 {
    -webkit-transform: translate3d(0, -500%, 0);
    transform: translate3d(0, -500%, 0); }
  .gestion figure.effect-sadie:hover h2 {
    transform: translate3d(0px, -1000%, 0px); }
  footer {
    background: #575756; }
    footer ul {
      padding: 20px 0;
      list-style: none; } }

@media (min-width: 1200px) {
 figure.effect-sadie h2 {
    font-size: 18px;
    line-height: 1.5; }
  figure.effect-sadie:hover h2 {
    -webkit-transform: translate3d(0, -500%, 0);
    transform: translate3d(0, -500%, 0); }
  .gestion figure.effect-sadie:hover h2 {
    transform: translate3d(0px, -1000%, 0px); }
  
}

@media (min-width: 1500px) {
    
  figure.effect-sadie:hover h2 {
    -webkit-transform: translate3d(0, -600%, 0);
    transform: translate3d(0, -600%, 0); }
  .gestion figure.effect-sadie:hover h2 {
    transform: translate3d(0px, -1200%, 0px); } }

@media (min-width: 1700px) {
  figure.effect-sadie:hover h2 {
    -webkit-transform: translate3d(0, -700%, 0);
    transform: translate3d(0, -700%, 0); }
  .gestion figure.effect-sadie:hover h2 {
    transform: translate3d(0px, -1360%, 0px); } }

@media (min-width: 1900px) {
  figure.effect-sadie:hover h2 {
    -webkit-transform: translate3d(0, -800%, 0);
    transform: translate3d(0, -800%, 0); }
  .gestion figure.effect-sadie:hover h2 {
    transform: translate3d(0px, -1580%, 0px); } }


@media (max-width: 992px) {
  .accesibilidad h2{ display: none !important; }
  .block-views-blockejes-tematicos-block-1 .views-row {
    width: 50%;
    margin: 0 auto;
    display: inline-block;
    float: none;
    flex: auto;
    -ms-flex: auto;
  }
  .navbar .navbar-toggler{
    color: white;
    font-size: 2em;
    font-family: Font Awesome 5 Free;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  .navbar .navbar-toggler:before {
    content: "\f0c9";
  }
  .item-compras,.item-vinculos-c  {
    margin-left: 0px !important;
    margin-right: 0px !important ;
    margin-top: 0px !important;
  }
  .item-vinculos-c  {
         max-width: inherit !important;
         width: 100% !important;
  }
	.carousel-noticias .item {
    min-height: auto;
  }
	#HeaderTop {
    top: 0;	
	}
	#HeaderTop .d-flex.justify-content-end {
	  padding-top: 20px;
	}
	.navbar .navbar-brand {
  	padding: 20px 20px 0;
	}
	#secondNav {
	  border-bottom: 20px solid rgba(29,113,184,1);
	}
	footer ul li {
		width: 32.5%;
		display: inline-block;
		text-align: center;
	}
}



@media (max-width: 768px) {
  footer ul li {
    width: 49.5%;
  }
  .navbar .nav-link {
    font-size: 1em;
  }
}







@media (max-width: 520px) {
  footer ul li {
		width: 100%;
	}
	nav img {
		max-width: 195px;
	}
  .block-views-blockejes-tematicos-block-1 .views-row {
    width: 100%
  }
}

       @media (max-width: 480px) {
		nav img {
		    max-width: 145px;
		}
		.navbar button {
		    width: 49px;
		}
    }
    
    .node__meta {
        display:none;
    }


    span.file.file--mime-application-pdf.file--application-pdf,
    span.file.file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document.file--x-office-document {
    background: no-repeat;
    margin: 0;
   
}


span.file.file--mime-application-pdf.file--application-pdf a,
span.file.file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document.file--x-office-document a
{
    width: 30px;
    height: 30px;
    display: block;
    overflow: hidden;
    
}

span.file.file--mime-application-pdf.file--application-pdf a:before,
span.file.file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document.file--x-office-document a:before
{
   
    font-family: "igd-fonts" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale; 
  font-size:1.9em;
}


span.file.file--mime-application-pdf.file--application-pdf a:before{
content: "\74"
}
span.file.file--mime-application-vnd-openxmlformats-officedocument-wordprocessingml-document.file--x-office-document a:before{
content: "\6d"
}

#block-mideplan-main-menu ul.menu a.is-active {
    color: #FFF;
}


.image-style-medium{
    display:none;
    
}
dt {
        font-weight: 700;
        color: white;
        position: relative;
        border: 1px solid #ffffff;
        cursor: pointer;
        background-color: #083e56;
}


dd {
    margin-bottom: .5rem;
    margin-left: 0;
    display: none;
    padding: 0 15px;
    margin: 0;
    will-change: height;
    box-sizing: border-box;
}

dl{
    border: 1px solid #0e3d58;
}
/*css de solicitud*/

.ui-dialog .ui-dialog-title {
    color: white;
     text-align: center;
}  
.ui-dialog .ui-dialog-titlebar {
    background: #315670;  
    }
.ui-dialog .ui-dialog-content {
text-align: center;
}
.button:first-child, {  linea 12 de button.css
    text-decoration: none;
    padding: 8px;
    padding-left: 26px;
    padding-right: 26px;∫
    color: white;
    background-color: #00305B;
    border-bottom-color: #00305B;
}

button, input, optgroup, select, texarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    padding: 8px;
    padding-left: 26px;
    padding-right: 26px;
    /*color: white;*/
    /* background-color: #00305B; */
    border: 1px solid #00305B;
    border-radius: 0;
}
.button:first-child, .image-button:first-child {
    background: #00305B;
    COLOR: white;
}

    input[placeholder], [placeholder], *[placeholder] {
    border: 1px solid #00305B;
    border-radius: 0;
    }
.form-textarea-wrapper textarea {
    border: 1px solid #00305B;
}

.item-vinculos-c {
    margin-left: 195px;
    margin-right: 50px;
    margin-top: 40px;
    padding-bottom: 20px;
}

.view-header {
    margin-top: 20px;
    margin-bottom: 20px;
    }

.item-noticias img {
width: 98%;
height: 140px;
}


/*css de tablas*/    


th {
    text-align: center;
    background: #00305c;
    color: white;
}

table.views-table.views-view-table.cols-3 {
    text-align: center;
}


table {
    border-collapse: collapse;
    background: #e9ecef;
    border-color: white !important;
    padding: 10px;
    display: inline-block;
    width: 100% !important;
}
}


tbody {
   background: #e0e0e033;
}



body.page-node-type-pagina-principal
.owl-item .container-fluid{
	max-height: 200px;
	margin-bottom: 10px;
	overflow: hidden;
}

footer p {
    color: #FFF;
}



@media (max-width: 960px) {
	body.page-node-type-pagina-principal
.owl-item .container-fluid{
	max-height: auto;
}
.view.view-ejes-tematicos .grid figure.effect-sadie .item-list ul {
    font-size: 14px;
}
.view.view-ejes-tematicos  h2 {
    font-size: 1em;
}
	owl-carousel .owl-item img {
	    display: block;
	    width: 100%;
	    height: auto;
	}
	.field.field--name-field-imagen-principal img {
	    width: 100%;
	    height: auto;
	}
	#block-footer {
	    text-align: center;
	}
	#block-footer img{
		margin: 0 auto;
		display: block;
	}
	footer ul li {
	    width: 100%;
	    border-bottom: 1px solid #FFF;
	}
	footer ul li:hover {
		background-color: #1D71B8;
	}
	footer ul li:hover a{
		color: #FFF;
	}
}


.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item.quickedit-field {
    margin-top: 40px;
}




/* BUSCADOR PUBLICACIONES RECIENTES*/
.view-listado-publicaciones .col-md-5 {
    -ms-flex: 0 0 81.666667%;
    flex: 0 0 81.666667%;
    max-width: 81.666667%;
}
.view-listado-publicaciones .views-row:nth-child(odd) {
    background: #efefef;
    margin-bottom: 20px;
    padding: 20px 20px 0;
}
.view-listado-publicaciones .col-md-2.offset-md-2 {
    margin-left: 0;
}
.view-listado-publicaciones .col-md-2.offset-md-2 img {
    width: 100%;
    height: auto;
}
#views-exposed-form-listado-publicaciones-page-1 .form-item {
    width: 70%;
}
#views-exposed-form-listado-publicaciones-page-1 #edit-actions {
    width: 28%;
    float: left;
    clear: none;
}
#views-exposed-form-listado-publicaciones-page-1 #edit-actions #edit-submit-listado-publicaciones {
    width: 100%;
}
#views-exposed-form-listado-publicaciones-page-1 .form-item #edit-body-value {
    width: 100%;
    margin: 0;
}


#block-redimensionartexto-2,
#block-highcontrast-2,
#block-socialmedialinks {
    padding: 0;
}


.node__content .text-formatted img{
    padding: 10px;
    max-width: 100%;
    padding: 10px;
}
.node__content .text-formatted ol {
    padding-left: 25px !important;
}




#block-socialmedialinks::before {
    content: 'Social';
    color: white;
    text-transform: uppercase;
    font-size: 0.6em;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    position: relative;
    top: -4px;
}
.DivContrast{ float: right }
.DivContrast::before {
    content: 'Contraste';
    color: white;
    text-transform: uppercase;
    font-size: 0.6em;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    position: relative;
    top: -4px;   
}


.dateUpdate {
    background: #1D71B8;
    text-align: center;
    margin: 0;
    padding: 5px 0;
}


/*CONSTRASTE*/
body.contrast *{
 background-color:black !important;
 background-image:none !important;
 color:white !important;
 line-height:1.5em !important;
 text-shadow: none !important;
}
body.contrast a, body.contrast a *{
 background-color:black !important;
 color:yellow !important;
 text-decoration:underline !important;
}
body.contrast a:hover, body.contrast a:hover *{
 background-color:yellow !important;
 color:black !important;
 text-decoration:underline !important;
 text-decoration:none !important;
}
body.contrast input{
 background-color:white !important;
 color:black !important;
}

body.contrast input[type=submit],
body.contrast input[type=button],
body.contrast button{
 background-color: yellow !important;
 color: black !important;
}
body.contrast input[type=submit]:hover,
body.contrast input[type=button]:hover,
body.contrast button:hover{
 text-decoration:underline !important;
}
body.contrast img{
 filter: invert(100%) !important;
 -webkit-filter: invert(100%) !important;
}






/**   SPRINT 1 **/
#block-gtranslate-2 h2{
    color: white;
    text-transform: uppercase;
    font-size: 0.6em;
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    top: -8px;
    float: none;
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 700;
}

.DivContrast::before{
    color: white;
    text-transform: uppercase;
    font-size: 0.6em;
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 700;
}


#block-gtranslate-2 select{display:none;}
.gtranslate {
    float: left;
}

#block-gtranslate {
    padding: 20px 0;
    text-align: center;
    background: #1D71B8;
    border-bottom:1px solid #FFF;
}

.list-group__link a {
    color: 
    #FFF;
    padding: 10px;
    display: block;
}


.main-wrapper table {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  padding: 0;
  display:table;
}

.main-wrapper thead {
    background: #1D71B8;
  color: #FFF;
}
.main-wrapper table td {
    border: 1px solid #c3c5c5;
}

.main-wrapper thead td * {
    color: #FFF;
    font-size: 14px;
    text-align: center;
    margin: 0;
  padding: 0;
}
.main-wrapper tbody tr td {
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
  padding:5px;
  border: 1px solid #c3c5c5 !important;
}
.main-wrapper tbody tr:nth-child(2n+1) {
    background: #fff;
}
#block-visitantes ul {
    margin: 0;
    background: #FFF;
}
#block-visitantes ul li {
    text-align: center;
    color: 
    #333;
    list-style: none;
    padding: 20px;
}

#block-redimensionartexto-2 h2{
margin: 0;
top: -4px;
font-family: Font Awesome 5 Free;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-weight: 700; 
font-size: 0.58em;
}

.gtranslate {
    float: none;
    display: inline-block;
}


@media only screen and (max-width: 1024px) {
.region.region-accessibility.row .col-3 {
    width: 100%;
    flex: 100%;
    max-width: initial;
    margin: 0 0 5px;
}
.accesibilidad h2 {
    display: block !important;
}
}

::selection {
  background: #b6daf9;
}





/**   SPRINT 2 **/
#block-gtranslate-2 {
    padding-top: 4px;
}
.accesibilidad {
    height: auto;
}

.recommendations-wrapper {
    display: none;
}

/*BOTON DEL ENLACE*/
.btn-warning {
    color: #FFF;
    background-color: #024e90;
    border: solid 1px #024e90;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.btn-warning i {
    color: #FFF;
}



/*ACORDEONES Y TABLA*/

.ckeditor-accordion-container > dl dt > a {  display: block;   padding: 10px 15px 10px 50px;
   background-image: -webkit-linear-gradient(#0e4980,#0e69b5) !important;
    color: #fff;
   cursor: pointer;
   transition: background-color 300ms;
}

.ckeditor-accordion-container > dl dt.active > a{  background-image: -webkit-linear-gradient(#bbb8b8, #d6d6d6)!important;
}

.ckeditor-accordion-container > dl{   position: relative;
    border: 1px solid#cbcbcc;
}

table{   border-color: #c1c0c0!important;

}

th{  text-align: center;
    background: #0e4f8a !important;
    color: white;
}




body.page-node-type-pagina-horizontal .container {   
  max-width: 5140px;
}








/** SEARCH GOOGLE **/
li.nav-item.search {
    display: none;
}
.gsc-control-cse.gsc-control-cse-es {
    background: transparent;
    border: none;
    padding: 0 5px;
    margin: 0;
    min-width: 220px;
}
.gsc-search-box.gsc-search-box-tools {
    margin: 0;
    padding: 0;
}
table.gsc-search-box {
    background: transparent;
    border: none !important;
    padding: 0;
    margin: 0;
}

table.gsc-search-box td {
    background: #FFF;
    padding: 0 !important;
}

#gs_id50 {
    margin: 0;
    padding: 4px 0 6px 5px !important;
}

#___gcse_0 {
    top: -4px;
    position: relative;
}
.gsc-control-cse {
    background-color: transparent;
    border: none;
    padding: 0;
}
table.gsc-search-box {
    background: transparent;
    padding: 0;
}
.gsc-input-box table {
    float: left;
}
.gsc-search-button button {
    height: 36px;
    width: 36px;
}
.gsc-search-button {
    padding: 0 !important;
}
.gsc-input {
    min-width: 140px;
}





/**   PUBLICACIONES RECIENTES **/
#views-exposed-form--listado-publicaciones-recientes-page-1 {
    background: #1D71B8;
    padding: 10px;
    margin: 0 0 30px;
}
#views-exposed-form--listado-publicaciones-recientes-page-1 #edit-title {
    width: 100%;
}
#views-exposed-form--listado-publicaciones-recientes-page-1 .js-form-item {
    margin: 0;
    float: left;
    width: 75%;
}
#views-exposed-form--listado-publicaciones-recientes-page-1  #edit-actions {
    margin: 0 0 0 10px;
    float: right;
    clear: none;
    width: 20%;
}
#edit-submit-listado-publicaciones-recientes {
    width: 100%;
}



/***  BUSCADOR DE GOOGLE  ***/
#block-search-form, #Search-Container,
.gsc-adBlock {
    display: none !important;
}







/***  TABLE NORMATIVA ***/
.view-decreto th {
    padding: 10px;
}
.view-decreto th a {
    color: #FFF;
}

.view-decreto tbody .views-field-title a{
  color: #212529;
  pointer-events: none;
  cursor: not-allowed;
}
.view-decreto .views-field-field-enlace-decreto {
    position: relative;
}
.view-decreto .views-field-field-enlace-decreto a{
  font-family:"LineAwesome";
  font-weight:"500";
  width: 30px;
  height: 35px;
  overflow: hidden;
  position: absolute;
  top: 0;
  display: block;
}
.view-decreto .views-field-field-enlace-decreto a:before{
    content: "\f1d3";
    font-size: 2em;
    display: block;
    width: 30px;
    height: 35px;
    margin: 0 auto;
}


 .views-field-field-ano {
    padding: 0px 5px !important;
}