@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Montserrat', sans-serif;	
    font-weight: 300;
	font-size: 16px;
    font-style: normal;
	background-color:#FFF;
	color:#2b2b2b;
}
.container{
	padding: 0px;
}
.row{
	padding: 10px;
}
a{
	color:#57bd48;
}
a:hover{
	color:#003800;
}
hr{
	background-color:#FFF;
	color:#FFF;
}
h1, h2, h3, h4, h5, h6{
	color:#003800;
}
.sombra{	
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
	border-radius: 10px; /*canto redondo*/
}

/*--------------------------------------------------------------
# CAROUSEL
--------------------------------------------------------------*/
#carousel{
	margin-top: -24px;
}
#carousel .carousel-inner{/*tamanho da janela*/
	height: 412px;
	margin: 0 auto;
}
#carousel .carousel-caption {
	padding:20px;
	width:700px;
	z-index:10;
	color:#fff;
	text-align:center;
	top:60%;
	/*left:27%;*/
	bottom:auto;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%);	
	background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
#carousel .carousel-caption {
	padding:30px;
	width:100%;
	z-index:10;
	color:#fff;
	text-align:center;
	top:196%;
	left:0px;
	bottom:auto;
	background-color: #25272b;
}
}
/*--------------------------------------------------------------
# BARRA TOP
--------------------------------------------------------------*/
#barratop {
	margin: 0px;
	background-color: #25272b;
	margin-top: -24px;
	/*padding-top: 16px !important;*/
}
#barratop .row{
	line-height: 30px;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
#barratop {
	display: none;
}
}
/*--------------------------------------------------------------
# BARRA LOG
--------------------------------------------------------------*/
#barralog {
	margin: 0px;
	background-color: #C00;
	margin-top: 0px;
	color:#FFF;
	/*padding-top: 16px !important;*/
}
/*--------------------------------------------------------------
# MENU
--------------------------------------------------------------*/

#menu {
	background-color: #006900;
	font-weight:bold;
}
#menu .nav-link{
	padding:20px;
	color:#FFF;
}
#menu .nav-item :hover{
	background-color:#003800;
	color:#FFF;	
}
#menu .dropdown-menu a:hover{
	background-color: #006900 !important;
	font-weight:bold;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
#menu {
	margin-top: -24px;
}
}
/*--------------------------------------------------------------
# HOME SERVIÇOS
--------------------------------------------------------------*/
.box-home{
	background-color:#FFF; 
	padding:15px; 
	margin:5 0 5 0;
	
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
}
/*--------------------------------------------------------------
# EQUIPE
--------------------------------------------------------------*/

.box1{
	background-color:#666;
	color:#000;
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
	text-align:center;
	/*margin: 10px;*/
}

/*--------------------------------------------------------------
# RODAPÉ
--------------------------------------------------------------*/

footer{
	background-color:#32353a;
	padding-top: 20px;
	color:#FFF;
}

/*--------------------------------------------------------------
# MODAL LOGIN
--------------------------------------------------------------*/

.modal-dialog {
    width: 345px;
}
.modal-footer {
    height: 100px;
    margin: 0;
}
.modal-footer .btn {
    font-weight: bold;
}
.modal-footer .progress {
    display: none;
    height: 32px;
    margin: 0;
}
.input-group-addon {
    color: #fff;
    background: #3276B1;
}
/*.modal-footer {   border-top: 0px; }*/

