.logo-cms img {
	width: 40% !important;
}
.acymailing_module a.acymailing_togglemodule {
	margin-left: 130px !important;
}
.texto_rota {
	font-size: 15px;
	color: #5c3817;
}
.newsletter h2 {
	text-shadow: #2e2e2e 0px 4px 5px;
	text-align: center;
	font-weight: bold;
	line-height: 2;
	text-transform: uppercase;
}
.acymailing_form {
	color: #b9972f;
	padding: 10px 0 10px 0;
}
.rotadosvinhosbcc p {
	color: #b9972f;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1pt;
	text-shadow: #030303 4px 4px 4px;
}
.noticias_parallax {
	font-size: 16px;
	color: #b9972f;
}
.parallax a {
	font-size: 16px !important;
	color: #b9972f;
}
.texto-header-menuitems {
	color: #b9972f;
	text-align: center;
	padding: 60px 60px;
	font-size: 40px;
	background: #5c3817;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1pt;
	text-shadow: #030303 4px 4px 4px;
}
.texto-header-menuitems p {
	-webkit-animation: cssAnimation 1.514s 1 ease;
	-moz-animation: cssAnimation 1.514s 1 ease;
	-o-animation: cssAnimation 1.514s 1 ease;
}
@-webkit-keyframes cssAnimation {
	from {
		-webkit-transform: rotate(0deg) scale(1.0) skew(0deg) translate(300px);
	}
	to {
		-webkit-transform: rotate(0deg) scale(1.0) skew(0deg) translate(0px);
	}
}
@-moz-keyframes cssAnimation {
	from {
		-moz-transform: rotate(0deg) scale(1.0) skew(0deg) translate(300px);
	}
	to {
		-moz-transform: rotate(0deg) scale(1.0) skew(0deg) translate(0px);
	}
}
@-o-keyframes cssAnimation {
	from {
		-o-transform: rotate(0deg) scale(1.0) skew(0deg) translate(300px);
	}
	to {
		-o-transform: rotate(0deg) scale(1.0) skew(0deg) translate(0px);
	}
}
.texto-inicial-regioes {
	color: #b9972f;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 1pt;
}
.texto-regiao-header {
	color: #b9972f;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1pt;
	text-shadow: #030303 4px 4px 4px;
	margin-left: 10px;
}
#sp-left h3 {
	color: #5c3817;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 4px 4px 2px rgba(150,150,150,0.44);
}
#sp-left a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #5c3817;
}
#sp-left ul a:hover {
	color: #b9972f;
	background-color: #5c3817;
	padding-left: 6px;
	font-size: 15px;
}
#sp-left ul .active {
	display: block;
	color: #5c3817;
	background-color: #b9972f;
}
.texto-intro {
	padding-top: 40px;
	color: #5c3817;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 1pt;
}
.agenda-regioes div {
	margin-top: 10px;
}
.sp-dropdown-inner {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 90px;
	-webkit-border-bottom-right-radius: 90px;
	border-bottom-right-radius: 90px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#sp-menu a:hover {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 90px;
	-webkit-border-bottom-right-radius: 90px;
	border-bottom-right-radius: 90px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.aderir {
	color: #5c3817;
}
.termos {
	color: #5c3817;
	text-align: center;
}
.termos h3 {
	font-weight: bold;
	color: #5c3817;
	text-align: center;
}
.sp-module ul >li >a:before {
	display: none;
}
.idiomas ul li {
	display: inline-block !important;
}
#sp-top1 {
	margin-right: -500px;
}
.sp-megamenu-parent li a:hover {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
	30% {
		-webkit-transform: scale3d(1.25,0.75,1);
		transform: scale3d(1.25,0.75,1);
	}
	40% {
		-webkit-transform: scale3d(0.75,1.25,1);
		transform: scale3d(0.75,1.25,1);
	}
	50% {
		-webkit-transform: scale3d(1.15,0.85,1);
		transform: scale3d(1.15,0.85,1);
	}
	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1);
	}
	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1);
	}
	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}
@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
	30% {
		-webkit-transform: scale3d(1.25,0.75,1);
		transform: scale3d(1.25,0.75,1);
	}
	40% {
		-webkit-transform: scale3d(0.75,1.25,1);
		transform: scale3d(0.75,1.25,1);
	}
	50% {
		-webkit-transform: scale3d(1.15,0.85,1);
		transform: scale3d(1.15,0.85,1);
	}
	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1);
	}
	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1);
	}
	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}
.feature-box img {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
		transform: perspective(400px) rotate3d(0,1,0,-360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95);
		transform: perspective(400px) scale3d(.95,.95,.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
		transform: perspective(400px) rotate3d(0,1,0,-360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95);
		transform: perspective(400px) scale3d(.95,.95,.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
.logo {
	-webkit-animation-name: tada;
	animation-name: tada;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
	}
	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}
@keyframes tada {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
	}
	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}
.mod-languagesidiomas a:hover {
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes flash {
	0%,
	50%,
	100% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
@keyframes flash {
	0%,
	50%,
	100% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
#searchForm > fieldset.only > label:nth-child(2) {
	display: none !important;
}
