@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSans';
    src: url('../fonts/droidsans-webfont.eot');
    src: url('../fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-webfont.woff2') format('woff2'),
         url('../fonts/droidsans-webfont.woff') format('woff'),
         url('../fonts/droidsans-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'DroidSansBold';
    src: url('../fonts/droidsans-bold-webfont.eot');
    src: url('../fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-bold-webfont.woff2') format('woff2'),
         url('../fonts/droidsans-bold-webfont.woff') format('woff'),
         url('../fonts/droidsans-bold-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	position: relative;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	height: 100%;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */  
}

/* TOPO */
#topo_menu {
position: relative;
z-index: 1000;}

.menu-footer {	
	position: absolute !important;
	left: 0;
	bottom: 0;
	width: 100%;
}
	
.navbar {
  margin-bottom: 0;
  padding: 0;
  background: none;
  z-index: 1000;
  position: relative;
  min-height: 50px;
}

.navbar-nav > li > a,
.dropdown-menu>li>a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 10px 0;
	font-family: Oswald;
	text-transform: uppercase;
}
.dropdown-menu>li>a { margin: 0; }

.navbar-nav > li:first-child > a {
	border: none;
}

.dropdown-menu {
	width: 100%;  	
}

.carousel {margin-bottom: 30px;}

.topo_container {
	background-position: top center !important;
}

/* SLIDE */
.slide {	
display: block;
clear: both;
width: 100%;
margin-bottom: 40px;
}

.tp-bullets {bottom: -35px !important;}

/* TIRANDO SETA E BARRA DE TEMPO CARROSSEL */
.tparrows,
.tp-bannertimer {display: none;}

/* EXIBINDO SETA PERSONALIZADA */
.seta.tparrows {display: block;}

.seta {
top: 50% !important;
text-align: center;
line-height: 38px;
font-size: 25px;
margin-left: -5px;}

.seta .fa {
font-size: 25px;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;}

.seta.tp-leftarrow .fa{margin-left: -5px;}
.seta.tp-rightarrow .fa{margin-right: -5px;}

/*MENU DROP UP*/
.bottom-up .dropdown-menu {top: auto; bottom: 100%; }

/* SLIDE */
.slide {	
display: block;
clear: both;
width: 100%;
}
.slide.interna {position: relative;}

.tp-bullets {bottom: -35px !important;}

.slide h1 {
font-family: Oswald;
font-size: 60px;
line-height: 70px;
margin: 0 0 20px;
}

.slide  p {
font-size: 18px;}

.slide .button {
padding: 18px;
font: 16px 'Oswald', sans-serif;
line-height: 14px;
font-weight: normal;
display: inline-block;
cursor: pointer;
position: relative;
text-decoration: none;
text-transform: uppercase;}

.slide .button:hover {
background-color: rgba(0, 0, 0, 0.5);
text-decoration: none;
outline: 0;
-webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
-moz-transition: color 0.2s ease-out, background 0.2s ease-out;
-o-transition: color 0.2s ease-out, background 0.2s ease-out;
-ms-transition: color 0.2s ease-out, background 0.2s ease-out;
transition: color 0.2s ease-out, background 0.2s ease-out;
}

.slide .img-slide {
width: 100% !important;
height: auto !important;}

/*topo fixo*/
.top-fixed {
	height: 50px;
}
.top-fixed #topo_menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 20;
}

/* CONTEÚDO - PÁGINAS */
h1.titulo {
	font-family: Oswald;
	font-size: 40px;
	padding: 7px 0px;
	border-bottom: 3px;
	text-transform: uppercase;
}

/* CONTATO */
.contato_texto { margin-bottom: 20px; }

.tp-bgimg.defaultimg {
	position: absolute !important;
}


/* ***************************************** 
 * RESIZE 
   *****************************************/ 

/* MAX-WIDTH 320px */
@media (max-width: 320px) {  


}


/* MAX-WIDTH 360px */
@media (max-width: 360px) {
  .wrapper { margin-top: 0; }

  .social-container {
    font-size: 0.9em;
    margin: 0;
    padding: 0 10px;
  } 

}

/* MIN-WIDTH 445px E MAX-WIDTH 360px */
@media (min-width: 360px) and (max-width: 445px) {
	
}


/* MAX-WIDTH 768px */
@media (max-width: 767px) {	
	.navbar-nav > li{ width: 100% !important; } 
	.dropdown-menu>li>a {text-align: center;}
	.fullwidthbanner-container {
	margin-top: 0 !important;
	}
	
	.slide {
	width: 85%;
	margin: 70px auto ;
	}	
	
	.slide img {width: 100% !important;}
	
	.slide h1 {
	font-family: Oswald;
	font-size: 30px;
	line-height: 42px;
	margin: 10px 0;
	}
	
	.fullwidthbanner-container .fullwidthbanner {
	position: absolute !important;
	}
	
	.slide .tp-bullets.hidebullets {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;}
}


/* MAX-WIDTH 800px */
@media (max-width: 800px) {
  .pagina_imagem { float: none !important; }
}


/* MAX-WIDTH 980px */
@media (max-width: 980px) {

 
}


/* MIN-WIDTH 981px E MAX-WIDTH 1199px */
@media (min-width: 981px) and (max-width: 1199px) {

}

/* CÓDIGO PARA CENTRALIZAR O MENU */
.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 768px){
	.home {
		overflow: hidden;
	}
	
	.fullwidthbanner-container {
	position: absolute !important;
	top: 50% !important;
	}
	
    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
    .navbar-nav>li {
        display: table-cell;
        float: none;
        text-align: center;
    }
}

/* CÓDIGO PARA INPUT de AREA RESTRITA */
.loginTopo input {
border-radius: 3px;
height: 30px;
}

#user{
	background: #FFF;
	width: 90px;
}

#pass{
	background: #FFF;
	width: 90px;
}