/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.menuzord.blue .menuzord-menu > li.active > a, .menuzord.blue .menuzord-menu > li:hover > a, .menuzord.blue .menuzord-menu ul.dropdown li:hover > a{
    background-color: #015794!important;
}

.header-nav.navbar-transparent.animated-active {
    background-color: #01579446;
}

.menuzord-menu > li {
    padding: 20px 0;
}

.menuzord-brand img {
    max-height: 150px;
}

.artigos{
    background-image: url('../images/backgroundLinha.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

.localizacao{
    background-image: url('../images/backgroundLinha.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}
.tituloColDir {
    color:#1c3f67;
}
h1, h2, h3, h4 {
    color:#1c3f67;
}
h5 {
    color: #a1a1a1;
}
.linhaAzul {
    width: 50px;
    height: 2px;
    background-color: #1c3f67;
    margin-bottom: 30px;
}
.linkLateral {
    color: #a1a1a1;
    font-size: 16px;
}
.linkLateral:hover {
    color:#1c3f67;
}
.noticia h2 {
    font-size: 20px;
}

.bannerHOME {
    background-position: center top; 
    height: 775px;
}
.imgHome {
    max-height: 300px;
    margin:auto;
}

@media (min-width: 576px) { 
    .bannerHOME {
        background-position: center top; 
        height: 675px;
    }
    .tituloHome {
        font-size: 20px;
    }
    .imgHome {
        max-height: 300px;
    }
}

@media (min-width: 768px) { 
    .bannerHOME {
        background-position: center top; 
        height: 420px;
    }
    .tituloHome {
        font-size: 30px !important;
    }
    .imgHome {
        max-height: initial;
        margin:auto;
    }
 }

@media (min-width: 992px) { 
    .bannerHOME {
        background-position: center top; 
        height: 520px;
    }
    .tituloHome {
        font-size: 40px !important;
    }
}
@media (min-width: 1200px) { 
    .bannerHOME {
        background-position: center top; 
        height: 620px;
    }
    .tituloHome {
        font-size: 50px !important;
        margin-top: 40px;
    }
 }