@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	#pctablet,
	.pctablet {
		display: none;
	}

	#smartphone,
	.smartphone {
		display: block
	}
}

@media screen and (min-width: 1024px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#pctablet,
	.pctablet {
		display: block;
	}

	#smartphone,
	.smartphone {
		display: none
	}
}

/*----------------------------------------------------------------
MENU SMARTPHONE
-----------------------------------------------------------------*/
@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	nav:not(.mm-menu) {
		display: none;
	}

	.header-menu {
		background: #312783;
		font-weight: 500;
		color: #fff;
		width: 100%;
		height: 50px;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
		-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
		box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
	}

	.header-menu.fixed {
		position: fixed;
		top: 0;
		left: 0;
	}

	.header-menu a {
		background: center center no-repeat transparent;
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0px;
	}

	#logotipo-topo-menu {
		position: relative;
		float: left;
		width: 140px;
	}

	a.topo-menu-pesquisa-icon:link,
	a.topo-menu-pesquisa-icon:visited {
		color: #fff;
		font-size: 1.5em;
		position: relative;
		float: right;
		max-height: 50px;
		padding: 8px 20px 10px 10px;
		background-color: #e94e1a;
	}

	a.topo-menu-contactos-icon:link,
	a.topo-menu-contactos-icon:visited {
		color: #312783;
		font-size: 1.8em;
		position: relative;
		float: right;
		max-height: 50px;
		padding: 5px 20px 10px 10px;
		background-color: #fff;
	}

	a.topo-menu-pesquisa-icon:hover,
	a.topo-menu-contactos-icon:hover {
		text-decoration: none;
	}
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/*-------------------------------------------------------------------
LAYOUT
--------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #ff5a22;
}

.row {
	margin: 0px;
	padding: 0px
}

#toposmartphone {
	width: 100%;
	margin-top: 50px;
	padding: 10px 0px 10px 0px;
	position: relative;
	float: left;
	background-color: #000;
}

a:link {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	color: #fff;
}

a:visited {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	color: #fff;
}

a:hover {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	color: #fff;
	text-decoration: underline;
}

a:active {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	color: #fff;
}


@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS (SMARTPHONES E TABLETS)*/
	.site-width {
		width: 99%;
		position: relative;
		margin: 0 auto;
	}

	.site-width2 {
		width: 99%;
		position: relative;
		margin: 0 auto;
	}

	.site-width3 {
		width: 99%;
		position: relative;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	/* PARA DISPOSITIVOS GRANDES (PCS COM BAIXA RESOLUÇÃO)*/
	.site-width {
		width: 1000px;
		position: relative;
		margin: 0 auto;
	}

	.site-width2 {
		width: 1000px;
		position: relative;
		margin: 0 auto;
	}

	.site-width3 {
		width: 1000px;
		position: relative;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES (PCS COM BAIXA RESOLUÇÃO)*/
	.site-width {
		width: 1140px;
		position: relative;
		margin: 0 auto;
	}

	.site-width2 {
		width: 1000px;
		position: relative;
		margin: 0 auto;
	}

	.site-width3 {
		width: 1050px;
		position: relative;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1601px) {

	/* PARA DISPOSITIVOS MUITO GRANDES (PCS COM ALTA RESOLUÇÃO)*/
	.site-width {
		width: 1240px;
		position: relative;
		margin: 0 auto;
	}

	.site-width2 {
		width: 1000px;
		position: relative;
		margin: 0 auto;
	}

	.site-width3 {
		width: 1100px;
		position: relative;
		margin: 0 auto;
	}
}

/*-------------------------------------------------------------------
TOPO
--------------------------------------------------------------------*/
#topo-div {
	width: 100%;
	min-height: 167px;
	position: relative;
	float: left;
	background-color: #312783;
}

#logotipo-div {
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	margin-top: 45px;
}

#logotipoentrada-div {
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	margin-top: 45px;
}

#logotipo-size {
	width: 850px;
	position: relative;
	float: left;
}


.certificado-pme {
	height: auto;
}

@media screen and (max-width: 1023px) {
	/* Garante que a imagem preencha o espaço do filho */
	.certificado-pme img {
		display: block;
		width: 240px;
		height: auto;
		margin-top: 30px;
		margin-left: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.certificado-pme {
		position: absolute;
		top: 40px;
		right: -120px;
		width: 280px;
	}

}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.certificado-pme {
		top: 28px;
		right: 0px;
		width: 180px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
	.certificado-pme {
		top: 36px;
		right: -30px;
		width: 200px;
	}
}



#menu-rodape-div {
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	padding: 30px 0px 30px 0px;
	background-color: #312783;
	border-bottom: 8px solid #ff8d4e;
}

#menu-div {
	width: 100%;
	min-height: 90px;
	position: relative;
	float: left;
	z-index: 2;
	background-color: #e94e1a;
	border-bottom: 8px solid #312783;
	border-top: 10px solid #fff;
	-webkit-box-shadow: 0px 9px 18px -2px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 9px 18px -2px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 9px 18px -2px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	#topo-div {
		width: 100%;
		position: relative;
		float: left;
		background-color: #312783;
	}

	#anos-div {
		position: absolute;
		right: -80px;
		top: 0px;
		z-index: 3;
	}

	#anos-size {
		width: 262px;
		position: relative;
		float: left;
	}

	#menu-rodape-div {
		width: 100%;
		position: relative;
		float: left;
		text-align: center;
		padding: 30px 0px 30px 0px;
		background-color: #312783;
		border-bottom: 8px solid #ff8d4e;
	}

	#credibom-logo-size {
		position: relative;
		float: left;
	}

	#seguroacap-div {
		position: absolute;
		left: 0px;
		top: 28px;
		z-index: 2;
	}

	#seguroacap-size {
		position: relative;
		float: left;
		width: 110px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#topo-div {
		min-height: 115px;
	}

	#logotipo-div {
		margin-top: 30px;
	}

	#logotipo-size {
		width: 600px;
	}

	#menu-div {
		min-height: 80px;
		border-bottom: 6px solid #312783;
		border-top: 8px solid #fff;
	}

	#menu-rodape-div {
		width: 100%;
		position: relative;
		float: left;
		text-align: center;
		padding: 30px 0px 30px 0px;
		background-color: #312783;
		border-bottom: 8px solid #ff8d4e;
	}

}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#topo-div {
		min-height: 140px;
	}

	#logotipo-div {
		margin-top: 40px;
	}

	#logotipo-size {
		width: 700px;
	}

	#menu-div {
		min-height: 80px;
		border-bottom: 6px solid #312783;
		border-top: 8px solid #fff;
	}

	#menu-rodape-div {
		width: 100%;
		position: relative;
		float: left;
		text-align: center;
		padding: 30px 0px 30px 0px;
		background-color: #312783;
		border-bottom: 8px solid #ff8d4e;
	}

}


#redesocial {
	width: 35px;
	height: 35px;
	border-radius: 35px;
	text-align: center;
	color: #e94e1a;
	background-color: #fff;
	cursor: pointer;
	margin: 0px 6px 0px 6px;
	padding: 2px 0px 0px 0px;
	position: relative;
	float: left;
	font-size: 1.2em;
	font-weight: 400;
	-webkit-transition: all 0.5s;
	/* Safari */
	transition: all 0.5s;
}

#redesocial:hover {
	color: #fff;
	background-color: #e94e1a;
}

a.redesocial:link {
	color: #e94e1a;
	background-color: #fff;
}

a.redesocial:hover {
	color: #fff;
	background-color: #e94e1a;
}

.botao-pesquisa-mobile {
	background-color: #d8242d;
	color: #fff;
	font-size: 1em;
	margin-top: 5px;
	position: relative;
	float: left;
	border: 0px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	cursor: pointer;
}

.botao-pesquisa-mobile:hover {
	background-color: #fff;
	color: #d8242d;
}

.stock-botao {
	position: relative;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	border-radius: 10px;
	background-color: #d8242d;
	color: #fff;
	padding: 12px 30px 12px 30px;
	-webkit-transition: all 0.5s;
	/* Safari */
	transition: all 0.5s;
}

.stock-botao:hover {
	background-color: #f3f2f2;
	color: #d8242d;
}

/*-------------------------------------------------------------------
SLIDESHOW
--------------------------------------------------------------------*/
#slideshow-topo {
	width: 100%;
	position: relative;
	float: left;
	z-index: 1;
}

@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	#slideshow-topo {
		margin-top: 50px;
	}
}

/*-------------------------------------------------------------------
MENU TOPO
--------------------------------------------------------------------*/
.menu-topo {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 600;
	position: relative;
	cursor: pointer;
	float: right;
	border-bottom: 6px solid rgba(0, 0, 0, 0);
	padding: 0px 0px 6px 0px;
	margin: 24px 15px 0px 15px;
	-webkit-transition: all 0.5s;
	/* Safari */
	transition: all 0.5s;

}

.menu-font-size {
	font-size: 0.85em;
}

.menu-topo:hover,
.menu-topo.active {
	color: #312783;
	border-bottom: 6px solid #312783;
	font-weight: 600;
}

@media screen and (max-width: 1023px) {
	/* PARA DISPOSITIVOS PEQUENOS*/

}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	/* PARA DISPOSITIVOS GRANDES*/
	.menu-font-size {
		font-size: 0.7em;
	}

	.menu-topo {
		padding: 0px 0px 6px 0px;
		margin: 15px 12px 0px 12px;
		margin: 20px 12px 0px 12px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES*/
	.menu-font-size {
		font-size: 0.8em;
	}

	.menu-topo {
		padding: 0px 0px 6px 0px;
		margin: 15px 12px 0px 12px;
		margin: 20px 12px 0px 12px;
	}
}




#separadorpages {
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	color: #fff;
	display: block;
	position: relative;
	padding: 20px 0px 0px 0px;
}

.dropdown-content-menu {
	position: absolute;
	top: 40px;
	left: 0px;
	min-width: 300px;
	z-index: 999;
	background-color: #fff;
	-webkit-transition: background-color 0.5s;
	/* Safari */
	transition: background-color 0.5s;
}

.submenu {
	width: 100%;
	position: relative;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	display: none;
	color: #000;
	background-color: #FFF;
	font-weight: 400;
	padding: 10px 10px 10px 15px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.submenu:hover {
	color: #ff000d;
	font-weight: 500;
}

.menu-topo:hover .dropdown-content-menu .submenu {
	display: block;
}

/*-------------------------------------------------------------------
MENU RODAPE
--------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
	/* PARA DISPOSITIVOS PEQUENOS*/
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	/* PARA DISPOSITIVOS GRANDES*/
	.menu-font-size2 {
		font-size: 0.7em;
		font-weight: 500;
	}

	.menu-topo2 {
		padding: 0px 20px 0px 20px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES*/
	.menu-font-size2 {
		font-size: 0.9em;
		font-weight: 500;
	}

	.menu-topo2 {
		padding: 0px 20px 0px 20px;
	}
}

@media screen and (min-width: 1601px) {

	/* PARA DISPOSITIVOS MUITO GRANDES*/
	.menu-font-size2 {
		font-size: 0.9em;
		font-weight: 500;
	}

	.menu-topo2 {
		padding: 0px 20px 0px 20px;
	}
}

.menu-topo2 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	display: block;
	position: relative;
	cursor: pointer;
	float: right;
	-webkit-transition: all 0.5s;
	/* Safari */
	transition: all 0.5s;

}

.menu-topo2:hover {
	color: #ea5b0c;
}

.menu-topo2.active {
	color: #ea5b0c;
}

/*----------------------------------------------------------------------------
MÓDULO NOTÍCIAS
------------------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	#noticias-div {
		width: 100%;
		position: relative;
		float: left;
		padding: 30px 0px 50px 0px;
	}

	#noticias-box-img-height {
		height: 220px;
	}

	#noticias-ultimas-titulo {
		font-size: 1.5em;
		COLOR: #312783;
		width: 100%;
		position: relative;
		float: left;
		font-weight: 500;
		font-family: 'Montserrat', sans-serif;
		text-align: center;
	}

	#noticias-titulo {
		font-size: 0.9em;
		COLOR: #000;
		width: 100%;
		position: relative;
		float: left;
		font-weight: bold;
		margin-top: 10px;
		font-family: 'Montserrat', sans-serif;
		text-align: left;
		min-height: 50px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#noticias-div {
		width: 100%;
		position: relative;
		float: left;
		padding: 50px 0px 50px 0px;
	}

	#noticias-box-img-height {
		height: 160px;
	}

	#noticias-ultimas-titulo {
		font-size: 1.8em;
		COLOR: #312783;
		width: 100%;
		position: relative;
		float: left;
		font-weight: 500;
		font-family: 'Montserrat', sans-serif;
		text-align: center;
	}

	#noticias-titulo {
		font-size: 0.8em;
		COLOR: #000;
		width: 100%;
		position: relative;
		float: left;
		font-weight: bold;
		margin-top: 10px;
		font-family: 'Montserrat', sans-serif;
		text-align: left;
		min-height: 50px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#noticias-div {
		width: 100%;
		position: relative;
		float: left;
		padding: 50px 0px 50px 0px;
	}

	#noticias-box-img-height {
		height: 220px;
	}

	#noticias-ultimas-titulo {
		font-size: 1.8em;
		COLOR: #312783;
		width: 100%;
		position: relative;
		float: left;
		font-weight: 500;
		font-family: 'Montserrat', sans-serif;
		text-align: center;
	}

	#noticias-titulo {
		font-size: 0.9em;
		COLOR: #000;
		width: 100%;
		position: relative;
		float: left;
		font-weight: bold;
		margin-top: 10px;
		font-family: 'Montserrat', sans-serif;
		text-align: left;
		min-height: 50px;
	}
}

@media screen and (min-width: 1601px) {

	/* PARA DISPOSITIVOS MUITO GRANDES*/
	#noticias-div {
		width: 100%;
		position: relative;
		float: left;
		padding: 50px 0px 50px 0px;
	}

	#noticias-box-img-height {
		height: 220px;
	}

	#noticias-ultimas-titulo {
		font-size: 1.8em;
		COLOR: #312783;
		width: 100%;
		position: relative;
		float: left;
		font-weight: 500;
		font-family: 'Montserrat', sans-serif;
		text-align: center;
	}

	#noticias-titulo {
		font-size: 0.9em;
		COLOR: #000;
		width: 100%;
		position: relative;
		float: left;
		font-weight: bold;
		margin-top: 10px;
		font-family: 'Montserrat', sans-serif;
		text-align: left;
		min-height: 50px;
	}
}

#noticias-box {
	width: 100%;
	position: relative;
	float: left;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.42);
	box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.42);
}

#noticias-lista {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 40px;
}

#noticias-info {
	width: 100%;
	position: relative;
	float: left;
	background-color: #fbfbfb;
	padding: 5px;
	min-height: 50px;
}

#noticias-texto {
	font-size: 0.9em;
	width: 100%;
	position: relative;
	float: left;
	color: #5f5f5f;
	margin-top: 10px;
	text-align: justify;
	font-family: 'Montserrat', sans-serif;
}

#noticias-data {
	width: 100%;
	position: relative;
	float: left;
	color: #5f5f5f;
	margin-top: 10px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.7em;
	font-weight: 500;
}

.noticias-vermais {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 2;
	width: 33px;
	height: 33px;
}

.noticias-vertodas {
	position: relative;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 0.9em;
	font-weight: 400;
	border-radius: 25px;
	background-color: #fff;
	color: #a7a7a7;
	padding: 10px 20px 10px 20px;
	-webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.24);
	-webkit-transition: all 0.5s;
	/* Safari */
	transition: all 0.5s;
}


.noticias-vertodas:hover {
	background-color: #ed1b2f;
	color: #fff;
}

#noticia_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	COLOR: #333;
	text-align: left;
	margin: 40px 0px 20px 0px;
}

#noticia_descricao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	COLOR: #333;
	text-align: justify;
}

/*-------------------------------------------------------------------
MÓDULO DESTAQUES
--------------------------------------------------------------------*/
#destaques-div {
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 40px;
	background-color: #ff5a22;
	z-index: 2;
	-webkit-box-shadow: 0px -10px 13px -1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px -10px 13px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px -10px 13px -1px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	#destaques-div {
		width: 100%;
		position: relative;
		float: left;
		margin-bottom: 40px;
		z-index: 2;
		-webkit-box-shadow: 0px -10px 13px -1px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px -10px 13px -1px rgba(0, 0, 0, 0.15);
		box-shadow: 0px -10px 13px -1px rgba(0, 0, 0, 0.15);
	}

	#destaques-titulo {
		width: 100%;
		position: relative;
		float: left;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		color: #312783;
		font-weight: 500;
		font-size: 1.5em;
		margin-top: 40px;
	}

	#destaques-lista {
		width: 100%;
		position: relative;
		float: left;
		padding: 30px 0px 20px 0px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#destaques-div {
		width: 100%;
		position: relative;
		float: left;
		margin-bottom: 40px;
		z-index: 2;
		-webkit-box-shadow: 0px -10px 13px -1px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px -10px 13px -1px rgba(0, 0, 0, 0.15);
		box-shadow: 0px -10px 13px -1px rgba(0, 0, 0, 0.15);
	}

	#destaques-titulo {
		width: 100%;
		position: relative;
		float: left;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		color: #312783;
		font-weight: 500;
		font-size: 1.6em;
		margin-top: 80px;
	}

	#destaques-lista {
		width: 100%;
		position: relative;
		float: left;
		padding: 50px 0px 20px 0px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#destaques-div {
		width: 100%;
		position: relative;
		float: left;
		margin-bottom: 40px;
		z-index: 2;
		-webkit-box-shadow: 0px -10px 13px -1px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px -10px 13px -1px rgba(0, 0, 0, 0.15);
		box-shadow: 0px -10px 13px -1px rgba(0, 0, 0, 0.15);
	}

	#destaques-titulo {
		width: 100%;
		position: relative;
		float: left;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		color: #312783;
		font-weight: 500;
		font-size: 1.6em;
		margin-top: 80px;
	}

	#destaques-lista {
		width: 100%;
		position: relative;
		float: left;
		padding: 50px 0px 20px 0px;
	}
}

@media screen and (min-width: 1601px) {
	/* PARA DISPOSITIVOS MUITO GRANDES*/

	#destaques-titulo {
		width: 100%;
		position: relative;
		float: left;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		color: #312783;
		font-weight: 500;
		font-size: 1.8em;
		margin-top: 80px;
	}

	#destaques-lista {
		width: 100%;
		position: relative;
		float: left;
		padding: 50px 0px 20px 0px;
	}
}

/*-------------------------------------------------------------------
MÓDULO ÚLTIMAS
--------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	#ultimas-div {
		width: 100%;
		position: relative;
		float: left;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	#ultimas-titulo {
		width: 100%;
		position: relative;
		float: left;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		color: #312783;
		font-weight: 500;
		font-size: 1.5em;
	}

	#ultimas-lista {
		width: 100%;
		position: relative;
		float: left;
		padding: 50px 0px 20px 0px;
	}

	#ultimas-img-height {
		height: 240px;
	}

	#ultimas-foto-box {
		width: 100%;
		height: 240px;
		position: relative;
		float: left;
	}

	#ultimas-foto {
		width: 100%;
		height: 240px;
		position: relative;
		float: left;
		overflow: hidden;
	}

	.ultimas-preco-mes {
		font-size: 1.3em;
	}

	.ultimas-mes {
		font-size: 1.1em;
	}

	.ultimas-preco3 {
		font-size: 1.1em;
	}

	.ultimas-preco2 {
		font-size: 1.1em;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#ultimas-div {
		width: 100%;
		position: relative;
		float: left;
		margin-top: 80px;
		margin-bottom: 40px;
	}

	#ultimas-titulo {
		width: 100%;
		position: relative;
		float: left;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		color: #312783;
		font-weight: 500;
		font-size: 1.6em;
	}

	#ultimas-lista {
		width: 100%;
		position: relative;
		float: left;
		padding: 50px 0px 20px 0px;
	}

	#ultimas-img-height {
		height: 200px;
	}

	#ultimas-foto-box {
		width: 100%;
		height: 200px;
		position: relative;
		float: left;
	}

	#ultimas-foto {
		width: 100%;
		height: 200px;
		position: relative;
		float: left;
		overflow: hidden;
	}

	.ultimas-preco-mes {
		font-size: 1.3em;
	}

	.ultimas-mes {
		font-size: 1.1em;
	}

	.ultimas-preco3 {
		font-size: 1.1em;
	}

	.ultimas-preco2 {
		font-size: 1.1em;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#ultimas-div {
		width: 100%;
		position: relative;
		float: left;
		margin-top: 80px;
		margin-bottom: 40px;
	}

	#ultimas-titulo {
		width: 100%;
		position: relative;
		float: left;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		color: #312783;
		font-weight: 500;
		font-size: 1.6em;
	}

	#ultimas-lista {
		width: 100%;
		position: relative;
		float: left;
		padding: 50px 0px 20px 0px;
	}

	#ultimas-img-height {
		height: 240px;
	}

	#ultimas-foto-box {
		width: 100%;
		height: 240px;
		position: relative;
		float: left;
	}

	#ultimas-foto {
		width: 100%;
		height: 240px;
		position: relative;
		float: left;
		overflow: hidden;
	}

	.ultimas-preco-mes {
		font-size: 1.3em;
	}

	.ultimas-mes {
		font-size: 1.1em;
	}

	.ultimas-preco3 {
		font-size: 1.1em;
	}

	.ultimas-preco2 {
		font-size: 1.1em;
	}
}

@media screen and (min-width: 1601px) {

	/* PARA DISPOSITIVOS MUITO GRANDES*/
	#ultimas-div {
		width: 100%;
		position: relative;
		float: left;
		margin-top: 80px;
		margin-bottom: 40px;
	}

	#ultimas-titulo {
		width: 100%;
		position: relative;
		float: left;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		color: #312783;
		font-weight: 500;
		font-size: 1.8em;
	}

	#ultimas-lista {
		width: 100%;
		position: relative;
		float: left;
		padding: 50px 0px 20px 0px;
	}

	#ultimas-img-height {
		height: 240px;
	}

	#ultimas-foto-box {
		width: 100%;
		height: 240px;
		position: relative;
		float: left;
	}

	#ultimas-foto {
		width: 100%;
		height: 240px;
		position: relative;
		float: left;
		overflow: hidden;
	}

	.ultimas-preco-mes {
		font-size: 1.3em;
	}

	.ultimas-mes {
		font-size: 1.1em;
	}

	.ultimas-preco3 {
		font-size: 1.1em;
	}

	.ultimas-preco2 {
		font-size: 1.1em;
	}
}

#viaturas-box:hover #ultimas-foto-box {
	transform: scale(1.1);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.ultimas-preco1 {
	width: 45%;
	position: absolute;
	left: 30px;
	z-index: 9;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	background-color: #de0000;
	color: #fff;
	padding: 5px 20px 5px 20px;
	border-radius: 25px;
}

.ultimas-preco2 {
	width: 50%;
	position: absolute;
	right: 40px;
	z-index: 8;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	background-color: #202020;
	color: #fff;
	padding: 9px 20px 9px 60px;
	margin: -2px 0px 0px 0px;
	border-radius: 25px;
}

.ultimas-preco3 {
	width: 60%;
	position: absolute;
	left: 80px;
	z-index: 8;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	background-color: #202020;
	color: #fff;
	padding: 7px 20px 7px 20px;
	margin: 0px 0px 0px 0px;
	border-radius: 25px;
}

.ultimas-botao {
	position: relative;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 0.7em;
	border-radius: 10px;
	color: #fff;
	padding: 12px 35px 12px 35px;
	-webkit-transition: all 0.5s;
	/* Safari */
	transition: all 0.5s;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a32525+0,fb2525+100 */
	background: #a32525;
	/* Old browsers */
	background: -moz-linear-gradient(left, #a32525 0%, #fb2525 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #a32525 0%, #fb2525 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #a32525 0%, #fb2525 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a32525', endColorstr='#fb2525', GradientType=1);
	/* IE6-9 */

}

.ultimas-botao:hover {
	opacity: 0.7;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fb2525+0,a32525+100 */
	background: #fb2525;
	/* Old browsers */
	background: -moz-linear-gradient(left, #fb2525 0%, #a32525 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fb2525 0%, #a32525 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fb2525 0%, #a32525 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb2525', endColorstr='#a32525', GradientType=1);
	/* IE6-9 */

}

/*-------------------------------------------------------------------
MÓDULO VIATURAS
--------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	#viaturas-img-height {
		height: 210px;
	}

	#viaturas-preco-div {
		width: 250px;
		position: relative;
		float: left;
	}

	#viaturas-preco1 {
		font-size: 0.9em;
	}

	.viaturas-preco2-size {
		font-size: 0.9em;
		font-weight: 700;
	}

	#viaturas-preco3 {
		font-size: 0.9em;
	}

	.viaturas-mes-size {
		font-size: 0.6em;
		font-weight: 700;
	}

	.viaturas-info {
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
		font-size: 0.9em;
		color: #fff;
	}

	.viaturas-marca-font {
		font-weight: 800;
		font-size: 1em;
		color: #312783;
	}

	.viaturas-versao-font {
		font-weight: 300;
		font-size: 0.9em;
		color: #454545;
	}

	#viaturas-padding {
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#viaturas-img-height {
		height: 240px;
	}

	#viaturas-preco-div {
		width: 220px;
		position: relative;
		float: left;
	}

	#viaturas-preco1 {
		font-size: 0.8em;
	}

	.viaturas-preco2-size {
		font-size: 0.8em;
		font-weight: 700;
	}

	#viaturas-preco3 {
		font-size: 0.8em;
	}

	.viaturas-mes-size {
		font-size: 0.6em;
		font-weight: 700;
	}

	.viaturas-info {
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
		font-size: 0.7em;
		padding-top: 2px;
		color: #fff;
	}

	.viaturas-marca-font {
		font-weight: 800;
		font-size: 0.8em;
		color: #312783;
	}

	.viaturas-versao-font {
		font-weight: 300;
		font-size: 0.7em;
		color: #454545;
	}

	#viaturas-padding {
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#viaturas-img-height {
		height: 240px;
	}

	#viaturas-preco-div {
		width: 220px;
		position: relative;
		float: left;
	}

	#viaturas-preco1 {
		font-size: 1em;
	}

	.viaturas-preco2-size {
		font-size: 1em;
		font-weight: 700;
	}

	#viaturas-preco3 {
		font-size: 0.9em;
	}

	.viaturas-mes-size {
		font-size: 0.7em;
		font-weight: 700;
	}

	.viaturas-info {
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
		font-size: 0.9em;
		color: #fff;
	}

	.viaturas-marca-font {
		font-weight: 800;
		font-size: 1em;
		color: #312783;
	}

	.viaturas-versao-font {
		font-weight: 300;
		font-size: 0.9em;
		color: #454545;
	}

	#viaturas-padding {
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 1601px) {

	/* PARA DISPOSITIVOS MUITO GRANDES*/
	#viaturas-img-height {
		height: 240px;
	}

	#viaturas-preco-div {
		width: 250px;
		position: relative;
		float: left;
	}

	#viaturas-preco3 {
		font-size: 0.9em;
	}

	#viaturas-preco1 {
		font-size: 0.9em;
	}

	.viaturas-preco2-size {
		font-size: 0.9em;
		font-weight: 700;
	}

	.viaturas-mes-size {
		font-size: 0.7em;
		font-weight: 700;
	}

	.viaturas-info {
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
		font-size: 0.9em;
		color: #fff;
	}

	.viaturas-marca-font {
		font-weight: 800;
		font-size: 1em;
		color: #312783;
	}

	.viaturas-versao-font {
		font-weight: 300;
		font-size: 0.9em;
		color: #454545;
	}

	#viaturas-padding {
		margin-bottom: 50px;
	}
}

#viaturas-preco1 {
	position: relative;
	float: left;
	font-family: 'Montserrat', sans-serif;
	min-height: 37px;
	font-weight: 300;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c84a04+0,fe6816+100 */
	background: #c84a04;
	/* Old browsers */
	background: -moz-linear-gradient(left, #c84a04 0%, #fe6816 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #c84a04 0%, #fe6816 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #c84a04 0%, #fe6816 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c84a04', endColorstr='#fe6816', GradientType=1);
	/* IE6-9 */
}

#viaturas-preco2 {
	position: relative;
	float: left;
	font-family: 'Montserrat', sans-serif;
	min-height: 37px;
	font-weight: 300;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#111d69+0,5464c6+100 */
	background: #111d69;
	/* Old browsers */
	background: -moz-linear-gradient(left, #111d69 0%, #5464c6 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #111d69 0%, #5464c6 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #111d69 0%, #5464c6 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111d69', endColorstr='#5464c6', GradientType=1);
	/* IE6-9 */
}

#viaturas-preco3 {
	position: relative;
	float: left;
	font-family: 'Montserrat', sans-serif;
	min-height: 37px;
	font-weight: 300;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c84a04+0,fe6816+100 */
	background: #c84a04;
	/* Old browsers */
	background: -moz-linear-gradient(left, #c84a04 0%, #fe6816 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #c84a04 0%, #fe6816 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #c84a04 0%, #fe6816 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c84a04', endColorstr='#fe6816', GradientType=1);
	/* IE6-9 */
}

#viaturas-box {
	width: 100%;
	background-color: #fff;
	border-radius: 15px;
	border: 6px solid #312783;
	-webkit-transition: all 0.3s;
	/* Safari */
	transition: all 0.3s;
}

#viaturas-box:hover {
	background-color: #fff;
	border: 6px solid #fff;
}

.viatura-vermais {
	position: absolute;
	top: 45%;
	left: 35%;
	padding: 10px 20px 10px 20px;
	border-radius: 8px;
	color: #000;
	background-color: #ff8d4e;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	opacity: 0;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.41);
}

#viaturas-box:hover .viatura-vermais {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}

#viaturas-marca {
	width: 100%;
	min-height: 55px;
	position: relative;
	text-align: center;
	margin-top: 15px;
	float: left;
	font-family: 'Montserrat', sans-serif;
}

#viaturas-ano {
	width: 100%;
	min-height: 36px;
	position: relative;
	float: left;
	text-align: center;
	margin-top: 5px;
	padding: 0px 5px 5px 5px;
	background-image: url(/155/images/preco-bg.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 100%;
}

/*-------------------------------------------------------------------
MÓDULO PESQUISA
--------------------------------------------------------------------*/
.model-formulario {
	background-color: #000;
}

@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	#pesquisa-marcas-div {
		width: 100%;
		position: absolute;
		bottom: 20px;
		left: 0px;
		z-index: 2;
	}

	.pesquisa-marca-height {
		height: 130px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#pesquisa-marcas-div {
		width: 100%;
		position: absolute;
		bottom: 10px;
		left: 0px;
		z-index: 2;
	}

	.pesquisa-marca-height {
		height: 100px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#pesquisa-marcas-div {
		width: 100%;
		position: absolute;
		bottom: 20px;
		left: 0px;
		z-index: 2;
	}

	.pesquisa-marca-height {
		height: 130px;
	}
}

@media screen and (min-width: 1601px) {

	/* PARA DISPOSITIVOS MUITO GRANDES*/
	#pesquisa-marcas-div {
		width: 100%;
		position: absolute;
		bottom: 20px;
		left: 0px;
		z-index: 2;
	}

	.pesquisa-marca-height {
		height: 130px;
	}
}

/*-------------------------------------------------------------------
MÓDULO DETALHES VIATURA
--------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	#detalhes-marca {
		font-family: 'Montserrat', sans-serif;
		font-size: 1.5em;
		font-weight: 700;
		color: #000;
		margin: 0px 0px 20px 0px;
	}

	#detalhes-preco-div {
		width: 100%;
		position: relative;
		text-align: center;
		float: left
	}

	#detalhes-preco {
		width: 100%;
		position: relative;
		float: left;
		margin: 15px 0px 15px 0px;
	}

	#detalhes-icon {
		padding: 0px 10px 0px 0px;
		position: relative;
		float: left;
		color: #312783;
		font-size: 1.5em;
	}

	#detalhes-caracteristicas {
		text-align: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		color: #333;
		position: relative;
		float: left;
	}

	#detalhes-nomecatequipamento {
		font-family: 'Montserrat', sans-serif;
		font-size: 1em;
		font-weight: 700;
		color: #fff;
	}

	#detalhes-nomeequipamento {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		font-weight: 500;
		color: #333;
		margin-top: 10px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#detalhes-marca {
		font-family: 'Montserrat', sans-serif;
		font-size: 2em;
		font-weight: 700;
		color: #000;
		margin: 0px 0px 20px 0px;
	}

	#detalhes-preco-div {
		width: 300px;
		position: relative;
		text-align: center;
		float: left
	}

	#detalhes-preco {
		width: 100%;
		position: relative;
		float: left;
		margin: 30px 0px 30px 0px;
	}

	#detalhes-icon {
		padding: 0px 10px 0px 0px;
		position: relative;
		float: left;
		color: #312783;
		font-size: 2em;
	}

	#detalhes-caracteristicas {
		text-align: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 0.9em;
		color: #333;
		position: relative;
		float: left;
	}

	#detalhes-nomecatequipamento {
		font-family: 'Montserrat', sans-serif;
		font-size: 1.1em;
		font-weight: 700;
		color: #fff;
	}

	#detalhes-nomeequipamento {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.9em;
		font-weight: 500;
		color: #333;
		margin-top: 10px;
	}
}

@media screen and (min-width: 1601px) {

	/* PARA DISPOSITIVOS MUITO GRANDES*/
	#detalhes-marca {
		font-family: 'Montserrat', sans-serif;
		font-size: 2em;
		font-weight: 700;
		color: #000;
		margin: 0px 0px 20px 0px;
	}

	#detalhes-preco-div {
		width: 100%;
		position: relative;
		text-align: center;
		float: left
	}

	#detalhes-preco {
		width: 100%;
		position: relative;
		float: left;
		margin: 0px 0px 2px 0px;
	}

	#detalhes-icon {
		padding: 0px 10px 0px 0px;
		position: relative;
		float: left;
		color: #312783;
		font-size: 2em;
	}

	#detalhes-caracteristicas {
		text-align: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 0.9em;
		color: #333;
		position: relative;
		float: left;
	}

	#detalhes-nomecatequipamento {
		font-family: 'Montserrat', sans-serif;
		font-size: 1.1em;
		font-weight: 700;
		color: #fff;
	}

	#detalhes-nomeequipamento {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.9em;
		font-weight: 500;
		color: #333;
		margin-top: 10px;
	}
}


#detalhes-preco1 {
	position: relative;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	min-height: 75px;
}

#detalhes-preco2 {
	position: relative;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	min-height: 75px;
}

#detalhes-bg {
	width: 100%;
	min-height: 250px;
	background-color: rgba(0, 0, 0, 0.3);
	position: relative;
	float: left;
	padding: 30px 10px 30px 10px;
}

#viatura-info {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	margin-bottom: 10px;
	color: #333;
}




#detalhes-info {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	width: 100%;
	position: relative;
	float: left;
	padding: 20px 20px 20px 20px;
	color: #333;
}

#viatura-info-texto {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	margin-bottom: 10px;
	color: #333;
}

.detalhes-preco-nome {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	position: relative;
	float: left;
	margin-top: 50px;
	border-top: 1px solid #333;
	padding: 20px 10px 20px 10px;
}

#equipamento-titulo {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	position: relative;
	float: left;
	padding: 10px 0px 10px 0px;
	margin-bottom: 30px;
}

#detalhes-print-bg {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	background-color: #333;
	position: relative;
	float: left;
	padding: 10px 10px 10px 10px;
}

/*-------------------------------------------------------------------
PAGINAÇÃO
--------------------------------------------------------------------*/
.paginacao {
	display: inline-block;
	margin: 0 auto;
}

.paginacao div {
	position: relative;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	float: left;
	margin: 0px 5px 0px 5px;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	/* Safari */
	transition: all 0.5s;
	border-radius: 10px;
}

.paginacao .active {
	background-color: #312783;
	color: #fff;
	font-weight: bold;
}

.paginacao div:hover {
	background-color: #312783;
	color: #fff;
	font-weight: bold;
}

.paginacao .fa {
	padding: 0px;
	margin: 0px;
}

@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	.paginacao div {
		padding: 8px 8px 8px 8px;
		font-size: 0.8em
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	/* PARA DISPOSITIVOS GRANDES*/
	.paginacao div {
		padding: 8px 16px 8px 16px;
		font-size: 0.8em
	}
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES*/
	.paginacao div {
		padding: 8px 16px 8px 16px;
		font-size: 0.8em
	}
}

@media screen and (min-width: 1601px) {

	/* PARA DISPOSITIVOS MUITO GRANDES*/
	.paginacao div {
		padding: 8px 16px 8px 16px;
		font-size: 0.8em
	}
}

/*-------------------------------------------------------------------
MÓDULO CONTEUDOS PAGINAS
--------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS (SMARTPHONES E TABLETS)*/
	#conteudo-div {
		width: 100%;
		position: relative;
		float: left;
		padding: 40px 10px 40px 10px;
	}

	#conteudo-titulo-pagina {
		width: 100%;
		position: relative;
		float: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 1.2em;
		font-weight: 600;
		text-align: center;
		color: #000;
		padding: 50px 0px 0px 0px;
	}

	#conteudo-conteudo-pagina {
		width: 100%;
		position: relative;
		float: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		text-align: justify;
		color: #000;
		font-weight: 400;
		margin: 20px 0px 50px 0px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	/* PARA DISPOSITIVOS GRANDES (PCS COM BAIXA RESOLUÇÃO)*/
	#conteudo-div {
		width: 100%;
		position: relative;
		float: left;
		padding: 50px 0px 40px 0px;
	}

	#conteudo-titulo-pagina {
		width: 100%;
		position: relative;
		float: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 1.2em;
		font-weight: 600;
		text-align: left;
		color: #000;
		padding: 0px 0px 10px 0px;
	}

	#conteudo-conteudo-pagina {
		width: 100%;
		position: relative;
		float: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		text-align: justify;
		color: #000;
		font-weight: 400;
		margin: 20px 0px 50px 0px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES (PCS COM BAIXA RESOLUÇÃO)*/
	#conteudo-div {
		width: 100%;
		position: relative;
		float: left;
		padding: 50px 0px 40px 0px;
	}

	#conteudo-titulo-pagina {
		width: 100%;
		position: relative;
		float: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 1.4em;
		font-weight: 600;
		text-align: left;
		color: #000;
		padding: 0px 0px 10px 0px;
	}

	#conteudo-conteudo-pagina {
		width: 100%;
		position: relative;
		float: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 0.9em;
		text-align: justify;
		color: #000;
		font-weight: 400;
		margin: 20px 0px 50px 0px;
	}
}

@media screen and (min-width: 1601px) {

	/* PARA DISPOSITIVOS MUITO GRANDES (PCS COM ALTA RESOLUÇÃO)*/
	#conteudo-div {
		width: 100%;
		position: relative;
		float: left;
		padding: 50px 0px 40px 0px;
	}

	#conteudo-titulo-pagina {
		width: 100%;
		position: relative;
		float: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 1.4em;
		font-weight: 600;
		text-align: left;
		color: #000;
		padding: 0px 0px 10px 0px;
	}

	#conteudo-conteudo-pagina {
		width: 100%;
		position: relative;
		float: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 0.9em;
		text-align: justify;
		color: #000;
		font-weight: 400;
		margin: 20px 0px 50px 0px;
	}
}

/*-------------------------------------------------------------------
CONTACTOS
--------------------------------------------------------------------*/
#contactos-div {
	width: 100%;
	position: relative;
	float: left;
}

a.contactos:link {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	color: #000;
}

a.contactos:visited {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	color: #000;
}

a.contactos:hover {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	color: #ff0000;
}

a.contactos:active {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	color: #000;
}

a.coordenadas:link {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	color: #000;
	font-weight: 500;
}

a.coordenadas:visited {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	color: #000;
	font-weight: 500;
}

a.coordenadas:hover {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	color: #000;
	font-weight: 500;
	text-decoration: underline;
}

a.coordenadas:active {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	color: #000;
	font-weight: 500;
}

#contactos-titulo-pagina {
	width: 100%;
	position: relative;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	text-align: left;
	color: #000;
	padding: 0px 0px 20px 0px;
}

.captcha-info {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.7em;
	text-align: left;
	color: #000;
	margin-top: 10px;
}

.contactos-stand {
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 1.2em;
	font-weight: 500
}

.detalhes-formulario-titulo {
	font-family: "Century Gothic", Verdana, Tahoma, Arial, sans-serif;
	color: #000;
	text-align: left;
	font-size: 0.8em;
}

@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	#contactos-conteudo {
		width: 100%;
		position: relative;
		float: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		text-align: center;
		color: #000;
		margin: 10px 0px 50px 0px;
	}

	#contactos-map {
		width: 100%;
		position: relative;
		float: left;
		min-height: 300px;
		margin-top: 50px;
	}

	#contactos-formulario {
		width: 100%;
		position: relative;
		float: left;
		text-align: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 1.3em;
		text-align: center;
		font-weight: bold;
		color: #000;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}

	#botao-div {
		padding: 0px;
		text-align: center
	}

	.contactos-info {
		width: 100%;
		position: relative;
		float: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 0.9em;
		font-weight: 500;
		text-align: left;
		color: #000;
	}

	#contactos-titulo {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.9em;
		text-align: left;
		color: #000;
		padding: 0px 10px 0px 10px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#contactos-conteudo {
		width: 100%;
		position: relative;
		float: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		text-align: left;
		color: #000;
		margin: 10px 0px 50px 0px;
	}

	#contactos-map {
		width: 100%;
		position: relative;
		float: left;
		min-height: 400px;
	}

	#contactos-formulario {
		width: 100%;
		position: relative;
		float: left;
		text-align: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 1.1em;
		text-align: left;
		font-weight: bold;
		color: #000;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}

	#botao-div {
		padding: 0px;
		text-align: left
	}

	.contactos-info {
		width: 100%;
		position: relative;
		float: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		font-weight: 500;
		text-align: left;
		color: #000;
	}

	#contactos-titulo {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.9em;
		text-align: left;
		color: #000;
		padding: 0px 10px 0px 10px;
	}
}

@media screen and (min-width: 1601px) {

	/* PARA DISPOSITIVOS MUITO GRANDES*/
	#contactos-conteudo {
		width: 100%;
		position: relative;
		float: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 0.9em;
		text-align: left;
		color: #000;
		margin: 10px 0px 50px 0px;
	}

	#contactos-map {
		width: 100%;
		position: relative;
		float: left;
		min-height: 450px;
	}

	#contactos-formulario {
		width: 100%;
		position: relative;
		float: left;
		text-align: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 1.3em;
		text-align: left;
		font-weight: bold;
		color: #000;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}

	#botao-div {
		padding: 0px;
		text-align: left
	}

	.contactos-info {
		width: 100%;
		position: relative;
		float: left;
		font-family: 'Montserrat', sans-serif;
		font-size: 0.9em;
		font-weight: 500;
		text-align: left;
		color: #000;
	}

	#contactos-titulo {
		font-family: 'Montserrat', sans-serif;
		font-size: 1em;
		text-align: left;
		color: #000;
		padding: 0px 10px 0px 10px;
	}
}

.contactos-subtitulos {
	width: 100%;
	position: relative;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 500;
	text-align: left;
	color: #000;
	margin-bottom: 15px;
}

.contactos-botoes {
	background-color: #312783;
	color: #fff;
	padding: 10px 35px 10px 35px;
	border-radius: 0px;
	-webkit-transition: all 0.5s;
	/* Safari */
	transition: all 0.5s;
	font-size: 0.8em;
}

.contactos-botoes:hover {
	background-color: #fff;
	color: #312783;
}

a.contactos-botoes {
	background-color: #312783;
	color: #fff;
	padding: 10px 35px 10px 35px;
	border-radius: 0px;
	-webkit-transition: all 0.5s;
	/* Safari */
	transition: all 0.5s;
	font-size: 0.8em;
}

a.contactos-botoes:hover {
	background-color: #fff;
	color: #312783;
}

/*-------------------------------------------------------------------
MÓDULO HORARIO
--------------------------------------------------------------------*/
.horario-titulo {
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 1.2em;
	font-weight: 500
}

#horario-titulo {
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 1.2em;
	font-weight: 500
}

#horario-semana {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	font-weight: 400;
	text-align: left;
	color: #000;
}

#horario-dias {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	font-weight: 400;
	text-align: left;
	color: #000;
}

.horario-dia {
	font-size: 0.8em;
}

@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS (SMARTPHONES E TABLETS)*/
	#horario-rodape-semana {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		text-align: center;
		color: #656565;
		font-weight: 400;
	}

	#horario-rodape-dias {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		text-align: center;
		color: #656565;
		font-weight: 400;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	/* PARA DISPOSITIVOS GRANDES (PCS COM BAIXA RESOLUÇÃO)*/
	#horario-rodape-semana {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		text-align: left;
		color: #656565;
		font-weight: 400;
	}

	#horario-rodape-dias {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		text-align: left;
		color: #656565;
		font-weight: 400;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES (PCS COM BAIXA RESOLUÇÃO)*/
	#horario-rodape-semana {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		text-align: left;
		color: #656565;
		font-weight: 400;
	}

	#horario-rodape-dias {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		text-align: left;
		color: #656565;
		font-weight: 400;
	}
}

@media screen and (min-width: 1601px) {

	/* PARA DISPOSITIVOS MUITO GRANDES (PCS COM ALTA RESOLUÇÃO)*/
	#horario-rodape-semana {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		text-align: left;
		color: #656565;
		font-weight: 400;
	}

	#horario-rodape-dias {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		text-align: left;
		color: #656565;
		font-weight: 400;
	}
}

.horario-rodape-dia {
	font-size: 0.8em;
	font-weight: 400;
}

/*-------------------------------------------------------------------
NEWSLETTER
--------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	#newsletter input[type="text"] {
		position: relative;
		float: left;
		border: none;
		font-family: 'Montserrat', sans-serif;
		font-size: 0.9em;
		color: #000;
		width: 100%;
		height: 45px;
		padding: 6px 6px 6px 35px;
		background-color: #e4e4e4;
		-webkit-transition: all 0.5s;
		/* Safari */
		transition: all 0.5s;
	}

	input::placeholder {
		font-size: 1em;
		color: #000;
	}

	.newsletter-margem-topo {
		margin-top: 50px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {

	/* PARA DISPOSITIVOS GRANDES (PCS COM BAIXA RESOLUÇÃO)*/
	#newsletter input[type="text"] {
		position: relative;
		float: left;
		border: none;
		font-family: 'Montserrat', sans-serif;
		font-size: 0.9em;
		color: #000;
		width: 340px;
		height: 45px;
		padding: 6px 6px 6px 35px;
		background-color: #e4e4e4;
		-webkit-transition: all 0.5s;
		/* Safari */
		transition: all 0.5s;
	}

	input::placeholder {
		font-size: 1em;
		color: #000;
	}
}

@media screen and (min-width: 1401px) {

	/* PARA DISPOSITIVOS MUITO GRANDES (PCS COM ALTA RESOLUÇÃO)*/
	#newsletter input[type="text"] {
		position: relative;
		float: left;
		border: none;
		font-family: 'Montserrat', sans-serif;
		font-size: 0.9em;
		color: #000;
		width: 400px;
		height: 45px;
		padding: 6px 6px 6px 35px;
		background-color: #e4e4e4;
		-webkit-transition: all 0.5s;
		/* Safari */
		transition: all 0.5s;
	}

	input::placeholder {
		font-size: 1em;
		color: #000;
	}
}

#newsletter-botao {
	width: 150px;
	position: relative;
	float: left;
	text-align: center;
	height: 45px;
	background-color: #c9c9c9;
	color: #ed1b24;
	padding: 10px 0px 10px 0px;
	-webkit-transition: all 0.5s;
	/* Safari */
	transition: all 0.5s;
	cursor: pointer;
}

#newsletter-botao:hover {
	background-color: #ed1b24;
	color: #fff;
}

/*-------------------------------------------------------------------
RODAPE
--------------------------------------------------------------------*/
a.coordenadas-rodape:link {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	color: #ff0000;
	font-weight: 500;
}

a.coordenadas-rodape:visited {
	font-family: 'Montserrat', sans-serif;
	font-size: 19em;
	color: #ff0000;
	font-weight: 500;
}

a.coordenadas-rodape:hover {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	color: #ff0000;
	font-weight: 500;
	text-decoration: underline;
}

a.coordenadas-rodape:active {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	color: #ff0000;
	font-weight: 500;
}

a.rodape-termos:link {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 300;
	padding: 0px 10px 0px 10px
}

a.rodape-termos:visited {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 300;
	padding: 0px 10px 0px 10px
}

a.rodape-termos:hover {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 300;
	text-decoration: underline;
	padding: 0px 10px 0px 10px
}

a.rodape-termos:active {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 300;
	padding: 0px 10px 0px 10px
}


@media screen and (max-width: 767px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	#rodape-div {
		width: 100%;
		position: relative;
		float: left;
		margin-top: 0px;
		background-color: #fff;
		padding: 50px 0px 0px 0px;
	}

	#rodape-termos {
		width: 100%;
		position: relative;
		float: left;
		text-align: center;
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		padding: 10px 0px 10px 0px;
		background-color: #312783;
	}

	#rodape-icon {
		width: 100%;
		position: relative;
		float: left;
		font-size: 1.4em;
		color: #ea5b0c;
		text-align: center
	}

	#rodape-titulo {
		width: 100%;
		position: relative;
		float: left;
		font-size: 1.8em;
		color: #979797;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}

	#rodape-texto {
		width: 100%;
		position: relative;
		float: left;
		font-size: 0.9em;
		color: #979797;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}

	#rodape-email {
		width: 100%;
		position: relative;
		float: left;
		font-size: 0.8em;
		color: #979797;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}

	#rodape-direcoes {
		width: 100%;
		position: relative;
		float: left;
		font-size: 0.9em;
		color: #979797;
		text-align: center;
		margin-top: 16px;
	}

	#rodape-box {
		margin: 0px 0px 50px 0px;
		padding: 20px;
	}

	#logotipo-rodape-div {
		width: 100%;
		position: relative;
		float: left;
		margin: 0px 0px 50px 0px;
		text-align: center;
	}

	#logotipo-rodape-size {
		position: relative;
		float: left;
		width: 300px;
	}

	a.rodape-termos:link,
	a.rodape-termos:visited,
	a.rodape-termos:hover,
	a.rodape-termos:active {
		font-size: 0.9em;
	}

	#rodape-eurorepar {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2;
	}

	#rodape-eurorepar-size {
		position: relative;
		float: left;
		width: 60px;
	}

	#rodape-acap {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2;
	}

	#rodape-acap-size {
		position: relative;
		float: left;
		width: 100px;
	}

	#rodape-acap-div {
		position: relative;
		margin: 0 auto;
		width: 150px;
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#rodape-div {
		width: 100%;
		position: relative;
		float: left;
		margin-top: 0px;
		background-color: #fff;
		padding: 50px 0px 0px 0px;
	}

	#rodape-termos {
		width: 100%;
		position: relative;
		float: left;
		text-align: center;
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		padding: 30px 0px 30px 0px;
		background-color: #312783;
	}

	#rodape-icon {
		width: 100%;
		position: relative;
		float: left;
		font-size: 1.4em;
		color: #ea5b0c;
		text-align: center
	}

	#rodape-titulo {
		width: 100%;
		position: relative;
		float: left;
		font-size: 1.8em;
		color: #979797;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}

	#rodape-texto {
		width: 100%;
		position: relative;
		float: left;
		font-size: 0.8em;
		color: #979797;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}

	#rodape-email {
		width: 100%;
		position: relative;
		float: left;
		font-size: 0.8em;
		color: #979797;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}

	#rodape-direcoes {
		width: 100%;
		position: relative;
		float: left;
		font-size: 0.9em;
		color: #979797;
		text-align: center;
		margin-top: 16px;
	}

	#rodape-box {
		margin: 0px 20px 0px 20px;
		min-height: 330px;
		padding: 30px;
	}

	#logotipo-rodape-div {
		width: 100%;
		position: relative;
		float: left;
		margin: 0px 0px 50px 0px;
		text-align: center;
	}

	#logotipo-rodape-size {
		position: relative;
		float: left;
		width: 300px;
	}

	a.rodape-termos:link,
	a.rodape-termos:visited,
	a.rodape-termos:hover,
	a.rodape-termos:active {
		font-size: 0.7em;
	}

	#rodape-eurorepar {
		position: absolute;
		top: -20px;
		right: -20px;
		z-index: 2;
	}

	#rodape-eurorepar-size {
		position: relative;
		float: left;
		width: 60px;
	}

	#rodape-acap {
		position: absolute;
		top: -5%;
		left: -5%;
		z-index: 2;
	}

	#rodape-acap-size {
		position: relative;
		float: left;
		width: 120px;
	}

	#rodape-acap-div {
		position: relative;
		margin: 0 auto;
		width: 177px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#rodape-div {
		width: 100%;
		position: relative;
		float: left;
		margin-top: 0px;
		background-color: #fff;
		padding: 50px 0px 0px 0px;
	}

	#rodape-termos {
		width: 100%;
		position: relative;
		float: left;
		text-align: center;
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		padding: 30px 0px 30px 0px;
		background-color: #312783;
	}

	#rodape-icon {
		width: 100%;
		position: relative;
		float: left;
		font-size: 1.4em;
		color: #ea5b0c;
		text-align: center
	}

	#rodape-titulo {
		width: 100%;
		position: relative;
		float: left;
		font-size: 1.8em;
		color: #979797;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}

	#rodape-texto {
		width: 100%;
		position: relative;
		float: left;
		font-size: 0.8em;
		color: #979797;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}

	#rodape-email {
		width: 100%;
		position: relative;
		float: left;
		font-size: 0.8em;
		color: #979797;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}

	#rodape-direcoes {
		width: 100%;
		position: relative;
		float: left;
		font-size: 0.9em;
		color: #979797;
		text-align: center;
		margin-top: 16px;
	}

	#rodape-box {
		margin: 0px 30px 0px 30px;
		min-height: 330px;
		padding: 30px;
	}

	#logotipo-rodape-div {
		width: 100%;
		position: relative;
		float: left;
		margin: 0px 0px 50px 0px;
		text-align: center;
	}

	#logotipo-rodape-size {
		position: relative;
		float: left;
		width: 430px;
	}

	a.rodape-termos:link,
	a.rodape-termos:visited,
	a.rodape-termos:hover,
	a.rodape-termos:active {
		font-size: 0.7em;
	}

	#rodape-eurorepar {
		position: absolute;
		top: -20px;
		right: -20px;
		z-index: 2;
	}

	#rodape-eurorepar-size {
		position: relative;
		float: left;
		width: 60px;
	}

	#rodape-acap {
		position: absolute;
		top: -10%;
		left: -10%;
		z-index: 2;
	}

	#rodape-acap-size {
		position: relative;
		float: left;
		width: 180px;
	}

	#rodape-acap-div {
		position: absolute;
		top: 0px;
		right: 50px;
		width: 150px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS MUITO GRANDES*/
	#rodape-div {
		width: 100%;
		position: relative;
		float: left;
		margin-top: 0px;
		background-color: #fff;
		padding: 50px 0px 0px 0px;
	}

	#rodape-termos {
		width: 100%;
		position: relative;
		float: left;
		text-align: center;
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		padding: 30px 0px 30px 0px;
		background-color: #312783;
	}

	#rodape-icon {
		width: 100%;
		position: relative;
		float: left;
		font-size: 1.4em;
		color: #ea5b0c;
		text-align: center
	}

	#rodape-titulo {
		width: 100%;
		position: relative;
		float: left;
		font-size: 2em;
		color: #979797;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}

	#rodape-texto {
		width: 100%;
		position: relative;
		float: left;
		font-size: 1em;
		color: #979797;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}

	#rodape-email {
		width: 100%;
		position: relative;
		float: left;
		font-size: 1em;
		color: #979797;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}

	#rodape-direcoes {
		width: 100%;
		position: relative;
		float: left;
		font-size: 1em;
		color: #979797;
		text-align: center;
		margin-top: 16px;
	}

	#rodape-box {
		margin: 0px 30px 0px 30px;
		min-height: 330px;
		padding: 30px;
	}

	#logotipo-rodape-div {
		width: 100%;
		position: relative;
		float: left;
		margin: 0px 0px 50px 0px;
		text-align: center;
	}

	#logotipo-rodape-size {
		position: relative;
		float: left;
		width: 560px;
	}

	a.rodape-termos:link,
	a.rodape-termos:visited,
	a.rodape-termos:hover,
	a.rodape-termos:active {
		font-size: 0.9em;
	}

	#rodape-eurorepar {
		position: absolute;
		top: -10%;
		right: -10%;
		z-index: 2;
	}

	#rodape-eurorepar-size {
		position: relative;
		float: left;
		width: 123px;
	}

	#rodape-acap {
		position: absolute;
		top: -10%;
		left: -20%;
		z-index: 2;
	}

	#rodape-acap-size {
		position: relative;
		float: left;
		width: 241px;
	}

	#rodape-acap-div {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 177px;
	}
}

@media screen and (min-width: 1601px) {

	/* PARA DISPOSITIVOS MUITO GRANDES*/
	#rodape-div {
		width: 100%;
		position: relative;
		float: left;
		margin-top: 0px;
		background-color: #fff;
		padding: 50px 0px 0px 0px;
	}

	#rodape-termos {
		width: 100%;
		position: relative;
		float: left;
		text-align: center;
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		padding: 30px 0px 30px 0px;
		background-color: #312783;
	}

	#rodape-icon {
		width: 100%;
		position: relative;
		float: left;
		font-size: 1.4em;
		color: #ea5b0c;
		text-align: center
	}

	#rodape-titulo {
		width: 100%;
		position: relative;
		float: left;
		font-size: 2em;
		color: #979797;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}

	#rodape-texto {
		width: 100%;
		position: relative;
		float: left;
		font-size: 1em;
		color: #979797;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}

	#rodape-email {
		width: 100%;
		position: relative;
		float: left;
		font-size: 1em;
		color: #979797;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
	}

	#rodape-direcoes {
		width: 100%;
		position: relative;
		float: left;
		font-size: 1em;
		color: #979797;
		text-align: center;
		margin-top: 16px;
	}

	#rodape-box {
		margin: 0px 30px 0px 30px;
		min-height: 330px;
		padding: 30px;
	}

	#logotipo-rodape-div {
		width: 100%;
		position: relative;
		float: left;
		margin: 0px 0px 50px 0px;
		text-align: center;
	}

	#logotipo-rodape-size {
		position: relative;
		float: left;
		width: 671px;
	}

	a.rodape-termos:link,
	a.rodape-termos:visited,
	a.rodape-termos:hover,
	a.rodape-termos:active {
		font-size: 0.9em;
	}

	#rodape-eurorepar {
		position: absolute;
		top: -10%;
		right: -10%;
		z-index: 2;
	}

	#rodape-eurorepar-size {
		position: relative;
		float: left;
		width: 123px;
	}

	#rodape-acap {
		position: absolute;
		top: -10%;
		left: -20%;
		z-index: 2;
	}

	#rodape-acap-size {
		position: relative;
		float: left;
		width: 241px;
	}

	#rodape-acap-div {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 177px;
	}
}

#rodape-box {
	position: relative;
	float: left;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}


#redesocial-rodape {
	width: 35px;
	height: 35px;
	border-radius: 35px;
	text-align: center;
	color: #fff;
	background-color: #312783;
	cursor: pointer;
	margin: 0px 6px 0px 6px;
	padding: 2px 0px 0px 0px;
	position: relative;
	float: left;
	font-size: 1.2em;
	font-weight: 400;
	-webkit-transition: all 0.5s;
	/* Safari */
	transition: all 0.5s;
}

#redesocial-rodape:hover {
	color: #312783;
	background-color: #fff;
}

a.redesocial-rodape:link {
	color: #fff;
	background-color: #312783;
}

a.redesocial-rodape:hover {
	color: #312783;
	background-color: #fff;
}

/*-------------------------------------------------------------------
MÓDULO DIREITOS
--------------------------------------------------------------------*/
a.termos:link {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	color: #000;
}

a.termos:visited {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	color: #000;
}

a.termos:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	color: #000;
	text-decoration: underline;
}

a.termos:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	color: #000;
}

@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	#direitos-div {
		width: 100%;
		padding: 25px 0px 25px 0px;
		position: relative;
		float: left;
		background-color: #ea5b0c;
	}

	#direitos-texto {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.9em;
		text-align: left;
		width: 100%;
		position: relative;
		float: left;
		text-align: center;
		color: #fff;
		font-weight: 400;
		padding: 0px 0px 20px 0px;
	}

	#direitos-logo {
		width: 100%;
		position: relative;
		float: left;
		text-align: center
	}

	#direitos-developed {
		font-family: 'Russo One', sans-serif;
		font-size: 0.8em;
		color: #fff;
		position: relative;
		float: left;
		margin: 5px 15px 0px 0px;
		font-weight: 200;
	}

	.rodape-redessociais {
		display: inline-block
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#direitos-div {
		width: 100%;
		padding: 25px 0px 25px 0px;
		position: relative;
		float: left;
		background-color: #ea5b0c;
	}

	#direitos-texto {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		text-align: left;
		color: #fff;
		font-weight: 400;
		margin-top: 10px;
	}

	#direitos-logo {
		width: 100%;
		position: relative;
		float: left;
		margin-top: 10px;
		text-align: right
	}

	#direitos-developed {
		font-family: 'Russo One', sans-serif;
		font-size: 0.7em;
		color: #fff;
		position: relative;
		float: left;
		margin: 2px 15px 0px 0px;
		font-weight: 200;
	}
}

@media screen and (min-width: 1280px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#direitos-div {
		width: 100%;
		padding: 25px 0px 25px 0px;
		position: relative;
		float: left;
		background-color: #ea5b0c;
	}

	#direitos-texto {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.9em;
		text-align: left;
		color: #fff;
		font-weight: 400;
		margin-top: 10px;
	}

	#direitos-logo {
		width: 100%;
		position: relative;
		float: left;
		margin-top: 10px;
		text-align: right
	}

	#direitos-developed {
		font-family: 'Russo One', sans-serif;
		font-size: 0.8em;
		color: #fff;
		position: relative;
		float: left;
		margin: 2px 15px 0px 0px;
		font-weight: 200;
	}
}

/*-------------------------------------------------------------------
CONTACTOS
--------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	.contactosfix {
		font-size: 1.6em;
		margin: 0px 10px 0px 10px;
		position: relative;
		float: left;
	}

	.contactosfix-info {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		color: #000;
		margin: 13px 0px 0px 0px;
		position: relative;
		float: left;
	}

	a.contactosfix-in {
		transform: translate(10px, 0px);
	}

	a.contactosfix:hover {
		color: #000;
		transform: translate(-120px, 0px);
	}

	a.contactosfix {
		right: -160px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	/* PARA DISPOSITIVOS GRANDES*/
	.contactosfix {
		font-size: 2em;
		margin: 0px 10px 0px 10px;
		position: relative;
		float: left;
	}

	.contactosfix-info {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		color: #000;
		margin: 13px 0px 0px 0px;
		position: relative;
		float: left;
	}

	a.contactosfix-in {
		transform: translate(10px, 0px);
	}

	a.contactosfix:hover {
		color: #000;
		transform: translate(-120px, 0px);
	}

	a.contactosfix {
		right: -160px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES*/
	.contactosfix {
		font-size: 2em;
		margin: 0px 10px 0px 10px;
		position: relative;
		float: left;
	}

	.contactosfix-info {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		color: #000;
		margin: 13px 0px 0px 0px;
		position: relative;
		float: left;
	}

	a.contactosfix-in {
		transform: translate(10px, 0px);
	}

	a.contactosfix:hover {
		color: #000;
		transform: translate(-120px, 0px);
	}

	a.contactosfix {
		right: -160px;
	}
}

@media screen and (min-width: 1601px) {

	/* PARA DISPOSITIVOS MUITO GRANDES*/
	.contactosfix {
		font-size: 2em;
		margin: 0px 10px 0px 10px;
		position: relative;
		float: left;
	}

	.contactosfix-info {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		color: #000;
		margin: 13px 0px 0px 0px;
		position: relative;
		float: left;
	}

	a.contactosfix-in {
		transform: translate(200px, 0px);
	}

	a.contactosfix:hover {
		color: #000;
		transform: translate(-10px, 0px);
	}

	a.contactosfix {
		right: -30px;
	}
}

a.contactosfix-in {
	position: fixed;
	bottom: 264px;
	cursor: pointer;
	z-index: 999;
	color: #000;
	transition: all 2s ease-in-out;
	transform: scale(0.4);
	-ms-transform: scale(0.4);
	opacity: 0;
}

a.contactosfix {
	width: 200px;
	background-color: #fff;
	padding: 0px;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	position: fixed;
	bottom: 264px;
	cursor: pointer;
	z-index: 999;
	color: #000;
	transition: all .3s ease-in-out;
	opacity: 1;
}

/*-------------------------------------------------------------------
MESSENGER
--------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	.facebook-messenger {
		font-size: 1.6em;
		margin: 0px 10px 0px 10px;
		position: relative;
		float: left;
	}

	.messenger-info {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		color: #000;
		margin: 13px 0px 0px 0px;
		position: relative;
		float: left;
	}

	a.facebook-messenger-in {
		transform: translate(10px, 0px);
	}

	a.facebook-messenger:hover {
		color: #007fff;
		transform: translate(-120px, 0px);
	}

	a.facebook-messenger {
		right: -160px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	/* PARA DISPOSITIVOS GRANDES*/
	.facebook-messenger {
		font-size: 2em;
		margin: 0px 10px 0px 10px;
		position: relative;
		float: left;
	}

	.messenger-info {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		color: #000;
		margin: 13px 0px 0px 0px;
		position: relative;
		float: left;
	}

	a.facebook-messenger-in {
		transform: translate(10px, 0px);
	}

	a.facebook-messenger:hover {
		color: #007fff;
		transform: translate(-120px, 0px);
	}

	a.facebook-messenger {
		right: -160px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES*/
	.facebook-messenger {
		font-size: 2em;
		margin: 0px 10px 0px 10px;
		position: relative;
		float: left;
	}

	.messenger-info {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		color: #000;
		margin: 13px 0px 0px 0px;
		position: relative;
		float: left;
	}

	a.facebook-messenger-in {
		transform: translate(10px, 0px);
	}

	a.facebook-messenger:hover {
		color: #007fff;
		transform: translate(-120px, 0px);
	}

	a.facebook-messenger {
		right: -160px;
	}
}

@media screen and (min-width: 1601px) {

	/* PARA DISPOSITIVOS MUITO GRANDES*/
	.facebook-messenger {
		font-size: 2em;
		margin: 0px 10px 0px 10px;
		position: relative;
		float: left;
	}

	.messenger-info {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		color: #000;
		margin: 13px 0px 0px 0px;
		position: relative;
		float: left;
	}

	a.facebook-messenger-in {
		transform: translate(200px, 0px);
	}

	a.facebook-messenger:hover {
		color: #007fff;
		transform: translate(-10px, 0px);
	}

	a.facebook-messenger {
		right: -30px;
	}
}

a.facebook-messenger-in {
	position: fixed;
	bottom: 207px;
	cursor: pointer;
	z-index: 999;
	color: #000;
	transition: all 2s ease-in-out;
	transform: scale(0.4);
	-ms-transform: scale(0.4);
	opacity: 0;
}

a.facebook-messenger {
	width: 200px;
	background-color: #fff;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	position: fixed;
	bottom: 207px;
	cursor: pointer;
	z-index: 999;
	color: #000;
	transition: all .3s ease-in-out;
	opacity: 1;
}

/*-------------------------------------------------------------------
WHATSAPP
--------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	.whatsapp {
		font-size: 1.6em;
		margin: 0px 10px 0px 10px;
		position: relative;
		float: left;
	}

	.whatsapp-info {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		color: #000;
		margin: 13px 0px 0px 0px;
		position: relative;
		float: left;
	}

	a.whatsapp-in {
		transform: translate(10px, 0px);
	}

	a.whatsapp:hover {
		color: #4caf50;
		transform: translate(-120px, 0px);
	}

	a.whatsapp {
		right: -160px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	/* PARA DISPOSITIVOS GRANDES*/
	.whatsapp {
		font-size: 2em;
		margin: 0px 10px 0px 10px;
		position: relative;
		float: left;
	}

	.whatsapp-info {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		color: #000;
		margin: 13px 0px 0px 0px;
		position: relative;
		float: left;
	}

	a.whatsapp-in {
		transform: translate(10px, 0px);
	}

	a.whatsapp:hover {
		color: #4caf50;
		transform: translate(-120px, 0px);
	}

	a.whatsapp {
		right: -160px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES*/
	.whatsapp {
		font-size: 2em;
		margin: 0px 10px 0px 10px;
		position: relative;
		float: left;
	}

	.whatsapp-info {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		color: #000;
		margin: 13px 0px 0px 0px;
		position: relative;
		float: left;
	}

	a.whatsapp-in {
		transform: translate(10px, 0px);
	}

	a.whatsapp:hover {
		color: #4caf50;
		transform: translate(-120px, 0px);
	}

	a.whatsapp {
		right: -160px;
	}
}

@media screen and (min-width: 1601px) {

	/* PARA DISPOSITIVOS MUITO GRANDES*/
	.whatsapp {
		font-size: 2em;
		margin: 0px 10px 0px 10px;
		position: relative;
		float: left;
	}

	.whatsapp-info {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		color: #000;
		margin: 13px 0px 0px 0px;
		position: relative;
		float: left;
	}

	a.whatsapp-in {
		transform: translate(200px, 0px);
	}

	a.whatsapp:hover {
		color: #4caf50;
		transform: translate(-10px, 0px);
	}

	a.whatsapp {
		right: -30px;
	}
}

a.whatsapp-in {
	position: fixed;
	bottom: 150px;
	cursor: pointer;
	z-index: 999;
	color: #000;
	transition: all 2s ease-in-out;
	transform: scale(0.4);
	-ms-transform: scale(0.4);
	opacity: 0;
}

a.whatsapp {
	width: 200px;
	background-color: #fff;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	position: fixed;
	bottom: 150px;
	cursor: pointer;
	z-index: 999;
	color: #000;
	transition: all .3s ease-in-out;
	opacity: 1;
}


/*-------------------------------------------------------------------
SCROLL MOUSE
--------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS (SMARTPHONES E TABLETS)*/
	#scroll-posicao {
		position: absolute;
		top: 500px;
		left: 50%;
		z-index: 9;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	/* PARA DISPOSITIVOS GRANDES (PCS COM BAIXA RESOLUÇÃO)*/
	#scroll-posicao {
		position: absolute;
		top: 400px;
		left: 50%;
		z-index: 9;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES (PCS COM BAIXA RESOLUÇÃO)*/
	#scroll-posicao {
		position: absolute;
		top: 500px;
		left: 50%;
		z-index: 9;
	}
}

@media screen and (min-width: 1601px) {

	/* PARA DISPOSITIVOS MUITO GRANDES (PCS COM ALTA RESOLUÇÃO)*/
	#scroll-posicao {
		position: absolute;
		top: 700px;
		left: 50%;
		z-index: 9;
	}
}

scroll-downs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 34px;
	height: 55px;
}

.mousey {
	width: 3px;
	padding: 10px 15px;
	height: 35px;
	border: 6px solid #fff;

	border-radius: 25px;
	opacity: 0.9;
	box-sizing: content-box;
}

.scroller {
	width: 3px;
	height: 10px;
	border-radius: 25%;
	background-color: #fff;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}

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

	10% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(15px);
		opacity: 0;
	}
}

/*-------------------------------------------------------------------
SCROLL UP FIM DA PAGINA
--------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	a.scrollup {
		font-size: 2em;
		color: #000;
		position: fixed;
		bottom: 30px;
		right: 15px;
		display: none;
		cursor: pointer;
		z-index: 12;
		transition: all 0.5s ease-in-out;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	/* PARA DISPOSITIVOS GRANDES*/
	a.scrollup {
		font-size: 2em;
		color: #000;
		position: fixed;
		bottom: 30px;
		right: 15px;
		display: none;
		cursor: pointer;
		z-index: 12;
		transition: all 0.5s ease-in-out;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES*/
	a.scrollup {
		font-size: 2em;
		color: #000;
		position: fixed;
		bottom: 30px;
		right: 15px;
		display: none;
		cursor: pointer;
		z-index: 12;
		transition: all 0.5s ease-in-out;
	}
}

@media screen and (min-width: 1601px) {

	/* PARA DISPOSITIVOS MUITO GRANDES*/
	a.scrollup {
		font-size: 2em;
		color: #000;
		position: fixed;
		bottom: 30px;
		right: 15px;
		display: none;
		cursor: pointer;
		z-index: 12;
		transition: all 0.2s ease-in-out;
	}
}


a.scrollup:hover {
	color: #fff;
	transform: scale(0.9);
	-ms-transform: scale(0.9);
}

/*-------------------------------------------------------------------
MÓDULO REDES SOCIAIS SHARE
--------------------------------------------------------------------*/
a.redessociais-share:link {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	background-color: #acabab;
	color: #000;
	padding: 10px 25px 10px 25px;
	margin: 2px 2px 2px 2px;
	border: 0px;
	-webkit-transition: all 0.5s;
	/* Safari */
	transition: all 0.5s;
}

a.redessociais-share:visited {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	background-color: #acabab;
	color: #000;
	padding: 10px 25px 10px 25px;
	margin: 2px 2px 2px 2px;
	border: 0px;
	-webkit-transition: all 0.5s;
	/* Safari */
	transition: all 0.5s;
}

a.redessociais-share:hover {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	background-color: #5c5c5c;
	color: #fff;
	padding: 10px 25px 10px 25px;
	margin: 2px 2px 2px 2px;
	border: 0px;
	-webkit-transition: all 0.5s;
	/* Safari */
	transition: all 0.5s;
}

a.redessociais-share:active {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	background-color: #acabab;
	color: #000;
	padding: 10px 25px 10px 25px;
	margin: 2px 2px 2px 2px;
	border: 0px;
	-webkit-transition: all 0.5s;
	/* Safari */
	transition: all 0.5s;
}

/*-------------------------------------------------------------------
ESTILOS FORMULÁRIO
--------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	.dropdown-content li>a,
	.dropdown-content li>span {
		font-size: 0.9em;
	}

	input.select-dropdown[readonly="true"] {
		font-size: 0.9em;
	}

	label {
		font-size: 1em;
		color: #fff;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {

	/* PARA DISPOSITIVOS GRANDES*/
	.dropdown-content li>a,
	.dropdown-content li>span {
		font-size: 0.8em;
	}

	input.select-dropdown[readonly="true"] {
		font-size: 0.9em;
	}

	label {
		font-size: 0.9em;
		color: #fff;
	}
}

@media screen and (min-width: 1601px) {

	/* PARA DISPOSITIVOS MUITO GRANDES*/
	.dropdown-content li>a,
	.dropdown-content li>span {
		font-size: 0.9em;
	}

	input.select-dropdown[readonly="true"] {
		font-size: 0.9em;
	}

	label {
		font-size: 1em;
		color: #fff;
	}
}


.dropdown-content li>a,
.dropdown-content li>span {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-align: center;
}


.mdb-select {
	font-family: 'Montserrat', sans-serif;
	border: none;
	width: 100%;
	color: #000;
	overflow: hidden;
	padding: 14px 20px 14px 20px;
	background: url("/155/images/arrow.png") no-repeat right #fff;
	-webkit-box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	font-size: 0.8em;
	box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	border-bottom: 4px solid #312783;
}

.tri-form2 .mdb-select {
	font-family: 'Montserrat', sans-serif;
	border: none;
	width: 100%;
	color: #000;
	overflow: hidden;
	padding: 14px 25px 14px 25px;
	background: url("/155/images/arrow.png") no-repeat right #fff;
	-webkit-box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	font-size: 0.8em;
	box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	border-bottom: 4px solid #312783;
}

.tri-form2 .select-bold {
	font-family: 'Montserrat', sans-serif;
	border: none;
	width: 100%;
	color: #000;
	font-size: 0.8em;
	font-weight: 700;
	overflow: hidden;
	padding: 14px 25px 14px 25px;
	background: url("/155/images/arrow.png") no-repeat right #fff;
	-webkit-box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	border-bottom: 4px solid #312783;
}


.ordenacao input.select-dropdown[readonly="true"] {
	color: #fff;
	border: none;
}

.ordenacao.mdb-select {
	font-family: 'Montserrat', sans-serif;
	border: none;
	width: 100%;
	color: #000;
	background: none;
	border: 1px solid #ccc;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

/*--------------------------------------------------
FORMULÁRIOS - CAIXAS CINZENTO
----------------------------------------------------*/
.tri-form2 input[type="password"].form-control {
	background-color: #fff;
	color: #000;
	padding: 25px 25px 25px 25px;
	-webkit-box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	border-bottom: 4px solid #312783;
	font-size: 0.9em
}

.tri-form2 input[type="text"].form-control {
	background-color: #fff;
	color: #000;
	padding: 25px 25px 25px 25px;
	-webkit-box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	border-bottom: 4px solid #312783;
	font-size: 0.9em
}

.tri-form2 input[type="email"].form-control {
	background-color: #fff;
	color: #000;
	padding: 25px 25px 25px 25px;
	-webkit-box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	border-bottom: 4px solid #312783;
	font-size: 0.9em
}

.tri-form2 textarea.form-control {
	background-color: #fff;
	color: #000;
	padding: 25px 25px 25px 25px;
	-webkit-box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	border-bottom: 4px solid #312783;
	font-size: 0.9em
}

.tri-form2 input[type="text"]::placeholder {
	color: #000;
}

.tri-form2 input[type="email"]::placeholder {
	color: #000;
}

.tri-form2 input[type="password"]::placeholder {
	color: #000;
}

.tri-form2 textarea.form-control::placeholder {
	color: #000;
}

.tri-form2 select.form-control {
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	border: 0px;
	border-radius: 0;
	-webkit-appearance: none;
	color: #000;
	padding: 15px 25px 15px 25px;
	min-height: 55px;
	overflow: hidden;
	background: url("/images/arrow.png") no-repeat right #e4e4e4;
}

.tri-form2 select.form-control::placeholder {
	color: #000;
}

.tri-form2 select.form-control option {
	color: #000;
	background-color: #e4e4e4;
}

.tri-form2 .checkbox .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	border-radius: .25em;
	width: 1.3em;
	height: 1.3em;
	float: left;
	margin-right: .5em;
}

.tri-form2 .checkbox .cr .cr-icon {
	position: absolute;
	font-size: .8em;
	line-height: 0;
	top: 50%;
	left: 15%;
}

.tri-form2 .checkbox label input[type="checkbox"] {
	display: none;
}

.tri-form2 .checkbox label input[type="checkbox"]+.cr>.cr-icon {
	opacity: 0;
}

.tri-form2 .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
	opacity: 1;
}

/*-------------------------------------------------------------------
BOOTBOX
--------------------------------------------------------------------*/
.bootbox .modal-sm {
	width: 90%;
}

.bootbox .modal-header {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	display: block;
	color: #000;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

.bootbox .modal-open .modal {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.bootbox .modal-body {
	background-color: #fff;
}

.bootbox .modal-content {
	background-color: transparent;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #000;
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
}

.bootbox .modal-footer {
	background-color: #fff;
	border-top: 1px solid #fff;
}

.bootbox-close-button {
	display: none;
}

a.bootbox-link {
	color: #000;
	text-decoration: underline;
}

.bootbox-alert div div div button.btn-primary {
	padding: 8px 20px 8px 20px;
	font-size: 0.9em;
	font-family: 'Roboto', sans-serif;
}

/*-------------------------------------------------------------------
JQUERY VALIDATE
--------------------------------------------------------------------*/
label.error {
	color: #ef4f10;
	;
	padding: 1px 5px 1px 5px;
	font-size: 0.9em;

}

/*-------------------------------------------------------------------
TABS
--------------------------------------------------------------------*/
.nav {
	box-shadow: none;
	margin: 0px;
	background-color: #878787;
	border-radius: 0px;
}

.nav .nav-link:link {
	color: #fff;
	margin: 2px;
	font-weight: 500;
	border-radius: 0px;
	font-size: 0.9em
}

.nav .nav-link:visited {
	color: #FFF;
	font-weight: 500;
	font-size: 0.9em
}

.nav .nav-link:hover {
	background-color: #d8242d;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em
}

.nav .nav-link.active {
	background-color: #d8242d;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em
}

.nav {
	box-shadow: none;
}

/*-------------------------------------------------------------------
TOOLTIP
--------------------------------------------------------------------*/
.tooltip-inner {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.88);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 0.9em;
	width: auto;
	padding: 4px 4px 4px 4px;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
	margin-left: -3px;
	content: "";
	border-width: 5px 5px 0;
	border-top-color: rgba(0, 0, 0, 0.8);
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
	margin-top: -3px;
	content: "";
	border-width: 5px 5px 5px 0;
	border-right-color: rgba(0, 0, 0, 0.8);
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
	margin-left: -3px;
	content: "";
	border-width: 0 5px 5px;
	border-bottom-color: rgba(0, 0, 0, 0.8);
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
	right: 0;
	margin-top: -3px;
	content: "";
	border-width: 5px 0 5px 5px;
	border-left-color: rgba(0, 0, 0, 0.8);
}

/*-------------------------------------------------------------------
- ZOOM 
--------------------------------------------------------------------*/
.animation2 {
	transition: all .2s ease-in-out
}

.animation2:hover {
	transform: scale(0.98);
	-ms-transform: scale(0.98)
}

/*-------------------------------------------------------------------
FIM LAYOUT
--------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------
MÓDULO CAMPANHAS HOME
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

	/* PARA DISPOSITIVOS PEQUENOS*/
	#ModalCampanha .modal-lg {
		min-width: 90% !important;
	}

	#ModalCampanha button {
		opacity: 1;
		font-size: 2em;
		padding: 0px 6px 0px 6px;
		border-radius: 20px;
		border: 1px solid #000;
		color: #fff;
		background-color: #000;
		position: absolute;
		z-index: 2;
		top: -5px;
		right: -4px;
	}
}

@media screen and (min-width: 769px) {

	/* PARA DISPOSITIVOS GRANDES*/
	#ModalCampanha .modal-lg {
		min-width: 60% !important;
	}

	#ModalCampanha button {
		opacity: 1;
		font-size: 2em;
		padding: 0px 10px 0px 10px;
		border-radius: 20px;
		border: 1px solid #000;
		color: #fff;
		background-color: #000;
		position: absolute;
		z-index: 2;
		top: -5px;
		right: -4px;
	}
}


#ModalCampanha .modal-dialog {
	z-index: 99999;
}

#ModalCampanha .modal-body {
	background-color: rgba(0, 0, 0, 0.0);
	box-shadow: none !important;
	border: 0px;
	height: 65vh;
	overflow-y: auto;
}

#ModalCampanha .modal-content {
	background-color: transparent;
	border: 0px;
	box-shadow: none !important;
}

#ModalCampanha .modal-footer {
	background-color: rgba(0, 0, 0, 0.0);
	border-top: 0px;
	box-shadow: none !important;
}

#ModalCampanha .modal-header {
	background-color: rgba(0, 0, 0, 0.0);
	border-bottom: 0px;
	box-shadow: none !important;
}

#ModalCampanha button:hover {
	opacity: 0.6;
}

.modal-backdrop {
	opacity: 0.8 !important;
}