﻿@import url("/Site_Widgets/Theme.Pordata.css?16258");



:root {
    /* Brand */
    --primary-color: #004CCC;
    --color-200: #97BDFF;
    --color-400: #5C99FF;
    --color-800: #003DA3;
    --color-1000: #002768;

    /* Neutral */
    --neutral-100: #FFFFFF;
    --neutral-200: #EBF0F5;
    --neutral-300: #CED7E0;
    --neutral-400: #9AABB8;
    --neutral-500: #60808F;
    --neutral-600: #455766;
    --neutral-700: #25323D;
    --neutral-800: #152029;
    --neutral-900: #090F14;
    --neutral-1000: #04070A;
    
    --opacity-90-neutral-100: rgba(255, 255, 255, 0.90);

    /* Typography - Size */
    --font-size-display: 36px;
    
    --font-size-h1: 32px;
    --font-size-h2: 28px;
    --font-size-h3: 26px;
    --font-size-h4: 22px;
    --font-size-h5: 20px;
    --font-size-h6: 18px;

    --font-size-base: 16px;
    --font-size-s: 14px;
    --font-size-xs: 12px;   

    /* Typography - Weight */
    --font-light: 300;
    --font-regular: 400;
    --font-semi-bold: 600;
    --font-bold: 700;
    
    /* Color - Brand */
    --color-primary: #004CCC;
    --color-secondary: #303d60;
    --color-brand800: #003DA3;

    --color-primary-hover: #295fd6;
    --color-primary-selected: rgba(20, 110, 245, .12);
    --color-primary-lightest: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));

    /* Color - Extended */
    --color-red-lightest: #faeaea;
    --color-red-lighter: #e9aaaa;
    --color-red-light: #d96a6a;
    --color-red: #c92a2a;
    --color-red-dark: #ab2424;
    --color-red-darker: #8d1d1d;
    --color-red-darkest: #6f1717;
    
    --color-pink-lightest: #fbebf0;
    --color-pink-lighter: #efadc4;
    --color-pink-light: #e27098;
    --color-pink: #d6336c;
    --color-pink-dark: #b62b5c;
    --color-pink-darker: #96244c;
    --color-pink-darkest: #761c3b;
    
    --color-grape-lightest: #f7ecfa;
    --color-grape-lighter: #dfb2e9;
    --color-grape-light: #c678d9;
    --color-grape: #ae3ec9;
    --color-grape-dark: #9435ab;
    --color-grape-darker: #7a2b8d;
    --color-grape-darkest: #60226f;
    
    --color-violet-lightest: #f1edfd;
    --color-violet-lighter: #c6b6f6;
    --color-violet-light: #9b7fef;
    --color-violet: #7048e8;
    --color-violet-dark: #5f3dc5;
    --color-violet-darker: #4e32a2;
    --color-violet-darkest: #3e2880;
   
    --color-indigo-lightest: #eceffd;
    --color-indigo-lighter: #b3c1f7;
    --color-indigo-light: #7b92f1;
    --color-indigo: #4263eb;
    --color-indigo-dark: #3854c8;
    --color-indigo-darker: #2e45a5;
    --color-indigo-darkest: #243681;
    
    --color-blue-lightest: #e8f2fa;
    --color-blue-lighter: #a3c9ea;
    --color-blue-light: #5fa1db;
    --color-blue: #1a79cb;
    --color-blue-dark: #1667ad;
    --color-blue-darker: #12558e;
    --color-blue-darkest: #0e4370;
    
    --color-cyan-lightest: #e7f2f4;
    --color-cyan-lighter: #9eccd3;
    --color-cyan-light: #56a6b2;
    --color-cyan: #0d8091;
    --color-cyan-dark: #0b6d7b;
    --color-cyan-darker: #095a66;
    --color-cyan-darkest: #074650;
    
    --color-teal-lightest: #e6f2ef;
    --color-teal-lighter: #9cccbd;
    --color-teal-light: #52a58c;
    --color-teal: #087f5b;
    --color-teal-dark: #076c4d;
    --color-teal-darker: #065940;
    --color-teal-darkest: #044632;
    
    --color-green-lightest: #ebf7ed;
    --color-green-lighter: #afe0b8;
    --color-green-light: #73c982;
    --color-green: #37b24d;
    --color-green-dark: #2f9741;
    --color-green-darker: #267d36;
    --color-green-darkest: #1e622a;
    
    --color-lime-lightest: #f1f8e8;
    --color-lime-lighter: #c7e3a2;
    --color-lime-light: #9ecd5c;
    --color-lime: #74b816;
    --color-lime-dark: #639c13;
    --color-lime-darker: #51810f;
    --color-lime-darkest: #40650c;
    
    --color-orange-lightest: #fef0e6;
    --color-orange-lighter: #fcc29c;
    --color-orange-light: #f99551;
    --color-orange: #f76707;
    --color-orange-dark: #d25806;
    --color-orange-darker: #ad4805;
    --color-orange-darkest: #883904;
    
    --color-yellow-lightest: #fef5e5;
    --color-yellow-lighter: #fbd999;
    --color-yellow-light: #f8bc4c;
    --color-yellow: #f59f00;
    --color-yellow-dark: #d08700;
    --color-yellow-darker: #ac6f00;
    --color-yellow-darkest: #875700;
    
    /* Color - Neutral */
    --color-neutral-0: #ffffff;
    --color-neutral-1: #f8f9fa;
    --color-neutral-2: #f1f3f5;
    --color-neutral-3: #e9ecef;
    --color-neutral-4: #dee2e6;
    --color-neutral-5: #ced4da;
    --color-neutral-6: #adb5bd;
    --color-neutral-7: #6a7178;
    --color-neutral-8: #4f575e;
    --color-neutral-9: #272b30;
    --color-neutral-10: #101213;
    
    /* Color - Semantic */
    --color-error-light: #FFEBEF;
    --color-error: #F50032;
    
    --color-warning-light: #FFFBEB;
    --color-warning: #F5C400;
    
    --color-success-light: #EBFAF3;
    --color-success: #00B862;
    
    --color-info-light: #e5f5fc;
    --color-info: #017aad;

    /* Space - Sizes */
    --space-none: 0;
    --space-xs: 4px;
    --space-s: 8px;
    --space-base: 16px;
    --space-m: 24px;
    --space-l: 32px;
    --space-xl: 40px;
    --space-xxl: 48px;
    
    /* Border Radius */
    --border-radius-none: 0;
    --border-radius-soft: 4px;
    --border-radius-rounded: 100px;
    --border-radius-circle: 100%;
    
    /* Border Size */
    --border-size-none: 0;
    --border-size-s: 1px;
    --border-size-m: 2px;
    --border-size-l: 3px;

    /* Elevation / Shadow */
    --shadow-none: none;
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, .1);
    --shadow-s: 0 2px 4px rgba(0, 0, 0, .1);
    --shadow-m: 0 4px 6px rgba(0, 0, 0, .1);
    --shadow-l: 0 6px 8px rgba(0, 0, 0, .1);
    --shadow-xl: 0 8px 10px rgba(0, 0, 0, .1);

    /* App Settings */
    --color-background-body: #f3f6f8;
    --header-size: 56px;
    --side-menu-size: 300px;

}

.display-none {
    display: none;
}
.display-flex {
    display: flex;
}
.justify-content-space-between{
    justify-content: space-between;
}
.align-items-center{
    align-items: center;
}

.background-neutral-100 {
    background-color: var(--neutral-100);
}
.background-neutral-200 {
    background-color: var(--neutral-200);
}
.background-neutral-300 {
    background-color: var(--neutral-300);
}

.color-neutral-100 {
    color: var(--neutral-100);
}
.color-neutral-1000 {
    color: var(--neutral-1000);
}

.Heading1, h1 {
    font-family: "Space Grotesk Bold";
    color: var(--neutral-100);
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.Heading2, h2 {
    font-family: "Space Grotesk Bold";
    color: var(--color-primary);
    font-size: 24px;
    line-height: 36px;
    word-wrap: break-word;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.Heading3, h3 {
    font-family: "Space Grotesk Bold";
    color: var(--neutral-1000);
    font-size: 16px;
    line-height: 24px;
    word-wrap: break-word;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}


.LinkButton {
    display: flex;
    flex-direction: row;
    padding: 7px 7px 7px 15px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    
    border-radius: 4px;
    border: 1px solid var(--neutral-300);
    background: var(--neutral-100);

    color: var(--neutral-900) !important;
    font-family: "Space Grotesk Bold";
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

.LinkButton a, LinkButton a:link, LinkButton a:visited, LinkButton a:hover {
    color: var(--neutral-900) !important;
}

.LinkButton:hover {
    background: var(--neutral-200);
}

.LinkButton_Arrow {
    display: flex;
    width: 25px;
    height: 24px;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.LinkButton_Arrow span {
    rotate: -90deg;
}

.LinkButton_Arrow_Export {
    display: flex;
    width: 25px;
    height: 24px;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.LinkButton_Primary {
    padding: 9px 23px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: var(--neutral-100) !important;
}

.LinkButton_Primary .LinkButton_Arrow {
    width: 15px;
    height: 15px;
}

.LinkButton_Primary:hover {
    background: var(--color-800);
}

.LinkButton_Secondary {
    padding: 10px 24px;
    border: 1px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color) !important;
}

.LinkButton_Secondary .LinkButton_Arrow {
    width: 15px;
    height: 15px;
}

.LinkButton_Secondary:hover {
    background: rgba(0, 95, 255, 0.10);
}

.LinkButton.LinkButton_Secondary[disabled='disabled'] {
    background: transparent;
    border: 1px solid var(--Brand-Primary, #004CCC);
    color: var(--Brand-Primary, #004CCC); 
    opacity: 0.6;
}




/* $4.1.9 - Patterns - Content - Carousel */
.carousel {
    position: relative;
    /* -webkit-transition: opacity 330ms ease;
            transition: opacity 330ms ease; */
}

.carousel-container .ListRecords {
    display: block;
}

.carousel.is--hidden {
    opacity: 0;
}

.carousel .tns-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse;
    width: 100%;
}

.carousel .tns-ovh {
    position: relative;
}



.carousel .tns-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -48px;
    z-index: 20;
    margin-left: auto;
    margin-right: auto;
}

.carousel .tns-nav button {
    cursor: pointer;
}

.carousel .carousel-navigation {
    position: absolute;
    top: 92%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 180px;
}



@media (max-width: 703px) {
    .carousel .carousel-navigation{
        padding: 0 170px;
    }
}


.carousel .carousel-arrow-left,
.carousel .carousel-arrow-right {
position: absolute;
    background: white;
    border-radius: 50%;
    border: 1px solid var(--neutral-500);
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: var(--shadow-xs);
    box-shadow: var(--shadow-xs);
    color: var(--neutral-500);
}

.carousel .carousel-arrow-left:hover,
.carousel .carousel-arrow-right:hover {
    color: var(--neutral-500);
}

.carousel .carousel-arrow-left {
    left: 0;
}

.carousel .carousel-arrow-right {
    right: 0;
}
@media (max-width: 600px) {
    .carrousel-container {
        padding: 16px;
    }
}

.carousel .carousel-arrow-left .fa-fw,
.carousel .carousel-arrow-right .fa-fw {
    font-size: 36px;
}

.carousel .carousel-arrow-left .fa-fw {
    margin: -2px 0 0 -2px;
}

.carousel .carousel-arrow-right .fa-fw {
    margin: -2px -2px 0 0;
}

/* Library CSS */
.carousel img:not(.tns-lazy-img),
.carousel .lazyload img {
    height: auto;
}
.carousel [class*="autoWidth"] img {
    max-width: none;
}

.carousel .img {
    font-size: 100px;
    font-weight: 100;
    color: #fff;
    text-align: center;
}

.carousel .visually-hidden {
    position: fixed;
    left: -10000px;
    opacity: 0;
}

/* nav */
.carousel .nav.active ul {
    left: 0;
}

.carousel .nav.active .nav-toggle-handle {
    left: 17em;
}

.carousel .nav.active .nav-toggle-handle:before {
    display: inline-block;
}

.carousel .nav.active .nav-toggle-handle:after {
    display: none;
}

.carousel .nav ul {
    position: fixed;
    top: 0;
    left: -17em;
    z-index: 100;
    width: 17em;
    height: 1000px;
    height: 100vh;
    background-color: #fff;
    -webkit-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
    /* transition: left 0.25s; */
    overflow-y: auto;
}

.carousel .nav a {
    display: block;
    padding: 0.7em 1em;
    color: inherit;
    text-decoration: none;
}

.carousel .nav a:hover {
    background-color: #F3F3F3;
}

.carousel .nav .active {
    color: #fff;
    background-color: #af23ff !important;
}

.carousel .nav-toggle-handle {
    position: fixed;
    /* transition: left 0.25s; */
    left: 0;
    top: 0;
    z-index: 100;
    padding: 10px;
    color: #fff;
    background-color: #af23ff;
    cursor: pointer;
}

.carousel .nav-toggle-handle:before { 
    display: none;
    padding-right: 5px;
    content: 'â—„'; 
    font-size: 0.8em;
}

.carousel .nav-toggle-handle:after { 
    padding-left: 5px;
    content: 'â–º'; 
    font-size: 0.8em;
}

.carousel .customize-tools {
    position: relative;
}

.carousel .thumbnails { 
    margin: 20px 0;
    text-align: center;
}

.carousel .thumbnails li {
    display: inline-block;
    cursor: pointer;
    border: 5px solid #fff;
}

.carousel .thumbnails [aria-selected="true"] {
    background: none;
    border-color: #000;
}

.carousel .thumbnails li {
    width: 50px;
}

.carousel .thumbnails img {
    vertical-align: bottom;
    height: auto;
    max-height: 50px;
}

.carousel .controls {
    text-align: center;
}

.carousel .controls li {
    display: block;
    position: absolute;
    top: 50%;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    padding: 0 15px;
    cursor: pointer;
    /* transition: background 0.3s; */
}

.carousel .controls li img {
    display: inline-block;
    vertical-align: middle;
}

.carousel .controls .prev {
    left: 0;
}

.carousel .controls .next {
    right: 0;
}

.carousel .controls li:hover {
    background: #f2f2f2;
}

.carousel .tns-controls {
    text-align: center;
    margin-bottom: 10px;
}

.carousel .tns-controls [aria-controls] {
    font-size: 15px;
    margin: 0 5px;
    padding: 0 1em;
    height: 2.5em;
    color: #000;
    background: #66CCFF;
    border-radius: 3px;
    border: 0;
}

.carousel .lt-ie9 .tns-controls > [aria-controls] {
    line-height: 2.5em;
}

.carousel [data-action] {
    display: block;
    margin: 10px auto;
    font-size: 17px;
    min-width: 3em;
    text-align: center;
    background: transparent;
    border: 0;
}

.carousel .tns-controls [disabled] { 
    color: #999999;
    background: #B3B3B3; 
    cursor: not-allowed !important;
}

.carousel .tns-nav > [aria-controls] {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0 4px;
    border-radius: 50%;
    background: var(--neutral-200);
    border: 1px solid var(--neutral-400);
}


.carousel .tns-nav > [aria-selected="true"] {
    background: var(--color-primary);
    height: 13px;
    width: 28px;
    border-radius: 7px;
    border: 1px solid var(--neutral-400);
}

.carousel .playbutton-wrapper {
    text-align: center;
}

.carousel .playbutton-wrapper button {
    height: 34px;
    padding: 0 10px;
    font-size: 14px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid  #ccc;
    cursor: pointer;
}

.carousel .wrapper {
    padding: 0 5em;
}

.carousel .suite-container .title, 
.carousel .suite-container .subtitle, 
.carousel .suite-container li {
    padding: 5px 10px;
}

.carousel .suite-container li {
    font-size: 12px;
    line-height: 1.4;
    background: #f5f5f5;
}
.carousel .suite-container .title {
    font-size: 14px;
    font-weight: bold;
    background: #8acac6;
    text-transform: capitalize;
}

.carousel .suite-container .subtitle {
    font-size: 13px;
    font-weight: bold;
    background: #dedede;
    text-transform: capitalize;
}

.carousel .suite-container .fail {
    background: #FFADE2;
}

.carousel [class*="vertical"] .img {
    padding: 30px 0;
}

.carousel [class*="vertical"] .img:before {
    content: '';
    display: inline-block;
    width: 1px;
    margin-right: -1px;
    height: 100%;
    vertical-align: middle;
}

.carousel [class*="vertical"] .img a {
    display: inline-block;
    padding: 0;
}
.carousel [class*="vertical"] .img-1 { height: 137px; }
.carousel [class*="vertical"] .img-2 { height: 122px; }
.carousel [class*="vertical"] .img-3 { height: 143px; }
.carousel [class*="vertical"] .img-4 { height: 325px; }
.carousel [class*="vertical"] .img-5 { height: 140px; }
.carousel [class*="vertical"] .img-6 { height: 119px; }
.carousel [class*="vertical"] .img-7 { height: 223px; }
.carousel [class*="vertical"] .img-8 { height: 164px; }

/* https://daneden.github.io/animate.css/ */
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

/*########## tny slider css ##########*/
.carousel .tns-outer {
    padding: 0 !important;
}

.carousel .tns-outer [hidden] {
    display: none !important;
}

.carousel .tns-outer [aria-controls], .carousel .tns-outer [data-action] {
    cursor: pointer;
}

.carousel .tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.carousel .tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.carousel .tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both;
}

.carousel .tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
    margin-right: -100%;
}

.carousel .tns-no-calc {
    position: relative;
    left: 0;
}

.carousel .tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}

.carousel .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
}

.carousel .tns-gallery > .tns-slide-active {
    position: relative;
    left: unset !important;
}

.carousel .tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.carousel .tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6;
}

.carousel .tns-lazy-img.loaded {
    opacity: 1;
}

.carousel .tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s;
    height: 524px;
}

.carousel .tns-ovh {
    overflow: hidden;
    height: 550px;
}

.carousel .tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.carousel .tns-transparent {
    opacity: 0;
    visibility: hidden;
}

.carousel .tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}

.carousel .tns-normal, .carousel .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}


/* $4.2.5 - Patterns - Controls - DropdownSelect */
.choices {
    position: relative;
}

.choices.is-open.is-focused .choices__inner {
    border: var(--border-size-s) solid var(--color-primary);
    border-radius: var(--border-radius-soft);
}

.choices.Not_Valid .choices__inner {
    border: var(--border-size-s) solid var(--color-error);
}

.choices .choices__inner select {    
    opacity: 0;
    position: absolute;
    z-index: -10;
    pointer-events: none;
    width: 1px;
}

.choices:focus {
    outline: none;
}

.choices:last-child {
    margin-bottom: var(--space-none);
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: var(--color-neutral-0);
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.choices.is-disabled .choices__item {
    cursor: not-allowed;
}

.choices[data-type*="select-one"] {
    cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner .choices__inner {
    padding-bottom: var(--space-none);
}


.choices[data-type*="select-one"] .choices__button {
    height: auto;
    margin-right: var(--space-m);
    margin-top: -10px;
    padding: var(--space-none);
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
}

.choices[data-type*="select-one"] .choices__button:hover,
.choices[data-type*="select-one"] .choices__button:focus {
    opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
    box-shadow: 0 0 0 2px var(--shadow-xs);
}

.choices .search--wrapper input:not(.btn):not(.checkbox):not(.radio-button),
.choices .search--wrapper .input {
    max-width: 100%;
}

.choices .search--wrapper {
    display: flex;
}

/* Arrow icon */
.choices[data-type*="select-one"]:after {
    color: var(-neutral-1000);
    content: '\f107';
    font: normal normal normal 24px/1 FontAwesome;
    font-family: 'FontAwesome';
    position: absolute;
    right: 16px;
    top: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    transform-origin: center;
}

.choices[data-type*="select-one"].is-open:after {
    color: var(-neutral-1000);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.choices[data-type*="select-one"][dir="rtl"]:after {
    left: 16px;
    right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
    left: 0;
    margin-left: var(--space-m);
    margin-right: var(--space-none);
    right: auto;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
    cursor: text;
}

.choices[data-type*="select-one"] .choices__button {
    display: none;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
    border: var(--border-size-none);
    display: inline-block;
    line-height: 1;
    margin-bottom: var(--space-none);
    margin-left: var(--space-s);
    margin-right: -4px;
    margin-top: var(--space-none);
    padding-left: var(--space-base);
    position: relative;
    width: 8px;
}

.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus {
    opacity: 1;
}

.choices__inner {
    background-color: var(--neutral-100);
    border-radius: 4px;
    border: 1px solid var(--neutral-400);
    height: 24px;
    transition: all 180ms linear;
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    padding: 7px 15px;
}

.choices[data-type*="select-multiple"] .choices__inner {
    height: auto;
    padding: var(--space-s);
    border-radius: var(--border-radius-soft);
}

.choices__inner:hover {
    background: var(--neutral-200);
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: var(--color-primary);
    border-radius: 4px;
    color: var(--neutral-1000);
}

.is-open .choices__inner {
    border-radius: var(--border-radius-none);
}

.is-flipped.is-open .choices__inner {
    border-radius: var(--border-radius-none);
}

.choices__list {
    list-style: none;
    margin: var(--space-none);
    padding-left: var(--space-none);
}

.choices__list--single {
}

.choices__list.choices__list--dropdown {
    border-radius: 4px;
}

.choices__list.choices__list--dropdown.is-active {
    margin-top: 4px;
}


.search--wrapper {
    position: relative;
}

.search--wrapper input {
    background-color: var(--neutral-100);
    border-radius: 4px;
    border: 1px solid var(--neutral-300);
    padding: 9px 16px;
    -webkit-transition: all 180ms linear;
    transition: all 180ms linear;
    color: var(--neutral-1000);
    font-family: "Space Grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}

.search--wrapper:before {
    color: var(--color-neutral-6);
    /*content: '\f002';*/
    font-family: 'SilkWeb4';
    left: var(--space-base);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

/* Choices Multiple */
.choices__list--multiple {
    display: inline;
}

.choices__list--multiple .choices__item {
    align-items: center;
    background-color: var(--color-neutral-3);
    border-radius: var(--border-radius-soft);
    border: var(--border-size-s) solid var(--color-neutral-3);
    color: var(--color-neutral-9);
    display: inline-flex;
    font-size: var(--font-size-xs);
    font-weight: var(--font-semi-bold);
    height: 32px;
    margin-top: var(--space-xs);
    margin-left: var(--space-xs); 
    padding: var(--space-xs) var(--space-s);
    vertical-align: middle;
    word-break: break-all;  
}

.choices[data-type*="select-multiple"] .choices__button::after {
    content: "\f00d";
    color: var(--color-neutral-7);
    font: normal normal normal 14px/1 FontAwesome;
    font-family: 'FontAwesome';
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);  
}

.choices[data-type*="select-multiple"] .choices__item.is-highlighted .choices__button::after {
    color: var(--color-neutral-0);
}

.choices[data-type*="select-multiple"] .search--wrapper input {
    border: 0;
    min-width: 100%;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="select-multiple"] .search--wrapper,
.choices[data-type*="select-multiple"].is-open .search--wrapper {
    padding: 0;
}

.choices[data-type*="select-multiple"] .search--wrapper input:focus {
    border: 0;
    box-shadow: none;
}

.choices[data-type*="select-multiple"].is-open .choices__inner {
    border: var(--border-size-s) solid var(--color-neutral-5);
}

.choices[data-type*="select-multiple"] .search--wrapper::before {
    left: var(--space-base);
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: var(--space-xs);
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: var(--color-primary);
    border: var(--border-size-s) solid var(--color-primary);
    color: var(--color-neutral-0);
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: var(--color-neutral-6);
    border: var(--border-size-s) solid var(--color-neutral-7);
}

.choices__list--dropdown {
    display: none;
    flex-direction: column;
    gap: 8px;
    z-index: 100;
    position: absolute;
    top: 100%;
    word-break: break-all;
    width: calc(100% - 34px);
    padding: 16px;
    overflow: hidden;
    background-color: var(--neutral-100);
    border: 1px solid var(--neutral-400);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(20px);
}

.choices__list--dropdown.is-active {
    display: flex;
}

.is-flipped .choices__list--dropdown {
    border-radius: var(--border-radius-soft) var(--border-radius-soft) var(--border-radius-none) var(--border-radius-none);
    bottom: 100%;
    margin-bottom: -1px;
    margin-top: var(--space-none);
    top: auto;
}

.choices__list--dropdown .choices__list {
    -webkit-overflow-scrolling: touch;
    max-height: 350px;
    overflow: auto;
    position: relative;
    will-change: scroll-position;
}

.phone.landscape .choices__list--dropdown .choices__list {
    max-height: 100px;
}

.choices__list--dropdown .choices__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    padding: 16px;
    position: relative;
    border-radius: 4px;
    color: var(--neutral-1000);
    font-family: "Space Grotesk Bold";
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    text-transform: uppercase;
    word-break: normal;
}

.choices__item--disabled {
    cursor: not-allowed;
    opacity: .5;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.choices__heading {
    border-bottom: var(--border-size-s) solid var(--color-neutral-0);
    color: var(--color-neutral-5);
    font-size: var(--font-size-s);
    font-weight: var(--font-semi-bold);
    padding: var(--space-s);
}

.choices__button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: var(--border-size-none);
    cursor: pointer;
    text-indent: -9999px;
}

.choices__button:focus {
    outline: none;
}

.choices__input {
    background-color: var(--color-neutral-0);
    border-radius: var(--border-radius-none);
    border: var(--border-size-none);
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
}

.choices__placeholder {
    opacity: .5;
}

.choices__list--single .choices__item {
    padding-right: 24px;
    color: var(--neutral-1000);
    font-family: "Space Grotesk";
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 11px;
    width: calc(100% - 48px);
}

.choices__list::-webkit-scrollbar {
    width: 5px;
}

.choices__list::-webkit-scrollbar-track {
    background: var(--color-neutral-4);
}

.choices__list::-webkit-scrollbar-thumb {
    background-color: var(--color-neutral-6);
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: rgba(0, 76, 204, 0.10);
    color: var(--color-primary);
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5;
}

.choices__item {
    cursor: default;
}

.choices__item--selectable {
    cursor: pointer;
}

/* rtl */
.choices[dir="rtl"] .search--wrapper input:not(.btn):not(.checkbox):not(.radio-button) {
    padding-right: var(--space-xl);
}

.choices[dir="rtl"] .search--wrapper:before {
    right: var(--space-base);
}
.choices[dir="rtl"] .choices__list--single {
    padding-left: var(--space-base);
    padding-right: var(--space-xs);
}

.choices[dir="rtl"] .choices__list--multiple .choices__item {
    margin-left: var(--space-none);
    margin-right: var(--space-xs);
}

.choices[dir="rtl"] .choices__list--dropdown .choices__item {
    text-align: right;
}

.choices[dir="rtl"] .choices__input {
    padding-left: var(--space-none);
    padding-right: 2px;
}

.choices[data-type*="select-multiple"][dir="rtl"] .choices__button, 
.choices[data-type*="text"][dir="rtl"] .choices__button {
    margin-right: var(--space-s);
    margin-left: 0;
    padding-left: var(--space-none);
}

/* Media Queries */
@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: var(--font-size-xs);
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .choices[dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        padding-left: 100px;
        padding-right: var(--space-s);
        text-align: right;
    }
    .choices[dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
        left: 10px;
        right: auto;
    }
}


/* Choices Disabled */
.choices-disabled {
    pointer-events: none;
}

.choices-disabled .choices__inner {
    background-color: var(--color-neutral-2);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAOCAYAAAA8E3wEAAAAAXNSR0IArs4c6QAAAb1JREFUOBGlU79Lw1AQfhcSipM6OTo5uQmJVaGtiNAqOGgd/AN0cLf+D7o76OhYddMGivQHqNgUN/8AR1dBpKTmed+DR9OQtMHecnl3931f7r07Emxuq/MspVwhonomZ2+tE/URn9QaUpq9tvfA3JvM/VLMO6sGSC3TPCAhPpHotbyLSYU0HlxKjLmhgbgS3Fhb+hCGsSNI/EghD92mV9Gg/3pwgAuc4FYaTMaNDazW6uxy4EZFiPaLOft2kE3/5ba9PSFlFQgpRLmUd+40WnWoD0hIolO+BpIyuGago3NpPTDAKg7mCouBY6hDTeo2O5e4DryrZVnL+jp0Psk/Pr3N+77/yl3NkaCrYsE5itYOdaiTmbx9jIkF0Pf79/Vud1rnkjxqUKvEMO3MEVcbK4i1mMnMlvkv37nTxd/voNrgEY8jQAw51KAWGGCTVitWECTZ7MKXZZnbuFZ+j5HrMjT+jAEWHHGWKIji6LrU2t5JlCRp/KN1+hw7NDqpfXjMRWhdkuIaF+dTCQKouguCMywykVFAjMe/yYs2xYtdKeXsc8TGWWpBEIXXBedR4498nI18wyggvC7jxj+K1ec/4MHct8w87wUAAAAASUVORK5CYII=');    
    background-position: center right 16px;
    background-repeat: no-repeat;
    background-size: 14px 7px;
    border: 1px solid var(--color-neutral-4);
}

.choices[data-type*="select-one"].choices-disabled:after {
    content: none;
}

.choices-disabled .choices__list--single .choices__item {
    color: var(--color-neutral-6);    
}

.choices-disabled[dir="rtl"] .choices__inner {
    background-position: center left 16px;     
}


/* ================================================================ */
/*  $6.8 - Styles - Others                                          */
/* ================================================================ */
.display-block { display: block; }

.ph:empty { display: none; }

.hidden { display: none; }

.full-height { height: 100%; }

.full-width { width: 100%;}

.text-align-left { text-align: left; }

.text-align-center { text-align: center; }

.text-align-right { text-align: right; }

.fixed { position: fixed; }

.overflow-hidden { overflow: hidden; }

.sticky {     
    position: -webkit-sticky;
    position: sticky; 
}

.img-cover {
    object-fit: cover;
    height: 100%;
}

[disabled="disabled"],
[readonly="readonly"],
textarea[readonly="readonly"] {
    background-color: var(--color-neutral-2);
    border: 1px solid var(--color-neutral-4);
    color: var(--color-neutral-6);
    pointer-events: none;
}

a:not(.Button)[disabled="disabled"] {
    background-color: transparent;
    border: none;
}

.hide-on-service-studio {
    
}

@font-face {
    font-family: 'SilkWeb4';
    src: url('/site/fonts/SilkWeb4.eot');
    src: url('/site/fonts/SilkWeb4.eot#iefix') format('embedded-opentype'),
         url('/site/fonts/SilkWeb4.ttf') format('truetype'),
         url('/site/fonts/SilkWeb4.woff') format('woff'),
         url('/site/fonts/SilkWeb4.svg#SilkWeb4') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
    @font-face {
    font-family: 'GHTF Book';
    src: url('/site/fonts/Gotham HTF Book.eot') format('eot');
    src: url('/site/fonts/Gotham HTF Book.ttf') format('truetype'),
         url('/site/fonts/Gotham HTF Book.eot?iefix') format('eot');
    font-weight: normal;
    font-style: normal;
    }
    
  */  
[class^="icon-"], [class*=" icon-"] {
    font-family: 'SilkWeb4' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-silk-search:before { content: "\f002"; }
.icon-silk-chevron-down:before { content: "\f078"; }
.icon-silk-angle-down:before { content: "\f107"; }
.icon-silk-rocket:before { content: "\e900"; }

.highcharts-container,
.highcharts-container > svg {
   
}

/* Skip-nav link used on Accessibility*/
.skip-nav[data-showskipcontent="False"] {
    display: none;
}

.skip-nav[data-showskipcontent="True"] {
    display: block;
}

.skip-nav {
    left: var(--space-xl);
    opacity: 0;
    pointer-events: none;
    padding: var(--space-s) var(--space-base);
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    z-index: 100;     
}

.skip-nav:focus,
.skip-nav:active {
    background-color: var(--color-info);
    color: var(--color-neutral-0); 
    opacity: 1;
    pointer-events: auto;    
}


/* ========= Responsive para desktop ========= */
@media all {

    @font-face {
        font-family: "Space Grotesk";
        src: url("/site/fonts/SpaceGroteskRegular.ttf") format("truetype");
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: "Space Grotesk SemiBold";
        src: url("/site/fonts/SpaceGroteskSemiBold.ttf") format("truetype");
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: "Space Grotesk Bold";
        src: url("/site/fonts/SpaceGroteskBold.ttf") format("truetype");
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Archivo';
        src: url('/site/fonts/ArchivoRegular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'Archivo Semibold';
        src: url('/site/fonts/ArchivoSemiBold.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'Archivo Bold';
        src: url('/site/fonts/ArchivoBold.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }


    @font-face {
    font-family: 'GHTF Book';
    src: url('/site/fonts/Gotham HTF Book.eot') format('eot');
    src: url('/site/fonts/Gotham HTF Book.ttf') format('truetype'),
         url('/site/fonts/Gotham HTF Book.eot?iefix') format('eot');
    font-weight: normal;
    font-style: normal;
    }

    @font-face {
    font-family: 'GHTF Light';
    src: url('/site/fonts/Gotham HTF Light.eot') format('eot');
    src: url('/site/fonts/Gotham HTF Light.ttf') format('truetype'),
         url('/site/fonts/Gotham HTF Light.eot?iefix') format('eot');
    font-weight: normal;
    font-style: normal;
    }

    @font-face {
    font-family: 'GHTF Bold';
    src: url('/site/fonts/Gotham HTF Bold 2.eot') format('eot');
    src: url('/site/fonts/Gotham HTF Bold 2.ttf') format('truetype'),
         url('/site/fonts/Gotham HTF Bold 2.eot?iefix') format('eot');
    font-weight: normal;
    font-style: normal;
    }

    @font-face {
    font-family: 'GHTF Black';
    src: url('/site/fonts/Gotham HTF Black.eot') format('eot');
    src: url('/site/fonts/Gotham HTF Black.ttf') format('truetype'),
         url('/site/fonts/Gotham HTF Black.eot?iefix') format('eot');
    font-weight: normal;
    font-style: normal;
    }

    @font-face {
    font-family: 'GHTF Medium';
    src: url('/site/fonts/Gotham HTF Medium 2.eot') format('eot');
    src: url('/site/fonts/Gotham HTF Medium 2.ttf') format('truetype'),
         url('/site/fonts/Gotham HTF Medium 2.eot?iefix') format('eot');
    font-weight: normal;
    font-style: normal;
    }

    @font-face {
    font-family: 'GHTF Ultra';
    src: url('/site/fonts/Gotham HTF Ultra.eot') format('eot');
    src: url('/site/fonts/Gotham HTF Ultra.ttf') format('truetype'),
         url('/site/fonts/Gotham HTF Ultra.eot?iefix') format('eot');
    font-weight: normal;
    font-style: normal;
    }
    
    input
    {
        outline: none;
    }
    
    *:focus {
        outline: 0 !important;
    }

    .Publication_List_Item_Size .Publication_Item {
        width: 227px;
        height: 230px;
        display: inline-table;
    }

    .Publication_I,
    .Publication_II,
    .Publication_III {
        display: block;
        float: left;
        width: 288px;
    }

    .Publication_I img,
    .Publication_II img,
    .Publication_III img {
        max-height: 140px; 
        max-width: 290px;
    }

    .Publication_II {
        margin-left: 30px;
    }
 
     .Publication_III {
        margin-right: 0px; 
        margin-left: 30px;
    }

    .Publication_Homepage_Border .Publication_Item div:first-child {
        border: 10px solid #D2D2D2;
    }

    div.ListNavigation_Wrapper {
        word-break: break-word;
    }
    
    .SiteUseCookies_Main {
        width: calc(100% - 10px);
    }

    .HomeMain_Databases_Container {
        text-align: center;
    }

    .HomeMain_Databases {
        float: left;
        width: 655px;
        height: 350px;
        margin: 0;
    }

    .HomeMain_Databases_Block_Container {
        margin: 7px 0px 18px 0px;
    }

    .HomeMain_Databases_Block_Container_Button_Table {
        width: 175px;
    }

    .HomeMain_Databases_Block_Container_Text {
        margin-top: 10px;
    }

    .HomeMain_Databases_Separator {
        margin-left: 10px;
        margin-right: 10px;
    }

    .HomeMain_Databases_Title {
        padding: 16px 0px 10px 0px;
        width: 98%;
        font-size: 17px;
        line-height: 17px;
        font-weight: bold;
        margin-left: 5px;
    }

    .Inside_Wrapper {
        display: flex;
    }

    .Home_Database_Content_Separator {
        clear: both;
        float: none;
        display: block;
    }
    
    .Header_Main_Logo_Left img {
        height: 58px;
        width: 186px;
    }  

    .MobileTitle_Wrapper {
        margin: 0;
        padding: 0;
        display: none;
    }
    
    .HomeMain_Databases_Separator_H {
        display: none; 
    } 

    .Header_Menu_Regions {
        display: block;
        height: 36px;
        clear: both;
        background-color: #F21500;
    }

    .Header_Menu_Regions_Container {
        width: 988px;
        margin: auto;
        height: 36px;
        background-color: #F21500;
    }

    .Header_Menu_Regions_Link_Container {
        float: left;
        margin-top: 10px;
        font-size: 14px;
    }


    .Header_Menu_Regions_Link {
        display: block;
    }

    a.Header_Menu_Regions_Link,
    a.Header_Menu_Regions_Link:link,
    a.Header_Menu_Regions_Link:visited {
        color: #EEEEEE;    
        text-decoration: none;
        font-weight: normal;
    }

    a.Header_Menu_Regions_Link:hover {
        color: white;
        font-weight: bold;
    }

    .Header_Menu_Regions_Link_Selected {
        color: white !important;
        font-weight: bold !important;
    }
    
    .Header_Menu_Mobile_Flags {
        display: none; 
    } 

    .Header_Main_Mobile_Menu {
        display: none; 
        margin-top: 30px;
        margin-right: 40px;
        width: 70px;
        float: right;
    } 

    .Header_Main_Mobile_Lupa {
        display: none;
    } 

    .HomeMain_Content_Highlights {
        width: 316px;  
        height: 350px;
        margin-left: 10px;
        float: left;
        min-width: 240px;
    }

    .HomeMain_Content_MostSeen_Container {
        float: left;
        margin-top: 15px;
        margin-left: 10px;
    }

    .HomeMain_Content_MostSeen_PT {
        background-color: white;
    }

    .HomeMain_Content_MostSeen_EN {
        background-color: #1b2973;
    }

    .Footer_Main_Container_Menu_Links div {
        float: left;
        /* margin-left: 15px; */
    }

    .Footer_Main_Container_Menu_Links div:first-child {
        margin-left: 0;
    }

    .Footer_FFMS {
        display: none;
    } 

    .Footer_Main_Container_CreditsLeft {
        display: block;
        float: left;
    }

    .Footer_Main_Container_CreditsRight {
        display: block;
        float: right;
    }

    .Footer_GoTop {
        display: none;
    }
    
    .Footer_Main_Container_CreditsText_Mobile {
        display: none;  
    } 

    /* .Footer_Main_Container_CreditsAwards_Img a{
        margin-left: 15px;
    } */

    .SiteMap_Container_Main
    {
        width: 100%;
    }
    
    .SiteMap_Container_Right_Export
    {
        width: 100%;
    }
    
    .SiteMap_Container_Left {
        padding: 25px 10px 0px 0px;
        float: left;
        width: 180px;
    }

    .SiteMap_Container_Right {
        padding: 0px;
        float: right;
        width: 756px;
    }


    .HomeMain_Content_MostSeen img {
        height: auto;  
      /*  height: 169px; */
        width: 316px;
    }

     .Line_Header_Mobile {
        display: none;       
    }
       
    .DBHomePage_Container_Left_Bottom {
        margin-bottom: 10px;
    }

    .DBHomePage_Container_Left_Bottom_RG {
        margin-bottom: 10px;
    }

    .HomePT_Left_Middle_Portrait {
        display: none;
    }

    .HomePT_Right_Bottom {
        width: 340px;
        height: 307px;
        margin-bottom: 15px;
        float: left;
    } 

    .HomePT_Right_Bottom_Content {
        background-size: 20%;
        background-position: right 85%;
    }

    .HomePT_Right_Bottom_Title {
        font-size: 14px;
    }

    .HomePT_Right_Bottom_Content .Converter_Text {
        padding: 0;
    }

    .HomePT_Right_Bottom_Content .Converter_Widget {
        margin-left: 0;
        margin-top: 15px;
    }

    .HomePT_Right_Bottom_Content .Converter_Footer {
        padding-top: 55px;
    }

    .HomeEU_Right_Middle {
        margin-bottom: 15px;
    } 
 
    .Header_Menu_Mobile {
        display: none;
    }

    .HomePT_Right_Middle_Portrait {
        margin-left: 10px;
    }

    .HomePT_Right_Middle_Portrait img {
        height: 275px;
        width: 256px;
    }
 
    .DBHomePage_Container_Mobile_Bottom {
        padding: 10px 7px 10px 7px;   
        background-color: #FFFFFF;
        border: 1px solid #005587;
        margin-top:16px;
        overflow: hidden;        
        display: none;
    }

    .Content_Container {
        width: auto;
    }

    .Content_Container strong {
        line-height: 20px;
    }
    
    .Map_LeftRG .LevelSelectorContainer {
        display: block;
        float: none;
        margin-left: 0px;
    }

    .QrTableIndicator .Text {
        text-decoration: underline;
    }

    .BI_DataContainer .IndicatorLink {
        text-decoration: underline;
    }

    .BI_DataContainer .IndicatorLink:hover{
    text-decoration: underline;
    color: var(--color-800) !important;
}
    
    .Theme_Asterisk {
        margin: 0;
        padding: 0;
        display: block;
    }

    .Theme_Asterisk_Mobile {
        margin: 0;
        padding: 0;
        display: none;
    }

    .RectBoxForElemMobile {
        border-bottom: 1px solid #CCCCCC;
        color: #121212;
        float: left;
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        height: 24px;
        text-align: left;
        display: none;
    }

    .RectBoxForElemMobile a, 
    .RectBoxForElemMobile a:link, 
    .RectBoxForElemMobile a:visited{
        color: #3C3B3B;
        cursor: pointer;
        font-weight: bold;
        text-decoration: none;
    }

    .Theme_Card .RectBoxForElemMobile{
        float: none;
    }

    .Theme_Card_Box .RectBoxForElemMobile{
        float: none;
    }

    .SubTheme_ThemeName .RectBoxForElemMobile{
        float: none;
    }


    .DBHomePage_Container_Left_Bottom .HomeMain_Content_Highlights {
        width: 316px;  
        margin-left: -3px; 
        height: 270px;
        float: left;
        min-width: 240px;
    }

    .DBHomePage_Container_Left_Bottom .owl-item { 
        height: 200px;
    }

     .DBHomePage_Container_Left_Bottom .HomeMain_Content_Highlights{
        border: 0;
    }

    .HomePT_Right_Middle_Portrait .HomeMain_Content_Highlights {
        margin-left: 0;
        width: 100%;
        border: 0;
    }

    .HomePT_Left_Middle_Portrait .HomeMain_Content_Highlights {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .HomePT_Left_Middle_Portrait .HomeMain_Content_Highlights .HomeMain_Content_Highlights_Blocks .owl-carousel .owl-wrapper-outer, 
    .HomePT_Left_Middle_Portrait .HomeMain_Content_Highlights .HomeMain_Content_Highlights_Blocks .owl-item {
        height: auto;
    }

    .HomePT_Right_Middle_Portrait .HomeMain_Content_Highlights .HomeMain_Content_Highlights_Blocks .owl-item {
        height: auto;
    }
    
    .Map_LeftRG .Search_Container {
        display: none;
    }
    
    .Map_LeftRG .Text_Note_Margin {
        margin-top: 20px;
    }

    .Map_LeftEU .Search_Container {
        display: none;
    }
    
    .Map_LeftEU .Text_Note_Margin {
        margin-top: 20px;
    }

    .Municipalities_QlikIframe {
        position: relative; 
        overflow: hidden; 
        width: calc(100% + 2px); 
        height: 1900px;
    }


}

.SummaryTable_Content .IndicatorLink {
    font-size: 14px;
    text-decoration: underline;
}

@media (min-width: 1001px) {
    
    .Header_Menu_Mobile {
        display: none;
    }


}

/* ================== Responsive para mobile =========== */
@media (max-width: 1000px) {

    .Publication_III {
        display: none;
    }

    .Publication_II {
        margin-left: 20px;
    }

    .HomeMain_Databases {
        float: none;
        clear: both;
        width: 100%;
        height: auto;
    }

    .Header_Menu_Container {
        width: 100%;
    }

    .Header_Menu_Regions_Container {
        width: 100%;
    }

    .Home_Database_Content_Separator {
        display: none;
    }

    .Line_Header_Mobile {
        display: block;   
        height: 4px;
    }

    .Line_Header_Mobile img {
        height: 100%;
        width: 100%;
    }

    .SiteUseCookies {
        height: auto;
        background-size: 50%;
    }

    .HomeMain_Databases_Container {
        text-align: center;
    }
    
    .HomeMain_Databases_Separator_H {
        display: none; 
    } 


    .HomeMain_Databases_Block_Container {  
        margin: 7px 3px 18px 22px;
    }

    .Header_Menu_Mobile {
        position: absolute;
        top: 58px;
        z-index: 100;
        background-color: #00578A;
    } 

    .Header_Menu_Item_Left {
        display: none;
    }
    
    .Header_Menu_Item_Left_Online {
        display: none;
    }
    
    .Header_Main_Container {
        width: 100%;
        height: 62px;
    } 
    
    .Header_Main_Logo_PersonalArea {
        display: none;       
    }
     
    .Header_Main_AdvSearch_ExpandCollapse {
        display: none;
    }    
    
    .Header_Main_Logo_Right {
        display: none;
    }

    .Header_Main_Logo_Left {
        width: 186px;
    }
    
    .Header_FFMS_Menu_Container_Inner {
        display: none;
    }
        
    .HomeMain_Databases_Title_Mobile {
        display: block;      
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 40px;
        color: #000000;
        text-align: center;
        padding: 50px;      
    }

    .Header_Breadcrumb {
        clear: both;
        height: 20px;
        display: none;
    }
    
    .CenterStage_Wrapper {
        top: 0px;
        left: 0px;   
        margin: 0px;
        padding: 0px;
        display: inherit;
        margin-top: 10px;
        /* margin-right: 30px; */
        width: 100%;
    } 
   
   .Inside_Wrapper {
        margin: 0;
    }
    
    .HomeMain_Content_Highlights {
        margin-left: 0;
        margin-top: 15px;
        width: 240px;
        border: 0;
    }

    .HomeMain_Content_MostSeen_Container {
        width: calc(100% - 515px);
    }

    .HomeMain_Content_DS_Container {
        width: 240px;
        margin-left: 0;
    }

    /* Container para Imagem Kids */
    .HomeMain_Content_MostSeen {
        width: 100%;
        height: auto;  
    }

     .HomeMain_Content_MostSeen img {
        height: auto;
        margin-left: 0;
        width: 100%;
        margin-top: 0px;
        max-height: 352px;
    }

    .Header_Main_Mobile_Menu {
        margin-top: 10px;
        margin-right: 10px;
        width: auto;
        text-align: right;
        display: block;
    } 

    .Header_Main_Mobile_Menu img{
        width: 30px;
        height: 100%;
    } 
    

    .HomePT_Right_Bottom_Content input,
    .HomePT_Right_Bottom_Content select {
        font-size: 15px;
    }

    .Container_Wrapper .push {
        display: none;
    }

    .owl-carousel .owl-wrapper-outer {
        height: 250px;
    }

    .Footer_Main {
        margin: 0;
        padding: 0px;
        padding-bottom: 20px;
        background-color: #005A8C;
        height: auto;
        top: 200px;
    }

    .Footer_Main_Container {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 100%;
    }
    
    .Footer_Main_Container_Menu_Links {
        font-size: 13px;
        width: 90%;
        margin-top: 15px;
        /* margin-left: 20px; */
    }

    .Footer_Main_Container_Menu_Links div {
        height: 30px;
        margin-left: 0;
        margin-right: 25px;
    }

    .Footer_Main_Container_Menu_W3C {
        display: none;
    }
    
    .Footer_Main_Container_Credits {
        /* margin-left: 20px; */
    }

    .Footer_Main_Container_CreditsText {
        display: none;
    }
    
    .Footer_Main_Container_CreditsText_Mobile {
        display: block;
        font-size: 12px;
        margin-left: 10px;
        padding: 0px;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    
    .Footer_Main_Container_Credits img {
        width: 111px;
        height: 43px;
    } 

    .Footer_FFMS {
        display: block; 
        margin-top: 0px;
        margin-left: 8px;
    } 
     
     .Footer_GoTop {
        display: block;
    }
    
    .Footer_Main_Container_CreditsSocial {
        float: right;   
        color: #69c5f1;
        font-weight: bold;
        padding: 0;
        font-size: 12px;
        margin-right: 20px;
    }

    .Footer_Main_Container_CreditsAwards {
        color: #69c5f1;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
        font-size: 12px;
        margin-left: 0px;   
        margin-right: 40px;   
        float: left;
    }

    .Footer_Main_Container_CreditsSocial_Img {
        padding: 0;
        margin-top: 10px;
    }
    
    .Footer_Main_Container_CreditsAwards_Img {
        padding-left: 0;
    }

    .SiteMap_Container_Left {
        padding: 25px 10px 0px 0px;
        float: none;
        clear: both;
        width: 100%;
    }

    .SiteMap_Container_Right {
        padding: 0px;
        float: none;
        clear: both;
        width: 100%;
    }

    .trn_wb_footer_legal2 {
        color: #FFFFFF;
        font-weight:bold;
        text-decoration: underline;
    }


    /* ====================== */
    /*       HomePages        */
    /* ====================== */


    element.style {
        margin-left: 25px;
    }


    .BI_Container {
        padding-top: 10px;
    }
    
    /* .BI_DataContainer {
        width: calc(100% - 25px);
    } */
    
    .BI_Container .Sig_Map {
        display: none; 
    }

    .BI_Right {
        float: none;
        width: 100%;
    }

    .Header_Breadcrumb_Container {
        display: none;
    }
     
    .HomePage_Themes {
        width: 100%;
    }

    .HomePage_Themes .DescriptionTitle {
        display: none;
    }

    .HomePage_Themes .Title {
        margin-bottom: 10px;
    }

    .HomePT_Right_Middle_Portrait {
        display: none;
    }
    
    .HomePT_Left_Middle_Portrait {
        display: block;
        margin-left: 0px;
        margin-top: 16px;
        width: calc(100% - 34px);
        height: auto;
        background-color: #FFFFFF;
        border: 1px solid #005587;
        padding: 16px;
        overflow: hidden;
    }

    .HomePT_Left_Middle_Portrait img {
        width: 100%;
        height: auto;
    }

    
    .BI_Portugal {
        width: 100%;
    }

    .DBHomePage_Container_Left {
        width: 40%;
        min-width: 200px;
    }

    .DBHomePage_Container_Left_Bottom img {
        width: 100%;
    }

    .HomeRG_Right, .HomeEU_Right, .HomePT_Right {
        width: calc(60% - 16px);
    }

    /* ====================== */
    /*  Hide Footer Links     */
    /* ====================== */
    .Footer_Link_Hide {
        display: none;
    }

    .BI_Container .TableRecordsBI_OddLine,
    .BI_Container .TableRecordsBI_EvenLine {
        line-height: 14px;
        height: 36px;
    }

    .BI_Container .TableRecordsBI_OddLine a,
    .BI_Container .TableRecordsBI_EvenLine a {
        text-decoration: underline;
    }
 
 /*======= BI Regions ========*/
 
    .BI_Container .Heading2 {
        width: auto; 
        margin: -28px 0px 5px 0px;
        font-size: 20px;
   }

    .BI_Left {
        float: none;
        width: 190px; 
        padding: 12px 0px 12px 12px;
        margin-top: 30px;
    }

    .BI_UpdatedImage {
        margin: -105px 25px 0px 0px;
        font-size: 14px;
    }

    .BI_Right {
        margin-top: -20px;
    }

    .BI_Container .Search_Container {
        margin: 15px 0px 0px 0px;
    }

    .BI_Container .FindOutMore_Content {
        margin-right: 12px;
        margin-top: 10px;
        text-align: center;
    }


 /*======= BI Portugal ========*/ 
 
    .BI_UpdatedImagePortugal {
        margin: -25px 25px 0px 0px;
    }
     
    
    .HomePT_Right_Bottom_Title {
        font-size: 14px;
    }

    .HomePT_Right_Bottom_Content .Converter_Footer {
        display: none;
    }
    
     .HomePT_Right_Top {
        height: auto;
        padding-bottom: 20px;
    }
    
    
    .HomePT_Right_Bottom {
        width: calc(100% - 2px);
        margin-top: 16px;
    }
     
     .HomePT_Right_Middle_RealTimeStats {
        float: none;
        width: calc(100% - 18px);
    }

     .HomePT_Right_Bottom_Content .Converter_Widget {
        margin-top: 25px;
        margin-left: 0px;
        margin-right: -20px;
    }

    .HomePT_Right_Bottom_Content .Converter_Widget .Converter_LabelResult {
        padding-top: 100px;
        padding-bottom: 16px;
    }

    .HomePT_Right_Bottom_Content {
        background-size: 25%;
    }

    .HomePT_Right_Bottom_Content .Converter_Text {
        padding: 0px 0px 0px 0;
    }

 /*======= Theme ========*/

    .Theme_Icon_List {
        margin-left: 0px;
        width: 100%;  
    }

    .Theme_Icon_Box {
        margin-bottom: 3px;
    }

    .CenterStage_Extend {
        margin-bottom: -150px;
        border: none;
    }

    .Theme_Entry_Box_Card_Middle {
        margin: 0px 0px;
    }

    .SubTheme_Container_Left {
        width: 100%;
    }
    
    .SubTheme_Container_Right {
        width: 100%;
    }

    .Theme_Card_Box {
        width: 97%;
        height: auto;
    }
    
    .CenterStage_Themes {
        margin-bottom: -170px;
    }
    
    .Theme_Entry_Box {
        width: calc(100% - 2px);
        height: 280px;
    }

    .Theme_Entry_Box_Card_Side,
    .Theme_Entry_Box_Card_Middle {
        width: 45%;
        margin-left: 15px;
    }

    .Theme_Entry_Box_Left {
        height: 100%;
    }
    
    .Theme_Entry_Box_Right {
        width: calc(100% - 6px);
        height: 100%;
    }
    
    .Theme_Entry_Box_Right_Image {
        width: 100%;
        height: auto;
    }

    .Theme_Entry_Box_Right_Image img {
        width: 100%;
    }

    .Theme_Entry_Box_Right_Content {
        width: 100%;
    }

    .Theme_Entry_Box_Right_ContentInfo {
        width: calc(100% - 56px);
    }

    .Theme_Entry_Box_Right_ContentInfoDescription {
        min-height: 55px;
        height: auto;
    }

    .Theme_Entry_Box_Right_ContentInfoSeeMore {
        padding: 0px 0px 10px 0px;
        font-size: 14px;
        margin-top: 15px;
    }

    .Theme_Card_Box .PordataContent_SubCategoryElem {
        font-size: 14px;
        margin-top: 15px;
    }
    
    .Theme_Card_Box_Pair,
    .Theme_Card_Box_Odd {
        margin: 0;
        width: 50%;
    }

    .Theme_Asterisk {
        display: none;
    }

    .Theme_Asterisk_Mobile {
        display: block;
    }

    .HomePage_Themes .Title h2 {
        font-size: 20px;
    }

    .RectBoxForElem, .RectBoxForElemMobile {
        height: 30px;
    }
    
    .SubThemeNumberBox {
        line-height: 20px;
        width: 20px;
    }

    .SearchMoreData_Container, .InteractiveMap_ContainerRG, .InteractiveMap_ContainerEU {
        display: none;
    }

    .HomeRG_Right_Top {
        height: 645px;
    }

    .HomeEU_Right_Top {
        height: 608px;
    }

    .Map_LeftRG, .Map_LeftEU {
        float: none;
        width: 100%;
        height: auto;
    }
    
    .Map_LeftRG .Text_Note,
    .Map_LeftEU .Text_Note {
        display: none;
    }
    
    .Map_LeftRG .Search_Container,
    .Map_LeftEU .Search_Container {
        display: block;
        float: left;
        margin-bottom: 20px;
        margin-right: 30px;
    }
    
    .Map_LeftRG .LevelSelectorContainer,
    .Map_LeftEU .LevelSelectorContainer {
        float: left;
        margin-top: -9px;
    }

    .Map_LeftRG .LevelSelector select,
    .Map_LeftEU .LevelSelector select {
        height: 28px;
    }

    .Map_LeftRG .Text_Note_Margin,
    .Map_LeftEU .Text_Note_Margin {
        margin-top: 0;
    }

    .Map_LeftRG .Heading2,
    .Map_LeftEU .Heading2 {
        font-size: 20px;
    }

    .PordataContent_SubCategoryContainer {
        padding: 15px 0 0 40px;
    }
    
    .HomeMain_Content_Highlights_Link {
        padding-bottom: 15px;
    }

    .Municipalities_QlikIframe {
        height: 4000px;
    }


}


@media (min-device-width: 700px) {

    .SummaryTable_SymbologyExport_Content .Description{
        white-space: nowrap;
    }

}


@media (max-device-width: 699px) {
    
    .SummaryTable_SymbologyExport_Content .Description{
        white-space: normal;
    }

    .SummaryTable_SymbologyExport_Content table {
        width: 550px;
    }

}


@media (max-device-width: 575px) {
    
    .SummaryTable_SymbologyExport_Content table {
        width: 450px;
    }

}


@media (max-device-width: 475px) {
    
    .SummaryTable_SymbologyExport_Content table {
        width: 350px;
    }

}


@media (max-device-width: 375px) {
    
    .SummaryTable_SymbologyExport_Content table {
        width: 250px;
    }

}

@media (max-width: 860px) {

     .HomeMain_Content_MostSeen img {
       /* margin-top: calc(100vh - 455px + (((860px - (100% + 545px))) / 2)); */
       margin-top: 0px;
    }
    
    .HomeMain_Content_DS_Container img {
        /*margin-top: 10px !important; */
        margin-top: 0px;
    }
    

}

@media (max-width: 700px) {

    .Header_Main_Mobile_Lupa {
        display: block; 
        margin-top: 10px;
        margin-right: 10px;
        float: right;
    } 
    
    .Header_Main_Mobile_Lupa img {
        width: 27px;
        height: 100%;
    }

    /* Links   SOBRE A PORDATA
               SOBRE A FFMS   
               CONTACTOS       */ 
    .Content_Container, 
    .Content_Container_Credits {
        width: 100%;
    }

}

@media (max-width: 680px) {

    .Publication_II {
        display: none;
    }
}

@media (max-width: 600px) {

    .Header_Menu {
        display: none; 
    }

    .Header_Menu_Regions {
        display: none; 
    }

    .Header_Menu_Mobile {
        top: 62px;
    } 



    .MobileTitle_Wrapper {
        display: none; 
        width: 100%;
        font-size: 22px;
        margin-top: -30px;
        padding-top: 15px;
        height: 28px;
        color: white;
        text-transform: uppercase;
        clear: both;
        float: none;
    }   

    .DBHomePage_Container_Left {
        float: left;
        width: 100%; 
    }

    .HomePT_Left_Middle_Portrait {
        display: none;
    }

    .DBHomePage_Container_Left_Bottom {
        display: none;
    }

    .HomeRG_Right, .HomeEU_Right {
        margin-top: 20px; 
        width: 100%;
        margin-left: 26px;
        float: left;
    }

    .Map_LeftRG, .Map_LeftEU {
        display: none;
    }

    .HomeRG_Right_Top, .HomeEU_Right_Top {
        display: none; 
    }

    .DBHomePage_Container_Mobile_Bottom {
        display: block;
        margin-top: 20px;
    }
    
    .DBHomePage_Container_Mobile_Bottom img {
        width: 100%;
    }    

    .HomeRG_Right_Middle, .HomeEU_Right_Middle {
        margin-top: 0;
        margin-left: -27px;
        height: auto;
        background-color: #FFFFFF;
        border: 1px solid #005587;
        overflow: hidden;
        margin-bottom: 0;  
        width: 100%;
    }

    .HomePT_Right {
        float: left;
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        height: 100%;
    }
    
    .HomeRG_Right, .HomeEU_Right, .HomePT_Right {
        min-width: 0;
    }

    .HomePT_Right_Middle_Portrait {
        margin-left: 0px;
        margin-top: 16px;
        width: calc(100% - 34px);
        height: auto;
        display: block;
    }
    
     .HomePT_Right_Middle_Portrait img {
        height: auto;   
        width: 100%;    
    }  

    .HomePT_Right_Middle_RealTimeStats {
        display: none;
    }
    
    .HomePT_Right_Bottom_Title {
        padding-top: 6px;
    }

    .Theme_Entry_Box_Card_Side,
    .Theme_Entry_Box_Card_Middle {
        width: 100%;
        margin-left: 0;
    }

    .Theme_Card_Box_Pair,
    .Theme_Card_Box_Odd {
        width: 100%;
    }
    
    .BI_Container .ExportData, .BI_Container .ExportDataPortugal {
        display: none;
    }

    .HomeMain_Content_MostSeen_Container {
        height: auto;
    }

    .HomeMain_Content_MostSeen {
        height: auto;
    }
    
     /* Imagem Kids */
     .HomeMain_Content_MostSeen img {
        height: auto;
        margin-left: 0;
        margin-top: 0;
        max-height: 100%;
    }

    .HomeMain_Databases { 
        top: 0px;
        left: 0px;
        margin: 0px;
        display: inherit;
    }

    .HomeMain_Databases_Block_Container {
        top: 0px;
        left: 300px;  
        width: 100%;
        float: left;
    }

    .HomeMain_Databases_Block_Container_Button_Table {
        width: 200px;
    }

    .HomeMain_Databases_Block_Container_Text {
        width: 200px;
        font-size: 14px;
        line-height: 15px;
    }
    
    .HomeMain_Databases_Block_Img {
        float: left;
        width: 40%; 
    }

    .HomeMain_Databases_Block_ImgP {
        float: left;
        width: 40%;

    }

    .HomeMain_Databases_Block_ImgE {
        float: left;
        width: 40%;
    }  
  
    .HomeMain_Databases_Block_Container_Button_and_TxtM {
        float: left;
        width: 20%;
        margin-top: 30px;
        margin-left: 25px;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        -ms-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }
   
    .HomeMain_Databases_Block_Container_Button_and_TxtP {
        float: left;
        width: 20%;
        margin-top: 30px;
        margin-left: 25px;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        -ms-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);        
    }
    
    .HomeMain_Databases_Block_Container_Button_and_TxtE {
        float: left;
        width: 20%;
        margin-top: 30px;
        margin-left: 25px;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        -ms-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }
    
    .HomeMain_Databases_Block_Container {  
        margin: -10px 0px 0px 0px;
    }
    
    .HomeMain_Databases_Block_ButtonText {
        font-size: 21px;
    }
    
    
    .HomeMain_Databases_Img {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        -ms-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }

    .HomeMain_Databases_Separator_H {
        display: block;
        height: 1px;  
    }
    
    .HomeMain_Databases_Separator {
        display: none; 
        height: 1px;
    }

    .HomeMain_Content_Highlights { 
        float: none;
        clear: both;
        width: 100%;
        height: auto;
        margin-left: 0;
    }


    .HomeMain_Content_MostSeen_Container {
        float: none;
        clear: both;
        margin-top: 15px;
        margin-left: 0;
        width: 100%;
    }

    .HomeMain_Content_Title {
        padding: 16px 16px 12px 16px;
    }

    .owl-carousel .owl-wrapper-outer {
        height: auto;
    }

    .HomeMain_Content_Highlights_Link {
        padding-bottom: 15px;
        margin-top: 25px;
    }
    
    .HomeMain_Content_Highlights_Blocks {
        height: auto;
    }

    .HomeRG_Right {
                margin-left: 0px;
    }
   
}


@media (max-width: 540px) {
    
    .Footer_Main_Container_CreditsLeft {
        display: block;
        float: none;
    }

    .Footer_Main_Container_CreditsRight {
        display: block;
        float: none;
    }

    /* .Footer_Main_Container_CreditsAwards {
        margin-left: 10px;
    } */

}

@media (max-width: 365px) {

    .HomePT_Right_Bottom_Content .Converter_Widget .Converter_LabelResult {
        padding-top: 40px;
    }

}

@media (max-width: 355px) {
    
    .HomeMain_Databases_Block_Container_Button_Table {
        width: 165px;
    }

    .HomeMain_Databases_Block_Container_Text {
        width: 165px;
    }

}


@media (max-width: 800px) {
    
    .HomePT_Right_Destaque_Img {
        border-color: #00689c;
        border-style: solid;
        border-width: 1px;
        width: 100%;
    }

}



/*Footer*/

.Footer_Main_ContainerMobile_New {
    margin: 0 auto;
    height: auto;
    width: 100%;
    color: var( --neutral-100);
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #001332;
    margin-top: 173px;
    position: relative;
    clear: both;
}

.footer_texto_mobile{
    width: 100%;
}

.Footer_Main_New{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #001332;
    margin-top: 173px;
    position: relative;
    clear: both;
}

 .Footer_Main_New > *,
 .Footer_Main_ContainerMobile_New > * {
    position: relative;
    z-index: 1;
}

.Footer_Main_Container_New { 
    width: 100%;
    min-height: 269px; 
    margin-top: 24px; 
    color: var( --neutral-100);
}
 
.Footer_Main_Container_Menu_New {
   padding-top: 10px;
   padding-left: 0;
   clear: both;
 }

.Footer_Main_Container_MenuDesktop_New {
    float: left;
 }
 
.Footer_Main_Container_Menu_LinksLeft_New {
    font-family: "Space Grotesk";
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    color: var(--neutral-100);
    text-decoration: underline;
}

.Footer_Main_Container_Menu_LinksRight_New {
    font-family: "Space Grotesk";
    color: var(--neutral-100);
    font-weight: 700;
    font-size: 12px;
    float: right;
    line-height: 18px;
    display: flex;
}

.Footer_Main_Container_Menu_LinksLeft_New a,
.Footer_Main_Container_Menu_LinksLeft_New a:link,
.Footer_Main_Container_Menu_LinksLeft_New a:visited{
    color: var(--neutral-100);
    text-decoration: underline;
    
}

.Footer_Main_Container_Menu_LinksLeft_New a:hover {
    color: #005fff;
}

.Footer_Main_Container_Menu_LinksRight_New a,
.Footer_Main_Container_Menu_LinksRight_New a:link,
.Footer_Main_Container_Menu_LinksRight_New a:visited{
    color: var(--neutral-100);
    text-decoration: underline;
}

.Footer_Main_Container_Menu_LinksRight_New a:hover{
    color: #005fff;
}
 
.Footer_Main_Container_Credits_New {
    clear: both;
    padding-top: 10px;
}

.Footer_Main_Container_CreditsText_New {
    float:left;
    font-size: 12px;
    padding: 0;
    display: block;
    text-decoration: none; 
}

.Footer_Main_Container_CreditsTextMobile_New {
    font-size: 12px;
    padding: 0;
    display: block;
    margin-top: -24px;
    margin-bottom: 40px;
    text-decoration: none;
}
 
.Footer_Main_Container_CreditsText_New a,
.Footer_Main_Container_CreditsTextMobile_New a,
.Footer_Main_Container_CreditsText_New a:link,
.Footer_Main_Container_CreditsTextMobile_New a:link,
.Footer_Main_Container_CreditsText_New a:visited,
.Footer_Main_Container_CreditsTextMobile_New a:visited {
    color: #FFFFFF;
    text-decoration: none; 
    font-weight: bold;
}

.Footer_Main_Container_CreditsText_New a:hover
.Footer_Main_Container_CreditsTextMobile_New a:hover { 
    text-decoration: underline;
} 
 
.Footer_Main_Container_CreditsSocial_New {
    float: none;
    padding: 0;
    padding-top: 40px;
 }
 
.Footer_Main_Container_Menu_LinksLeft_New div {
    float: none;
    display: inline-block;
    margin-left: 16px;
}

.Footer_Main_Container_Menu_LinksRight_New div {
    float: none;
    display: inline-block;
    margin-left: 16px;
}

.Footer_Main_Container_Menu_LinksLeft_New div:first-child {
    margin-left: 0;
}

.Footer_Main_Container_Menu_LinksRight_New div:first-child {
    margin-left: 0;
}

.Footer_Main_Container_CreditsLeft_New {
    display: block;
    float: left;
}

.Footer_Main_Container_CreditsRight_New {
    display: block;
    float: right;
    text-align: right;
}

.Footer_Main_Container_Menu_LinksMobile_New {
    font-family: "Space Grotesk";
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: var(--neutral-100);
    float: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colunas iguais */
    gap: 8px; /* espaço entre colunas*/
}

.Footer_Main_Container_Menu_LinksMobile_New a,
.Footer_Main_Container_Menu_LinksMobile_New a:link,
.Footer_Main_Container_Menu_LinksMobile_New a:visited{
    color: var(--neutral-100);
    text-decoration: underline;
    
}

.Footer_Main_Container_Menu_LinksMobile_New a:hover{
    text-decoration: underline;
    color: #005fff;
}

.Footer_Main_Container_Menu_LinksMobile_New div{
    margin-bottom: 16px;
}

.Footer_Main_Container_Menu_LinksMobile_New div a{
    display: block;        
    text-align: left;
}

.Footer_GoTop_New {
    float: right; 
    margin-top: -50px;
}

.Footer_Main_Container_CreditsText_Mobile_New {
    display: block;
    line-height: normal;
    margin-top: 20px;
    font-size: 11px;
    text-decoration: none; 
} 

.Footer_Main_Container_CreditsText_Mobile_New:hover {
    text-decoration: underline; 
}


@media (max-width: 1024px) {

    .Footer_Main_ContainerMobile_New{
        display: flex;

    }

    .footer_main_wrapper{
        padding: 0 40px 32px 40px;
    }

    .newsletter_left {
        flex: 0.5;
        gap: 16px;
    }

    .newsletter_right {
        flex: 1.5;
    }

    .Footer_Main_Mobile_New {
        display: block;
     }
     
    .Footer_Main_New {
        display: none;
    }

    .Footer_Main_Container_CreditsText_New, 
    .Footer_Main_Container_CreditsTextMobile {
        float: none;
    }
    
    .Footer_Main_Container_Menu_Links_New div {
        margin-top: 2px;
    }
    
    .Footer_Main_Container_CreditsTextMobile_New{
        margin-top: 24px;
    } 

    .Footer_Main_Container_CreditsText_Mobile_New {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
    }
}

@media (max-width: 760px){

    .newsletter_right_subscrever{
        display: block;
    }
    
    .newsletter_right_title{
        font-size: 18px;
    }
}

@media (max-width: 600px) {


    .Footer_Main_Container_CreditsTextMobile_New{
        flex-wrap: wrap;
    }

    .Footer_Main_Container_CreditsMorada_MobileInfo_New{
        margin-right: 20px;
    }

    .footer_main_wrapper{
        padding: 0 16px 16px 16px;
        grid-template-columns: 1fr;
    }

    .newsletter_wrapper{
        flex-direction: column;
        padding: 24px 16px;
        gap: 24px;
    }

    .newsletter_right_email{
        padding-bottom: 16px;
    }

}

@media (max-width: 611px){
    .Footer_Main_Container_CreditsText_MobileInfo_New{
        width: 100%;
        margin-top: 32px;
    }
}

.Footer_Main_New::after,
.Footer_Main_ContainerMobile_New::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6; 
    /*background-image: linear-gradient(#006BA5, #005A8B);*/
    background-image: url('/Site/img/footer_background.png?16306');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    mix-blend-mode: luminosity; 
    pointer-events: none;
}


/* ====================== */
/*       Header           */
/* ====================== */

Header.Header_Main_Language_Selection.Header_Main_New
{
    height: auto;
    clear: both;
    background-color: var(--neutral-100);
}

.Header_Breadcrumb
{
    height: 42px !important;
}

.Header_Breadcrumb_Container_Context
{
    padding: 20px 9px 0px 9px !important;
    height: auto !important;
}

.Header_Main_Container_New 
{
    margin: auto;
    display: flex;
    max-width: 1238px;
    height: 70px;
    padding-left: 64px;
    padding-right: 64px;
    justify-content: space-between;
    align-items: center;
}

.Header_Pordata_Container_New
{
    background-color: var(--primary-color);
}

.Header_Pordata_Container_New.Header_Pordata_Container_Mobile_Menu_Show
{
    background-color: var(--color-brand800);
}

.Header_Main_Logo_FFMS_New 
{
    height: auto; 
    background-color: white; 
    float: left; 
    margin-left: 30px;
    margin-top: 15px;
}

.Header_Main_Language_Selection_New
{
    width: 94px;
    height: 30px;
    padding: 4px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF33;
    font-family: 'Space Grotesk Bold';
}

.Header_Main_Language_Selection_Link 
{
    width: 15px;
    height: 18px;
    padding: 6px 16px 6px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: var(--neutral-100) !important;
}

.Header_Main_Language_Selection_Selected 
{
    width: 15px;
    height: 18px;
    padding: 6px 16px 6px 16px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--neutral-100);
    font-size: 12px;
    color: var(--primary-color);
}

.Header_Main_Logo_Left_New img
{
    width: 184px;
    height: 30px;
    flex-shrink: 0;
    aspect-ratio: 92/15;
}

.Header_Main_Search_New
{
    height: 38px;
    width: -webkit-fill-available;
    max-width: 632px;
    margin: 0px 24px 0px 24px;
}

.Header_Main_SearchBox {
    position: relative;
    display: flex;
}

.Header_Main_SearchBox input {
    font-family: Space Grotesk;
}

.Header_Main_Search_New .Header_Main_SearchBox
{
    height: 38px;
}

.Header_Main_Search_New .Header_Main_SearchBox input
{
    width: -webkit-fill-available;
    min-width: 318px;
    height: 36px;
    padding: 0px 56px 0px 24px;
    border-radius: 24px;
    background-color: #FFFFFF33;
    border: 1px solid transparent !important;
    color: var(--neutral-100);
    font-family: 'Space Grotesk';
    font-size: 14px;
    text-transform: uppercase;
}
.Header_Main_Logo_FFMS_Header{
    padding: 0 0 14px 12px;
}
.Header_Main_Search_New .Header_Main_SearchBox input:hover, 
.Header_Main_Search_New .Header_Main_SearchBox input:focus,
.Header_Main_Search_Mobile_New .Header_Main_SearchBox input:hover,
.Header_Main_Search_Mobile_New .Header_Main_SearchBox input:focus
{
    border: 1px solid var(--neutral-100) !important;
}

input:-internal-autofill-selected {
    background-color: #FFFFFF33;
}

.Header_Main_Search_Mobile_New
{
    display: none;
}

.Header_Main_Search_Mobile_New .Header_Main_SearchBox
{
    
    display: flex;
    height: 38px;
    margin: auto;
}

.Header_Main_Search_Mobile_New .Header_Main_SearchBox input
{   
    flex: 1;
    height: 36px;
    padding: 0px 56px 0px 24px;
    border-radius: 24px;
    background-color: #FFFFFF33;
    border: 1px solid transparent !important;
    color: var(--neutral-100);
    font-family: 'Space Grotesk';
    font-size: 12px;
    text-transform: uppercase;
}

.Header_Main_Search_New .Header_Main_SearchBox input::-webkit-input-placeholder
{
    color: var(--neutral-100);
    opacity: 1;
}

.Header_Main_Search_Mobile_New .Header_Main_SearchBox input::-webkit-input-placeholder
{
    color: var(--neutral-100);
    opacity: 1;
}

.Header_Main_Search_New .Header_Main_SearchBox input::-moz-placeholder
{
    color: var(--neutral-100);
    opacity: 1;
}

.Header_Main_Search_Mobile_New .Header_Main_SearchBox input::-moz-placeholder
{
    color: var(--neutral-100);
    opacity: 1;
}

.Header_Main_Mobile_Menu_Icon_New 
{
    display: none;
}


 
.flex-logo-pordata{
    flex: 0 0 74%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-logo-fundacao {
    flex: 0 0 14%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.Header_Menu_Inner_New
{
    background-color: var(--color-800);
}

.Header_Menu_Inner_Container
{
    margin: auto;
    display: flex;
    justify-content: left;
    align-items: center;
    max-width: 1238px;
    height: 45px;
    padding: 0px 64px 0px 64px;
}

.Header_Menu_Item_New
{
    display: inline-block;
    position: relative;
    height: 21px;
    padding: 4px 16px;
    color: var(--neutral-100);
    font-family: "Space Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    cursor: pointer;
}

.Header_Menu_Item_New:hover 
{
    border-radius: 4px;
    background: #ffffff33;
}

.Header_Menu_Item_Label
{
    display: flex;
    align-items: center;
    gap: 8px;
}

.Header_Menu_Item_Arrow
{
    rotate: 0deg;
    width: 13px;
    height: 7px;
}

.Header_Menu_Item_New:hover .Header_Menu_Item_Arrow
{
    rotate: 180deg;
}

.Header_Menu_SubItems_Container_New
{
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 12px 8px 4px 8px;
    min-width: calc(100% - 16px);
    white-space: nowrap;
    background-color: var(--color-800);
    border-radius: 0px 0px 4px 4px;
    color: var(--neutral-100);
    font-family: 'Space Grotesk';
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    text-transform: uppercase;
    z-index: 1000;
    gap: 8px;
}

.Header_Menu_Item_New:hover .Header_Menu_SubItems_Container_New
{
    display: flex;
}

.Header_Menu_SubItems_Container_Pub
{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.Header_Menu_SubItem_Special
{
    display: flex;
    justify-content: space-between;
}

.Header_Menu_SubItem_New:hover
{
    background-color: #ffffff33;
}

.Header_Menu_SubItem_New
{
    display: flex;
    align-items: center;
    width: auto;
    padding: 4px 8px;
    border-radius: 4px;
}

.Header_Menu_SubItem_Special 
{
    flex-direction: column;
    align-items: flex-start
}

.Header_Menu_SubItem_Seperator
{
    border-top: 1px solid var(--neutral-100);
    width: 100%;
    margin-bottom: 8px;
}

.Header_Menu_SubItem_Container
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.Header_Menu_Item_New:hover .Header_Menu_SubItem_Container .Header_Menu_Item_Arrow
{
    rotate: 270deg;
    width: 13px;
    height: 7px;
}

.Header_Menu_Mobile_New
{
    display: none;
}

.Header_Menu_Mobile_Item_Label 
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px 8px 16px;
    color: var(--neutral-100) !important;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

.Header_Menu_Mobile_Item_Active_New
{
    background-color: #FFFFFF33;
    border-radius: 4px;
    border: 1px solid #FFFFFF00;
    box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.15);
}

.Header_Menu_Mobile_Item_Active_New .Header_Menu_Item_Arrow
{
    rotate: 180deg;
}

.Header_Menu_Mobile_SubItems_Container_New
{
    display: none;
    flex-direction: column;
    background-color: var(--color-brand800);
    border-radius: 0px 0px 4px 4px;
    padding: 12px 16px;
    gap: 12px;
    font-family: 'Space Grotesk';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    text-transform: uppercase;
}

@media (max-width: 1024px) {

    .Header_Main_Logo_FFMS_New
    {
        margin-top: 20px;
        margin-left: 80px;
    }

    .Header_Mobile_Menu_Show {
        display: flex;
    }

    .Header_Mobile_Menu_NoShow {
        display: none;
    }

    .Header_Menu_Mobile_New
    {
        z-index: 100;
        position: absolute;
        flex-direction: column;
        gap: 8px;
        width: calc(100% - 80px);
        height: 100%;
        padding: 8px 40px 0px 40px;
        background-color: var(--color-brand800);
        color: var(--neutral-100);
        font-family: 'Space Grotesk';
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase;
    }
    
    .Header_Menu_Mobile_Item_New
    {
        text-transform: uppercase;
        display: block;
        cursor: pointer;
    }

    .Header_Menu_Mobile_SubItem_New
    {
        display: flex;
        width: auto;
        color: var(--neutral-100) !important;
        padding: 4px 8px;
        border-radius: 4px;
    }

    .Header_Menu_Mobile_SubItem_New:active
    {
        background-color: #ffffff33;
    }

    .Header_Pordata_Container_New
    {
        padding: 40px 40px 24px 40px;
    }

    .Header_Main_Logo_Left_New
    {
        margin: 0px 16px 0px 16px;
    }

    .Header_Main_Logo_Left_New img
    {
        width: 145px;
    }

    .Header_Main_Container_New
    {
        height: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        padding: 0px;
    }

    .Header_Main_Search_New
    {
        display: none;
    }

    .Header_Main_Search_Mobile_New
    {
        display: block;
        margin-top: 24px;
        width: -webkit-fill-available;
        height: 38px;
    }

    .Header_Menu_New
    {
        display: none;
    }

    .Header_Main_Mobile_Menu_Icon_New 
    {
        display: block;
        cursor: pointer;
    }
    
    .Header_Main_Mobile_Menu_Icon_New img
    {
        height: 18px;
        width: 24px;
    }

    .Header_Pordata_Container_Mobile_Menu_Show .Header_Main_Mobile_Menu_Icon_Show
    {
        display: none;
    }

    .Header_Main_Mobile_Menu_Icon_Close 
    {
        display: none;
        height: 24px;
        width: 24px;
    }
    .Header_Main_Mobile_Menu_Icon_Close img
    {
        height: 24px;
        width: 24px;
    }
    .Header_Pordata_Container_Mobile_Menu_Show .Header_Main_Mobile_Menu_Icon_Close
    {
        display: block;
    }

    .Header_Main_Language_Selection_New
    {
        width: 62px;
        height: 24px;
    }

    .Header_Main_Language_Selection_Link
    {
        padding: 4px 8px 4px 8px;
    }

    .Header_Main_Language_Selection_Selected
    {
        padding: 4px 8px 4px 8px;
    }
     .flex-logo-pordata
     {
    flex: 0 0 22% !important;
    }
}

@media (max-width: 600px) {

    .Header_Pordata_Container_New {
        padding-left: 16px;
        padding-right: 16px;
    }

    .Header_Menu_Mobile_New {
        width: calc(100% - 32px);
        padding: 8px 16px 0px 16px;
    }
}


/*PortugalHome*/

/*Tabela*/

.BI_Portugal {
    width: auto;
    padding: 0px;
}

.HomePT_Right_Top{    
    border: none;
    height: auto;
}

.HomePT_Right {
    margin-left: 80px;
    width: auto;
    flex: 1;
}

.table_title h2{
    color: var(--neutral-1000);
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
}

.TableRecords>tbody>tr:hover { /*tirar hover das linhas da tabela*/
    background-color: transparent;
}

.table_year{
    color: var(--Brand-800, #003DA3);
}

.BI_PT_Year {
    text-align: right;
}

.table_values_portugal{
    font-family: "Archivo";
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.TableRecords > tbody > tr > td:last-child { /*tirar o border da ultima coluna*/
        border-right: 0;
} 

.TableRecords > tbody > tr:nth-child(2) > td:first-child { /*arredondar canto superior esquerdo*/
    border-top-left-radius: 4px;
}

.TableRecords > tbody > tr:nth-child(2) > td:last-child { /*arredondar canto superior direito*/
    border-top-right-radius: 4px;
} 


.TableRecords > tbody > tr:last-child > td:first-child { /*arredondar canto inferior esquerdo*/
    border-bottom-left-radius: 4px;
}

.TableRecords > tbody > tr:last-child > td:last-child { /*arredondar canto inferior direito*/
    border-bottom-right-radius: 4px;
}

.BI_Container .TableRecords_FirstLine{
    font-family: "Space Grotesk Bold";
    font-size: 14px;
    text-align: right;
    border-top: 0px;
    border-bottom: 0px;
    line-height: 21px;
    padding: 8px 16px;
    border-right: 1px solid var(--neutral-400);
}

.BI_Container .TableRecordsBI_OddLine {
    font-family: "Space Grotesk Bold";
    background-color: var(--Neutral-Neutral-200, #EBF0F5);
    font-size: 14px;
    line-height: 21px;
    border-bottom: 0px;
    padding: 16px;
    text-transform: uppercase;
    border-right: 1px solid var(--neutral-400);
}

.BI_Container .TableRecordsBI_EvenLine {
    font-family: "Space Grotesk Bold";
    font-size: 14px;
    line-height: 21px;
    border-bottom: 0px;
    padding: 16px;
    text-transform: uppercase;
    border-right: 1px solid var(--neutral-400);
}

@media (max-width: 600px){
    .Inside_Wrapper{
        display: block;
    }

    .BI_DataContainer{
        width: auto;
    }
}

/*----------------*/

.estatisticas_portugal_all {
    height: 100px;
    color: #FFFFFF;
    /* position: relative; */
    padding: 32px 64px;
    background: linear-gradient(0deg, rgba(21, 32, 41, 0.70) 0%, 
                rgba(21, 32, 41, 0.70) 100%), 
                url(/Site/img/estatisticas_de_portugal.jpg?16306) 
                lightgray 0px -284.845px / 100% 553.115% no-repeat;
}

.estatisticas_portugal{
    max-width: 1238px;
    margin: 0 auto;
}

.estatisticas_portugal_titulo h1{
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.50);
    font-size: 24px;
}

.estatisticas_portugal_descricao{
    color: var(--Neutral-Neutral-100, #FFF);
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.50);
    font-family: Archivo;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
    margin-top: 16px;
}

/*botoes "mais dados" e "exportar"*/

.Portugal_Buttons_Dados_Exportar {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    margin-top: 24px;
}

/*---------------------------*/

.Document_Main {
    display: flex;
    flex-direction: row;
    margin: 32px 0px 40px 0px;
}

.Document_Top_Portugal {
    background: linear-gradient(
        0deg, 
        rgba(21, 32, 41, 0.70) 0%, 
        rgba(21, 32, 41, 0.70) 100%), url(/Site/img/estatisticas_de_portugal.jpg?16306) 
        lightgray 0px -284.845px / 100% 553.115% no-repeat;
}

.Document_Top {
    padding: 32px 0px;
}

.Document_Top_Wrapper {
    margin: auto;
    display: flex;
    max-width: 1238px;
    padding-left: 64px;
    padding-right: 64px;
    justify-content: flex-start;
}

.Document_Top_Content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.Document_Top_Description {
    max-width: 470px;
    color: var(--neutral-100);
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.50);
    font-family: Archivo;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
}

.Document_Themes {
    min-width: 316px;
    max-width: 316px;
    margin-right: 80px;
}

.Document_Content {
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
}

.Document_all{
    background-color: var(--Neutral-Neutral-100, #FFF);
    padding-bottom: 16px;
}

@media (max-width: 1366px) {
    .Document_Themes {
        margin-right: 24px;
    }
}

@media (max-width: 1024px)
{
    .Document_Themes {
        margin-right: 24px;
        min-width: 280px;
        max-width: 280px;
    }

    .Document_Top_Wrapper
    {
        padding-left: 40px;
        padding-right: 40px;
    }

    .HomePT_Right {
        margin-left: 40px;
    }
}
@media (max-width: 750px)
{
    .Document_Main {
        flex-direction: column;
    }

    .Document_Themes {
        margin-right: 0px;
        margin-bottom: 0px;
        min-width: unset;
        max-width: unset;
        width: 100%;
    }
}
@media (max-width: 600px)
{
    .Document_Top_Wrapper
    {
        padding-left: 16px;
        padding-right: 16px;
    }

    .HomePT_Right {
        margin-left: 0px;
        width: 100%;
    }
}

/* ======================== */
/*       Theme List         */
/* ======================== */

.Themes_Title_Container {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 24px;
}

.Themes_Title_Container h2 {
    color: var(--neutral-1000);
}

.Themes_Title_Description {
    color: var(--neutral-1000);
    font-family: Archivo;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.Themes_List {
    display: block;
    padding: 8px;
    background-color: var(--neutral-200);
    border-radius: 4px;
}

.Themes_List .ListRecords {
    display: flex;
    flex-direction: column;
    gap: 4px;
} 

.Themes_List_Item {
    overflow: clip;
    border-radius: 4px;
    border-bottom: 1px solid #E3E8ED;
}

.Themes_List_Item_Label_Icon img {
    width: 24px;
    height: 24px;
}

.Themes_List_Item_Label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 12px 10px 12px 8px;
    cursor: pointer;
}

.Open .Themes_List_Item_Label {
    background-color: rgba(0, 95, 255, 0.10);
}

.Themes_List_Item_Label_EmtpyIcon {
    float: left;
}

.Themes_List_Item_Label_Title {
    flex: 1;
}

.Themes_List_Item_Label_Title h3 {
    color: var(--neutral-1000);
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.Open .Themes_List_Item_Label_Title h3 {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.Themes_List_Item_Label_NewTheme {
   float: right;
   margin: -42px 2px 0px 0px;
   height: 42px;
   width: 42px;
}

.Themes_List_Item_Label_Arrow {
    font-size: 22px;
    color: var(--primary-color);
}

.Themes_List_Item_Label_Arrow span {
    width: 13px;
}

.Open .Themes_List_Item_Label_Arrow {
    rotate: 180deg;
}

.Themes_List_Item_Label_Arrow icon {
    width: 13px;
    height: 7px;
    rotate: 0deg;
}

.Themes_List_Item_List {
    display: none;
}

.Open .Themes_List_Item_List {
    display: flex;
    background-color: rgba(0, 76, 204, 0.05);
}

.ExpandCollapse_Themes {
    display: none;
}

.ExpandCollapse_Themes a {
    background-image: none;
    color: var(--color-primary);
    width: 15px;
    height: 15px;
}

.ThemesContainer_Style {
    display: block;
}

.SubThemes {
    flex: 1;
}

.SubThemes_Item {
    display: flex;
    padding: 12px 12px 12px 40px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.SubThemes_Item a, 
.SubThemes_Item a:visited,
.SubThemes_Item a:link {
    color: var(--Neutral-Neutral-1000);
    font-family: "Space Grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    flex: 1;
}

.SubThemes_Item a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.SubThemes_Item span {
    font-size: 22px;
    color: var(--primary-color);
    width: 13px;
}


@media (max-width: 1024px)
{
    .Themes_Title_Container h2 {
        font-size: 18px;
    }

    .Themes_List_Item .HomePage_Themes_ListContent {
        width: 100%;
        clear: both;
    }
    
    .Themes_List_Item .HomePage_Themes_ListContent_Title {
        width: calc(100% - 60px);
        padding-right: 0;
    }
}
@media (max-width: 750px)
{
    .Themes_List {
        margin-bottom: 48px;
    }

    .ExpandCollapse_Themes {
        display: flex;
        margin-top: -40px;
        height: 36px;
        justify-content: end;
        align-items: center;
    }

    .ExpandCollapse_Themes a:after {
        font: normal normal normal 24px / 1 FontAwesome;
        font-family: 'FontAwesome';
        line-height: 15px;
    }

    a.ArrowRight::after {
        content: '\f055';
    }
    a.ArrowDown::after {
        content: '\f056';
    }

    .Themes_Title_Container h2 {
        font-size: 24px;
    }
}
@media (max-width: 600px)
{
    .ThemesContainer_Style
    {
        display: none;
    }
}

/* ======================== */
/*       FloatingCard       */
/* ======================== */

.FloatingCard_Container {
    display: grid;
    align-items: start;
}

.FloatingCard_Card {
    position: absolute;
    justify-self: end;
    align-self: center;
    border-radius: 4px;
    background: var(--neutral-100);
    box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.10);
}

@media (max-width: 1024px) {
    .FloatingCard_Card {
        position: relative;
        justify-self: center;
        align-self: end;
        width: calc(100% - 14px);
        margin-top: 140px;
        z-index: 1;
    }

    .FloatingCard_Background {
        position: absolute;
        width: calc(100% - 80px);
        height: 216px;
        object-fit: cover;
    }
}

@media (max-width: 600px) {
    .FloatingCard_Background {
        width: calc(100% - 32px);
    }
}

/* ==================== */
/*       Homepage       */
/* ==================== */

.carrousel-container{
    padding: 16px 64px 24px 64px;
    height: 580px; 
    max-width: 1238px;
    margin-left: auto;
    margin-right: auto;
}

.Container_Wrapper
{
    background-color: white !important;
}

.Container_Wrapper .push {
    min-height: 127px !important;
}

.Document_Wrapper
{
    padding: 32px 0px 32px 0px;
    display: flex;
    gap: 40px;
}

.Document_Frame 
{
    width: 250px;
}

.Document_Frame_Title
{
    margin-bottom: 16px;
}
.Document_Frame_Title.highlights-title{
    margin-top: 16px;
}


/* ================================== */
/*       Homepage MainHilights        */
/* ================================== */

.MainHightlights_Content {
    display: grid;
    align-items: start;
    flex: 1;
}

.MainHightlights_FloatingCard_Container {
    flex: 1;
}

.MainHightlights_Content_Image {
    width: 619px;
    height: 314px;
    border-radius: 4px;
    object-fit: cover;
}

.MainHightlights_Info_Wrapper{
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 398px;
}

.MainHightlights_Info_Description
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.MainHightlights_Info_Text
{
    color: var(--neutral-1000);
    font-family: "Archivo";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media(max-width: 1024px) 
{
    .MainHightlights_Content {
        flex: 0;
        height: 502px;
    }

    .MainHightlights_Info_Wrapper {
        width: auto;
    }

    .MainHightlights_Content_Image {
        width: 100%
    }
}

/* ========================== */
/*       Homepage Tools       */
/* ========================== */

.Tools_Wrapper > span
{
    display: contents;
}

.Tool_Frame_Subtitle
{
    margin-bottom: 8px;
    font-family: "Space Grotesk Bold";
    font-size: 14px;
    font-style: normal;
    line-height: 21px;
    color: var(--neutral-1000);
}

.Tool_Frame_Content
{
    font-family: "Archivo";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: var(--neutral-1000);
}

.Tool_Background_IMI
{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%), url(/Site/img/ToolImage_IMI.jpg?14831&14870&16306) lightgray 50% / cover no-repeat;
}

.Tool_Background_CurrencyConverter
{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%), url(/Site/img/ToolImage_CurrencyConverter.jpg?14831&14870&16306) lightgray 50% / cover no-repeat;
}


.Tool_Container
{
    display: flex;
    flex: 1;
    height: 200px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    max-width: 619px
}

.Tool_Label 
{
    display: flex;
    justify-content: flex-end;
    padding: 45px 16px 16px 16px;
    flex-direction: column;
}

.Tool_Label H3 
{
    color: var(--neutral-100);
}

.Tool_Mobile_Container
{
    display: none;
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 200px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
}

.ToolPopup
{
    font-family: 'GHTF Book' !important;
    color: #00568b;
    text-align: center;
    border: 2px solid #00568b;
    max-width: 478px;
    width: 100%;
    height: 100%;
    margin-top: 0;
    background-color: white;
    border-radius: 25px;
    position: relative;
}

.ToolPopupHeader
{
    border-radius: 20px;
    background-image: linear-gradient(top, #ffffff, #c7c8ca);
    background-image: -webkit-linear-gradient(top, #ffffff, #c7c8ca);
    background-image: -moz-linear-gradient(top, #ffffff, #c7c8ca);
    background-image: -o-linear-gradient(top, #ffffff, #c7c8ca);
    background-image: -ms-linear-gradient(top, #ffffff, #c7c8ca);
    height: 132px;
    display: flex;
    align-items: center;
    align-content: center;
}

.ToolPopupImage
{
    margin-left: 20px;
    margin-top: 20px;
}

.ToolPopupTitle
{
    font-size: 20px;
    line-height: 22px;
    margin-top: 20px;
}

.ToolPopupHeader .ToolPopupImage
{
    margin-top: 0;
}

.ToolPopupHeader .ToolPopupTitle
{
    word-break: break-word; 
    width: calc(100% - 140px); 
    text-align: left;
    color: #00568b;
    font-family: 'GHTF Bold';
    font-size: 17px;
    margin-top: 0;
}

.ToolPopupContent
{
    margin-top: 20px;
    padding: 0 20px 0 20px;
    text-align: left;
    font-size: 15px;
    background-color: white;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-transform: none;
}

.ToolPopupContent input,
.ToolPopupContent input[type='text'],
.ToolPopupContent select
{
    font-family: 'GHTF Book' !important;
    font-size: 15px !important;
    height: 40px; 
    width: 100%;
    border: 1px solid grey;
    padding: 3px 0 3px 4px;
}
.Tool_Mobile_Base_Container
{
    display: flex;
    width: 100%;
    height: 200px;
}

.ToolPopupMobile
{
    margin: -130px auto auto auto;
    border-radius: 20px;
    border: 0;
    z-index: 100;
}

.ToolInfo
{
    display: block;
}

.ToolInfoMobile
{
    display: none;
}

.Tool_Mobile_Base_Container_Img_Left
{
    position: absolute; 
    top: 36px; 
    left: 0;
}

.Tool_Mobile_Base_Container_Img_Right
{
    position: absolute; 
    top: 38px; 
    right: 0;
}


@media (max-width: 1024px)
{

    .Document_Wrapper
    {
        flex-direction: column;
        gap: 0px;
    }

    .Tools_Wrapper
    {
        gap: 24px;
    }
    .Tools_Wrapper_1Sim {
        flex-direction: row;
    }

    .Tools_Frame
    {
        width: auto;
    }

    .Tool_Container
    {
        display: none;
    }

    .Tool_Mobile_Container
    {
        display: flex;
    }
    
    .ToolInfo
    {
        display: none;
    }

    .ToolInfoMobile
    {
        display: block;
    }

}


@media (max-width: 600px) 
{
    
    .ToolPopupHeader
    {
        height: 102px;
    }
    
    .ToolPopupMobile
    {
        margin: -100px auto auto auto;
    }
    
    .ToolPopupHeader .ToolPopupTitle
    {
        font-size: 14px;
        line-height: 16px;
    }
    
    .Tool_Mobile_Base_Container_Img_Left
    {
        top: 21px; 
    }

    .Tool_Mobile_Base_Container_Img_Right
    {
        top: 23px; 
    }
    
    .ToolPopupBeforeImage img,
    .ToolPopupImage img
    {
        width: 60px;
        height: auto;
    }

    .Tools_Wrapper_1Sim {
        flex-direction: column;
    }
}
.Communication_New-info-button{
    font-family: 'Space Grotesk Bold';
    font-size: 14px;
    color: #004CCC;
    border: 1px solid #004CCC;
    border-radius: 4px;
    align-items: center;
    display: flex;
    height: 41px;
    width: 154px;
    justify-content: space-evenly;
}

a.Communication_New-info-button,
a:hover.Communication_New-info-button{
    color: #004CCC !important;
}

a:hover.Communication_New-info-button{
    background-color: #005FFF1A;
}


.Communication_New-info-button .fa{
    font-size: 18px;
}

/* ========================== */
/*       MunicipaltiesHome    */
/* ========================== */

.Document_Top_Municipalties {
    background: linear-gradient(
        0deg,
        rgba(21, 32, 41, 0.70) 0%,
        rgba(21, 32, 41, 0.70) 100%), 
        url(/Site/img/Municiplaties_TopBackground.jpg?16306) lightgray 50% / cover no-repeat;
}

.Municipalties_Buttons_Container {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    margin-bottom: 48px;
}
.Municipalties_Buttons_Container_Mobile {
    display: none;
    margin: 32px 0px 24px 0px;
}

.Municipalties_Table {
    margin-bottom: 48px;
}

.Municipalties_Portrait {
    display: flex;
    width: -webkit-fill-available;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    border-radius: 4px;
    background: var(--neutral-300);
}

.Municipalties_Portrait_FloatingCard_Container {
    width: 100%;
}



.Municipalties_Portrait_FloatingCard_Card {
    align-self: end;
    margin-bottom: 13px;
}

.Municipalties_Portrait_FloatingCard_Background {
    width: auto;
    height: auto;
    position: relative;
}

.Municipalties_Portrait_Title h2 {
    font-size: 18px;
    line-height: 27px;
}

.Municipalties_Portrait_Image {
    width: 397px;
    height: 314px;
    border-radius: 4px;
    background: url(/Site/img/Municiplaties_Portrait.png?16306) lightgray 50% / cover no-repeat;
}

.Municipalties_Portrait_Info {
    display: flex;
    width: 372px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

@media (max-width: 1024px) 
{
    .Municipalties_Buttons_Container {
        display: none;
    }

    .Municipalties_Buttons_Container_Mobile {
        display: flex;
    }

    .Municipalties_Portrait_FloatingCard_Container {
        width: 100%;
        position: relative;
    }

    .Municipalties_Portrait_FloatingCard_Background {
        width: auto;
        height: auto;
    }

    .Municipalties_Portrait_Image {
        width: auto;
    }

    .Municipalties_Portrait_FloatingCard_Card {
        margin-bottom: 0px;
        margin-top: -150px;
    }

    .Municipalties_Portrait_Info {
        width: calc(100% - 64px);
    }
}

@media (max-width: 600px) {
    .Municipalties_Buttons_Container_Mobile {
        flex-direction: column;
    }
}


/* =============================== */
/*       MunicipaltiesHome Table   */
/* ================================ */

.QrHeaderEmpty {
    position: absolute;
    background-color: var(--neutral-100);
    border: 0px;
}

.QrHeaderEmptyPortugal{
    height: 30px;
    background-color: var(--neutral-100);
    border: 0px;
}

.QrHeaderEmptyIndicatorSeparator{
}

.QrHeaderEmptyIndicatorSeparator_OddLine {
    background-color: var(--neutral-100); 
}

.QrHeaderEmptyIndicatorSeparator_EvenLine {
    background-color: var(--neutral-200); 
}

.QrHeaderIndicatorSizing {
    width: 200px;
    min-width: 200px;
    min-height: 20px;
    padding: 16px 16px 16px 16px;
}

.QrHeaderEmptyYearSeparator{
    min-width: 1px;
    max-width: 1px;
    background-color: var(--neutral-400);
    border: 0px;
}

.QrHeaderYear{
    color: var(--color-800);
    text-align: center;
    font-family: "Space Grotesk Bold";
    font-size: 14px;
    font-style: normal;
    line-height: 21px;
    background-color: var(--neutral-100);
    padding: 4px 16px;
    vertical-align: middle;
    border-bottom: none;
}

.QrHeaderYearPortugal{
    background-color: #e9f6fe;  
    color: #29A8EF;
    font-size: 14px;
    padding: 4px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.QrHeaderTerritory{
    background-color: var(--neutral-100);
    vertical-align: middle;
    border: none;
    padding: 4px 16px;
    color: var(--neutral-800);
    font-family: "Space Grotesk Bold";
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    text-transform: uppercase;
}

.QrTableIndicator {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    border: none;
}

.QrTableIndicator a:hover{
    color: var(--primary-color);
    text-decoration: underline;
}

.QrTableIndicator a h3 {
    color: var(--neutral-1000);
    text-decoration: underline;
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
}

.QrTableIndicator a h3:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.QrTableIndicator .ThemeColorBox{
    display: none;
    float: left;
    height: 18px;
    margin: 0px 0px 0 -10px;
    width: 6px;
    cursor: help;
}

.QrTableIndicator .Text {
    float: left;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}

.QrTableIndicator_NoLink {
    font-family: "Space Grotesk Bold";
    color: var(--neutral-1000);
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    text-transform: uppercase;
}

.QrTableIndicator_FirstRow {
    border-top-left-radius: 4px;
}


.QrTableIndicatorMimic {
    font-family: 'Space Grotesk Bold';
    display: flex;
    flex-direction: column;
}

.QrTableIndicatorMimic_Title {
    display: inline-block;
    font-family: "Space Grotesk Bold";
    font-size: 14px;
    line-height: 21px;
    text-decoration: underline;
    word-wrap: break-word;
    text-transform: uppercase;
}




.QrSubtitle{
    font-family: "Space Grotesk Bold";
    font-weight: normal;
    font-size: 11px;
}   

.QrTableRecords_OddLine {
    background-color: var(--neutral-100); 
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
}

.QrTableRecords_EvenLine {
    background-color: var(--neutral-200); 
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
}

.QrTableRecords_FirstLine > :first-child {
  border-top-left-radius: 4px;
}

.QrTableRecords_FirstLine > :last-child {
  border-top-right-radius: 4px;
}

.QrTableRecords_LastLine > :first-child {
  border-bottom-left-radius: 4px;
}

.QrTableRecords_LastLine > :last-child {
  border-bottom-right-radius: 4px;
}

.QrTableCellValue {
    vertical-align: middle;
    border: none;
    padding: 16px;
    color: var(--neutral-1000);
    font-family: Archivo;
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
}
.QrTableCellValue_Padded {
    padding-left: 40px;
}

.QrTableCellValue_Container {
    display: flex;
    justify-content: center;
}

.QrTableCellValue_Wrapper {
    text-align: right;
    width: 10ch;
}

.QrTable_AlignLeft {
    text-align: left;
}
.QrTable_AlignRight {
    text-align: right
}

.QrTableCellEmptySeparator{
    min-width: 1px;
    max-width: 1px;
    background-color: var(--neutral-300);
    border: 0px;
}


/* ============================================================================================================================= */
/*       Politica de Privacidade/ Cookies /   Termos de Utilização /  etc... */
/* ============================================================================================================================= */

.CenterStage{
    border: none;
    padding: 0;
    font-size: 16px !important;
    font-family: 'Archivo Bold';
}
.Content_Container h1,
.GlossaryTitle, 
.GlossaryTitle h1{
    color: var(--primary-color) !important;
    font-family: "Space Grotesk Bold";
    font-size: 24px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0%;
    margin-top: 16px;
}

.CenterStage .Content_Container{
    margin-bottom: 0;
    padding: 0;
}
.Content_Container p {
    margin: 5px;
    line-height: 24px;
    text-align: left;
    font-size: 16px !important;
    font-family: 'Archivo';
}
.Content_Container p strong{
    font-family: 'Archivo Bold';
    color: var(--neutral-1000);
    font-size: 16px !important;
}
.Content_Container a, 
.Content_Container a:link{
    color: var(--color-primary);
    text-decoration: underline;
    font-weight: normal;
    font-size: 16px !important;
    font-family: 'Archivo';
}
.Content_Container span, .Text_Note {
    font-size: 16px !important;
    font-family: 'Archivo';
}

.ConceptList table td{
    font-size: 16px !important;
    font-family: 'Archivo';
}
.FoundResults{
    font-size: 16px !important;
}
.ConceptNameSelectedLink{
    font-family: 'Archivo Bold';
}


/*EuropaHome*/

.Document_Top_Europa {
    background: linear-gradient(
        0deg, 
        rgba(21, 32, 41, 0.70) 0%, 
        rgba(21, 32, 41, 0.70) 100%), 
        url(/Site/img/background_europa.jpg?16306) 
        lightgray 0px -474.77px / 100% 491.093% no-repeat;
}

.BI_Right {
    float: none;
    width: auto;
    padding: 12px 12px 12px 12px;
}

.BI_Container {
    width: auto;
    Height: auto;
    margin: 0;
}


/* ======================== */
/*       HomeEurop_ODS      */
/* ======================== */

.HomeEurope_ODS_Container {
    width: 100%;
    margin-bottom: -4px;
}

.HomeEU_Right_Top {
    min-height: 790px !important;
    height: auto !important;
    padding-bottom: 10px !important;
    padding-left: 5px !important;
}

body .CenterStage {
    font-family: 'GHTF Book';
}

.ImagemStatic {
    width: 129px;
    height: 129px;
}

.ODS_List {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(129px, 1fr));
    gap: 4px;
}

.ODS_Imagem_Wrapper {
    display: block;
    position: relative;
}

.ODS_Imagem {
    width: 100%;
    height: 100%;
}

.ODS_Imagem_Wrapper:hover::after
{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 0.3;
    top: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 1024px) {
    .ODS_List {
        grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
    }
}

@media (max-width: 600px) {
    .ODS_List {
        grid-template-columns: repeat(auto-fit, minmax(106px, 1fr));
    }
}

@media (max-width: 390px) {
    .ODS_List {
        grid-template-columns: repeat(auto-fit, minmax(89px, 1fr));
    }
}


/* ======================== */
/*       Summary_Table      */
/* ======================== */

.Summary_Filter_Seperator {
    border-bottom: 1px solid var(--neutral-200);
    margin: 24px 0px;
    height: 0px;
}

.Summary_FilterContainer {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: space-between;
}

.Summary_FilterContainer_Mobile {
    display: none;
}

.Summary_Filter {
    display: flex;
    flex-direction: column;
    gap: 4px;
    white-space: nowrap;
}

.Summary_Filter label {
    font-family: "Space Grotesk Bold";
    font-size: 14px;
    font-style: normal;
    line-height: 21px; 
    text-transform: uppercase;
}

.Summary_Filter_NoLabel {
    padding-top: 21px;
}

.Summary_Filter_Municipalty {
    flex: 1;
}

.Summary_Filter_Year {
    min-width: 161px;
    max-width: 161px;
}

.Summary_Filter_Year span {
    width: 100%;
}

.Summary_Filter_Year_Desktop {
    display: flex;
}
.Summary_Filter_Year_Mobile {
    display: none;
}

.Summary_Filter_Update {
    display: flex;
}

.Summary_ComboGroup {
    display: flex;
    width: 100%;
    height: 40px;
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--neutral-400);
    background: var(--neutral-100);
    color: var(--neutral-1000);
    font-family: "Space Grotesk";
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    text-transform: uppercase;
}

.Summary_TableContainer {
    margin-bottom: 24px;
    display: grid;
}

.Summary_BottomButtonsContainer {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.SummaryTable_Container {
    overflow: auto;
}

.Indicador_ShadowWrapper {
    position: absolute;
    display: none;
    height: 100%;
    width: 8px;
    left: 100%;
    overflow: hidden;
}

.Indicador_Shadow {
    height: calc(100% + 8px);
    width: 100%;
    margin: -4px 0;
    box-shadow: inset 4px 0 4px 0 rgba(0, 0, 0, 0.10);
}


@media all {

    .ComboGroup {
        font-size: 14px !important;
        width: 270px; 
        height: 30px !important; 
        border: 1px solid #999999 !important; 
        border-radius: 0 !important;
        padding-top: 0;
    }

    .select2-container {
        font-size: 14px;
    }

    .Year_Container {
        text-align: left;
    }

    .Year_Container select {
        width: 130px;
    }
    
    .YeatText_Container {
        text-align: left;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 5px;
    }
    
    .cbYearChoice {
        display: inline-block;
        height: 36px;
    }

    .cbYearChoiceMobile {
        display: none;
        height: 36px;
    }
    
    .Search_Image {
        float: left;
        margin: 0;
    }

    .SummaryTable_Content .Search_Container
    {
        padding-top: 20px;
        margin-bottom: 40px;
    }

    .SummaryTable_Content .Search_Container .Search{
        float: left;
        margin: 0px
    }

    .SummaryTable_Content .Search_Container .Search_Input{
        border-top: 1px solid #999999;
        border-left: 1px solid #999999;
        border-bottom: 1px solid #999999;
        border-right: 0px;
        color: #A8A8A8;
        width: 246px;
        height: 20px;
        line-height: 18px;
        margin: 0;
        padding: 3px;
        font-weight: bold;
    }

    .SummaryTable_Content .Search_Container .Search_Icon{
        border-top: 1px solid #999999;
        border-right: 1px solid #999999;
        border-bottom: 1px solid #999999;
        border-left: 0px;
        margin-top: 0;
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .Summary_ComboGroup {
        display: none;
        width: 100%;
        padding: 8px 16px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        border-radius: 4px;
        border: 1px solid var(--neutral-400);
        background: var(--neutral-100);
        color: var(--neutral-1000);
        font-family: "Space Grotesk";
        font-size: 12px;
        font-style: normal;
        line-height: 18px;
        text-transform: uppercase;
    }

    .Summary_FilterContainer_Mobile {
        display: flex;
    }

    .Summary_Filter_Update {
        display: none;
    }

    .Indicador_ShadowWrapper {
        display: block;
    }
}

@media (max-width: 1000px) {
    .SummaryTable_Content .Search_Container
    {
        padding-top: 0px;
        margin-bottom: 20px;
        height: 36px;
    }
}

@media (max-width: 750px) {
    .cbYearChoice {
        display: none;
    }

    .cbYearChoiceMobile {
        margin-left: 0;
        font-size: 16px;
        display: inline-block;
    }
}

@media (max-width: 600px) {
    .Summary_Filter_Year_Desktop {
        display: none;
    }

    .Summary_Filter_Year_Mobile {
        display: flex;
    }
}


/* ======================== */
/*       SubTheme           */
/* ======================== */

.SubTheme_Container_Right {
    margin-top: 84px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.SubTheme_List {
    display: flex !important;
    flex-direction: column;
}

.SubTheme_List a {
    display: inline-table;
    height: 24px;
    margin-bottom: 24px;
}

.SubTheme_List br {
    max-height: 0px;
    line-height: 0px;
}

.SubTheme_List h3 {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .SubTheme_Container_Right {
        margin-top: 104px;
    }
}

@media (max-width: 750px) {
    .SubTheme_Container_Right {
        margin-top: 0px;
    }
}



.GoogleSiteSearch {
    font-family: Space Grotesk;
}



/****PublicationsHeadingHome(Videos)****/

.publication_description{
    font-family: "Archivo";
    line-height: 20px;
    font-size: 14px;
}

/***Year Quadro Resumo Municipios e Europa***/

.Year_Municipios_Europa{
    text-align: center;
}

