html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333;
}
@media (min-width:769px) {
body {
	padding-top: 158px;
}
/*body.paginas {
    padding-top: 166px;
}*/
}
a {
	color: #cbda02;
}
a:hover, a:active, a:focus {
	text-decoration: none
}
p:last-child {
	margin-bottom: 0px;
}
.sub-menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: normal;
}
.sub-menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sub-menu li a {
}
.sub-menu li a:hover, .sub-menu li a.active {
}
.mapa-iframe {
	border: solid 2px #e9e9e9;
	margin-bottom: 15px;
}
.mapa-iframe iframe {
	float: left;
	width: 100%;
	display: inline-block;
}
.mapa-iframe:after {
	content: '';
	clear: both;
	display: block;
}
/*CONTAINER RESOLUCOES*/
@media (min-width:769px) {
.container {
	width: 95%;
}
}
@media (min-width:992px) {
.container {
	width: 1000px;
}
}
@media (min-width:992px) AND (max-width:1080px) {
.container {
	width: 95%;
}
}
@media (min-width:1200px) {
.container {
	width: 1100px;
}
}
@media (max-width:768px) {
.container {
	padding-left: 0px;
	padding-right: 0px;
}
}
@media (max-width:768px) {
.row {
	margin-left: -5px !important;
	margin-right: -5px !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
}
@media (max-width:768px) {
.container-fluid, .container-fluid.cabecalho .container {
	padding-left: 0px;
	padding-right: 0px;
}
.container {
	padding-left: 5px;
	padding-right: 5px;
}
.navbar-header {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
}
.btn-geral {
	background-color: #ccda04;
	border-radius: 0px;
	color: #1b1b1b;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	padding: 12px 70px;
}
.btn-geral:hover {
	background-color: #596118;
	color: #ffffff;
}
.btn-geral2 {
	background-color: #626262;
	border-radius: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	padding: 12px 70px;
}
.btn-geral2:hover {
	background-color: #ccda04;
	color: #1b1b1b;
}
 @media (min-width:400px) AND (max-width:768px) {
.btn-geral {
	font-size: 14px;
	padding: 9px 50px;
}
}
@media (max-width:400px) {
.btn-geral {
	font-size: 12px;
	padding: 5px 30px;
}
}
/* --- */
.cabecalho-logotipo {
	border-top: solid 28px #626262;
	position: relative;
	z-index: 2000;
}
.cabecalho-logotipo .sombra-logotipo {
	content: '';
	background-image: url(../images/logotipo_sombra.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 162px;
	display: block;
	position: absolute;
	top: -28px;
	left: -290px;
	right: 0px;
	z-index: 2;
	display: none;
}
.paginas .cabecalho-logotipo .sombra-logotipo {
	background-size: 350px;
	height: 105px;
	top: -20px;
	left: -135px;
}
@media (max-width:768px) {
.cabecalho-logotipo .sombra-logotipo {
	display: none;
}
}
/*SLIDESHOW*/
.slideshow-geral {
	background-color: #626262;
	width: 100%;
	/* padding-top: 8px; */
	padding-bottom: 8px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
@media (min-width:992px) {
.slideshow-geral {
}
}
.slideshow-geral #slideshow {
	
	width: 100%;
}
.slideshow-geral #slideshow img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
}
/*.slideshow-geral #slideshow .container {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}*/
@media (min-width:769px) {
.slideshow-geral #slideshow .carousel-caption {
	top: 24%;
}
}
@media (max-width:992px) {
.slideshow-geral #slideshow .carousel-caption {
	width: 85%;
	top: 50px;
}
}
.slideshow-geral .glyphicon-chevron-left, .slideshow-geral .glyphicon-chevron-right {
	margin: 0px;
}
.slideshow-geral .glyphicon-chevron-left:before, .slideshow-geral .glyphicon-chevron-right:before {
	content: '';
}
.slideshow-geral .carousel-control.left, .slideshow-geral .carousel-control.right {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 64px;
	height: 64px;
	display: block;
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	z-index: 2;
}
.slideshow-geral .carousel-control.left {
	background-image: url(../images/bt_anterior.png);
	margin: auto;
	left: 8%;
	top: 0px;
	bottom: 0px;
}
.slideshow-geral .carousel-control.right {
	background-image: url(../images/bt_seguinte.png);
	margin: auto;
	right: 8%;
	top: 0px;
	bottom: 0px;
}
.slideshow-geral .carousel-control.left:hover {
	background-position: center center;
}
.slideshow-geral .carousel-control.right:hover {
	background-position: center center;
}
.slideshow-geral .carousel-control.left:hover, .slideshow-geral .carousel-control.right:hover {
	background-color: transparent;
	filter: Alpha(Opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
@media (max-width:768px) {
.slideshow-geral {
	position: relative;
	z-index: 1000;
}
.slideshow-geral .carousel-control.left, .slideshow-geral .carousel-control.right {
	background-size: 38px;
	width: 40px;
	height: 40px;
}
}
.slideshow-geral .carousel-indicators {
	bottom: -38px;
}
.slideshow-geral .carousel-indicators li, .slideshow-geral .carousel-indicators li.active {
	background-color: #fff;
	width: 9px;
	height: 9px;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.slideshow-geral .carousel-indicators li {
	margin-left: 3px;
	margin-right: 3px;
}
.slideshow-geral .carousel-indicators li.active {
	background-color: #cbda02;
}
.paginas .slide .glyphicon-chevron-left:before, .paginas .slide .glyphicon-chevron-right:before, #slideshow-listagem .glyphicon-chevron-left:before, #slideshow-listagem .glyphicon-chevron-right:before {
	content: '';
}
.paginas .slide .carousel-control.left, .paginas .slide .carousel-control.right, #slideshow-listagem .carousel-control.left, #slideshow-listagem .carousel-control.right {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 65px;
	height: 65px;
	display: block;
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	z-index: 2;
}
.paginas .pagina-conteudo.tipo1,
.paginas .pagina-conteudo.tipo2 {
  margin-bottom: 0px!important;
}
.paginas .slideshow-geral { 
  padding: 0px!important;
}
.paginas .slide .carousel-control.left {
  left: 1%!important;
}
.paginas .slide .carousel-control.right {
  right: 1%!important;
}
@media (max-width: 1280px) {
.paginas .slideshow-geral {
    text-align: center;
    background-color: #fff;
}
.paginas .slideshow-geral .item {
    text-align: left;
}
.paginas .slide .carousel-control.left, .paginas .slide .carousel-control.right {
  position: unset;
    margin-top: 15px;
    display: inline-block;
}
}
.paginas .slide .carousel-control.left, #slideshow-listagem .carousel-control.left {
	background-image: url(https://www.cenariwood.pt/dev/images/esquerda.jpg);
	margin: auto;
	left: -91px;
	top: 0px;
	bottom: 0px;
}
.paginas .slide .carousel-control.right, #slideshow-listagem .carousel-control.right {
	background-image: url(https://www.cenariwood.pt/dev/images/direita.jpg);
	margin: auto;
	right: -91px;
	top: 0px;
	bottom: 0px;
}
.paginas .slide .carousel-control.left:hover, .paginas .slide .carousel-control.right:hover, #slideshow-listagem .carousel-control.left:hover, #slideshow-listagem .carousel-control.right:hover {
	background-color: transparent;
	filter: Alpha(Opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
.paginas .item img {
	width: 100%;
	height: auto;
}
 @media (min-width:769px) and (max-width:992px) {
.paginas .slide .carousel-control.left, #slideshow-listagem .carousel-control.left {
	left: -45px;
}
.paginas .slide .carousel-control.right, #slideshow-listagem .carousel-control.right {
	right: -45px;
}
}
@media (min-width:992px) and (max-width:1180px) {
.paginas .slide .carousel-control.left, #slideshow-listagem .carousel-control.left {
	left: -45px;
}
.paginas .slide .carousel-control.right, #slideshow-listagem .carousel-control.right {
	right: -45px;
}
}
@media (min-width:1200px) and (max-width:1270px) {
.paginas .slide .carousel-control.left, #slideshow-listagem .carousel-control.left {
	left: -45px;
}
.paginas .slide .carousel-control.right, #slideshow-listagem .carousel-control.right {
	right: -45px;
}
}
/*CORPO SITE*/
.corposite {
	background-color: #ffffff;
	padding-top: 25px;
	padding-bottom: 25px;
}
/*RODAPE*/
.rodape {
	/* background-color: #596118; */
	line-height: 25px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 35px;
	padding-bottom: 0px;
}

.rodape a:hover {
	text-decoration: underline;
}
.rodape, .rodape a {
	font-size: 16px;
	color: #626262;
	font-weight: 400;
}

.rodape .tit {
	color: #626262;
	font-size: 20px;
	line-height: normal;
	margin-bottom: 0px;
}
.rodape .tit strong {
	font-weight: 400;
}
.rodape .subtit {
	color: #626262;
	font-size: 14px;
	line-height: normal;
}
.rodape .subtit span {
	font-weight: bold;
}
.rodape .redesociais .at-follow-btn {
	float: none !important;
	overflow: hidden !important;
	padding: 0px !important;
	display: inline-block !important
}
.rodape .redesociais .at-icon-wrapper {
	background-color: #323232 !important;
}
.rodape .redesociais .at-follow-btn .at-icon-wrapper svg {
	fill: #ffffff !important;
	border: none !important;
}
.rodape .redesociais .at-icon-wrapper, .rodape .redesociais .at-follow-btn .at-icon-wrapper svg {
	width: 45px !important;
	height: 45px !important;
}
.rodape .redesociais .at-follow-btn .at-icon-wrapper svg {
	width: 49px !important;
	height: 49px !important;
	margin-top: 3px;
	margin-left: 4px;
}
.rodape .rodape-links a {
	line-height: normal;
	margin-bottom: 8px;
	display: inline-block;
}
@media (min-width:769px) AND (max-width:992px) {
.rodape {
	line-height: 18px;
}
.rodape, .rodape a {
	font-size: 13px;
}
.rodape .tit {
	font-size: 17px;
}
}
@media (max-width:768px) {
.rodape {
	text-align: center;
}
.rodape .tit {
	margin-top: 30px;
}
}
@media (max-width:430px) {
.rodape {
	line-height: 18px;
}
.rodape, .rodape a {
	font-size: 13px;
}
.rodape .tit {
	font-size: 17px;
}
}
/* ------- */	
/*COPTYRIGHT - MANUTENCAO*/
.manutencao {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 35px !important;
}
.manutencao a {
	color: #999999;
	font-size: 13px;
	text-decoration: none;
}
/* --- */
.scrollup {
	background-image: url(../images/bt_scrollup.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	text-indent: -5000em;
	display: none;
	height: 40px;
	width: 40px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	z-index: 1036;
	right: 5px;
	bottom: 1px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.scrollup:hover {
	background-position: left bottom;
}
@media (max-width:768px) {
.scrollup {
	right: 5px;
	bottom: 5px;
}
}
.btn-pedido-informacao {
	background-image: url(../images/btn_pedido-de-informacoes.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 55px;
	height: 315px;
	display: block;
	position: fixed;
	right: 0px;
	bottom: 18%;
	z-index: 5000;
}
.btn-pedido-informacao span {
	font-size: 15px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	font-weight: 600;
	white-space: nowrap;
	color: #ffffff;
	margin-top: -55px;
	display: block;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: relative;
	top: 100%;
	right: 1px;
	z-index: 0;
}
.btn-telefone-fixed {
	display: none;
}	
@media (max-width:768px) {
.btn-pedido-informacao {
	background-color: #323232;
	background-position: left -10px;
	padding-left: 70px;
	padding-top: 13px;
	width: 100%;
	height: 50px;
	top: 0px;
	z-index: 9000;
	display: none;
}
.btn-pedido-informacao span {
	margin-top: 0px;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	top: 0px;
}
.btn-telefone-fixed {
	background-image: url(../images/icon_telefone.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9000px;
	width: 50px;
	height: 50px;
	display: block;
	position: fixed;
	bottom: 95px;
	right: 0px;
	z-index: 5000;
}
}
@media (max-height:600px) {
.btn-pedido-informacao {
}

}
/*FORMULARIO*/
.formulario {
}
.formulario .form-group {
	text-transform: uppercase;
}
.formulario .form-control {
	background-color: #ffffff;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.formulario .btn-enviar {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	background-color: #ff0000;
}
.formulario .btn-cancelar {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	border: 0px none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	color: #b6c600;
}
/* ----- */
.pagina-index .formulario small {
	font-size: 13px;
}
.pagina-index .formulario .double-opt-in {
	margin-top: 15px;
	margin-bottom: 15px;
}
.paginas .formulario small {
	font-size: 11px;
}
.formulario small {
	text-transform: none;
	margin-top: 0px;
	display: inline-block;
	line-height: normal;
}
.formulario p:last-child {
	margin-bottom: 10px;
}
.formulario .d-inline-block {
	display: inline-block !important;
}
.formulario .box-checkbox {
	text-transform: none;
	line-height: normal;
	font-size: 17px;
	margin-top: 20px;
	cursor: pointer;
	display: block !important
}
.formulario .box-checkbox input, .formulario .box-checkbox .box {
	width: 40px;
	height: 40px;
	margin-top: 0;
	margin-left: 0;
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	opacity: 0
}
.formulario .box-checkbox input {
	margin-left: 0;
	margin-right: 0
}
.formulario .box-checkbox .box {
	border: solid 1px #787878;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 1;
	opacity: 1;
	cursor: pointer
}
.formulario .box-checkbox input[type="checkbox"]:checked + .box {
	background-color: #ffffff;
	z-index: 1;
	opacity: 1
}
.formulario .box-checkbox input[type="checkbox"]:checked + .box:before {
	content: "x";
	padding: 0px;
	height: 17px;
	display: block;
	color: #72448d;
	font-size: 18px;
	font-weight: 400;
	font-family: verdana;
	text-align: center;
	position: relative;
	z-index: 0;
	top: -6px;
}
.formulario .box-checkbox {
	line-height: normal;
	font-size: 17px;
	margin-top: 0px;
	cursor: pointer;
	cursor: auto
}
.formulario .box-checkbox input, .formulario .box-checkbox .box {
	width: 18px;
	height: 18px;
	margin-top: 0;
	margin-left: 0;
	display: block;
	position: absolute;
	z-index: 0;
	top: 39px;
	left: 0px;
	opacity: 0;
	z-index: -999
}
.formulario .box-checkbox input {
	margin-left: 0;
	margin-right: 0
}
.formulario .box-checkbox .box {
	border: solid 1px #787878;
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 1;
	opacity: 1;
	cursor: pointer
}
.formulario .box-checkbox input[type="radio"]:checked + .box {
	background-color: #ffffff;
	z-index: 1;
	opacity: 1
}
.formulario .box-checkbox input[type="radio"]:checked + .box:before {
	content: "x";
	padding: 0px;
	height: 17px;
	display: block;
	color: #72448d;
	font-size: 18px;
	font-weight: 400;
	font-family: verdana;
	text-align: center;
	position: relative;
	z-index: 0;
	top: -6px;
}
.formulario .double-opt-in {
	color: #ffffff;
	text-align: center;
	clear: both;
	margin-bottom: 0px !important;
	display: block;
	position: relative;
}
.formulario .double-opt-in .margem-10 {
	margin-bottom: 10px
}
.formulario .double-opt-in small span {
	padding-top: 3px;
	padding-left: 8px;
	display: block
}
.formulario .double-opt-in .box {
	width: 18px;
	height: 18px;
	margin-top: 0;
	margin-left: 0;
	display: block;
	position: absolute;
	z-index: 0;
	top: 1px;
	left: 0;
	opacity: 0;
	border: solid 2px #787878;
	float: left;
	margin-right: 0px;
	position: relative;
	z-index: 1;
	opacity: 1;
	cursor: pointer
}
.formulario .box-checkbox .declaracao-ler {
	bottom: 3px;
	top: auto;
	left: auto;
	height: 18px
}
.formulario .double-opt-in .box-2 {
	width: 15px;
	height: 15px;
	margin-top: 0;
	margin-left: 0;
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	opacity: 0;
	border: solid 2px #787878;
	float: left;
	margin-right: 0px;
	position: relative;
	z-index: 1;
	opacity: 1;
	cursor: pointer
}
.formulario .double-opt-in input[type="radio"] {
}
.formulario .double-opt-in input[type="radio"]:checked + label {
	background-color: #ffffff;
	z-index: 1;
	opacity: 1
}
.p-double-opt-in {
	float: left;
	margin-left: 7px;
	margin-right: 15px;
	margin-bottom: 0px !important;
	position: relative;
	z-index: 0;
	top: -2px;
}
.formulario .double-opt-in .small-label {
	position: relative;
	z-index: 0;
	top: -8px;
	margin-right: 15px;
}
@media (max-width: 425px) {
.hidden-xs-c {
	display: none!important
}
}
@media (max-width: 769px) and (min-width: 426px) {
.hidden-sm {
	display: none!important;
}
}

.paragrafo-pdf {
	text-align: center;
   margin-bottom: 0;
   margin-top: 65px;
}
.paragrafo-pdf .btn.btn-pdf {
    background-color: #ffffff;
    padding: 8px 8px;
    font-size: 16px;
    line-height: 38px;
    margin-right: 4px;
    color: #626262;
    font-weight: 500;
    height: 55px;
    border: 1px solid rgba(0, 0, 0, 0.26);
}
.paragrafo-pdf .btn.btn-pdf:hover {
    background-color: #d2d3d4 !important;
}
.paragrafo-pdf .btn.btn-pdf:after {
    content: '';
    background-color: transparent;
    background-image: url(../images/PDF_file_icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px auto;
    width: auto;
    min-width: auto;
    height: auto;
    padding: 23px 19px;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    left: -3px;
    top: -4px;
    display: inline-block;
    float: left;
}

@media (max-width: 374px) {
	.paragrafo-pdf .btn.btn-pdf {
	    background-color: #ffffff;
	    padding: 5px 5px;
	    font-size: 14px;
	    line-height: 34px;
	    margin-right: 4px;
	    color: #626262;
	    font-weight: 500;
	    height: 48px;
	    border: 1px solid rgba(0, 0, 0, 0.26);
	}
	.paragrafo-pdf .btn.btn-pdf:after {
	    content: '';
	    background-color: transparent;
	    background-image: url(../images/PDF_file_icon.svg);
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: 22px auto;
	    width: auto;
	    min-width: auto;
	    height: auto;
	    padding: 22px 14px;
	    position: relative;
	    z-index: 1;
	    border-radius: 50%;
	    left: -3px;
	    top: -4px;
	    display: inline-block;
	    float: left;
	}	
}



textarea {
   overflow: auto;
   resize: vertical;
}
.rodape #contactos {
	padding-bottom: 55px;
	padding-top: 25px;
	background-color: #ffffff;
}
.rodape .formulario .texto-separador {
    color: #626262;
}
.rodape .formulario .double-opt-in {
    color: #626262;
}
.rodape .formulario a {
	color: #cbda02;
	font-size: 11px;
	font-weight: 800;
}
.rodape .formulario .form-control {
	background-color: #ffffff;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border: solid 2px #787878;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.rodape .formulario .btn-geral {
    background-color: #626262;
    border-radius: 0px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 70px;
}
.rodape .alert {
	font-size: 14px;
}