.header{
	Width:99%;
}

#conteudo p, a, h1, h2, h3, h4, h5, h6 {
color: RGB(104,23,180);
}

.rodape {
  padding: 10px 15px;
  background-color: RGB(104,23,180);
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.rodape{
color: RGB(255,255,255);
}


/*borda do titulo do rodapé */
.borda > h3, h4 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 10px;
  color: RGB(255,255,255);
}

.linhatopo1 {
   background-color: RGB(150,42,44);

}

.linhatopo1 p{
   color: RGB(255,255,255);	
   padding: 10px 0px 0px 15px;
}

.linhatopo2{
	  text-align: center;
}

.linhaslide{
	
}

.linhaondeestou {

}

.breadcrumb{
   padding: 5px 5px 5px 30px;
   margin: 0;
   background-color: RGB(210,210,210);	
}

.linhaconteudo{
	
}

.linharodapesuperior{
  padding: 0px;
  padding-bottom: 30px;
  margin: 0px;
}

.linharodapeinferior {
  border-top: 1px solid #ddd;
}


/*navegação */
.navbar {
  background-color: RGB(104,23,180);
  height: auto; 
  
}

.navbar a {
color: RGB(255,255,255);
}

.navbar a:hover {
color: RGB(0,0,0);
}

.nav  li  a{
color: RGB(255,255,255);
}

.nav  li  a:hover{
	color: RGB(0,0,0);
}
/* -- Alinhamento Formulários/Contatos -- */
.form-horizontal .control-group {
    margin-bottom: 20px;
}
.form-horizontal .control-group::before, .form-horizontal .control-group::after {
    content: " ";
    display: table;
}
.form-horizontal .control-group::after {
    clear: both;
}
.form-horizontal .control-group .control-label {
    display: block;
    width: 100%;
}
@media (min-width: 2px) {
.form-horizontal .control-group .control-label {
    display: inline-block;
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 160px;
}
}
.form-horizontal .control-group .controls {
    margin-left: 180px;
}

.moduletable {
    width:100% !important;
		height: auto !important;

	
}

#monialsfader {
    text-align: center;
    width: 100% !important;
}

#monialsfader ul#monials{
    text-align: center;
		min-height: 300px;
		height: auto !important;

}

#monials {
    width: 100% !important;
    height: auto !important;
    overflow-x: hidden !important;
	
}

#monials li {
        width: 95% !important;
		min-height: 300px;
		height: auto !important;
		padding-right: 30px !important;
	
}

#monials li h4{
    width: 95% !important;
	
}

.imghol {
    width: 95% !important;
	
	}

.testimonials {
    width: 100% !important;
	
	}	
	
.author{
	    width: 95% !important;
	
	}	
	
.modulocombordasuperior {
  padding-bottom: 10px;
  padding-top: 10px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: RGB(255,255,255);
}


/* -- Todas as imagens com responsividade -- */
img{ max-width:100%; height:auto;}