body {
	margin: 0;
	padding: 0;
	opacity: 0;
	line-height: 100%;
	background: #FFFFFF;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Catamaran", sans-serif;
}

.hide-no-font,
.hide-no-font {
	opacity: 0;
	visibility: hidden;
}

.wf-active body,
.wf-inactive body,
.no-font body {
	opacity: 1;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

*:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
	-webkit-text-fill-color: inherit!important;
}

pre {
	font-size: 14px;
}

.clear {
	clear: both;
}

.transition-450 {
	-webkit-transition:all 450ms ease-in-out;
	-moz-transition:all 450ms ease-in-out;
	-ms-transition:all 450ms ease-in-out;
	-o-transition:all 450ms ease-in-out;
	transition:all 450ms ease-in-out;
}

.transition-300 {
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-ms-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}

.transition-200 {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.transition-opacity {
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opactiy 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.transition-opacity:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.wrapper {
	margin: 0 auto;
}

.align-center {
	text-align: center;
	width: 100%;
	display: block;
}

.btn-black-bg {
	color: #FFFFFF;
	background: #333333;
	border: 2px solid #333333;
}

.btn-black-bg:hover {
	background: #FFFFFF;
	color: #333333;
}

.btn-white-bg {
	color: #FFFFFF;
	background: transparent;
	border: 2px solid #FFFFFF;
}

.btn-white-bg:hover {
	background: #FFFFFF;
	color: #333333;
}

.btn-black-bg,
.btn-white-bg {
	font-weight: 600;
	text-decoration: none;
}

.green-special-color {
	color: #BFFF00;
}

.no-font-error .wrapper-1200 {
	width: 1200px;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
	background: url(../img/icons/info.svg) left center no-repeat;
	background-size: 32px;
	padding: 15px 0;
}

.no-font-error {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	color: #FFFFFF;
	font-size: 13px;
	background-color: #E41919;
	font: 400 13px/100% "Catamaran", Arial, Helvetica,sans-serif;
}

.no-font-error .left-no-font {
	display: inline-block;
	padding-left: 45px;
}

.no-font-error .left-no-font-title,
.no-font-error .left-no-font-text {
	display: block;
}

.no-font-error .left-no-font-title {
	display: block;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 3px;
	font-size: 12px;
	text-transform: uppercase;
}

.no-font-error .close-font-error {
	background: #FFFFFF;
	border-radius: 3px;
	cursor: pointer;
	color: #E41919;
	font-weight: bold;
	padding: 5px 12px;
	line-height: 20px;
	font-size: 12px;
}

.warning-error {
	padding: 15px 10px;
	font-size: 15px;
	padding-left: 50px;
	line-height: 100%;
	color: #444444;
}

.warning-error.warning-red {
	border: 2px solid #E40505;
	background: #F9F9F9 url(../img/icons/info_red.svg) 10px center no-repeat;
	background-size: 28px;
}

.warning-error.warning-info {
	border: 2px solid #CEE6FF;
	background: #F9F9F9 url(../img/icons/info_blue.svg) 10px center no-repeat;
	background-size: 28px;
}

/* CM ESPINHO */

#header {
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 40px;
	position: fixed;
	z-index: 9998;
	background: transparent;
}

#header .wrapper-top-header.wrapper-1660 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.homepage #header .wrapper-1660 {
	max-width: 1660px;
	width: 92%;
}

.main-logo {
	width: 195px;
	height: 57px;
	display: block;
	background: url('../img/logos/logo.png') center center no-repeat;
}

#header .hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	height: 22px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: 150ms;
	border: 0;
	transition-property: opacity, filter;
	text-transform: none;
	background-color: transparent;
}

#header .hamburger .hamburger-box {
	width: 30px;
	height: 22px;
	position: relative;
	display: inline-block;
}

#header .hamburger-inner:after,
#header .hamburger-inner:before {
	display: block;
	content: "";
}

#header .hamburger .hamburger-inner,
#header .hamburger .hamburger-inner:after,
#header .hamburger .hamburger-inner:before {
	background-color: #FFFFFF;
}

#header .hamburger--elastic .hamburger-inner {
	top: 2px;
	transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
	transition-duration: 275ms;
}

#header .hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
}

#header .hamburger-inner,
#header .hamburger-inner:after,
#header .hamburger-inner:before {
	position: absolute;
	width: 30px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: 150ms;
	transition-property: transform;
	background-color: #000000;
}

#header .hamburger--elastic .hamburger-inner:before {
	top: 9px;
	transition: opacity 125ms ease 275ms;
}

#header .hamburger--elastic .hamburger-inner:after {
	top: 18px;
	transition: transform 275ms cubic-bezier(.68,-.55,.265,1.55);
}

#header .hamburger--elastic.is-active .hamburger-inner:before {
	transition-delay: 0s;
	opacity: 0;
}

#header .hamburger--elastic.is-active .hamburger-inner {
	transition-delay: 75ms;
	transform: translate3d(0,10px,0) rotate(135deg);
}

#header .hamburger--elastic.is-active .hamburger-inner:after {
	transition-delay: 75ms;
	transform: translate3d(0,-18px,0) rotate(-270deg);
}

#header .top-col-header {
	margin-right: 55px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	position: relative;
	vertical-align: middle;
}

#header .top-col-header.col-header-menu {
	height: 38px;
}

#header .top-col-header.col-search-menu {
	/* padding-top: 7px; */
	position: relative;
}

#header .top-col-header:last-child {
	margin-right: 0;
}

#header .top-col-header .title-menu {
	width: 100%;
	color: #FFFFFF;
	display: block;
	font-size: 10px;
	line-height: 100%;
	margin-bottom: 4px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#header .top-col-header .icon-search {
	width: 22px;
	height: 22px;
	display: block;
	background: url('../img/icons/search.svg') center center no-repeat;
	cursor: pointer;
	margin-top: 7px;
}

#header .icon-notification {
	width: 22px;
	height: 22px;
	margin-top: 12px;
	display: block;
	position: relative;
	line-height: 120%;
	font-size: 20px;
	font-weight: 800;
	border-radius: 50%;
}

#header .red-bg .icon-notification {
	background: #FF3E00;
	color: #FFFFFF;
}

#header .value-notification {
	top: 0;
	right: -5px;
	width: 16px;
	height: 16px;
	display: block;
	font-weight: 800;
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	border-radius: 50%;
	background: #FFFFFF;
}

#header .red-bg .value-notification {
	color: #FF3E00;
}

#header .notifications-stand.transition-opacity:hover .notification-sub{
	opacity: 1;
}

#header .notification-sub-arrow.hide,
#header .notification-sub.hide
{
	display: none;
}

#header .notification-sub-arrow{
	width: 30px;
	height: 0;
	border-bottom: 30px solid #333333;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	position: absolute;
	top: 50px;
	left: -14px;
	right: 0;
	margin: auto;
}

#header .notification-sub{
	position: absolute;
	top: 60px;
	left: -14px;
	width: 200px;
	height: auto;
	background: #333333;
	min-height: 150px;
}

#header .notification-sub .notification-sub-maintitle{
	display: block;
	width: 100%;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	line-height: 130%;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: 'Catamaran', sans-serif;
}

#header .notification-sub .notification-sub-column{
	list-style: none;
	margin: 0;
	padding: 20px;
}

#header .notification-sub .notification-sub-column .notification-sub-item-link{
	font-size: 14px;
	color:#FFFFFF;
	text-decoration: none;
	display: block;
}

#header .notification-sub .notification-sub-column .notification-sub-item-link:hover{
	opacity: 0.7;
}

#header .notification-sub .notification-sub-column .notification-sub-item{
	display: block;
	margin-bottom: 20px;
}

#header .notification-sub .notification-sub-column .notification-sub-item-titulo,
#header .notification-sub .notification-sub-column .notification-sub-item-btn{
	display: block;
	width: 100%;
	font-size: 14px;
	margin-top: 10px;
	line-height: 130%;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Catamaran', sans-serif;
}

#header .notification-sub .notification-sub-column .notification-sub-item-btn{
	color:#00C4C7;
	font-size: 12px;
}

#header .notification-sub .notification-sub-column .notification-see-all{
	margin-top: 30px;
}

#header .notification-sub .notification-sub-column .notification-see-all .notification-see-all-link{
	color: #00C4C7;
	display: block;
	width: 100%;
	font-size: 14px;
	margin-top: 10px;
	line-height: 130%;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Catamaran', sans-serif;
}

#header.fixed-header,
#header.opened-main-menu {
	padding: 0;
}

#header.fixed-header .wrapper-1660,
#header.opened-main-menu .wrapper-1660 {
	width: 92%;
	max-width: 1660px;
}

#header.fixed-header .main-logo,
#header.opened-main-menu .main-logo {
	width: 145px;
	height: 42px;
	margin: 9px 0;
	background-size: cover;
}

#header.closed-main-menu .header-submenu {
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	height: 0;
}

#header.opened-main-menu .header-submenu {
	width: 100%;
	height: 100vh;
	background: #444444;
	position: relative;
	padding-top: 140px;
	top: -60px;
	z-index: 9998;
}

#header.opened-main-menu .header-submenu .header-submenu-container {
	display: block;
	width: 100%;
	text-align: right;
}

#header.opened-main-menu .header-submenu .list-main-submenu {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	width: 260px;
}

#header.opened-main-menu .header-submenu .list-main-submenu {
	display: inline-block;
	vertical-align: top;
}

#header.opened-main-menu .header-submenu .item-main-submenu {
	display: block;
}

#header.opened-main-menu .header-submenu .link-main-submenu {
	display: block;
	width: 100%;
	padding: 16px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 27px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	color: #C7C7C7;
	line-height: 120%;
	background-image: url('../img/icons/bullet-menuLateralInterior.svg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 14px;
}

#header.opened-main-menu .header-submenu .link-main-submenu:hover,
#header.opened-main-menu .header-submenu .link-main-submenu.active-submenu {
	background-color: #333333;
	color: #FFFFFF;
	background-position: 92% center;
}

#header.fixed-header .top-header-container,
#header.opened-main-menu .top-header-container {
	width: 100%;
	padding: 0;
	background: #333333;
	z-index: 9999;
	position: relative;
}

#header .right-header {
	font-size: 0;
	position: relative;
}

.main-content #breadcrumbs {
	display: block;
	width: 100%;
	padding: 20px 0 10px 0;
	font-size: 0px;
	background: none;
	margin: 0;
}

.main-content #breadcrumbs .bread-line {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.main-content #breadcrumbs,
.main-content #breadcrumbs .bread-line,
.main-content #breadcrumbs .sep-line {
	float: none;
}

.main-content #breadcrumbs .sep-line,
.main-content #breadcrumbs .bread-line {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

.main-content #breadcrumbs .sep-line .separator {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	color: #777777;
	font-size: 20px;
}

.main-content #breadcrumbs .sep-line .separator:after {
	content: ">";
	text-align: center;
}

.main-content #breadcrumbs .bread-line .link {
	line-height: 100%;
	display:inline-block;
	color:#777777;
	text-decoration: none;
	border-bottom: 1px solid #333333;
}

.main-content #breadcrumbs .bread-line .link:hover {
	border-bottom: 1px solid transparent;
	color:#AAAAAA;
}

.main-content #breadcrumbs .bread-line .active-breadcrumb {
	display: inline-block;
	vertical-align: middle;
	color:#AAAAAA;
	line-height: 15px;
}

.slides-home {
	width: 100%;
	position: relative;
}

.slides-home .main-slide-home,
.slides-home .main-slide-home .swiper-container,
.slides-home .main-slide-home .swiper-container .swiper-content,
.slides-home .main-slide-home .slide-mask {
	width: 100%;
	height: 650px;
}

.slides-home .main-slide-home .swiper-container .swiper-content {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.slides-home .main-slide-home .swiper-slide .slide-mask {
	background: rgba(0, 0, 0, 0.30);
	position: relative;
}

.slides-home .main-slide-home .wrapper-1660 {
	max-width: 1660px;
	width: 92%;
}

.slides-home .main-slide-home .wrapper-slide-content {
	width: 835px;
}

.slides-home .main-slide-home .slide-info {
	opacity: 0;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	bottom: 110px;
}

.slides-home .main-slide-home .swiper-slide-active .slide-info {
	opacity: 1;
}

.theme-tag {
	color: #FFFFFF;
	padding: 0 9px;
	font-size: 10px;
	line-height: 18px;
	display: inline-block;
	text-transform: uppercase;
}

.real-time {
	background: #000000;
	color: #FFFFFF;
}

.slides-home .main-slide-home .slide-main-title {
	color: #FFFFFF;
	font-size: 68px;
	font-weight: 400;
	display: block;
	line-height: 120%;
	margin: 5px 0 0 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.slides-home .main-slide-home .slide-main-subtitle {
	display: block;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
	margin: 22px 0 0 0;
}

.slides-home .main-slide-home .slide-bottom-links {
	padding-top: 35px;
	margin: 25px 0 0 0;
	border-top: 1px solid rgba(238, 238, 238, 0.2);
}

.slides-home .main-slide-home .slide-link {
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	margin: 0 0 20px 0;
	padding-left: 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	background: url('../img/icons/bullet-destaqueBigHome.svg') left center no-repeat;
}

.slides-home .main-slide-home .slide-link:last-child {
	margin-bottom: 0;
}

.slides-home .main-slide-home .main-slide-link,
.slides-home .main-slide-home .main-slide-theme-link {
	text-decoration: none;
}

.slides-home .main-slide-home .main-slide-link {
	display: block;
}

.slides-home .main-slide-home .main-slide-theme-link {
	display: inline-block;
}

.slides-home .bullet-slide-home {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 130px;
}

.slides-home .bullet-slide-home .swiper-slide {
	width: 100%;
	height: auto;
	display: block;
}

.slides-home .bullet-slide-home .swiper-slide-thumb:hover {
	background: rgba(0, 0, 0, 0.7);
}

.slides-home .bullet-slide-home .swiper-slide-thumb {
	width: 100%;
	height: 120px;
	display: block;
	color: #FFFFFF;
	cursor: pointer;
	padding: 15px 17px;
	background: rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid #666666;
}

.slides-home .bullet-slide-home .loading-effect .swiper-slide-thumb::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 120px;
	background: #BFBFBF;
	-webkit-animation: active-slide 7s linear;
	animation: active-slide 7s linear;
}

@-webkit-keyframes active-slide {
	0%   {height: 0;}
	100% {height: 120px;}
}

@keyframes active-slide {
	0%   {height: 0;}
	100% {height: 120px;}
}

.slides-home .bullet-slide-home .swiper-slide-active .swiper-slide-thumb {
	position: relative;
	background: #000000;
}

.slides-home .bullet-slide-home .swiper-slide-thumb .title-thumb {
	width: 100%;
	display: block;
	font-size: 11px;
	margin-top: 10px;
	line-height: 130%;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Catamaran', sans-serif;
}

.last-updates {
	width: 100%;
	height: 45px;
	padding: 8px 0;
	background: #EEEEEE;
	font-family: 'Catamaran', sans-serif;
}

.last-updates .wrapper-1200 {
	width: 1200px;
	font-size: 0;
}

.last-updates .last-updates-title {
	width: 146px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 600;
	margin-right: 7px;
	text-align: center;
	padding-right: 6px;
	display: inline-block;
	background: url('../img/icons/seta_ultimasAtualizacoes.png') right center no-repeat;
}

.last-updates .last-updates-title .last-updates-effect-bg {
	background: #333333;
	display: inline-block;
	padding: 0 10px;
	line-height: 29px;
	width: 140px;
}

.last-updates .list-last-updates,
.last-updates .last-updates-title {
	display: inline-block;
	vertical-align: middle;
}

.last-updates .list-last-updates {
	width: 1047px;
}

.last-updates .list-last-updates .swiper-slide {
	width: auto;
}

.last-updates .list-last-updates .link-last-updates {
	color: #666666;
	font-size: 12px;
	font-weight: 700;
	padding: 0 9px;
	line-height: 27px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #D5D5D5;
	text-transform: uppercase;
}

.last-updates .list-last-updates .link-last-updates:hover {
	color: #333333;
	border: 1px solid #333333;
}

.last-updates .list-last-updates .link-last-updates:focus {
	color: #FFFFFF;
	background: #333333;
}

.list-news-homepage {
	width: 1200px;
	position:  relative;
	margin: 85px auto 0 auto;
}

.list-news-homepage .swiper-container {
	padding-bottom: 65px;
	overflow: hidden;
}

.list-news .col-news {
	width: 377px;
	display: inline-block;
}
.list-news .col-news .tags-titles-container{
	display: inline-block;
	width:100%;
}

.list-news .swiper-button-prev {
	left: -50px;
	background-image: url("../img/icons/left-arrow-gray.svg");
}

.list-news .swiper-button-next {
	right: -50px;
	background-image: url("../img/icons/right-arrow-gray.svg");
}

.list-news .swiper-button-prev,
.list-news .swiper-button-next {
	margin-top: -87px;
	background-size: 30px 35px;
}

.loading-bar-bullets .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

.list-news .tags-col-news {
	font-size: 0;
	margin-bottom: 25px;
}

.list-news .tags-col-news .col-news-tags {
	display: inline-block;
}

.list-news .tags-col-news .theme-tag {
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	line-height: 22px;
}

.list-news .col-news .news-titles {
	display: block;
	min-height: 130px;
	text-decoration: none;
}

.list-news .col-news .main-title-new {
	color: #333333;
	font-size: 22px;
	font-weight: 500;
	line-height: 130%;
	min-height: 60px;
	margin: 0 0 12px 0;
	font-family: 'Oswald', sans-serif;
}

.list-news .col-news .intro-new {
	font-weight: 300;
	color: #444444;
	font-size: 16px;
	line-height: 130%;
	display: block;
}

.list-news .col-news .link-detail-news {
	display: block;
	text-decoration: none;
}

.list-news .col-news .news-container-image {
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 20px;
	position: relative;
	height: 210px;
}
.list-news .col-news .news-container-image .link-image{
	display:block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.list-news .col-news .news-image {
	max-width: 100%;
	display: block;
}

.list-news-container .col-news .news-container-image .share,
.list-news-homepage .col-news .news-container-image .share {
	display: inline-block;
	position: absolute;
	background: transparent url(../img/icons/share-icon.svg) no-repeat center center;
	background-size: 30px;
	width: 30px;
	height: 30px;
	right: 8px;
	bottom: 8px;
	cursor:pointer;
	z-index: 1;
}

.loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0;
}

.loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet
.loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
	background-color: #AAAAAA;
}

.loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	opacity: 1;
	margin: 0 17px;
	position: relative;
	background-color: #AAAAAA;
	-webkit-transition: background-color 300ms ease-in-out;
	transition: background-color 300ms ease-in-out;
}

.loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #ABEE00;
}

.loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before,
.loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after {
	content: '';
	height: 1px;
	width: 34px;
	left: 10px;
	top: 4px;
	z-index: 1;
	position: absolute;
}

.loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
	width: 34px;
	background-color: #AAAAAA;
}

.loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after {
	width: 0;
	background-color: transparent;
}

.loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.loaded-bullet,
.loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.loaded-bullet::after {
	background-color: #ABEE00;
}

.loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.loaded-bullet::after {
	width: 35px;
	transition: background-color 300ms ease-in-out;
	-webkit-transition: background-color 300ms ease-in-out;
}

.loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
	background-color: #ABEE00;
	-webkit-animation: active-bullet 8s linear; /* Safari 4.0 - 8.0 */
	animation: active-bullet 8s linear;
	width: 35px;
}

@-webkit-keyframes active-bullet {
	0%   {width: 0;}
	100% {width: 35px;}
}

@keyframes active-bullet {
	0%   {width: 0;}
	100% {width: 35px;}
}

.loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child:before,
.loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child:after {
	content: none;
}

.list-news-homepage .btn-detail-news {
	width: 210px;
	font-size: 16px;
	text-align: center;
	padding: 15px 10px;
	display: inline-block;
	margin: 60px 0 0 0;
}

.home-full-high {
	width: 100%;
	height: 380px;
	margin-top: 80px;
	padding: 20px 0;
	background-repeat: no-repeat;
	background-position: center center;
}

.home-full-high .wrapper-1200 {
	width: 1200px;
	text-align: center;
	display: flex;
	height: 340px;
	justify-content: center;
	align-items: center;
}

.home-full-high .home-full-high-title {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 100%;
}

.home-full-high .home-full-high-subtitle {
	display: block;
	font-size: 60px;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.home-full-high .home-full-high-title,
.home-full-high .home-full-high-subtitle {
	color: #FFFFFF;
}

.home-full-high .home-full-high-title + .home-full-high-subtitle {
	margin-top: 20px;
}

.home-full-high .btn-detail-home-full-high {
	width: 215px;
	font-size: 18px;
	text-align: center;
	padding: 15px 10px;
	display: inline-block;
	margin: 30px 0 0 0;
}

.list-events-homepage {
	width: 1200px;
	font-size: 0;
	text-align: center;
	margin: 90px auto 105px auto;
	text-align: center;
}

.list-events-homepage .left-event {
	width: 795px;
	display: inline-block;
	vertical-align: top;
}

.list-events-homepage .left-event +.right-event {
	margin-left: 28px;
}

.list-events-homepage .col-event {
	width: 100%;
	display: block;
	margin-bottom: 35px;
}

.list-events-homepage .left-event .col-event:last-child {
	margin-bottom: 0;
}

.list-events-homepage .col-event .col-event-align {
	display: flex;
	align-items: center;
	text-align: left;
}

.list-events .link-event-detail {
	text-decoration: none;
	display: block;
}

.list-events .tags-col-events {
	font-size: 0;
	margin-bottom: 15px;
}

.list-events .tags-col-events .theme-tag {
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	line-height: 22px;
}

.list-events .left-event .title-event-list {
	font-size: 24px;
	color: #333333;
}

.list-events .right-event .title-event-list {
	font-size: 32px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0;
}

.list-events .left-col-event {
	width: 390px;
	order: 1;
}

.list-events .title-event-list {
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.list-events .left-col-event .title-event-list {
	margin: 0 0 8px 0;
}

.list-events .date-event-list {
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
}

.list-events .left-event .date-event-list {
	color: #777777;
	font-size: 24px;
	line-height: 100%;
	text-transform: lowercase;
}

.list-events .right-event .date-event-list {
	font-size: 20px;
	margin-bottom: 12px;
}

.list-events .date-event-list,
.list-events .text-event-list {
	display: block;
}

.list-events .left-event .text-event-list {
	color: #444444;
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 130%;
	margin: 15px 0 0 0;
}

.list-events .right-col-event {
	width: 385px;
	height: 210px;
	position: relative;
	order: 2;
}

.list-events .arrow-event {
	top: 0;
	width: 9px;
	height: 100%;
	position: absolute;
}

.list-events .arrow-event:before,
.list-events .arrow-event:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	background: #FFFFFF;
}

.list-events .align-right .left-col-event {
	order: 2;
	margin-left: 20px;
}

.list-events .align-right .arrow-event:after {
	top: 43px;
	height: 175px;
	-ms-transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-ms-transform: skewY(-45deg);
	-webkit-transform: skewY(-45deg);
	transform: skewY(-45deg);
}

.list-events .align-right .right-col-event {
	order: 1;
}

.list-events .align-right .arrow-event {
	left: auto; /* IE */
	right: 0;
}

.list-events .align-right .arrow-event:before {
	top: -9px;
	height: 35px;
	-ms-transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-ms-transform: skewY(45deg);
	-webkit-transform: skewY(45deg);
	transform: skewY(45deg);
}

.list-events .align-left .left-col-event {
	float: left;
	margin-right: 20px;
}

.list-events .align-left .arrow-event:before {
	top: 0;
	height: 35px;
	-ms-transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-ms-transform: skewY(-45deg);
	-webkit-transform: skewY(-45deg);
	transform: skewY(-45deg);
}

.list-events .align-left .arrow-event:after {
	top: 35px;
	height: 175px;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-ms-transform: skewY(45deg);
	-webkit-transform: skewY(45deg);
	transform: skewY(45deg);
}

.list-events .right-event {
	width: 377px;
	height: 456px;
	position: relative;
}

.list-events .right-event,
.list-events .left-event {
	display: inline-block;
	vertical-align: top;
}

.list-events .right-event .col-event-right {
	position: absolute;
	bottom: 75px;
	width: 295px;
	left: 40px;
	text-align: left;
}

.list-events .detail-event-col {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background-size: cover;
}

.list-events .btn-detail-events {
	width: 210px;
	font-size: 16px;
	text-align: center;
	padding: 15px 10px;
	display: inline-block;
	margin: 60px 0 0 0;
}

.main-content {
	margin-top: 60px;
}

.main-content .wrapper-1200 {
	margin: 0 auto;
	max-width: 1200px;
}

.main-content .main-title-content {
	display: block;
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 10px 0 50px;
	color: #333333;
	font-family: 'Oswald', sans-serif;
	line-height: 110%;
}

.pag-container .pagination {
	display:inline-block;
	margin:0;
	padding:0;
	width:100%;
	position: relative;
}

.pag-container .pagination .setas {
	display:inline-block;
	position: absolute;
	padding:0;
	margin: 0;
	line-height: 44px;
}

.pag-container .pagination .nav-pag {
	display: inline-flex;
	align-items: center;
	padding:0;
	margin: 0 5px;
	height: 48px;
}

.pag-container .pagination .setas.pagAnterior {
	left: 0;
}
.pag-container .pagination .setas.pagSeguinte {
	right: 0;
}
.pag-container .pagination .setas .pag-seta {
	width: 210px;
	padding: 0 10px;
	display: inline-block;
}
.pag-container .pagination .nav-pag .pag-num {
	border: 1px solid transparent;
	font-size: 17px;
	border-radius: 50%;
	width: 31px;
	display: block;
	color: #777777;
	font-weight: 600;
	line-height: 100%;
	text-decoration: none;
	line-height: 31px;
	height: 31px;
}
.pag-container .pagination .nav-pag.active .pag-num {
	display:inline-block;
	border:1px solid #EEEEEE;
	background-color: #EEEEEE;
}
.pag-container .pagination .nav-pag .pag-num:hover {
	border:1px solid #777777;
}

.left-detail-content .text-detail-media .read-more {
	text-align: center;
	position: absolute;
	bottom: 0;
	padding-top: 130px;
	width: 100%;
	cursor: pointer;
	background-image: linear-gradient(to top, rgba(255,255,255,1),rgba(255,255,255,0));
}

.left-detail-content .text-detail-media .read-more-text {
	width: 208px;
	font-size: 16px;
	position: relative;
	top: 80px;
	line-height: 42px;
	text-align: center;
	font-weight: 500;
	display: inline-block;
}

.left-media-detail {
	width: 62%;
	text-align: right;
	padding: 0 45px 130px 2%;
	background: #FFFFFF;
}

.left-media-detail .left-detail-content {
	max-width: 780px;
	width: 100%;
	text-align: left;
}

.left-media-detail.information-category-full,
.left-media-detail .left-detail-content.information-category-full {
	width: 100%;
	max-width: 100%;
}

.left-media-detail .theme-tag {
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	display: inline-block;
}

.left-media-detail .top-info-media {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0 25px 0;
}

.galleries-top-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 40px 0 50px 0;
}

.galerias .galleries-top-title .main-title-content {
	margin: 0 65px 0 0;
}

.detalhe_galerias .galleries-top-title .main-title-content {
	margin: 0 20px 0 0;
}

.galerias .galleries-top-title .main-title-content,
.galerias_detalhe .galleries-top-title .main-title-content {
	line-height: 100%;
}

.galleries-top-title .right-galleries-top,
.left-media-detail .top-info-media .right-top-info-media {
	min-width: 190px;
	font-size: 0;
	text-transform: lowercase;
	color: rgb(153, 153, 153);
	text-align: right;
}

.galleries-top-title .right-galleries-top .col-top-info,
.left-media-detail .top-info-media .col-top-info {
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin-right: 30px;
	padding-left: 30px;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: left center;
}

.left-media-detail .top-info-media .col-top-print {
	background-image: url('../img/icons/imprimir-icon.svg');
}

.galleries-top-title .right-galleries-top .col-top-info,
.left-media-detail .top-info-media .col-top-share {
	background-image: url('../img/icons/share-icon-gray.svg');
}

.left-media-detail .top-info-media .col-top-info:last-child,
.galleries-top-title .right-galleries-top .col-top-info:last-child {
	margin-right: 0;
}

.left-media-detail .top-info-media .tags-col-media,
.left-media-detail .top-info-media .right-top-info-media {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	text-align: right;
}

.left-detail-content .main-title-content {
	margin-bottom: 30px;
	font-size: 34px;
}

.left-detail-content .text-detail-media {
	width: 100%;
	color: #212121;
	font-size: 20px;
	font-weight: 400;
	margin-top: 60px;
	line-height: 160%;
	position: relative;
}

.left-detail-content .text-detail-media .full-text-detail {
	overflow: hidden;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0),rgba(255,255,255,1));
}

.left-detail-content .intro-media-detail a,
.left-detail-content .text-detail-media .full-text-detail a {
	color: #00A3D8;
	text-decoration: none;
	position: relative;
	line-height: 100%;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.left-detail-content .intro-media-detail a:hover,
.left-detail-content .text-detail-media .full-text-detail a:hover {
	opacity: 0.7;
}

.gallery-media-detail .swiper-button-next,
.gallery-media-detail .swiper-button-prev {
	margin-top: -56px;
	background-size: 30px 35px;
}

.gallery-media-detail .swiper-button-prev {
	left: 32px;
}

.gallery-media-detail .swiper-button-next {
	right: 32px;
}


.left-detail-content .gallery-media-detail {
	margin-top: 30px;
	max-width: 780px;
	width: 100%;
	position: relative;
}

.gallery-detail-swiper .image-gallery-detail,
.left-detail-content .gallery-media-detail .image-gallery-detail {
	width: 100%;
	display: block;
}

.left-detail-content .gallery-media-detail .swiper-container {
	padding-bottom: 65px;
}

.left-detail-content .gallery-media-detail .swiper-slide {
	height: auto;
	padding: 0;
}

.left-detail-content .gallery-media-detail .swiper-slide .youtube {
	height: 472px;
}

.gallery-detail-swiper .label-gallery-detail,
.left-detail-content .gallery-media-detail .label-gallery-detail {
	width: 100%;
	color: #FFFFFF;
	padding: 20px;
	font-size: 15px;
	font-weight: 400;
	line-height: 120%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 0;
	left: 0;
}

.left-detail-content .gallery-media-detail .link-detail-gallery {
	position: absolute;
	font-size: 13px;
	padding: 7px 20px;
	line-height: 100%;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.left-detail-content .loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 5px;
}

.right-media-detail {
	width: 37%;
}

.left-media-detail,
.left-media-detail .left-detail-content,
.right-media-detail,
.right-media-detail .right-detail-content {
	display: inline-block;
	vertical-align: top;
}

.right-media-detail .right-detail-content {
	width: 100%;
}

.right-media-detail .right-detail-content .right-gray-col {
	width: 100%;
	display: block;
	background: #F6F6F6;
	margin-bottom: 20px;
}

.right-media-detail .right-detail-content .list-last-news-right {
	padding: 90px 30px 35px 30px;
}

.right-media-detail .right-detail-content .list-next-events-right {
	padding: 40px 30px 45px 30px;
}

.right-media-detail .right-gray-col .title-gray-col {
	color: #444444;
	font-size: 20px;
	line-height: 100%;
	margin: 0 0 35px 0;
}

.right-media-detail .right-gray-col .col-last-news {
	width: 325px;
	display: block;
	margin-bottom: 18px;
	text-decoration: none;
}

.right-media-detail .right-gray-col .col-last-news:last-child {
	margin-bottom: 0;
}

.right-media-detail .col-last-news .container-image-last-news {
	width: 126px;
	height: 70px;
	overflow: hidden;
	margin-right: 15px;
}
.right-media-detail .col-last-news .image-last-news {
	width: 100%;
	display: block;
}

.right-media-detail .col-last-news .title-last-news {
	margin: 0;
	width: 184px;
	color: #333333;
	font-size: 16px;
	line-height: 120%;
}

.right-media-detail .right-gray-col .title-gray-col,
.right-media-detail .col-last-news .title-last-news {
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.right-media-detail .col-last-news .container-image-last-news,
.right-media-detail .col-last-news .title-last-news {
	display: inline-block;
	vertical-align: middle;
}

.right-media-detail .right-gray-col .align-right-news-detail {
	width: 325px;
	text-align: right;
}

.right-media-detail .right-gray-col .view-more-events-right {
	font-size: 13px;
	display: inline-block;
	font-weight: 600;
	padding: 5px 10px;
}

.bottom-news-detail .related-title,
.bottom-events-detail .other-events-title {
	color: #777777;
	font-size: 20px;
	margin: 0;
	font-weight: 400;
	line-height: 100%;
	padding-bottom: 17px;
	text-transform: uppercase;
	border-bottom: 1px solid #DDDDDD;
	font-family: 'Oswald', sans-serif;
}


.events-list-upcoming .col-event {
	width: 377px;
	min-height: 432px;
	display: inline-block;
	vertical-align: top;
	margin: 0 34px 42px 0;
}

.events-list-upcoming .col-event .image-col-event {
	margin-bottom: 15px;
	position: relative;
}

.events-list-upcoming .col-event:nth-child(3n) {
	margin-right: 0;
}

.events-list-upcoming .col-event .image-col-event,
.events-list-upcoming .col-event .img-col-event {
	display: block;
}

.events-list-upcoming .col-event .img-col-event {
	width: 100%;
}

.events-list-upcoming .col-event .arrow-event {
	left: 0;
	top: auto;
	width: 100%;
	height: 9px;
	bottom: -1px;
}

.events-list-upcoming .col-event .arrow-event:before,
.events-list-upcoming .col-event .arrow-event:after {
	height: 9px;
	-ms-transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-ms-transform: skewY(0deg);
	-webkit-transform: skewY(0deg);
	transform: skewY(0deg);
}

.events-list-upcoming .col-event .arrow-event:before {
	width: 7%;
	left: 0;
	-ms-transform: skewX(45deg);
	-webkit-transform: skewX(45deg);
	transform: skewX(45deg);
}

.events-list-upcoming .col-event .arrow-event:after {
	right: 0;
	left: auto;
	width: 94%;
	-ms-transform: skewX(-45deg);
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
}

.events-list-upcoming .col-event .title-event-list {
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.events-list-upcoming .col-event-default .title-event-list {
	min-height: 60px;
	margin: 0 0 15px 0;
	color: #333333;
	font-size: 22px;
	line-height: 130%;
}

.events-list-upcoming .col-event .date-event-list {
	font-size: 24px;
	line-height: 100%;
	text-transform: lowercase;
}

.events-list-upcoming .col-event-default .date-event-list {
	color: #777777;
}

.events-list-upcoming .col-event .text-event-list {
	color: #444444;
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 130%;
	margin: 25px 0 0 0;
}

.events-list-upcoming .col-event .bottom-col-event {
	min-height: 210px;
	display: block;
}

.events-list-upcoming + .pag-container {
	margin: 10px 0 90px 0;
}

.events-list-upcoming .col-event-poster {
	height: 456px;
	position: relative;
}

.events-list-upcoming .col-event-poster .col-event-bottom {
	position: absolute;
	left: 10%;
	width: 80%;
	bottom: 75px;
	text-align: left;
}

.events-list-upcoming .col-event-poster .date-event-list {
	font-size: 20px;
	margin-bottom: 12px;
}

.events-list-upcoming .col-event-poster .title-event-list {
	margin: 0;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 100%;
}

.accordions-rows {
	font-size: 0;
	margin-bottom: 4px;
	border: 1px solid #DDDDDD;
}

.accordions-rows.closed-row:hover {
	border: 1px solid #009FD1;
}

.accordions-rows .top-accordions-rows {
	cursor: pointer;
	display: block;
}

.accordions-rows .title-tab-rows {
	margin: 0;
	width: 95%;
	padding: 0 18px;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
}


.accordions-rows .close-tab-rows {
	width: 5%;
	max-width: 38px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px;
}

.accordions-rows.closed-row .close-tab-rows {
	background-color: #009FD1;
	background-image: url('../img/icons/arrow_bottom.svg');
}

.accordions-rows.opened-row .close-tab-rows {
	background-color: #EEEEEE;
	background-image: url('../img/icons/arrow_up.svg');
}

.accordions-rows .close-tab-rows,
.accordions-rows .title-tab-rows {
	display: inline-block;
	vertical-align: middle;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none;
}

.accordions-rows .text-tab-rows {
	line-height: 140%;
	padding-left: 57px;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 57px 40px 57px;
}

.accordions-rows.closed-row .text-tab-rows {
	display: none;
}

.accordions-rows.opend-row .text-detail-media {
	padding: 15px 57px 40px 57px;
	opacity: 1;
	height: auto;
	visibility: visible;
}

.accordions-rows.closed-row .title-tab-rows {
	color: #444444;
}

.accordions-rows.closed-row:hover .title-tab-rows,
.accordions-rows.opened-row .top-accordions-rows:hover .title-tab-rows,
.accordions-rows.opened-rows .title-tab-rows {
	color: #009FD1;
}

.left-detail-content .text-detail-media .full-text-detail .accordions-rows a {
	border: none;
	line-height: inherit;
}

.presidency-gca-list {
	margin-top: 30px;
}

.presidency-row {
	width: 100%;
	font-size: 0;
	display: block;
	padding-top: 30px;
	border-bottom: 1px solid #DDDDDD;
}

.presidency-row .presidency-row-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.presidency-row .presidency-row-bottom {
	background: #F9F9F9;
	font-weight: 300;
	color: #444444;
	font-size: 16px;
	line-height: 130%;
	padding: 30px;
	display: none;
}

.presidency-row:first-of-type {
	padding-top: 0;
}

.presidency-row .left-presidency-row {
	width: 33%;
	color: #1F1F1F;
	font-weight: 700;
	padding: 30px 20px;
	order: 0;
}

.presidency-gca-list .presidency-row .left-presidency-row {
	padding-left: 20px;
}

.presidency-row .left-presidency-row .role-presidency {
	font-size: 18px;
	line-height: 100%;
}

.presidency-row .left-presidency-row .name-presidency {
	font-size: 24px;
	line-height: 110%;
	margin: 10px 0 15px 0;
}

.presidency-row .left-presidency-row .more-info-presidency {
	padding-left: 15px;
	display: inline-block;
	background: url(../img/icons/more.svg) left 2px no-repeat;
	background-size: 12px;
	cursor: pointer;
	margin-top: 60px;
	margin: 25px 0 0 1px;
}

.presidency-row .left-presidency-row .more-info-presidency-effect {
	color: #0098CB;
	font-size: 15px;
	display: block;
	line-height: 120%;
	font-weight: 600;
	border-bottom: 1px solid #00A3D8;
}

.presidency-row .left-presidency-row .icon-presidency {
	max-width: 42px;
}

.presidency-row .left-presidency-row .role-presidency,
.presidency-row .left-presidency-row .name-presidency,
.presidency-row .left-presidency-row .icon-presidency {
	display: block;
}

.presidency-row .center-presidency-row {
	width: 34%;
	order: 1;
}

.presidency-row .center-presidency-row .img-presidency {
	max-width: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
}

.presidency-row .right-presidency-row {
	width: 33%;
	padding-right: 60px;
	text-align: right;
	order: 2;
}

.left-detail-content .presidency-row .right-presidency-row .link-file-presidency,
.presidency-gca-list .link-file-presidency {
	color: #0098CB;
	font-size: 15px;
	font-weight: 600;
	text-align: right;
	display: inline-block;
	border-bottom: none;
	padding-left: 15px;
	margin-bottom: 20px;
	text-decoration: none;
	background: url('../img/icons/download-icon.svg') left 10px no-repeat;
}

.left-detail-content .presidency-row .right-presidency-row .link-file-presidency:last-child,
.presidency-gca-list .link-file-presidency:last-child {
	margin-bottom: 0;
}

.left-detail-content .link-file-presidency .effect-border-presidency,
.presidency-gca-list .link-file-presidency .effect-border-presidency {
	display: inline;
	line-height: 202%;
	border-bottom: 1px solid #00A3D8;
}

.right-gca {
	width: 38%;
}

.right-gca.is_stuck {
	right: 0;
}

.right-gca,
.right-gca .right-gca-content {
	display: inline-block;
	vertical-align: top;
}

.right-gca .right-gca-content {
	width: 100%;
}

.right-gca .right-gca-content .right-gray-col {
	display: block;
	background: #F6F6F6;
	margin-bottom: 20px;
}

.right-gca .right-gca-content,
.right-gca .right-gca-content .right-gray-col {
	width: 100%;
}

.right-gca .right-gca-content .list-submenu-right {
	min-height: auto;
	padding: 90px 30px;
}

.right-gca .right-gray-col .title-gray-col {
	color: #444444;
	font-size: 20px;
	line-height: 100%;
}

.right-gca .right-gray-col .title-gray-col {
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	margin: 0 0 5px 0;
}

.right-gca .right-gray-col .subtitle-gray-col {
	font-size:20px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	line-height: 100%;
	color: #444444;
}

.right-gca .right-gray-col .list-menu-right {
	margin: 15px 0 0 0;
	max-width: 310px;
}

.right-gca .right-gray-col .list-menu-right .link-menu-right-gca {
	display: block;
	color: #666666;
	padding: 10px 20px 10px 0;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	background-image: url('/temas/cmespinho/img/icons/bullet-menuLateralInterior.svg');
	background-repeat: no-repeat;
	background-position: right center;
}

.right-gca .right-gray-col .list-menu-right .active-right-menu,
.right-gca .right-gray-col .list-menu-right .link-menu-right-gca:hover {
	color: #00A3D8;
}

.right-gca .right-gray-col .list-menu-right .link-menu-right-gca:hover {
	background-position: 100% center;
}

.right-gca .col-last-news .container-image-last-news,
.right-gca .col-last-news .title-last-news {
	display: inline-block;
	vertical-align: middle;
}

.right-gca .right-gray-col .align-right-news-detail {
	width: 325px;
	text-align: right;
}

.right-gca .right-gray-col .view-more-events-right {
	font-size: 13px;
	display: inline-block;
	font-weight: 600;
	padding: 5px 10px;
}

#footer {
	display: block;
	width: 100%;
}

#footer .wrapper-1200 {
	width: 1200px;
}

#footer .newsletter-footer {
	width: 100%;
	font-size: 0;
	padding: 50px 0;
	font-weight: 400;
	background: #F8F5F5;
}

#footer .newsletter-footer .newsletter-footer-intro {
	width: 375px;
	color: #777777;
	font-size: 17px;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

#footer .newsletter-footer .newsletter-footer-intro,
#footer .newsletter-footer .newsletter-footer-form,
#footer .newsletter-footer .input-submit,
#footer .newsletter-footer .newsletter-footer-form .input-text {
	display: inline-block;
	vertical-align: middle;
}

#footer .newsletter-footer .newsletter-footer-form {
	width: 825px;
	font-size: 0;
}

#footer .newsletter-footer .newsletter-footer-form .input-text {
	width: 451px;
	border: none;
	color: #333333;
	font-size: 35px;
	height: 48px;
	background: none;
	margin-right: 20px;
	font-family: 'Oswald', sans-serif;
	border-bottom: 3px solid transparent;
}

#footer .newsletter-footer .newsletter-footer-form .input-text::-webkit-input-placeholder {
	color: #333333;
	text-transform: uppercase;
}
#footer .newsletter-footer .newsletter-footer-form .input-text::-moz-placeholder {
	color: #333333;
	text-transform: uppercase;
}
#footer .newsletter-footer .newsletter-footer-form .input-text:-ms-input-placeholder {
	color: #333333;
	text-transform: uppercase;
}
#footer .newsletter-footer .newsletter-footer-form .input-text:-moz-placeholder {
	color: #333333;
	text-transform: uppercase;
}

#footer .newsletter-footer .input-submit {
	margin: 0;
	width: 354px;
	cursor: pointer;
	font-size: 15px;
	padding: 0 10px;
	line-height: 46px;
	text-align: center;
	display: inline-block;
}

#footer .newsletter-footer .newsletter-footer-form .input-text {
	line-height: 43px;
}

#footer .newsletter-footer .newsletter-footer-form .input-text:hover {
	border-bottom: 3px solid #CCCCCC;
}

#footer .newsletter-footer .newsletter-footer-form .input-text:focus {
	border-bottom: 3px solid #333333;
}

#footer .footer-list {
	background: #444444;
	padding: 110px 0;
}

#header .nav-list-menu-header,
#footer .nav-list-menu-footer {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}

#header .list-menu-header,
#footer .footer-list .list-menu-footer {
	display: flex;
	justify-content: space-between;
}

#header .list-menu-header,
#header .list-submenu-header,
#header .list-menu-header .menu-list-header,
#footer .footer-list .list-menu-footer,
#footer .list-submenu-footer {
	padding: 0;
	margin: 0;
	list-style: none;
}

#header .list-menu-header .item-menu-header .link-item-menu-header,
#header .list-submenu-header .link-item-submenu-header,
#footer .list-menu-footer .item-menu-footer .link-item-menu-footer,
#footer .list-submenu-footer .link-item-submenu-footer {
	text-decoration: none;
}

#header .list-menu-header .item-menu-header .link-item-menu-header,
#footer .list-menu-footer .item-menu-footer .link-item-menu-footer {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

#header .list-menu-header .submenu-social,
#footer .list-menu-footer .submenu-social {
	font-size: 0;
}

#header .list-menu-header .item-submenu-social-header,
#footer .list-menu-footer .item-submenu-social-footer {
	display: inline-block;
	height: 32px;
	margin-right: 8px;
}

#header .list-menu-header .item-submenu-social-header:last-child,
#footer .list-menu-footer .item-submenu-social-footer:last-child {
	margin-right: 0;
}

#header .list-submenu-header,
#footer .list-submenu-footer {
	display: block;
	margin-top: 13px;
}

#header .list-submenu-header .item-submenu-header,
#footer .list-submenu-footer .item-submenu-footer {
	display: block;
	padding: 8px 0;
}

#header .list-submenu-header .link-item-submenu-header,
#footer .list-submenu-footer .link-item-submenu-footer {
	color: #DDDDDD;
	font-size: 17px;
	font-weight: 400;
}

#header .list-submenu-header .link-header-social,
#footer .list-submenu-footer .link-footer-social {
	display: block;
	height: 32px;
}

#header .visit-espinho,
#footer .visit-espinho,
#header .bottom-menu-links,
#footer .bottom-menu-links {
	font-size: 0;
	line-height: 100%;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

#header .bottom-menu-links,
#footer .bottom-menu-links {
	color: #FFFFFF;
	margin-left: 60px;
}

#header .visit-espinho .visit-white,
#header .visit-espinho .visit-green,
#footer .visit-espinho .visit-white,
#footer .visit-espinho .visit-green,
#header .bottom-menu-links .sig-white,
#header .bottom-menu-links .sig-orange,
#footer .bottom-menu-links .sig-white,
#footer .bottom-menu-links .sig-orange {
	font-size: 25px;
	line-height: 100%;
	display: inline-block;
}

#header .visit-espinho .visit-white,
#footer .visit-espinho .visit-white {
	color: #FFFFFF;
	font-weight: 600;
}

#header .bottom-menu-links .sig-orange,
#footer .bottom-menu-links .sig-orange {
	color: #FF9B2F;
}

#footer .footer-bottom {
	width: 100%;
	padding: 30px 0 80px 0;
}

#footer .footer-bottom .wrapper-1200 {
	width: 1200px;
	display: flex;
	justify-content: space-between;
}

#footer .footer-bottom .info-left-footer {
	color: #777777;
	font-size: 12px;
	font-weight: 400;
	max-width: 80%;
}

#footer .footer-bottom .info-left-footer-copyright {
	display: block;
}

#footer .footer-bottom .info-left-footer-menu {
	font-size: 0;
	margin-bottom: 10px;
}

#footer .footer-bottom .info-left-footer-link {
	color: #777777;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	margin-right: 35px;
	margin: 0 35px 12px 0;
	display: inline-block;
	vertical-align: middle;
}

#footer .footer-bottom .info-left-footer-link:last-child {
	margin-right: 0;
}

#footer .footer-bottom .info-left-footer-uppercase {
	text-transform: uppercase;
}

#footer .footer-bottom .seara-com {
	display: block;
	height: 14px;
}

#header .menu-list-header {
	padding: 0;
	width: 940px;
	/* display: flex; */
	justify-content: space-between;
}

#header .top-form-search,
.pesquisa .search-frm-form {
	margin: 0;
	padding: 0;
	text-align:  left;
	font-size: 0;
	height: 60px;
	overflow: hidden;
	transition: width 0.3s ease-in-out;
}

#header .top-form-search {
	width: 600px;
}

#header .top-form-search {
	display: none;
	width: 632px;
	background: #222222;
}

.pesquisa .search-frm-form {
	background: #333333;
}

#header .top-form-search .text-form-search,
.pesquisa .text-form-search {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 60px;
	padding: 0 35px;
	margin: 0;
	background: transparent;
	border: none;
}

#header .top-form-search .text-form-search {
	width: 572px;
}

#header .top-form-search .submit-form-search {
	width: 60px;
}

#header .top-form-search .submit-form-search,
.pesquisa .submit-form-search {
	font-size: 0;
	background: url(../img/icons/search.svg) center center no-repeat;
	border: none;
	height: 60px;
	padding: 0;
	cursor: pointer;
}

#header .top-form-search .text-form-search,
#header .top-form-search .submit-form-search,
.pesquisa .text-form-search,
.pesquisa .submit-form-search {
	display: inline-block;
	vertical-align: middle;
}

#header .top-form-search .text-form-search::-webkit-input-placeholder,
.pesquisa .text-form-search::-webkit-input-placeholder {
	color: #FFFFFF;
}
#header .top-form-search .text-form-search::-moz-placeholder,
.pesquisa .text-form-search::-moz-placeholder {
	color: #FFFFFF;
}
#header .top-form-search .text-form-search:-ms-input-placeholder,
.pesquisa .text-form-search:-ms-input-placeholder {
	color: #FFFFFF;
}
#header .top-form-search .text-form-search:-moz-placeholder,
.pesquisa .text-form-search:-moz-placeholder {
	color: #FFFFFF;
}

/*** NEWSLETTER RGPD ****/

.newsletter .form-client .termos-field .col-newsletter label .termos_texto_newsletter{
	color: #00A3D8;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #00A3D8;
}

.newsletter .form-client .termos-field .col-newsletter label .termos_texto_newsletter:hover {
	color: #666666;
	border-bottom: 1px solid #666666;
}

#gca-container.ajax-gca-container {
	padding: 60px 52px 80px 52px;
	max-width: 800px;
	width: 92%;
	background: #FFFFFF;
	margin: 70px auto;
	font-size: 16px;
	line-height: 160%;
	position:  relative;
	border: 2px solid #EEEEEE;
	font-weight: 300;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

/*** COOKIES ***/

#cookiePolicy {
	display: block;
	margin: 0;
	padding: 30px 0 20px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background-color: #000;
}

#cookiePolicy .wrapper-1200{
	max-width: 1200px;
	margin: 0 auto;
	width: 88%;
}

#cookiePolicy, #cookiePolicy .container {
	background-color: #000;
}

#cookiePolicy .container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
}

#cookiePolicy .container>.left {
	display: inline-block;
	padding-right: 30px;
}

#cookiePolicy .container>.left>.title {
	color: #ffffff;
	font-family: "Catamaran", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
}

#cookiePolicy .container>.left>.text {
	font-family: "Catamaran", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: rgba(255,255,255,0.8);
}

#cookiePolicy .container>.left>.text>.know-more {
	color: #ffc220;
	font-family: "Catamaran", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	text-decoration: none;
	margin-left: 5px;
}

#cookiePolicy .container>.left>.text>.know-more:hover{
	text-decoration: underline;
}

#cookiePolicy .button {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-ms-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 150ms;
	-moz-transition-duration: 150ms;
	-ms-transition-duration: 150ms;
	-o-transition-duration: 150ms;
	transition-duration: 150ms;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 8px 40px;
	background: #FFFFFF;
	color: #000000;
	text-align: center;
	border: 0;
	cursor: pointer;
	text-transform: none;
	text-decoration: none;
	border-radius: 0;
	font-family: "Catamaran", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	min-width: 162px;
}

#cookiePolicy .button:hover {
	opacity: 0.7;
}

#cookiePolicy .container>.left>.know-more.link-geral-tpl-1{
	padding: 0;
}

#cookiePolicy .container>.left>.know-more.link-geral-tpl-1:after {
	border-bottom: 2px solid #e22219;
	margin: 0;
}

@media only screen and (max-width: 1240px) {
	.homepage #header .wrapper-1660 {
		width: 88%;
	}

	.main-logo {
		width: 165px;
		height: 48px;
		background-size: cover;
	}

	.slides-home .main-slide-home .slide-info {
		bottom: 70px;
	}

	.slides-home .main-slide-home .wrapper-slide-content {
		width: 485px;
	}

	.slides-home .main-slide-home .slide-main-title {
		font-size: 50px;
	}

	.slides-home .main-slide-home .slide-main-subtitle {
		font-size: 18px;
	}

	.last-updates .wrapper-1200,
	.list-news-homepage {
		width: 680px;
	}

	.last-updates .list-last-updates {
		width: 78%;
	}

	.last-updates .last-updates-title {
		width: 21%;
		margin-right: 1%;
	}

	.last-updates .last-updates-title .last-updates-effect-bg {
		width: 100%;
	}

	.list-news-homepage {
		text-align: center;
		margin: 55px auto 0 auto;
	}

	.list-news .col-news {
		width: 600px;
		display: block;
		margin: 0px auto 25px auto;
		text-align: left;
	}

	.list-news .col-news .main-title-new {
		font-size: 20px;
		min-height: initial;
	}

	.list-news .col-news .tags-titles-container,
	.list-news .col-news .news-container-image {
		display: inline-block;
		vertical-align: top;
	}

	.list-news .col-news .tags-titles-container {
		float: right;
		width: 320px;
		margin-left: 20px;
	}

	.list-news .col-news .news-container-image {
		width: 260px;
		height: 145px;
		margin-top: 0;
		float: left;
	}

	.list-news .tags-col-news {
		margin-bottom: 12px;
	}

	.list-news .col-news .intro-new {
		font-size: 15px;
	}

	.list-news .col-news .link-detail-news {
		overflow: hidden;
	}

	.home-full-high,
	.home-full-high .wrapper-1200 {
		width: 100%;
	}

	.home-full-high {
		margin-top: 55px;
	}

	.list-news-homepage .btn-detail-news {
		margin-top: 35px;
	}

	.list-news-homepage .swiper-container {
		width: 600px;
		padding-bottom: 40px;
	}

	.list-events-homepage {
		width: 92%;
		margin: 65px auto 55px auto;
	}

	.list-events .right-event,
	.list-events .left-event {
		display: block;
	}

	.list-events .right-event {
		width: 680px;
		height: 374px;
		margin: 0 auto;
	}

	.list-events-homepage .left-event +.right-event {
		margin-left: auto;
	}

	.list-events .left-event {
		width: 100%;
		text-align: center;
	}

	.list-events-homepage .col-event {
		width: 680px;
	}

	.list-events-homepage .col-event,
	.list-events-homepage .left-event .col-event:last-child {
		margin: 0 auto 30px auto;
	}

	.list-events .right-col-event {
		float: right;
		width: 310px;
		height: 168px;
	}

	.list-events .left-col-event {
		width: 350px;
	}

	.list-events .left-col-event,
	.list-events .right-col-event {
		display: inline-block;
		vertical-align: top;
	}

	.list-events .align-right .arrow-event {
		left: 301px;
	}

	.list-events .left-event .title-event-list {
		font-size: 20px;
		line-height: 120%;
	}

	.list-events .left-event .date-event-list {
		display: none;
	}

	.list-events-homepage .col-event .col-event-align {
		display: block;
		align-items: initial;
		overflow: hidden;
	}

	.list-events .align-right .left-col-event,
	.list-events .align-right .right-col-event {
		order: initial;
	}

	.list-events .align-right .left-col-event {
		float: right;
	}
	.list-events .align-right .right-col-event {
		float: left;
	}

	.list-events .tags-col-events {
		margin-bottom: 20px;
	}

	.list-events .right-event .col-event-right {
		width: 575px;
		left: 50px;
	}

	.list-events .btn-detail-events {
		margin: 45px 0 0 0;
	}

	.main-content .wrapper-1200 {
		width: 92%;
	}

	.pag-container .pagination .setas {
		display:block;
		width:100%;
		float:none;
		position: relative;
	}
	.pag-container .pagination .setas.pagAnterior {
		margin-bottom: 20px;
	}
	.pag-container .pagination .setas.pagSeguinte {
		margin-top: 20px;
	}

	.left-media-detail,
	.right-media-detail {
		width: 100%;
		text-align: center;
	}

	.left-media-detail {
		padding: 0 6% 150px 6%;
	}

	.left-media-detail .left-detail-content {
		margin: 0 auto;
	}

	.left-detail-content .main-title-content {
		line-height: 120%;
		margin: 15px 0 20px 0;
	}

	.left-detail-content .gallery-media-detail {
		margin-top: 60px;
	}

	.right-media-detail .right-detail-content {
		text-align: left;
	}

	.right-media-detail .right-detail-content .right-gray-col {
		width: 92%;
		margin: 0 auto 20px auto;
	}

	.right-media-detail .right-detail-content .list-last-news-right,
	.right-media-detail .right-detail-content .list-next-events-right {
		padding: 55px 95px;
	}

	.right-media-detail .right-gray-col .col-last-news,
	.right-media-detail .right-gray-col .align-right-news-detail {
		width: 100%;
	}

	.right-media-detail .col-last-news .container-image-last-news {
		width: 30%;
		height: auto;
		max-width: 100%;
		margin-right: 3%;
	}

	.right-media-detail .col-last-news .title-last-news {
		width: 67%;
		font-weight: 500;
	}

	.right-media-detail .right-gray-col .title-gray-col {
		color: #808080;
	}

	.events-list-upcoming {
		width: 100%;
		max-width: 695px;
		margin: 0 auto;
		text-align: center;
	}

	.events-list-upcoming .col-event-default {
		width: 100%;
		text-align: left;
		margin: 0 auto 42px auto;
	}

	.events-list-upcoming .col-event {
		min-height: auto;
	}

	.events-list-upcoming .col-event-poster {
		width: 100%;
		height: 390px;
		min-height: 390px;
		margin: 0 auto 42px auto;
	}

	.events-list-upcoming .col-event-default .image-col-event,
	.events-list-upcoming .col-event .bottom-col-event {
		display: inline-block;
		vertical-align: top;
	}

	.events-list-upcoming .col-event-default .image-col-event {
		width: 310px;
		height: auto;
		margin-right: 20px;
		margin-bottom: 0;
		overflow: hidden;
	}

	.events-list-upcoming .col-event .bottom-col-event {
		width: 365px;
		min-height: auto;
	}

	.events-list-upcoming .col-event-default .title-event-list {
		font-size: 20px;
		line-height: 120%;
		min-height: auto;
	}

	.events-list-upcoming .col-event-default .date-event-list {
		display: none;
	}

	.events-list-upcoming .col-event .text-event-list {
		margin: 15px 0 0 0;
	}

	.events-list-upcoming .col-event .arrow-event {
		left: auto;
		right: 0;
		width: 9px;
		top: 0;
		bottom: auto;
		height: 100%;
	}

	.events-list-upcoming .col-event .arrow-event:before,
	.events-list-upcoming .col-event .arrow-event:after {
		content: '';
		width: 100%;
		background: #FFFFFF;
		position: absolute;
		left: 0;
		-ms-transform-origin: 100% 0;
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}

	.events-list-upcoming .col-event .arrow-event:before {
		top: 0;
		height: 35px;
		-ms-transform: skewY(45deg);
		-webkit-transform: skewY(45deg);
		transform: skewY(45deg);
	}

	.events-list-upcoming .col-event .arrow-event:after {
		top: 34px;
		height: 135px;
		-ms-transform: skewY(-45deg);
		-webkit-transform: skewY(-45deg);
		transform: skewY(-45deg);
	}

	.accordions-rows .close-tab-rows {
		width: 10%;
	}

	.accordions-rows .title-tab-rows {
		width: 90%;
		font-size: 14px;
		line-height: 110%;
		padding: 0 5%;
	}

	.right-gca {
		width: 100%;
		text-align: center;
	}

	.right-gca .right-gca-content {
		text-align: left;
	}

	.right-gca .right-gca-content .right-gray-col {
		width: 92%;
		margin: 0 auto 20px auto;
	}

	.right-gca .right-gca-content .list-submenu-right {
		padding: 55px 95px;
		min-height: auto;
	}

	.right-gca .right-gray-col .list-menu-right {
		max-width: 100%;
	}

	.right-gca .right-gray-col .list-menu-right .link-menu-right-gca {
		font-size: 18px;
		padding: 12px 0;
	}


	.right-gca .right-gray-col .title-gray-col {
		font-size: 22px;
	}

	.right-gca .right-gray-col .subtitle-gray-col {
		font-size: 28px;
	}

	#footer .wrapper-1200 {
		width: 88%;
	}

	#footer .newsletter-footer .newsletter-footer-intro,
	#footer .newsletter-footer .newsletter-footer-form,
	#footer .newsletter-footer .input-submit,
	#footer .newsletter-footer .newsletter-footer-form .input-text {
		display: block;
		margin-left: auto;
		text-align: center;
		margin-right: auto;
		vertical-align: initial;
	}

	#footer .newsletter-footer .newsletter-footer-intro {
		margin-bottom: 20px;
	}

	#footer .newsletter-footer .newsletter-footer-form,
	#footer .newsletter-footer .newsletter-footer-intro {
		width: 100%;
	}

	#footer .newsletter-footer .newsletter-footer-form .input-text,
	#footer .newsletter-footer .input-submit {
		width: 400px;
	}

	#footer .newsletter-footer .newsletter-footer-form .input-text {
		margin-bottom: 20px;
	}

	#footer .footer-bottom .wrapper-1200 {
		width: 88%;
	}

	#footer  {
		display: inline-block;
		width: 100%;
	}

	#header .menu-effect-header,
	#header .normal-menu-header,
	#footer .menu-effect-footer,
	#footer .normal-menu-footer {
		display: block;
		padding-bottom: 28px;
	}

	#header .menu-effect-link-item,
	#footer .menu-effect-link-item {
		background: url('/temas/cmespinho/img/icons/plus.svg') left center no-repeat;
		background-size: 9px;
	}

	#header .menu-effect-link-item,
	#header .normal-menu-link-item,
	#footer .menu-effect-link-item,
	#footer .normal-menu-link-item {
		padding-left: 22px;
	}

	#header .hide-tablet,
	#footer .hide-tablet {
		display: none;
		padding-left: 22px;
	}

	#header .item-menu-header,
	#header .list-menu-header,
	#footer .list-menu-footer .item-menu-footer,
	#footer .footer-list .list-menu-footer {
		display: block;
	}


	#header .visit-espinho,
	#header .share-item-header,
	#footer .visit-espinho,
	#footer .share-item-footer,
	#header .bottom-menu-links,
	#footer .bottom-menu-links {
		padding-left: 22px;
	}

	#header .list-menu-header .item-submenu-social-header,
	#footer .list-menu-footer .item-submenu-social-footer {
		margin-right: 30px;
	}

	#header .share-item-header,
	#footer .share-item-footer {
		margin-top: 25px;
	}

	#header .top-form-search {
		width: 340px;
	}

	#header .top-form-search .text-form-search {
		width: 280px;
		padding: 0 20px;
		font-size: 15px;
	}

	#header .top-form-search .submit-form-search {
		width: 60px;
	}

	.list-news .swiper-button-prev,
	.list-news .swiper-button-next {
		margin-top: -106px;
		background-size: 18px;
	}

	.list-news .swiper-button-prev {
		left: 0;
	}

	.list-news .swiper-button-next {
		right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.main-content .wrapper-1200 {
		width: 88%;
	}

	.slides-home .main-slide-home,
	.slides-home .main-slide-home .swiper-container,
	.slides-home .main-slide-home .swiper-container .swiper-content,
	.slides-home .main-slide-home .slide-mask {
		height: 515px;
	}

	.main-content {
		margin-top: 75px;
	}

	.slides-home .bullet-slide-home {
		display: none;
	}

	.main-logo,
	#header.fixed-header .main-logo {
		width: 123px;
		height: 36px;
	}

	#header {
		padding-top: 25px;
	}

	#header .top-col-header.col-search-menu,
	.last-updates .last-updates-title {
		display: none;
	}

	#header.opened-main-menu .header-submenu {
		padding-top: 120px;
	}

	#header .wrapper-1660,
	.slides-home .main-slide-home .wrapper-1660,
	.last-updates .wrapper-1200,
	.list-news-homepage,
	.list-events-homepage,
	#header.fixed-header .wrapper-1660,
	#footer .wrapper-1200 {
		width: 88%;
	}

	.main-content #breadcrumbs {
		display: none;
	}

	.list-news .swiper-button-prev,
	.list-news .swiper-button-next {
		background-size: 20px 25px;
		margin-top: -62px;
	}

	.list-news-homepage {
		margin: 45px auto 0 auto;
	}

	.list-news-homepage .swiper-container {
		width: 100%;
	}

	.slides-home .main-slide-home .wrapper-slide-content {
		width: 100%;
	}

	.slides-home .main-slide-home .slide-main-title {
		font-size: 40px;
	}

	.slides-home .main-slide-home .slide-link {
		font-size: 15px;
	}

	.slides-home .main-slide-home .slide-bottom-links {
		padding-top: 30px;
	}

	.slides-home .main-slide-home .slide-info {
		bottom: 45px;
	}

	.last-updates .list-last-updates {
		width: 100%;
	}

	.list-news .col-news {
		width: 100%;
		margin: 0 auto;
	}

	.list-news .col-news .news-container-image,
	.list-news .col-news .tags-titles-container {
		float: none;
	}

	.list-news .col-news .tags-titles-container {
		margin-left: 0;
		width: 100%;
	}

	.list-news .tags-col-news {
		margin-bottom: 20px;
	}

	.list-news .col-news .main-title-new {
		margin: 0 0 20px 0;
	}

	.list-news .col-news .news-container-image {
		width: 100%;
		margin-top: 15px;
		text-align: left;
		height: auto;
	}

	.list-news-homepage .btn-detail-news,
	.home-full-high .btn-detail-home-full-high,
	.list-events-homepage .col-event,
	.list-events .align-left .left-col-event,
	.list-events .left-col-event,
	.list-events .right-col-event,
	.list-events .right-event,
	.list-events .btn-detail-events {
		width: 100%;
	}

	.list-events-homepage .col-event,
	.list-events .right-event,
	.list-events .btn-detail-events,
	.list-news .col-news,
	.list-news-homepage .btn-detail-news {
		max-width: 377px;
	}

	.list-news .col-news .news-titles {
		min-height: initial;
	}

	.home-full-high {
		padding: 0;
	}

	.home-full-high .wrapper-1200 {
		padding: 0 6%;
	}

	.home-full-high .home-full-high-title {
		font-size: 25px;
	}

	.home-full-high .home-full-high-subtitle {
		font-size: 50px;
	}

	.list-events-homepage {
		margin: 35px auto 60px auto;
	}

	.list-events .align-left .left-col-event {
		margin-right: 0;
	}

	.list-events .align-right .left-col-event {
		margin-left: 0;
	}

	.list-events .right-event {
		height: 390px;
	}

	.list-events-homepage .left-event +.right-event {
		margin-left: auto;
	}

	.list-events .right-event .col-event-right {
		width: 100%;
		left: 0;
		padding: 0 30px;
	}

	.list-events .left-event .text-event-list {
		margin: 5px 0 0 0;
	}

	.list-events-homepage .col-event,
	.list-events-homepage .left-event .col-event:last-child {
		margin: 0 auto 40px auto;
	}

	.list-events .left-col-event,
	.list-events .right-col-event {
		display: block;
		float: none;
	}

	.list-events .right-col-event {
		height: 180px;
		max-width: 385px;
		background-size: cover;
		margin-bottom: 15px;
	}

	.list-events .arrow-event {
		width: 100%;
	}

	.list-events .align-left .arrow-event,
	.list-events .align-right .arrow-event {
		left: 0;
		height: 9px;
		bottom: -1px;
		top: auto;
	}

	.list-events .align-left .arrow-event:before,
	.list-events .align-right .arrow-event:before {
		top: auto;
		height: 9px;
		width: 9%;
		left: 0;
		-ms-transform: skewY(0deg);
		-webkit-transform: skewY(0deg);
		transform: skewY(0deg);
		-ms-transform: skewX(45deg);
		-webkit-transform: skewX(45deg);
		transform: skewX(45deg);
	}

	.list-events .align-left .arrow-event:after,
	.list-events .align-right .arrow-event:after {
		top: auto;
		right: 0;
		left: auto;
		top: auto;
		height: 9px;
		width: 92%;
		-ms-transform-origin: 0 100%;
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%;
		-ms-transform: skewY(0deg);
		-webkit-transform: skewY(0deg);
		transform: skewY(0deg);
		-ms-transform: skewX(-45deg);
		-webkit-transform: skewX(-45deg);
		transform: skewX(-45deg);
	}

	.list-events .right-event .title-event-list {
		font-size: 28px;
	}

	.left-media-detail .top-info-news .col-top-print {
		display: none;
	}

	.left-media-detail .top-info-news {
		margin: 25px 0;
	}

	.left-detail-content .main-title-content {
		font-size: 32px;
		margin: 15px 0 30px;
	}

	.left-detail-content .intro-media-detail {
		margin-top: 20px;
		font-size: 18px;
	}

	.left-detail-content .text-detail-media {
		font-size: 18px;
		margin-top: 50px;
	}

	.left-detail-content .gallery-media-detail {
		margin-top: 50px;
	}

	.gallery-media-detail .swiper-button-prev {
		left: 10px;
	}

	.gallery-media-detail .swiper-button-next {
		right: 10px;
	}

	.gallery-media-detail .swiper-button-next,
	.gallery-media-detail .swiper-button-prev {
		margin-top: -56px;
		background-size: 20px 25px;
	}

	.left-detail-content .loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets {
		display: none;
	}

	.right-media-detail .right-detail-content .list-last-news-right,
	.right-media-detail .right-detail-content .list-next-events-right {
		padding: 45px 6%;
		width: 100%;
	}

	.right-media-detail .col-last-news .container-image-last-news {
		width: 40%;
		margin-right: 5%;
	}

	.right-media-detail .col-last-news .title-last-news {
		width: 55%;
	}

	.right-media-detail .right-gray-col .view-more-events-right {
		width: 100%;
		font-size: 15px;
		margin-top: 20px;
		text-align: center;
		padding: 14px 10px;
	}

	.events-list-upcoming {
		max-width: 377px;
	}

	.events-list-upcoming .col-event-default .image-col-event {
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
	}

	.events-list-upcoming .col-event .arrow-event {
		left: 0;
		top: auto;
		width: 100%;
		height: 9px;
		bottom: -1px;
	}

	.events-list-upcoming .col-event .arrow-event:before,
	.events-list-upcoming .col-event .arrow-event:after {
		height: 9px;
		-ms-transform-origin: 0 100%;
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%;
		-ms-transform: skewY(0deg);
		-webkit-transform: skewY(0deg);
		transform: skewY(0deg);
	}

	.events-list-upcoming .col-event .arrow-event:before {
		width: 7%;
		left: 0;
		-ms-transform: skewX(45deg);
		-webkit-transform: skewX(45deg);
		transform: skewX(45deg);
	}

	.events-list-upcoming .col-event .arrow-event:after {
		top: 0;
		right: 0;
		left: auto;
		width: 94%;
		-ms-transform: skewX(-45deg);
		-webkit-transform: skewX(-45deg);
		transform: skewX(-45deg);
	}

	.events-list-upcoming .col-event .bottom-col-event {
		width: 100%;
	}

	.accordions-rows .close-tab-rows {
		width: 15%;
	}

	.accordions-rows .title-tab-rows {
		width: 85%;
	}

	.accordions-rows .text-tab-rows {
		padding: 15px 10% 40px 10%;
	}

	.presidency-row {
		border-bottom: none;
	}

	.presidency-row .presidency-row-top  {
		display: flex;
		flex-direction: column;
	}

	.presidency-row .presidency-row-bottom {
		border: 1px solid #EDEDED;
		padding: 30px 20px;
	}

	.presidency-row .left-presidency-row .more-info-presidency {
		margin-bottom: 0;
	}

	.presidency-row .left-presidency-row,
	.presidency-row .center-presidency-row,
	.presidency-row .right-presidency-row {
		display: block;
		width: 100%;
		vertical-align: initial;
	}

	.presidency-row .left-presidency-row {
		text-align: center;
		order: 1;
		padding-top: 25px;
		margin-bottom: 20px;
	}

	.presidency-row .center-presidency-row {
		order: 0;
		border-bottom: 1px solid #DDDDDD;
	}

	.presidency-row .left-presidency-row .icon-presidency {
		margin: 0 auto;
	}

	.presidency-row .right-presidency-row {
		padding-right: 0;
		text-align: center;
	}

	.left-detail-content .presidency-row .right-presidency-row {
		text-align: center;
	}

	.right-gca .right-gca-content .right-gray-col {
		width: 88%;
	}

	.right-gca .right-gca-content .list-submenu-right {
		padding: 45px 6%;
		width: 100%;
		margin-bottom: 0;
	}

	.left-detail-content .link-file-presidency .effect-border-presidency,
	.presidency-gca-list .link-file-presidency .effect-border-presidency {
		border: none;
		text-decoration: underline;
		text-align: center;
	}

	.galleries-top-title .right-galleries-top,
	.left-media-detail .top-info-media .right-top-info-media {
		min-width: initial;
	}

	#footer .newsletter-footer .newsletter-footer-form .input-text,
	#footer .newsletter-footer .input-submit {
		width: 100%;
	}

	#footer .newsletter-footer .newsletter-intro {
		display: block;
		line-height: 110%;
	}

	#footer .newsletter-footer .newsletter-footer-intro {
		margin-bottom: 20px;
	}

	#header .list-submenu-header,
	#footer .list-submenu-footer {
		margin-top: 20px;
	}

	#footer .footer-list {
		padding: 65px 0;
	}

	#footer .footer-bottom .info-left-footer .block-footer-bottom {
		display: block;
	}

	#footer .footer-bottom .wrapper-1200 {
		align-items: center;
		flex-direction: column;
		width: 88%;
	}

	#footer .footer-bottom {
		padding: 30px 0;
	}

	#header .bottom-menu-links,
	#footer .bottom-menu-links {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}

	#footer .footer-bottom .info-left-footer {
		margin-bottom: 30px;
		max-width: 100%;
		width: 100%;
		padding-left: 22px;
	}

	#footer .footer-bottom .info-left-footer-copyright {
		text-align: left;
	}

	#footer .footer-bottom .info-left-footer-link {
		display: block;
		margin-bottom: 15px;
		margin-right: 0;
		line-height: 120%;
	}

	#footer .footer-bottom .info-left-footer-menu {
		margin-bottom: 20px;
	}

	#header .notification-sub,
	#header .notification-sub-arrow{
		position: absolute;
		left: -84%;
	}

	.list-news .col-news .link-detail-news {
		width: 75%;
		margin: 0 auto;
	}

	.loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0px 9px;
	}

	.loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before,
	.loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after,
	.loading-bar-bullets .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.loaded-bullet::after {
		width: 18px;
	}

	@-webkit-keyframes active-bullet {
		0% {
			width: 0;
		}

		100% {
			width: 18px;
		}
	}

	@keyframes active-bullet {
		0% {
			width: 0;
		}

		100% {
			width: 18px;
		}
	}

	#gca-container.ajax-gca-container {
		padding: 60px 25px 40px 25px;
	}

	#cookiePolicy .container{
		flex-direction: column;
		align-items: flex-start;
	}

	#cookiePolicy .container>.left>.text>.know-more{
		display: block;
		margin-left: 0;
	}

	#cookiePolicy .button{
		margin-top: 30px;
	}
}

/*** DATEPICKER ***/

#ui-datepicker-div.ui-widget-content,
#ui-datepicker-div.ui-widget-content.ui-datepicker th,
#ui-datepicker-div.ui-widget-content.ui-datepicker table,
#ui-datepicker-div.ui-widget-content .ui-state-default,
#ui-datepicker-div.ui-widget-content .ui-widget-content .ui-state-default,
#ui-datepicker-div.ui-widget-content .ui-widget-header .ui-state-default,
#ui-datepicker-div.ui-widget-content.ui-datepicker .ui-datepicker-title{
	font-family: "Catamaran", sans-serif;
}

#ui-datepicker-div.ui-widget-content {
	border: 0;
	background: #FFFFFF;
	border-radius: 0;
	width: 100%;
	padding: 16px 15px 0 15px;
	margin: 0;
	margin-top: -1px;
	max-width: 272px;
	border: 1px solid #CDD4D9;
	border-radius: 4px;
	z-index: 9999;
	-webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 10);
	box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.10);
}

#ui-datepicker-div.ui-widget-content.ui-datepicker th {
	padding: 5px 0 9px 0;
	color: #444B55;
	font-weight: 900;
	font-size: 12px;
	text-transform: uppercase;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker table {
	font-size: 11px;
	text-align: center;
	color: #000000;
}

#ui-datepicker-div.ui-widget-content .ui-state-default,
#ui-datepicker-div.ui-widget-content .ui-widget-content .ui-state-default,
#ui-datepicker-div.ui-widget-content .ui-widget-header .ui-state-default {
	border: 0;
	background: none;
	font-size: 11px;
	text-align: center;
	color: rgba(0,0,0,0.7);
	padding: 0;
	transition: color 0.2s ease-in-out;
}

#ui-datepicker-div.ui-widget-content .ui-state-default,
#ui-datepicker-div.ui-widget-content .ui-widget-content .ui-state-default:hover,
#ui-datepicker-div.ui-widget-content .ui-widget-header .ui-state-default:hover {
	color: #fe002a;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker .ui-datepicker-title {
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	text-transform: lowercase;
	width: 100%;
	margin: 0;
	padding-bottom: 10px;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker .ui-datepicker-header {
	border: 0;
	background: none;
	padding: 0;
}

#ui-datepicker-div.ui-widget-content .ui-state-hover,
#ui-datepicker-div.ui-widget-content .ui-state-hover,
#ui-datepicker-div.ui-widget-content .ui-widget-header .ui-state-hover,
#ui-datepicker-div.ui-widget-content .ui-state-focus,
#ui-datepicker-div.ui-widget-content .ui-state-focus,
#ui-datepicker-div.ui-widget-content .ui-widget-header .ui-state-focus {
	border: 0;
	background: none;
}

#ui-datepicker-div.ui-widget-content .ui-state-hover a,
#ui-datepicker-div.ui-widget-content .ui-state-hover a:hover {
	color: #212121;
	text-decoration: none;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker .ui-datepicker-next {
	right: 0;
	top: 4px;
	width: 26px;
	height: 16px;
	cursor: pointer;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker .ui-datepicker-prev {
	left: 0;
	top:6px;
	width: 26px;
	height: 17px;
	cursor: pointer;
}

#ui-datepicker-div.ui-widget-content .ui-icon {
	width: 25px;
	height: 17px;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker .ui-datepicker-next span {
	background: url('../img/icons/btn-foward-gray.svg') no-repeat center;
	background-size: 9px;
	width: 100%;
	height: 100%;
	right: 0;
	margin: 0;
	position: static;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker .ui-datepicker-prev span {
	background: url('../img/icons/btn-previous-gray.svg') no-repeat center;
	background-size: 9px;
	width: 100%;
	height: 100%;
	right: 0;
	margin: 0;
	position: static;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker .ui-datepicker-next span:hover {
	background: url('../img/icons/btn-foward-blue.svg') no-repeat center;
	background-size: 9px;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker .ui-datepicker-prev span {
	background: url('../img/icons/btn-previous-gray.svg') no-repeat center;
	background-size: 9px;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker .ui-datepicker-prev span:hover {
	background: url('../img/icons/btn-previous-blue.svg') no-repeat center;
	background-size: 9px;
}

#ui-datepicker-div.ui-widget-content .ui-datepicker-prev.ui-state-hover .ui-icon,
#ui-datepicker-div.ui-widget-content .ui-datepicker-next.ui-state-focus .ui-icon {
	background-position: center center;
	background-size: 9px;
	width: 100%;
	height: 100%;
	left: 0;
	margin: 0;
	position: static;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker td {
	border: 0;
	padding: 0;
	position: relative;
	width: 34px;
	height: 36px;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker td .ui-state-default {
	position: absolute;
	top: 0;
	border-radius: 100%;
	width: 28px;
	height: 28px;
	left: 3px;
	font-weight: 600;
	line-height: 28px;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker td.ui-state-hasEvent .ui-state-default {
	background-color: #002151;
	color: #FFFFFF;
}

#ui-datepicker-div.ui-widget-content .ui-state-highlight,
#ui-datepicker-div.ui-widget-content .ui-state-highlight,
#ui-datepicker-div.ui-widget-content .ui-widget-header .ui-state-highlight {
	border: 0;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker td .ui-state-default.ui-state-highlight {
	color: #FFFFFF;
	height: 28px;
	line-height: 28px;
	border-radius: 100%;
	transition: background 0.3s ease-in-out;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker td .ui-state-highlight:hover {
	color: #FFFFFF;
	background: #f51137;
}

#ui-datepicker-div.ui-widget-content .ui-state-highlight a,
#ui-datepicker-div.ui-widget-content .ui-state-highlight a,
#ui-datepicker-div.ui-widget-content .ui-widget-header .ui-state-highlight a {
	background-color: #DCA026;
	color: #FFFFFF;
}

#content #gca-container .fb3area .fb3row.fb3date .fb3field img{
	width: 20px;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker .ui-datepicker-title,
#ui-datepicker-div.ui-widget-content .ui-state-default{
	color: #333333;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker td .ui-state-default.ui-state-highlight{
	background: #00A3D8;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker td .ui-state-default:hover,
#ui-datepicker-div.ui-widget-content.ui-datepicker td .ui-state-default.ui-state-active {
	color: #00A3D8;
	border-bottom: 1px solid #00A3D8;
	font-weight: 600;
	border-radius: 0;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker td .ui-state-default.ui-state-highlight:hover{
	border-radius: 100%;
	color:#FFFFFF;
}

#ui-datepicker-div.ui-widget-content.ui-datepicker .ui-datepicker-title{
	color:#00A3D8;
}

.main-content #gca-container .fb3area .fb3row.fb3date .fb3field img{
	width: 20px !important;
}