#g-top #custom-1705-particle, #g-navigation #custom-6515-particle {
    position:absolute;
    top:-1000px;
}

html {
    scroll-behavior: smooth;
}

body.g-default, body.g-default h1, 
body.g-default h2, body.g-default h3,
body.g-default h4, body.g-default h5,
body.g-default h6 {
    font-family: "sourcesanspro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: #44609c;
}

body::-webkit-scrollbar-thumb {
  background: #314b80;
}

body .skiptranslate iframe {
	display: none;
}

/* ---- G-top ---- */
#g-top {
	padding: 0;
}

/* ---- menuLateral ---- */
#menuLateral {
    position: fixed;
    z-index: 3;
	display: none;
}

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

/* ---- Height Settings --- */
#menuLateral, #menuLateral .g-content,
#menuLateral > .g-content > .platform-content, #menuLateral > .g-content > .platform-content > .accordeonck,
#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 { 
	height: 100%;
}

/* --- */

#menuLateral .platform-content {
	width: 100%;
    position: relative;
}

#menuLateral .platform-content:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000d9;
	border-top: 135px solid #1f2c45;
}

/* ---- Menu Wrapper ---- */
#menuLateral > .g-content > .platform-content > .accordeonck {
    width: 70%;
	padding: 135px 0 0 0;
    background: linear-gradient(to right, #314b80 50%, #44609c 50%);
	-webkit-box-shadow: inset -1px 0px 15px -5px rgba(0, 0, 0, 0.73);
    box-shadow: inset -1px 0px 15px -5px rgba(0, 0, 0, 0.73);
    position: absolute;
    right: 0;
}

/* --- */
#menuLateral > .g-content > .platform-content > .accordeonck > ul {
	overflow-y: overlay;
    overflow-x: hidden;
}
/* ------------ Scrollbar ------------- */
#menuLateral > .g-content > .platform-content > .accordeonck > ul {
	--sb-track-color: #536da5;
    --sb-thumb-color: #213357;
	--sb-size: 0px;
}

#menuLateral > .g-content > .platform-content > .accordeonck > ul::-webkit-scrollbar {
	width: var(--sb-size);
}

#menuLateral > .g-content > .platform-content > .accordeonck > ul::-webkit-scrollbar-track {
	background: var(--sb-track-color);
	border-radius: 0px;
}

#menuLateral > .g-content > .platform-content > .accordeonck > ul::-webkit-scrollbar-thumb {
	background: var(--sb-thumb-color);
	border-radius: 1px;
}

/* ---- Menu Level 1 ---- */
#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: unset;
    padding: 0 0 0 0;
    width: 100%;
}

/* ---- Level One ---- */
#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 {
	width: 50%;
    padding: 0 50px;
    position: relative;
    overflow: visible;
}
#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 {
	-webkit-animation-name: fadeInDownMenu;
    animation-name: fadeInDownMenu;
	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;
}


#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(2) {
	animation-delay:0.2s;
}

#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(3) {
	animation-delay:0.3s;
}

#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(4) {
	animation-delay:0.4s;
}

#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(5) {
	animation-delay:0.5s;
}

#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(6) {
	animation-delay:0.6s;
}

#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(7) {
	animation-delay:0.7s;
}

#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(8) {
	animation-delay:0.8s;
}

#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(9) {
	animation-delay:0.9s;
}

#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(10) {
	animation-delay:1s;
}

#menuLateral.active > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(11) {
	animation-delay:1.1s;
}

@keyframes fadeInMenu {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }
  
  100% {
	opacity: 1;
  }
}

@keyframes fadeInDownMenu {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }

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

/* ------ Toggle Icon ------ */
#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 li.parent.open > span span.toggler_icon {
    background: url(/templates/wnpc/images/imagens/nav_arrow_down_icon.png) center center no-repeat !important;
	filter: invert(1);
    right: 10px;
}

#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 li.parent > span span.toggler_icon {
    background: url(/templates/wnpc/images/imagens/nav_arrow_right_icon.png) center center no-repeat !important;
	filter: invert(1);
    right: 10px;
}

/* ---- Menu Level 2 ---- */
/* ------------ Scrollbar ------------- */
#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul {
	--sb-track-color: #cedbf7;
    --sb-thumb-color: #213357;
	--sb-border-color: #8279009e;
    --sb-size: 0px;
}

#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) ul {
	--sb-size: 7px;
}

#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul::-webkit-scrollbar {
	width: var(--sb-size);
}

#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul::-webkit-scrollbar-track {
	background: var(--sb-track-color);
	border-radius: 0px;
}

#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul::-webkit-scrollbar-thumb {
	background: var(--sb-thumb-color);
	border: 1px solid var(--sb-border-color);
	border-radius: 1px;
}

/* ----------- Levels Style CSS ------------ */

/* ---- Level One ---- */
#menuLateral #accordeonck674 li.level1 > span a {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
}

#menuLateral #accordeonck674 li.level1:not(.parent) > span a:hover {
	text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 10px;
}

/* ---- Level Two ---- */
#menuLateral #accordeonck674 li.level2 > span a {
	color: #fff;
	font-size: 30px;
}

#menuLateral #accordeonck674 li.level2:not(.parent) > span a:hover {
	text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 10px;
}

#menuLateral #accordeonck674 li.level2:not(.parent) > span a.isactive {
    display: inline;
	background-image: linear-gradient(180deg, #827900, #827900);
    background-repeat: no-repeat;
    background-position: 15px 100%;
    background-size: 100% 40%;
}

#menuLateral #accordeonck674 li.level2:not(.parent) > span a.isactive:hover {
	text-decoration: none;
}

/* ---- G-Navigation ---- */
#g-navigation {
	position: fixed;
    width: 100%;
    z-index: 4;
	background: unset;
}

#g-navigation:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
	opacity: 0;
	background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
	-webkit-transition: opacity 0.4s ease-in, box-shadow 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in, box-shadow 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in, box-shadow 0.4s ease-in;
    transition: opacity 0.4s ease-in, box-shadow 0.4s ease-in;
}

#g-navigation.scrolled:before {
	opacity: 1;
	box-shadow: #00000021 0px 2px 10px;
}

#g-navigation.section-horizontal-paddings {
	padding: 0px;
}

/* ---- Barra Topo ---- */
#barraTopo .g-content {
    width: 1600px;
    margin: auto;
    padding: 25px 0 10px 0;
}

#barraTopo .custom {
	display: inline-flex;
    width: 100%;
	height: 100px;
    justify-content: space-between;
    align-items: center;
}

#barraTopo .mainLogo {
    display: inline-flex;
    align-items: center;
    height: 80px;
    width: fit-content;
	margin-right: 20px;
}

#barraTopo .mainLogo .logo {
	max-height: 80px;
    width: auto;
}

#barraTopo .mainLogo .logo svg {
    max-height: 70px;
    height: auto;
    width: fit-content;
}

#barraTopo .mainLogo .logo svg path.animate-left {
	animation: flickerDots 6s ease-in-out infinite;
	animation-delay: 0s;
}

#barraTopo .mainLogo .logo svg path.animate-right {
	animation: flickerDots 6s ease-in-out infinite;
	animation-delay: -2s;
}

#barraTopo .mainLogo .logo svg path.animate-bottom {
	animation: flickerDots 6s ease-in-out infinite;
	animation-delay: -4s;
}

#barraTopo .mainLogo .logo svg path.animate-center {
	animation: bounceUpDown 2s ease-in-out infinite;
}

@keyframes bounceUpDown {
	0%, 100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-3px);
	}
}

@keyframes flickerDots {
	0%,25% {
		opacity: 0.5;
	}

	35% {
		opacity: 0.2;
	}

	45% {
		opacity: 0.5;
	}

	100% {
		opacity: 0.5;
	}
}

#barraTopo .mainBar {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
	width: fit-content;
}

#barraTopo .mainBar .menuMais {
	display: inline-flex;
    align-items: center;
	margin: 0 0 0 20px;
    grid-column-gap: 20px;
}

#barraTopo .mainBar .menuMais .Pesq {
	min-height: 35px;
    max-height: 35px;
    max-width: 35px;
    min-width: 35px;
}

#barraTopo .mainBar .menuMais .Pesq svg {
	min-height: 35px;
    max-height: 35px;
    max-width: 35px;
    min-width: 35px;
}

#barraTopo .mainBar .menuMais .Pesq svg path {
	fill: #fff;
}

#barraTopo .mainBar .traducao {
	position: relative;
	height: 35px;
}

#barraTopo .mainBar .traducao svg {
	height: 35px;
    width: fit-content;
}

#barraTopo .mainBar .traducao svg path {
	fill: #fff;
}

/* --- */
#barraTopo .mainBar .traducao select.notranslate {
	width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: unset;
    color: transparent;
	/*display: none;*/
}

#barraTopo .mainBar .traducao select.notranslate::-webkit-scrollbar {
	width: 1px;
}

#barraTopo .mainBar .traducao select.notranslate::-webkit-scrollbar-track {
	background: #314b80;
	border-radius: 0px;
}

#barraTopo .mainBar .traducao select.notranslate::-webkit-scrollbar-thumb {
	background: #44609c;
	border-radius: 1px;
}
#barraTopo .mainBar .traducao select.notranslate option:first-child {
	display: none;
}

#barraTopo .mainBar .traducao select.notranslate option {
    background: #fff;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: normal;
}

/* --- */
#barraTopo .mainBar .traducao .custom-select {
	position: absolute;
    display: inline-block;
	width: 35px;
    height: 35px;
    top: 0;
    left: 0;
}

#barraTopo .mainBar .traducao .custom-select button.selected {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: transparent;
    color: transparent;
}

#barraTopo .mainBar .traducao .custom-select ul.options {
    position: absolute;
    top: 100%;
    width: 40px;
    left: -5px;
    right: 0;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #2b2b2b;
    background: #44609c;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 1;
}

#barraTopo .mainBar .traducao .custom-select.custom-select ul.options li {
	padding: 6px 10px;
    cursor: pointer;
    color: #fff;
    font-size: calc(100% - 2px);
}

#barraTopo .mainBar .traducao .custom-select.custom-select ul.options li:not(.selected):hover {
	background: #63bae8;
}

#barraTopo .mainBar .traducao .custom-select.custom-select ul.options li.selected {
	background: #314b80;
	font-weight: bold;
}

#barraTopo .mainBar .menuBtn {	
	display: inline-flex;
    align-items: center;
    margin: 0 0 0 20px;
    grid-column-gap: 20px;
}

/* --- */
#barraTopo .mainBar .menuBtn .burger {
	width: 50px;
	cursor: pointer;
	padding: 0;
	background: unset;
}

#barraTopo .mainBar .menuBtn .burger[aria-expanded="true"] {
    width: 40px;
}

#barraTopo .mainBar .menuBtn .burger span {
	display: block;
	width: 100%;
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
	border-radius: 3px;
	height: 4px;
	background: #fff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	position: relative;
}

#barraTopo .mainBar .menuBtn .burger[aria-expanded="true"] span {
	box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 0%);
}

#barraTopo .mainBar .menuBtn .burger span + span {
	margin-top: 18px;
}

#barraTopo .mainBar .menuBtn .burger[aria-expanded="true"] span:nth-child(1) {
	animation: ease .7s top forwards;
}

#barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(1) {
	animation: ease .7s top-2 forwards;
}

#barraTopo .mainBar .menuBtn .burger[aria-expanded="true"] span:nth-child(2) {
	animation: ease .7s scaled forwards;
}

#barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(2) {
	animation: ease .7s scaled-2 forwards;
	width: 75%;
	margin-inline: auto;
}

#barraTopo .mainBar .menuBtn .burger[aria-expanded="true"] span:nth-child(3) {
	animation: ease .7s bottom forwards;
}

#barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(3) {
	animation: ease .7s bottom-2 forwards;
	width: 35%;
	margin-inline: auto;
}

#barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(2),
#barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(3) {
	margin-top: 6px;
}

@keyframes top {
	0% {
		top: 0;
		transform: rotate(0);
	}
	50% {
		top: 22px;
		transform: rotate(0);
	}
	100% {
		top: 22px;
		transform: rotate(45deg);
	}
}

@keyframes top-2 {
	0% {
		top: 22px;
		transform: rotate(45deg);
	}
	50% {
		top: 22px;
		transform: rotate(0deg);
	}
	100% {
		top: 0;
		transform: rotate(0deg);
	}
}

@keyframes bottom {
	0% {
		bottom: 0;
		transform: rotate(0);
	}
	50% {
		bottom: 22px;
		transform: rotate(0);
	}
	100% {
		bottom: 22px;
		transform: rotate(135deg);
	}
}

@keyframes bottom-2 {
	0% {
		bottom: 18px;
		transform: rotate(135deg);
	}
	50% {
		bottom: 18px;
		transform: rotate(0);
	}
	100% {
		bottom: 0;
		transform: rotate(0);
	}
}

@keyframes scaled {
	50% {
		transform: scale(0);
	}
	100% {
		transform: scale(0);
	}
}

@keyframes scaled-2 {
	0% {
		transform: scale(0);
	}
	50% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

/* ---- menuMobile ---- */
#menuMobile {
    display: none;
}

/* ---- G-Slideshow ---- */
#g-slideshow {
	padding: 0;
}

#g-slideshow #gooFormula {
	display: none;
}
/* ---- Slide ---- */
#Slide .g-content {
    padding: 0;
    margin: 0;
}

#Slide .hideImageNormal {
	height: inherit;
}

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

#Slide .hideImageNormal {
    visibility: hidden;
    position: absolute;
    z-index: -99;
}

#Slide .sliderPrincipalNormal {
    width: 100%;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
	min-height: 900px;
    max-height: 900px;
}

#Slide .sliderPrincipalNormal .arrowNx {
	z-index: 2;
    position: absolute;
	bottom: 75px;
    left: calc(50% - 17.5px);
}

#Slide .sliderPrincipalNormal .arrowNx svg {
    width: 35px;
    height: 35px;
}

#Slide .sliderPrincipalNormal .arrowNx svg * {
	fill: #fff;
	filter: drop-shadow(2px 2px 6px #00000040);
}

/* ------- Redes ------- */
#Slide .sliderPrincipalNormal .redesMain {
	position: absolute;
    z-index: 3;
    left: calc((100% - 1600px) / 2);
    top: 40%;
}

/* --- Menu Active --- */	
#Slide .sliderPrincipalNormal .redesMain.active {
    position: fixed;
	top: 40vh;
    padding-top: 100px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 6s;
    -moz-animation-duration: 6s;
    -ms-animation-duration: 6s;
    -o-animation-duration: 6s;
    animation-duration: 6s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }
  
  100% {
	opacity: 1;
  }
}

/* --- */

#Slide .sliderPrincipalNormal .redesMain .custom {
    display: inline-flex;
    flex-direction: column;
    grid-row-gap: 5px;
}

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

#Slide .sliderPrincipalNormal .redesMain .faleC svg {
    width: 35px;
    height: 25px;
}

#Slide .sliderPrincipalNormal .redesMain svg *{
	fill: #fff;
}


#Slide .sliderPrincipalNormal .redesMain .faleC svg path:nth-of-type(n+2){
	fill: #000;
}

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

#Slide .sliderPrincipalNormal img {
    width:100%;
}

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

#Slide .sliderPrincipalNormal ul li video {
	width: 100%;
}
 
#Slide .sliderPrincipalNormal #dots {
	position: absolute;
    bottom: 0%;
    left: 0%;
    right: auto;
    z-index: 2;
    font-size: 0;
    text-align: center;
    opacity: 1;
	display: flex;
    flex-wrap: nowrap;
}

#Slide .sliderPrincipalNormal #dots a {
	background: #ffffff80;
    width: 150px;
    height: 15px;
	margin-top: 25px;
    display: inline-block;
    cursor: pointer;
	position: relative;
}

#Slide .sliderPrincipalNormal #dots a.active {
	animation: flickerSliderBar 1s ease-in-out;
}

@keyframes flickerSliderBar {
    0% {
        background: #ffffff80;
    }
    70% {
        background: #ffffff45;
    }
	
	100% {
		background: #ffffff80;
	}
}

#Slide .sliderPrincipalNormal #dots a:after {
	content: '';
	position: absolute;
	background: #ffffff80;
	height: 40px;
	width: 2px;
	right: 0;
	bottom: 0;
}

#Slide .sliderPrincipalNormal #dots a.active:after {
	background: #ffffff;
}

#Slide .sliderPrincipalNormal #dots a span {
	color: #ffffff80;
    font-family: 'PFDinTextCompPro-Light';
    font-weight: 300;
    font-size: 26px;
    line-height: 0;
    height: 0;
    display: block;
    position: absolute;
    right: -15px;
    top: -40px;
}

#Slide .sliderPrincipalNormal #dots a.active span {
	color: #ffffff;
	font-family: 'PFDinTextCompPro-Regular';
}

#Slide .sliderPrincipalNormal .arrow {
    position:absolute;
    top:50%;
    width:70px;
    height:100px;
    margin-top:-50px;
    background:#FFF;
    z-index:999;
    opacity:0.7;
    line-height:100px;
    color:#333;
    text-align:center;
    text-decoration:none;
}

#Slide .sliderPrincipalNormal .arrow.prev {
	left:0; 
}

#Slide .sliderPrincipalNormal .arrow.next {
	right:0; 
}

#Slide .sliderPrincipalNormal .arrow:active {
    background:#FAFAFA;
    opacity:1;
}

#Slide .sliderPrincipalNormal li.slider1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
	z-index: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(270deg, #59a9d2f2 0%, #5f89b5e6 45%, #47649df2 100%);
}


#Slide .sliderPrincipalNormal li.slider2 .overlay {
	position: absolute;
    top: 0;
    left: 0;
	z-index: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(270deg, #59a9d2b5 0%, #5f89b5b5 45%, #47649db5 100%);
}

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

#Slide .sliderPrincipalNormal .infoMain {
	position: absolute;
    display: flex;
    height: calc(100% - 250px);
    width: 1600px;
    bottom: 0;
    left: 0;
    margin: 0 calc((100% - 1600px) / 2);
    margin-bottom: 100px !important;
    align-items: center;
}

#Slide .sliderPrincipalNormal .infoMain .infoWrapper {
	position: absolute;
    right: 0;
    text-align: right;
}

#Slide .sliderPrincipalNormal .infoMain .infoWrapper h1.title {
    font-size: 72px;
    line-height: 0.9;
    text-shadow: -2px 1px 0 #00000047, 2px 3px 10px #00000030;
    margin: 0 0 70px 0;
}

#Slide .sliderPrincipalNormal .infoMain .infoWrapper div.desc p {
	font-size: 28px;
    font-weight: 300;
    color: #d3d3d3;
    text-shadow: -2px 1px 5px #00000047, 2px 3px 15px #00000030;
	margin-bottom: 0px;
}

#Slide .sliderPrincipalNormal .infoMain .infoWrapper div.desc p .faded-word {
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    -o-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in;
    -webkit-transform: translateY(65%);
    -moz-transform: translateY(65%);
    -ms-transform: translateY(65%);
    -o-transform: translateY(65%);
    transform: translateY(65%);
}

#Slide .sliderPrincipalNormal .infoMain .infoWrapper div.desc p .faded-activated {
    -webkit-transition: opacity .2s, -webkit-transform .3s, color 0.5s .2s;
    -moz-transition: opacity .2s, transform .3s, color 0.5s .2s;
    -o-transition: opacity .2s, transform .3s, color 0.5s .2s;
    transition: opacity .2s, transform .3s, color 0.5s .2s;
    color: #fff;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#Slide .sliderPrincipalNormal .infoMain .infoWrapper div.desc p:nth-child(1) .faded-activated {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

#Slide .sliderPrincipalNormal .infoMain .infoWrapper div.desc p:nth-child(2) .faded-activated {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

#Slide .sliderPrincipalNormal .infoMain .infoWrapper div.desc p:nth-child(3) .faded-activated {
	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
    -ms-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}

#Slide .sliderPrincipalNormal .infoMain .infoWrapper div.desc p:nth-child(4) .faded-activated {
	-webkit-transition-delay: 3s;
	-moz-transition-delay: 3s;
    -ms-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}


#Slide .sliderPrincipalNormal .infoMain .infoWrapper .saberMais {
    display: flex;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    width: 100%;
    flex-wrap: wrap;
    pointer-events: all;
    justify-content: flex-end;
}

#Slide .sliderPrincipalNormal .infoMain .infoWrapper .saberMais a {
    background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 50px;
}

/* --- G-mainbar --- */
#g-mainbar {
	padding: 0;
}

/* ---- Loaders Global --- */
.loader {
	width: 100%;
    text-align: center;
}

/* ---- Servicos ---- */
#servicos .g-content {
    width: 1150px;
	padding: 100px 0;
    margin: 0 calc((100% - 1150px) / 2);
}

#servicos .servicosMain .servicosWrapper {
	text-align: center;
}

#servicos .servicosMain h2.title {
	font-size: 50px;
    color: #333333;
    text-align: center;
    margin: 0 0 50px 0;
}

#servicos .servicosMain h2.title span {
	color: #4966a4;
}

/* ----------- App ------------- */
#servicos .blocoLogos {
	display: inline-flex;
    width: 100%;
    justify-content: center;
	flex-wrap: wrap;
    grid-row-gap: 15px;
}

#servicos .blocoLogos > .titulo {
	display: none;
}

#servicos .blocoLogos .logo {
	width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#servicos .blocoLogos .logo .image,
#servicos .blocoLogos .logo .image svg {
	height: 90px;
}

#servicos .blocoLogos .logo:nth-child(2) .image,
#servicos .blocoLogos .logo:nth-child(2) .image svg {
	width: 60px;
}

#servicos .blocoLogos .logo:nth-child(3) .image,
#servicos .blocoLogos .logo:nth-child(3) .image svg {
	width: 60px;
}

#servicos .blocoLogos .logo:nth-child(4) .image,
#servicos .blocoLogos .logo:nth-child(4) .image svg {
	width: 60px;
}

#servicos .blocoLogos .logo:nth-child(5) .image,
#servicos .blocoLogos .logo:nth-child(5) .image svg {
	width: 90px;
}

#servicos .blocoLogos .logo .texto {
    font-size: 16px;
    color: #333333;
    text-align: center;
}

#servicos .verMais {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}


/* ---- blob button using css (frontendfocus-764) ---- */
#servicos .verMais .blob-btn {
    z-index: 1;
    position: relative;
    padding: 20px 46px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
}

#servicos .verMais .blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

#servicos .verMais .blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 30px;
}

#servicos .verMais .blob-btn:hover {
    color: #FFFFFF;
    border-radius: 30px;
}

#servicos .verMais .blob-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
    border-radius: 30px;
}

#servicos .verMais .blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
}

#servicos .verMais .blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url("#goo");
}

#servicos .verMais .blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
	background: #4966a1;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}

#servicos .verMais .blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}

#servicos .verMais .blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}

#servicos .verMais .blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}

#servicos .verMais .blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}

#servicos .verMais .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
}

@supports (filter: url("#goo")) {
    #servicos .verMais .blob-btn:hover .blob-btn__blob {
        transform: translateZ(0) scale(1.4);
    }
}

@supports (filter: url("#goo")) {
    #servicos .verMais .blob-btn__blob {
        transform: translate3d(0, 150%, 0) scale(1.4);
    }
}

/* ----------- Joomla ---------- */
/*
#servicos .itemList {
	display: inline-flex;
    width: 100%;
    justify-content: center;
	flex-wrap: wrap;
    grid-row-gap: 15px;
}

#servicos .itemList a {
	font-size: 16px;
    color: #333333;
    text-align: center;
}

#servicos .itemList .item {
	width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#servicos .itemList .item .itemImg,
#servicos .itemList .item .itemImg svg {
	height: 90px;
}

#servicos .itemList a:nth-child(1) .item .itemImg,
#servicos .itemList a:nth-child(1) .item .itemImg svg {
	width: 90px;
}

#servicos .itemList a:nth-child(2) .item .itemImg,
#servicos .itemList a:nth-child(2) .item .itemImg svg {
	width: 60px;
}

#servicos .itemList a:nth-child(3) .item .itemImg,
#servicos .itemList a:nth-child(3) .item .itemImg svg {
	width: 60px;
}

#servicos .itemList a:nth-child(4) .item .itemImg,
#servicos .itemList a:nth-child(4) .item .itemImg svg {
	width: 60px;
}

#servicos .itemList .item .itemImg svg * {
	fill: #a7a7a7;
}
*/

/* ---- Produtos ---- */
#produtos {
	background: #e8e8e8;
}

#produtos .g-content {
	width: 1600px;
	padding: 100px 0;
    margin: 0 calc((100% - 1600px) / 2);
}

#produtos .produtosMain h2.title {
	font-size: 50px;
    color: #333333;
    text-align: center;
    margin: 0 0 50px 0;
}

#produtos .produtosMain h2.title span {
	color: #4966a4;
}

#produtos .produtosMain .produtosWrapper {
	text-align: center;
}

/* ----------- App ------------- */
#produtos .blocks {
	text-align: center;
}

#produtos .blocoLogos {
	display: inline-flex;
    width: 100%;
	flex-wrap: wrap;
    grid-row-gap: 15px;
	grid-column-gap: 15px;
	justify-content: center;
}

#produtos .blocoLogos .titulo {
	display: none;
}

#produtos .blocoLogos .logo {
    width: 200px;
    height: 200px;
    display: flex;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
	background: #fff;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

/* --- Animations --- */

#produtos .blocoLogos .logo:after {
	content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgb(73 102 164);
    border-radius: 50% 50% 0 0;
	-webkit-transition: top .5s cubic-bezier(.4, 0, 0, 1), border-radius .5s cubic-bezier(.4, 0, 0, 1);
    -moz-transition: top .5s cubic-bezier(.4, 0, 0, 1), border-radius .5s cubic-bezier(.4, 0, 0, 1);
    -o-transition: top .5s cubic-bezier(.4, 0, 0, 1), border-radius .5s cubic-bezier(.4, 0, 0, 1);
    transition: top .5s cubic-bezier(.4, 0, 0, 1), border-radius .5s cubic-bezier(.4, 0, 0, 1);
}

#produtos .blocoLogos .logo:hover:after {
	border-radius: 0% 0% 0 0;
	top: 0;
}

/* --- */
	
#produtos .blocoLogos .logo a {
	width: 100%;
	height: 100%;
}
	
#produtos .blocoLogos .logo:hover {
	box-shadow: 0px 0px 9px 4px rgb(204 204 204);
}

#produtos .blocoLogos .logo .image {
	position: relative;
    z-index: 2;
	padding-top: 26px;
	min-height: 100px;
	margin: 0 auto;
}

#produtos .blocoLogos .logo .image svg {
	height: 70px;
	max-width: 60px;
    margin: 0 auto;
}

#produtos .blocoLogos .logo:nth-child(2) .image,
#produtos .blocoLogos .logo:nth-child(2) .image svg {
	width: 60px;
}

#produtos .blocoLogos .logo:nth-child(3) .image,
#produtos .blocoLogos .logo:nth-child(3) .image svg {
	width: 60px;
}

#produtos .blocoLogos .logo:nth-child(4) .image,
#produtos .blocoLogos .logo:nth-child(4) .image svg {
	width: 60px;
}

#produtos .blocoLogos .logo:nth-child(5) .image,
#produtos .blocoLogos .logo:nth-child(5) .image svg {
	width: 60px;
}

#produtos .blocoLogos .logo:nth-child(6) .image,
#produtos .blocoLogos .logo:nth-child(6) .image svg {
	width: 60px;
}

#produtos .blocoLogos .logo:nth-child(7) .image,
#produtos .blocoLogos .logo:nth-child(7) .image svg {
	width: 60px;
}

#produtos .blocoLogos .logo:nth-child(8) .image,
#produtos .blocoLogos .logo:nth-child(8) .image svg {
	width: 60px;
}

#produtos .blocoLogos .logo:nth-child(9) .image,
#produtos .blocoLogos .logo:nth-child(9) .image svg {
	width: 60px;
}

#produtos .blocoLogos .logo .image svg * {
	fill: #4bb8dd;
}

#produtos .blocoLogos .logo .texto {
    font-size: 16px;
    line-height: 1.1;
    color: #333333;
    text-align: center;
    display: -webkit-box;
    text-overflow: ellipsis;
    padding-inline: 15px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 2;
    -webkit-transition: color .5s cubic-bezier(.4, 0, 0, 1);
    -moz-transition: color .5s cubic-bezier(.4, 0, 0, 1);
    -o-transition: color .5s cubic-bezier(.4, 0, 0, 1);
    transition: color .5s cubic-bezier(.4, 0, 0, 1);
    overflow: hidden;
}

#produtos .blocoLogos .logo:hover .texto {
	color: #fff;
}

#produtos .verMais {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

/* ---- blob button using css (frontendfocus-764) ---- */
#produtos .verMais .blob-btn {
    z-index: 1;
    position: relative;
    padding: 20px 46px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
}

#produtos .verMais .blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

#produtos .verMais .blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 30px;
}

#produtos .verMais .blob-btn:hover {
    color: #FFFFFF;
    border-radius: 30px;
}

#produtos .verMais .blob-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
    border-radius: 30px;
}

#produtos .verMais .blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
}

#produtos .verMais .blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url("#goo");
}

#produtos .verMais .blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: #4966a1;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}

#produtos .verMais .blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}

#produtos .verMais .blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}

#produtos .verMais .blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}

#produtos .verMais .blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}

#produtos .verMais .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
}

@supports (filter: url("#goo")) {
    #produtos .verMais .blob-btn:hover .blob-btn__blob {
        transform: translateZ(0) scale(1.4);
    }
}

@supports (filter: url("#goo")) {
    #produtos .verMais .blob-btn__blob {
        transform: translate3d(0, 150%, 0) scale(1.4);
    }
}


/* ----------- Joomla ---------- */
/* 
#produtos .itemList {
	display: inline-flex;
    width: 100%;
	flex-wrap: wrap;
    grid-row-gap: 15px;
	grid-column-gap: 15px;
	justify-content: space-between;
}

#produtos .itemList a {
	font-size: 16px;
    color: #333333;
    text-align: center;
	background: #fff;
}

#produtos .itemList a:hover {
	box-shadow: 0px 0px 9px 4px rgb(204 204 204);
}

#produtos .itemList .item {
    width: 200px;
    height: 148px;
    margin-top: 26px;
    margin-bottom: 26px;
    display: flex;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

#produtos .itemList .item .itemImg,
#produtos .itemList .item .itemImg svg {
	height: 90px;
}

#produtos .itemList a:nth-child(1) .item .itemImg,
#produtos .itemList a:nth-child(1) .item .itemImg svg {
	width: 60px;
}

#produtos .itemList a:nth-child(2) .item .itemImg,
#produtos .itemList a:nth-child(2) .item .itemImg svg {
	width: 60px;
}

#produtos .itemList a:nth-child(3) .item .itemImg,
#produtos .itemList a:nth-child(3) .item .itemImg svg {
	width: 60px;
}

#produtos .itemList a:nth-child(4) .item .itemImg,
#produtos .itemList a:nth-child(4) .item .itemImg svg {
	width: 60px;
}

#produtos .itemList a:nth-child(5) .item .itemImg,
#produtos .itemList a:nth-child(5) .item .itemImg svg {
	width: 60px;
}

#produtos .itemList a:nth-child(6) .item .itemImg,
#produtos .itemList a:nth-child(6) .item .itemImg svg {
	width: 60px;
}

#produtos .itemList a:nth-child(7) .item .itemImg,
#produtos .itemList a:nth-child(7) .item .itemImg svg {
	width: 60px;
}

#produtos .itemList a:nth-child(8) .item .itemImg,
#produtos .itemList a:nth-child(8) .item .itemImg svg {
	width: 60px;
}

#produtos .itemList .item .itemImg svg * {
	fill: #4bb8dd;
}
*/

/* ---- Setores ---- */
#setores .g-content {
	width: 1600px;
    padding: 100px 0;
    margin: 0 calc((100% - 1600px) / 2);
}

#setores .setoresMain {
    width: 100%;
    height: 100%;
}

#setores .setoresWrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	height: 100%;
}

#setores .setoresWrapper .infoMain h2.title {
	font-size: 65px;
	color: #4966a4;
    margin: 0 0 50px 0;
    line-height: 1;
}

#setores .setoresWrapper .infoMain h2.title span {
	color: #63bdeb;
	font-weight: normal;
}

#setores .setoresWrapper .infoMain p.desc {
    font-size: 28px;
    margin: 0 0 50px 0;
}
#setores .setoresWrapper .infoMain .verMais {
    display: flex;
    justify-content: flex-start;
}

/* ---- blob button using css (frontendfocus-764) ---- */
#setores .setoresWrapper .infoMain .verMais .blob-btn {
    z-index: 1;
    position: relative;
    padding: 20px 46px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
}

#setores .setoresWrapper .infoMain .verMais .blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

#setores .setoresWrapper .infoMain .verMais .blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 30px;
}

#setores .setoresWrapper .infoMain .verMais .blob-btn:hover {
    color: #FFFFFF;
    border-radius: 30px;
}

#setores .setoresWrapper .infoMain .verMais .blob-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
    border-radius: 30px;
}

#setores .setoresWrapper .infoMain .verMais .blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
}

#setores .setoresWrapper .infoMain .verMais .blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url("#goo");
}

#setores .setoresWrapper .infoMain .verMais .blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: #4966a1;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}

#setores .setoresWrapper .infoMain .verMais .blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}

#setores .setoresWrapper .infoMain .verMais .blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}

#setores .setoresWrapper .infoMain .verMais .blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}

#setores .setoresWrapper .infoMain .verMais .blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}

#setores .setoresWrapper .infoMain .verMais .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
}

@supports (filter: url("#goo")) {
    #setores .setoresWrapper .infoMain .verMais .blob-btn:hover .blob-btn__blob {
        transform: translateZ(0) scale(1.4);
    }
}

@supports (filter: url("#goo")) {
    #setores .setoresWrapper .infoMain .verMais .blob-btn__blob {
        transform: translate3d(0, 150%, 0) scale(1.4);
    }
}

#setores .setoresWrapper .loader {
	text-align: center;
    position: absolute;
    width: 100%;
}
	
/* ----------- App  ------------ */
#setores .custom {
	position: relative;
}

#setores .setoresMain {
	position: absolute;
}

#setores .blocoLogos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

#setores .blocoLogos .titulo {
	display: none;
}

#setores .setoresWrapper .infoMain:nth-of-type(1) { grid-area: 1 / 1 / 3 / 3; }
#setores .blocoLogos .logo:nth-of-type(2) { grid-area: 1 / 4 / 2 / 5; }
#setores .blocoLogos .logo:nth-of-type(3) { grid-area: 1 / 5 / 2 / 6; }
#setores .blocoLogos .logo:nth-of-type(4) { grid-area: 2 / 3 / 3 / 4; }
#setores .blocoLogos .logo:nth-of-type(5) { grid-area: 2 / 5 / 3 / 6; }
#setores .blocoLogos .logo:nth-of-type(6) { grid-area: 3 / 1 / 4 / 2; }
#setores .blocoLogos .logo:nth-of-type(7) { grid-area: 3 / 2 / 4 / 3; }
#setores .blocoLogos .logo:nth-of-type(8) { grid-area: 3 / 4 / 4 / 5; }
#setores .blocoLogos .logo:nth-of-type(9) { grid-area: 3 / 5 / 4 / 6; }

#setores .blocoLogos .logo {
	position: relative;
	width: fit-content;
	overflow: hidden;
	cursor: pointer;
}

#setores .blocoLogos .logo:before {
	content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #00000096 15%, #0000004f 35%, #ffffff00 100%);
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

#setores .blocoLogos .logo:after {
    content: '';
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    left: 0;
    background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
	opacity: 0.7;
    border-radius: 50% 50% 0 0;
	-webkit-transition: top 0.5s cubic-bezier(.4, 0, 0, 1), border-radius 0.5s cubic-bezier(.4, 0, 0, 1);
    -moz-transition: top 0.5s cubic-bezier(.4, 0, 0, 1), border-radius 0.5s cubic-bezier(.4, 0, 0, 1);
    -o-transition: top 0.5s cubic-bezier(.4, 0, 0, 1), border-radius 0.5s cubic-bezier(.4, 0, 0, 1);
    transition: top 0.5s cubic-bezier(.4, 0, 0, 1), border-radius 0.5s cubic-bezier(.4, 0, 0, 1);
}

#setores .blocoLogos .logo:hover:after {
	box-shadow: inset 0px 0px 7px 6px rgb(0 0 0 / 25%);
	border-radius: 0% 0% 0 0;
	top: 0;
}

#setores .blocoLogos .logo:hover:after {
	box-shadow: inset 0px 0px 7px 6px rgb(0 0 0 / 25%);
}

#setores .blocoLogos .logo .image {
	width: 100%;
    height: 100%;
}

#setores .blocoLogos .logo img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	-webkit-transition: filter 0.2s ease-in;
    -moz-transition: filter 0.2s ease-in;
    -o-transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
}

#setores .blocoLogos .logo:hover img {
    filter: brightness(1.05);;
}

#setores .blocoLogos .logo .texto {
    z-index: 1;
    position: absolute;
    bottom: 0;
	width: calc(100% - 75px);
    margin: 25px 50px 25px 25px;
    color: #fff;
	text-shadow: 0px 0px 9px #000000;
    font-size: 18px;
	word-break: break-word;
}

#setores .blocoLogos .logo .texto:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: -30px;
    height: 25px;
    width: 25px;
    background-image: url(/images/SVG/Seta.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(1);
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}

/* ----------- Joomla ---------- */
/*#setores .setoresWrapper > a {
    height: fit-content;
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;	
}

#setores .setoresWrapper .infoMain:nth-of-type(1) { grid-area: 1 / 1 / 3 / 3; }
#setores .setoresWrapper > a:nth-of-type(1) { grid-area: 1 / 4 / 2 / 5; }
#setores .setoresWrapper > a:nth-of-type(2) { grid-area: 1 / 5 / 2 / 6; }
#setores .setoresWrapper > a:nth-of-type(3) { grid-area: 2 / 3 / 3 / 4; }
#setores .setoresWrapper > a:nth-of-type(4) { grid-area: 2 / 5 / 3 / 6; }
#setores .setoresWrapper > a:nth-of-type(5) { grid-area: 3 / 1 / 4 / 2; }
#setores .setoresWrapper > a:nth-of-type(6) { grid-area: 3 / 2 / 4 / 3; }
#setores .setoresWrapper > a:nth-of-type(7) { grid-area: 3 / 4 / 4 / 5; }
#setores .setoresWrapper > a:nth-of-type(8) { grid-area: 3 / 5 / 4 / 6; }

#setores .setoresWrapper .item {
	position: relative;
	width: fit-content;
	overflow: hidden;
}

#setores .setoresWrapper .item:after {
	content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #00000096 15%, #0000004f 35%, #ffffff00 100%);
	-webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}

#setores .setoresWrapper a:hover .item:after {
	    box-shadow: inset 0px 0px 7px 6px rgb(0 0 0 / 25%);
}

#setores .setoresWrapper a .item img {
	-webkit-transition: filter 0.2s ease-in;
    -moz-transition: filter 0.2s ease-in;
    -o-transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
}

#setores .setoresWrapper a:hover .item img {
    filter: brightness(1.05);
}

#setores .setoresWrapper .item .itemDesc {
    z-index: 1;
    position: absolute;
    bottom: 0;
	width: calc(100% - 75px);
    margin: 25px 50px 25px 25px;
    color: #fff;
    font-size: 18px;
	word-break: break-word;
}

#setores .setoresWrapper .item .itemDesc span.arrowN {
	position: absolute;
    bottom: 0px;
	right: -30px;
}

#setores .setoresWrapper .item .itemDesc span.arrowN svg {
    height: 25px;
    width: 25px;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}


#setores .setoresWrapper .item .itemDesc span.arrowN svg path {
	fill: #fff;
}
*/

/* ---- marcas ---- */
#marcas {
    background: #e8e8e8;
}

#marcas .g-content {
	width: 1600px;
	padding: 100px 0;
    margin: 0 calc((100% - 1600px) / 2);
}

#marcas .marcasMain h2.title {
	font-size: 50px;
    color: #333333;
    text-align: center;
    margin: 0 0 50px 0;
}

#marcas .marcasMain h2.title span {
	color: #4966a4;
}

#marcas .marcasMain .marcasWrapper {
	text-align: center;
}

/* ----------- App ------------- */
#marcas .blocks {
	text-align: center;
}

#marcas .blocoLogos {
	display: inline-flex;
    width: calc((7 * 200px) + (6 * 15px));
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    flex-wrap: wrap;
}

#marcas .blocoLogos .titulo {
	display: none;
}

#marcas .blocoLogos .logo {
	width: 200px;
    height: 200px;
    padding-top: 26px;
    padding-bottom: 26px;
    display: flex;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	cursor: pointer;
}

#marcas .blocoLogos .logo:hover {
	box-shadow: 0px 0px 9px 4px rgb(204 204 204);
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
	
}

#marcas .blocoLogos .logo .image,
#marcas .blocoLogos .logo .image svg {
    height: 150px;
    width: 150px;
}

#marcas .blocoLogos .logo .texto {
	font-size: 16px;
    color: #333333;
    text-align: center;
	display: none;
}

/*
#marcas .saberMais {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

#marcas .saberMais a {
    border: 1px solid #63bdeb;
    color: #333333;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 50px;
}*/

/* ---- (Loader) Notícias ---- */
.loaderNoticias, .loaderMultimedia, .loader {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.loaderNoticias svg, .loaderMultimedia svg, .loader svg {
	width: 115px;
    height: auto;
}

.loaderNoticias svg path.animate-left,
.loaderMultimedia svg path.animate-left,
.loader svg path.animate-left {
	animation: flickerDotsLoader 6s ease-in-out infinite, colorShiftL 6s linear infinite;
	/*animation-delay: 0s;*/
}

.loaderNoticias svg path.animate-right,
.loaderMultimedia svg path.animate-right,
.loader svg path.animate-right {
	animation: flickerDotsLoader 6s ease-in-out infinite, colorShiftR 6s linear infinite;
	/*animation-delay: -2s;*/
}

.loaderNoticias svg path.animate-bottom,
.loaderMultimedia svg path.animate-bottom,
.loader svg path.animate-bottom {
	animation: flickerDotsLoader 6s ease-in-out infinite, colorShiftB 6s linear infinite;
	/*animation-delay: -4s;*/
}

.loaderNoticias svg path.animate-center,
.loaderMultimedia svg path.animate-center,
.loader svg path.animate-center {
	animation: bounceUpDownLoader 2s ease-in-out infinite;
	stroke: #59a9d200;
    stroke-width: 0px;
}

@keyframes bounceUpDownLoader {
	0%, 100% {
		transform: translateY(0px);
		stroke: #59a9d200;
		stroke-width: 0px;
	}

	50% {
		transform: translateY(-15px);
		stroke: #59a9d299;
		stroke-width: 25px;
	}
}

@keyframes flickerDotsLoader {
	0% {
		opacity: 0.5;
	}
	
	16% {
		opacity: 0.7;
	}
	
	33% {
		opacity: 0.5;
	}
	
	46% {
		opacity: 0.7;		
	}
	
	66% {
		opacity: 0.5;
	}
	
	79% {
		opacity: 0.7;		
	}
	
	100% {
		opacity: 0.5;		
	}
}

@keyframes colorShiftL {
	
	33% {
		fill: #a6d6ea;
	}

	66% {
		fill: #fbf0c2;
	}

	100% {
		fill: #4966a4;
	}
}

@keyframes colorShiftR {

	33% {
		fill: #6fc0dd;
	}

	66% {
		fill: #f9e79f;
	}

	100% {
		fill: #4966a4;
	}
}

@keyframes colorShiftB {
	
	33% {
		fill: #4cafd6;
	}
	66% {
		fill: #f6e186;
	}

	100% {
		fill: #4966a4;
	}
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
    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-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

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

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

#Noticias h3 {
    font-size: 50px;
    color: #333333;
    text-align: center;
    margin: 0 0 50px 0;
}

#Noticias .newsBlocks {
	display: flex;
    flex-wrap: wrap;
}

#Noticias .newsBlocks .item {
	width: calc((100% / 3) - 2%);
    display: inline-flex;
	position: relative;
    vertical-align: top;
    margin: 0 1% 2% 1%;
	overflow: hidden;
    background: #fff;
    flex-direction: column;
}

/* ---------- ANIMATIONS --------------- */

#Noticias .item:after {
    content: "";
    position: absolute;
	height: 100%;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #4966a4;
    border-radius: inherit;
    z-index: 0;
    border-radius: 50% 50% 0 0;
	-webkit-transition: top 1s cubic-bezier(.4, 0, 0, 1), border-radius 1s cubic-bezier(.4, 0, 0, 1);
    -moz-transition: top 1s cubic-bezier(.4, 0, 0, 1), border-radius 1s cubic-bezier(.4, 0, 0, 1);
    -o-transition: top 1s cubic-bezier(.4, 0, 0, 1), border-radius 1s cubic-bezier(.4, 0, 0, 1);
    transition: top 1s cubic-bezier(.4, 0, 0, 1), border-radius 1s cubic-bezier(.4, 0, 0, 1);
}

#Noticias .item:hover:after{
	border-radius: 0% 0% 0 0;
	top: 0;
}

#Noticias .item > * {
    z-index: 1;
}

#Noticias .newsBlocks .item .itemImage {
	height: 350px;
    width: 100%;
	overflow: hidden;
}

#Noticias .newsBlocks .item .itemImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
	-webkit-transition: scale 0.2s;
    -moz-transition: scale 0.2s;
    -o-transition: scale 0.2s;
    transition: scale 0.2s;
}

#Noticias .newsBlocks .item:hover .itemImage img {
	scale: 1.1;
}

#Noticias .newsBlocks .item .itemContent {
	padding: 20px;
}

#Noticias .newsBlocks .item .itemContent .itemInfo {
	margin-bottom: 15px;
}

#Noticias .newsBlocks .item .itemContent .itemInfo .date {
	color: #1d1e1e;
	font-weight: 100;
    font-size: 13px;
    width: fit-content;
	-webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

#Noticias .newsBlocks .item:hover .itemContent .itemInfo .date {
	color: #fff;
	-webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
	
#Noticias .newsBlocks .item .itemContent .itemInfo .cat,
#Noticias .newsBlocks .item .itemContent .itemInfo .subcat {
	width: fit-content;
	-webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

#Noticias .newsBlocks .item:hover .itemContent .itemInfo .cat,
#Noticias .newsBlocks .item:hover .itemContent .itemInfo .subcat {
	color: #fff;
	-webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}



#Noticias .newsBlocks .item .itemContent > a {
    color: #000;
}
	
#Noticias .newsBlocks .item .itemContent > a h3 {
	color: #000;
    text-align: left;
    font-size: 26px;
	font-weight: 500;
    margin: 0 0 20px 0;
	-webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

#Noticias .newsBlocks .item:hover .itemContent > a h3 {
	color: #fff;
	-webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

#Noticias .newsBlocks .item .itemContent .itemDescription {
    font-size: 20px;
    color: #1d1e1e;
	display: none;
}

#Noticias .verMais {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

/* ---- blob button using css (frontendfocus-764) ---- */
#Noticias .verMais .blob-btn {
    z-index: 1;
    position: relative;
    padding: 20px 46px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
}

#Noticias .verMais .blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

#Noticias .verMais .blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 30px;
}

#Noticias .verMais .blob-btn:hover {
    color: #FFFFFF;
    border-radius: 30px;
}

#Noticias .verMais .blob-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
    border-radius: 30px;
}

#Noticias .verMais .blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
}

#Noticias .verMais .blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url("#goo");
}

#Noticias .verMais .blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: #4966a1;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}

#Noticias .verMais .blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}

#Noticias .verMais .blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}

#Noticias .verMais .blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}

#Noticias .verMais .blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}

#Noticias .verMais .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
}

@supports (filter: url("#goo")) {
    #Noticias .verMais .blob-btn:hover .blob-btn__blob {
        transform: translateZ(0) scale(1.4);
    }
}

@supports (filter: url("#goo")) {
    #Noticias .verMais .blob-btn__blob {
        transform: translate3d(0, 150%, 0) scale(1.4);
    }
}

/* ---------- Multimedia ---------- */
#Multimedia .g-content {
	width: 1150px;
    margin: auto;
    padding: 100px 0;
}

#Multimedia .loaderMultimedia {
	text-align: center;
}

#Multimedia .titulo {
	font-size: 50px;
    color: #333333;
    text-align: center;
    margin: 0 0 50px 0;
    font-weight: 600;
}

#Multimedia .multimedia > h3 {
	text-align: center;
    color: #3c3c3b;
    font-family: 'Poppins-Light', sans-serif;
    text-decoration: underline;
}

#Multimedia  .videoblock {
    text-align: center;
}

#Multimedia .videoItem {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    padding-right: 1%;
    padding-left: 1%;
    margin-top: 12px;
    margin-bottom: 1%;
}

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

#Multimedia .videoItem .overlay {
	display:none;
    position: relative;
    margin-bottom: -250px;
    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%;
    /*height: 267px !important;*/
}

#Multimedia .videoItem iframe {
    width: 100%;
	height: 335px !important;
}

#Multimedia .videoItem h5 {
	display: none;
	background-color: transparent;
    font-family: 'Poppins-Bold', sans-serif;
    text-align: center;
    color: #3c3c3b;
    font-size: 18px;
    padding: 10px;
    margin-top: 0px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 10px;
}

#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 .verOutros {
    display: none;
}

#Multimedia .verMais {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

/* ---- blob button using css (frontendfocus-764) ---- */
#Multimedia .verMais .blob-btn {
    z-index: 1;
    position: relative;
    padding: 20px 46px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
}

#Multimedia .verMais .blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

#Multimedia .verMais .blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 30px;
}

#Multimedia .verMais .blob-btn:hover {
    color: #FFFFFF;
    border-radius: 30px;
}

#Multimedia .verMais .blob-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
    border-radius: 30px;
}

#Multimedia .verMais .blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(270deg, #59a9d2 0%, #5f89b5 45%, #47649d 100%);
}

#Multimedia .verMais .blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url("#goo");
}

#Multimedia .verMais .blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: #4966a1;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}

#Multimedia .verMais .blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}

#Multimedia .verMais .blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}

#Multimedia .verMais .blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}

#Multimedia .verMais .blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}

#Multimedia .verMais .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
}

@supports (filter: url("#goo")) {
    #Multimedia .verMais .blob-btn:hover .blob-btn__blob {
        transform: translateZ(0) scale(1.4);
    }
}

@supports (filter: url("#goo")) {
    #Multimedia .verMais .blob-btn__blob {
        transform: translate3d(0, 150%, 0) scale(1.4);
    }
}



/* ------- g-footer ------- */
#g-footer {
	background: #3b3b3b;
	box-shadow: #00000040 0px 2px 10px;
	margin: 0;
    padding: 0;
	position: relative;
    z-index: 2;
}

/* --- */
#faleIcon {
	display: none;
}

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

#faleIcon .mainFaleIcon {
    position: fixed;
    bottom: 85px;
	right: 40px;
    z-index: 100;
    cursor: pointer;
    margin: 0;
}

#faleIcon .mainFaleIcon svg {
	width: 45px;
    height: 45px;
}

#faleIcon .mainFaleIcon svg path:nth-of-type(2) {
	animation: bounceDotsUpDown 3s ease-in-out infinite;
	animation-delay: 0s;
}

#faleIcon .mainFaleIcon svg path:nth-of-type(4) {
	animation: bounceDotsUpDown 3s ease-in-out infinite;
	animation-delay: -1s;
}

#faleIcon .mainFaleIcon svg path:nth-of-type(3) {
	animation: bounceDotsUpDown 3s ease-in-out infinite;
	animation-delay: -2s;
}

@keyframes bounceDotsUpDown {

	0%, 25% {
		transform: translateY(0px);
	}
	35% {
		transform: translateY(-20px);
	}
	45% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(0px);
	}
}

/* --- */

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

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

#popUp caption {
    display: none;
}

#popUp {
    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 {  
    display: block;
}

#popUp .modal-dialog, #popUp .modal-content{
    background: #1d1d1b;
    box-shadow: none;
    border: none;
}

#popUp .modal-header table {
    width: 100%;
    border: 0;
    padding: 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 img {
    margin-top: 0;
    top: 0;
    width: auto;
}

#popUp .modal-body td {
    color: #fff;
    background: transparent;
    border: 1px solid #dedede;
    text-align: left;
    padding:0.5rem;
}

#popUp p {
    color: #fff;
    padding: 10px;
    font-size: 13px;
	margin:0px;
}

#popUp a {
    color: #fff;
    padding:0 0 1px;
    text-decoration: none;
}

#popUp a:hover {
    border-bottom: 1px solid #fff;
}

#popUp .modal-footer {
    background: #1d1d1b
}

#popUp .modal-footer button {
	outline: none;
    background: #314b80;
    border-color: #44609c;
    color: #fff;
}

#popUp .modal-footer button:hover, #popUp .modal-footer button:active , #popUp .modal-footer button:focus {
    background-color: #1d1d1b;
}

/* --- */
#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: #4966a4;
    border: 1px solid #314b80 !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 .g-content {
	width: 100%;
    padding: 0;
    margin: 0;
}

#MenuInferior .mainMenuInferior {
	position: relative;
}

#MenuInferior .mainMenuInferior .backG video {
	position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#MenuInferior .mainMenuInferior .backG .overlay {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #314b80ed;
}

#MenuInferior .mainMenuInferior .mainContent {
	width: 1600px;
	position: relative;
	padding: 0;
    margin: auto;
}

#MenuInferior .w100 {
    width: 100%;
}

#MenuInferior .w100 .logo {
	display: flex;
    justify-content: center;
    padding: 100px 0 50px;
}

#MenuInferior .w100 .logo svg {
	max-height: 70px;
    width: fit-content;
}

#MenuInferior .w100 .mensagem {
        width: 100%;
	padding: 50px 0 50px;
}

#MenuInferior .w100 .mensagem p {
	font-size: clamp(25px, 17px + 2.245vw, 60px);
    color: #ffffff;
    font-weight: normal;
    margin: 0;
}

#MenuInferior .w100.ctsg {
	display: flex;
    padding: 50px 0 50px;
}

#MenuInferior .w100.ctsg .w50.contactos {
    display: flex;
    width: 65%;
    margin-right: 15%;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 {
    width: 50%;
    display: flex;
    flex-direction: column;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .titulo {
    font-weight: normal;
    color: #56cbf6;
    font-size: clamp(27px, 26px + 0.1924vw, 30px);
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .seloFaleC {
    display: inline-flex;
    margin-top: 15px;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .seloFaleC a {
	display: inline-block;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .seloFaleC a img,
#MenuInferior .w100.ctsg .w50.contactos .w50 .seloFaleC a svg {
	width: 40px;
    height: 40px;
	margin-inline: 5px;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .seloFaleC a svg  path:first-child {
    fill: #fff;
}


#MenuInferior .w100.ctsg .w50.contactos .w50 .seloFaleC a svg  path:not(:first-child) {
	fill: #4966a4;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .info {
	margin-top: 15px;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .info a,
#MenuInferior .w100.ctsg .w50.contactos .w50 .info div {
	font-weight: normal;
    color: #ffffff;
    font-size: clamp(20px, 19px + 0.3207vw, 25px);
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .transferir {
    width: 100px;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .transferir svg {
    width: 100%;
    height: auto;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .transferir svg path {
	fill: #fff;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .redes {
	margin-top: 15px;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .redes a.ig svg {
	width: 40px;
    height: 40px;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .redes a.fb svg {
	width: 31px;
    height: 40px;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .redes a.xtw svg {
	width: 40px;
    height: 40px;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .redes a.yt svg {
	width: 40px;
    height: 40px;
}

#MenuInferior .w100.ctsg .w50.contactos .w50 .redes svg * {
	fill: #fff;
}

#MenuInferior .w100.ctsg .w50.menu {
    display: flex;
    width: 35%;
}

#MenuInferior .w100.ctsg .w50.menu .w50 {
    width: 50%;
    display: flex;
    flex-direction: column;
}

#MenuInferior .w100.ctsg .w50.menu .w50 a {
    font-weight: 500;
    color: #fff;
    font-size: clamp(24px, 23px + 0.3849vw, 30px);
}

#MenuInferior .w100.ctsg .w50.menu .w50 a:hover {
	text-decoration: underline;
}

#MenuInferior .w100.lgs {
    width: 100%;
    padding: 0px 0 50px 0;
}

#MenuInferior .w100 .logos {
	width: calc(900px / 2);
    height: fit-content;
    margin-left: -30px;
}

/* --- */
#g-copyright {
	padding: 0;
	position: relative;
    z-index: 3;
}

/* --- */
#Copyright {
	background: #333333;
}

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

#Copyright .copyright {
    display: flex;
}

#Copyright .govern {
	margin: auto;
    position: relative;
    left: 55px;
    padding-right: 55px;
    text-align: center;
}

#Copyright .govern p.copy {
	margin: 0;
    font-size: clamp(14px, 13px + 0.3849vw, 20px);
    color: #ffffff;
    font-weight: 100;
}

#Copyright .selo {
	display: inline-block;
    margin: 10px 10px 5px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

#Copyright .selo img {
    min-width: 35px;
    width: 45px;
    height: auto;
}

@media (max-width: 361px){
	#g-navigation:before {
		opacity: 1;
	}
	
	#barraTopo .g-content {
		width: calc(100% - 30px);
        margin: 0px 15px;
        padding: 15px 0 0px 0;
	}
	
	#barraTopo .custom {
		height: 60px;
	}
	
	#barraTopo .mainLogo {
		height: 60px;
	}
	
	#barraTopo .mainLogo .logo {
		max-height: 50px;
	}
	
	#barraTopo .mainLogo .logo svg {
		max-height: 45px;
	}
	
	#barraTopo .mainBar .menuMais .Pesq {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
	
	#barraTopo .mainBar .menuMais .Pesq svg {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
	
	#barraTopo .mainBar .traducao {
		height: 25px;
	}	
	
	#barraTopo .mainBar .traducao svg {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
	
	#barraTopo .mainBar .traducao .custom-select {
		width: 25px;
		height: 25px;
	}
	
	#barraTopo .mainBar .traducao .custom-select ul.options {
		width: 30px;
		left: -2px;
	}
	
	#barraTopo .mainBar .traducao .custom-select.custom-select ul.options li {
		padding: 6px 6px;
	}
	
	#barraTopo .mainBar .menuBtn {
		margin: 0 0 0 10px;
	}
		
	#barraTopo .mainBar .menuMais {
		margin: 0 0 0 10px;
	}

	#barraTopo .mainBar .menuBtn .burger {
		width: 40px;
	}
	
	#barraTopo .mainBar .menuBtn .burger[aria-expanded="true"] {
		width: 35px;
	}
	
	#barraTopo .mainBar .menuBtn .burger span {
		height: 3px;
	}

	#barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(2), #barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(3) {
		margin-top: 5px;
	}

	#barraTopo .mainBar .menuBtn .burger span + span {
		margin-top: 19px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck {
		width: 100%;
		padding: 80px 0 50px 0;
		--sb-size: 3px;
		background: #44609c;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 {
		padding: 25px 0 0 0px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 {
		width: 100%;
		padding: 0 0;
	}
		
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > span {
		background: #395185;
	}
	
	#menuLateral #accordeonck674 li.accordeonck > span {
        padding-right: 30px;
        padding-left: 20px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 ul {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        max-height: 550px;
        overflow-y: overlay;
        overflow-x: hidden;
        padding: 0 20px 0 25px;
		margin: 5px 0 15px 0;
        visibility: visible;
		transition: visibility 0s .6s;
        pointer-events: none;
		--sb-size: 7px;
	}
	
	#menuLateral #accordeonck674 li.level1 > span a {
		font-size: 23px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open ul {
		display: block;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        pointer-events: all;
		margin: 0;
        padding: 0 15px 0 10px;
        background: #395185;
    }
	
	#menuLateral #accordeonck674 li.level2 > span a {
		font-size: 20px;
	}	

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -10px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s;
		transition-timing-function: ease-in;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(.open) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(n+9)  { --i: 9; }
	
	/* ----- */	
	#Slide .sliderPrincipalNormal ul li video {
		width: unset;
        height: 100%;
    }
	
	#Slide .sliderPrincipalNormal {

	}
	
	#Slide .sliderPrincipalNormal .redesMain {
		display: none;
	}
		
	#Slide .sliderPrincipalNormal .infoMain {
		height: calc(100% - 225px);
		width: calc(100% - 30px);
        margin: 0 15px;
	}
		
	#Slide .sliderPrincipalNormal .infoMain .infoWrapper h1.title {
		font-size: 50px;
		margin: 0 0 35px 0;
	}
	
	#Slide .sliderPrincipalNormal .infoMain .infoWrapper div.desc p {
		font-size: 20px;
	}
		
	#Slide .sliderPrincipalNormal #dots a {
		width: 80px;
	}
		
	/* --- */	
	#servicos .g-content {
		width: calc(100% - 30px);
        margin: 0 15px;
	}
	
	#servicos .blocoLogos .logo {
		width: 140px;
	}	
	
	/* --- */	
	#produtos .g-content {
		width: calc(100% - 30px);
        margin: 0 15px;
	}

	/* ----------- App  ------------ */	
	#produtos .blocoLogos {
		justify-content: center;
	}
	
	#produtos .blocoLogos .logo {
        width: 140px;
        height: unset;
        grid-row-gap: 6px;
	}

	#produtos .blocoLogos .logo .image {
		padding-top: 18px;
	}

	#produtos .blocoLogos .logo .texto {
		margin-bottom: 17px;
	}
	
	/* ----------- Joomla ---------- */
	/* 
	#produtos .itemList {
		justify-content: center;
	}
	
	#produtos .itemList .item {
		width: 175px;
		height: 140px;
		margin-top: 18px;
		margin-bottom: 17px;
		grid-row-gap: 6px;
	}
	*/	
	
	/* --- */	
	#setores .g-content {
		width: calc(100% - 30px);
        margin: 0 15px;
	}
			
	#setores .setoresWrapper .infoMain h2.title {
		font-size: 55px;
	}
	
	#setores .setoresWrapper .infoMain p.desc {
		font-size: 24px;
	}
	
	/* ----------- App  ------------ */	
	#setores .setoresMain {
		position: relative;
		margin-bottom: 50px;
	}

	
	#setores .setoresWrapper {
		display: inline-flex;
		flex-wrap: wrap;
		width: 100%;
	}
	
	#setores .setoresWrapper .infoMain:nth-of-type(1) {
		width: 100%;
	}
	
	#setores .blocoLogos {
		display: inline-flex;
		flex-wrap: wrap;
	}
			
	#setores .blocoLogos .logo {
	    width: 50%;
        height: auto;
        aspect-ratio: 1 / 1;
	}
	
	#setores .blocoLogos .logo .texto {
		font-size: 14px;
	}
		
	#setores .blocoLogos .logo .texto:after {
		height: 20px;
		width: 20px;
	}

	/* ----------- Joomla ---------- */
	/*
	#setores .setoresWrapper {
		display: inline-flex;
		flex-wrap: wrap;
	}
	
	#setores .setoresWrapper .infoMain:nth-of-type(1) {
		width: 100%;
		margin-bottom: 50px;
	}
	
	#setores .setoresWrapper > a {
	    height: fit-content;
        width: 50%;
	}
	
	#setores .setoresWrapper .item .itemDesc {
		font-size: 14px;
	}
		
	#setores .setoresWrapper .item .itemDesc span.arrowN svg {
		height: 20px;
		width: 20px;
	}
	*/
				
	/* --- */	
	#marcas .g-content {
		width: calc(100% - 30px);
        margin: 0 15px;
	}
							
	#marcas .blocoLogos {
		width: calc((2 * 135px) + (1 * 15px));
	}
			
	#marcas .blocoLogos .logo {
        width: 135px;
        height: 135px;
        padding-top: 18px;
        padding-bottom: 17px;
        grid-row-gap: 6px;
	}
		
	#marcas .blocoLogos .logo .image, #marcas .blocoLogos .logo .image svg {
        height: 100px;
        width: 100px;
	}
	
	/* --- */	
	#Noticias .g-content {
		width: calc(100% - 30px);
        margin: 0px 15px;	
	}
	
	#Noticias .newsBlocks .item {
        width: 100%;
        margin: 0 0 5% 0;
	}
		
	#Noticias .newsBlocks .item .itemImage {
        height: 250px;
    }
	
	/* --- */
    #Multimedia .g-content {
        width: auto;
    }
    
    #Multimedia .videoItem {
    	width: 100%;
	}
	#Multimedia .seeVideo .video {
	     margin-top: 0;
	}
	#Multimedia .seeVideo #closeVideo {
    	top: 45px;
    	right: 15px;
	}
	#Multimedia .seeVideo .video iframe {
	    width: 470px !important;
	    height: 410px !important;
	}
	
	#Multimedia .videoItem .overlay {
		display: none;
	}
	
	#Multimedia .videoItem .video{
		height: 260px !important;
	}
	
	#Multimedia .video iframe {
        width: 100%;
		height: 260px !important;
    }
    
    #Multimedia .botao svg {
        width: 45px;
        height: 45px;
    }
		
	/* ----- */
	#MenuInferior .mainMenuInferior .mainContent {
		width: calc(100% - 30px);
        margin: 0px 15px;
	}
		
	#MenuInferior .w100 .logo svg {
		max-height: 50px;
	}
	
	#MenuInferior .w100.ctsg {
	    display: flex;
		flex-direction: column;
	}
	
	#MenuInferior .w100.ctsg .w50.contactos {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	
	#MenuInferior .w100.ctsg .w50.menu {
		width: 100%;
	}
	
	#MenuInferior .w100 .logos {
		width: 70%;
        margin-left: -15px;
	}
				
	/* --- */
	#Copyright .g-content {
		width: calc(100% - 30px);
        margin: 0px 15px;
	}		
}

@media (min-width: 362px) and (max-width: 469px){
	#g-navigation:before {
		opacity: 1;
	}
	
	#barraTopo .g-content {
		width: calc(100% - 30px);
        margin: 0px 15px;
        padding: 15px 0 0px 0;
	}
	
	#barraTopo .custom {
		height: 60px;
	}
	
	#barraTopo .mainLogo {
		height: 60px;
	}
	
	#barraTopo .mainLogo .logo {
		max-height: 50px;
	}
	
	#barraTopo .mainLogo .logo svg {
		max-height: 45px;
	}
	
	#barraTopo .mainBar .menuMais .Pesq {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
	
	#barraTopo .mainBar .menuMais .Pesq svg {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
	
	#barraTopo .mainBar .traducao {
		height: 25px;
	}	
	
	#barraTopo .mainBar .traducao svg {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
	
	#barraTopo .mainBar .traducao .custom-select {
		width: 25px;
		height: 25px;
	}
		
	#barraTopo .mainBar .traducao .custom-select ul.options {
		width: 30px;
		left: -2px;
	}
	
	#barraTopo .mainBar .traducao .custom-select.custom-select ul.options li {
		padding: 6px 6px;
	}
	
	#barraTopo .mainBar .menuBtn {
		margin: 0 0 0 10px;
	}
		
	#barraTopo .mainBar .menuMais {
		margin: 0 0 0 10px;
	}
	
	#barraTopo .mainBar .menuBtn .burger {
		width: 40px;
	}
	
	#barraTopo .mainBar .menuBtn .burger[aria-expanded="true"] {
		width: 35px;
	}
	
	#barraTopo .mainBar .menuBtn .burger span {
		height: 3px;
	}

	#barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(2), #barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(3) {
		margin-top: 5px;
	}

	#barraTopo .mainBar .menuBtn .burger span + span {
		margin-top: 19px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck {
		width: 100%;
		padding: 80px 0 50px 0;
		--sb-size: 3px;
		background: #44609c;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 {
		padding: 25px 0 0 0px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 {
		width: 100%;
		padding: 0 0;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > span {
		background: #395185;
	}
	
	#menuLateral #accordeonck674 li.level1 > span a {
		font-size: 23px;
	}
			
	#menuLateral #accordeonck674 li.accordeonck > span {
		padding-right: 30px;
        padding-left: 20px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 ul {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        max-height: 550px;
        overflow-y: overlay;
        overflow-x: hidden;
        padding: 0 20px 0 25px;
		margin: 5px 0 15px 0;
        visibility: visible;
		transition: visibility 0s .6s;
        pointer-events: none;
		--sb-size: 7px;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open ul {
		display: block;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        pointer-events: all;
		margin: 0;
        padding: 0 15px 0 10px;
        background: #395185;
    }
		
	#menuLateral #accordeonck674 li.level2 > span a {
		font-size: 20px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -10px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s;
		transition-timing-function: ease-in;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(.open) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(n+9)  { --i: 9; }	

	/* ----- */	
	#Slide .sliderPrincipalNormal ul li video {
		width: unset;
        height: 100%;
    }
	
	#Slide .sliderPrincipalNormal {

	}
	
	#Slide .sliderPrincipalNormal .redesMain {
		display: none;
	}
		
	#Slide .sliderPrincipalNormal .infoMain {
		height: calc(100% - 225px);
		width: calc(100% - 30px);
        margin: 0 15px;
	}
		
	#Slide .sliderPrincipalNormal .infoMain .infoWrapper h1.title {
		font-size: 55px;
		margin: 0 0 35px 0;
	}
	
	#Slide .sliderPrincipalNormal .infoMain .infoWrapper div.desc p {
		font-size: 20px;
	}
		
	#Slide .sliderPrincipalNormal #dots a {
		width: 80px;
	}
			
	/* --- */	
	#servicos .g-content {
		width: calc(100% - 30px);
        margin: 0 15px;
	}
		
	#servicos .blocoLogos .logo {
		width: 140px;
	}	
			
	/* --- */	
	#produtos .g-content {
		width: calc(100% - 30px);
        margin: 0 15px;		
	}
	
	/* ----------- App  ------------ */	
	#produtos .blocoLogos {
		justify-content: center;
	}
	
	#produtos .blocoLogos .logo {
        width: 140px;
        height: unset;
        grid-row-gap: 6px;
	}
	
	#produtos .blocoLogos .logo .image {
		padding-top: 18px;
	}

	#produtos .blocoLogos .logo .texto {
		margin-bottom: 17px;
	}
	
	/* ----------- Joomla ---------- */	
	/*
	#produtos .itemList {
		justify-content: center;
	}
	
	#produtos .itemList .item {
		width: 175px;
		height: 140px;
		margin-top: 18px;
		margin-bottom: 17px;
		grid-row-gap: 6px;
	}
	*/		
	/* --- */	
	#setores .g-content {
		width: calc(100% - 30px);
        margin: 0 15px;		
	}
			
	#setores .setoresWrapper .infoMain h2.title {
		font-size: 55px;
	}
	
	#setores .setoresWrapper .infoMain p.desc {
		font-size: 24px;
	}
		
	/* ----------- App  ------------ */	
	#setores .setoresMain {
		position: relative;
		margin-bottom: 50px;
	}

	
	#setores .setoresWrapper {
		display: inline-flex;
		flex-wrap: wrap;
		width: 100%;
	}
	
	#setores .setoresWrapper .infoMain:nth-of-type(1) {
		width: 100%;
	}
	
	#setores .blocoLogos {
		display: inline-flex;
		flex-wrap: wrap;
	}
			
	#setores .blocoLogos .logo {
	    width: 50%;
        height: auto;
        aspect-ratio: 1 / 1;
	}
	
	#setores .blocoLogos .logo .texto {
		font-size: 14px;
	}
		
	#setores .blocoLogos .logo .texto:after {
		height: 20px;
		width: 20px;
	}

	/* ----------- Joomla ---------- */
	/*
	#setores .setoresWrapper {
		display: inline-flex;
		flex-wrap: wrap;
	}
	
	#setores .setoresWrapper .infoMain:nth-of-type(1) {
		width: 100%;
		margin-bottom: 50px;
	}
	
	#setores .setoresWrapper > a {
	    height: fit-content;
        width: 50%;
	}
	
	#setores .setoresWrapper .item .itemDesc {
		font-size: 14px;
	}
	
	#setores .setoresWrapper .item .itemDesc span.arrowN svg {
		height: 20px;
		width: 20px;
	}
	*/
	
	/* --- */	
	#marcas .g-content {
		width: calc(100% - 30px);
        margin: 0 15px;
	}
							
	#marcas .blocoLogos {
		width: calc((2 * 135px) + (1 * 15px));
	}
			
	#marcas .blocoLogos .logo {
        width: 135px;
        height: 135px;
        padding-top: 18px;
        padding-bottom: 17px;
        grid-row-gap: 6px;
	}
		
	#marcas .blocoLogos .logo .image, #marcas .blocoLogos .logo .image svg {
        height: 100px;
        width: 100px;
	}
	
	/* --- */	
	#Noticias .g-content {
		width: calc(100% - 30px);
        margin: 0px 15px;	
	}
		
	#Noticias .newsBlocks .item {
        width: 100%;
        margin: 0 0 5% 0;
	}
			
	#Noticias .newsBlocks .item .itemImage {
		height: 250px;
    }
	
	/* --- */
    #Multimedia .g-content {
        width: auto;
    }
    
    #Multimedia .videoItem {
    	width: 100%;
	}
	
	#Multimedia .seeVideo .video {
	     margin-top: 0;
	}
	
	#Multimedia .seeVideo #closeVideo {
    	top: 45px;
    	right: 15px;
	}
	
	#Multimedia .seeVideo .video iframe {
	    width: 470px !important;
	    height: 410px !important;
	}
	
	#Multimedia .videoItem .overlay {
		display: none;
	}
	
	#Multimedia .videoItem .video{
		height: 260px !important;
	}
	
	#Multimedia .video iframe {
        width: 100%;
		height: 260px !important;
    }
    
    #Multimedia .botao svg {
        width: 45px;
        height: 45px;
    }
		
	/* ----- */
	#MenuInferior .mainMenuInferior .mainContent {
		width: calc(100% - 30px);
        margin: 0px 15px;
	}
		
	#MenuInferior .w100 .logo svg {
		max-height: 50px;
	}
	
	#MenuInferior .w100.ctsg {
	    display: flex;
		flex-direction: column;
	}
	
	#MenuInferior .w100.ctsg .w50.contactos {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	
	#MenuInferior .w100.ctsg .w50.menu {
		width: 100%;
	}
	
	#MenuInferior .w100 .logos {
		width: calc(500px / 2);
        margin-left: -15px;
	}
					
	/* --- */
	#Copyright .g-content {
		width: calc(100% - 30px);
        margin: 0px 15px;
	}		
}

@media (min-width: 470px) and (max-width: 591px){
	#g-navigation:before {
		opacity: 1;
	}
	
	#barraTopo .g-content {
		width: calc(100% - 70px);
        margin: 0 35px;
		padding: 15px 0 0px 0;
	}
	
	#barraTopo .custom {
		height: 60px;
	}
	
	#barraTopo .mainLogo {
		height: 60px;
	}
	
	#barraTopo .mainLogo .logo {
		max-height: 50px;
	}
	
	#barraTopo .mainLogo .logo svg {
		max-height: 45px;
	}
	
	#barraTopo .mainBar .menuMais .Pesq {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
	
	#barraTopo .mainBar .menuMais .Pesq svg {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
	
	#barraTopo .mainBar .traducao {
		height: 25px;
	}	
	
	#barraTopo .mainBar .traducao svg {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
	
	#barraTopo .mainBar .traducao .custom-select {
		width: 25px;
		height: 25px;
	}
		
	#barraTopo .mainBar .traducao .custom-select ul.options {
		width: 30px;
		left: -2px;
	}
	
	#barraTopo .mainBar .traducao .custom-select.custom-select ul.options li {
		padding: 6px 6px;
	}
	
	#barraTopo .mainBar .menuBtn {
		margin: 0 0 0 10px;
	}
		
	#barraTopo .mainBar .menuMais {
		margin: 0 0 0 10px;
	}
	
	#barraTopo .mainBar .menuBtn .burger {
		width: 40px;
	}
	
	#barraTopo .mainBar .menuBtn .burger[aria-expanded="true"] {
		width: 35px;
	}
	
	#barraTopo .mainBar .menuBtn .burger span {
		height: 3px;
	}

	#barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(2), #barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(3) {
		margin-top: 5px;
	}

	#barraTopo .mainBar .menuBtn .burger span + span {
		margin-top: 19px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck {
		width: 100%;
		padding: 80px 0 50px 0;
		--sb-size: 3px;
		background: #44609c;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 {
		padding: 25px 0 0 0px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 {
		width: 100%;
        padding: 0 0;
	}
		
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > span {
		background: #395185;
	}
				
	#menuLateral #accordeonck674 li.level1 > span a {
		font-size: 26px;
	}
	
	#menuLateral #accordeonck674 li.accordeonck > span {
        padding-right: 30px;
        padding-left: 20px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 ul {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        max-height: 550px;
        overflow-y: overlay;
        overflow-x: hidden;
        padding: 0 20px 0 25px;
		margin: 5px 0 15px 0;
        visibility: visible;
		transition: visibility 0s .6s;
        pointer-events: none;
		--sb-size: 7px;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open ul {
		display: block;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        pointer-events: all;
		margin: 0;
        padding: 0 15px 0 10px;
        background: #395185;
    }
		
	#menuLateral #accordeonck674 li.level2 > span a {
        font-size: 23px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -10px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s;
		transition-timing-function: ease-in;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(.open) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(n+9)  { --i: 9; }

	/* ----- */	
	#Slide .sliderPrincipalNormal ul li video {
		width: unset;
        height: 100%;
    }
	
	#Slide .sliderPrincipalNormal {

	}
	
	#Slide .sliderPrincipalNormal .redesMain {
		display: none;
	}
		
	#Slide .sliderPrincipalNormal .infoMain {
		height: calc(100% - 225px);
		width: calc(100% - 70px);
        margin: 0 35px;
	}
		
	#Slide .sliderPrincipalNormal .infoMain .infoWrapper h1.title {
		font-size: 60px;
		margin: 0 0 35px 0;
	}
	
	#Slide .sliderPrincipalNormal .infoMain .infoWrapper div.desc p {
		font-size: 22px;
	}
	
	#Slide .sliderPrincipalNormal #dots a {
		width: 80px;
	}
	
	/* --- */	
	#servicos .g-content {
		width: calc(100% - 70px);
        margin: 0 35px;			
	}
			
	/* --- */	
	#produtos .g-content {
		width: calc(100% - 70px);
        margin: 0 35px;		
	}

	/* ----------- App  ------------ */	
	#produtos .blocoLogos {
		justify-content: center;
	}
	
	#produtos .blocoLogos .logo {
        width: 175px;
        height: 175px;
        grid-row-gap: 6px;
	}
	
	#produtos .blocoLogos .logo .image {
		padding-top: 18px;
	}

	#produtos .blocoLogos .logo .texto {
		margin-bottom: 17px;
	}
	
	/* ----------- Joomla ---------- */
	/*
	#produtos .itemList {
		justify-content: center;
	}
	
	#produtos .itemList .item {
		width: 175px;
		height: 140px;
		margin-top: 18px;
		margin-bottom: 17px;
		grid-row-gap: 6px;
	}
	*/
	
	/* --- */	
	#setores .g-content {
		width: calc(100% - 70px);
        margin: 0 35px;		
	}
			
	#setores .setoresWrapper .infoMain h2.title {
		font-size: 55px;
	}
	
	#setores .setoresWrapper .infoMain p.desc {
		font-size: 24px;
	}
		
	/* ----------- App  ------------ */	
	#setores .setoresMain {
		position: relative;
		margin-bottom: 50px;
	}

	
	#setores .setoresWrapper {
		display: inline-flex;
		flex-wrap: wrap;
		width: 100%;
	}
	
	#setores .setoresWrapper .infoMain:nth-of-type(1) {
		width: 100%;
	}
	
	#setores .blocoLogos {
		display: inline-flex;
		flex-wrap: wrap;
	}
			
	#setores .blocoLogos .logo {
	    width: 50%;
        height: auto;
        aspect-ratio: 1 / 1;
	}

	/* ----------- Joomla ---------- */
	/*
	#setores .setoresWrapper {
		display: inline-flex;
		flex-wrap: wrap;
	}
	
	#setores .setoresWrapper .infoMain:nth-of-type(1) {
		width: 100%;
		margin-bottom: 50px;
	}
	
	#setores .setoresWrapper > a {
	    height: fit-content;
		width: 50%;
	}
	*/
	
	/* --- */	
	#marcas .g-content {
		width: calc(100% - 70px);
        margin: 0 35px;
	}
						
	#marcas .blocoLogos {
		width: calc((2 * 175px) + (1 * 15px));
	}
		
	#marcas .blocoLogos .logo {
        width: 175px;
        height: 175px;
        padding-top: 18px;
        padding-bottom: 17px;
        grid-row-gap: 6px;
	}
		
	#marcas .blocoLogos .logo .image, #marcas .blocoLogos .logo .image svg {
		height: 125px;
		width: 125px;
	}
	
	/* --- */
	#Noticias .g-content {
		width: calc(100% - 70px);
        margin: 0 35px;	
	}
			
	#Noticias .newsBlocks .item {
		width: 48%;
        margin: 0 1% 5% 1%;
	}
		
	#Noticias .newsBlocks .item .itemImage {
        height: 200px;
    }
	
	/* --- */
	#Multimedia .g-content {
        width: auto;
    }
    
    #Multimedia .videoItem {
    	width: 100%;
	}
	
	#Multimedia .seeVideo .video {
	     margin-top: 0;
	}
	
	#Multimedia .seeVideo #closeVideo {
    	top: 45px;
    	right: 15px;
	}
	
	#Multimedia .seeVideo .video iframe {
	    width: 470px !important;
	    height: 410px !important;
	}
	
	#Multimedia .videoItem .overlay {
		display: none;
	}
	
	#Multimedia .videoItem .video{
		height: 375px !important;
	}
	
	#Multimedia .videoItem iframe {
        height: 375px !important;
	}
		
	/* ----- */
	#MenuInferior .mainMenuInferior .mainContent {
        width: calc(100% - 70px);
        margin: 0 35px;
	}
			
	#MenuInferior .w100.ctsg {
	    display: flex;
		flex-direction: column;
	}
	
	#MenuInferior .w100.ctsg .w50.contactos {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	
	#MenuInferior .w100.ctsg .w50.menu {
		width: 100%;
	}
	
	#MenuInferior .w100 .logos {
		width: calc(500px / 2);
	}
					
	/* --- */
	#Copyright .g-content {
        width: calc(100% - 70px);
        margin: 0 35px;
	}		
}

@media (min-width: 592px) and (max-width: 767px){
	#g-navigation:before {
		opacity: 1;
	}
	
	#barraTopo .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
		padding: 15px 0 0px 0;
	}
	
	#barraTopo .custom {
		height: 60px;
	}
	
	#barraTopo .mainLogo {
		height: 60px;
	}
	
	#barraTopo .mainLogo .logo {
		max-height: 50px;
	}
	
	#barraTopo .mainLogo .logo svg {
		max-height: 45px;
	}
	
	#barraTopo .mainBar .menuMais .Pesq {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
	
	#barraTopo .mainBar .menuMais .Pesq svg {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
	
	#barraTopo .mainBar .traducao {
		height: 25px;
	}	
	
	#barraTopo .mainBar .traducao svg {
		min-height: 25px;
		max-height: 25px;
		max-width: 25px;
		min-width: 25px;
	}
		
	#barraTopo .mainBar .traducao .custom-select {
		width: 25px;
		height: 25px;
	}
		
	#barraTopo .mainBar .traducao .custom-select ul.options {
		width: 30px;
		left: -2px;
	}
	
	#barraTopo .mainBar .traducao .custom-select.custom-select ul.options li {
		padding: 6px 6px;
	}
	
	#barraTopo .mainBar .menuBtn {
		margin: 0 0 0 10px;
	}
		
	#barraTopo .mainBar .menuMais {
			margin: 0 0 0 10px;
	}
	
	#barraTopo .mainBar .menuBtn .burger {
		width: 40px;
	}
	
	#barraTopo .mainBar .menuBtn .burger[aria-expanded="true"] {
		width: 35px;
	}
	
	#barraTopo .mainBar .menuBtn .burger span {
		height: 3px;
	}

	#barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(2), #barraTopo .mainBar .menuBtn .burger[aria-expanded="false"] span:nth-child(3) {
		margin-top: 5px;
	}

	#barraTopo .mainBar .menuBtn .burger span + span {
		margin-top: 19px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck {
		width: 100%;
		padding: 80px 0 50px 0;
		--sb-size: 3px;
		background: #44609c;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 {
		padding: 25px 0 0 0px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 {
		width: 100%;
		padding: 0 0;
	}
		
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > span {
		background: #395185;
	}
				
	#menuLateral #accordeonck674 li.level1 > span a {
		font-size: 26px;
	}
		
	#menuLateral #accordeonck674 li.accordeonck > span {
        padding-right: 30px;
        padding-left: 20px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 ul {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
		max-height: 550px;
        overflow-y: overlay;
        overflow-x: hidden;
        padding: 0 20px 0 25px;
		margin: 5px 0 15px 0;
        visibility: visible;
		transition: visibility 0s .6s;
        pointer-events: none;
		--sb-size: 7px;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open ul {
		display: block;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        pointer-events: all;
		margin: 0;
        padding: 0 15px 0 10px;
        background: #395185;
    }
		
	#menuLateral #accordeonck674 li.level2 > span a {
		font-size: 23px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -10px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s;
		transition-timing-function: ease-in;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(.open) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(n+9)  { --i: 9; }	
	
	/* ----- */
	#Slide .sliderPrincipalNormal ul li video {
		width: unset;
        height: 100%;
    }
	
	#Slide .sliderPrincipalNormal {

	}
	
	#Slide .sliderPrincipalNormal .redesMain {
		display: none;
	}
			
	#Slide .sliderPrincipalNormal .infoMain {
		height: calc(100% - 250px);
		width: calc(100% - 100px);
        margin: 0 50px;	
	}
		
	#Slide .sliderPrincipalNormal .infoMain .infoWrapper h1.title {
		font-size: 70px;
	}
	
	#Slide .sliderPrincipalNormal .infoMain .infoWrapper div.desc p {
		font-size: 26px;
	}
			
	/* --- */	
	#servicos .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;		
	}
		
	#servicos .itemList {
		width: calc(200px * 2);
	}
			
	/* --- */	
	#produtos .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;			
	}
	
	/* ----------- App  ------------ */	
	#produtos .blocoLogos {
		justify-content: center;
	}
	
	#produtos .blocoLogos .logo {
        width: 175px;
        height: 175px;
        grid-row-gap: 6px;
	}
	
	#produtos .blocoLogos .logo .image {
		padding-top: 18px;
	}

	#produtos .blocoLogos .logo .texto {
		margin-bottom: 17px;
	}
	
	/* ----------- Joomla ---------- */
	/*	
	#produtos .itemList {
		justify-content: center;
	}
	
	#produtos .itemList .item {
		width: 175px;
		height: 140px;
		margin-top: 18px;
		margin-bottom: 17px;
		grid-row-gap: 6px;
	}
	*/		
	/* --- */	
	#setores .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;			
	}
			
	#setores .setoresWrapper .infoMain h2.title {
		font-size: 55px;
	}
	
	#setores .setoresWrapper .infoMain p.desc {
		font-size: 24px;
	}
			
	/* ----------- App  ------------ */	
	#setores .setoresMain {
		position: relative;
		margin-bottom: 50px;
	}

	
	#setores .setoresWrapper {
		display: inline-flex;
		flex-wrap: wrap;
		width: 100%;
	}
	
	#setores .setoresWrapper .infoMain:nth-of-type(1) {
		width: 100%;
	}
	
	#setores .blocoLogos {
		display: inline-flex;
		flex-wrap: wrap;
	}
			
	#setores .blocoLogos .logo {
	    width: 50%;
        height: auto;
        aspect-ratio: 1 / 1;
	}

	/* ----------- Joomla ---------- */
	/*
	#setores .setoresWrapper {
		display: inline-flex;
		flex-wrap: wrap;
	}
	
	#setores .setoresWrapper .infoMain:nth-of-type(1) {
		width: 100%;
		margin-bottom: 50px;
	}
	
	#setores .setoresWrapper > a {
        height: fit-content;
        width: 50%;
	}
	*/
	
	/* --- */	
	#marcas .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
					
	#marcas .blocoLogos {
		width: calc((2 * 175px) + (1 * 15px));
	}
		
	#marcas .blocoLogos .logo {
        width: 175px;
        height: 175px;
        padding-top: 18px;
        padding-bottom: 17px;
        grid-row-gap: 6px;
	}
		
	#marcas .blocoLogos .logo .image, #marcas .blocoLogos .logo .image svg {
		height: 125px;
		width: 125px;
	}
	
	/* --- */	
	#Noticias .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;		
	}
				
	#Noticias .newsBlocks .item {
		width: 48%;
        margin: 0 1% 5% 1%;
	}
		
	/* --- */
    #Multimedia .g-content {
        width: auto;
    }
    
    #Multimedia .videoItem {
    	width: 49%;
	}
	
	#Multimedia .seeVideo .video {
	     margin-top: 0;
	}
	
	#Multimedia .seeVideo #closeVideo {
    	top: 45px;
    	right: 15px;
	}
	
	#Multimedia .seeVideo .video iframe {
	    width: 565px !important;
	    height: 410px !important;
	}
	
	#Multimedia .videoItem .overlay {
		display: none;
	}
	
	#Multimedia .videoItem .video{
		height: 220px !important;
	}
	
	#Multimedia .videoItem iframe {
	    height: 220px !important;
	}
	
	#Multimedia .verOutros {
		width: 100%;
		font-size: 20px;
		float: none; 
	}
		
	/* ----- */
	#MenuInferior .mainMenuInferior .mainContent {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
		
	#MenuInferior .w100.ctsg {
	    display: flex;
		flex-direction: column;
	}
	
	#MenuInferior .w100.ctsg .w50.contactos {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	
	#MenuInferior .w100.ctsg .w50.menu {
		width: 100%;
	}
	
	#MenuInferior .w100 .logos {
		width: calc(500px / 2);
	}
						
	/* --- */
	#Copyright .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}	
}

@media (min-width: 768px) and (max-width: 958px){
	#g-navigation:before {
		opacity: 1;
	}
	
	#barraTopo .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck {
		width: 100%;
		--sb-size: 3px;
		background: #44609c;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 {
		padding: 25px 0 0 0px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 {
		width: 100%;
        padding: 0 0;
	}
		
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > span {
		background: #395185;
	}
				
	#menuLateral #accordeonck674 li.level1 > span a {
		font-size: 26px;
	}
		
	#menuLateral #accordeonck674 li.accordeonck > span {
        padding-right: 30px;
        padding-left: 20px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 ul {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
		max-height: 550px;
        overflow-y: overlay;
        overflow-x: hidden;
        padding: 0 20px 0 25px;
		margin: 5px 0 15px 0;
        visibility: visible;
		transition: visibility 0s .6s;
        pointer-events: none;
		--sb-size: 7px;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open ul {
		display: block;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        pointer-events: all;
		margin: 0;
        padding: 0 15px 0 10px;
        background: #395185;
    }
		
	#menuLateral #accordeonck674 li.level2 > span a {
		font-size: 23px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -10px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s;
		transition-timing-function: ease-in;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(.open) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(n+9)  { --i: 9; }	
	
	/* ----- */
	#Slide .sliderPrincipalNormal ul li video {
		width: unset;
        height: 100%;
    }
	
	#Slide .sliderPrincipalNormal .redesMain {
		display: none;
	}
				
	#Slide .sliderPrincipalNormal .infoMain {
		width: calc(100% - 100px);
        margin: 0 50px;	
	}
		
	#Slide .sliderPrincipalNormal .infoMain .infoWrapper h1.title {
		font-size: 70px;
	}
	
	#Slide .sliderPrincipalNormal .infoMain .infoWrapper div.desc p {
		font-size: 26px;
	}
			
	/* --- */	
	#servicos .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;		
	}
	
	#servicos .itemList {
		width: calc(200px * 2);
	}
	
	/* --- */	
	#produtos .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;			
	}
	
	/* ----------- App  ------------ */	
	#produtos .blocoLogos {
		justify-content: center;
	}
	
	#produtos .blocoLogos .logo {
        width: 175px;
        height: 175px;
        grid-row-gap: 6px;
	}
	
	#produtos .blocoLogos .logo .image {
		padding-top: 18px;
	}

	#produtos .blocoLogos .logo .texto {
		margin-bottom: 17px;
	}
	
	/* ----------- Joomla ---------- */
	/*	
	#produtos .itemList {
		justify-content: center;
	}
	
	#produtos .itemList .item {
		width: 175px;
		height: 140px;
		margin-top: 18px;
		margin-bottom: 17px;
		grid-row-gap: 6px;
	}
	*/		
	/* --- */	
	#setores .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;			
	}
			
	#setores .setoresWrapper .infoMain h2.title {
		font-size: 55px;
	}
	
	#setores .setoresWrapper .infoMain p.desc {
		font-size: 24px;
	}
			
	/* ----------- App  ------------ */	
	#setores .setoresMain {
		position: relative;
		margin-bottom: 50px;
	}

	
	#setores .setoresWrapper {
		display: inline-flex;
		flex-wrap: wrap;
		width: 100%;
	}
	
	#setores .setoresWrapper .infoMain:nth-of-type(1) {
		width: 100%;
	}
	
	#setores .blocoLogos {
		display: inline-flex;
		flex-wrap: wrap;
	}
			
	#setores .blocoLogos .logo {
		width: 25%;
        height: auto;
        aspect-ratio: 1 / 1;
	}
		
	#setores .blocoLogos .logo .texto {
		width: calc(100% - 65px);
		margin: 25px 50px 25px 15px;
		font-size: 14px;
	}
	
    #setores .blocoLogos .logo .texto:after {
		height: 20px;
		width: 20px;
	}
	
	/* ----------- Joomla ---------- */
	/*
	#setores .setoresWrapper {
		display: inline-flex;
		flex-wrap: wrap;
	}
	
	#setores .setoresWrapper .infoMain:nth-of-type(1) {
		width: 100%;
		margin-bottom: 50px;
	}

	#setores .setoresWrapper > a {
        height: fit-content;
        width: 25%;
	}
	
	#setores .setoresWrapper .item .itemDesc {
		width: calc(100% - 65px);
		margin: 25px 50px 25px 15px;
		font-size: 14px;
	}
	
	#setores .setoresWrapper .item .itemDesc span.arrowN svg {
		height: 20px;
		width: 20px;
	}
	*/	
	
	/* --- */	
	#marcas .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
				
	#marcas .blocoLogos {
		width: calc((3 * 175px) + (2 * 15px));
	}
		
	#marcas .blocoLogos .logo {
        width: 175px;
        height: 175px;
        padding-top: 18px;
        padding-bottom: 17px;
        grid-row-gap: 6px;
	}
		
	#marcas .blocoLogos .logo .image, #marcas .blocoLogos .logo .image svg {
		height: 125px;
		width: 125px;
	}
	
	/* --- */	
	#Noticias .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;		
	}
			
	#Noticias .newsBlocks .item .itemImage {
        height: 225px;
    }
		
	/* --- */
    #Multimedia .g-content {
        width: 750px;
    }
	
	#Multimedia .videoItem {
		width: 49%;
	}
	
    #Multimedia .videoItem .overlay {
	    margin-bottom: -208px;
	}
	
	#Multimedia .videoItem .video, #Multimedia .videoItem .overlay {
	    height: 208px !important;
	}
	
	#Multimedia .videoItem iframe {
	    height: 230px !important;
	}
	
	#Multimedia .videoItem .overlay {
		display: none;
	}
	
	#Multimedia .videoItem .video{
		height: auto !important;
		text-align: center;
	}
	
	/* ----- */
	#MenuInferior .mainMenuInferior .mainContent {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	#MenuInferior .w100.ctsg {
	    display: flex;
		flex-direction: column;
	}
	
	#MenuInferior .w100.ctsg .w50.contactos {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
	
	#MenuInferior .w100.ctsg .w50.menu {
		width: 100%;
	}
	
	#MenuInferior .w100 .logos {
		width: calc(600px / 2);
	}
							
	/* --- */
	#Copyright .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
}

@media (min-width: 959px) and (max-width: 1199px){
	#g-navigation:before {
		opacity: 1;
	}
	
	#barraTopo .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck {
		width: 100%;
		--sb-size: 3px;
		background: #44609c;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 {
		padding: 25px 0 0 0px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 {
		width: 100%;
		padding: 0 0;
	}
		
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > span {
		background: #395185;
	}
			
	#menuLateral #accordeonck674 li.accordeonck > span {
        padding-right: 30px;
        padding-left: 20px;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 ul {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
		max-height: 550px;
        overflow-y: overlay;
        overflow-x: hidden;
        padding: 0 20px 0 25px;
		margin: 5px 0 15px 0;
        visibility: visible;
		transition: visibility 0s .6s;
        pointer-events: none;
		--sb-size: 7px;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open ul {
		display: block;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        pointer-events: all;
		margin: 0;
        padding: 0 15px 0 10px;
        background: #395185;
    }

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -10px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s;
		transition-timing-function: ease-in;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(.open) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.open > ul > li.level2:nth-child(n+9)  { --i: 9; }

	/* ----- */
	#Slide .sliderPrincipalNormal ul li video {
		width: unset;
        height: 100%;
    }
	
	#Slide .sliderPrincipalNormal .redesMain {
		display: none;
	}
				
	#Slide .sliderPrincipalNormal .infoMain {
		width: calc(100% - 100px);
        margin: 0 50px;	
	}
		
	#Slide .sliderPrincipalNormal .infoMain .infoWrapper h1.title {
		font-size: 70px;
	}
	
	#Slide .sliderPrincipalNormal .infoMain .infoWrapper div.desc p {
		font-size: 26px;
	}
			
	/* --- */	
	#servicos .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;		
	}
			
	/* --- */	
	#produtos .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;			
	}
	
	/* ----------- App  ------------ */	
	#produtos .blocoLogos {
		justify-content: center;
	}
	
	#produtos .blocoLogos .logo {
        width: 175px;
        height: 175px;
        grid-row-gap: 6px;
	}
	
	#produtos .blocoLogos .logo .image {
		padding-top: 18px;
	}

	#produtos .blocoLogos .logo .texto {
		margin-bottom: 17px;
	}
	
	/* ----------- Joomla ---------- */
	/*	
	#produtos .itemList {
		justify-content: center;
	}
	
	#produtos .itemList .item {
		width: 175px;
		height: 140px;
		margin-top: 18px;
		margin-bottom: 17px;
		grid-row-gap: 6px;
	}
	*/
	
	/* --- */	
	#setores .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;			
	}
			
	#setores .setoresWrapper .infoMain h2.title {
		font-size: 55px;
	}
	
	#setores .setoresWrapper .infoMain p.desc {
		font-size: 24px;
	}
				
	/* ----------- App  ------------ */	
	#setores .setoresMain {
		position: relative;
		margin-bottom: 50px;
	}
	
	#setores .setoresWrapper {
		display: inline-flex;
		flex-wrap: wrap;
		width: 100%;
	}
	
	#setores .setoresWrapper .infoMain:nth-of-type(1) {
		width: 100%;
	}
	
	#setores .blocoLogos {
		display: inline-flex;
		flex-wrap: wrap;
	}
			
	#setores .blocoLogos .logo {
		width: 25%;
        height: auto;
        aspect-ratio: 1 / 1;
	}
		
	#setores .blocoLogos .logo .texto {
		width: calc(100% - 65px);
		margin: 25px 50px 25px 15px;
	}

	/* ----------- Joomla ---------- */
	/*
	#setores .setoresWrapper {
		display: inline-flex;
		flex-wrap: wrap;
	}
	
	#setores .setoresWrapper .infoMain:nth-of-type(1) {
		width: 100%;
		margin-bottom: 50px;
	}
		
	#setores .setoresWrapper .item .itemDesc {
		width: calc(100% - 65px);
		margin: 25px 50px 25px 15px;
	}
	
	#setores .setoresWrapper > a {
	    height: fit-content;
		width: 25%;
	}
	*/	
	
	/* --- */	
	#marcas .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
			
	#marcas .blocoLogos {
		width: calc((4 * 175px) + (3 * 15px));
	}
		
	#marcas .blocoLogos .logo {
        width: 175px;
        height: 175px;
        padding-top: 18px;
        padding-bottom: 17px;
        grid-row-gap: 6px;
	}
		
	#marcas .blocoLogos .logo .image, #marcas .blocoLogos .logo .image svg {
		height: 125px;
		width: 125px;
	}
	
	/* --- */	
	#Noticias .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;		
	}
			
	#Noticias .newsBlocks .item .itemImage {
        height: 275px;
    }
		
	/* --- */
	#Multimedia .g-content {
        width: 750px;
	}
	
	#Multimedia .videoItem {
		width: 49%;
	}
	
    #Multimedia .videoItem .overlay {
	    display:none;
	}
	
	#Multimedia .videoItem .video, #Multimedia .videoItem .overlay {
	    height: 225px !important;
	}
	
	#Multimedia .videoItem iframe {
	    height: 225px !important;
	}
	
	#Multimedia .seeVideo .video iframe {
	    width: 900px !important;
	    height: 600px !important;
	}
	
	#Multimedia .verOutros {
    	font-size: 24px;
		margin-right: 19px;
		width:260px;
	}
			
	/* ----- */
	#MenuInferior .mainMenuInferior .mainContent {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
		
	#MenuInferior .w100.ctsg .w50.contactos {
		width: 60%;
		margin-right: 0;
	}
	
	#MenuInferior .w100 .logos {
		width: calc(600px / 2);
	}
						
	/* --- */
	#Copyright .g-content {
        width: calc(100% - 100px);
        margin: 0 35px;
	}	
}

@media (min-width: 1200px) and (max-width: 1439px){	
	#barraTopo .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
		
	/* ---- Menu Level 1 ---- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.parent:after {
		position: absolute;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		transition-delay: .2s;
		content: '';
		height: 1px;
		background: #fff;
		width: 0%;
	}


	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.parent:is(:hover, .hover):after {
		width: 100%;
	}
	
	/* ---- Toggler Icons ---- */
	#menuLateral #accordeonck674 li.parent > span span.toggler_icon {
		display: none;
	}

	/* ---- Level Two ---- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul {
        display: block !important;
        width: 100%;
        left: 100%;
        top: 0px;
        position: absolute;
        height: 0;
		min-height: 150px;
        max-height: calc(85vh - (69px * var(--hgVar))) !important;
        overflow-y: overlay;
        overflow-x: hidden;
		padding: 5px 50px 10px 50px !important;
        margin: 0 !important;
        visibility: hidden;
        -webkit-transition: visibility 0s .6s;
        transition: visibility 0s .6s;
        pointer-events: none;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(1) > ul { --hgVar: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(2) > ul { --hgVar: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(3) > ul { --hgVar: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(4) > ul { --hgVar: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(5) > ul { --hgVar: 5; }
	
	/* --- Animations --- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) ul {
		display: block !important;
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
		pointer-events: all;
		height: unset !important;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -30px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s; /* slower in */
		transition-timing-function: ease-in; /* smooth ease-in */
	}

	/* Optional: make hover-out quick again */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(:hover, .hover) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}

	/* assign --i per nth-child */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(n+9)  { --i: 9; }

	/* ----- */
	#Slide .sliderPrincipalNormal ul li video {
		width: unset;
        height: 100%;
    }
	
	#Slide .sliderPrincipalNormal .redesMain {
		left: 50px;
	}
				
	#Slide .sliderPrincipalNormal .infoMain {
		width: calc(100% - 100px);
        margin: 0 50px;	
	}
	
	#Slide .sliderPrincipalNormal .infoMain .infoWrapper h1.title {
		font-size: 80px;
	}
	
	#Slide .sliderPrincipalNormal .infoMain .infoWrapper div.desc p {
		font-size: 30px;
	}
			
	/* --- */	
	#servicos .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;		
	}
			
	/* --- */	
	#produtos .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;			
	}
	
	/* ----------- App  ------------ */	
	#produtos .blocoLogos {
		width: calc(175px * 6);
		justify-content: center;
	}
	
	#produtos .blocoLogos .logo {
        width: 175px;
        height: 175px;
        grid-row-gap: 6px;
	}
	
	#produtos .blocoLogos .logo .image {
		padding-top: 18px;
	}

	#produtos .blocoLogos .logo .texto {
		margin-bottom: 17px;
	}
	
	/* ----------- Joomla ---------- */
	/*
	#produtos .itemList {
		width: calc(175px * 6);
		justify-content: center;
	}
	
	#produtos .itemList .item {
		width: 175px;
		height: 140px;
		margin-top: 18px;
		margin-bottom: 17px;
		grid-row-gap: 6px;
	}
	*/
	
	/* --- */	
	#setores .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;			
	}
		
	#setores .setoresWrapper .infoMain h2.title {
		font-size: 55px;
	}
	
	#setores .setoresWrapper .infoMain p.desc {
		font-size: 24px;
	}
					
	/* ----------- App  ------------ */	
	#setores .setoresMain {
		position: relative;
		margin-bottom: 50px;
	}
	
	#setores .setoresWrapper {
		display: inline-flex;
		flex-wrap: wrap;
		width: 100%;
	}
	
	#setores .setoresWrapper .infoMain:nth-of-type(1) {
		width: 100%;
	}
	
	#setores .blocoLogos {
		display: inline-flex;
		flex-wrap: wrap;
	}
			
	#setores .blocoLogos .logo {
        width: 25%;
        height: auto;
        aspect-ratio: 1 / 1;
	}
		
	#setores .blocoLogos .logo .texto {
		width: calc(100% - 65px);
		margin: 25px 50px 25px 15px;
	}

	/* ----------- Joomla ---------- */
	/*
	#setores .setoresWrapper {
		display: inline-flex;
		flex-wrap: wrap;
	}
	
	#setores .setoresWrapper .infoMain:nth-of-type(1) {
		width: 100%;
		margin-bottom: 50px;
	}
	
	#setores .setoresWrapper .item .itemDesc {
		width: calc(100% - 65px);
		margin: 25px 50px 25px 15px;
	}
	
	#setores .setoresWrapper > a {
	    height: fit-content;
		width: 25%;
	}
	*/	
	
	/* --- */	
	#marcas .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
		
	#marcas .blocoLogos {
		width: calc((5 * 175px) + (4 * 15px));
	}
		
	#marcas .blocoLogos .logo {
        width: 175px;
        height: 175px;
        padding-top: 18px;
        padding-bottom: 17px;
        grid-row-gap: 6px;
	}
		
	#marcas .blocoLogos .logo .image, #marcas .blocoLogos .logo .image svg {
		height: 125px;
		width: 125px;
	}
	
	/* --- */	
	#Noticias .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;		
	}
			
	#Noticias .newsBlocks .item .itemImage {
        height: 325px;
    }
		
	/* --- */
	#Multimedia .g-content {
        width: 750px;
	}
	
	#Multimedia .videoItem {
		width: 49%;
	}
	
    #Multimedia .videoItem .overlay {
	    display:none;
	}
	
	#Multimedia .videoItem .video, #Multimedia .videoItem .overlay {
	    height: 225px !important;
	}
	
	#Multimedia .videoItem iframe {
	    height: 225px !important;
	}
	
	#Multimedia .seeVideo .video iframe {
	    width: 900px !important;
	    height: 600px !important;
	}
	
	#Multimedia .verOutros {
    	font-size: 24px;
		margin-right: 19px;
		width:260px;
	}
			
	/* ----- */
	#MenuInferior .mainMenuInferior .mainContent {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
							
	/* --- */
	#Copyright .g-content {
        width: calc(100% - 100px);
        margin: 0 35px;
	}		
}

@media (min-width: 1440px) and (max-width: 1599px){
	#barraTopo .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	/* ---- Menu Level 1 ---- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.parent:after {
		position: absolute;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		transition-delay: .2s;
		content: '';
		height: 1px;
		background: #fff;
		width: 0%;
	}


	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.parent:is(:hover, .hover):after {
		width: 100%;
	}
	
	/* ---- Toggler Icons ---- */
	#menuLateral #accordeonck674 li.parent > span span.toggler_icon {
		display: none;
	}

	/* ---- Level Two ---- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul {
        display: block !important;
        width: 100%;
        left: 100%;
        top: 0px;
        position: absolute;
        height: 0;
		min-height: 150px;
        max-height: calc(85vh - (69px * var(--hgVar))) !important;
        overflow-y: overlay;
        overflow-x: hidden;
		padding: 5px 50px 10px 50px !important;
        margin: 0 !important;
        visibility: hidden;
        -webkit-transition: visibility 0s .6s;
        transition: visibility 0s .6s;
        pointer-events: none;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(1) > ul { --hgVar: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(2) > ul { --hgVar: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(3) > ul { --hgVar: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(4) > ul { --hgVar: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(5) > ul { --hgVar: 5; }
	
	/* --- Animations --- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) ul {
		display: block !important;
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
		pointer-events: all;
		height: unset !important;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -30px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s; /* slower in */
		transition-timing-function: ease-in; /* smooth ease-in */
	}

	/* Optional: make hover-out quick again */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(:hover, .hover) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}

	/* assign --i per nth-child */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(n+9)  { --i: 9; }
	
	/* ----- */
	#Slide .sliderPrincipalNormal ul li video {
		width: unset;
        height: 100%;
    }
	
	#Slide .sliderPrincipalNormal .redesMain {
		left: 50px;
	}
				
	#Slide .sliderPrincipalNormal .infoMain {
		width: calc(100% - 100px);
        margin: 0 50px;	
	}
			
	/* --- */	
	#servicos .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;		
	}
			
	/* --- */	
	#produtos .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;			
	}
	
	/* ----------- App  ------------ */	
	#produtos .blocoLogos {
		justify-content: center;
	}
	
	#produtos .blocoLogos .logo {
        width: 175px;
        height: 175px;
        grid-row-gap: 6px;
	}
	
	#produtos .blocoLogos .logo .image {
		padding-top: 18px;
	}

	#produtos .blocoLogos .logo .texto {
		margin-bottom: 17px;
	}
	
	/* ----------- Joomla ---------- */
	/*	
	#produtos .itemList {
		justify-content: center;
	}
		
	#produtos .itemList .item {
		width: 175px;
		height: 140px;
		margin-top: 17px;
		margin-bottom: 17px;
		grid-row-gap: 6px;
	}
	*/
	
	/* --- */	
	#setores .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
		min-height: 675px;
	}
	
	#setores .setoresWrapper .infoMain h2.title {
		font-size: 55px;
	}
	
	#setores .setoresWrapper .infoMain p.desc {
		font-size: 24px;
	}	
	
	/* --- */	
	#marcas .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	#marcas .blocoLogos {
		width: calc((7 * 175px) + (6 * 15px));
	}
	
	#marcas .blocoLogos .logo {
        width: 175px;
        height: 175px;
        padding-top: 18px;
        padding-bottom: 17px;
        grid-row-gap: 6px;
	}
	
	#marcas .blocoLogos .logo .image, #marcas .blocoLogos .logo .image svg {
		height: 125px;
		width: 125px;
	}
	
	/* --- */		
	#Noticias .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;		
	}
		
	/* --- */	
	#Multimedia .g-content {
        width: 1150px;
	}
	
	#Multimedia .videoItem .overlay {
	    margin-bottom: -250px;
	}
	#Multimedia .videoItem .video, #Multimedia .videoItem .overlay {
	    height: 335px !important;
	}
	#Multimedia .videoItem iframe {
	    height: 335px !important;
	}
		
	/* ----- */
	#MenuInferior .mainMenuInferior .mainContent {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
							
	/* --- */
	#Copyright .g-content {
        width: calc(100% - 100px);
        margin: 0 35px;
	}	
}

@media (min-width: 1600px) and (max-width: 1799px){
	#barraTopo .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	/* ---- Menu Level 1 ---- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.parent:after {
		position: absolute;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		transition-delay: .2s;
		content: '';
		height: 1px;
		background: #fff;
		width: 0%;
	}


	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.parent:is(:hover, .hover):after {
		width: 100%;
	}
	
	/* ---- Toggler Icons ---- */
	#menuLateral #accordeonck674 li.parent > span span.toggler_icon {
		display: none;
	}

	/* ---- Level Two ---- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul {
        display: block !important;
        width: 100%;
        left: 100%;
        top: 0px;
        position: absolute;
        height: 0;
		min-height: 150px;
        max-height: calc(85vh - (69px * var(--hgVar))) !important;
        overflow-y: overlay;
        overflow-x: hidden;
		padding: 5px 50px 10px 50px !important;
        margin: 0 !important;
        visibility: hidden;
        -webkit-transition: visibility 0s .6s;
        transition: visibility 0s .6s;
        pointer-events: none;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(1) > ul { --hgVar: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(2) > ul { --hgVar: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(3) > ul { --hgVar: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(4) > ul { --hgVar: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(5) > ul { --hgVar: 5; }
	
	/* --- Animations --- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) ul {
		display: block !important;
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
		pointer-events: all;
		height: unset !important;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -30px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s; /* slower in */
		transition-timing-function: ease-in; /* smooth ease-in */
	}

	/* Optional: make hover-out quick again */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(:hover, .hover) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}

	/* assign --i per nth-child */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(n+9)  { --i: 9; }

	/* ----- */
	#Slide .sliderPrincipalNormal .redesMain {
		left: 50px;
	}
				
	#Slide .sliderPrincipalNormal .infoMain {
		width: calc(100% - 100px);
        margin: 0 50px;	
	}
			
	/* --- */	
	#servicos .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;		
	}
			
	/* --- */	
	#produtos .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;	
	}
			
	/* --- */	
	#setores .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;		
		min-height: 675px;
	}	
	
	/* --- */	
	#marcas .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
	
	/* --- */	
	#Noticias .g-content {
		width: calc(100% - 100px);
        margin: 0 50px;	
	}
			
	/* ----- */
	#MenuInferior .mainMenuInferior .mainContent {
		width: calc(100% - 100px);
        margin: 0 50px;
	}
							
	/* --- */
	#Copyright .g-content {
        width: calc(100% - 100px);
        margin: 0 35px;
	}	
}

@media (min-width: 1800px){
	
	/* ---- Menu Level 1 ---- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.parent:after {
		position: absolute;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		transition-delay: .2s;
		content: '';
		height: 1px;
		background: #fff;
		width: 0%;
	}


	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1.parent:is(:hover, .hover):after {
		width: 100%;
	}
	
	/* ---- Toggler Icons ---- */
	#menuLateral #accordeonck674 li.parent > span span.toggler_icon {
		display: none;
	}

	/* ---- Level Two ---- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul {
        display: block !important;
        width: 100%;
        left: 100%;
        top: 0px;
        position: absolute;
        height: 0;
		min-height: 150px;
        max-height: calc(85vh - (69px * var(--hgVar))) !important;
        overflow-y: overlay;
        overflow-x: hidden;
		padding: 5px 50px 10px 50px !important;
        margin: 0 !important;
        visibility: hidden;
        -webkit-transition: visibility 0s .6s;
        transition: visibility 0s .6s;
        pointer-events: none;
	}
	
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(1) > ul { --hgVar: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(2) > ul { --hgVar: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(3) > ul { --hgVar: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(4) > ul { --hgVar: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:nth-child(5) > ul { --hgVar: 5; }
	
	/* --- Animations --- */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) ul {
		display: block !important;
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
		pointer-events: all;
		height: unset !important;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1 > ul > li.level2 {
		opacity: 0;
		transform: translate3d(0, -30px, 0);
		transition: opacity 0.2s ease-out calc(var(--i,0) * 0.05s), transform 0.2s ease-out calc(var(--i,0) * 0.05s);
		will-change: opacity, transform; /* force GPU layer */
		/* optionally */
		visibility: visible;
	}

	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2 {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition-duration: 0.4s; /* slower in */
		transition-timing-function: ease-in; /* smooth ease-in */
	}

	/* Optional: make hover-out quick again */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:not(:hover, .hover) > ul > li.level2 {
		transition-duration: 0.15s;      /* fast out */
		transition-timing-function: ease-out;
	}

	/* assign --i per nth-child */
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(1)  { --i: 1; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(2)  { --i: 2; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(3)  { --i: 3; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(4)  { --i: 4; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(5)  { --i: 5; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(6)  { --i: 6; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(7)  { --i: 7; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(8)  { --i: 8; }
	#menuLateral > .g-content > .platform-content > .accordeonck > #accordeonck674 > li.level1:is(:hover, .hover) > ul > li.level2:nth-child(n+9)  { --i: 9; }
	
	/* ----- */
	#setores .g-content {
		min-height: 700px;
	}
	
}

@media (max-width: 1199px) {
	#faleIcon .mainFaleIcon svg path:nth-of-type(2) {
		fill: #314b80;
	}

	#faleIcon .mainFaleIcon svg path:nth-of-type(4) {
		fill: #59a9d2;
	}

	#faleIcon .mainFaleIcon svg path:nth-of-type(3) {
		fill: #44609c;
	}
}

@media (min-width: 2560px){
	#barraTopo .g-content {
		width: 65%;
	}
	
	#Slide .sliderPrincipalNormal .redesMain.active {
		left: 18%;
	}
}

