*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

img {
	-ms-interpolation-mode: bicubic;
}

nothing{
	display:none !important;
}

.clicavel{
	cursor: pointer;
}

.hidden {
	display:none !important;
}

.PC{
	display:block;
}

.MOBILE{
	display:none;
}

.width100pc{
	width:100%;
}

.width98pc{
	width:98%;
}

.width96pc{
	width:96%;
}

.width66pc{
	width:66.66%;
}

.width49pc{
	width:49%;
}

.width33pc{
	width:31.33%;
	padding:0px 1%;
}

.width33pc.first{
	width:32.33%;
	padding-left:0px;
}

.width33pc.last{
	width:32.33%;
	padding-right:0px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.relative{
	position: relative;
}

.absolute{
	position: absolute;
}

.central{
	display:inline-block;
	position: relative;
}

.leftAbsolute{
	position: absolute;
	left: 0px;
	z-index: 1;
}

.rightAbsolute{
	position: absolute;
	right: 0px;
	z-index: 1;
}

.alinhaY{
	top:50%;
	transform: translateY(-50%);
}

.alinhaX{
	left:50%;
	transform: translateX(-50%);
}

.alinhaX.alinhaY{
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.centro-dinamico{
	float: none;
   overflow: hidden;
   display: block;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   text-align: center;
	z-index: 0;
}

html {
   -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position: relative;
  z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

body{
	width:100%;
	height: 100%;
	height: auto;
	font-family: "Segoe UI Light", "Segoe UI", "Segoe Print", "Segoe Script", "Segoe UI Semibold", "Segoe UI Symbol";
	margin:0px;
}

h1 {
	font-family: "Segoe UI Light", "Segoe UI", "Segoe Print", "Segoe Script", "Segoe UI Semibold", "Segoe UI Symbol";
	color: #D5943F;
	font-size:35px;
	font-weight: 500;
	margin-top:0px;
	margin-bottom:0px;
}

h2 {
	font-family: "Segoe UI Light", "Segoe UI", "Segoe Print", "Segoe Script", "Segoe UI Semibold", "Segoe UI Symbol";
	font-size: 40px;
	font-weight: 100;
}

h3 {
	font-size:22px;
}

h4 {
	font-size:20px;
}

h5{
	font-size: 18px;
}

p {
	font-family: "Segoe UI Light", "Segoe UI", "Segoe Print", "Segoe Script", "Segoe UI Semibold", "Segoe UI Symbol";
	color:#999;
	font-size:18px;
}

a {
	font-family: "Segoe UI Light", "Segoe UI", "Segoe Print", "Segoe Script", "Segoe UI Semibold", "Segoe UI Symbol";
	color:#999;
	font-size:18px;
}

.conteudo {
	width:1200px;
}

.slick-slide:focus {
    outline: 0px;
}

.menu-mobile {
	display:none !important;
}

.imagem-mobile{
	display:none;
}

.inputErro{
	border:1px solid #f00 !important;
}

.quadroAvisos {
	position: fixed;
	bottom: -100px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #CF8E45;
	min-width: 220px;
	text-align: center;
	min-height: 0px;
	padding: 10px;
	color: #fff;
	font-size: 32px;
	z-index: 999;
	border: 1px solid #402f1b;
	box-shadow: 0px 0px 5px #444;
	transition: all 0.3s linear;
}

footer.width100pc.absolute{
	bottom: 0px;
}

.navSociais > div:first-child{
	margin-right: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width:1200px){	/*ipad landscape*/
	.conteudo {
		width:98%;
	}
}

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

}

@media screen and (max-width:768px){	/*ipad portrait*/
	.PC{
		display:none !important;
	}

	.MOBILE{
		display:block !important;
	}

	.menu-mobile{
		display:block !important;
	}
}

@media screen and (max-width:740px){	/*iphone 6+ landscape*/

}

@media screen and (max-width:640px){	/*iphone 5 landscape*/

}

@media screen and (max-width:480px){	/*iphone 4 landscape*/

}

@media screen and (max-width:420px){	/*iphone 6+ portrait*/

}

@media screen and (max-width:360px){	/*iphone 5/4 portrait*/

}
