@import url('fonts.css');

body {
    font-family: 'adelle-sans', sans-serif;
}

#govsp-footer-bottom {
    border-radius: 0 !important;
    margin: 0 !important;
}

/*.container {
    padding-left: 0;
    padding-right: 0;
}*/

/* Helper Classes */
.no-padding,
.nopadding,
.pd0 {
    padding: 0;
}

.content-center {
    display: table-cell;
    vertical-align: middle;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.thin {
    font-weight: 300;
}

.thiner {
    font-weight: 200;
}

.thinest {
    font-weight: 100;
}

.bold {
    font-weight: 500;
}

.bolder {
    font-weight: 600;
}

.boldest {
    font-weight: 700;
}

.separator {
    height: 40px;
}

.separator-sm {
    height: 20px;
}

.separator-lg {
    height: 80px;
}

.rel {
    position: relative;
}

.h-sep {
    height: 343px;
    border-right: 1px #d0d0cf solid;
    width: 2px;
    margin: 0 auto;
}

hr {
    border-top: 1px #d0d0cf solid;
    margin: 40px 0;
}

.h4 {
    margin-left: 46px;
    font-family: 'adelle';
    font-weight: 600;
}

/* Top, Navbar & Logo */
.navbar {
    background: #fff;
    border: none;
    box-shadow: none;
    min-height: 108px;
}

.navbar-nav {
    margin-top: 50px;
    border-bottom: 1px #d0d0cf solid;
}

.navbar-nav li {
    margin-bottom: -3px;
}

.navbar-nav li a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 10px 0;
    padding-bottom: 10px;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 2px transparent solid;
}

.navbar-nav li:first-child a {
    margin-left: 0px;
}

.navbar-nav li.active a,
.navbar-nav li:hover a {
    font-weight: 400;
    color: #000;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border-bottom: 2px #013b7d solid;
}

/* Backgrounds */
.bgcyan {
    background-color: #00a9ac;
}

.bgwhite {
    background-color: #fff;
}

.bgdarkblue {
    background-color: #1f4f6e;
}

.bggreen {
    background-image: url(../img/bggreen.png);
    background-repeat: repeat-x;
}

.greenbar {
    background-image: url(../img/greenbar.png);
    background-position: center;
}

.bggreensolid {
    background-color: #0ea1a4;
}

.bglightblue {
    background-color: #ccdfed;
}

/* Buttons */
.bt {
    padding: 8px 20px;
    font-size: 16px;
    border: none;
    font-weight: 100;
}

.bt-sm {
    padding: 5px 7px;
    font-size: 14px;
    border: none;
}

.bt-blue {
    background-color: #004388;
    color: #fff;
}

/* Banner */
.banner {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.banner .img img {
    position: relative;
    top: -40px;
    width: 108%;
}

.banner .caption {
    position: absolute;
    left: 50px;
    bottom: 50px;
    background: rgba(255, 255, 255, 0.8);
    padding: 25px 50px 25px 30px;
    width: 420px;
    font-family: 'adelle';
}

.banner .caption p {
    font-size: 20px;
    font-weight: 600;
}

#homeSlider .carousel-control {
    /*background: transparent !important;*/
    width: 10%;
    text-align: center;

    opacity: 0;

    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

#homeSlider:hover .carousel-control {
    opacity: 1;
}

#homeSlider .carousel-control img {
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 12.5px);
    width: 25px;
}

#homeSlider .carousel-control.left img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.newsletter {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;

    border-bottom: 1px #d0d0cf solid;
    border-left: 1px #d0d0cf solid;
    border-right: 1px #d0d0cf solid;
}

.newsletter p {
    margin-bottom: 0;
}

.newsletter-form>div {
    float: right;
}

.nl-control {
    padding: 5px 25px;
    border: 1px #d0d0cf solid;
    font-weight: 100;
    background-color: #004681;
    color: #fff;
}

.nll-control {
    padding: 7px 25px;
    border: 1px #d0d0cf solid;
}

.nl-control:hover {
    color: #fff !important;
    text-decoration: none;
}

.destaques .list {
    border-left: 1px #d0d0cf solid;
    padding-left: 25px;
    margin-left: 10px;
    padding-bottom: 40px;
    font-size: 20px;
}

.destaques .list>* {
    padding-bottom: 14px;
    border-bottom: 1px #d0d0cf solid;
    margin-bottom: 10px;
}

.destaques .list .title {
    font-weight: 700;
}

.destaques {
    margin-bottom: 50px;
}

/* Titles and Headers*/
h2 {
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0;
    text-transform: uppercase;
}

h3 {
    font-family: 'adelle';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 17px;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
}

h4 {
    font-family: 'adelle';
    font-weight: 600;
    font-size: 30px;
    line-height: 17px;
    margin-bottom: 20px !important;
    margin-top: 30px !important;
}

.planejamento h4 {
    font-family: 'adelle';
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px !important;
    margin-top: 30px !important;
    color: #2980b9;
}

p {
    font-size: 18px;
    font-weight: 200;
}

a {
    cursor: pointer;
}

.saiba-mais {
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    position: relative;
}

.saiba-mais strong {
    font-weight: 600;
}

.saiba-mais:after {
    content: '';
    padding: 0 26px;
    border-bottom: 1px #013b7d solid;

    position: absolute;
    left: 0px;
    top: 37px;
}

.p1 {
    font-style: italic;
    font-size: 22px;
    font-weight: 500;
    margin-top: 15px;
}

/* Programs */
.programs {
    overflow: hidden;
}

.programs.active .event {
    opacity: 0.3;
}

.programs.active .event.expanded {
    opacity: 1;
}

.event {
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.event a {
    color: #666;
}

.event * {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.text-morada {
    margin-top: 200px;
}

.event .date {
    float: left;
    margin-right: 30px;
    font-size: 18px;
    text-align: center;
    color: #013b7d;
    padding: 5px;
    border-bottom: 1px #013b7d solid;
    position: relative;
    margin-left: 30px;
}

.event .date>.day {
    font-size: 150%;
    line-height: 22px;
    font-weight: 500;
}

.event .date>.mon:before {
    font-family: 'Glyphicons Halflings';
    content: "\e259";
    position: absolute;
    left: -30px;

    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.event.expanded .date>.mon:before {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
}

.event .title {
    font-family: 'adelle';
    font-size: 14px;
    font-weight: 400;
}

.event .info {
    padding-bottom: 7px;
    border-bottom: 1px #d0d0cf solid;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 60px;
    width: 80%;
}

.event.expanded .info {
    padding-bottom: 40px;
    height: 270px;
}

.event .event-pic {
    border-bottom: 4px #013b7d solid;
    float: left;
    width: 260px;
    margin-right: 45px;
    margin-left: -330px;
}

.event .title,
.event .time,
.event .desc {
    width: 100%;
    float: left;
}

.event .time {
    font-size: 17px;
    position: relative;
    color: #003a7d;
    margin: 30px 0;
}

.event .desc {
    font-size: 16px;
    margin-top: 5px;
}

.event .time:after {
    content: '';
    padding: 0 20px;
    border-bottom: 2px #003a7d solid;

    position: absolute;
    left: 0px;
    top: 32px;
}

.event .desc {}

.event.expanded .event-pic {
    margin-left: 0px;
}

.event-content {
    padding-right: 30px;
    margin-bottom: 30px;
}

.event-title {
    font-size: 20px;
    font-family: 'adelle';
    font-weight: 500;
    margin: 20px 0;
}

.event-time {
    font-size: 18px;
}

.event-date {
    color: #003a7d;
    font-size: 16px;
    position: relative;
    margin-bottom: 25px;
}

.event-date span {
    font-size: 150%;
    font-family: 'adelle-sans';
    font-weight: 500;
    line-height: 18px;
}

.event-date:after {
    content: '';
    padding: 0 35px;
    border-bottom: 2px #003a7d solid;

    position: absolute;
    left: 0px;
    top: 30px;
}

/* Notícias */
.news {
    padding: 0 10px;
    clear: both;
    position: relative;
}

.news-date {
    color: #000;
    font-size: 16px;
    position: relative;
    margin-bottom: 25px;
}

.news-date span {
    font-size: 150%;
    font-family: 'adelle-sans';
    font-weight: 500;
    line-height: 18px;
}

.news-date:after {
    content: '';
    padding: 0 35px;
    border-bottom: 2px #003a7d solid;

    position: absolute;
    left: 0px;
    top: 30px;
}

.news-title {
    font-size: 22px;
    font-family: 'adelle';
    font-weight: 600;
    margin: 20px 0;
    color: #000;
    text-decoration: none;
}

.news-desc .read-more,
.news .desc .read-more {
    font-size: 85%;
    font-weight: 500;
}

.news .desc {
    padding: 20px 0;
}

.news .title {
    font-size: 22px;
    font-family: 'adelle';
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.news .date {
    float: left;
    font-size: 18px;
    text-align: center;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px #013b7d solid;
    position: relative;
    margin-left: 10px;
    margin-bottom: 10px;
}

.news .date>.day {
    font-size: 150%;
    line-height: 22px;
    font-weight: 500;
}

.news-content-row {
    padding-bottom: 20px;
}

/* Footer */
.footer {}

.footer ul {
    margin-left: -23px;
}

.footer-governo {
    background: #f0f0f0;
    padding: 30px;
    font-size: 13px !important;
    border-radius: 2px;
}

.footer a,
.footer p {
    color: #000;
    font-size: 15px !important;
}

.footer .right {
    margin-top: 10px;
    text-align: right;
}

.footer .title {
    font-size: 17px;
    font-weight: 600
}

.footer .title2 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 25px;
}

.footer .sub {
    font-size: 16px;
    font-weight: 500
}

.poiesis {
    height: 20px;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100px;
}

.sp {
    position: absolute;
    right: 0;
    width: 120px;
    height: 90px;
    top: 0;
}

.oc {
    position: absolute;
    top: 28px;
    width: 50px;
    left: 137px;
    height: 65px;
}

.gov {
    position: relative;
    overflow: hidden;
}

/* Social Menu */
.social-menu {
    margin-top: 20px;
    margin-left: 0 !important;
    list-style: none;
    padding: 0;
}

.social-menu li {
    float: left;
    margin-right: 10px;
}

.social-menu li img {
    max-width: 25px;
}

/* Main Content */
.main-content {
    border-left: 1px #d0d0cf solid;
    margin-bottom: 40px;
}


.main-content ul>li {
    font-size: 18px;
    font-weight: 300;
}

.linkbox {
    padding: 20px;
    border: 1px #d0d0cf solid;
    margin-top: 100px;
}

.linkbox div {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    color: #000;
    margin: 15px 0;
}

.linkbox hr {
    width: 50px;
    border-top: 1px #013b7d solid;
    margin: 30px 0;
}

.insc-form {
    max-width: 720px;
}

/* Services */
.service {
    margin-bottom: 30px;
}

.service .title {
    font-size: 20px;
    font-family: 'adelle';
    font-weight: 500;
}

.service .title.blue {
    font-family: 'adelle-sans';
    color: #003a7d;
    font-weight: 500;
}

.service .info {
    font-size: 20px;
}

@media (max-width: 767px) {

    .text-morada {
        margin-top: 20px;
    }

    .event .date {
        margin-left: 0;
    }

    .navbar-brand img {
        width: 88px;
        margin-top: -22px;
        display: block;
    }

    .navbar {
        min-height: 50px;
    }

    .banner .img img {
        top: 0;
    }

    .banner {
        height: auto !important;
    }

    .banner .caption {
        left: 0px;
        bottom: 0px;
        padding: 5px 20px 5px 10px;
        width: 100%;
    }

    h2 {
        font-size: 16px;
    }

    .banner .caption p {
        font-size: 11px;
    }

    .newsletter p {
        font-size: 10px;
        margin-bottom: 20px;
    }

    .nl-control {
        width: 125px;
    }

    .destaques .list {
        font-size: 16px;
    }

    .footer {
        text-align: center;
    }

    .sp,
    .poiesis,
    .oc {
        position: static;
        display: block;
        margin: 0 auto;
        background-image: url(../img/regua_poi_OC_gov_sec_PRETO.png);
    }

    .sp {
        padding: 50px 62px;
        background-size: 501px;
        background-position: -378px 0px;
        background-repeat: no-repeat;
    }

    .poiesis {
        padding: 40px 52px;
        background-size: 501px;
        background-position: 0px -40px;
        background-repeat: no-repeat;
    }

    .oc {
        padding: 50px 52px;
        background-size: 501px;
        background-position: -120px -10px;
        background-repeat: no-repeat;
    }

    .gov img {
        display: none;
    }

    .dropdown:hover .dropdown-menu {
        display: block !important;
    }

    .navbar-nav li:first-child a {
        margin-left: 16px;
    }

    .social-menu {
        text-align: center;
    }

    .social-menu li {
        display: inline-block;
        float: none;
    }

    .newsletter-form>div {
        float: left;
    }

    .footer .right {
        text-align: center;
    }

    .navbar-nav li.active a,
    .navbar-nav li:hover a,
    .navbar-nav li a {
        display: inline-block;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .navbar-nav {
        margin-top: 7px;
    }

    .main-content {
        border-left: none;
        padding-left: 0;
    }

    .event .date {
        margin-right: 15px;
    }

    .event .info {
        width: 65%;
    }

    .event .event-pic {
        width: 100%;
    }

    .event .title {
        font-size: 10px;
    }

    .event .desc {
        font-size: 12px;
    }

    .event .date>.mon::before {
        display: none;
    }

    .h4 {
        margin: 10px 0;
        text-align: center;
        width: 100%;
    }

    .news .date>.day {
        float: left;
        margin-right: 6px;
    }

    .news .date>.mon {
        float: left;
    }

    .news .title {
        font-size: 16px;
        margin: 10px 0;
    }

    .news .desc {
        padding: 10px 0;
    }

    .news .date {
        font-size: 16px;
        margin-left: 0px;
    }

    p {
        font-size: 14px;
    }

    .news-date {
        margin-top: 15px;
    }

    .service .title {
        font-size: 16px;
    }

    .service .info {
        font-size: 12px;
    }

}

@media (max-width: 991px) {

    .navbar-nav li.active a,
    .navbar-nav li:hover a,
    .navbar-nav li a {
        font-size: 18px;
    }

    .banner {
        height: 400px;
    }

    .newsletter {
        padding: 15px 20px;
        font-size: 13px;
    }

    .bt {
        font-size: 12px;
    }

    .destaques .list {
        font-size: 14px;
    }

    .h-sep {
        height: 233px;
    }

    h3 {
        font-size: 18px;
    }

    .event.expanded .info {
        height: 100%;
    }

    .event .title,
    .event .time,
    .event .desc {
        width: 100%;
    }


    .poiesis {
        height: 20px;
        left: 0;
        top: 50px;
        width: 70px;
    }

    .sp {
        right: 0;
        width: 90px;
        height: 70px;
        top: 0;
    }

    .oc {
        top: 18px;
        width: 40px;
        left: 100px;
        height: 55px;
    }
}

@media (max-width: 1199px) {

    .h-sep {
        height: 288px;
    }

}

.thin {
    max-width: 150px;
}

.carousel>.window {
    overflow: hidden;
    position: relative;
    height: 100%;
}

/*
    This is the item wrapper,
    it will be animated.
*/
.carousel ul {
    list-style: none;
    height: 10000px;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0px;
}

/*
    These are the items
*/
.carousel li {
    margin: 3px 0 0;
}

.prev,
.next {
    font-size: 30px;
    width: 100%;
    position: relative;
    left: 50%;
    margin-left: -15px;
}

.carousel li:first-child {
    margin: 0;
}

.gallery {
    height: 600px;
    position: relative;
    top: -30px;
}