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

}

@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;
}

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

.navbar {
  margin-bottom: 0;
  padding: 0;
  background: none;
  z-index: 1000;
  position: relative;
  min-height: 50px;
  border:0px;
}

.navbar-nav > li > a {
  display: block;
  width: 100%;}
  margin-right: 1px;
  margin-top: 0;	
}


/* CONTEÚDO - PÁGINAS */
.titulo h1 {
  padding: 7px 0px;
  border-bottom: 3px;
  color: #515151;
  font-family: Arial, Helvetica, sans-serif;
}
			


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


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

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


}


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

  .carousel { display: none; } 

  .social-container {
    font-size: 0.9em;
    margin: 0;
    padding: 0 10px;
  } 
  .topo_container { /*background-image: none !important;*/ }

}

/* MIN-WIDTH 445px E MAX-WIDTH 360px */
@media (min-width: 360px) and (max-width: 445px) {
  .carousel { display: none; }
  .topo_container { /*background-image: none !important;*/ }
}


/* MAX-WIDTH 768px */
@media (max-width: 767px) {	
  .navbar-nav > li{ width: 100% !important; } 
	.topo_container { /*background-image: none !important;*/ }
}


/* MAX-WIDTH 800px */
@media (max-width: 800px) {
  .pagina_imagem { float: none !important; }
  .topo_container { /*background-image: 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){
    .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;
}

.slide{
  height: auto !important;
}
.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 {
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;}
