.banner-info {
    margin-top: 3em;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.header-bottom-grids {
    margin-top: 3em;
}
.img-responsive {margin:0 auto;}

.header-top {
    background: rgba(0, 0, 0, 0.32);
}
/*.carousel .item {
    height: 764px;
}
.carousel-inner > .item > img {
    height: auto;
}
.carousel {
    height: 764px;
}*/

.social-icons i:hover {
    color: #83774A;
}
span.glyphicon.glyphicon-home:hover {
    color: #83774A;
}
.border-right {
    border-right: 1px solid #ddd;
}
.borders {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: -1px;
}
.border-left {
    border-left: 1px solid #ddd;
}

.carousel-control {
    background-image: none!important;
}

.header-banner {
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 573px;
}

.banner-info{
    margin-bottom: 30px;
    margin-left: 70px;
}
.header-bottom-grid1, .header-bottom-grid2, .header-bottom-grid3, .header-bottom-grid4 {
    padding-top: 1em;
    padding-right: 0px;
    padding-bottom: 2em;
    padding-left: 0px;
}
.fb-like{
    border: 1px solid #ddd;
    padding: 10px;
    /* definimos o quão arredondado irá ficar nosso box */
    border-radius: 10px;
    /* Declaração para aparecer no Firefox */
    -moz-border-radius: 10px;
    /* Para exibir nos outros navegadores como Chrome, safari, opera*/
    -webkit-border-radius: 10px;
}
.slogan{
    font-family: "Calibri", "Comic Sans";
    font-size: 24px!important;
}
.assinatura{
    text-align: center;
    font-family: "Mistral";
    font-size: 24px!important;
}
.get-in-touch {
    background: #515151;
    padding: 0;
}
.gallery-head h3 {
    color: #000000;
    text-transform: none;
    font-size: 2.7em;
    font-weight: 300;
    margin: 0 0 25px 0px;
    text-align: center;
    padding: 0;
}
.whyus p {
    color: #fff;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.8em;
    margin: 15px 0 0 0;
    font-weight: 300;
}
.gallery-bottom img {
  max-height: 264px;
}
@media screen and (max-width: 480px){
    .header-banner {
        min-height: 283px;
    }
    .banner-info{
        margin-bottom: 30px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 640px){
    .header-banner {
        min-height: 365px;
    }   
}
@media screen and (max-width: 768px){
    .gallery-bottom img {
        max-height: none;
      }  
}
@media (min-width: 992px){
    .col-md-4 {
        min-height: 33%!important;
    }    
}

