
/* @media only screen and (min-width:601px) and (max-width:800px) */
@media only screen and (max-width:855px){
    #about-parallax-container {
        height: inherit;
        /* padding-top: 100px; */
    }
}

@media only screen and (max-width: 992px){
    /* de 0 ate' 992px */  
    
   .card .card-image img {
       height: 300px;
   }
   
       #about-parallax-container {
           height: inherit;
           padding-top: 50px;
       }
   }

@media only screen and (min-width: 993px){
  /*de 993 pixel para cima */  
    .card-content {
        height: 360px;
    }

    .card-image img {
        height: 200px;
    }
    
    #about-parallax-container {
        height: inherit;
        padding-top: 100px;
    }
}



nav {
    height: 80px;
}

.navbar-fixed {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-bottom: 0px;
    z-index: 998;
}

nav ul li a {
    padding-top: 10px;
    height: 80px;
}

.brand-logo img {
    height: 60px;
    margin-top: 10px;
}

.landing .parallax-container {
    padding: 0px;
    height: 500px;
}

.landing-caption {
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 600px;
    max-height: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.landing-caption>img {
    padding: 30px;
    padding-top: 70px;
    max-height: inherit;
}

#services {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* .flow-text {
    text-align: justify;
} */


#about .card {
    height: 440px;
}

#about .card-title {
    text-transform: capitalize;
    text-align: center;
}
#about .card-content{
    overflow: hidden;
}
#about .card-content p {
    margin-top: 15px;
    text-align: center;
   
}

#contact .title {
    text-transform: uppercase;
    margin-top: 50px;
}

#contact .name {
    text-transform: capitalize;
}

.google-maps {
    position: relative;
    padding-bottom: 20%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}