/* reset geral */
* {
 	margin:0;
  	padding:0;
  	border:0;
  	font-size:100%;
  	background:transparent;
  	outline:0px;
  	box-sizing:border-box;
}
:focus {
  	outline:0;
}

/* reset de tags */
html, body {
	font-family:Verdana, Geneva, sans-serif;
	background-color:#ffffff;
	font-size:15px;
	line-height:1.7;
	text-align:left;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-moz-text-size-adjust:none;
	text-size-adjust:none;
}
hr {
	border-top: 1px solid #999999;
}
p {
	padding:5px 0px 5px 0px;
}
ol, ul {
  	list-style:none;
}
caption, th {
  	text-align:left;
}
/*
h1, h2, h3, h4, h5, h6 {
  	font-size:100%;
  	font-weight:normal;
}
*/	
a {
	text-decoration:none;
	color:#f37021;
}
a:hover, a:active {
    text-decoration:underline;
	color:#f37021;
	cursor: pointer;
}
table {
  	border-collapse:collapse;
  	border-spacing:0;
  	margin:auto;
}
label {
    display:inline;
}
input[type="radio"] {
    zoom:140%;
    vertical-align:text-bottom;
}
input[type="checkbox"] {
    zoom:150%;
    vertical-align:text-bottom;
}
::placeholder {
    color:#cccccc;
}
/* divs */
.divconteudo_out {
	width: 100%;
	padding: 70px 10px 30px 10px;
  	text-align: center;	
	min-height:100vh;
}
.divconteudo_in {
	display: inline-block;
	text-align: left;	
	width:100%;
	max-width:1170px;
	/*
	border:1px dotted black;
	*/
}
.divconteudo_in2 {
	display: inline-block;
	text-align: left;	
	width:100%;
	/*
	border:1px dotted black;
	*/
}
.divclick {
	opacity:1.0;
	background-color:#ffffff;
	z-index:5;
}
.divnoclick {
	pointer-events:none;
	opacity:0.3;
	background-color:#ffffff;
	z-index:5;
}
.divalerta {
	position:fixed;
	font-size:1.2rem;
	width:380px;
	margin-left:-190px;
	overflow-y:auto;
	border:0px;
	padding:10px;
	top:150px;
	left:50%;
	text-align:center;
	z-index:6;
	visibility:hidden;
	background-color:#f4e4db;
}
.divmenumob {
	position:fixed;
	font-size:1.6rem;
	top:110px;
	left: 50%;
    width: 290px;
    margin-left: -150px;
	padding:10px;
	border:0px;
	background-color:#f37021;
	text-align:left;
	overflow:auto;
	z-index:2;
}
.divcabecalho {
	font-weight:bold;
	background-color:#f37021;
	color:#ffffff;
}
.divbackgroundleft {
	min-width:100%;
	background-repeat: no-repeat;
	background-position: left top;
}
.divbackgroundright {
	min-width:100%;
	background-repeat: no-repeat;
	background-position: right top;
}

/* tables */
.tableformat1 {
	border:1px;
}
.tableformat2 {
	border:1px;
	border-style:solid;
	border-color:#999999;
}
.fieldcell {
	padding:5px;
}
.smallcell {
	padding:1px;
}
.sidecell {
	padding-right:10px;
}
.nullcell {
	padding:0px;
}
.logocell {
	padding:0px;
	font-weight:bold;
	background-color:#f37021;
	color:#ffffff;
}
.titlecell {
	background-color:#eeeeee;
	border:1px;
	border-style:solid;
	border-color:#999999;
	padding:3px;
	text-align:left;
}
.titlecell2 {
	border:0px;
	border-radius:10px;
	background-color:#eeeeee;
	padding: 8px;
}
.titlecell3 {
	border:0px;
	background-color:#eeeeee;
	padding: 0px;
}
.buttoncell {
	border:0px;
	border-radius:10px;
	background-color:#eeeeee;
	padding: 8px;
    user-select: none;
}
.buttoncell:hover, .trilum:active {
	background-color:#fdba4d;
}
.buttoncellactive {
	color:#ffffff;
	border:0px;
	border-radius:10px;
	background-color:#fdba4d;
	padding: 8px;
}
.buttoncell2 {
	border:3px;
	border-color:#999999;
	border-style: solid;
	border-radius:10px;
	background-color:#ffffff;
	padding: 5px;
    user-select: none;
}
.buttoncell2:hover, .trilum:active {
	border-color:#fdba4d;
}
.buttoncell2active {
	border:3px;
	border-color:#fdba4d;
	border-style: solid;
	border-radius:10px;
	background-color:#ffffff;
	padding: 5px;
}
.normalcell {
	border:1px;
	border-style:solid;
	border-color:#999999;
	padding:3px;
	text-align:left;
}
.normalcell2 {
	background-color:#fdba4d;
	border:1px;
	border-style:solid;
	border-color:#999999;
	padding:3px;
}
.alterarcell {
	border: 1px solid #aaaaaa;
	font-size: 1rem;
	padding: 3px;
	display:none;
}
.trilum {
	background-color:#ffffff;
}
.trilum:hover, .trilum:active {
	background-color:#fdba4d;
}
.tdilum {
	background-color:#ffffff;
}
.tdilum:hover, .tdilum:active {
	background-color:#f0f0f0;
}
.menumobcell {
	font-size:1.5rem;
	color:#ffffff;
	font-weight:bold;
	background-color:#f37021;
	border-width:0px 0px 3px 0px;
	border-color:#ffffff;
	border-style:solid;
	padding:10px 0px 10px 0px;
}
.tableformattab {
	border-collapse:separate;
	table-layout:fixed;
}
.tabon {
	background-color:#ffffff;
	height:40px;
	border-width:1px;
	border-color:#f37021;
	border-bottom-color:#ffffff;
	border-style:solid;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:1px;
	font-size:1.1rem;
	font-weight:bold;
	color:black;
    user-select: none;
}
.taboff {
	background-color:#f0f0f0;
	height:40px;
	border-width:1px;
	border-color:#f37021;
	border-bottom-color:#f37021;
	border-style:solid;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:1px;
	font-size:1.1rem;
	font-weight:normal;
	color:black;
    user-select: none;
}
.taboff:hover {
	background-color:#ffffff;
}
.pdtable {
	border-collapse: separate;
	border-spacing: 0px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 3px;
}
.pdtable:hover {
	border-color: #fdba4d;
}
.pdcell1 {
	border-bottom:solid #999999 1px;
	background-color: #eeeeee;
	padding: 5px;
	text-align: center;
}
.pdcell2 {
	border-bottom:solid #999999 1px;
	background-color: #eeeeee;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
.pdcellblk {
	border-bottom:solid #999999 1px;
	background-color: #ffffff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
.pdcellbrown {
	border-bottom:solid #999999 1px;
	background-color: #eeeeee;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
.pdcellpink {
	border-bottom:solid #999999 1px;
	background-color: #eeeeee;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

/* inputs */
.inputbox {
	font-size:1.1rem;
	background-color:#ffffff;
	font-weight:bold;
	color:black;
	padding:5px;
	border-width:1px;
	border-radius:5px;
	border-style:solid;
	border-color:#999999;
	outline:none;
}
.inputbox:focus {
	padding:3px;
	border-width:3px;
	border-color:#fdba4d;
}
.inputbox:disabled, .inputbox[readonly] {
	border-color:#eeeeee;
	background-color:#eeeeee;
}
.selectbox {
	font-size:1.1rem;
	background-color:#ffffff;
	font-weight:bold;
	color:black;
	padding:4px;
	border-width:1px;
	border-radius:5px;
	border-style:solid;
	border-color:#999999;
	outline:none;
}
.selectbox:focus {
	padding:2px;
	border-width:3px;
	border-color:#f37021;
}
.inputbox:disabled, .inputbox[readonly] {
	border-color:#eeeeee;
	background-color:#eeeeee;
}
.inputbutton {
	font-size:1rem;
	color:black;
	padding:4px 12px 4px 12px;
	white-space:nowrap;
	min-height:24px;
	min-width:30px;
	background-color:#eeeeee;
	border-radius:50px;
	border:1px solid #eeeeee;
	outline:none;
}
.inputbutton:hover {
	border:1px solid #fdba4d;
	background-color: #fdba4d;
}
.inputbutton:active {
	border:1px solid #fdba4d;
	background-color: #fdba4d;
}
.inputbutton:disabled {
	font-size:1rem;
	background-color:#ffffff;
	border:1px dotted #999999;
}
.inputbuttonoff {
	font-size:1rem;
	color:black;
	padding:4px 12px 4px 12px;
	white-space:nowrap;
	min-height:24px;
	min-width:30px;
	background-color:#ffffff;
	border-radius:50px;
	border:1px dotted #999999;
	outline:none;
}
.contabutton {
	font-size:1.3rem;
	color:#ffffff;
	padding:6px;
	white-space:nowrap;
	height: 42px;
	background-color:#f37021;
	border-radius:5px;
	border:1px solid #ffffff;
	outline:none;
}
.contabutton:hover {
	color:#f37021;
	background-color:#ffffff;
	border:1px solid #ffffff;
}
.smallbutton {
	font-size:0.85rem;
	color:black;
	padding:4px 12px 4px 12px;
	white-space:nowrap;
	min-height:24px;
	min-width:30px;
	background-color:#ffffff;
	border-radius:50px;
	border:2px solid #eeeeee;
	outline:none;
}
.smallbutton:hover {
	border:2px solid #fdba4d;
}

/* slideshow */
.divbackground {
	background-size:cover;
	position:fixed;
	top:108px;
	left:0px;
	right:0px;
	bottom:0px;
	transition: background 1s;
}
.divbackgroundmob {
	background-size:cover;
	position:fixed;
	top:86px;
	left:0px;
	right:0px;
	bottom:0px;
	transition: background 1s;
}
.back1 {
	background-image: url('../img_slide/slide1-1920px.jpg');
}
.back2 {
	background-image: url('../img_slide/slide2-1920px.jpg');
}
.back3 {
	background-image: url('../img_slide/slide3-1920px.jpg');
}
.back4 {
	background-image: url('../img_slide/slide4-1920px.jpg');
}
.back5 {
	background-image: url('../img_slide/slide5-1920px.jpg');
}
.back6 {
	background-image: url('../img_slide/slide6-1920px.jpg');
}
.back7 {
	background-image: url('../img_slide/slide7-1920px.jpg');
}
.back8 {
	background-image: url('../img_slide/slide8-1920px.jpg');
}
.backmob1 {
	background-image: url('../img_slide/slide1-500px.jpg');
}
.backmob2 {
	background-image: url('../img_slide/slide2-500px.jpg');
}
.backmob3 {
	background-image: url('../img_slide/slide3-500px.jpg');
}
.backmob4 {
	background-image: url('../img_slide/slide4-500px.jpg');
}
.backmob5 {
	background-image: url('../img_slide/slide5-500px.jpg');
}
.backmob6 {
	background-image: url('../img_slide/slide6-500px.jpg');
}
.backmob7 {
	background-image: url('../img_slide/slide7-500px.jpg');
}
.backmob8 {
	background-image: url('../img_slide/slide8-500px.jpg');
}
.divapresentacao1 {
	position:fixed;
	text-align:center;
	font-size:1.8rem;
	font-weight:bold;
	top:120px;
	left:20px;
	right:20px;
}
.divapresentacao1mob {
	position:fixed;
	text-align:center;
	font-size:1.8rem;
	font-weight:bold;
	top:80px;
	left:10px;
	right:10px;
}
.divapresentacao2 {
	position:fixed;
	bottom:20px;
	left:50px;
	right:50px;
}
.divapresentacao2mob {
	position:fixed;
	bottom:80px;
	left:50px;
	right:50px;
}
.tablecslide {
	position:absolute; 
	bottom:15px; 
	left:0px; 
	right:0px; 
	margin:auto; 
	font-size:50px;
	z-index:10; 
}
.cellcslide {
	min-width:30px;
	color:#ffffff;
}
.cellcslideselected {
	min-width:30px;
	color:#f37021;
}
.cellcslide:hover {
	cursor:pointer;
}

/* styles */
.imgvpeq {
	width:12px;
	height:12px;
}
.imgpeq {
	width:16px;
	height:16px;
}
.imgmed {
	width:20px;
	height:20px;
}
.imgbig {
	width:26px;
	height:26px;
}
.imgvbig {
	width:50px;
	height:50px;
}
.logo {
	font-size:1.6rem;
	font-weight:bold;
	background-color:#f37021;
	border-color:#f37021;
	color:#ffffff;
}
.logo2 {
	font-size:1.3rem;
	background-color:#f37021;
	border-color:#f37021;
	color:#ffffff;
}
.text {
	padding:5px 0px 0px 5px;
}
.textgold {
	color:#f37021;
}
.textvbig {
	font-size:1.7rem;
}
.textbig {
	font-size:1.25rem;
}
.textsmall {
	font-size:0.85rem;
}
.textvsmall {
	font-size:0.75rem;
}
.textvermelho {
	color:#aa0000;
}
.textverde {
	color:#669900;
}
.textazul {
	color:#003399;
}
.textoff {
	color:#999999;
}
.textlink {
	color:#f37021;
}
.vsmall {
	width:50px;
}
.small {
	width:150px;
}
.medium {
	width:50%;
}
.big {
	width:100%;
}
.nobr {
	white-space:nowrap;
}
.novidades {
	color:#999999;
	padding:10px 0px 0px 10px;
	vertical-align: top;
}
.conteudo {
	padding:10px 10px 0px 10px;
	vertical-align: top;
}
.menuopcoes {
	color:black;
	background-color:#fdba4d;
}
.fullwidth {
    width:100%;
}
.titulo {
	font-weight:bold;
}
.titulo2 {
	font-family: "Open Sans", sans-serif;
	font-size:1.2rem;
}
.titulo3 {
	font-family: "Open Sans", sans-serif;
	font-size:1.2rem;
	font-weight:bold;
}
.titulo4 {
	font-family: "Open Sans", sans-serif;
	font-size:1.4rem;
	font-weight:bold;
	width:100%;
	text-align:left;
	margin:10px 0px 10px 0px;
}
.titulo5 {
	font-family: "Open Sans", sans-serif;
	font-size:1.4rem;
	font-weight:bold;
	width:100%;
	text-align:left;
	border-bottom:1px solid #999999; 
	margin:10px 0px 10px 0px;
}
.titulo6 {
	font-family: "Open Sans", sans-serif;
	font-size:1.8rem;
	font-weight:bold;
	text-align: center;
	background-color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.titulo7 {
	font-family: "Open Sans", sans-serif;
	font-size:2rem;
	text-align: center;
	background-color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom:1px solid #999999;
}
.nofloat {
	clear: both;
}
.shadow {
	-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.7);
	-moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.7);
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.7);
}
