/*FONTS */

body{
font-family: 'Montserrat', sans-serif;

}

/*CSS PARA MUDANÇA DE CORES*/

/* Links */
a {
    color: #F6951E;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #FF3300;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/*TOPO */
.topoHeader{border-bottom:1px solid #1D1D1D; height:25px; width:100%; padding:0px; font-size:10px!important; color:#fff;font-family: 'Open Sans', sans-serif; background-color:#428BCA;}
.topoHeader spam{font-size:10px!important;}

@media (min-width: 240px) {
    .topoHeader{border-bottom:1px solid #1D1D1D; height:25px; width:100%; padding:0px; font-size:9px!important; color:#fff;font-family: 'Open Sans', sans-serif; background-color:#428BCA;}
	.topoHeader spam{font-size:9px!important;}

}


h1{color:#F6951E!important;}
h4{color:#F6951E!important;}

/* MENU */
.navbar  li{    background-color:#fff!important;border:none;padding:2px;}

/*SUBMENU*/
.dropdown-menu > li > a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #0071BC!important;
  white-space: nowrap;
  background-color: #F6951E!important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color:  #F6951E;
  text-decoration: none;
  background-color: none!important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: none;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a{
color:#0071BC!important;
/*
BOOTSTRAP
color:#FFFC!important;
background-color:rgba(245,135,26,0.99)!important;

*/


}

/*HOVER*/
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {

    color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #F15A24!important;


}

/*BG DE LINHAS*/
.bg-branco{background-color:#ffffff;}
.bg-laranja{BACKGROUND-color:#F6951E;}
.bg-home-01{background-image:none;background-repeat:no-repeat;}
.bg-localizacao{background-image:url(../img/bg-localizacao.jpg);}
/*FORMULÁRIO*/

.ipWidget-Form .btn {background: #F6951E none repeat scroll 0 0!IMPORTANT; COLOR:#fff!important;}

/*BLOCOS*/

.ipBlock h3 {
    /*background-color: #5890FF;*/
    border-bottom: 4px solid #ea7d2e !important;
    color: #fff;
    display: block;
    font-size: 20px !important;
    height: 42px;
    padding: 5px !important;
}

.eventos h5{
    background-color: #f6951e !important; border-bottom: 1px solid #292929 !important;
    height: 29px; line-height: 24px !important; padding-left: 11px !important;
}



/*borda para slide show*/

.ipWidget-AsdSlider .bx-wrapper .bx-viewport {
    background:none!important;
    border: none!important;
    box-shadow: none!important;
    left: 0px!important;
    transform: translateZ(0px);
}

/*rodapé*/

#footer {
	background:none;
	padding-top: 50px;
	padding-bottom: 50px; 
	background-color:#F15A24;
}
.footertwo{background-color:#0071BC; padding-top: 10px;	padding-bottom: 10px;}
.footertwo p{text-align:center; font-size:12px; color:#fff;}

#footer p {
	color: white;
}

#footer h4 {
	color: white;
	text-transform: uppercase;
	padding-bottom: 20px;
}

/*ANIMAÇÕES*/
.animeEsquerda {
  -webkit-animation: bounceInLeft 4s;
   animation-duration: 4s;
   animation-timing-function: ease-in;
   animation-duration: 4s;
   -webkit-animation-duration: 3s;
   -webkit-animation-delay: 2s;
   -webkit-animation-iteration-count: 5;
}

.fadein {
   animation-duration: 5s;
   animation-timing-function: ease-in;
   animation-duration: 5s;
   -webkit-animation-duration: 3s;   
   -webkit-animation-delay: 2s;
   -webkit-animation-iteration-count: 5;
   -moz-animation-iteration-count: 5;
   -moz-animation-duration: 3s;
   -moz-animation-delay: 2s;
   -moz-animation-direction: alternate;
   -webkit-animation-direction: alternate;
    animation-direction: alternate;
	animation: moveDown 0.6s ease-in-out 0.2s backwards;
}

.navbar-inverse {
background:#fff!important;

}
/*
@media screen and (min-width: 200px){
  .topoHeader {
   visibility: hidden;
  }
}*/

@media screen and (max-width: 1114px) {
  .topoHeader {
   visibility: hidden;
  }
}

/*
.logo img{
    max-width: 100%;
    height: auto;
}
*/
