/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
    height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.dropdown {
    cursor:pointer;
}


.img-home-portfolio,
.img-customer,
.portfolio-item {
    margin-bottom: 30px;
}

.tab-pane {
    margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
    padding: 50px 0;
}

.section-colored {
    background-color: #e1e1e1;
    /* change this to change the background color of a colored section */
}

.sidebar {
    margin-top: 40px;
}

.sidebar ul {
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
    height: 50%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
    margin-bottom: 45px;
}

.tooltip-social a {
    text-decoration: none;
    color: inherit;
}

.facebook-link a:hover {
    color: #3b5998;
}

.linkedin-link a:hover {
    color: #007fb1;
}

.twitter-link a:hover {
    color: #39a9e0;
}

.google-plus-link a:hover {
    color: #d14836;
}

/* Service Page Styles */
.service-icon {
    font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
    font-size: 8em;
}

/* Pricing Page Styles */
.price {
    font-size: 4em;
}

.price-cents {
    vertical-align: super;
    font-size: 50%;
}

.price-month {
    font-size: 35%;
    font-style: italic;
}

/* Footer Styles */
footer {
    margin: 50px 0;
}

/* Responsive Styles */
@media (max-width: 767px) {

    .carousel {
        height: 70%;
        /* increases the carousel height so it looks good on phones */
    }
}

.page-header{
    text-align: center !important;
}

.texto-justificado{
    text-align: justify !important;
}

.titulo{
    color: #0C2C5D !important; //#37476a;
}

.titulo-novo{
    color: #0C2C5D !important; //#37476a;
}

.titulo-iso{
    color: #0C2C5D !important;
    padding-bottom: 30px;
}

/* Gallery Page Styles Starts */
ul#gallery-filter {
margin-top: 20px;
margin-bottom: 30px;
}
ul#gallery-filter li {
padding-top: 15px;
padding-bottom: 15px;
}
ul#gallery-filter li a.btn {
padding: 6px 16px;
font-size: 18px;
background-color: #DDD; //#828282;
}
ul#gallery-filter li a, 
ul#gallery-filter li a:hover, 
ul#gallery-filter li a.active, 
ul#gallery-filter li a:focus {
color: #0C2C5D; //#fff;
}
ul#gallery-filter li a:hover, 
ul#gallery-filter li a.active, 
ul#gallery-filter li a:focus {
outline: none;
    background: #DDD;//#519cd3;
    font-weight: bold;
}
ul#gallery-grid {       
padding: 0;
list-style:none;
overflow: hidden;
}
ul#gallery-grid li {
margin-top: 15px;
margin-bottom: 15px;
min-height: 222px;
height: auto !important;
height: 222px;
}
ul#gallery-grid .hover-content {
overflow: hidden;
position: relative;
}
ul#gallery-grid .hover-content img {
-webkit-transform: scale(1.0);
   -moz-transform: scale(1.0);
        transform: scale(1.0);
}
/*ul#gallery-grid .hover-content:hover img {
-webkit-transform: scale(1.3);
   -moz-transform: scale(1.3);
        transform: scale(1.3);
}*/
ul#gallery-grid .hover-content .overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    height: auto;
    text-align :center;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    opacity: 1;
    text-shadow:1px 1px 1px #0C2C5D;
}

ul#gallery-grid .hover-content:hover .overlay {
    opacity: 1;
}
ul#gallery-grid .hover-content p {
    padding-top: 25%;
    font-size: 25px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.list-style-1 li::before {
    font-family: 'FontAwesome';
    src: url('../font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
}

.animation, 
.animation a, 
#services-home-carousel .owl-controls .owl-buttons div {
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

.animation-1, 
.animation-1 a {
    -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
            transition: all 1s ease;    
}

.assis{
    padding-bottom: 25px;
}