#g-top .g-particle[id^="custom-"]:nth-of-type(1),
#g-navigation .g-particle[id^="custom-"]:nth-of-type(1) {
    position: absolute;
    top: -1000px;
}

::placeholder {
  color: #1d1d1b;
  opacity: 1; 
}

:-ms-input-placeholder { 
  color: #1d1d1b;
}

::-ms-input-placeholder { 
  color: #1d1d1b;
}

/* --- */

#menuMobile #accordeonck1033{
    background: transparent;
    border: 0;
    box-shadow: none;
}

#menuMobile #accordeonck1033 img{
    display:none;
}

#menuMobile #accordeonck1033 li.level1 > span a{
    font-family: 'Gravity-Bold', sans-serif;
    font-size: 16px;
    color: #1d1d1b;
}

#menuMobile #accordeonck1033 li.level2 > span a{
    font-family: 'Dosis-Regular', sans-serif !important;
    font-size: 14px !important;
    color: #000;
}

#menuMobile #accordeonck1033 li.level1.active > span a, #menuMobile #accordeonck1033 li.level1:hover > span a{
    font-family: 'Gravity-Bold', sans-serif;
    background: #84a2a2;
    border-radius: 10px;
    color:#fff;
}

#menuMobile #accordeonck1033 li.level2.active > span a, #menuMobile #accordeonck1033 li.level2:hover > span a{
    background: #dd093166;
    border-radius: 10px;
    color:#fff;
}

#menuMobile #accordeonck1033 li.level2.active.parent > span a{
    background: #dd0931b3;
    border-radius: 10px;
    color:#fff;
}

#menuMobile #accordeonck1033 li.level3.active > span a, #menuMobile #accordeonck1033 li.level3:hover > span a{
    background: #dd093166;
    border-radius: 10px;
    color:#fff;
}

#menuMobile #accordeonck1033 li.accordeonck.parent > span{
    padding-right: 0;
}

#menuMobile #accordeonck1033 li.parent > span span.toggler_icon{
    right:5px;
}

#menuMobile ul#accordeonck1033 li ul li{
    border-top:0;
    margin: 2px 0;
}

#menuMobile #accordeonck1033 li{
    border-bottom:0;
}

#FPDigital .g-content {
    margin: 0;
    padding: 50px !important;
}

#FPDigital h3{
    margin-bottom: 0;
}

#BarraCopyright .w30 #aa img{
    width: 80px !important;
    margin-left: 5px !important;
}

#custom-1191{
    position: absolute;
    top: -1000%;
}

body::-webkit-scrollbar{
    width: 8px;
    background: #ffffff;
}

body::-webkit-scrollbar-track{
	-webkit-box-shadow: none;
}

body::-webkit-scrollbar-thumb{
	background-color: #dd0931;
    outline: 1px solid white;
    width: 8px;
}

.loader{
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    z-index: 99;
    -webkit-transform: translate(0px, 1px);
    -moz-transform: translate(0px, 1px);
    -ms-transform: translate(0px, 1px);
    -o-transform: translate(0px, 1px);
    transform: translate(0px, 1px);
}

.loader > img, .loader > svg {
    width: 170px;
	height: fit-content;
	display: block;
	position: relative;
	top: 20%;
}


/* --- Animation --- */
.loader > svg > g:nth-child(3) polygon {
    opacity: 0;
    animation: letterAnim 3.2s infinite linear;
}

/* reveal cascade (0-3.2s) = 0.4s spacing */

/* Pink */
.loader > svg > g:nth-child(3) polygon:nth-of-type(n):nth-of-type(-n+3) { animation-delay: 0.4s; }

/* Purple 1 */
.loader > svg > g:nth-child(3) polygon:nth-of-type(n+4):nth-of-type(-n+6)  { animation-delay: 1.2s; }

/* Purple 2 */
.loader > svg > g:nth-child(3) polygon:nth-of-type(n+7):nth-of-type(-n+9) { animation-delay: 1.1s; }

/* Green */
.loader > svg > g:nth-child(3) polygon:nth-of-type(n+10):nth-of-type(-n+12) { animation-delay: 0.8s; }

/* Yellow */
.loader > svg > g:nth-child(3) polygon:nth-of-type(n+13):nth-of-type(-n+15) { animation-delay: 0.7s; }

/* Blue */
.loader > svg > g:nth-child(3) polygon:nth-of-type(n+16):nth-of-type(-n+18) { animation-delay: 0.6s; }

/* Red */
.loader > svg > g:nth-child(3) polygon:nth-of-type(n+19):nth-of-type(-n+21) { animation-delay: 1.5s; }

/* Orange */
.loader > svg > g:nth-child(3) polygon:nth-of-type(n+22):nth-of-type(-n+24) { animation-delay: 1.6s; }

@keyframes letterAnim {
    /* 0s - 4s : appear (each delayed path handles cascade) */
    0%   { opacity: 0; }
    10%  { opacity: 1; }   /* fade in quickly */

    /* 
	/* Hold */
    70% { opacity: 1; }

    /* Fade out (cascade handled by delays again) */
    85% { opacity: 0; }

    /* Stay hidden */
    100% { opacity: 0; }
}

/* --- */
.lds-ellipsis {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
	top: 20%;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #f11414;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/*.loaderNoticias, .loaderAcontece{
    text-align: center;
}

.loaderNoticias img, .loaderAcontece img{
    width: 170px;
}

@keyframes ldio-xlshww2hydk {
  0% { transform: rotate(0deg) }
  50% { transform: rotate(180deg) }
  100% { transform: rotate(360deg) }
}
.ldio-xlshww2hydk div {
  position: absolute;
  animation: ldio-xlshww2hydk 1s linear infinite;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  box-shadow: 0 4px 0 0 #e15b64;
  transform-origin: 80px 82px;
}
.loadingio-spinner-eclipse-fmqtd1mry49 {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
}
.ldio-xlshww2hydk {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.ldio-xlshww2hydk div { box-sizing: content-box; }
*/

.mobile{
    display:none;
}

#MenuSuperior::-webkit-scrollbar{
    width: 8px;
    background: #ffffff;
}

#MenuSuperior::-webkit-scrollbar-track{
	-webkit-box-shadow: none;
}

#MenuSuperior::-webkit-scrollbar-thumb{
	background-color: #dd0931;
    outline: 1px solid white;
    width: 8px;
}

#MenuSuperior {  
    position: fixed;
    left: 0;
    top: 165px;
    height: calc(100% - 165px);
    width: 100%;
    text-align: center;
    background: #f3f6f9;
    overflow-x: hidden;
    overflow-y: overlay;
    display: none;
}

#MenuSuperior .g-content {
    width: 1250px;
    margin: auto;
    padding: 50px 0;
}

#MenuSuperior .w33 {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-column-gap: 30px;
    margin: auto;
}

#MenuSuperior .w33 > a {
	position: relative;
    display: inline-block;
    width: calc((100% - (30px * (6 - 1))) / 6);
    margin: 1% 0px;
	border-radius: 25px;
	background: #2b5ca7;
	overflow: hidden;
	-webkit-transition: background 0.6s ease-in-out;
    -moz-transition: background 0.6s ease-in-out;
    -o-transition: background 0.6s ease-in-out;
    transition: background 0.6s ease-in-out;
	opacity: 0;
}
 
#MenuSuperior .w33 > a:hover {

}

/* --- */
#MenuSuperior .w33 > a {
    animation: fadeInUpItems 0.4s forwards;
}

#MenuSuperior .w33 > a:nth-child(7) {
	animation-delay: 0.4s;
}

#MenuSuperior .w33 > a:nth-child(8) {
	animation-delay: 0.6s;
}

#MenuSuperior .w33 > a:nth-child(9) {
	animation-delay: 0.8s;
}

#MenuSuperior .w33 > a:nth-child(10) {
	animation-delay: 1.0s;
}

#MenuSuperior .w33 > a:nth-child(11) {
	animation-delay: 1.2s;
}

#MenuSuperior .w33 > a:nth-child(12) {
	animation-delay: 1.4s;
}

#MenuSuperior .w33 .iconMain {
    position: absolute;
    height: 125%;
    width: 200%;
	will-change: transform;
	transform: translate(-17%, 3%);
	-webkit-transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
}

#MenuSuperior .w33 > a:hover .iconMain {
    transform: translate(-40%, -15%);
}

#MenuSuperior .w33 .iconMain svg {
    height: 100%;
    width: 100%;
}

#MenuSuperior .w33 .iconMain svg g {
	opacity: 1 !important;
}

#MenuSuperior .w33 .iconMain svg path {
    fill-rule: evenodd;
    fill: #3f6baf;
    stroke: #3f6baf;
    stroke-miterlimit: 0;
    stroke-width: 0;
	-webkit-transition: fill 0.6s ease-in-out, stroke 0.6s ease-in-out;
    -moz-transition: fill 0.6s ease-in-out, stroke 0.6s ease-in-out;
    -o-transition: fill 0.6s ease-in-out, stroke 0.6s ease-in-out;
    transition: fill 0.6s ease-in-out, stroke 0.6s ease-in-out;
}

#MenuSuperior .w33  > a:hover .iconMain svg path {
	fill: #6689bf;
    stroke: #6689bf;
}

#MenuSuperior .w33 .button {
	outline: none;
    background: unset;
    color: #fff;
    font-family: 'Metropolis-Light', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    aspect-ratio: 1 / 1;
    float: none;
    margin: 0;
    border: unset;
    padding: 25px;
    line-height: 1.2;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    transition: transform .2s ease-out;
}

#g-mainbar .moduletable {
    margin: 0;
}

#MapaSite {
    position: fixed;
    z-index: 9999999999999999;
    vertical-align: top;
    top: 0;
    left: 0;
    margin-top: 0;
    height: 100%;
    max-height: 100%;
    width: 100%;
    word-break: break-word;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    background: #24232380;
}

#MapaSite .g-content {
    margin: 0;
    width: 50%;
    background: #fff;
    display: none;
}

#MapaSite .platform-content {
    margin: 0;
    padding: 0;
}

#MapaSite a {
    color: #000000;
}

#MapaSite a:hover {
	color: #000000;
}

#MapaSite .logo {
    display: none;
    position: relative;
    top: -20px;
    left: 10px;
    background: transparent;
}

#MapaSite .logo img {
    width: 100px;
    position: relative;
    padding: 0;
}
#MapaSite .hideMenuMobile {
    display: none;
    position: fixed;
    top: 15px;
    left: 47%;
    background: transparent;
}
#MapaSite .hideMenuMobile svg {
    width: 40px;
    height: 40px;
}
#MapaSite .hideMenuMobile svg path {
    fill: #1d1d1b;
}
#MapaSite::-webkit-scrollbar{
    width: 8px;
    background: #fff;
}
#MapaSite::-webkit-scrollbar-track{
	-webkit-box-shadow: none;
}
#MapaSite::-webkit-scrollbar-thumb{
	background-color: #000;
    outline: 1px solid white;
    width: 8px;
}
#MapaSite .menu {
    border: 0;
    width: 100%;
}
#MapaSite li {
    color: #fbcd02;
}
#MapaSite li.item-998, #MapaSite li.item-999, #MapaSite li.item-1000, #MapaSite li.item-1037 img {
    display: none;
}
#MapaSite li a:before {
    display: none;
}
#MapaSite li .separator {
    vertical-align: top;
    font-size: 22px;
    font-family: 'LEMONMILK-Medium', sans-serif;
    color: #000000;
}
#MapaSite .nav-child {
    box-shadow: none;
    background: #fff;
    list-style: none;
    margin: 10px 0;
    padding: 0 28px;
    border: 0;
    display: block;
}
#MapaSite .nav-child li.item-804 {
    display: none;
}
#MapaSite .menu li a {
    color: #000000;
}
#MapaSite .menu li a:hover {
    color: #000000;
}

#buttonMenu {
    position: absolute;
    top: 65px;
    right: 50px;
    width: 130px;
}

#buttonMenu .g-content {
    padding: 0 !important;
    margin: 0;
}

#buttonMenu button {
    position: relative;
    z-index: 9999;
    width: 130px;
	height:55px;
    padding: 8px 0;
    outline: none;
	color: #dd0931;
    background: #fff;
    border: 1px solid #dd0931;
    font-family: 'Dosis-Regular',sans-serif;
}

#buttonMenu button:hover {
    color: #fff;
    background: #dd0931;
}

#logos{
    background: #fff1f1;
    border-top: 1px solid #ddd;
}

#logos .g-content {
    padding: 20px 50px !important;
    margin: 0;
}

#logos .item{
    width: 16%;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

#logos .item img{
	max-height: 55px;
    max-width: 150px;
}

#logos .item:nth-child(2) {
    animation-delay: .25s;
}
#logos .item:nth-child(3) {
    animation-delay: .5s;
}
#logos .item:nth-child(4) {
    animation-delay: .75s;
}
#logos .item:nth-child(5) {
    animation-delay: 1s;
}
#logos .item:nth-child(6) {
    animation-delay: 1.25s;
}
#logos .item.animatable {
    visibility: hidden;
    -webkit-animation-play-state: paused;   
    -moz-animation-play-state: paused;     
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;   
    animation-play-state: paused; 
}

#logos .item.animated {
    visibility: visible;
    
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

#logos .item.animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

body .g-side-column {
    display: none;
}

#g-top {
    background: transparent;
    z-index: 99;
}

#g-top .g-side-column{
	display:none;	
}

.sm-container > #off-menu_813:not(.sm-popup) {
    position: fixed;
    z-index: 100;
    max-width: 80vw;
    height: 100%;
    top: 50px;
    left: 0;
    display: none;
    visibility:visible;
}

#off-menu_813{
	display: none;	
}

.w10.turnMenu{
    width: 15% !important;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.w10.offMenu{
    width: 15% !important;
    text-align: center;
    display: none;
    vertical-align: top;
}

.w10.turnMenu path, .w10.offMenu path{
    fill: #fff;
}

#g-top {
    position: absolute;
    left: -100%;
    top: -100%;
}

.accesibilityDummy {
    position: absolute;
    left: -5000px;
    color: transparent;
}

.tituloSlider{
    font-size:30px;
    margin:0;
}

.off-nav-804{
	display:none !important;
}

.g-menu-item-104 span{
	color: #009ee0;
}

#g-page-surround:before{
	display: none;
}

.fp-header {
    margin-top: 0;
}

.fp-showcase {
    margin-top: 0;
}

#g-navigation .g-main-nav .g-toplevel {
    display: block !important;
	text-align: center;
}

#g-header {
    background: #fff;
    position: relative;
    z-index: 1;
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container{
	font-size: 1rem !important;
}

.ls-overflow-visible {
    overflow: hidden !important;
}

#bloco{
    width: 80%;
	margin: 50px auto 0 auto;
}

/******* Menu *******/

#fechar .g-content {
    padding: 0 !important;
	margin: 0;
}

.w70 a{
	color: black;
}

.g-main-nav {
	margin-top: 0px;
}

.section-horizontal-paddings {
	padding: 0;
}

#g-container-main .g-side-column.size-10{
	background: white;
}

#normal, .normal{
	display:block;
}

#mobile, .Mobile{
	display:none;
}

#g-page-surround{
	background:#fff;
}

.menu-icon-cont{
	display:none;
}

.sprocket-mosaic .sprocket-mosaic-header{
	display:none;
}

.buttonForms{
    text-align:center;
}

#otherforms{
    background: #fcfcfc;
    color: #005d7b;
    padding: 14px 50px;
    text-align: center;
    width: auto;
    margin: 50px auto 0 auto;
    border: 1px solid #005d7b;
    outline: none;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'theboldfont', sans-serif;
    font-weight: bold;
}

#otherforms:hover{
    background: #005d7b;
    color: #fff;
}

#othervideos{
    background: #005d7b;
    color: #fff;
    padding: 14px 50px;
    text-align: center;
    width: auto;
    margin: 50px auto 0 auto;
    border: 1px solid #005d7b;
    outline: none;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'theboldfont', sans-serif;
    font-weight: bold;
}

#othervideos:hover{
    background: #fcfcfc;
    color: #005d7b;
}

#botoesMobile{
    display:none;
}

#botoesMobile .g-content {
    padding: 0 !important;
    margin: 0;
}

#botoesMobile svg line {
    stroke-width: 2px;
    stroke: #1d1d1b;
}

#botoesMobile{
    position: fixed;
    width: 110px;
    right: 25px;
    top: 78px;
    z-index: 999999999;
    text-align: right;
}

#botoesMobile .w10.search{
    width: 37px;
    display: inline-block;
    margin-right: 0px;
}

#botoesMobile .Atalhos2{
    padding: 0;
}

#menuMobile{
    background: #ffffff;
    box-shadow: inset #0000000f 0px 1px 10px;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    padding-bottom: 180px;
    text-align: center;
    top: 165px;
    left: 0;
    display: none;
}

#menuMobile .g-content{
    padding: 0!important;
    margin: 0;
}

#menuMobile .platform-content{
    margin: 0;
    padding: 0;
}

#menuMobile #off-menu_911 {
    margin: 0;
}

#menuMobile .off-menu_911 dl a, #menuMobile .off-menu_911 dl a:link, #menuMobile .off-menu_911 dl.level1 a, #menuMobile .off-menu_911 dl.level1 a:link {
    font-family: 'Gravity-Light',sans-serif;
}

.off-menu_911 dl dt, .off-menu_911 dl.level1 dt {
    border-top: 0px;
    border-bottom: 1px solid #ddd;
}

.off-menu_911 dl .parent:after, .off-menu_911 dl.level1 > .parent:after, .off-menu_911 dl .parent:after, .off-menu_911 dl.level2 > .parent:after{
    background-position: right center;
}

.off-menu_911 dl dt.opened.parent a, .off-menu_911 dl.level1 dt.opened.parent a, .off-menu_911 dl dt.hover a, .off-menu_911 dl dt:hover a, .off-menu_911 dl.level1 dt.hover a, .off-menu_911 dl.level1 dt:hover a{
    color:#fff !important;
}

#off-menu_911 .sm-levels {
    background: #fff;
}

.off-menu_911 dl a, .off-menu_911 dl a:link, .off-menu_911 dl.level3 a, .off-menu_911 dl.level3 a:link, .off-menu_911 dl a, .off-menu_911 dl a:link, .off-menu_911 dl.level2 a, .off-menu_911 dl.level2 a:link, #menuMobile .off-menu_911 dl a, #menuMobile .off-menu_911 dl a:link, #menuMobile .off-menu_911 dl.level1 a, #menuMobile .off-menu_911 dl.level1 a:link{
    color:#1d1d1b;
}

.off-menu_911 dl dt.active a{
    color:#fff !important;
}


.sm-tree.off-menu_911 dl.level1 dl.level2 dd.opened{
    background: #e1e1e1 !important;
}

.sm-tree.off-menu_911 dl.level1 dd.opened{
    background: #ccc !important;
}

/* --- g-navigation --- */
#g-navigation {
	background: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 3;
    -webkit-transition: box-shadow 0.2s ease-out;
    -moz-transition: box-shadow 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
}

/* --- */
#g-navigation .g-grid:nth-child(3) {
	width: 1600px;
	margin: 0 calc((100% - 1600px) / 2);
    position: absolute;
    display: block;
    line-height: 1;
    height: 0;
	z-index: 5;
}

#g-navigation .g-grid:nth-child(4) {
    width: 1600px;
	height: 60px;
    display: flex;
    padding: 0px;
    margin: 0px auto;
    justify-content: flex-end;
}

#g-navigation .g-grid:nth-child(5) {
    width: 1600px;
    display: flex;
    height: 70px;
    padding: 0px;
    margin: 0px auto;
    justify-content: flex-end;
}

#g-navigation .g-grid:nth-child(6) {
	display: none;
    width: 1600px;
    padding: 0px;
    margin: 0px auto;
}

/* --- */

#tickerPosition{
    position: relative !important;
    z-index: 9999 !important;
	height:35px !important;
	background:#fff !important;
	border-bottom:1px solid #ddd;
}

#tickerPosition .g-content {
    padding: 0 !important;
	margin: 0;
}

#tickerPosition a{
    color:#161817;
	font-family: 'Barlow-Regular', sans-serif;
}

#tickerPosition a:hover{
    color:#dd0931;
}



.bn-effect-scroll .bn-news ul li{
	padding: 0 50px;
}

.ticker .date, .ticker .link, .ticker .categoria{
    display: inline-block;
    vertical-align: middle;
	font-family: 'Gravity-Bold',sans-serif;
}

.ticker .cat {
	font-family: 'Barlow-Bold', sans-serif;
    text-align: center;
    background: #ffffff;
    color: #000;
    padding: 6px 6px;
    border-radius: 15px;
    line-height: 1;
    font-size: 11px;
}

.ticker .date{
	width:	50px;
	text-align:	center;
	color:	#1d1d1b;
	padding: 0px 10px;
}

.ticker .date.geral{
	border-image: url(/images/SVG/IconIstitucional_1.svg) 0% 100% stretch;
	border-style: solid;
    border-width: 5px 15px;
    border-right: 0;
}

.ticker .date.Acontece{
	border-image: url(/images/SVG/IconIstitucional_1.svg) 0% 100% stretch;
	border-style: solid;
    border-width: 5px 15px;
    border-right: 0;
}

.ticker .date.ambiente{
	border-image: url(/images/SVG/IconIstitucional_1.svg) 0% 100% stretch;
	border-style: solid;
    border-width: 5px 15px;
    border-right: 0;
}

.ticker .date .day, .ticker .date .month{
    line-height: 1;
}

.bn-news ul li a{
	font-size: 12px;
}

.bn-news ul li a:hover{
	color: #dd0931;
}

.breaking-news-ticker{
	border: 0px !important;
	height:35px !important;
	line-height: 35px !important;
	background: #e5e5e5 !important;
}

.bn-effect-scroll .bn-news ul{
	width:200% !important;
}


/* --- barra --- */

#barra .w33.icons{
	margin-top: 8px;
}

#barra .w33.icons div{
	width: 40px;
    height: 40px;
    margin-inline: 5px;
    border-radius: 50%;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

#barra .w33.icons div.itemB {
	border: 1px solid #e5e5e5;
}

#barra .w33.icons div.itemB:hover {
	background: #e5e5e5;
}

#barra .w33.icons div.sep {
	margin-left: 25px;
}

#barra .w33.icons div.itemB.Idm {
	margin-right: 0;
	position: relative;
}

#barra .w33.icons div.itemB.Idm .gtranslate_wrapper {
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
}

#barra .w33.icons div.itemB.Idm select {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
    background: transparent;
    color: transparent;
    border: unset;
    font-size: 0;
	cursor: pointer;
}

#barra .w33.icons div.itemB.Idm select:focus-visible {
    outline: unset;
}

#barra .w33.icons div.itemB.Idm select option {
	font-family: 'Chivo-Light', sans-serif;
    font-size: 14px;
    color: #000;
}

#barra .w33.icons a div {
    background:transparent;
}

#barra .w33.icons div.itemB a,
#barra .w33.icons div.itemB svg {
	width: 100%;
	height: 100%;
}

#barra .w33.icons div svg {
	padding: 25%;
}

#barra .w33.icons div.itemB.fb a,
#barra .w33.icons div.itemB.fb svg {
	width: 100%;
	height: 100%;
}

#barra .w33.icons div.itemB.fb svg {
	padding: 27%;
}

#barra .w33.icons div.itemB.ig a,
#barra .w33.icons div.itemB.ig svg {
	width: 100%;
	height: 100%;
}

#barra .w33.icons div.itemB.ig svg {
	padding: 27%;
}

#barra .w33.icons div.itemB.yt a,
#barra .w33.icons div.itemB.yt svg {
	width: 100%;
	height: 100%;
}

#barra .w33.icons div.itemB.yt svg {
    padding: 12%
}

#barra .w33.icons div.logoIcon {
	width: 50px;
}

#barra .w33.icons a.ocorrenciaIcon div img,
#barra .w33.icons a.ocorrenciaIcon div svg {
    width: auto;
    height: 40px;
    margin-top: 0;
	padding: 0;
}

#barra .w33.icons a.ocorrenciaIcon div{
    background: transparent;
}

#barra .w33.icons div svg path, #barra .w33.icons div svg polygon{
	fill:#1d1d1b;
}

#barra .w33.icons div svg circle, #barra .w33.icons div svg line, #barra .w33.icons div svg path{
	stroke: #1d1d1b !important;
}

#barra .w33.turnMenu{
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

#barra .w33.offMenu{
    text-align: left;
    display: none;
    vertical-align: top;
}

#barra .w33.offMenu svg polygon{
    fill:#fff;
}

#barra .w33.turnMenu path, #barra .w33.offMenu path{
    fill: #dd0931;
}

#barra .w33{
    width: 100%;
    display: inline-flex;
    text-align: center;
    justify-content: flex-end;
}

#barra .w33.logo{
	display:none;
}
 /*
#barra .w33.logo button{
    background: transparent;
    height: 50px;
    outline: none;
    padding: 8px;
}*/

#barra .w33 img{
    background: transparent;
    height: 50px;
    text-align: center;
    padding: 0;
    margin-top: -8px;
    width: auto;
}

#barra .w33.logo img {
	display: none;
}

#barra .g-content{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#barra {
	height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

#barra .Atalhos {
    background: transparent;
    outline: none;
    border: 0px;
    color: #1d1d1b;
    padding: 10px 15px;
    margin-top: 0px;
    font-family: 'Dosis-SemiBold',sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#barra .Atalhos .icon{
    margin-right: 10px;
    min-width: 20px;
}

#barra .Atalhos .icon svg{
	height: 25px;
    width: 25px;
}

#barra .mapaSite {
    width: auto;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    margin-inline: 5px;
    padding: 5px 20px;
    color: #1d1d1b;
    font-family: 'Metropolis-Bold', sans-serif;
    font-size: clamp(10px, 10px + 0.1283vw, 12px);
    text-transform: uppercase;
    line-height: 28px;
    display: inline-block;
    cursor: pointer;
}
#barra  .mapaSite:hover {
    background: #f11414;
    color: #fff;
}

/* --- logo / menuDJ --- */

#logo .g-content {
	padding: 0;
	margin: 0;
}

#logo .logo {
	height: 115px;
    display: flex;
    align-items: center;
}

#logo .logo a {
	height: 100%;
}

#logo .logo img {
	height: 100%;
	margin-top: 10px;
	padding-right: 4%;
}

/* --- */

#menuDJ {
    height: 70px;
    padding-right: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex: unset;
    width: fit-content;
}

#menuDJ .g-content {
	padding: 0px;
    margin: 0px;
}

#menuDJ .dj-megamenu-default {
	position: static;
    background: transparent;
    display: flex;
    align-items: center;
    outline: 1px solid #000000;
    outline-offset: 3px;
    border-radius: 20px;
}

#menuDJ .dj-megamenu-default li div.dj-subwrap:before {
	content: '';
	display: block;
	position: fixed;
    left: 0;
    width: 100%;
	height: 100vh;
	z-index: -1;
	background: linear-gradient(180deg,rgb(0 0 0 / 15%) 0%, rgb(0 0 0 / 35%) 1%, rgb(0 0 0 / 45%) 100%);
	pointer-events: none;
}

#menuDJ .dj-megamenu-default li div.dj-subwrap {
	overflow: hidden;
}

#menuDJ .dj-megamenu-default li:hover div.dj-subwrap, #menuDJ .dj-megamenu-default li.hover div.dj-subwrap {
	background: transparent;
    box-shadow: unset;
}

#menuDJ .dj-megamenu-default li.dj-up > .dj-subwrap > .dj-subwrap-in {
	max-width: 1675px;
    margin-inline: auto;
    background: #e5e5e5;
    padding: 50px 50px;
    border-radius: 30px;
	position: relative;
}

#menuDJ .dj-megamenu-default li.dj-up > .dj-subwrap > .dj-subwrap-in:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1600 / 1052;
    background-image: url(/images/SVG/IconeFundo.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    opacity: 1;
    pointer-events: none;
    z-index: 0;
}

#menuDJ .dj-megamenu-default li a.dj-up_a {
    height: auto;
    border-radius: 20px;
    border: unset;
    width: fit-content;
    white-space: nowrap;
    background: #ffff;
    color: #1a1a1a;
	overflow: hidden;
	position: relative;
    z-index: 1;
}

#menuDJ .dj-megamenu-default li:not(:first-of-type):not(:last-of-type) a.dj-up_a {
	margin-inline: 5px;
}

#menuDJ .dj-megamenu-default li.active a.dj-up_a {
	color: #ffffff;
	background: #f11414;
}

#menuDJ .dj-megamenu-default li:hover a.dj-up_a, #menuDJ .dj-megamenu-default li.hover a.dj-up_a {
    color: #ffffff;
	text-shadow: 0px 0px 8px #00000094;
    background: #f11414;
}

#menuDJ .dj-megamenu-default li a.dj-up_a {
	font-size: 12px;
}

#menuDJ .dj-megamenu-default li.dj-up > a:after {
    content: "";
    position: absolute;
    top: 0;
    right: -13px;
    width: 80px;
    aspect-ratio: 1600 / 1052;
    background-image: url(/images/SVG/IconeMenuP.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
	opacity: 0.7;
    pointer-events: none;
    z-index: 0;
}

#menuDJ .dj-megamenu-default li a.dj-up_a > span {
	height: 40px;
    line-height: 40px;
	position: relative;
    z-index: 1;
}

#menuDJ .dj-megamenu-default li a.dj-up_a span.dj-drop {
	padding-inline: 2%;
}

#menuDJ .dj-megamenu-default li a.dj-up_a .arrow {
	display: none;
}

#menuDJ .dj-megamenu-default li div.dj-subcol .presidente-item img {
	display: block;
    width: 85%;
    margin: auto;
    border-radius: 30px;
    background: #fff;
}

#menuDJ .dj-megamenu-default li div.dj-subcol .mainBox {
    margin-bottom: 25px;
}

#menuDJ .dj-megamenu-default li div.dj-subcol .presidente-item .image-title {
    display: block;
    width: 100%;
    margin: 20px 0 35px 0;
    border-radius: 30px;
}

#menuDJ .dj-megamenu-default li div.dj-subcol .presidente-item .image-title .subtitle {
	font-family: 'Barlow-Light', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #1a1a1a;
}

#menuDJ .dj-megamenu-default li div.dj-subcol .presidente-item .image-title .name {
	font-family: 'Barlow-Bold', sans-serif;
    font-size: 17px;
    display: block;
    text-align: center;
    color: #1a1a1a;
}

#menuDJ .dj-megamenu-default li div.dj-subcol .mainBox .btn-lst {
	text-align: center;
    background: #ed5353;
    border-radius: 35px;
    padding: 10px 25px;
	width: fit-content;
    margin: auto;
    line-height: 1;
}

#menuDJ .dj-megamenu-default li div.dj-subcol .mainBox .btn-lst a {
	font-size: 13px;
    text-transform: uppercase;
    border-radius: 35px;
    color: #ffffff;
    text-align: center;
}

#menuDJ .dj-megamenu-default li ul.dj-submenu>li {
	border-top: none;
}

#menuDJ .dj-megamenu-default li ul.dj-submenu>li>a {
	display: flex;
    color: #1a1a1a;
    font-family: 'Barlow-Medium', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.1;
    min-height: 74px;
    width: auto;
    position: relative;
    align-items: center;
}

#menuDJ .dj-megamenu-default li ul.dj-submenu>li>a:hover {
	background: unset;
	color: #1a1a1a;
}

#menuDJ .dj-megamenu-default li .dj-subwrap.multiple_cols ul.dj-submenu>li>a:after {
	content: '';
    position: absolute;
    bottom: 15px;
    left: 15px;
    height: 1px;
    width: 75%;
    background: #7f7f7f;
}

#menuDJ .dj-megamenu-default li ul.dj-submenu>li>a:hover,
#menuDJ .dj-megamenu-default li ul.dj-submenu>li>a.active,
#menuDJ .dj-megamenu-default li ul.dj-submenu>li.hover:not(.subtree)>a {
    background: unset;
}

#menuDJ .dj-megamenu-default li ul.dj-submenu>li>a[href]:hover,
#menuDJ .dj-megamenu-default li ul.dj-submenu>li>a.active,
#menuDJ .dj-megamenu-default li ul.dj-submenu>li.hover:not(.subtree)>a[href] {
    color: #f11414;
}

#menuDJ .dj-megamenu-default li ul.dj-submenu>li.parent>a .arrow {
	display: none;
}

#menuDJ .dj-megamenu-default li ul.dj-subtree {
	margin: 5px 0 5px 10px !important;
}

#menuDJ .dj-megamenu-default li ul.dj-subtree>li {
	list-style: none;
}

#menuDJ .dj-megamenu-default li ul.dj-subtree>li>a {
	color: #1a1a1a;
	font-family: 'Barlow-Light', sans-serif;
    font-size: 16px;
	line-height: 1.1;
}

#menuDJ .dj-megamenu-default li ul.dj-subtree>li>a:hover {
	color: #f11414;
}

/* --- Single Column --- */
#menuDJ .dj-megamenu-default li div.dj-subwrap.single_column {
	min-width: fit-content !important;
}

#menuDJ .dj-megamenu-default li div.dj-subwrap.single_column .dj-subwrap-in {
    padding: 25px;
    margin: 0;
}

#menuDJ .dj-megamenu-default li div.dj-subwrap.single_column .dj-subwrap-in .dj-subcol {
	min-width: max-content;
}

#menuDJ .dj-megamenu-default li div.dj-subwrap.single_column {
	
}

#menuDJ .dj-megamenu-default li.dj-up:hover div.dj-subwrap.single_column,
#menuDJ .dj-megamenu-default li.dj-up.hover div.dj-subwrap.single_column {
	top: 55px;
}

#menuDJ .dj-megamenu-default li div.dj-subwrap.single_column > .dj-subwrap-in {
	width: 100% !important;
}

#menuDJ .dj-megamenu-default li div.dj-subwrap.single_column ul.dj-submenu>li {
	border: unset;
}

#menuDJ .dj-megamenu-default li div.dj-subwrap.single_column ul.dj-submenu>li>a {
	font-family: 'Barlow-Light', sans-serif;
	text-transform: none;
	min-height: unset;
	line-height: 1.5;
	font-size: 18px;
}

#menuDJ .dj-megamenu-default li div.dj-subwrap.single_column ul.dj-submenu>li>a:hover {
	color: #f11414;
}
	
/* SubMenu - Multiple Cols */

/* --- Digital --- */
#Digital {
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex: unset;
    width: fit-content;
}

#Digital .g-content {
	padding: 0;
    margin: 0;
}

#Digital .itemB {
	border: 1px solid #e5e5e5;
	background: transparent;
    width: 40px;
    height: 40px;
    margin-inline: 5px;
    border-radius: 50%;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

#Digital .itemB:hover {
	background: #e5e5e5;
}

#Digital .itemB a,
#Digital .itemB svg {
    width: 100%;
    height: 100%;
}

#Digital .itemB svg {
    padding: 25%;
}

#Digital .itemB svg path {
	fill: #1d1d1b;
}

#Digital .botao.Atalhos {
	width: 138px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
	margin-left: 15px;
    padding-inline: 15px;
    white-space: nowrap;
    background: #2b5ca7;
    color: #ffffff;
	text-align: center;
	font-family: 'Metropolis-Light', sans-serif;
	font-size: 12px;
    text-transform: uppercase;
	cursor: pointer;
}

#Digital .botao.Atalhos span {
	font-family: 'Metropolis-Bold', sans-serif;
}

#Digital .w33 {
	display: inline-block;
}

#Digital .w33.offMenu {
    display: none;
}

/* --- mobileBar --- */ 
#mobileBar {
	display: flex;
    height: 70px;
    align-items: center;
    justify-content: flex-end;
}

#mobileBar .g-content {
	padding: 0;
    margin: 0;
}

#mobileBar .itemB {
	border: 1px solid #e5e5e5;
	background: transparent;
    width: 40px;
    height: 40px;
    margin-inline: 5px;
    border-radius: 50%;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

#mobileBar .itemB:hover {
	background: #e5e5e5;
}

#mobileBar .itemB.sep {
	display: none;
}

#mobileBar .itemB.ap {
	display: none;
}

#mobileBar .itemB a,
#mobileBar .itemB svg {
    width: 100%;
    height: 100%;
}

#mobileBar .itemB svg {
    padding: 25%;
}

#mobileBar .itemB svg path {
	fill: #1d1d1b;
}

#mobileBar .botao {
    background: transparent;
    outline: none;
    padding: 0;
    height: 32px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
}

#mobileBar .botao svg circle, #mobileBar .botao svg line, #mobileBar .botao svg path {
    stroke: #dd0931 !important;
    fill: #dd0931 !important;
}

#mobileBar .botao svg {
    width: 32px;
    height: 32px;
}

#mobileBar .botao.hideMenuMobile{
    display:none;
}

/* --- Slider --- */
/* --- slide - v1 --- */
#slide.v1 {
	max-height: unset !important;
}

#slide.v1 .g-content {
	width: 1675px;
    padding: 0 !important;
	margin-top: 165px;
	margin-bottom: 75px;
    margin-inline: auto;
}

#slide.v1 .hideImageNormal {
	height: inherit;
}

#slide.v1 .info h4 {
	font-size: 1rem;
	font-weight: bold;
}

#slide.v1 .hideImageNormal {
    visibility: hidden;
    position: absolute;
    z-index: -99;
	height: 100%;
    width: 100%;
	display: none;
}

#slide.v1 .sliderPrincipalNormal {
    width: 100%;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    max-height: clamp(500px, 226px + 34.6021vh, 600px);
    min-height: clamp(500px, 226px + 34.6021vh, 600px);
}

/* --- */
#slide.v1 .sliderPrincipalNormal .redesMain .custom {
	display: inline-flex;
    grid-column-gap: 10px;
    align-items: flex-end;
}

#slide.v1 .sliderPrincipalNormal .redesMain .custom > a {
    height: 35px;
}

#slide.v1 .sliderPrincipalNormal .redesMain .custom > a:first-child svg {
	margin-top: -1px;
}

#slide.v1 .sliderPrincipalNormal .redesMain svg {
	width: 35px;
    height: 35px;
}

#slide.v1 .sliderPrincipalNormal .redesMain svg * {
	fill: #efbd45;
}


#slide.v1 .sliderPrincipalNormal .redesMain .custom > a:first-child svg circle {
	fill: transparent;
}

/* --------------------- */
#slide.v1 .sliderPrincipalNormal ul {
    margin:0 auto;
}

#slide.v1 .sliderPrincipalNormal img {
    width:100%;
}

#slide.v1 .sliderPrincipalNormal ul li {
    width:100%;
    list-style:none;
    position:absolute;
    z-index:1;
    height:100%;
	background-position: center;
    background-size: cover;
	border-radius: 50px;
    overflow: hidden;
    top:0;
    left:0;
    right:0;
}

#slide.v1 .sliderPrincipalNormal ul li a.sliderLink {
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#slide.v1 .sliderPrincipalNormal #dots {
	position: absolute;
	bottom: 50px;
    left: calc((100% - 1600px) / 2);
    height: fit-content;
    z-index: 3;
    font-size: 0;
    text-align: center;
    opacity: 1;
}

#slide.v1 .sliderPrincipalNormal #dots a {
    background: transparent;
    border-bottom: 2px solid #ffffff80;
    margin: 0 6px;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;	
}

#slide.v1 .sliderPrincipalNormal #dots a.active {
    border-bottom: 2px solid #ffffff;
}

#slide.v1 .sliderPrincipalNormal .arrows {
position: absolute;
    display: inline-flex;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    align-items: center;
    margin-bottom: 40px;
    justify-content: center;
}

#slide.v1 .sliderPrincipalNormal .arrow {
	display: block;
    height: 100px;
    width: 50px;
}

#slide.v1 .sliderPrincipalNormal .arrow.prev:active,
#slide.v1 .sliderPrincipalNormal .arrow.next:active {
	filter: invert(0.5);
}

#slide.v1 .sliderPrincipalNormal .arrow.prev {
    content: '';
    width: 26px;
    height: 26px;
	border: 2px solid transparent;
    border-top: 2px solid #ffffffbf;
    border-right: 2px solid #ffffffbf;
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

#slide.v1 .sliderPrincipalNormal .arrow.next {
    content: '';
    width: 26px;
    height: 26px;
	border: 2px solid transparent;
    border-top: 2px solid #ffffffbf;
    border-right: 2px solid #ffffffbf;
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);	
}

#slide.v1 .sliderPrincipalNormal .counter {
	font-size: 18px;
    font-weight: normal;
	margin-inline: 10px;
    color: #fff;
    pointer-events: none;
}

#slide.v1 .sliderPrincipalNormal .counter .curr-num {
	font-family: 'Ebrima-Bold', sans-serif;
}

#slide.v1 .sliderPrincipalNormal .counter .div-sp,
#slide.v1 .sliderPrincipalNormal .counter .total-num {
	font-family: 'Ebrima-Regular', sans-serif;
}

#slide.v1 .sliderPrincipalNormal .overlay {
    position: absolute;
    top: 0;
    left: 0;
	z-index: 0;
    width: 100%;
    height: 100%;
	background: #00000057;
}

#slide.v1 .sliderPrincipalNormal .infoMain {
    position: relative;
    height: 100%;
    width: 80%;
    margin: auto;
}

#slide.v1 .sliderPrincipalNormal .infoMain .infoWrapper {
	height: 100%;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#slide.v1 .sliderPrincipalNormal .infoMain .infoWrapper .titleMain {
    position: relative;
    width: fit-content;
}

#slide.v1 .sliderPrincipalNormal .infoMain .infoWrapper .titleMain .title {
    font-family: 'Metropolis-Bold', sans-serif;
	text-transform: uppercase;
    text-align: center;
    font-size: clamp(30px, 26.5264px + 0.9622vw, 45px);
    line-height: 1;
    text-shadow: -2px 1px 0 #00000047, 2px 3px 10px #00000030;
    margin: 0 0 30px 0;
    width: 100%;
    opacity: 0;
    animation: fadeInOpac 0.5s ease-in-out forwards;
    animation-delay: 1s;
}


#slide.v1 .sliderPrincipalNormal .infoMain .infoWrapper .titleMain .subTitle {
    font-family: 'Metropolis-Light', sans-serif;
	text-transform: uppercase;
    text-align: center;
    font-size: clamp(20px, 19px + 0.3207vw, 25px);
    line-height: 1;
    text-shadow: -2px 1px 0 #00000047, 2px 3px 10px #00000030;
    margin: 0 0 50px 0;
    width: 100%;
    opacity: 0;
    animation: fadeInOpac 0.5s ease-in-out forwards;
    animation-delay: 1.2s;
}

#slide.v1 .sliderPrincipalNormal .infoMain .infoWrapper .descMain {
	width: fit-content;
}

#slide.v1 .sliderPrincipalNormal .infoMain .infoWrapper .descMain p.desc {
    font-family: 'Barlow-Regular', sans-serif;
    text-align: left;
    font-size: clamp(20px, 15.3696px + 1.2829vw, 40px);
    color: #fff;
    text-shadow: -2px 1px 5px #00000047, 2px 3px 15px #00000030;
	width: 100%;
	opacity: 0;
	animation: fadeInOpac 0.5s ease-in-out forwards;
	animation-delay: 1.5s;
}

#slide.v1 .sliderPrincipalNormal .infoMain .infoWrapper .saberMais {
	display: flex;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    width: fit-content;
    max-width: 85%;
    flex-wrap: wrap;
	pointer-events: all;
}

#slide.v1 .sliderPrincipalNormal .infoMain .infoWrapper .saberMais a {
	font-family: 'Barlow-Regular', sans-serif;
	text-transform: uppercase;
	background: #f114149e;
    padding: 10px 20px;
	border-radius: 25px;
    font-size: clamp(12px, 11.6304px + 0.1235vw, 14px);
    color: #fff;
    text-wrap-mode: nowrap;
	opacity: 0;
	animation: fadeInOpac 0.5s ease-in-out forwards;
	animation-delay: 1.6s;
	position: relative;
}

#slide.v1 .sliderPrincipalNormal .infoMain .infoWrapper .saberMais a:hover {
	color: #000;
    background: #ffffffa8;
    box-shadow: 0px 0px 4px 1px #0000004f;
}

/*------------- Slider Text FadeIn - Special Effect - Start --------------------*/
@keyframes fadeInOpac {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#g-mainbar {
	padding: 0;
}

/* --- */
#noticias {
	background: #f2f2f2;
}

#noticias .g-content {
	width: 1600px;
    margin: auto;
    padding: 75px 0;
}

#noticias h3 {
	font-family: 'Metropolis-Light', sans-serif;
    color: #1a1a1a;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: clamp(35px, 32px + 0.9622vw, 50px);
    margin-bottom: 50px;
}

#noticias h3 span {
    font-family: 'Metropolis-Bold', sans-serif;
}

#noticias .newsBlocks{
	width:100%;
	position: relative;
	display:inline-block;
	vertical-align:top;
	text-align: center;
}

/* --- Slick Settings --- */

#noticias .newsBlocks.slick-vertical .slick-track:before,
#noticias .newsBlocks.slick-vertical .slick-track:after {
    content: "";
    display: table;
    position: absolute;
}

#noticias .newsBlocks.slick-vertical .slick-list.draggable {
	
}

#noticias .newsBlocks.slick-vertical .slick-track {
    height: unset !important;
    display: grid !important;
}

#noticias .newsBlocks.slick-vertical .slick-track .slick-slide {
	width: auto !important;
    display: block;
    height: auto;
    height: 100%;
    border: 1px solid transparent;
}

#noticias .newsBlocks.slick-vertical .slick-track .slick-slide .slick-slide-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
}

#noticias .newsBlocks.slick-vertical .slick-dots {
	display: flex;
    row-gap: 5px;
    position: absolute;
	height: fit-content;
    top: 0;
	right: -65px;
    margin: 0;
    flex-direction: column;
}

#noticias .newsBlocks.slick-vertical .slick-dots li {
    list-style: none;
}

#noticias .newsBlocks.slick-vertical .slick-dots li:first-child {
	margin-top: 25px;
}

#noticias .newsBlocks.slick-vertical .slick-dots li:last-child {
	margin-bottom: 25px;
}

#noticias .newsBlocks.slick-vertical .slick-dots li button {
	font-size: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
	background: #ffffff;
}

#noticias .newsBlocks.slick-vertical .slick-dots li.slick-active button {
    background: #f11414;
}

/* --- */

#noticias .newsBlocks .item {
	width: 95%;
    height: calc(100% - 20px);
    display: inline-block;
    vertical-align: top;
    margin: 0 2.5% 20px 2.5%;
    padding: 20px;
    background: #fff;
	border-radius: 35px;
    overflow: hidden;
    position: relative;
}

#noticias .newsBlocks .item:hover {
	background: #cad5d9;
}

#noticias .newsBlocks .item .link-overlay {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 9;
}

#noticias .newsBlocks .iconFixa {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
}

#noticias .newsBlocks .item .itemImage {
	width: 100%;
    max-height: 300px;
	aspect-ratio: 400 / 275;
	border-radius: 25px;
    box-shadow: #00000012 0px 0px 5px 2px;
    overflow: hidden;
}


#noticias .newsBlocks .item .itemImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

#noticias .newsBlocks .itemContent {
	margin-top: 20px;
    border: 1px solid #cbcbcb;
	border-radius: 25px;
    padding: 20px;
}

#noticias .newsBlocks .item:hover .itemContent {
	border: 1px solid #ffffff;
}

#noticias .newsBlocks .itemInfo {
    display: grid;
}

#noticias .newsBlocks .itemInfo .cat {
    order: 1;
    display: flex;
    width: fit-content;
    border-radius: 20px;
    padding: 5px 15px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #cbcbcb;
    color: #000;
    text-align: left;
    font-family: 'Metropolis-Light', sans-serif;
    font-size: clamp(12px, 12px + 0.0641vw, 13px);
    text-transform: uppercase;
}

#noticias .newsBlocks .itemInfo .date {
	order: 2;
    display: flex;
    font-size: clamp(12px, 11px + 0.2566vw, 16px);
    font-family: 'Barlow-Light', sans-serif;
    padding-top: 15px;
    color: #161817;
    border-top: 1px solid #cbcbcb;
}

#noticias .newsBlocks .item:hover .itemInfo .date {
	border-top: 1px solid #ffffff;
}

#noticias .newsBlocks .itemContent h3 {
	position: relative;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    margin-top: 15px;
    font-family: 'Barlow-Medium', sans-serif;
    line-height: 1.2;
    font-size: clamp(16px, 14px + 0.5131vw, 24px);
    text-transform: none;
    text-align: left;
    color: #161817;
}

#noticias .newsBlocks .itemContent .itemDescription {
	display: none;
}

#noticias .botao {
	margin-top: 50px;
    margin-inline: auto;
    width: fit-content;
}

#noticias .botao a {
    display: block;
    font-family: 'Metropolis-Light', sans-serif;
    text-transform: uppercase;
    background: #f11414;
    padding: 20px 35px;
    border-radius: 30px;
    font-size: 13px;
    text-wrap-mode: nowrap;
    color: #fff;
}

/* --- */
#AtividadeMunicipal .g-content {
	width: 1600px;
    margin: auto;
    padding: 50px 0;
}

#AtividadeMunicipal h3 {
	font-family: 'Metropolis-Light', sans-serif;
	color: #1a1a1a;
    text-align: center;
	text-transform: uppercase;
	font-weight: normal;
    font-size: clamp(35px, 32px + 0.9622vw, 50px);
}

#AtividadeMunicipal h3 span {
    font-family: 'Metropolis-Bold', sans-serif;
}

#AtividadeMunicipal .pesquisa h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
    font-family: 'Metropolis-Light', sans-serif;
	margin-bottom: 40px;
    color: #1a1a1a;
}


#AtividadeMunicipal .pesquisa .form-search .input-group {
	justify-content: center;
    background: #e5e5e5;
    border: 1px solid #cbcbcb;
    border-radius: 25px;
	max-width: 550px;
    margin: auto;
}

#AtividadeMunicipal .pesquisa .form-search .input-group .awesomplete {
	width: calc(100% - 67px);
}

#AtividadeMunicipal .pesquisa .form-search .input-group input[type="text"] {
    box-shadow: unset;
    border: 0;
    background: transparent;
    width: 100%;
    height: 50px;
    line-height: 1;
	padding-left: 35px;
}

#AtividadeMunicipal .pesquisa .form-search .input-group button.btn.btn-primary {
    font-size: 0;
    margin: 0;
    padding-left: 15px;
    padding-right: 35px;
    background: transparent;
    border: 0;
}

#AtividadeMunicipal .pesquisa .form-search .input-group button.btn span {
    font-size: 17px;
	color: #161817;
}

#AtividadeMunicipal .mainAtividadeM {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 75px;
    margin-bottom: 50px;
}

#AtividadeMunicipal .mainAtividadeM .item:nth-child(1) {
	grid-area: 1 / 1 / 2 / 2;
	width: 110%;
	position: relative;
}

#AtividadeMunicipal .mainAtividadeM .item:nth-child(2) {
	grid-area: 1 / 2 / 2 / 3;
	width: 90%;
	margin-left: 10%;
	width: 90%;
	height: calc(100% - 25px);
	margin-top: auto;
}

#AtividadeMunicipal .mainAtividadeM .item:nth-child(3) {
	grid-area: 1 / 3 / 2 / 4;
	width: 110%;
}

#AtividadeMunicipal .mainAtividadeM .item:nth-child(4) {
	grid-area: 1 / 4 / 2 / 5;
	width: 90%;
	margin-left: 10%;
	height: calc(100% - 25px);
	margin-top: auto;
}

#AtividadeMunicipal .mainAtividadeM .item:nth-child(5) {
	grid-area: 2 / 1 / 3 / 2;
	width: 90%;
	height: calc(100% - 25px);
}

#AtividadeMunicipal .mainAtividadeM .item:nth-child(6) {
	grid-area: 2 / 2 / 3 / 3;
	width: 110%;
	margin-left: -10%;
}

#AtividadeMunicipal .mainAtividadeM .item:nth-child(7) {
	grid-area: 2 / 3 / 3 / 4;
	width: 90%;
	height: calc(100% - 25px);
}

#AtividadeMunicipal .mainAtividadeM .item:nth-child(8) {
	grid-area: 2 / 4 / 3 / 5;
	width: 110%;
	margin-left: -10%;
}

#AtividadeMunicipal .mainAtividadeM .item:nth-child(1),
#AtividadeMunicipal .mainAtividadeM .item:nth-child(2),
#AtividadeMunicipal .mainAtividadeM .item:nth-child(5),
#AtividadeMunicipal .mainAtividadeM .item:nth-child(6) {
	top: 25px;
}

#AtividadeMunicipal .mainAtividadeM .item {
	height: 250px;
	position: relative;
    border-radius: 25px;
	box-shadow: #00000012 0px 0px 4px 3px;
    overflow: hidden;
}

#AtividadeMunicipal .mainAtividadeM .item:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}

#AtividadeMunicipal .mainAtividadeM .item:nth-child(1):after,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(3):after,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(6):after,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(8):after {
	background: #ffffffd1;
}

#AtividadeMunicipal .mainAtividadeM .item:nth-child(2):after,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(4):after,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(5):after,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(7):after {
	background: #286174c4;
}

#AtividadeMunicipal .mainAtividadeM .item a {
	position: absolute;
    display: block;
    height: 100%;
    width: 100%;
}

#AtividadeMunicipal .mainAtividadeM .item .icon {
	position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 35px 35px 20px 35px;
    height: 50px;
    width: 50px;
}

#AtividadeMunicipal .mainAtividadeM .item h4 {
	position: relative;
    z-index: 1;
    margin: 15px 35px 20px 35px;
    font-family: 'Barlow-SemiBold', sans-serif;
    font-weight: normal;
    font-size: clamp(15px, 14px + 0.3207vw, 20px);
}

#AtividadeMunicipal .mainAtividadeM .item:nth-child(1) h4,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(3) h4,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(6) h4,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(8) h4 {
    color: #161817;
}

#AtividadeMunicipal .mainAtividadeM .item:nth-child(2) h4,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(4) h4,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(5) h4,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(7) h4 {
	color: #ffffff;
}

#AtividadeMunicipal .mainAtividadeM .item .icon {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 35px 35px 20px 35px;
    height: 70px;
    width: 70px;
    border-radius: 50px;
}

#AtividadeMunicipal .mainAtividadeM .item:nth-child(1) .icon,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(3) .icon,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(6) .icon,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(8) .icon {
    background: #ea4e4d;
}

#AtividadeMunicipal .mainAtividadeM .item:nth-child(2) .icon,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(4) .icon,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(5) .icon,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(7) .icon {
    background: #ffffff;
}

#AtividadeMunicipal .mainAtividadeM .item .icon svg {
	height: 35px;
	width: 35px;
}

#AtividadeMunicipal .mainAtividadeM .item:nth-child(1) .icon svg *,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(3) .icon svg *,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(6) .icon svg *,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(8) .icon svg * {
    fill: #fff;
}

#AtividadeMunicipal .mainAtividadeM .item:nth-child(2) .icon svg *,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(4) .icon svg *,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(5) .icon svg *,
#AtividadeMunicipal .mainAtividadeM .item:nth-child(7) .icon svg * {
	fill: #286174;
}

#AtividadeMunicipal .mainAtividadeM .item img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* --- */
#documentos {
	background: #eaeaea;
	position: relative;
}

#documentos:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/SVG/IconeFundo.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
	opacity: 1;
    pointer-events: none;
    z-index: 0;
}

#documentos .g-content {
	width: 100%;
    padding: 0;
    margin: 0;
}

#documentos .desktop {
    display: flex;
    width: 1600px;
    margin: auto;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

#documentos .desktop .infoMain {
	display: flex;
    width: 35%;
    margin-right: 15%;
    flex-direction: column;
}

#documentos .desktop .infoMain h3.title {
	font-family: 'Metropolis-Bold', sans-serif;
	color: #030303;
    text-transform: uppercase;
    font-weight: normal;
    font-size: clamp(35px, 32px + 0.9622vw, 50px);
	line-height: 1.3;
	margin-bottom: 50px;
}

#documentos .desktop .infoMain h3.title span {
	font-family: 'Metropolis-Light', sans-serif;
}

#documentos .desktop .infoMain .saberMais {
	width: fit-content;
}

#documentos .desktop .infoMain .saberMais a {
	display: block;
    font-family: 'Metropolis-Light', sans-serif;
    text-transform: uppercase;
    background: #f11414;
    padding: 15px 25px;
    border-radius: 25px;
    font-size: 14px;
    text-wrap-mode: nowrap;
    color: #fff;
}

#documentos .desktop .itemCat {
	display: flex;
    width: 50%;
}

#documentos .desktop .itemCat .itemCatBlock {
	width: 100%;
}

#documentos .desktop .itemCat .itemCatBlock .contentItemCat {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px 0;
	border-bottom: 1px solid #030303;
}

#documentos .desktop .itemCat .itemCatBlock .contentItemCat .tipo {
    font-family: 'Barlow-SemiBold', sans-serif;
    font-size: clamp(28px, 25px + 0.7697vw, 40px);
    line-height: 75px;
	color: #030303;
}

#documentos .desktop .itemCat .itemCatBlock .contentItemCat .icon {
	width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #648b98;
}

#documentos .desktop .itemCat .itemCatBlock .contentItemCat .icon svg {
    width: 100%;
    height: 100%;
    padding: 20px;
}

#documentos .desktop .itemCat .itemCatBlock .contentItemCat .icon svg path {
	fill: #fff;
}

/* --- */
#apoios .g-content {
	margin: 0;
	padding: 50px 0 100px 0;
}

#apoios .ListContainer {
	display: inline-flex;
    width: 100%;
}

#apoios .w33 {
	width: calc(100% / 3);
}


#apoios .w33:nth-of-type(n+4) {
	display: none;
}

#apoios .w33 .headItem {
	position: relative;
}

#apoios .w33 .headItem .date {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 81px;
    padding: 15px;
    aspect-ratio: 1 / 1;
    text-align: center;
    background: #c0122c;
    font-family: 'Barlow-Regular', sans-serif;
    color: #fff;
	display: none;
}

#apoios .w33 .headItem .date .month {
	font-size: 16px;
}

#apoios .w33 .headItem .date .day {
	font-size: 18px;
}
#apoios .w33 .headItem a:nth-of-type(1) {
	
}

#apoios .w33 .headItem a:nth-of-type(1) .image {
	position: relative;
}

#apoios .w33 .headItem a:nth-of-type(1) .image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000029;
	-webkit-transition: background 0.6s ease-in-out;
    -moz-transition: background 0.6s ease-in-out;
    -o-transition: background 0.6s ease-in-out;
    transition: background 0.6s ease-in-out;
}


#apoios .w33:hover .headItem a:nth-of-type(1) .image:after {
	background: #00000000;
}

#apoios .w33 .headItem a:nth-of-type(1) .image img {
	width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
}

#apoios .w33 .headItem a:nth-of-type(2) {
	display: none;
}

#apoios .w33 .headItem a:nth-of-type(2) .titleEvent {
	display: none;
}

#apoios .w33 .headItem .catEvent {
	display: none;
}

#apoios .w33 .headItem .catEvent .borda {
	display: none;
}

#apoios .w33 .headItem .catEvent .text {
	display: none;
}

#apoios .w33 .headItem .fregEvent {
	display: none;
}

#apoios .w33 .headItem .fregEvent .icon {
	display: none;
}

#apoios .w33 .headItem .fregEvent .icon svg {
	display: none;
}

#apoios .w33 .headItem .fregEvent .text {
	display: none;
}

#apoios .w33 .headItem a:nth-of-type(3) {
	display: none;
}

#apoios .w33 .headItem a:nth-of-type(3) button {
	display: none;	
}

#apoios .w33 .headItem a:nth-of-type(3) button .borda {
	display: none;
}

#apoios .loaderAcontece {
    position: relative;
    z-index: 2;
    height: 500px;
}

#apoios .boxWrapper {
    width: 1600px;
    margin: auto;
    position: relative;
    display: grid;
    z-index: 1;
}

#apoios .boxMain {
	width: fit-content;
    min-width: 50%;
    margin: auto;
    margin-top: calc(-1 * (clamp(35px, 8px + 7.3765vw, 150px)));
    padding: clamp(15px, 1px + 3.8486vw, 75px);
    background: #d8a7cf;
    box-shadow: #2b5ca740 0px 0px 12px 2px;
    border-radius: clamp(10px, 4px + 1.6036vw, 35px);
    position: relative;
}

#apoios .boxMain h3 {
	font-family: 'Metropolis-Bold', sans-serif;
	color: #1a1a1a;
    text-align: center;
	text-transform: uppercase;
	font-weight: normal;
    font-size: clamp(20px, 13px + 1.9243vw, 50px);
	margin: 0 0 15px 0;
}

#apoios .boxMain h3 span {
	font-family: 'Metropolis-Light', sans-serif;
}

#apoios .boxMain .texto {
    font-family: 'Metropolis-Light', sans-serif;
    font-size: clamp(10px, 7px + 0.898vw, 24px);
    text-align: center;
    text-transform: uppercase;
}

#apoios .boxMain .seeAll {
	width: fit-content;
    margin: clamp(15px, 10px + 1.2829vw, 35px) auto 0 auto;
}

#apoios .boxMain .seeAll a {
    display: block;
    font-family: 'Barlow-SemiBold', sans-serif;
    text-transform: uppercase;
    background: #ffffff;
    padding: 15px 25px;
    border-radius: 25px;
    font-size: clamp(12px, 11px + 0.2566vw, 16px);
    text-wrap-mode: nowrap;
    color: #000000;
}

/* --- */

/* --- Agenda Intro --- */
#agendaIntro {
	background: #fff;
}

#agendaIntro .g-content {
	padding: 0;
    margin: 0;
}

#agendaIntro .sliderPrincipal {
    width: 100%;
    aspect-ratio: 1920 / 401;
	filter: brightness(0.7);
    height: unset !important;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

#agendaIntro .sliderPrincipal ul{
    margin:0 auto;
}

#agendaIntro .sliderPrincipal img{
    width:100%;
}

#agendaIntro .sliderPrincipal ul li{
    width:100%;
    list-style:none;
    position:absolute;
    z-index:1 !important;
    height:100%;
    background-position:top center;
    background-size: cover;
    top:0;
    left:0;
    right:0;
}

#agendaIntro .tituloMain {
	width: fit-content;
	min-width: 35%;
    margin: auto;
    margin-top: calc(-1 * (clamp(35px, 8px + 7.3765vw, 150px)));
    padding: clamp(25px, 23px + 0.6414vw, 35px) 65px;
    background: #d8a7cf;
    box-shadow: #2b5ca740 0px 0px 12px 2px;
    border-radius: clamp(10px, 7px + 0.9622vw, 25px);
    position: relative;
    z-index: 1;
}

#agendaIntro .tituloMain .descritivo {
	font-family: PTSans-CaptionBold, sans-serif;
	text-transform: uppercase;
	text-align: center;
	/*color: #fff;*/
	color: #000000;
	font-size: clamp(15px, 15px + 0vw, 15px);
}

#agendaIntro .tituloMain .titleName {
    font-family: 'Metropolis-Bold', sans-serif;
    color: #1a1a1a;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
    font-size: clamp(20px, 13px + 1.9243vw, 50px);
    margin: 0 0 15px 0;
}

#agendaIntro .tituloMain .titleName span {
	font-family: 'Metropolis-Light', sans-serif;
}

#agendaIntro .tituloMain .texto {
    font-family: 'Metropolis-Light', sans-serif;
    font-size: clamp(10px, 9px + 0.3849vw, 16px);
    text-align: center;
    text-transform: uppercase;
}

#agendaIntro .tituloMain .seeAll {
	width: fit-content;
    margin: clamp(15px, 10px + 1.2829vw, 35px) auto 0 auto;
}

#agendaIntro .tituloMain .seeAll a {
    display: block;
    font-family: 'Metropolis-Light', sans-serif;
    text-transform: uppercase;
    background: #ffffff;
    padding: 15px 25px;
    border-radius: 25px;
    font-size: clamp(12px, 11px + 0.2566vw, 16px);
    text-wrap-mode: nowrap;
    color: #000000;
}

/* --- */
#agenda .titulo .descritivo {
	font-family: PTSans-Caption, sans-serif;
	text-transform: uppercase;
	text-align: center;
	/*color: #fff;*/
	color: #000000;
	font-size: clamp(15px, 15px + 0vw, 15px);
}

#agenda .titulo .titleName {
	/* color: #fff; */
	color: #000000;
	text-align: center;
	font-size: clamp(40px, 34px + 1.6036vw, 65px);
	font-family: 'PTSans-CaptionBold', sans-serif;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 65px;
}

/* Agenda */
#agenda{
	padding: 60px 0 100px;
	background: #fff;
}
#agenda .g-content {
    padding: 0 !important;
    margin: 0 auto;
    width: 1600px;
}

#agenda .ListContainer {
    display: inline-flex !important;
	flex-wrap: wrap;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
}

#agenda .ListContainer {
    width: 100%;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
	grid-row-gap: 30px;
	grid-column-gap: 30px;
}

#agenda .w33 {
    display: inline-block;
    width: calc((100% - (30px * (3 - 1))) / 3);
    vertical-align: top;
    padding: 20px;
    background: #f2f2f2;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
}

#agenda .w33 .link-overlay {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 9;
}

#agenda .ListContainer .w33:hover {
	background: #efdceb;
}

#agenda .ListContainer .w33 .headItem {
	position: relative;
	display: grid;
}

#agenda .ListContainer .w33 .headItem .date {
    position: absolute;
	display: grid;
    top: 25px;
    left: 25px;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    background: #d8a7cf;
    color: #000000;
    text-transform: uppercase;
}

#agenda .ListContainer .w33 .headItem .date .month {
	order: 2;
	font-family: 'Barlow-Light', sans-serif;
	font-size: 14px;
}

#agenda .ListContainer .w33 .headItem .date .day {
    order: 1;
    font-family: 'Barlow-SemiBold', sans-serif;
    font-size: 32px;
    line-height: 1;
}

#agenda .ListContainer .w33 .headItem .image {
	width: 100%;
    max-height: 300px;
    aspect-ratio: 400 / 350;
    border-radius: 25px;
    box-shadow: #00000012 0px 0px 5px 2px;
    overflow: hidden;
	order: 1;
}


#agenda .ListContainer .w33 .headItem .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

#agenda .ListContainer .w33 .headItem .titleEvent {
    order: 3;
    padding: 0 15px 0 15px;
	color: #000000;
}

#agenda .ListContainer .w33 .headItem .titleEvent:hover {
	text-decoration: none;
}

#agenda .ListContainer .w33 .headItem .titleEvent {
	position: relative;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
	margin-top: 15px;
    font-family: 'Barlow-SemiBold', sans-serif;
    font-size: clamp(16px, 14px + 0.5131vw, 24px);
	line-height: 1.1;
    text-transform: none;
    text-align: left;
}


#agenda .ListContainer .w33 .headItem .catEvent {
    order: 2;
    margin: 15px 15px 0 15px;
    border-bottom: 1px solid #cbcbcb;
}

#agenda .ListContainer .w33:hover .headItem .catEvent {
	border-bottom: 1px solid #ffffff;
}

#agenda .ListContainer .w33 .headItem .catEvent .borda {
	display: none;
}

#agenda .ListContainer .w33 .headItem .catEvent .text {
    display: flex;
    width: fit-content;
    border-radius: 20px;
    padding: 5px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #f2f2f2;
    border: 1px solid #cbcbcb;
    color: #000000;
    text-align: center;
    font-family: 'Metropolis-Light', sans-serif;
    font-size: clamp(12px, 12px + 0.0641vw, 13px);
    text-transform: uppercase;
}

#agenda .ListContainer .w33:hover .headItem .catEvent .text {
	background: #ffffff;
}

#agenda .ListContainer .w33 .headItem .fregEvent {
    order: 4;
    margin-top: 15px;
    padding: 0 15px 0 15px;
}

#agenda .ListContainer .w33 .headItem .fregEvent .icon {
	display: none;
	height: 25px;
	width: 25px;
}

#agenda .ListContainer .w33 .headItem .fregEvent .icon svg {
	height: 100%;
    width: 100%;
}

#agenda .ListContainer .w33 .headItem .fregEvent .text {
	font-family: 'Barlow-Light', sans-serif;
	font-size: clamp(12px, 11px + 0.2566vw, 16px);
	color: #000000;
}

#agenda .ListContainer .w33 .headItem .sabermais {
    /*display: block;*/
	display: none;
    order: 5;
    margin-top: 10px;
}

/* --- */
#calhetaOnline {
	background: #fff;
}

#calhetaOnline .g-content {
	width: 100%;
	padding: 0;
    margin: 0;
}

#calhetaOnline .mainCalhetaOnline {
	
}

#calhetaOnline .mainCalhetaOnline ul {
	margin: 0;
}

#calhetaOnline .mainCalhetaOnline > .arrows {
	display: none;
}

#calhetaOnline .mainBox {
	list-style: none;
    display: block;
}

#calhetaOnline .mainBox .titleArrowBlock {
	display: block;
    width: 100%;
    margin: auto;
	background-image: linear-gradient(#00000091, #00000091), url(/images/FP/calhetaOnline/backgroundSlider.jpg);
    background-position: center;
    background-size: cover;
}

#calhetaOnline .mainBox .titleArrowBlock .infoBox {
	display: block;
	width: 1600px;
	margin: auto;
	padding: 125px 0 175px 0;
	text-align: center;
}

#calhetaOnline .mainBox .titleArrowBlock .infoBox .descritivo {
	font-family: PTSans-Caption, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: clamp(15px, 15px + 0vw, 15px);
	margin-bottom: 10px;
}

#calhetaOnline .mainBox .titleArrowBlock .infoBox .titulo {
    font-family: 'Metropolis-Light', sans-serif;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: clamp(35px, 32px + 0.9622vw, 50px);
}

#calhetaOnline .mainBox .titleArrowBlock .infoBox .titulo span {
	font-family: 'Metropolis-Bold', sans-serif;
}

#calhetaOnline .mainBox .infoBox .arrows {
    width: fit-content;
    z-index: 1;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 25px 0 0 0;
    display: inline-flex;
    grid-column-gap: 10px;
}

#calhetaOnline .mainBox .infoBox .arrows .arrow.prev:before, 
#calhetaOnline .mainBox .infoBox .arrows .arrow.next:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
        background: #ffffff26;
	border: 1px solid #fff;
    border-radius: 5px;
    z-index: -1;
}

#calhetaOnline .mainBox .infoBox .arrows .arrow.prev:hover:before, 
#calhetaOnline .mainBox .infoBox .arrows .arrow.next:hover:before {
	background: #ffffff;
}

#calhetaOnline .mainBox .infoBox .arrows .arrow {
    height: 50px;
    width: 50px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

#calhetaOnline .mainBox .infoBox .arrows .arrow.prev {
	background: url(/images/SVG/setas/seta_left_white.svg) center center no-repeat;
	background-size: 10px;
}

#calhetaOnline .mainBox .infoBox .arrows .arrow.prev:hover {
	background: url(/images/SVG/setas/seta_left_black.svg) center center no-repeat;
	background-size: 10px;
}

#calhetaOnline .mainBox .infoBox .arrows .arrow.next {
	background: url(/images/SVG/setas/seta_right_white.svg) center center no-repeat;
	background-size: 10px;
}

#calhetaOnline .mainBox .infoBox .arrows .arrow.next:hover {
	background: url(/images/SVG/setas/seta_right_black.svg) center center no-repeat;
	background-size: 10px;
}

#calhetaOnline .mainBox .itemsBlock {
	width: 1200px;
    margin: auto auto 50px auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    position: relative;
    top: -85px;
}

#calhetaOnline .mainBox .itemsBlock .itemBox.w25 {
	grid-column: span 1;
	grid-row: span 1;
	background: #dcdcdc;	
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    border-radius: 0 15px 0 15px;
	opacity: 0;
}

#calhetaOnline .mainBox.curr .itemsBlock > .itemBox.w25 {
    animation: fadeInUpItems 0.4s forwards;
}

/* --- */
#calhetaOnline .mainBox .itemsBlock > .itemBox.w25:nth-child(1) {
	animation-delay: 0.2s;
}

#calhetaOnline .mainBox .itemsBlock > .itemBox.w25:nth-child(2) {
	animation-delay: 0.4s;
}

#calhetaOnline .mainBox .itemsBlock > .itemBox.w25:nth-child(3) {
	animation-delay: 0.6s;
}

#calhetaOnline .mainBox .itemsBlock > .itemBox.w25:nth-child(4) {
	animation-delay: 0.8s;
}

#calhetaOnline .mainBox .itemsBlock > .itemBox.w25:nth-child(5) {
	animation-delay: 1.0s;
}

#calhetaOnline .mainBox .itemsBlock > .itemBox.w25:nth-child(6) {
	animation-delay: 1.2s;
}

#calhetaOnline .mainBox .itemsBlock > .itemBox.w25:nth-child(7) {
	animation-delay: 1.4s;
}

#calhetaOnline .mainBox .itemsBlock > .itemBox.w25:nth-child(8) {
	animation-delay: 1.6s;
}

#calhetaOnline .mainBox .itemsBlock > .itemBox.w25:nth-child(9) {
	animation-delay: 1.8s;
}

#calhetaOnline .mainBox .itemsBlock > .itemBox.w25:nth-child(10) {
	animation-delay: 2.0s;
}

/* --- */
#calhetaOnline .mainBox .itemsBlock > .itemBox.w25 {
	position: relative;
    display: inline-block;
	width: 100%;
    aspect-ratio: 1 / 1;
	border-radius: 25px;
	background: #2b5ca7;
	overflow: hidden;
	-webkit-transition: background 0.6s ease-in-out;
    -moz-transition: background 0.6s ease-in-out;
    -o-transition: background 0.6s ease-in-out;
    transition: background 0.6s ease-in-out;
}
 
#calhetaOnline .mainBox .itemsBlock > .itemBox.w25 {
	outline: none;
    float: none;
    margin: 0;
    border: unset;
    line-height: 1.2;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
}

#calhetaOnline .mainBox .itemsBlock > .itemBox.w25:hover {

}
 
#calhetaOnline .mainBox .itemsBlock > .itemBox.w25 a {
    display: block;
    height: 100%;
    width: 100%;
}

#calhetaOnline .mainBox .itemsBlock > .itemBox.w25 .iconTitle {
	height: 100%;
    width: 100%;
}

#calhetaOnline .mainBox .itemsBlock > .itemBox.w25 .iconMain {
    position: absolute;
    height: 125%;
    width: 200%;
	will-change: transform;
	transform: translate(-17%, 3%);
	-webkit-transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
}

#calhetaOnline .mainBox .itemsBlock > .itemBox.w25:hover .iconMain {
    transform: translate(-40%, -15%);
}

#calhetaOnline .mainBox .itemsBlock > .itemBox.w25 .iconMain svg {
    height: 100%;
    width: 100%;
}

#calhetaOnline .mainBox .itemsBlock > .itemBox.w25 .iconMain svg g {
	opacity: 1 !important;
}

#calhetaOnline .mainBox .itemsBlock > .itemBox.w25 .iconMain svg path {
    fill-rule: evenodd;
    fill: #3f6baf;
    stroke: #3f6baf;
    stroke-miterlimit: 0;
    stroke-width: 0;
	-webkit-transition: fill 0.6s ease-in-out, stroke 0.6s ease-in-out;
    -moz-transition: fill 0.6s ease-in-out, stroke 0.6s ease-in-out;
    -o-transition: fill 0.6s ease-in-out, stroke 0.6s ease-in-out;
    transition: fill 0.6s ease-in-out, stroke 0.6s ease-in-out;
}

#calhetaOnline .mainBox .itemsBlock > .itemBox.w25:hover .iconMain svg path {
	fill: #6689bf;
    stroke: #6689bf;
}

#calhetaOnline .mainBox .itemsBlock > .itemBox.w25 .tituloMain {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Metropolis-Light', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    padding: 25px;
    z-index: 1;
}

/* Keyframes */
@keyframes fadeInUpItems {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- */

#visit .g-content {
	width: 1600px;
    padding: 0px;
	margin: 75px auto;
    overflow: hidden;
}

#visit .mainBox {
    display: inline-flex;
	height: 350px;
    width: 100%;
    align-items: center;
    border-radius: 35px;
    overflow: hidden;
	position: relative;
}

#visit .mainBox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/SVG/IconeFundo.svg);
    background-repeat: no-repeat;
    background-position: center 34%;
    background-size: cover;
    opacity: 0.2;
    pointer-events: none;
    z-index: 1;
}

#visit .mainBox .imgBox {
    height: 100%;
	width: 50%;
    position: relative;
}

#visit .mainBox .imgBox .overlay {
	position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #345792d4;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

#visit .mainBox:hover .imgBox .overlay {
	background: #345792cf;
}

#visit .mainBox .imgBox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#visit .mainBox .imgBox .title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    left: 0;
    text-align: left;
    font-family: 'Metropolis-Light', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 60px;
    padding-inline: 100px;
    flex-direction: column;
    justify-content: center;
	z-index: 1;
}


#visit .mainBox .imgBox .title span {
	font-family: 'Metropolis-SemiBold', sans-serif;
}

#visit .mainBox .visitC {
    width: 50%;
    height: 100%;
    padding: 75px 5%;
    display: flex;
    align-items: center;
    background: #f11414;
    justify-content: center;
    text-align: center;
}

#visit .mainBox .visitC .info {
    font-family: 'Metropolis-Medium', sans-serif;
    color: #ffffff;
    font-weight: normal;
	font-size: clamp(18px, 14px + 1.0263vw, 34px);
	z-index: 1;
}

#visit .mainBox .visitC .info .linkwb {
	margin-bottom: 25px;
}

#visit .mainBox .visitC .info .saberMais {
	font-size: 35px;
    height: 70px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f11414;
    border-radius: 50%;
    background: #ffffffc7;
    margin: auto;
}

/* --- (v2) --- */
#visit .mainBanner.v2 .mainBox {
	height: 250px;
}

#visit .mainBanner.v2 .mainBox:before {
	all: unset;
}

#visit .mainBanner.v2 .mainBox .imgBox {
	width: 40%;
	background: #e5a820;
	padding: 75px 5%;
}

#visit .mainBanner.v2 .mainBox .visitC {
	width: 60%;
	position: relative;
}

#visit .mainBanner.v2 .mainBox .visitC .overlay {
	position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	background: #00000070;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

#visit .mainBanner.v2 .mainBox:hover .visitC .overlay {
	background: #0000005c;
}

#visit .mainBanner.v2 .mainBox .visitC .info .linkwb {
	text-transform: uppercase;
    font-family: 'Metropolis-Bold', sans-serif;
	margin: 0;
}

#visit .mainBanner.v2 .mainBox .imgBox .overlay {
	all: unset;
}

/* --- */

#multimedia .g-content {
	width: 1600px;
    margin: auto;
	padding: 75px 0;
}

#multimedia .title {
	font-family: 'Metropolis-Bold', sans-serif;
    color: #1a1a1a;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: clamp(35px, 32px + 0.9622vw, 50px);
    margin-bottom: 50px;
}

.loaderMultimedia {
    text-align: center;
}
.loaderMultimedia img {
    width: 170px;
}

#multimedia .videoblock {
	display: inline-flex;
    flex-wrap: wrap;
}

#multimedia .videoItem  {
    width: calc((100% / 3) - 30px);
    margin-inline: 15px;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    background: #ededed;
    border-radius: 35px;
}

#multimedia .videoItem .overlay {
	display:none;
    position: relative;
    margin-bottom: -315px;
    background: rgb(0 0 0 / 0.3);
    z-index: 9999;
    /*display: flex;*/
    cursor: pointer;
    text-align: center;
    justify-content: center;
    align-items: center;
}

#multimedia .videoItem .video {
    overflow: hidden;
}

#multimedia .videoItem .video, #multimedia .videoItem .overlay {
    width: 100%;
}

#multimedia .videoItem iframe {
	width: 100%;
	aspect-ratio: 500 / 300;
	border-radius: 25px;
}

#multimedia .videoItem h3, #multimedia .videoItem h5 {
	position: relative;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Barlow-Medium', sans-serif;
    font-weight: normal;
    font-size: clamp(16px, 14px + 0.5131vw, 24px);
    line-height: 1.1;
    text-align: left;
    margin: 0;
    margin-top: 10px;
    border: 1px solid #cbcbcb;
    border-radius: 25px;
    padding: 20px 20px 0 20px;
    border-bottom: 20px solid transparent;
    outline: 1px solid #cbcbcb;
    color: #161817;
}

#multimedia .videoblock > .videoItem:nth-of-type(n+6), #multimedia .videoblock > .seeVideo:nth-of-type(n+6) {
	display: none;
}

#multimedia .seeVideo {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.8);
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

#multimedia .seeVideo #closeVideo {
    position: fixed;
    top: 210px;
    right: 90px;
    width: 50px;
    height: 50px;
    line-height: 1;
    outline: none;
    background: #000; 
    cursor: pointer;
}

#multimedia .seeVideo #closeVideo polygon {
    fill: #fff;
}

#multimedia .seeVideo .video {
    margin-top: 90px;
    opacity: 0;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

#multimedia .seeVideo .video iframe {
    width: 1000px !important;
    height: 600px !important;
}

#multimedia a.verOutros {
    display: block;
    font-family: 'Metropolis-Light', sans-serif;
    text-transform: uppercase;
    background: #f11414;
    padding: 15px 25px;
    border-radius: 25px;
    font-size: 13px;
    text-wrap-mode: nowrap;
    color: #fff;
    width: fit-content;
    margin: 35px auto 0 auto;
}

/* --- */

/* --- */
#popUp table thead td{
	background: #e74c3c;
    padding: 2px 5px;
    font-family: 'Chivo-Medium',sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

#popUp table tbody td{
	background: #000;
	color: #1d1d1b;
    text-align: center;
    font-family: 'Chivo-Regular',sans-serif;
    font-size: 18px;
}

#popUp caption {
    display: none;
}

#popUp {
	position: fixed;
    top: 20%;
	left: 0;
    display: none;
    z-index: 9999999999999999;
}

#popUp .blocker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0,0,0,.5);
  }
#popUp .g-content {
    margin: 0;
    padding: 0 !important;
}
#popUp .modal {
    background-color: #000;
	margin: 0px auto;
    left: 0;
    display: block;
    position: relative;
    top: 0;
	width: 600px;
    max-width: 90%;
    height: auto;
}
#popUp .modal-dialog {
    margin: 0;
    max-width: 100%;
}
#popUp .modal-content {
    background: transparent;
}
#popUp .modal-header table {
    width: 530px;
    border: 0;
    padding: 0;
    margin: 0;
}
#popUp .modal-header td {
    width: 170px;
    height: 55px;
}
#popUp .modal-header td:nth-child(2) {
    width: 360px;
    text-align: right;
}
#popUp .modal-header td, #popUp .modal-header table {
    border: none;
}
#popUp .modal-header td {
    text-align: right;
}
#popUp .modal-header td img {
    margin-top: 0;
    top: 0;
    width: auto;
    background: transparent;
}
#popUp .modal-body table {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}
#popUp .modal-body td {
    width: 100px;
}
#popUp .modal-body td:nth-child(2) {
    width: 430px;
}
#popUp .modal-body td {
    color: #fff;
    background: transparent;
    border: 1px solid #dedede;
    text-align: left;
}
#popUp p {
    color: #fff;
    padding: 10px;
	font-size: 13px;
	margin:0px;
}
#popUp a {
    color: #fff;
}
#popUp a:hover {
    border-bottom: 1px solid #e74c3c;
}
#popUp .modal-footer {
    background: #000
}
#popUp .modal-footer button {
    outline: none;
	outline: none;
    background: #fff;
    color: #1d1d1d;
}
#popUp .modal-footer button:hover, #popUp .modal-footer button:active , #popUp .modal-footer button:focus {
	border-color: #ad291f;
    background-color: #ad291f;
    color: #fff;
}

/* --- */
#toTop .g-content {
    padding: 0 !important;
    margin: 0;
}

#g-totop {
	position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    display: none;
    cursor: pointer;
    margin: 0;
    width: 41px;
    height: 41px;
    color: #fff;
    background: #f11414;
    border: 1px solid #bd1414 !important;
    border-radius: 50px;
}

#g-footer a#g-totop {
	color: #fff;
}


#g-footer a#g-totop:hover {
	color: #cfcfcf;
}

#g-totop .fa {
    display: block;
    font-size: 25px;
    margin: 0;
    width: 40px;
    height: 40px;
}

#g-totop .fa:before {
    width: 38px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* --- */
#MenuInferior {
	background: #d4d4d4;
	position: relative;
}

#MenuInferior:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/SVG/IconeFundo.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0.2;
    pointer-events: none;
}

#MenuInferior .g-content {
    width: 1600px;
    margin: auto;
    padding: 100px 0;
}

#MenuInferior .menuInfMain {
	display: flex;
    width: 100%;
}

#MenuInferior .menuInfMain .w40.logo {
    width: 40%;
    padding: 0 10% 0 0;
}

#MenuInferior .menuInfMain .w40.logo .logo {
    height: 90px;
    margin-bottom: 75px;
	position: relative;
}

#MenuInferior .menuInfMain .w40.logo .logo:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: calc(-75px / 2);
    height: 1px;
	width: 100%;
    background: #1a1a1a;
}

#MenuInferior .menuInfMain .w40.logo .logo img {
	height: 100%;
    width: fit-content;
    object-fit: scale-down;
    object-position: left;
}

#MenuInferior .menuInfMain .w40.logo .info {
	margin-bottom: 25px;
}

#MenuInferior .menuInfMain .w40.logo .info .titulo {
    font-family: Barlow-Medium, sans-serif;
    font-size: clamp(20px, 19px + 0.2566vw, 24px);
    color: #1a1a1a;
    margin-bottom: 5px;
}

#MenuInferior .menuInfMain .w40.logo .info .desc p {
	font-family: Barlow-Light, sans-serif;
    font-size: clamp(20px, 19px + 0.2566vw, 24px);
    color: #1a1a1a;
    margin: 0;
    line-height: 1.8;
}

#MenuInferior .menuInfMain .w40.logo .info a.botao {
    display: block;
    font-family: 'Barlow-SemiBold', sans-serif;
    text-transform: uppercase;
    background: #ffffff;
    padding: 15px 25px;
    border-radius: 25px;
    font-size: clamp(14px, 14px + 0.1283vw, 16px);
    text-wrap-mode: nowrap;
    color: #1a1a1a;
    margin-top: 25px;
    width: fit-content;
}

#MenuInferior .menuInfMain .w30.menu {
	width: 30%;
    padding: 0 10% 0 0;
}

#MenuInferior .menuInfMain .w30.menu .menu .titulo {
    display: flex;
    align-items: flex-end;
    height: 90px;
    margin-bottom: 75px;
    font-size: clamp(22px, 21px + 0.2566vw, 26px);
    font-family: 'Metropolis-Bold', sans-serif;
    font-weight: bold;
    color: #1a1a1a;
    text-transform: uppercase;
    position: relative;
}

#MenuInferior .menuInfMain .w30.menu .menu .titulo:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: calc(-75px / 2);
    height: 1px;
    width: 100%;
    background: #1a1a1a;
}

#MenuInferior .menuInfMain .w30.menu ul {
	margin: 0;
}

#MenuInferior .menuInfMain .w30.menu ul li {	
    list-style: none;
}

#MenuInferior .menuInfMain .w30.menu ul li a,
#MenuInferior .menuInfMain .w30.menu ul li p {
	font-family: Barlow-Regular, sans-serif;
    font-size: clamp(20px, 19px + 0.3849vw, 26px);
    color: #1a1a1a;
    margin: 0;
    line-height: 2;
}

#MenuInferior .menuInfMain .w30.menu ul li a:hover,
#MenuInferior .menuInfMain .w30.menu ul li p:hover {
	text-decoration: underline;
}

#MenuInferior .menuInfMain .w30.redes {
    width: 30%;
}
	
#MenuInferior .menuInfMain .w30.redes .titulo {
    display: flex;
    align-items: flex-end;
    height: 90px;
    margin-bottom: 75px;
    font-size: clamp(22px, 21px + 0.2566vw, 26px);
    font-family: 'Metropolis-Bold', sans-serif;
    font-weight: bold;
    color: #1a1a1a;
    text-transform: uppercase;
    position: relative;
}
	
#MenuInferior .menuInfMain .w30.redes .titulo:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: calc(-75px / 2);
    height: 1px;
    width: 100%;
    background: #1a1a1a;	
}

#MenuInferior .menuInfMain .w30.redes .partilhaMain a {
	width: 40px;
	height: 40px;
	margin-inline: 5px;
	border-radius: 50%;
	display: inline-flex;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
}

#MenuInferior .menuInfMain .w30.redes .partilhaMain a {
	border: 1px solid #1a1a1a;
}

#MenuInferior .menuInfMain .w30.redes .partilhaMain a:hover {
	background: #ffffff;
}

#MenuInferior .menuInfMain .w30.redes .partilhaMain .icon svg * {
	fill: #1a1a1a;
}

#MenuInferior .menuInfMain .w30.redes .partilhaMain .icon.Facebook,
#MenuInferior .menuInfMain .w30.redes .partilhaMain .icon.Facebook svg {
	width: 18px;
    height: 18px;
}

#MenuInferior .menuInfMain .w30.redes .partilhaMain .icon.Instagram,
#MenuInferior .menuInfMain .w30.redes .partilhaMain .icon.Instagram svg {
	width: 18px;
    height: 18px;
}

#MenuInferior .menuInfMain .w30.redes .partilhaMain .icon.Youtube,
#MenuInferior .menuInfMain .w30.redes .partilhaMain .icon.Youtube svg {
	width: 30px;
    height: 30px;
}

/* --- */

#BarraCopyright .w30.mymodal {
    cursor: pointer;
}

#BarraCopyright .logoscode img {
    height: auto;
    margin: 0 auto;
    width: auto;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
}

#BarraCopyright {
    background: #1d1b1b;
    border-top: 1px solid #1d1b1b;
    padding-top: 0;
}

#BarraCopyright .w30{
    width: 30%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

#BarraCopyright .w30 img{
    width: auto;
    max-width: 35px;
    height: auto;
    opacity: 1;
}

#BarraCopyright .w40{
    width: 39%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    font-family: 'Dosis-SemiBold',sans-serif;
    font-weight: bold;
    color: #fff;
}

#BarraCopyright .w40 a, #BarraCopyright .w40 a:hover{
	color: #fff;
	text-decoration:none;
}

#BarraCopyright .w30 .text{
    width: 195px;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    -webkit-transition: width 1s, visibility 2000ms ease-in-out;
    -moz-transition: width 1s, visibility 2000ms ease-in-out;
    -o-transition: width 1s, visibility 2000ms ease-in-out;
    transition: width 1s, visibility 2000ms ease-in-out;
}

#BarraCopyright .logoInterface:hover .text{
    visibility: visible;
}

#BarraCopyright .w30 .text p{
    margin: 0;
    font-size: 12px;
    text-align: center;
    font-family: 'Dosis-SemiBold',sans-serif;
    font-weight: bold;
    color: #fff;
}

#BarraCopyright .logoInterface {
    background: transparent;
    overflow: hidden;
    text-align: right;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    -webkit-transition: width 1s, opacity 2000ms ease-in-out;
    -moz-transition: width 1s, opacity 2000ms ease-in-out;
    -o-transition: width 1s, opacity 2000ms ease-in-out;
    transition: width 1s, opacity 2000ms ease-in-out;
}

#BarraCopyright .g-content {
	padding: 10px 50px !important;
    margin: 0 auto;
}

#BarraCopyright .company:hover img{
	opacity: 1;
}

#BarraCopyright .company img {
    height: 30px;
    margin: 0px 5px;
    width: 34px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.4;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#BarraCopyright .prod {
    color: black;
    font-family: "raleway", sans-serif;
    font-size: 14px;
    position: absolute;
    margin-top: -4px;
    right: 45px;
}

.company{
	margin: 0;
}

#BarraCopyright .logoInterface .prod {
    opacity: 0;
    width: 142px;
    text-align: center;
    color: black;
	font-size: 12px;
    -webkit-transition: opacity 1500ms ease-in;
    -moz-transition: opacity 1500ms ease-in;
    -o-transition: opacity 1500ms ease-in;
    transition: opacity 1500ms ease-in;
}

#BarraCopyright .logoInterface:hover .prod {
    opacity: 1;
}

#BarraCopyright .copy{
    color: black;
    font-size: 12px;
    margin: 10px 0;
}

#BarraCopyright p a{
	color: black;
    font-size: 12px;
}

#BarraCopyright p a:hover{
	text-decoration: underline;
}

@media (max-width: 361px){ 
    			
	#g-navigation .g-grid:nth-child(3) {
		width: 95%;
        margin: 0 2.5%;
        top: 100px;
	}
		
	#logo {
		flex: unset;
		width: fit-content;
	}
	
	#logo .logo {
		height: 55px;
	}
		
	#logo .logo img {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 95%;
	}
	
	#barra .mapaSite {
		padding: 5px 15px;
	}	
	
	#barra .mapaSite span > span {
		display: none;
	}
	
	#barra .w33.icons div.sep {
		display: none;
	}
	
	#barra .w33.icons div.ap {
		display: none;
	}

	#g-navigation .g-grid:nth-child(5) {
		display: none;
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(6) {
		display: flex;
		width: 95%;
	}
		
	#mobileBar .itemB.sep {
		display: inline-flex;
	}
	
	#mobileBar .itemB.ap {
		display: inline-flex;
	}

	/* --- */
	#MenuSuperior {
		top: 120px;
		height: calc(100% - 120px);
	}
	
	#MenuSuperior .g-content {
		width: 95%;
	}

	#MenuSuperior .w33 {
		grid-column-gap: 10px;
	}
	
	#MenuSuperior .w33 > a {
		width: calc((100% - (10px * (2 - 1))) / 2);
	}
	
	#MenuSuperior .w33 .button {
		font-size: 16px;
	}
	
	/* --- */
    .breaking-news-ticker{
        width:300% !important;
    }

    #MapaSite .g-content {
        width: 100%;
    }
	#MapaSite .logo img {
        width: 60px;
	}
	#MapaSite li .separator {
	    font-size: 18px;
	}
	#MapaSite li {
	    font-size: 12px;
	}
	#MapaSite .hideMenuMobile {
	    left: 85%;
	}
	#MapaSite .hideMenuMobile svg {
        width: 35px;
        height: 35px;
    }
	#MapaSite .nav-child {
	    padding: 0 10px;
	}

    #logos .item {
        width: 32.3%;
    }
    
    #logos .item img{
        max-width: 80px;
    }
    
    #logos .g-content {
        padding: 20px 10px !important;
    }
        	
	/* --- */
	#slide.v1 {
		max-height: unset !important;
	}
	
	#slide.v1 .g-content {
		width: 95%;
	}
	
	#slide.v1 .sliderPrincipalNormal .infoMain .infoWrapper .titleMain .subTitle {
		margin: 0 0 10px 0;
	}
	
	#slide.v1 .sliderPrincipalNormal .arrows {
		margin-bottom: 20px;		
	}
	
	#slide.v1 .sliderPrincipalNormal {
		max-height: 475px;
		min-height: 475px;
	}
				
	/* --- */	
	#noticias .g-content {
		width: calc(100% - 70px);
	}
			
	#noticias .newsBlocks.slick-vertical .slick-track .slick-slide .slick-slide-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	
	#noticias .newsBlocks.slick-vertical .slick-dots {
		right: -30px;
	}	
		
	/* --- */
	#AtividadeMunicipal .g-content {
		width: 90%;
	}
	
	#AtividadeMunicipal .mainAtividadeM {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
		grid-column-gap: 20px;
        grid-row-gap: 20px;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(1) {
		grid-area: 1 / 1 / 2 / 2;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(2) {
		grid-area: 1 / 2 / 2 / 3;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(3) {
		grid-area: 2 / 1 / 3 / 2;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(4) {
		grid-area: 2 / 2 / 3 / 3;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(5) {
		grid-area: 3 / 1 / 4 / 2;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(6) {
		grid-area: 3 / 2 / 4 / 3;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(7) {
		grid-area: 4 / 1 / 5 / 2;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(8) {
		grid-area: 4 / 2 / 5 / 3;
	}
	
	#AtividadeMunicipal .mainAtividadeM .item:nth-child(1),
	#AtividadeMunicipal .mainAtividadeM .item:nth-child(2),
	#AtividadeMunicipal .mainAtividadeM .item:nth-child(5),
	#AtividadeMunicipal .mainAtividadeM .item:nth-child(6) {
		top: 0px;
	}
		
	#AtividadeMunicipal .mainAtividadeM .item h4 {
		margin: 15px 15px 20px 15px;
	}
	
	#AtividadeMunicipal .mainAtividadeM .item .icon {
		margin: 35px 15px 20px 15px;
	}
	
	/* --- */
	#calhetaOnline .mainBox .titleArrowBlock .infoBox {
		width: 95%;
	}
	
	#calhetaOnline .mainBox .itemsBlock {
		width: 95%;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
		grid-column-gap: 10px;
        grid-row-gap: 10px;
	}
			
	/* --- */	
	#documentos .desktop {
		width: 90%;
		flex-wrap: wrap;
	}
	
	#documentos .desktop .infoMain {
		width: 85%;
	}
	
	#documentos .desktop .itemCat {
		width: 100%;
	}
	
	/* --- */
	#apoios .g-content {

	}
	
	#apoios .boxWrapper {
		width: 90%;
	}

	/* --- */
	#agendaIntro .sliderPrincipal .verMais {
		display: none;
	}
	
	/* --- */
	#agenda .g-content {
		width: 95%;
	}
	
	#agenda .w33 {
		width: calc((100% - (30px * (1 - 1))) / 1 );
	}
			
	/* --- */	
	#visit .g-content {
		width: 90%;
	}
		
	#visit .mainBox {
		flex-direction: column;
		height: unset;
	}
	
	#visit .mainBox .imgBox {
		height: 200px;
		width: 100%;
	}
		
	#visit .mainBox .imgBox .title {
		font-size: 45px;
		padding-inline: 50px;
	}

	#visit .mainBox .visitC {
		width: 100%;
		padding: 25px 5%;
	}
		
	#visit .mainBox .visitC .info {
		font-size: clamp(18px, 8px + 2.6801vw, 34px);
	}
		
	/* --- */
	#visit .mainBanner.v2 .mainBox {
		height: unset;
	}
	
	#visit .mainBanner.v2 .mainBox .imgBox {
		width: 100%;
		height: unset;
		background: #e5a820;
		padding: 5%;
		text-align: center;
	}
	
	#visit .mainBanner.v2 .mainBox .visitC {
		width: 100%;
		padding: 50px 5%;
	}
		
	/* --- */
	#multimedia .g-content {
		width: 90%;
	}
		
	#multimedia .videoItem {
		width: calc((100% / 1) - 30px);
	}	
	
	/* --- */
	#MenuInferior .g-content {
		width: 90%;
	}
		
	#MenuInferior .menuInfMain {
		flex-wrap: wrap;
	}
	
	#MenuInferior .menuInfMain .w40.logo {
		width: 100%;
		padding: 0;
	}
		
	#MenuInferior .menuInfMain .w40.logo .logo {
		height: 60px;
	}
		
	#MenuInferior .menuInfMain .w30.menu {
		width: 100%;
		padding: 0;
	}

	#MenuInferior .menuInfMain .w30.menu .menu .titulo {
		margin-bottom: 50px;
	}
		
	#MenuInferior .menuInfMain .w30.menu .menu .titulo:after {
		bottom: calc(-50px / 2);
	}
	
	#MenuInferior .menuInfMain .w30.redes {
		width: 100%;
	}
	
	#MenuInferior .menuInfMain .w30.redes .titulo {
		margin-bottom: 50px;
	}
		
	#MenuInferior .menuInfMain .w30.redes .titulo:after {
		bottom: calc(-50px / 2);
	}
	
	/* --- */
    #BarraCopyright .g-content{
        padding: 10px !important;
    }
    
    #BarraCopyright .w30, #BarraCopyright .w40{
        width: 100%;
        text-align: center;
    }
    
    #BarraCopyright .w40{
        padding: 20px 50px 0 50px;
        margin-bottom: -20px;
    }
    
    #BarraCopyright .w30 .text{
        display:none;
    }
    	
    #BarraCopyright .dGov{
        position: absolute;
        left: 0;
        bottom: 15px;
    }
	
    #BarraCopyright .company{
        position: absolute;
        right: 0;
        bottom: 15px;
    }

	#Digital{
		display:none;
	}

	.off-menu_911 dl dt.opened.parent, .off-menu_911 dl.level1 dt.opened.parent, .off-menu_911 dl dt.hover, .off-menu_911 dl dt:hover, .off-menu_911 dl.level1 dt.hover, .off-menu_911 dl.level1 dt:hover {
		background-color: #dd0931;
	}

	h3{
		font-size: 22px;
		text-align: center;
		margin-bottom: 25px
	}
}


@media (min-width: 362px) and (max-width: 469px){
    			
	#g-navigation .g-grid:nth-child(3) {
		width: 95%;
        margin: 0 2.5%;
        top: 100px;
	}
		
	#logo {
		flex: unset;
		width: fit-content;
	}
	
	#logo .logo {
		height: 55px;
	}
		
	#logo .logo img {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 95%;
	}
		
	#barra .mapaSite {
		padding: 5px 15px;
	}	
		
	#barra .mapaSite span > span {
		display: none;
	}

	#barra .w33.icons div.sep {
		display: none;
	}
	
	#barra .w33.icons div.ap {
		display: none;
	}

	#g-navigation .g-grid:nth-child(5) {
		display: none;
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(6) {
		display: flex;
		width: 95%;
	}
		
	#mobileBar .itemB.sep {
		display: inline-flex;
	}
	
	#mobileBar .itemB.ap {
		display: inline-flex;
	}

	/* --- */
	#MenuSuperior {
		top: 120px;
		height: calc(100% - 120px);
	}
	
	#MenuSuperior .g-content {
		width: 95%;
	}

	#MenuSuperior .w33 {
		grid-column-gap: 10px;
	}
	
	#MenuSuperior .w33 > a {
		width: calc((100% - (10px * (2 - 1))) / 2);
	}
	
	#MenuSuperior .w33 .button {
		font-size: 16px;
	}
	
	/* --- */
    .breaking-news-ticker{
        width:300% !important;
    }

    #MapaSite .g-content {
        width: 100%;
    }
	#MapaSite .logo img {
        width: 60px;
	}
	#MapaSite li .separator {
	    font-size: 18px;
	}
	#MapaSite li {
	    font-size: 12px;
	}
	#MapaSite .hideMenuMobile {
	    left: 85%;
	}
	#MapaSite .hideMenuMobile svg {
        width: 35px;
        height: 35px;
    }
	#MapaSite .nav-child {
	    padding: 0 10px;
	}
	
    #tickerPosition{
        margin-top: 0 !important;
    }

    #logos .item {
        width: 32.3%;
    }
    
    #logos .item img{
        max-width: 80px;
    }
    
    #logos .g-content {
        padding: 20px 10px !important;
    }
        	
	/* --- */
	#slide.v1 {
		max-height: unset !important;
	}
	
	#slide.v1 .g-content {
		width: 95%;
	}
		
	#slide.v1 .sliderPrincipalNormal .infoMain .infoWrapper .titleMain .subTitle {
		margin: 0 0 10px 0;
	}
	
	#slide.v1 .sliderPrincipalNormal .arrows {
		margin-bottom: 20px;		
	}
	
	#slide.v1 .sliderPrincipalNormal {
		max-height: 475px;
		min-height: 475px;
	}
	
	/* --- */	
	#noticias .g-content {
		width: calc(100% - 70px);
	}
			
	#noticias .newsBlocks.slick-vertical .slick-track .slick-slide .slick-slide-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	
	#noticias .newsBlocks.slick-vertical .slick-dots {
		right: -30px;
	}	
		
	/* --- */
	#AtividadeMunicipal .g-content {
		width: 90%;
	}
	
	#AtividadeMunicipal .mainAtividadeM {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
		grid-column-gap: 20px;
        grid-row-gap: 20px;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(1) {
		grid-area: 1 / 1 / 2 / 2;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(2) {
		grid-area: 1 / 2 / 2 / 3;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(3) {
		grid-area: 2 / 1 / 3 / 2;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(4) {
		grid-area: 2 / 2 / 3 / 3;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(5) {
		grid-area: 3 / 1 / 4 / 2;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(6) {
		grid-area: 3 / 2 / 4 / 3;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(7) {
		grid-area: 4 / 1 / 5 / 2;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(8) {
		grid-area: 4 / 2 / 5 / 3;
	}
	
	#AtividadeMunicipal .mainAtividadeM .item:nth-child(1),
	#AtividadeMunicipal .mainAtividadeM .item:nth-child(2),
	#AtividadeMunicipal .mainAtividadeM .item:nth-child(5),
	#AtividadeMunicipal .mainAtividadeM .item:nth-child(6) {
		top: 0px;
	}
		
	#AtividadeMunicipal .mainAtividadeM .item h4 {
		margin: 15px 15px 20px 15px;
	}
	
	#AtividadeMunicipal .mainAtividadeM .item .icon {
		margin: 35px 15px 20px 15px;
	}
		
	/* --- */
	#calhetaOnline .mainBox .titleArrowBlock .infoBox {
		width: 95%;
	}
	
	#calhetaOnline .mainBox .itemsBlock {
		width: 95%;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
		grid-column-gap: 10px;
        grid-row-gap: 10px;
	}
		
	/* --- */	
	#documentos .desktop {
		width: 90%;
		flex-wrap: wrap;
	}
	
	#documentos .desktop .infoMain {
		width: 85%;
	}
	
	#documentos .desktop .itemCat {
		width: 100%;
	}
	
	/* --- */
	#apoios .g-content {

	}
	
	#apoios .boxWrapper {
		width: 90%;
	}

	/* --- */
	#agendaIntro .sliderPrincipal .verMais {
		display: none;
	}
	
	/* --- */
	#agenda .g-content {
		width: 95%;
	}
	
	#agenda .w33 {
		width: calc((100% - (30px * (1 - 1))) / 1 );
	}
			
	/* --- */	
	#visit .g-content {
		width: 90%;
	}
		
	#visit .mainBox {
		flex-direction: column;
		height: unset;
	}
	
	#visit .mainBox .imgBox {
		height: 200px;
		width: 100%;
	}
		
	#visit .mainBox .imgBox .title {
		font-size: 45px;
		padding-inline: 50px;
	}

	#visit .mainBox .visitC {
		width: 100%;
		padding: 25px 5%;
	}
		
	#visit .mainBox .visitC .info {
		font-size: clamp(18px, 8px + 2.6801vw, 34px);
	}
		
	/* --- */
	#visit .mainBanner.v2 .mainBox {
		height: unset;
	}
	
	#visit .mainBanner.v2 .mainBox .imgBox {
		width: 100%;
		height: unset;
		background: #e5a820;
		padding: 5%;
		text-align: center;
	}
	
	#visit .mainBanner.v2 .mainBox .visitC {
		width: 100%;
		padding: 50px 5%;
	}
		
	/* --- */
	#multimedia .g-content {
		width: 90%;
	}
		
	#multimedia .videoItem {
		width: calc((100% / 1) - 30px);
	}	
	
	/* --- */
	#MenuInferior .g-content {
		width: 90%;
	}
		
	#MenuInferior .menuInfMain {
		flex-wrap: wrap;
	}
	
	#MenuInferior .menuInfMain .w40.logo {
		width: 100%;
		padding: 0;
	}
		
	#MenuInferior .menuInfMain .w40.logo .logo {
		height: 60px;
	}
		
	#MenuInferior .menuInfMain .w30.menu {
		width: 100%;
		padding: 0;
	}

	#MenuInferior .menuInfMain .w30.menu .menu .titulo {
		margin-bottom: 50px;
	}
		
	#MenuInferior .menuInfMain .w30.menu .menu .titulo:after {
		bottom: calc(-50px / 2);
	}
	
	#MenuInferior .menuInfMain .w30.redes {
		width: 100%;
	}
	
	#MenuInferior .menuInfMain .w30.redes .titulo {
		margin-bottom: 50px;
	}
		
	#MenuInferior .menuInfMain .w30.redes .titulo:after {
		bottom: calc(-50px / 2);
	}
		
	/* --- */
    #BarraCopyright .g-content{
        padding: 10px !important;
    }
    
    #BarraCopyright .w30, #BarraCopyright .w40{
        width: 100%;
        text-align: center;
    }
    
    #BarraCopyright .w40{
        padding: 20px 50px 0 50px;
        margin-bottom: -20px;
    }
    
    #BarraCopyright .w30 .text{
        display:none;
    }
    	
    #BarraCopyright .dGov{
        position: absolute;
        left: 0;
        bottom: 15px;
    }
	
    #BarraCopyright .company{
        position: absolute;
        right: 0;
        bottom: 15px;
    }

	#Digital{
		display:none;
	}
}


@media (min-width: 470px) and (max-width: 591px){ 
    			
	#g-navigation .g-grid:nth-child(3) {
		width: 95%;
        margin: 0 2.5%;
		top: 100px;
	}
		
	#logo {
		flex: unset;
		width: fit-content;
	}
	
	#logo .logo {
		height: 55px;
	}
		
	#logo .logo img {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 95%;
	}
	
	#barra .w33.icons div.sep {
		display: none;
	}
	
	#barra .w33.icons div.ap {
		display: none;
	}

	#g-navigation .g-grid:nth-child(5) {
		display: none;
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(6) {
		display: flex;
		width: 95%;
	}
		
	#mobileBar .itemB.sep {
		display: inline-flex;
	}
	
	#mobileBar .itemB.ap {
		display: inline-flex;
	}

	/* --- */
	#MenuSuperior {
		top: 120px;
		height: calc(100% - 120px);
	}
	
	
	#MenuSuperior .g-content {
		width: 95%;
	}
	
	#MenuSuperior .w33 {
		grid-column-gap: 10px;
	}
	
	#MenuSuperior .w33 > a {
		width: calc((100% - (10px * (2 - 1))) / 2);
	}
	
	/* --- */
    .breaking-news-ticker{
        width:300% !important;
    }

    #MapaSite .g-content {
        width: 70%;
    }
	#MapaSite .logo img {
        width: 60px;
	}
	#MapaSite li .separator {
	    font-size: 18px;
	}
	#MapaSite li {
	    font-size: 12px;
	}
	#MapaSite .hideMenuMobile {
	    left: 58%;
	}
	#MapaSite .hideMenuMobile svg {
        width: 35px;
        height: 35px;
    }
    #MapaSite .menu {
        padding: 0;
    }
	#MapaSite .nav-child {
	    padding: 0 10px;
	}

    #tickerPosition{
        margin-top: 0 !important;
    }

    #logos .item {
        width: 32.3%;
    }
    
    #logos .item img{
        max-width: 80px;
    }
    
    #logos .g-content {
        padding: 20px 10px !important;
    }
        	
	/* --- */
	#slide.v1 .g-content {
		width: 95%;
	}
				
	/* --- */	
	#noticias .g-content {
		width: calc(100% - 70px);
	}
		
	#noticias .newsBlocks.slick-vertical .slick-track .slick-slide .slick-slide-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	
	#noticias .newsBlocks.slick-vertical .slick-dots {
		right: -35px;
	}	
		
	/* --- */
	#AtividadeMunicipal .g-content {
		width: 90%;
	}
	
	#AtividadeMunicipal .mainAtividadeM {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
		grid-column-gap: 20px;
        grid-row-gap: 20px;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(1) {
		grid-area: 1 / 1 / 2 / 2;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(2) {
		grid-area: 1 / 2 / 2 / 3;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(3) {
		grid-area: 2 / 1 / 3 / 2;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(4) {
		grid-area: 2 / 2 / 3 / 3;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(5) {
		grid-area: 3 / 1 / 4 / 2;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(6) {
		grid-area: 3 / 2 / 4 / 3;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(7) {
		grid-area: 4 / 1 / 5 / 2;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(8) {
		grid-area: 4 / 2 / 5 / 3;
	}
	
	#AtividadeMunicipal .mainAtividadeM .item:nth-child(1),
	#AtividadeMunicipal .mainAtividadeM .item:nth-child(2),
	#AtividadeMunicipal .mainAtividadeM .item:nth-child(5),
	#AtividadeMunicipal .mainAtividadeM .item:nth-child(6) {
		top: 0px;
	}
		
	#AtividadeMunicipal .mainAtividadeM .item h4 {
		margin: 15px 15px 20px 15px;
	}
	
	#AtividadeMunicipal .mainAtividadeM .item .icon {
		margin: 35px 15px 20px 15px;
	}
		
	/* --- */
	#calhetaOnline .mainBox .titleArrowBlock .infoBox {
		width: 95%;
	}
	
	#calhetaOnline .mainBox .itemsBlock {
		width: 95%;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
		grid-column-gap: 10px;
        grid-row-gap: 10px;
	}
		
	/* --- */	
	#documentos .desktop {
		width: 90%;
		flex-wrap: wrap;
	}
	
	#documentos .desktop .infoMain {
		width: 85%;
	}
	
	#documentos .desktop .itemCat {
		width: 100%;
	}
	
	/* --- */
	#apoios .g-content {

	}
	
	#apoios .boxWrapper {
		width: 90%;
	}
	
	/* --- */
	#agenda .g-content {
		width: 95%;
	}
	
	#agenda .w33 {
		width: calc((100% - (30px * (1 - 1))) / 1 );
	}
			
	/* --- */	
	#visit .g-content {
		width: 90%;
	}
		
	#visit .mainBox {
		flex-direction: column;
		height: unset;
	}
	
	#visit .mainBox .imgBox {
		height: 200px;
		width: 100%;
	}
		
	#visit .mainBox .imgBox .title {
		font-size: 45px;
		padding-inline: 50px;
	}

	#visit .mainBox .visitC {
		width: 100%;
		padding: 25px 5%;
	}
		
	#visit .mainBox .visitC .info {
		font-size: clamp(18px, 8px + 2.6801vw, 34px);
	}
	
	/* --- */
	#visit .mainBanner.v2 .mainBox {
		height: unset;
	}
	
	#visit .mainBanner.v2 .mainBox .imgBox {
		width: 100%;
		height: unset;
		background: #e5a820;
		padding: 5%;
		text-align: center;
	}
	
	#visit .mainBanner.v2 .mainBox .visitC {
		width: 100%;
		padding: 50px 5%;
	}
		
	/* --- */
	#visit .mainBanner.v2 .mainBox {
		height: unset;
	}
	
	#visit .mainBanner.v2 .mainBox .imgBox {
		width: 100%;
		height: unset;
		background: #e5a820;
		padding: 5%;
		text-align: center;
	}
	
	#visit .mainBanner.v2 .mainBox .visitC {
		width: 100%;
		padding: 50px 5%;
	}
			
	/* --- */
	#multimedia .g-content {
		width: 90%;
	}
		
	#multimedia .videoItem {
		width: calc((100% / 1) - 30px);
	}	
    	
	/* --- */
	#MenuInferior .g-content {
		width: 90%;
	}
	
	#MenuInferior .menuInfMain {
		flex-wrap: wrap;
	}
	
	#MenuInferior .menuInfMain .w40.logo {
		width: 100%;
		padding: 0;
	}
		
	#MenuInferior .menuInfMain .w40.logo .logo {
		height: 60px;
	}
		
	#MenuInferior .menuInfMain .w30.menu {
		width: 50%;
	}

	#MenuInferior .menuInfMain .w30.menu .menu .titulo {
		margin-bottom: 50px;
	}
		
	#MenuInferior .menuInfMain .w30.menu .menu .titulo:after {
		bottom: calc(-50px / 2);
	}
	
	#MenuInferior .menuInfMain .w30.redes {
		width: 50%;
	}
	
	#MenuInferior .menuInfMain .w30.redes .titulo {
		margin-bottom: 50px;
	}
		
	#MenuInferior .menuInfMain .w30.redes .titulo:after {
		bottom: calc(-50px / 2);
	}
	
	/* --- */
    #BarraCopyright .g-content{
        padding: 10px !important;
    }
    
    #BarraCopyright .w30, #BarraCopyright .w40{
        width: 100%;
        text-align: center;
    }
    
    #BarraCopyright .w40{
        padding: 20px 50px 0 50px;
        margin-bottom: -20px;
    }
    
    #BarraCopyright .w30 .text{
        display:none;
    }
    	
    #BarraCopyright .dGov{
        position: absolute;
        left: 0;
        bottom: 15px;
    }
	
    #BarraCopyright .company{
        position: absolute;
        right: 0;
        bottom: 15px;
    }

	#Digital{
		display:none;
	}

	.off-menu_911 dl dt.opened.parent, .off-menu_911 dl.level1 dt.opened.parent, .off-menu_911 dl dt.hover, .off-menu_911 dl dt:hover, .off-menu_911 dl.level1 dt.hover, .off-menu_911 dl.level1 dt:hover {
		background-color: #dd0931;
	}
	
	#menuMobile {
		height: 100%;
		width: 51%;
	}
}


@media (min-width: 592px) and (max-width: 767px){
    			
	#g-navigation .g-grid:nth-child(3) {
		width: 95%;
        margin: 0 2.5%;
        top: 100px;
	}
		
	#logo {
		flex: unset;
		width: fit-content;
	}
	
	#logo .logo {
		height: 55px;
	}
		
	#logo .logo img {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 95%;
	}
	
	#barra .w33.icons div.sep {
		display: none;
	}
	
	#barra .w33.icons div.ap {
		display: none;
	}

	#g-navigation .g-grid:nth-child(5) {
		display: none;
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(6) {
		display: flex;
		width: 95%;
	}
		
	#mobileBar .itemB.sep {
		display: inline-flex;
	}
	
	#mobileBar .itemB.ap {
		display: inline-flex;
	}

	/* --- */	
	#MenuSuperior {
		top: 120px;
		height: calc(100% - 120px);
	}
	
	#MenuSuperior .g-content {
		width: 95%;
	}
	
	#MenuSuperior .w33 {
		grid-column-gap: 10px;
	}
	
	#MenuSuperior .w33 > a {
		width: calc((100% - (10px * (3 - 1))) / 3);
	}
	
	/* --- */
    .breaking-news-ticker{
        width:300% !important;
    }

    #MapaSite .g-content {
        width: 60%;
    }
	#MapaSite .logo img {
        width: 80px;
	}
	#MapaSite li {
	    font-size: 14px;
	}
	#MapaSite .hideMenuMobile {
	    left: 50%;
	}
	#MapaSite .nav-child {
	    padding: 0 12px;
	}

    #logos .item {
        width: 32.3%;
    }
    
    #logos .item img{
        max-width: 80px;
    }
    
    #logos .g-content {
        padding: 20px 10px !important;
    }
    	
	/* --- */
	#slide.v1 .g-content {
		width: 95%;
	}
				
	/* --- */	
	#noticias .g-content {
		width: 90%;
	}
		
	#noticias .newsBlocks.slick-vertical .slick-track .slick-slide .slick-slide-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#noticias .newsBlocks.slick-vertical .slick-dots {
		right: -35px;
	}	
		
	/* --- */
	#AtividadeMunicipal .g-content {
		width: 90%;
	}
	
	#AtividadeMunicipal .mainAtividadeM {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
		grid-column-gap: 20px;
        grid-row-gap: 20px;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(1) {
		grid-area: 1 / 1 / 2 / 2;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(2) {
		grid-area: 1 / 2 / 2 / 3;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(3) {
		grid-area: 2 / 1 / 3 / 2;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(4) {
		grid-area: 2 / 2 / 3 / 3;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(5) {
		grid-area: 3 / 1 / 4 / 2;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(6) {
		grid-area: 3 / 2 / 4 / 3;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(7) {
		grid-area: 4 / 1 / 5 / 2;
	}

	#AtividadeMunicipal .mainAtividadeM .item:nth-child(8) {
		grid-area: 4 / 2 / 5 / 3;
	}
	
	#AtividadeMunicipal .mainAtividadeM .item:nth-child(1),
	#AtividadeMunicipal .mainAtividadeM .item:nth-child(2),
	#AtividadeMunicipal .mainAtividadeM .item:nth-child(5),
	#AtividadeMunicipal .mainAtividadeM .item:nth-child(6) {
		top: 0px;
	}
	
	#AtividadeMunicipal .mainAtividadeM .item h4 {
		margin: 15px 15px 20px 15px;
	}
	
	#AtividadeMunicipal .mainAtividadeM .item .icon {
		margin: 35px 15px 20px 15px;
	}
		
	/* --- */
	#calhetaOnline .mainBox .titleArrowBlock .infoBox {
		width: 95%;
	}
	
	#calhetaOnline .mainBox .itemsBlock {
        width: 95%;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
	}
		
	/* --- */	
	#documentos .desktop {
		width: 90%;
		flex-wrap: wrap;
	}
	
	#documentos .desktop .infoMain {
		width: 85%;
	}
	
	#documentos .desktop .itemCat {
		width: 100%;
	}
	
	/* --- */
	#apoios .g-content {

	}
	
	#apoios .boxWrapper {
		width: 90%;
	}

	/* --- */
	#agenda .g-content {
		width: 95%;
	}
	
	#agenda .w33 {
		width: calc((100% - (30px * (2 - 1))) / 2 );
	}
			
	/* --- */	
	#visit .g-content {
		width: 90%;
	}
		
	#visit .mainBox {
		flex-direction: column;
		height: unset;
	}
	
	#visit .mainBox .imgBox {
		height: 200px;
		width: 100%;
	}
		
	#visit .mainBox .imgBox .title {
		font-size: 45px;
		padding-inline: 50px;
	}

	#visit .mainBox .visitC {
		width: 100%;
		padding: 25px 5%;
	}
		
	#visit .mainBox .visitC .info {
		font-size: clamp(18px, 8px + 2.6801vw, 34px);
	}
	
	/* --- */
	#visit .mainBanner.v2 .mainBox {
		height: unset;
	}
	
	#visit .mainBanner.v2 .mainBox .imgBox {
		width: 100%;
		height: unset;
		background: #e5a820;
		padding: 5%;
		text-align: center;
	}
	
	#visit .mainBanner.v2 .mainBox .visitC {
		width: 100%;
		padding: 50px 5%;
	}
			
	/* --- */
	#multimedia .g-content {
		width: 90%;
	}
		
	#multimedia .videoItem {
		width: calc((100% / 2) - 30px);
	}	
    	
	/* --- */
	#MenuInferior .g-content {
		width: 90%;
	}
	
	#MenuInferior .menuInfMain {
		flex-wrap: wrap;
	}
	
	#MenuInferior .menuInfMain .w40.logo {
		width: 100%;
		padding: 0;
	}
		
	#MenuInferior .menuInfMain .w40.logo .logo {
		height: 60px;
	}
		
	#MenuInferior .menuInfMain .w30.menu {
		width: 50%;
	}

	#MenuInferior .menuInfMain .w30.menu .menu .titulo {
		margin-bottom: 50px;
	}
		
	#MenuInferior .menuInfMain .w30.menu .menu .titulo:after {
		bottom: calc(-50px / 2);
	}
	
	#MenuInferior .menuInfMain .w30.redes {
		width: 50%;
	}
	
	#MenuInferior .menuInfMain .w30.redes .titulo {
		margin-bottom: 50px;
	}
		
	#MenuInferior .menuInfMain .w30.redes .titulo:after {
		bottom: calc(-50px / 2);
	}
	/* --- */
    #BarraCopyright .g-content{
        padding: 10px !important;
    }
    
    #BarraCopyright .w30, #BarraCopyright .w40{
        width: 100%;
        text-align: center;
    }
    
    #BarraCopyright .w40{
        padding: 20px 50px 0 50px;
        margin-bottom: -20px;
    }
    
    #BarraCopyright .w30 .text{
        display:none;
    }
    	
    #BarraCopyright .dGov{
        position: absolute;
        left: 0;
        bottom: 15px;
    }
	
    #BarraCopyright .company{
        position: absolute;
        right: 0;
        bottom: 15px;
    }

	#Digital{
		display:none;
	}

	.off-menu_911 dl dt.opened.parent, .off-menu_911 dl.level1 dt.opened.parent, .off-menu_911 dl dt.hover, .off-menu_911 dl dt:hover, .off-menu_911 dl.level1 dt.hover, .off-menu_911 dl.level1 dt:hover {
		background-color: #dd0931;
	}

	#menuMobile {
		height: 100%;
		width: 51%;
	}

}


@media (min-width: 768px) and (max-width: 958px){
    			
	#g-navigation .g-grid:nth-child(3) {
		width: 95%;
        margin: 0 2.5%;
		top: 100px;
	}
	
	#logo {
		flex: unset;
		width: fit-content;
	}
	
	#logo .logo {
		height: 55px;
	}
	
	#logo .logo img {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 95%;
	}

	#g-navigation .g-grid:nth-child(5) {
		display: none;
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(6) {
		display: flex;
		width: 95%;
	}
	
	/* --- */
	#MenuSuperior .g-content {
		width: 95%;
	}
	
	#MenuSuperior .w33 > a {
		width: calc((100% - (30px * (3 - 1))) / 3);
	}
	
	/* --- */
    .breaking-news-ticker{
        width:300% !important;
    }

    #MapaSite .logo img {
        width: 80px;
	}
	#MapaSite li {
	    font-size: 14px;
	}
	#MapaSite .hideMenuMobile {
	    left: 43%;
	}
	#MapaSite .nav-child {
	    padding: 0 17px;
	}

    #tickerPosition{
        margin-top: 0 !important;
    }

    #logos .item {
        width: 32.3%;
    }
    
    #logos .item img{
        max-width: 80px;
    }
    
    #logos .g-content {
        padding: 20px 10px !important;
    }
        	
	/* --- */
	#slide.v1 .g-content {
		width: 95%;
	}
			
	/* --- */	
	#noticias .g-content {
		width: 90%;
	}
	
	#noticias .newsBlocks.slick-vertical .slick-track .slick-slide .slick-slide-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#noticias .newsBlocks.slick-vertical .slick-dots {
		right: -35px;
	}	
		
	/* --- */
	#AtividadeMunicipal .g-content {
		width: 90%;
	}
		
	/* --- */
	#calhetaOnline .mainBox .titleArrowBlock .infoBox {
		width: 95%;
	}
	
	#calhetaOnline .mainBox .itemsBlock {
		width: 95%;
		grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 10px;
        grid-row-gap: 10px;
	}
		
	/* --- */	
	#documentos .desktop {
		width: 90%;
		flex-wrap: wrap;
	}
	
	#documentos .desktop .infoMain {
		width: 85%;
	}
	
	#documentos .desktop .itemCat {
		width: 100%;
	}
	
	/* --- */
	#apoios .g-content {

	}
	
	#apoios .boxWrapper {
		width: 90%;
	}

	/* --- */
	#agenda .g-content {
		width: 95%;
	}
	
	#agenda .w33 {
		width: calc((100% - (30px * (2 - 1))) / 2 );
	}
			
	/* --- */	
	#visit .g-content {
		width: 90%;
	}
	
	#visit .mainBox {
		flex-direction: column;
		height: unset;
	}
	
	#visit .mainBox .imgBox {
		height: 200px;
		width: 100%;
	}
		
	#visit .mainBox .imgBox .title {
		font-size: 45px;
		padding-inline: 50px;
	}

	#visit .mainBox .visitC {
		width: 100%;
		padding: 25px 5%;
	}
		
	#visit .mainBox .visitC .info {
		font-size: clamp(18px, 8px + 2.6801vw, 34px);
	}
	
	/* --- */
	#visit .mainBanner.v2 .mainBox {
		height: unset;
	}
	
	#visit .mainBanner.v2 .mainBox .imgBox {
		width: 100%;
		height: unset;
		background: #e5a820;
		padding: 5%;
		text-align: center;
	}
	
	#visit .mainBanner.v2 .mainBox .visitC {
		width: 100%;
		padding: 50px 5%;
	}
	
	/* --- */
	#multimedia .g-content {
		width: 90%;
	}
	
	#multimedia .videoItem {
		width: calc((100% / 2) - 30px);
	}	
	
	/* --- */
	#MenuInferior .g-content {
		width: 90%;
	}
	
	#MenuInferior .menuInfMain {
		flex-wrap: wrap;
	}
	
	#MenuInferior .menuInfMain .w40.logo {
		width: 100%;
		padding: 0;
	}
		
	#MenuInferior .menuInfMain .w40.logo .logo {
		height: 60px;
	}
		
	#MenuInferior .menuInfMain .w30.menu {
		width: 50%;
	}

	#MenuInferior .menuInfMain .w30.menu .menu .titulo {
		margin-bottom: 50px;
	}
		
	#MenuInferior .menuInfMain .w30.menu .menu .titulo:after {
		bottom: calc(-50px / 2);
	}
	
	#MenuInferior .menuInfMain .w30.redes {
		width: 50%;
	}
	
	#MenuInferior .menuInfMain .w30.redes .titulo {
		margin-bottom: 50px;
	}
		
	#MenuInferior .menuInfMain .w30.redes .titulo:after {
		bottom: calc(-50px / 2);
	}
	
	/* --- */
    #BarraCopyright .g-content{
        padding: 10px !important;
    }
    
    #BarraCopyright .w30, #BarraCopyright .w40{
        width: 100%;
        text-align: center;
    }
    
    #BarraCopyright .w40{
        padding: 20px 50px 0 50px;
        margin-bottom: -20px;
    }
    
    #BarraCopyright .w30 .text{
        display:none;
    }
	
    #BarraCopyright .dGov{
        position: absolute;
        left: 0;
        bottom: 15px;
    }
	
    #BarraCopyright .company{
        position: absolute;
        right: 0;
        bottom: 15px;
    }

	.off-menu_911 dl dt.opened.parent, .off-menu_911 dl.level1 dt.opened.parent, .off-menu_911 dl dt.hover, .off-menu_911 dl dt:hover, .off-menu_911 dl.level1 dt.hover, .off-menu_911 dl.level1 dt:hover {
		background-color: #dd0931;
	}

	#menuMobile {
		height: 100%;
		width: 51%;
	}

}


@media (min-width: 959px) and (max-width: 1199px){
    	
	#menuDJ .dj-megamenu-default li.dj-up > .dj-subwrap > .dj-subwrap-in {
		max-width: 95%;
	}

	/* --- */			
	#g-navigation .g-grid:nth-child(3) {
        width: 95%;
        margin: 0 2.5%;
	}
	
	#logo .logo {
		height: 60px;
	}
	
	#g-navigation .g-grid:nth-child(4) {
		width: 95%;
	}

	#g-navigation .g-grid:nth-child(5) {
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(5) .g-block.size-20 {
		flex: unset;
		width: 0;
	}
	
	#g-navigation .g-grid:nth-child(6) {
		width: 95%;
	}
	
	/* --- */
	#MenuSuperior .g-content {
		width: 95%;
	}
	
	#MenuSuperior .w33 > a {
		width: calc((100% - (30px * (4 - 1))) / 4);
	}
	
	/* --- */
    #MapaSite li {
	    font-size: 14px;
	}
	#MapaSite .hideMenuMobile {
	    left: 44%;
	}

	#BarraCopyright .g-content {
	    padding: 10px 0 !important
	}
	#BarraCopyright .w30 {
        width: 29%;
	}
	#BarraCopyright .w40 {
        width: 40%;
	}
		
	/* --- */
	#slide.v1 .g-content {
		width: 95%;
	}
		
	/* --- */	
	#noticias .g-content {
		width: 90%;
	}
	
	#noticias .newsBlocks.slick-vertical .slick-track .slick-slide .slick-slide-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#noticias .newsBlocks.slick-vertical .slick-dots {
		right: -35px;
	}	
		
	/* --- */
	#AtividadeMunicipal .g-content {
		width: 90%;
	}
		
	/* --- */
	#calhetaOnline .mainBox .titleArrowBlock .infoBox {
		width: 95%;
	}
	
	#calhetaOnline .mainBox .itemsBlock {
		width: 95%;
		grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
	}
		
	/* --- */	
	#documentos .desktop {
		width: 90%;
	}
	
	/* --- */
	#apoios .g-content {

	}
	
	#apoios .boxWrapper {
		width: 90%;
	}

	/* --- */
	#agenda .g-content {
		width: 95%;
	}
	
	#agenda .w33 {
		width: calc((100% - (30px * (2 - 1))) / 2 );
	}
		
	/* --- */	
	#visit .g-content {
		width: 90%;
	}
		
	/* --- */
	#multimedia .g-content {
		width: 90%;
	}	
	
	/* --- */
	#MenuInferior .g-content {
		width: 90%;
	}
		
    #MenuInferior .menuInfMain .w40.logo {
		padding: 0 5% 0 0;	
	}
	
	#MenuInferior .menuInfMain .w30.menu {
		padding: 0 5% 0 0;
	}
}


@media (min-width: 1200px) and (max-width: 1439px){
    	
	#menuDJ .dj-megamenu-default li.dj-up > .dj-subwrap > .dj-subwrap-in {
		max-width: 95%;
	}

	/* --- */			
	#g-navigation .g-grid:nth-child(3) {
        width: 95%;
        margin: 0 2.5%;
	}

	#g-navigation .g-grid:nth-child(4) {
		width: 95%;
	}

	#g-navigation .g-grid:nth-child(5) {
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(6) {
		width: 95%;
	}
	
	/* --- */
	#MenuSuperior .g-content {
		width: 95%;
	}
	
	#MenuSuperior .w33 > a {
		width: calc((100% - (30px * (5 - 1))) / 5);
	}
	
	/* --- */
    #MapaSite .hideMenuMobile {
	    left: 45%;
	}
    	
	/* --- */
	#slide.v1 .g-content {
		width: 95%;
	}
		
	/* --- */	
	#noticias .g-content {
		width: 90%;
	}
	
	#noticias .newsBlocks.slick-vertical .slick-dots {
		right: -35px;
	}	
		
	/* --- */
	#AtividadeMunicipal .g-content {
		width: 90%;
	}
		
	/* --- */
	#calhetaOnline .mainBox .titleArrowBlock .infoBox {
		width: 95%;
	}
	
	#calhetaOnline .mainBox .itemsBlock {
		width: 95%;
	}
		
	/* --- */	
	#documentos .desktop {
		width: 90%;
	}
	
	/* --- */
	#apoios .g-content {

	}
	
	#apoios .boxWrapper {
		width: 90%;
	}
	
	/* --- */
	#agenda .g-content {
		width: 95%;
	}
			
	/* --- */	
	#visit .g-content {
		width: 90%;
	}
		
	/* --- */
	#multimedia .g-content {
		width: 90%;
	}	
	
	/* --- */
	#MenuInferior .g-content {
		width: 90%;
	}
		
    #MenuInferior .menuInfMain .w40.logo {
		padding: 0 5% 0 0;	
	}
	
	#MenuInferior .menuInfMain .w30.menu {
		padding: 0 5% 0 0;
	}
}


@media (min-width: 1440px) and (max-width: 1599px){ 
    	
	#menuDJ .dj-megamenu-default li.dj-up > .dj-subwrap > .dj-subwrap-in {
		max-width: 95%;
	}

	/* --- */			
	#g-navigation .g-grid:nth-child(3) {
        width: 95%;
        margin: 0 2.5%;
	}

	#g-navigation .g-grid:nth-child(4) {
		width: 95%;
	}

	#g-navigation .g-grid:nth-child(5) {
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(6) {
		width: 95%;
	}
	
	/* --- */
	#MenuSuperior .g-content {
		width: 95%;
	}
	
	/* --- */
    #MapaSite .hideMenuMobile {
	    left: 46%;
	}
    	
	/* --- */
	#slide.v1 .g-content {
		width: 95%;
	}
		
	/* --- */	
	#noticias .g-content {
    	width: 90%;
	}
	
	#noticias .newsBlocks.slick-vertical .slick-dots {
		right: -35px;
	}	
	
	/* --- */
	#AtividadeMunicipal .g-content {
		width: 90%;
	}
		
	/* --- */
	#calhetaOnline .mainBox .titleArrowBlock .infoBox {
		width: 95%;
	}
	
	#calhetaOnline .mainBox .itemsBlock {
		
	}
		
	/* --- */	
	#documentos .desktop {
		width: 90%;
	}
	
	/* --- */
	#apoios .g-content {

	}
	
	#apoios .boxWrapper {
		width: 90%;
	}
	
	/* --- */
	#agenda .g-content {
		width: 95%;
	}
			
	/* --- */	
	#visit .g-content {
		width: 90%;
	}
		
	/* --- */
	#multimedia .g-content {
		width: 90%;
	}	
	
	/* --- */
	#MenuInferior .g-content {
		width: 90%;
	}
}


@media (min-width: 1600px) and (max-width: 1799px){ 
	
	#menuDJ .dj-megamenu-default li.dj-up > .dj-subwrap > .dj-subwrap-in {
		max-width: 95%;
	}

	/* --- */
	#g-navigation .g-grid:nth-child(3) {
        width: 95%;
        margin: 0 2.5%;
	}

	#g-navigation .g-grid:nth-child(4) {
		width: 95%;
	}

	#g-navigation .g-grid:nth-child(5) {
		width: 95%;
	}
	
	#g-navigation .g-grid:nth-child(6) {
		width: 95%;
	}

	/* --- */
	#MenuSuperior .g-content {
		width: 95%;
	}
	
	/* --- */
    #MapaSite .hideMenuMobile {
	    left: 46%;
	}
	
	/* --- */
	#slide.v1 .g-content {
		width: 95%;
	}
	
	/* --- */	
	#noticias .g-content {
    	width: 90%;
	}
	
	/* --- */
	#AtividadeMunicipal .g-content {
		width: 90%;
	}
		
	/* --- */
	#calhetaOnline .mainBox .titleArrowBlock .infoBox {
		width: 95%;
	}
	
	#calhetaOnline .mainBox .itemsBlock {

	}
	
	/* --- */	
	#documentos .desktop {
		width: 90%;
	}
	
	/* --- */
	#apoios .g-content {

	}
	
	#apoios .boxWrapper {
		width: 90%;
	}
	
	/* --- */
	#agenda .g-content {
		width: 95%;
	}
		
	/* --- */	
	#visit .g-content {
		width: 90%;
	}
	
	/* --- */
	#multimedia .g-content {
		width: 90%;
	}
		
	/* --- */
	#MenuInferior .g-content {
		width: 90%;
	}
}


@media (min-width: 1800px){ 

}