/*----------------------------------*/
/*			Font - Face				*/
/*----------------------------------*/

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),
        url('../fonts/fontawesome-webfont.woff') format('woff'),
        url('../fonts/fontawesome-webfont.ttf') format('truetype'),
        url('../fonts/fontawesome-webfont.svg#NeoSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----------------------------------*/
/*			CSS GERAL				*/
/*----------------------------------*/

* {
    margin: 0;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    /* Margin bottom by footer height */
    margin-bottom: 250px;
}

.align_center {
    text-align: center;
}

.txt_underline {
    text-decoration: underline;
}

.txt_bold {
    font-weight: 600;
}

.txt_italic {
    font-style: italic;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar-wrapper {
    border-top: 2px solid #58bae9;
    margin-bottom: 20px;
}

.navbar {
    border: none;
    margin-top: 30px;
    margin-bottom: 0px;
    min-height: 0px;
}

.navbar-nav {
    float: right;
    margin: 5px 0px 0px 0px;
}

.navbar-collapse {
    margin-top: 15px;
    padding: 0px;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
    vertical-align: bottom;
}

.navbar-nav > li > a {
    font-size: 12px;
    padding: 0px 5px;
    color: #999999;
    text-transform: uppercase;
    font-weight: 400;
}

.navbar-nav > li > a:hover {
    color: #58bae9;
    background: none;
}

.navbar-nav > li > a.active {
    color: #58bae9;
    border-bottom: 2px solid #58bae9;
    padding-bottom: 2px;
}

/* Responsive icon */

#btn_nav_responsive {
    width: 50px;
    height: 30px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#btn_nav_responsive span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #2099aa;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#btn_nav_responsive span:nth-child(1) {
    top: 0px;
}

#btn_nav_responsive span:nth-child(2), #btn_nav_responsive span:nth-child(3) {
    top: 13px;
}

#btn_nav_responsive span:nth-child(4) {
    top: 26px;
}

#btn_nav_responsive.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#btn_nav_responsive.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#btn_nav_responsive.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#btn_nav_responsive.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navbar-toggle {
    position: relative;
    float: none;
    padding: 0px;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0px;
    background: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    width: 100%;
}

.hvr-underline-reveal {
    height: 25px;
}

.logo_op2026 {
    width: 100%;
    max-width: 300px;
    display: block;
    margin-left: 0;
    margin-right: auto;
}

/* Banner */

/* Swiper CSS */

.swiper-container {
    width: 100%;
    height: 500px;
}

.swiper-slide.banner_01 {
    background-image: url('../images/banner_04.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    text-align: center;
    font-size: 18px;
}

.swiper-slide.banner_02 {
    background-image: url('../images/banner_01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    text-align: center;
    font-size: 18px;
}

.swiper-slide.banner_03 {
    background-image: url('../images/banner_02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    text-align: center;
    font-size: 18px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30%;
}

.swiper-pagination-bullet {
    background: #a2947f;
}

.swiper-pagination-bullet-active {
    background: #e4e0dc;
}

.swiper-slide h3 {
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    padding: 25px;
    margin: 0px;
    font-weight: 400;
    background: rgba(0,0,0,0.6);
    display: block;
    width: 100%;
}

.swiper-slide h3 span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.swiper-slide a {
    display: inline-block;
    font-size: 14px;
    color: #8dbc3a;
    border: 1px solid #58bae9;
    margin-top: 10px;
    padding: 10px 40px;
    text-decoration: none;
}

.swiper-slide a:hover {
    color: #ffffff;
    background-color: #58bae9;
    border: 1px solid #58bae9;
}

.banner_highlight {
    background-color: #58bae9;
    color: #ffffff;
    position: relative;
    padding: 0px;
    z-index: 1;
    margin-top: -100px;
    margin-bottom: 50px;
}

.banner_highlight:before {
    position: absolute;
    background-color: #58bae9;
    top: -60px;
    left: 0px;
    width: 100%;
    height: 65px;
    display: block;
    transform: skewY(-1.5deg);
    transform-origin: right top 0px;
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
    z-index: -1;
}

.banner_highlight:after {
    position: absolute;
    background-color: #58bae9;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 65px;
    display: block;
    transform: skewY(-1.5deg);
    transform-origin: right top 0px;
    text-align: center;
    font-size: 20px;
    z-index: -1;
}

.banner_highlight h2 {
    font-weight: 700;
    position: relative;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 20px;
}

.banner_highlight h2:before {
    content: "";
    background-image: url('../images/bullet_titulos.png');
    background-size: 11px 22px;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    left: 0px;
    top: 2px;
    width: 11px;
    height: 22px;
}

.banner_highlight h2 span {
    font-weight: 300;
}

.banner_highlight p {
    font-family: "open sans";
    font-size: 14px;
    color: #ffffff;
    padding-left: 20px;
}


/* Home Highlights */

.home_highlights {
    margin-top: 80px;
}

.home_highlights i {
    font-size: 50px;
    display: block;
    margin: auto;
    background: #58bae9;
    color: #ffffff;
    text-align: center;
    padding: 25px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
}

.home_highlights h2 {
    font-size: 18px;
    font-weight: 300;
}

.home_highlights h2 span {
    color: #58bae9;
    font-weight: 600;
}

.home_highlights p {
    font-size: 14px;
}

/* Home Candidaturas */

.highlight_candidatura {
    margin: 50px 0px 0px 0px;
    background-color: #58bae9;
    color: #ffffff;
    padding: 15px 0px 25px 0px;
}

.highlight_candidatura.green {
    background-color: #8dbc3a;
}

.highlight_candidatura .container {
    position: relative;
}

/*
.highlight_candidatura .container:after {
content: "";
width: 50px;
height: 50px;
position: absolute;
bottom: -115px;
left: -5px;
background-color: #58bae9;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
*/

.highlight_candidatura h1 {
    font-weight: 600;
}

.highlight_candidatura h1 span {
    font-weight: 300;
}

.highlight_candidatura h3 {
    text-align: center;
}

.highlight_candidatura h3 span {
    display: block;
    font-weight: 600;
}



/* Main Content */

.main_content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.main_content h1 {

}



/* Main Content - OP 2023 */

.op2026 i {
    font-size: 50px;
    display: block;
    margin: 20px auto;
    background: #58bae9;
    color: #ffffff;
    text-align: center;
    padding: 25px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.op2026 h1 {
    font-size: 24px;
    font-weight: 300;
}

.op2026 h1 span {
    color: #58bae9;
    font-weight: 600;
    text-transform: uppercase;
}

.op2026 hr {
    width: 75%;
    display: block;
    margin: 30px auto;
}


/* Main Content - Fases OP 2023 */

.op_fases {
    padding: 0px;
    margin: 0px;
}

.op_fases li {
    position: relative;
    display: block;
    list-style: none;
    padding: 0px 0px 50px 0px;
    min-height: 120;
}

.op_fases li .data {
    position: absolute;
    left: 0px;
    top: 0px;
    display: table;
    background: #e1e1e1;
    text-align: center;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
    z-index: 10;
}

.op_fases li .data p {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    color: #ffffff;
}

.op_fases li .info {
    padding: 0px 0px 0px 120px;
    display: table;
    height: 100px;
}

.op_fases li .info p {
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
}

.op_fases li .timeline {
    border-color: #e1e1e1;
    position: absolute;
    top: 1%;
    left: 50px;
    width: 1px;
    height: 99%;
    border-right-width: 1px;
    border-right-style: dashed;
    z-index: 1;
}

.op_fases li.active .data {
    position: absolute;
    left: -10px;
    top: 0px;
    background: #58bae9;
    color: #ffffff;
    width: 120px;
    height: 120px;
}

.op_fases li.active .data p {
    font-size:18px;
}

.op_fases li.active .info {
    height: 120px;
    padding-left: 130px;
    font-weight: 600;
}

.op_fases li.active .info p {
    font-size: 20px;
}


/* Main Content - Candidaturas OP 2023 */

.btn_download {
    display: block;
    width: 100%;
    border: 2px solid #58bae9;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #58bae9;
    cursor: pointer;
}

.btn_download:hover {
    border: 2px solid #58bae9;
    background-color: #58bae9;
    color: #ffffff;
    text-decoration: none;
}


/* Main Content - Edições Anteriores OP 2023 */

.op2026_candidaturas .row {
    margin-bottom: 50px;
}

.op2026_candidaturas h2 {
    margin-top: 0px;
    font-weight: 700;
    position: relative;
    margin-top: 10px;
    font-size: 26px;
    font-weight: 300;
}

.op2026_candidaturas h2 span {
    display: block;
    font-weight: 600
}

.op2026_candidaturas img {
    width: 100%;
    max-width: 425px;
}

.op2026_candidaturas .legenda span {
    display: block;
    font-weight: 600;
    margin: 5px 0px 0px 0px;
}


/* Main Content - Edições Anteriores OP 2023 */

.op2026_projectos .row {
    margin-bottom: 50px;
}

.op2026_projectos h2 {
    margin-top: 0px;
    font-weight: 700;
    position: relative;
    margin-top: 10px;
    font-size: 26px;
    font-weight: 300;
}

.op2026_projectos h2 span {
    color: #8dbc3a;
    font-weight: 600;
    text-transform: uppercase;
}

.op2026_projectos h3 {
    margin-top: 0px;
    font-weight: 700;
    position: relative;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 10px;
}

.op2026_projectos h3 span {
    font-weight: 600;
}


/*=== Formulários ===*/

.forms {
    outline: none;
}

.forms label {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    margin: 15px 0px 5px 0px;
    text-transform: uppercase;
}

.forms input[type="text"] {
    outline: none;
    width: 100%;
    background-color: #e1e1e1;
    border: none;
    color: #333333;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 5px;
}

.forms input[type="submit"] {
    outline: none;
    background-color: #58bae9;
    border: 1px solid #58bae9;
    color: #ffffff;
    font-size: 13px;
    padding: 11px 30px 9px 30px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
}

.forms input[type="submit"]:hover {
    background-color: #ffffff;
    color: #58bae9;
    border: 1px solid #58bae9;
}

.forms textarea {
    outline: none;
    width: 100%;
    background-color: #e1e1e1;
    border: none;
    color: #333333;
    resize: vertical;
    height: 150px;
    resize: none;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 12px;
}

.forms h2 {
    margin-bottom: 0px;
    margin-top: 20px;
    float: left;
    width: 100%;
    color: #58bae9;
    font-weight: 600;
}

.forms .form-control-feedback {
    top: 30px;
    right: 14px;
}

#success_message {
    float: left;
    background: #58bae9;
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
    padding: 15px;
    display: none;
}

#success_message.wrong {
    background: #dd3333;
}

#success_message p {
    color: #fff;
}

#success_message p span.txt_bold {
    font-size: 16px;
    font-weight: 600;
}

#success_message.active {
    display: block;
}

/*== Input Fields ==*/

.forms input[type=radio]:not(old){
    width   : 32px;
    margin  : 0;
    padding : 0;
    opacity : 0;
}

.forms input[type=radio]:not(old) + label {
    display      : inline-block;
    margin-left  : -32px;
    padding-left : 40px;
    background   : url('../images/checks.jpg') no-repeat 0 0;
    line-height  : 29px;
}

.forms input[type=radio]:nth-child(4):not(old) + label {
    margin-left: 0px;
}

/*
.forms input[type=checkbox]:not(old){
width   : 32px;
margin  : 0;
padding : 0;
opacity : 0;
}

.forms input[type=checkbox]:not(old) + label {
display      : inline-block;
margin-left  : 0px;
padding-left : 40px;
background   : url('../images/checkbox.jpg') no-repeat 0 0;
line-height  : 29px;
}

.forms input[type=checkbox]:not(old):checked + label{
background   : url('../images/checkbox_hover.jpg') no-repeat 0 0;
background-size: 32px 29px;
}
*/

.forms input[type=radio]:not(old):checked + label{
    background-position : 0 -29px;
}

#rgpd {
    float: left;
    margin-right: 5px;
}




/*=== Footer ===*/
.footer_spacer {
    width: 100%;
    height: 20px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 250px;
    color: #999999;
}

.logo_footer {
    width: 100%;
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.img_op {
    display: block;
    width: 100%;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.footer_txt {
    border-top: 4px solid #58bae9;
    padding-top: 20px;
    text-align: center;
    margin-top: 20px;
}

.footer_txt p {
    font-size: 11px;
}

/* Responsive icon */

#btn_nav_responsive {
    width: 50px;
    height: 30px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#btn_nav_responsive span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #58bae9;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#btn_nav_responsive span:nth-child(1) {
    top: 0px;
}

#btn_nav_responsive span:nth-child(2), #btn_nav_responsive span:nth-child(3) {
    top: 13px;
}

#btn_nav_responsive span:nth-child(4) {
    top: 26px;
}

#btn_nav_responsive.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#btn_nav_responsive.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#btn_nav_responsive.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#btn_nav_responsive.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navbar-toggle {
    position: relative;
    float: none;
    padding: 0px;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0px;
    background: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    width: 100%;
}



/*----------------------------------*/
/*		LAYOUT BREAKPOINTS			*/
/*----------------------------------*/

@media screen and (max-width:1200px) {
    .logo_op2026 {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    #navbar {
        text-align: center;
    }
    
    .nav {
        float: none;
    }
}

@media screen and (max-width:991px) {


}

@media screen and (max-width:767px) {

    .navbar-collapse {
        margin-top: 0px;
    }

    .navbar-nav {
        float: right;
        margin: 0;
        width: 100%;
        margin-top: 15px;
    }

    .navbar-nav > li {
        display: block;
        margin: 2px 0px;
    }

    .navbar-nav > li:first-of-type {
        margin-top: 0px;
    }

    .navbar-nav > li:last-of-type {
        margin-bottom: 0px;
    }

    .navbar-nav > li > a {
        text-align: center;
        padding: 5px;
    }

    .navbar-nav > li > a:hover, .navbar-nav > li > a.active {
        background: #58bae9;
        color: #ffffff;
        border: none;
    }

    .banner_highlight:before {
        top: -40px;
    }


}

@media screen and (max-width:480px) {
    .swiper-slide h3 {
        font-size: 24px;
        margin-top: 100px;
    }

}

@media (max-width:991px) and (min-width:767px) {

    .navbar-collapse {
        margin-top: 46px;
    }

    .navbar-nav > li {
        display: inline-block;
    }

    .navbar-nav > li > a {
        font-size: 11px;
        padding: 0px 1px;
    }

}


@media screen and (min-width:992px){

}


