@charset "utf-8";
/* CSS Document */
  body {
		margin:0;
	    font: 400 15px/1.8 Lato, sans-serif;
      	color: #333;
  }
  jumb {
	  background-color:#FFF;
	  height:155px;
      margin-bottom: 0px;
	  /*Esconde a dive de classe Overlay caso seja identificado que o width Mobile maximo deseja igual ou menor que 980px*/
    }
    @media only screen and (max-width: 400px) {
    jumb{ display: none !important; }
    }
    @media only screen and (max-width: 400px) {
    jumb{ display: inline !important; }
    }
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }
	.topocabecalho{
		width:100%;
		float:left;
	}
  .container-fluid {
    padding-top:55px;
	padding-bottom:50px;
  }
  .person {
      border: 10px solid transparent;
      margin-bottom: 25px;
      width: 80%;
      height: 80%;
      opacity: 0.7;
  }
  .person:hover {
      border-color: #f1f1f1;
  }
  myCarousel{
		width:100%;
  }
  .carousel-inner img {
	  padding-top:130px;
      -webkit-filter: grayscale(90%);
      filter: grayscale(00%); /* make all photos black and white */
      width: 100%; /* Set width to 100% */
/*      margin: auto;*/
  }
  .carousel-caption h3 {
      color: #fff !important;
  }
   @media (max-width: 600px) {
    .carousel-inner img {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
  }
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
  }
  
  .bg-1 {
      background: #2d2d30;
      color: #bdbdbd;
  }
  .bg-1 h3 {color: #fff;}
  .bg-1 p {font-style: italic;}
  .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
  }
  .list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail p {
      margin-top: 15px;
      color: #555;
  }
  .modal-header, h4, .close {
      background-color: #333;
      color: #fff !important;
      text-align: center;
      font-size: 30px;
  }
  .modal-header, .modal-body {
      /*padding: 40px 50px;*/
  }
  .nav-tabs li a {
      color: #777;
  }
  #googleMap {
      width: 100%;
      height: 400px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(0%);
  }

  .open .dropdown-toggle {
      color: #fff;
      background-color: #555 !important;
  }
  .dropdown-menu li a {
      color: #000 !important;
  }
  .dropdown-menu li a:hover {
      background-color: red !important;
  }
  footer {
	width:100%;
	background-color:#414141;
    /*background-color: #2d2d30;*/
    color: #f5f5f5;
	text-align:center;
	position:absolute;
	padding-top:50px;
  }
  footer a {
      color: #f5f5f5;
  }
  footer a:hover {
      color: #777;
      text-decoration: none;
  }
  .form-control {
      border-radius: 0;
  }
  textarea {
      resize: none;
  }
  
  /*Modal Style*/
a.fancybox img {
        border: none;
        box-shadow: 0 1px 7px rgba(0,0,0,0.6);
        -o-transform: scale(1,1); -ms-transform: scale(1,1); -moz-transform: scale(1,1); -webkit-transform: scale(1,1); transform: scale(1,1); -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
    } 
    a.fancybox:hover img {
        position:relative; z-index: 999; -o-transform: scale(1.03,1.03); -ms-transform: scale(1.03,1.03); -moz-transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03); transform: scale(1.03,1.03);
    }
grad1 {
    background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white, grey,black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, grey,black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, grey,black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, grey,black); /* Standard syntax (must be last) */
}
.zoom {
  position: relative;
  overflow: hidden;
}
.zoom img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zoom:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media print {
    /* Your styles here */
}
text-transform{
	lowercase;
}
#myProgress {
    width: 100%;
    background-color: grey;
}
#myBar {
    width: 0%;
    height: 15px;
	background-color:#414141;
}
#navbar{
	height:15px;
	background-color:#414141;
}

navbar-header{
	height:15px;
	background-color:#414141;

}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #FFF;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #555;
}

#topbar .contact-info a:hover {
  color: #50d8af;
}
#topbar .contact-info i {
  color: #50d8af;
}
#topbar .contact-info .fa-phone {
  border-left: 1px solid #e9e9e9;
}
#topbar .social-links a {
  color: #555;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}
#topbar .social-links a:hover {
	font-size: 16px;
  color: #039;
}
#topbar .social-links a:first-child {
	font-size: 16px;
  border-left: 0;
}

#empresa{
	padding:50px;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #50d8af;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #C00;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 30px 0;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#portfolio .portfolio-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.box-cookies.accept {
   display: none !important
}

.box-cookies {
   bottom: 0;
   width: 50%;
   z-index: 998;
   color: #fff;
   position: fixed;
   background: rgba(0, 0, 0, .9)
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
   text-align: center;
   padding: 10px;
   color: #fff;
}

.box-cookies .btn-cookies {
   background: #1e88e5
}

@media screen and (min-width: 576px) {
	/*Tamanho da caixa*/
   .box-cookies {
       display: flex;
       align-items: center;
       height: 150px
   }
   .box-cookies .btn-cookies {
       height: 150px;
       margin-left: auto;
       color: #fff
   }
}

@media screen and (max-width: 575px) {
   .box-cookies .btn-cookies {
       width: 100%
   }
}

</style>