/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
} */

html, body {
height:100%;
margin:0;
padding:0;
}
.carousel, .item, .active {
height:100%;
}
.carousel-inner {
height:100%;
}
.carousel {
margin-bottom: 60px;
}
.carousel-caption {
z-index: 10;
}
.carousel .item {
background-color: #777;
}

.carousel .carousel-inner .bg {
	background-repeat:no-repeat;
	background-size:cover;
}
.carousel .carousel-inner .bg1 {
	background-image:url(../img/home.jpg);
	background-position: center top;
}
.carousel .carousel-inner .bg2 {
	background-image:url(../img/home.jpg);
	background-position: center center;
}
.carousel .carousel-inner .bg3 {
	background-image:url(../img/home.jpg);
	background-position: center bottom;
}

.navbar-custom .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-custom .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-custom .navbar-toggle {
  border-color: #ddd;
  
}

.navbar-custom {
    font-family: Tahoma;
    background-color: rgba(0,0,0,.8);
    font-size: 18px;    
}

.navbar-custom .nav li a:hover {
    outline: 0;
    background-color: transparent;
    color: #fff;
}

.navbar-custom .nav li a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-custom .nav li.active a {
    background-color: transparent;
    color: #fff;
} 

@media(min-width:768px) {
    .navbar-custom {
        padding: 10px 0;
        border-bottom: 0;
        cell-spacing: 0px;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
        background: rgba(0,0,0,.4);
        color: #fff;
    }

    .navbar-custom.top-nav-collapse {
    	background:#000000;
        padding: 5px 0;
    }
}



.intro-section {
    height: 100%;
    text-align: center;

}

.about-section {
    height: auto;
    padding-top: 4%;
    text-align: center;
    background: #eee;
    padding-bottom: 20%;
}

.products-section {
    height: 100%;
    padding-top: 5%;
    text-align: center;
    background: #fff;
    padding-bottom: 10%;
}

.contact-section {	
    height: 100%;
    padding-top: 5%;
    /*text-align: center;*/
    background: #fff;
    padding-bottom: 12%;
}

.map-section {
    height: auto;
    text-align: center;
    padding-top: 4%;
    background-image: url("../img/Contato_BACKGROUND.jpg");
    background-size: 100% 100%;
}

.quem_somos{
	text-transform: uppercase;
	height: auto;
	padding-top: 20px;
    color:#3333CC;
    font-family: "Impact";
    font-size: 36px;
}

.institucional{
	/* padding-top: 20px; */
    font-family: "Tahoma";
    font-size: 14px;
}

.trabalhe_conosco{
	text-transform: uppercase;
    color:#3333CC;
    font-family: "Impact";
    font-size: 36px;
}

.nossos_produtos{
	text-transform: uppercase;
    color:#FF0000;
    font-family: "Impact";
    font-size: 30px;
}

.contato{
	text-transform: uppercase;
    color:#fff;
    font-family: "Impact";
    font-size: 36px;
}

.contato_bottom {
    color:#fff;
    font-family: "Tahoma";
    font-size: 12px;
}    

.btn-default {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-color: #fff;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
	border-color: #fff;
}

.glyphicon-folder-open {
  display: none;
}
 
.text-fields {
  display: block;
  margin: 0 auto;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(200,200,200,.4);
  height: 45px;
  line-height: 45px;  
  margin-bottom: 10px;
  font-size: 1em;
} 

.sucess-fields {
    color:#0000ff;
    font-family: "Tahoma";
    font-size: 16px;
} 

.error-fields {
    color:#FF0000 ;
    font-family: "Tahoma";
    font-size: 16px;
} 

.text-error-fields {
  display: block;
  margin: 0 auto;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255,0,0,.8);
  height: 45px;
  line-height: 45px;  
  margin-bottom: 10px;
  font-size: 1em;
 
} 

.text-error-fields::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #f51;
}

.text-fields:focus {
  outline: none;
  border-color: 1px solid rgba(200,200,200,.4);
}	

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #fff;
  border: 0;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
  cursor: default;
  
}