f@charset "utf-8";
/* CSS Document */

.clearfix:before,
.clearfix:after {
   content: " ";
   display: table;
}

.clearfix:after {
   clear: both;
}

.clearfix {
   *zoom: 1;
}


img,
picture,
video,
embed {
   max-width: 100%;
}


*, *:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

/* personalizar a barra em geral, aqui estou definindo 10px de largura para a barra verticale 15px de altura para a barra horizontal */
::-webkit-scrollbar {
width:15px;
height:15px;
}
 
/* aqui é para personalizar o fundo da barra, neste caso estou colocando um fundo cinza escuro*/
::-webkit-scrollbar-track {
background:#FFF;
}
 
/* aqui é a alça da barra, que demonstra a altura que você está na página estou colocando uma cor azul clara nela*/
::-webkit-scrollbar-thumb {
background: #112b9e;
}






.aviso {
	font-weight: bold;
	color: red;
}





body {
	margin: 0;
	padding: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.0em;
	background-image: url(../imagens/grupo_sbi-logo.png);
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;

}


a {
	text-decoration: none;
}


.background {
	background-image: url('../imagens/fundo_marcosgas.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
	position: relative;
		
}

.header {
	width: 100%;
	height: 38.1875em;
   /*height: 55.58510638297872%;*/
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	
}

.link {color: white!important;}

@media screen and (min-width: 892px){
	.botBottom {
		display: none;
	}
}



@media screen and (min-width: 812px) and (max-width: 892px) {
	
	.header {
		width: 100%;
		height: 39.1875em;
	   /*height: 55.58510638297872%;*/
		margin-top: 0;
		margin-bottom: 0;
}
	
	nav {
		/*background: rgba(255,255,255,0.6);*/
		height: 29.1875em;
		width: 100%;
		margin-top: -0.0em!important;
		text-align: center;
		position: relative;
		
	}
	
	nav #menu {
		display: inherit;
	}
	
	nav #menuFluido {
		display: none;
		position: relative;
		
	}

			nav a {
				font-weight: bold;
				color: darkblue;
			}
			nav ul {
				list-style-type: none; 
				margin: 0;
				padding: 0;
			}
			nav li {
				display: inline;
				padding: 0.5em 0 0 0!important;
				margin:0 0.5em 0 0;
			}

	
	
	/* ----------------------------*/
			.mobile-container {
				max-width: 892px;
				margin: auto;
				/*background-color: #555;*/
				height: 500px;
				color: white;
				border-radius: 10px;
			}

			.topnav {
				overflow: hidden;
				background-color: #91c3b1;
				position: relative;
				z-index: 2;
			}

			.topnav #myLinks {
				display: none;
				
			}

			.topnav a {
				color: black;
				padding: 14px 16px;
				text-decoration: none;
				font-size: 17px;
				display: block;
				
			}

			.topnav a.icon {
				background: white;
				display: block;
				position: absolute;
				width: 100%;
				right: 0;
				top: 0;
			}

			.topnav a:hover {
				background-color: white;
				color: black!important;
			}

			.active {
				/*background-color: #4CAF50;*/
				color: black;
				height: 3.0em;
			}
			
			
			

	
	
	
	.box_video {
	width: 100%!important;

	display: block;
}
	
	.box_video:hover{
	position: relative;
		z-index: 5!important;
		
	}

	.vinheta {
		width: 100%!important;
		background-color: rgba(255,255,255,0.8);
		height: 5.4375em;
	}

	.box_texto {
		width: 100%!important;
		height: 13.1875em;
		background-color: rgba(255,255,255,0.8);
	}
	
	.caixa_logo {
		margin: 1.25em!important;
	}


	
}






@media screen and (max-width: 812px) {
	
			.botBottom {
			position: fixed;
			bottom: 0;
			padding: 0.5em;
			height: 4em;
			background-color: rgba(27,20,179,0.84);
			width: 100%;
			z-index: 99;
			}	
	
			.header {
				width: 100%;
				height: 29.1875em;
			   /*height: 55.58510638297872%;*/
				margin-top: 0;
				margin-bottom: 0;
		}

			nav {
				/*background: rgba(255,255,255,0.6);*/
				height: 3.0em;
				width: 100%;
				margin-top: -0.1em!important;


				text-align: center;
				position: relative;

			}

			nav #menu {
				display: none;
			}

			nav #menuFluido {
				display: inherit;
				position: relative;

			}


			/* ----------------------------*/
					.mobile-container {
						max-width: 812px;
						margin: auto;
						/*background-color: #555;*/
						height: 500px;
						color: white;
						border-radius: 10px;
					}

					.topnav {
						overflow: hidden;
						background-color: #91c3b1;
						position: relative;
						z-index: 2;
					}

					.topnav #myLinks {
						display: none;

					}

					.topnav a {
						color: black;
						padding: 14px 16px;
						text-decoration: none;
						font-size: 17px;
						display: block;

					}

					.topnav a.icon {
						background: white;
						display: block;
						position: absolute;
						width: 100%;
						right: 0;
						top: 0;
					}

					.topnav a:hover {
						background-color: white;
						color: black!important;
					}

					.active {
						/*background-color: #4CAF50;*/
						color: black;
						height: 3.0em;
					}




					nav a {
						font-weight: bold;
						color: darkblue;
					}
					nav ul {
						list-style-type: none; 
						margin: 0;
						padding: 0;
					}
					nav li {
						display: inline;
						padding: 0;
						margin-bottom: 0.5em;
					}




					.box_video {
					width: 100%!important;
					
					display: block;
				}

					.box_video:hover{
					position: relative;
						z-index: 5!important;

					}

					.vinheta {
						width: 100%!important;
						background-color: rgba(255,255,255,0.8);
						height: 5.4375em;
					}
	
					.vinheta h1, h2, h3, h4, h5, h6 {
						font-size: 1.8em!important;
						font-weight: bold;
					}

					.box_texto {
						width: 100%!important;
						height: 13.1875em;
						background-color: rgba(255,255,255,0.8);
					}

				#contato_cont {
					/*width: 40.375em;*/
					width: 45%!important;
					float: left;

				}

					#contato_inf {
						width: 45%!important;
						float: right;
					}


					.campoperadora {
						width: 90%!important;
						margin: 10px 10px 15px 0;
					}
	

	
					.esquerda {
							width: 100%!important;
						}
	
				
						.caixa_logo {
						margin: 1.25em!important;
					}
	
}


@media screen and (max-width: 718px) {
	
	
	
			.botBottom {
			position: fixed;
			bottom: 0;
			padding: 0.5em;
			height: 4em;
			background-color: rgba(27,20,179,0.84);
			width: 100%;
			z-index: 99;
			}	
	
			.header {
			width: 100%;
			height: 29.1875em;
		   /*height: 55.58510638297872%;*/
			margin-top: 0;
			margin-bottom: 0;
		}

			nav {
			/*background: rgba(255,255,255,0.6);*/
			height: 3.0em;
			width: 100%;
			margin-top: -0.1em!important;
			display: block;
			text-align: center;
		}

			nav #menu {
				display: none;
			}

			nav #menuFluido {
				display: inherit;
			}


			/* ----------------------------*/
					.mobile-container {
						max-width: 718px;
						margin: auto;
						/*background-color: #555;*/
						height: 500px;
						color: white;
						border-radius: 10px;
					}

					.topnav {
						overflow: hidden;
						background-color: #91c3b1;
						position: relative;
					}

					.topnav #myLinks {
						display: none;
					}

					.topnav a {
						color: #dde7ee;
						padding: 14px 16px;
						text-decoration: none;
						font-size: 17px;
						display: block;
					}

					.topnav a.icon {
						background: white;
						display: block;
						position: absolute;
						width: 100%;
						right: 0;
						top: 0;
					}

					.topnav a:hover {
						background-color: white;
						color: black!important;
					}

					.active {
						/*background-color: #4CAF50;*/
						color: white;
						height: 3.0em;
					}

					#contato_cont {
						/*width: 40.375em;*/
						width: 100%!important;

					}

						#contato_inf {
					width: 100%!important;
						}


						.campoperadora {
							width: 90%!important;
							margin: 10px 10px 15px 0;
						}
	
						.esquerda {
							width: 60%!important;
						}
	
					.caixa_logo {
						margin: 1.25em!important;
					}
	

	
}


@media screen and (max-width: 640px){
			.botBottom {
			position: fixed;
			bottom: 0;
			padding: 0.5em;
			height: 4em;
			background-color: rgba(27,20,179,0.84);
			width: 100%;
			z-index: 99;
			}	
	
			.header {
			width: 100%;
			height: 19.1875em;
		   /*height: 55.58510638297872%;*/
			margin-top: 0;
			margin-bottom:0;
		}



			nav {
			/*background: rgba(255,255,255,0.6);*/
			height: 3.0em;
			width: 100%;
			/*margin-top: -30em;*/
			position: absolute;
			top: 0.0!important;
			display: block;
			border: solid 1px #000000;
			text-align: center;
		}

			nav #menu {
				display: none;
			}

			nav #menuFluido {
				display: inherit;
			}


			/* ----------------------------*/
					.mobile-container {
						max-width: 640px;
						margin: auto;
						/*background-color: #555;*/
						height: 500px;
						color: white;
						border-radius: 10px;
					}

					.topnav {
						overflow: hidden;
						background-color: #91c3b1;
						position: relative;
					}

					.topnav #myLinks {
						display: none;
					}

					.topnav a {
						color: black;
						padding: 14px 16px;
						text-decoration: none;
						font-size: 17px;
						display: block;
					}

					.topnav a.icon {
						background: white;
						display: block;
						position: absolute;
						width: 100%;
						right: 0;
						top: 0;
					}

					.topnav a:hover {
						background-color: white;
						color: black!important;
					}

					.active {
						/*background-color: #4CAF50;*/
						color: white;
						height: 3.0em;
					}		
					#contato_cont {
						/*width: 40.375em;*/
						width: 100%!important;

					}

						#contato_inf {
					width: 100%!important;
						}



						.campo_cidade {
							width: 50%!important;
							margin: 0 10px 15px 0;
						}

						.campoperadora {
							width: 90%!important;
							margin: 10px 10px 15px 0!important;
						}
	
						.esquerda {
							width: 100%!important;
						}
						
					.caixa_logo {
						margin: 1.25em!important;
					}
	
	
} /*Final da media */


@media screen and (max-width: 520px) {
	
			.botBottom {
			position: fixed;
			bottom: 0;
			padding: 0.5em;
			height: 4em;
			background-color: rgba(27,20,179,0.84);
			width: 100%;
			z-index: 99;
			}		

			.header {
			width: 100%;
			height: 21.1875em;
		   /*height: 55.58510638297872%;*/
			margin-top: 0;
			margin-bottom:0;
		}



			nav {
			/*background: rgba(255,255,255,0.6);*/
			height: 3.0em;
			width: 100%;
			/*margin-top: -30em;*/
			position: absolute;
			top: -0.1em!important;
			display: block;
			border: solid 1px #000000;
			text-align: center;
		}

			nav #menu {
				display: none;
			}

			nav #menuFluido {
				display: inherit;
			}


			/* ----------------------------*/
					.mobile-container {
						max-width: 520px;
						margin: auto;
						/*background-color: #555;*/
						height: 500px;
						color: white;
						border-radius: 10px;
					}

					.topnav {
						overflow: hidden;
						background-color: #91c3b1;
						position: relative;
					}

					.topnav #myLinks {
						display: none;
					}

					.topnav a {
						color: black;
						padding: 14px 16px;
						text-decoration: none;
						font-size: 17px;
						display: block;
					}

					.topnav a.icon {
						background: white;
						display: block;
						position: absolute;
						width: 100%;
						right: 0;
						top: 0;
					}

					.topnav a:hover {
						background-color: white;
						color: black!important;
					}

					.active {
						/*background-color: #4CAF50;*/
						color: white;
						height: 3.0em;
					}		
				#contato_cont {
					/*width: 40.375em;*/
					width: 100%!important;

				}

					#contato_inf {
				width: 100%!important;
					}



					.campo_cidade {
						width: 50%!important;
						margin: 0 10px 15px 0;
					}

					.campoperadora {
						width: 90%!important;
						margin: 10px 10px 15px 0!important;
					}
	
					.esquerda {
						width: 100%!important;
					}
					.caixa_logo {
						margin: 1.25em!important;
					}
	
	
	.direita {
		padding-bottom: 13em;
	}
	
} /*Final da media */	



					
@media screen and (max-width: 412px) {
			.botBottom {
			position: fixed;
			bottom: 0;
			padding: 0.5em;
			height: 4em;
			background-color: rgba(27,20,179,0.84);
			width: 100%;
			z-index: 99;
			}	
	
			.header {
			width: 100%;
			height: 17em;
		   /*height: 55.58510638297872%;*/
			margin-top: 0;
			margin-bottom:0;
		}
	




			nav {
			/*background: rgba(255,255,255,0.6);*/
			height: 3.0em;
			width: 100%;
			/*margin-top: -20em;*/
			position: absolute;
			top: -1.5em!important;
			display: block;
			border: solid 1px #000000;
			text-align: center;
		}

			nav #menu {
				display: none;
			}

			nav #menuFluido {
				display: inherit;
			}

			.caixa_logo {
				width: 40%!important;
			}


			/* ----------------------------*/
					.mobile-container {
						width: 100%!important;
						margin: auto;
						/*background-color: #555;*/
						height: 500px;
						color: white;
						border-radius: 10px;
					}

					.topnav {
						overflow: hidden;
						background-color: #91c3b1;
						position: relative;
					}

					.topnav #myLinks {
						display: none;
					}

					.topnav a {
						color: black;
						padding: 14px 16px;
						text-decoration: none;
						font-size: 17px;
						display: block;
					}

					.topnav a.icon {
						background: #dde7ee;
						display: block;
						position: absolute;
						right: 0;
						width: 100%;
						top: 0;
					}

					.topnav a:hover {
						background-color: #c4d5e2;
						color: black!important;
						text-decoration: none;
					}

					.active {
						/*background-color: #4CAF50;*/
						color: white;
						height: 3.0em;
					}		
				#contato_cont {
					/*width: 40.375em;*/
					width: 100%!important;
					clear: both;

				}

					#contato_inf {
				width: 100%!important;
				
					}



					.campo_cidade {
						width: 50%!important;
						margin: 0 10px 15px 0;
					}

					.campoperadora {
						width: 90%!important;
						margin: 10px 10px 15px 0!important;
					}
					
					.esquerda {
						width: 100%!important;
					}
	
					.caixa_logo {
						/*margin: 1.25em!important;  Atrapalhando largura da página*/
						width: 38%!important;
						padding: 0.05em!important;
					}
	
					.box_video {
						width: 100%!important;
						
						display: block;
					}
	
	
	
} /*Final da media */	


@media screen and (max-width: 375px) {
			.botBottom {
			position: fixed;
			bottom: 0;
			padding: 0.5em;
			height: 4em;
			background-color: rgba(27,20,179,0.84);
			width: 100%;
			z-index: 99;
			}	
	
			.header {
			width: 100%;
			height: 15.5em;
		   /*height: 55.58510638297872%;*/
			margin-top: 0;
			margin-bottom:0;
		}

			.vinheta h1, h2, h3, h4, h5, h6 {
				font-size: 1.8em;
				font-weight: bold;
			}

			nav {
			/*background: rgba(255,255,255,0.6);*/
			height: 3.0em;
			width: 100%;
			position: absolute;
			top: -1.0em!important;

			display: block;
			border: solid 1px #000000;
			text-align: center;
		}

			nav #menu {
				display: none;
			}

			nav #menuFluido {
				display: inherit;
			}


			/* ----------------------------*/
					.mobile-container {
						max-width: 100!important;
						margin: 0;
						/*background-color: #555;*/
						height: 500px;
						color: #dde7ee;
						border-radius: 10px;
					}

					.topnav {
						overflow: hidden;
						background-color: #91c3b1;
						position: relative;
					}

					.topnav #myLinks {
						display: none;
					}

					.topnav a {
						color: black;
						padding: 14px 16px;
						text-decoration: none;
						font-size: 17px;
						display: block;
					}

					.topnav a.icon {
						background: #dde7ee;
						display: block;
						position: absolute;
						width: 100%;
						right: 0;
						top: 0;
					}

					.topnav a:hover {
						background-color: white;
						color: black!important;
					}

					.active {
						/*background-color: #4CAF50;*/
						color: white;
						height: 3.0em;
					}		
			#contato_cont {
				/*width: 40.375em;*/
				width: 100%!important;
			height: 41.0em!important;

		}

			#contato_inf {
			width: 100%!important;

			}


				.campo_cidade {
					width: 50%!important;
					margin: 0 10px 15px 0;
				}

				.campoperadora {
					width: 90%!important;
					margin: 10px 10px 15px 0!important;
				}


				.esquerda {
					width: 100%!important;
				}
	
	
	.caixa_logo {

    margin: 1.25em 0 0 0.2em!important;

}


		} /*Final da media */	


h1, h2, h3, h4, h5 {

	position: relative!important;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}


.destaque1 {
	font-weight: bold;
	font-size: 1em;
}


.destaque2 {
	font-weight: bold;
	color: #097B2F;
}

.caixa_logo {
   
	width: 16.0625em;  /*257px / 1128px */
   /*padding: 2.4em 4em 2.4em 4em;
	background: rgba(0,0,0,0.6); com transparencia
	width: 25%;*/
  	position: absolute;
   	left: 0;
	background-color: rgba(255,255,255,0.70);
	border-radius: 1em;
	padding: 0.6em;
	   
   	margin: 1em;
}


.caixa_contato {
   
	/*width: 16.0625em;  257px / 1128px */
   /*padding: 2.4em 4em 2.4em 4em;
	background: rgba(0,0,0,0.6); com transparencia*/
   /*background: rgba(#FFFFFF,0.6);*/
	width: 13.2em;
	height: 9em;
	position: absolute;
	right: 0.5em;
    bottom: 0.5em;
	background-image: url('../imagens/img_caixa_top_contato.png');
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	/*border: solid 1px #0000500;*/
}

.caixa_contato_texto {
	margin: 1.8em 0 0 3.8em;
	/*background: rgba(255,255,255,0.6);*/
	font-weight: bold;
}

.caixa_contato_social {
	position: absolute;
	bottom: 1em;
	right: 0;
	/*background: rgba(255,255,255,0.6);*/
	font-weight: bold;
	margin-left: 0;
	width: 12em;
}

/*.caixa_contato_social img {margin: 0 0.3em 0 0;}
.caixa_contato_social img:last-child {margin: 0;}*/

.coluna {
   	width: 23.404255319149%; /* 264px / 1128px */
   	margin-right: 2.127659574468%; /* 24 / 1128px */
	float: left;
}

.coluna:last-child {
   margin-right: 0;
}



.footer {
   width: 100%;
   margin-top: 2.4em;
   margin-bottom: 2.4em;
   float: left;
   clear: both;
}


/* meu conteúdo */

.meu_container {
	max-width: 1128px;
	margin: 0px auto;
	padding: 0;
	position: relative;
}


.meu_containerTopo {
	width: 100%;
	margin: 0px auto;
	padding: 0;
	position: relative;
}



#topo {
	width: 100%;
	height: 25.58510638297872%;
}

#menu {
		display: inherit;
	}
	
#menuFluido {
	display: none;
	top: 0.5em;
	right: 0.5em;
}



nav {
	background: #ADD8E6;
	height: 4.5em;
	width: 100%;
	/*margin-top: -40.0em;*/
	top: -4.5em;
	text-align: center;
	position: absolute;
	line-height: 2em;
}

nav a {
	font-weight: bold;
	color: darkblue;
	color: #228B22;
	padding: 0.4em;
}

nav a:hover {
	font-weight: bold;
	color: #FFF;
	padding:  0.4em;
	text-decoration: none;
	background-color: #66CDAA;
	
	
}

nav ul {list-style-type: none; 
	top: 0;
	padding: 0.8em 0;
}
nav li {
	display: inline;
	padding: 1.4em 0.5em 0 0.5em;
	line-height: 20px;
}


nav li:hover {
	display: inline;
	padding: 1.4em 0.5em 0 0.5em;
	margin-bottom: 1.0em;
	
}


article {
	padding: 1.0em!important;
	background: rgba(255,255,255,0.8);
}

#internas article {
	padding: 1.0em!important;
	background: rgba(255,255,255,0.8);
	margin-bottom: 1em;
	width: 100%;
}




.bg_transp {
	/*background: rgba(255,255,255,0.1);*/
	background-color: rgba(255,255,255,0.8);
	margin-top: 1.5em;

}

.padding1 {
	padding: 1.0em;
}

.separador {
	clear: both;
	height: 2.0em;
}

.box_video {
	width: 30em;
	/*height: 18.75em;
	background-color: antiquewhite;*/
	float: left;
	position: relative;
	z-index: 1;
}

.vinheta {
	width: 25em;
	float: right;
	position: relative;
	/*background-color: aquamarine;
	height: 5.4375em;*/
	min-height: 94px;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 5.8em;
	background-color: rgba(255,255,255,0.8);
}

.p13 {
	background-image: url(../imagens/ico_gas.png);
}
.p45 {
	background-image: url(../imagens/ico_p45.png);
}
.agua {
	background-image: url(../imagens/ico-agua.png);
}
.racao {
	background-image: url(../imagens/ico-racao.png);
}




.vinheta h1, h2, h3, h4, h5, h6 {
	position: absolute;
	bottom: 0;
	font-size: 110%;
}

.box_texto {
	width: 25em;
	float: right;
	height: 13.1875em;
	position: relative;
	/*background-color: darkkhaki;*/
	background-color: rgba(255,255,255,0.8);
	
}

.bot_orcamento a {
	display: block;
	/*background-color: #FFF;*/
	border: solid 1px #24685e;
	border-radius: 10px;
	position: absolute;
	bottom: 1.0em;
	padding: 0.625em;
	font-weight: bold;
	color: #24685e;
	}

.bot_orcamento a:hover {
	display: block;
	background-color: #91c3b1;
	position: absolute;
	bottom: 1.0em;
	padding: 0.625em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}

.bot_orcamento a:active {
	display: block;
	background-color: #8bc83e;
	position: absolute;
	bottom: 1.0em;
	padding: 0.625em;
	font-weight: bold;
	color: #24685e;
	}







.bot_orcamento2 a {
	display: block;
	/*background-color: #FFF;*/
	border: solid 1px #24685e;
	border-radius: 10px;
	position: relative;
	bottom: 1.0em;
	padding: 0.625em;
	font-weight: bold;
	color: #24685e;
	float: left;
	}

.bot_orcamento2 a:hover {
	display: block;
	background-color: #91c3b1;
	position: relative;
	bottom: 1.0em;
	padding: 0.625em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}

.bot_orcamento2 a:active {
	display: block;
	background-color: #8bc83e;
	position: relative;
	bottom: 1.0em;
	padding: 0.625em;
	font-weight: bold;
	color: #24685e;
	}







.titulo_home {
	bottom: 1.0em;
	display: block;
	/*background-color: rgba(2,6,51,1.00);8*/
	background-color: rgba(14,7,184,1.00);
	position: absolute;
	padding: 0.625em;
	font-weight: bold;
	color: #FFF;
	font-size: 1.3em;
}

.titulo {
	font-weight: bold;
	color: rgba(14,7,184,1.00);
	font-size: 1.3em;
}

#contato_cont {
	/*width: 40.375em;*/
	width: 48%;
	/*height: 38em;*/
	position: relative;
	float: left;
	border: solid 1px rgba(209,4,7,1.00);
	background-color: rgba(255,252,207,0.92);
	padding:0;
}

#contato_cont img{
	margin-right: 2px;
	margin-bottom: 4px;
}

#contato_cont img:first-child{
	border: solid 1px #000;
}

#contato_inf {
	width: 45%;
	/*height: 38em;*/
	position: relative;
	float: right;
	/*border: solid 1px rgba(209,4,7,1.00);*/
}

#contato_inf img {margin: 0 0.3em 0 0;}
#contato_inf img:last-child {margin: 0;}


#rodape {
	position: relative;
	width: 100%;
	float: left;
	font-size: 0.6875em;
	background-color: #FFF;
	height: 9.0625em;
	margin: 0;
	
}

.esquerda {
	width:  36%;
	float: left;
	background-color: rgba(4,65,139,0.95);
	color: #FFF;
	padding: 10px;
	height: 8.8em;

}

.imagem_esq {
	float: left;
	margin-left: 15px;
}

.direita {
	width:  50.53191489361702%;
	float: left;
	height: 6.0625em;
	margin: 0 20px 0 20px;
	font-size: 1.5em;
}

.rodape_pr {
	width: 60%;
	float: left;
	margin-left: 10px;
}


.assinatura {
	float: right;
	margin: 20px;
}

.mercadopago-button {
    padding: 0 1.7142857142857142em;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1.2em;
    line-height: 2.7142857142857144;
    background: #009ee3;
    border-radius: 0.2857142857142857em;
    color: #fff;
    cursor: pointer;
    border: 0;
}