.tituloPagina{
	margin-top: 5px;
	padding-bottom: 0px;
}
.productFilter {
    border-top: 0px solid #DDDDDD;
    padding-top: 0px;
    margin-top: -10px;
}
.headerOffset {
    padding-top: 120px;
}
.navbar-brand {
    height: auto; 
}
@media screen and (min-width: 768px) {
    .navbar-nav > li > a{
        padding-top: 43px;
        padding-bottom: 43px;
    }
    .produtos{
        height: 275px;
    }
}
@media screen and (max-width: 768px) {
    .produtos{
        margin-bottom: 10px;
    }
}
.logo{
	max-height: 55px;
}
.navbar.stuck .container > div > a > img {
    height: 55px;
    margin-top: 10px;
}
.input-group-addon {
    padding: 0;
    background-color: #003399;
    border:  none;
}
.parallax-content .input-group{
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.input-group-addon button{
    border:  none;
    background-color: transparent;
    height: 30px;
    width: 50px;
    color: white;
    box-shadow: none;

}
.item h4 {
    min-height: 25px;
    margin: 5px 0 0 0;
}
@media screen and (min-width: 768px) {
    form .col-md-6:nth-child(1) .row,
    form .col-md-6:nth-child(3) .row,
    form .col-md-6:nth-child(5) .row{
        padding-right: 10px;
    }
    form .col-md-6:nth-child(2) .row,
    form .col-md-6:nth-child(4) .row,
    form .col-md-6:nth-child(6) .row{
        padding-left: 10px;
    }
}
.item h4 {
    overflow: visible;
}
#btnContato{
    margin-top: 30px;
}
#inputMensagem{
    min-height: 114px; 
}
.fa-stack:hover{
    color: #e74c3c;
}
.lead{
    text-align: justify;
}
.thumbnail {
    margin-bottom: 0px;
    margin-left: 20px;
}
.parallax-image-aboutus .parallax-content {
    padding: 75px;
}
.main-container{
    margin-top: 30px;
}
.parallax-image-1{
    background-color: #003399;
    background-image: -webkit-linear-gradient(#2c88c5, transparent);
    background-image: -o-linear-gradient(#2c88c5, transparent);
    background-image: linear-gradient(#2c88c5, transparent);
}
.parallax-content {
    padding: 50px 0;
}
p.lead {
    font-size: 16px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
    margin-bottom: 7.2px;
}
.wrapper.contact-us {
    margin-top: 0px;
}
.slider-item{
    width: 100vw;
    height: 90.5vh;
    position: relative;
}
.slider-item img{
    width: auto;
    height: 100vh;
}
.banner, .slider-content, .slider, .slider-v2 {
    max-height: 95vw;
}
.padding-banner{
    padding: 20px;
}

.navbar-brand  img{
    margin-top: 10px;
}