html {
    
}

.bootstrap-container *,    
.bootstrap-container body, 
.bootstrap-container td, 
.bootstrap-container tr, 
.bootstrap-container div, 
.bootstrap-container p, 
.bootstrap-container form, 
.bootstrap-container input, 
.bootstrap-container select, 
.bootstrap-container textarea, 
.bootstrap-container font {
font-family: 'Droid Sans', sans-serif !important; <-------- Here
}

body {
 
  font-family: 'Droid Sans', sans-serif;
  line-height: 20px;
  color: #666;
}

.container {
	padding-left:0;
	padding-right:0;
	
}

h1 {
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 3em;
  color: #A6CD45;
}

h3 {
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  font-style: italic;
  color: #333;
}


.titulo_canal {

  font-family: 'Droid Serif', serif;
  font-weight: 400;
  font-style: italic;
  color:#A6CD45;
  font-size: 26px;
  text-align: left;
  margin-bottom:20px;
}

h4 {

  font-size: 1.2em;
}



h5 { 

color: #000;


}

.form_canal {

  padding: 5px;
  margin: 5px;
  border: 1px solid #ddd;
  border-radius: 8px;

}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

.divider-horizontal {

  width: 40px;
}

.divider-horizontal2 {

  width: 20px;
}




.sombra {
  -webkit-box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow:    1px 1px 6px 0px rgba(50, 50, 50, 0.3);
  box-shadow:         1px 1px 6px 0px rgba(50, 50, 50, 0.3);
  width: 323px;
  height: 120px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.section {

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);

}

.space1 {

  margin: 15px 0 15px 0;
}














a {
  color: #666;
}
a:hover {
  color: #333;
  text-decoration: none;
}




.social-icons {
  padding: 0px;
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 14px;
  display: none;
}

.social-icons > ul > li{
  padding: 0px;
}

.fa-facebook-square{
  
  color: #3B5998;

}

.fa-facebook-square:hover{
;
  color: #213254;

}

.fa-twitter-square{

  color: #55ACEE;

}

.fa-twitter-square:hover{

  color: #1478C2;

}

.circle{
 
  
  width: 40px;
  height: 40px;
  text-align: center;
  
  font-size: 2.0em;
  
  border-radius: 25px;
  }

.telefone {

  font-size: 1.1em;
  line-height: 8px;
  color: #999;
  margin-top: -10px;

}


.phone-topo{
  background: #999;
  color: #FFF;
  padding: 8px 0px;
 }

 .phone-topo:hover{
  background: #999;
  color: #FFF;
  padding: 8px 8px;
 }

.bg-insti {

  background-color: #EEE;
  padding-top: 1px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;


}

.bg-slider {

  background-color: #EEE;
  
}

.mb50 {

  margin-bottom: 50px;
}

.mb30 {

  margin-bottom: 30px;
}



/*DESTAQUES CATALOGO*/

.boxes {

  
  float: left; 
  position: relative;
  min-height: 45px;
  

}

.boxes-capa {

  text-align: center;
  height: auto;
  width: auto;  
  background: url("../images/bgbox.png") repeat;
  position: relative;
  margin: 0 0 15px 0;

  background-clip: padding-box;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-transition: -webkit-box-shadow .15s linear;

  -moz-transition: -moz-box-shadow .15s linear;

  -o-transition: box-shadow .15s linear;

  -ms-transition: box-shadow .15s linear;

  transition: box-shadow .15s linear;

}



.boxes-capa:hover {

  -webkit-box-shadow: 0 0 6px #333;

  -moz-box-shadow: 0 0 6px #333;

  box-shadow: 0 0 6px #333;

  z-index: 5;

}

.bgbox_dest {

  background: #A6CD45;
  border-top: 2px solid #D0E49C;
  border-bottom: 2px solid #D0E49C;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.bgbox_dest h3 {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.64);
  margin: 10px;
}

.destaque {

  font-size: 1.2em;
  color: #0085B2;
}

.thumbnail {
  margin-left: 0;
  padding-left: 0;
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/*--------*/



/*BOTAO 1*/
.btn-custom {
  background-color: #F87729;
  border-color: #F87729;
  border-radius: 8px;

  
  color: #fff;
  margin-bottom: 30px;
}

.btn-custom:hover {
  background-color: #D25306;
  border-color: #D25306;
  color: #fff;

}

/*----------*/


/*navbar menu*/

.navbar-brand {
  float: none;
  padding: 0;
    
}

.navbar-brand img{
    max-width: 300px;
    margin-top: 0;

}

.navbar {
  min-height: 193px;
  margin-bottom: 10px;
}

ul.nav a:hover { color: #fff !important; background-color: #F87729; }
ul.nav a { color: #7F8184 !important; }



.navbar-nav > li > a {
  line-height: 10px;
}

.navbar-header {

  margin: 0;
  padding: 0;

}

.navbar-links {

  margin-top: 10px;



}


.navbar-toggle {
    background-color: #F87729;
    color: #fff;
    width: 100%;
    float: none;
    
}

.nav-stacked {
  width: 100%;
}

.navbar-links a {

  color: #0085B2 !important;

}
.navbar-links a:hover {

  color:  #004B64 !important;

}

.mainmenu-wrapper {
  background-color: #F7F7F7;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid #EEE;
  z-index: 999;
  border-radius: 0;
}

/*-----*/


/*MENU TOPO*/
.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: middle !important;
}
.menu-custom {
  padding-top: 130px;
  margin: 0;
  position: relative;
  right:-20px;
  line-height: 10px;
  font-size: 1.1em;

}

.menu-custom > li.active > a,
.menu-custom > li > a:focus,
.menu-custom > li.active > a:hover {
  background-color:#F7F7F7 !important;
}



.menu-custom > li > a{

  color: #7F8184 !important;
  padding: 15px;
  padding-left: 25px;
  padding-right: 25px;
       
    
}

.menu-custom > li {
    
  background-color: #F7F7F7 !important;
  color: #7F8184 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;

}

.menu-custom > li > a:hover {
    
  background-color:#F58634 !important;
  color: #FFF !important;
  
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8;

}

.drop-custom {
    margin: 0;

}



.drop-custom > li {

  background-color: #0085B2 !important;
  color: #FFF !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
    
}

.drop-custom > li > a {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    color: #FFF !important;
    padding: 10px;
}

.drop-custom > li > a:hover {
    background-color:#00465E !important;
    color: #FFF !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;;
}




.dropdown-header {
    color: #418bca;
}


/*-----------*/


/*MENU RODAPE*/

.menu-custom2 {
  font-size: 1em;

}


.menu-custom2 > li > a{

  color: #fff !important;
  padding-top: 10px;
  padding-bottom: 5px;


  
    


   
    
}

.menu-custom2 > li {
    
  background-color:#A7CE43 !important;

  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;


}

.menu-custom2 > li > a:hover {
    
  background-color:#A7CE43 !important;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;

}

.menu-custom2 > li.active > a,
.menu-custom2 > li > a:focus,
.menu-custom2 > li.active {
  background-color:#A7CE43 !important;
  color: #FFF;
    -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.drop-custom2 {
    margin: 0;

}



.drop-custom2 > li {

  background-color: #333 !important;
  color: #FFF !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1em; 
    
}

.drop-custom2 > li > a {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    color: #666 !important;
    padding: 10px;
    font-size: 0.8em;
}

.drop-custom2 > li > a:hover {
    background-color:#333 !important;
    color: #FFF !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*--------------*/



/*rodape*/

.line1 {

  height: 0px;
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 0;

}

.line2 {

  height: 0;
  border-bottom: 1px solid #A7CE43;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.rodape {
  background-color: #A7CE43;
  margin-bottom: 0;
  padding-bottom: 0;


}

.rodape2 {
  background-color: #F7F7F7;
  padding: 10px;

  height: auto;

}




.txt-rodape, .txt-rodape a {


  
  color: #999;
  

}
ul.list-inline.txt-rodape {
  margin-top: 5px;
  margin-bottom: 5px ;
}

.pos-fa-rodape {

 position: relative;
 top: 5px;

}
.pos-whats {

 position: relative;
 top: -5px;

}



/*-----*/

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.centered-pills { text-align:center; }
.centered-pills ul.nav-pills { display:inline-block; }
.centered-pills li { display:inline; }
.centered-pills a { float:left; }


.carousel-caption {
  text-decoration: none;
  text-transform: none;
  width: 370px;
  left: 5%;
  bottom: -15px;
  text-align: left;

}

.carousel-caption h1 {

  color: #FFF;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.64);
  margin-bottom: 20px;
}

.carousel-caption p {
  margin-bottom: 20px;
  font-size: 1.3em;
  color: #fff;
  text-shadow: none;
  line-height: 1.5em;
}

.carousel-control.left, .carousel-control.right{ 
background: none !important; 
filter: progid:none !important;
}

.carousel-control .icon-prev {
  left: 20px;
}


.carousel-control .icon-next {
  right: 20px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}


 div.col-md-7.five-three {
    width: 60% !important;
    }

    div.col-md-5.five-two {
    width: 40% !important;
    }








@media screen and (max-width: 1200px) {
  .menu-custom {
    font-size: 0.9em;
  }
 
  .menu-custom > li > a{

  
  padding: 8px !important;   
  }

  .boxes-capa {

    
    height: auto !important;
    min-height: 100% !important;

  }

  .bgbox_dest h3 {
  
  font-size: 1.5em;

  }


}

@media screen and (max-width: 992px) {
  .menu-custom {
    font-size: 1em;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
    left:-15px;

  }

  .menu-custom > li > a{

  
  padding: 10px !important;  
  }


 
  
}


@media screen and (max-width: 768px) {




}

@media screen and (max-width: 479px) {
    .menu-custom {
    font-size: 120%;
    border: none;
    position: relative;
    top: -40px;
  }
   .carousel-caption > h1 {

  font-size: 100%;
  }
 
}

@media  (max-width: 992px) {
    div.col-md-7.five-three {
    width: 100% !important;
    }

    div.col-md-5.five-two {
    width: 100% !important;
    }
}


