/* here you can put your own css to customize and override the theme */


body{
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    clear: both;
}

h1{
    margin: 0px;
    color: #0655a4;
    margin-bottom: 15px;
}

h3{
    font-family: 'Roboto';
    font-size: 30px;
    color: #1269B3;
    letter-spacing: 0;
    margin-top: 30px;
}

body{
	margin:0;
    font-family: 'Roboto', sans-serif;
}

.text-center{
    text-align: center;
}

.page_background{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfeff6+0,ced0d1+100 */
	background: #dfeff6; /* Old browsers */
	background: -moz-linear-gradient(top,  #dfeff6 0%, #ced0d1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #dfeff6 0%,#ced0d1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #dfeff6 0%,#ced0d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfeff6', endColorstr='#ced0d1',GradientType=0 ); /* IE6-9 */
	position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.body{
	margin: 10px 4%;
    width: 92%;
	box-shadow: 0px 0px 15px #000;
	background: #fff;
}

.topo{
    background-color: #a6d1e0;
    padding: 30px 30px 30px 30px;
    height: auto;
}

.topo .wrapper_topo {
    background-color: #fff;
    padding: 4px;
    overflow: hidden;
    box-shadow: 0px 4px 13px rgba(0,0,0,0.5);
}

.topo .esquerda{
    background-color: #fff;
    float: left;
    width: 43%;
    text-align: left;
    padding: 25px 0 25px 2%;
    height: 120px;
}

.topo .direita{
    float: left;
    width: 54%;
    position: relative;
    text-align: right;
    height: 180px;
    padding-right: 1%;
    padding-top: 5px;
    display: flex;
}

.topo .direita .linguas{
    position: absolute;
    top: 7%;
    right: 5%;
}

.topo .direita .conteudo_pagina{
    display: block;
    max-width: 400px;
    text-align: left;
    margin: auto 0 auto auto;
}

.topo .direita .conteudo_pagina h1{
    font-family: 'Roboto';
    font-size: 19px;
    color: #1269B3;
    letter-spacing: 0;
}

.topo .direita .conteudo_pagina .newsletter input[type='text']{
    height: auto;
    padding: 8px 10px;
    width: 200px;
    border: 2px solid #1269B3;
    border-radius: 8px 0 0 8px;
    font-size: 14px;
    color: #1269B3;
    letter-spacing: 0;
    display: inline-block;
}

.topo .direita .conteudo_pagina .newsletter .btn_saber_mais{
    background: #1269B3;
    border-radius: 0px 12px 12px 0px;
    font-family: 'Roboto';
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    padding: 9px 10px;
    height: auto;
    display: inline-block;
    margin-left: -5px;
}

.topo .direita .conteudo_pagina .newsletter .holder_input{
    margin-top: 10px;
    margin-bottom: 10px;
}

.topo .direita .conteudo_pagina .newsletter .input-group{
    font-family: 'Roboto';
    font-size: 14px;
    color: #1269B3;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.topo .direita .conteudo_pagina .newsletter .input-group input{
    height: auto;
}

.topo .direita .conteudo_pagina .newsletter p{
    font-family: 'Roboto';
    font-size: 14px;
    color: #1269B3;
    letter-spacing: 0;
    margin-top: 5px;
}

#menu{
    padding: 0;
    margin: 0;
    text-align: center;
}

#menu .separador{
	color:#fff;
	font-size:27px;
}

#menu li{
	list-style:none;
    display: inline-block;
	position: relative;
}

#menu li.dropdown{
    margin-top: 16px;
    padding: 0px 20px;
}

#menu li.dropdown .icon{
    width: 22px;
    vertical-align: bottom;
    margin-right: 6px;
}

#menu li.dropdown .dropdown-menu li{
    display: block;
    text-align: left;
}

#menu li a{
    text-decoration: none;
    font-family: 'Roboto';
    font-size: 16px;
    color: #2D2D2D;
    letter-spacing: 0;
    font-weight: 700;
}

#menu li.open>.dropdown-menu{
    display: block;
}

.dropdown-menu li{
	float:initial !important;
}

.dropdown-menu {
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 115px;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}

.pagina{
    margin-top: 30px;
    padding: 0 25px;
}

.bloco_acordeao{
    border: 1px solid #A6D1E0;
    border-radius: 4px;
}

.bloco_acordeao .titulo{
    padding: 7px 26px;
}

.bloco_acordeao .titulo a{
	color: #0655a4;
	font-size: 15px;
	cursor:pointer;
}

.bloco_acordeao .titulo.opened{
	background-color: #A6D1E0;
}

.bloco_acordeao .titulo.opened a{
	text-decoration: underline;
}

.bloco_acordeao .conteudo{
    font-size: 13px;
    /*text-align: center;*/
    padding: 10px 25px;
}

.footer{
    margin-top: 40px;
}

.footer h1{
    background-color: #81bff4;
    padding: 0 4%;
    text-transform: uppercase;
}

.footer table{
    width: 100%;
	margin: 0px auto;
}

.footer td:first-child{
    width: 25px;
    padding-top: 15px;
}
.footer td{
    vertical-align: top;
    padding: 10px 5px;
}

.newsletter input{
	outline: none;
    height: 20px;
    padding: 1px 10px;
}

#google_map{
	width:100%;
	height:300px;
}

.btn_saber_mais{
    outline: none;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    border-radius: 11px;
    padding: 11px 25px;
    color: #fff;
}

.btn_saber_mais.white{
    margin-bottom: 13px;
    background-color: #fff;
}

.btn_saber_mais.blue{
    background-color: #1269B3;
}

.homepage{
    overflow: hidden;
    margin-top: 25px;
}

.homepage h4{
	margin:0;
	font-size: 19px;
}

.homepage p{
	font-size: 13px;
}

.homepage .aba_esquerda{
    width: 25%;
    float: left;
}

.homepage .aba_esquerda div{
    font-size: 13px;
}

.homepage .aba_esquerda .verde{
    background-color: #a6d1e0;
    padding: 20px;
}

.homepage .aba_esquerda .preto{
    background-color: #0f1b26;
    padding: 20px;
	color:#fff;
}

.homepage .centro{
    width: 100%;
}

.homepage .centro .faixa_conteudo{
    max-width: 1500px;
    margin: 0px auto;
    clear: both;
    overflow: hidden;
    padding: 40px 0;

    display: flex;
}

.homepage .centro .faixa_conteudo .texto{
    width: Calc( 100% - 600px );
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding-right: 20px;
    padding-left: 20px;
}

.homepage .centro .faixa_conteudo .texto h4{
    font-family: 'Roboto';
    font-size: 30px;
    color: #1269B3;
    letter-spacing: 0;
    margin-top: 30px;
}

.homepage .centro .faixa_conteudo .texto p{
    font-family: 'Roboto';
    font-size: 16px;
    color: #1F1F1F;
    letter-spacing: 0;
}

.homepage .centro .faixa_conteudo .img{
    width: 500px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 30px;
}

.homepage .centro .faixa_conteudo .img img{
    max-width: 100%;
}

.footer{
    background: #1B4E96;
}

.footer .footer_cima{
    text-align: center;
    padding: 60px 0;
}

.footer .footer_cima .info_esquerda{
    text-align: left;
    display: inline-block;
    max-width: 320px;
    vertical-align: middle;
    font-family: 'Roboto';
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
    padding: 0 30px;
    margin-bottom: 20px;
    margin-right: 80px;
}

.footer .footer_cima .info_esquerda a{
    color: #FFFFFF;
    text-decoration: none;
}

.footer .footer_cima .info_direita{
    text-align: left;
    display: inline-block;
    max-width: 550px;
    vertical-align: middle;
    width: 550px;
    margin-left: 70px;
}

.footer_baixo{
    font-family: 'Roboto';
    text-align: center;
    padding: 30px 0;
    font-size: 13px;
    color: #292929;
    letter-spacing: 0;
    line-height: 14px;
}

.footer_baixo a{
    color: #292929;
    text-decoration: none;
}

.destaques{
    max-width: 1500px;
    margin: 0px auto;
    clear: both;
    overflow: hidden;
    padding: 40px 0;
    text-align: center;
}

.destaques .destaque_block{
    background: #EDEDED;
    box-shadow: 0 5px 13px 0 rgba(0,0,0,0.21);
    display: inline-block;
    max-width: 300px;
    width: Calc( 100% - 80px );
    vertical-align: top;
    margin: 0 20px 40px;
    padding: 20px;
    text-align: left;
    min-height: 270px;
}

.destaques .destaque_block .titulo{
    font-family: 'Roboto';
    font-size: 18px;
    color: #1F1F1F;
    letter-spacing: 0;
    font-weight: 700;
}

.destaques .destaque_block .data{
    font-family: 'Roboto';
    font-size: 15px;
    color: #828282;
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

.destaques .destaque_block .descricao{
    font-family: 'Roboto';
    font-size: 14px;
    color: #1F1F1F;
    letter-spacing: 0;
    margin-bottom: 15px;
}



#banner_slider .owl-dots {
    height: 25px;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
}

#banner_slider .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: auto;
    display: inline-block;
    margin: 0 3px;
}

#banner_slider .owl-dots .owl-dot.active {
    background: #fff;
}


@media screen and (max-width: 992px) {

    #banner_slider .banner img{
        display:none !important;
    }

}



/*==================================================================================================*/
/*BANNER*/
/*==================================================================================================*/

.banner_slider{
    padding: 20px;
    width: Calc( 100% - 40px );
    background: #a6d1e0;
}

.banner{
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;

    /*height: 1000px;*/
    height: 80vh;
}

.banner.internas{
    height:400px;
}

.banner img{
    width: 100%;
}

.banner .conteudo{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    width: auto;
    padding: 0 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: center;
}

.banner .conteudo .conteudo_esq{
    max-width: 770px;
    display: inline-block;
}

.banner .conteudo .conteudo_esq .nome{
    margin-bottom: 25px;
    font-family: 'Roboto';
    font-size: 50px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
}

.banner .conteudo .conteudo_esq .descricao{
    margin-bottom: 25px;
    font-family: 'Roboto';
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-weight: 300;
}

.banner .conteudo .conteudo_esq button{
    background: #1269B3;
    outline: none;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    border-radius: 11px;
    padding: 11px 25px;
    color: #fff;
}

.banner .conteudo .conteudo_drt {
    display: inline-block;
    float: right;
}

.titulo_separdor{
    color: #0655a4;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

@media screen and (max-width: 1520px) {

    #menu li.dropdown{
        padding: 0px 16px;
    }

    #menu li a{
        font-size: 15px;
    }

    .banner{
        height: 600px;
    }

}

@media screen and (max-width: 1400px) {

    #menu li.dropdown {
        padding: 0px 10px;
    }

    #menu li a {
        font-size: 13px;
    }

}

@media screen and (max-width: 1300px) {

    #menu li.dropdown {
        padding: 0px 6px;
    }

    #menu li a {
        font-size: 13px;
    }

}

@media screen and (min-width: 1199px) {

    .menu-toggler{
        display: none;
    }

}

@media screen and (max-width: 1200px) {

    .footer .footer_cima .info_esquerda{
        max-width: 300px;
        margin-right: 0;
    }

    .footer .footer_cima .info_direita{
        max-width: 460px;
        margin-left: 25px;
    }

    #menu{
        background: #1B4E96;
        width: 100%;
        margin-top: 20px;
        max-height: 0;
        overflow: auto;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    #menu.opened{
        max-height: 600px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header.navbar{
        text-align: center;
        height: 50px;
        position: relative;
        z-index: 9;
    }

    .header.navbar .menu-toggler{
        margin-top: 20px;
        background: transparent;
        border: 0;
    }

    .header.navbar .menu-toggler img{
        width: 30px;
    }

    #menu li.dropdown{
        display: block;
        color: #fff;
        margin: 0 0 20px;
    }

    #menu li.dropdown > a{
        color: #fff;
    }

}

@media screen and (max-width: 1100px) {
    .banner .conteudo{
        text-align: center;
    }

    .banner .conteudo .conteudo_drt {
        display: none;
    }

    .banner .conteudo .conteudo_esq{
        width: 100%;
    }
}

@media screen and (min-width: 992px) {

    .banner img{
        display: none !important;
    }

    .banner:not(.internas){
        /* background: transparent !important; */
    }

}

@media screen and (max-width: 992px) {

    .banner{
        height:340px;
    }

    .banner .conteudo {
        top: 20%;
    }

    .header ul.nav{
        float: none;
    }

    .homepage .centro .faixa_conteudo{
        display: block;
        padding-top: 0;
    }

    .homepage .centro .faixa_conteudo .texto{
        width: auto;
        display: block;
    }

    .homepage .centro .faixa_conteudo .img{
        width: auto;
        display: block;
        padding: 0 20px;
        margin-top: 25px;
    }

    .footer .footer_cima .info_esquerda{
        padding: 0 20px;
        max-width: 360px;
        margin-right: 0;
    }

    .footer .footer_cima .info_direita {
        max-width: 450px;
        width: Calc( 100% - 40px );
        padding: 0 20px;
        margin-left: 0;
    }

    .banner img{
        display: none;
    }

    .pagina .conteudo_pagina table{
        width: 100% !important;
    }

    .pagina .conteudo_pagina table td{
        padding: 13px 0;
    }

    #menu li.open>.dropdown-menu {
        margin-top: 5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: 0;
    }
    
}

@media screen and (max-width: 767px) {

    .topo .esquerda{
        width: 160px;
        float: none;
        height: auto;
        padding: 15px 0 0 15px;
        position: absolute;
        z-index: 1;
    }

    .topo .esquerda img{
        max-width: 100%;
    }

    .topo .direita{
        width: Calc( 100% - 30px );
        float: right;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner .conteudo .conteudo_esq .nome{
        font-size: 39px;
    }

    .banner .conteudo .conteudo_esq .descricao{
        font-size: 16px;
    }

    h1{
        font-size: 24px;
    }

    .pagina.contactos .conteudo_pagina table td{
        display: block;
        width: 100% !important;
    }

    .pagina.contactos .conteudo_pagina table td iframe{
        width: 100% !important;
    }

}

@media screen and (max-width: 650px) {

    .topo .esquerda{
        position: relative;
        width: 190px;
        padding-left: 0;
        margin: 0 auto 20px;
    }

    .topo{
        height: auto;
        padding-bottom: 10px;
    }

    .topo .direita .conteudo_pagina{
        margin: 0 auto;
    }

    .pagina{
        word-break: break-word;
    }

}

@media screen and (max-width: 485px) {

    .banner .conteudo{
        top: 10%;
    }
    .banner .conteudo .conteudo_esq button {
        font-size: 12px;
    }

}


@media screen and (max-width: 450px) {

    .topo .direita .conteudo_pagina .newsletter input[type='text']{
        border-radius: 8px;
        display: block;
        width: Calc( 100% - 20px );
    }

    .topo .direita .conteudo_pagina .newsletter .btn_saber_mais{
        width: 100%;
        border-radius: 12px;
        margin-left: 0;
    }

}

.imagem_cofinanciamento{
    max-width: 300px;
    margin-top: 35px;
}

.imagem_cofinanciamento img{
    width: 100%;
}