/*
    name: CES - Styles
    description: 'CES'
    author: Junta Digital
    homepage: 'http://juntadigital.com/'
*/
/*
    colors:
    dark-blue - #0D1F61;
    green - #B6C62C;
    red - #BE0811;
*/
/*
==============================================
    General
==============================================
*/
a { text-decoration: none!important; }

.bg-blue {
    background-color: #0D1F61;
    padding-top: 20px;
    padding-bottom: 20px;
}
.dark-blue { color:#0D1F61; }
.green { color:#B6C62C; }
.red { color:#BE0811; }
.clearfix { clear: both; }
h1.page-title {
    font-size: 30px;
    line-height: 46px;
    font-weight: 700;
    color: #0D1F61;
}
.margin-top { margin-top: 75px; }
/*
==============================================
    Typofgraphy
==============================================
*/
body {
    font-family: "myriad-pro",sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -moz-font-smoothing: antialiased !important;
    -o-font-smoothing: antialiased !important;
    -ms-font-smoothing: antialiased !important;
}
main {
    min-height: 52vh;
}
/*
==============================================
    Header | NAV | main-Banner
==============================================
*/
.main-banner {
    height: 100px;
}
.main-banner img.edificio {
    float: right;
    display: block;
    top: 0;
    right: 0;
    min-width: 100%;
    z-index: -2000;
}
.main-banner img.brand {
    /*max-width: 400px;*/
    margin-top: 20px;
}

#main-nav-collapse ul li a {
    color: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#main-nav-collapse ul {
    text-align: center;
    margin: 0 auto;
    float: none;
}
#main-nav-collapse ul ul li {
    position: relative;
    float: none;
}
#main-nav-collapse ul li {
    float: none;
    display: inline-block;
}
#main-nav-collapse ul li img {
    height: 25px;
    width: auto;
    margin: 7px auto;
}
#main-nav-collapse ul li a {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px; padding-bottom: 5px;
    font-size: 15px;
}
#main-nav-collapse ul li span.bt-linguas a {
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
}
#main-nav-collapse ul li span.bt-linguas a.bt-linguas-active {
    color: #B6C62C;
}
#main-nav-collapse ul li a:hover {
    background-color: transparent;
    color: #B6C62C;
}
#main-nav-collapse ul ul.sub-menu {
    position: absolute;
    display: none;
    left: 0!important;
    right: 0!important;
    width: 100%!important;
    background-color: #999;
}
#main-nav-collapse ul li:hover ul.sub-menu {
    display: block;
}
.nav-bottom {
    width: 100%;
    height: 15px;
    background: #b0c700;
    background: -moz-linear-gradient(left, #b0c700 0%, #c7690c 51%, #e0001a 100%);
    background: -webkit-linear-gradient(left, #b0c700 0%,#c7690c 51%,#e0001a 100%);
    background: linear-gradient(to right, #b0c700 0%,#c7690c 51%,#e0001a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0c700', endColorstr='#e0001a',GradientType=1 );
}

/*
==============================================
    Footer
==============================================
*/
footer {
    padding: 15px 0 0 0;
    margin-top: 70px;
    color: #fff;
}
footer .brand p {
    padding-top: 10px;
    font-size: 12px;
}
footer .redes-sociais {
    padding-top: 10px;
}
footer .redes-sociais a {
    color: #fff;
    display: inline-block;
    border: solid #fff 1px;
    width: 20px;height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: .8em;
    padding: 2px;
}
footer nav {
    padding-top: 5px;
    padding-bottom: 5px;
}
footer nav a {
    padding: 6px 25px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}
footer .copy {
    padding: 15px 0 10px 0;
}
footer .copy p {
    font-size: .7em;
    color: #fff
}
footer .copy p span {
    color: #999;
    padding-left: 15px;
}
footer .copy p span a {
    color: #999;
}
select.filter-products {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-size: .7em;
    width: 60%;
    margin-top: 10px;
    height: 25px;
    background-color: transparent;
    box-shadow: none;
    border: solid 1px #fff;
    color: #fff;
    text-align: center;
    background-image: url('../images/down-arrow.svg');
    background-position: 99%;
    background-repeat: no-repeat;
    background-size: 15px;
}

footer .pesquisa button {
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
    text-align: center;
    box-shadow: none;
    padding: 0;
    width: 25px; height: 25px;
    margin-top: 10px;
}
/*
-------------------------------------------------------------------------
    PAGES
-------------------------------------------------------------------------
*/
/*
==============================================
    Home
==============================================
*/
.banner-home {
    margin-top: 20px;
    margin-bottom: 45px;
}
#owl-home .item img{
    display: block;
    width: 100%;
    height: auto;
}
#owl-home .owl-pagination {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    bottom: -35px;
}
#owl-home .owl-pagination span {
    background: #0D1F61;;
}
#owl-home .banner-bg {
    width: 100%;
    height: 226px;
    background: #002877;
    background: -moz-linear-gradient(left, #002877 0%, #00feff 100%);
    background: -webkit-linear-gradient(left, #002877 0%,#00feff 100%);
    background: linear-gradient(to right, #002877 0%,#00feff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002877', endColorstr='#00feff',GradientType=1 );
}
#owl-home .headline {
    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
}
#owl-home .headline h1 {
    margin: 0;
    font-weight: 700;
}
#owl-home .headline h1, #owl-home .headline h4 {
    text-shadow: 1px 0px 5px #999;
}
.aside-home .wrapper {
    width: 100%;
    padding: 0 10px 10px 10px;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
}
.aside-home h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8em;
}
.aside-home h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-style: italic;
}
.aside-home .wrapper .agenda-evento,
.aside-home .wrapper .documento {
    margin-top: 20px;
}
.aside-home p.btn-aside {
    line-height: 3em;
}
.aside-home p.btn-aside a {
    font-style: italic;
    font-size: 1.2em;
}
.aside-home .documento a span:nth-child(1) {
    display: inline-block;
    width: 80%;
}
.aside-home .documento a span:nth-child(2) {
    display: inline-block;
    font-size: 2em;
}
section.news-grid article {
    width: 100%;
    height: 350px;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    margin-bottom: 20px;
}
section.news-grid article figure {
    width: 100%;
    height: 170px;
    overflow: hidden;
}
section.news-grid article figure img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
section.news-grid article .title-news {
    width: 100%;
    height: 50px;

}
section.news-grid article h1 {
    color: #0D1F61;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}
section.news-grid article div.resume {
    height: 75px;
}
section.news-grid article div.resume p {
    font-size: 15px;
    line-height: 18px;
    font-family: Myriad-pro-condensed, sans-serif;
    font-weight: 400;
}
section.news-grid article a.btn {
    background-color: #0D1F61;
    color: #fff;
    transition: background-color 0.4s ease-in-out;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    -ms-transition: background-color 0.4s ease-in-out;
}
section.news-grid article a.btn-categoria {
    color: #999;
    transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    -ms-transition: color 0.4s ease-in-out;
}
section.news-grid article a.btn:hover {
    background-color: #B6C62C;
}
section.news-grid article a.btn-categoria:hover {
    color: #B6C62C;
}
.btn-all-news {
    font-size: 1.2em;
    color: #0D1F61;
    font-style: italic;
    font-weight: bold;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
}
.btn-all-news:hover {
    color: #B6C62C;
}
/*
==============================================
    Notícias
==============================================
*/
article.news-article-single {
    padding: 50px 25px;
}
article.news-article-single h1 {
    font-weight: 700;
    color: #000;
}
article.news-article-single hr {
    width: 60%;
    margin-left: 0;
}
article.news-article-single div.news-content p {
    line-height: 22px;
}
.aside-categorias {
    width: 100%;
}
.aside-categorias h4 {
    font-weight: 700;
    margin-bottom: 35px;
}
.aside-categorias p a {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    display: block;
    border-bottom: solid 2px #fff;
}
.aside-categorias p a:hover {
    color: #0D1F61;
    border-bottom: solid 2px #0D1F61;
}
/*
==============================================
    Master Menu
==============================================
*/
.panel-heading {
    border-bottom: solid 1px #999!important;
}
.aside-home .panel-title {
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
}
.panel-title {
    color: #0D1F61;
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
}
.panel-title span {
    float: right;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
}
.panel {
    box-shadow: none;
}
.links-uteis-title a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}
.links-uteis-subtitle a {
    font-size: 14px;
    color: #666;
}
.links-uteis-title a:hover,
.links-uteis-subtitle a:hover {
    color: #999;
}
/*
==============================================
    Master PAGE
==============================================
*/
.masterpage-content h1 {
    font-weight: 700;
    color: #0D1F61;
    margin-top: 0;
    font-size: 28px;
}

.masterpage-content p {
    line-height: 22px;
    text-align: justify;
}

/*
==============================================
    PAGE Contactos e Ligações úteis
==============================================
*/
.heading-one {
    margin-top: 0;
}
.contact-cell {
    background-color: #fff;
    width: 100%;
    height: 150px;
    box-shadow: 1px 2px 2px #999;
    margin-top: 45px;
    text-align: center;
}
.contact-cell p {
    position: absolute;
    display: block;width: 80%;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.mapa {
    margin-top: 50px;
}
.map {
	width:100%;
	height:350px;
}
.map-wrap {
	position:relative;
}
.overlay {
	width:100%;
	min-height:350px;
	position:absolute;
	top:0;
}
.comentarios-form {
    width: 100%;
    padding: 30px 30px;
    margin-top: 50px;
    box-shadow: 1px 2px 2px #999;
}
div.form {
    margin-top: 50px;
}
.comentarios-form .form label {
    font-family: 'myriad-pro-condensed', sans-serif;
}
.comentarios-form .form input {
    margin-bottom: 35px;
}
.comentarios-form .form input,
.comentarios-form .form textarea {
    font-family: 'myriad-pro-condensed', sans-serif;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;

}
.comentarios-form .form input::-webkit-input-placeholder {
    color: #999;
    font-size: 1em;
    font-style: italic;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.comentarios-form .form input::-moz-placeholder {
    color: #999;
    font-size: 1em;
    font-style: italic;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.comentarios-form .form input:-ms-input-placeholder {
    color: #999;
    font-size: 1em;
    font-style: italic;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.comentarios-form .form input:-moz-placeholder {
    color: #999;
    font-size: 1em;
    font-style: italic;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.comentarios-form .form textarea {
    color: #999;
    font-size: 1em;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    resize: none;
}
.comentarios-form .form input:focus,
.comentarios-form .form textarea:focus {
    box-shadow: none;
    border-bottom-color: #0D1F61;
}
.comentarios-form .form input:focus::-webkit-input-placeholder {
    font-size: 0.7em;
}
.comentarios-form .form input:focus::-moz-placeholder {
    font-size: 0.7em;
}
.comentarios-form .form input:focus:-ms-input-placeholder {
    font-size: 0.7em;
}
.comentarios-form .form input:focus:-moz-placeholder {
    font-size: 0.7em;
}
button.btn-ces {
    width: 80%;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    border-color: #0D1F61;
    color: #0D1F61;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
button.btn-ces:hover {
    background-color: #0D1F61;
    color: #fff;
}
#items-ligacoes .nav-tabs > li.active > a,
#items-ligacoes .nav-tabs > li.active > a:focus,
#items-ligacoes .nav-tabs > li.active > a:hover,
#items-ligacoes .nav-tabs > li > a,
#items-ligacoes .nav-tabs > li > a:focus,
#items-ligacoes .nav-tabs > li > a:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
#items-ligacoes .nav-tabs > li > a {
    color: #0D1F61;
}
#items-ligacoes .nav-tabs > li.active {
    border-bottom-color: #fff;
}

#items-ligacoes .nav-tabs > li > a:hover {
    background-color: #0D1F61;
    color: #fff;
}
/*
* ACORDOS
*/
a.download-btn {
    color: #0D1F61;
    border-bottom: solid #0D1F61 1px;
    display: block;
    margin: 20px auto;
}
a.download-btn span:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
}
a.download-btn span:nth-child(2) {
    float: right;
}
a.download-btn:hover {
    color: #666;
}
.bt-documento {
    background-color: #0D1F61;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.bt-documento:hover {
    background-color: #fff;
    color: #0D1F61;
}

/*
* Serviços Mínimos
*/
.btn-servico {
    color: #0D1F61;
    font-weight: 700;
    font-size: 18px;
}

/* breadcrumb */
.breadcrumb { background-color: transparent; }
a.breadcrumb-link:link,a.breadcrumb-link:visited {
    color: #000;
}
a.breadcrumb-link:hover {
    color: #666;
}
[data-editable] iframe, [data-editable] image, [data-editable] [data-ce-tag=img], [data-editable] img, [data-editable] video {
    margin-left: 0!important;
    width: 350px; height: auto;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
@media (max-width: 768px) {
    #main-nav-collapse ul li img {
        display: none;
    }
    #main-nav-collapse ul li{
        display: block;
    }
}