/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


/* Global Styles */

html,
body {
    /*height: 100%;*/
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

body {
    padding-top: 50px;
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.thumbnail {
    height: 350px;
}

.texto-links a,
.texto-links a:focus,
.texto-links a:active {
    color: #7b7b7b;
}

.texto-links a:hover {
    color: #424242;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.img-circle {
    border-radius: 50%;
    width: 105px;
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .no-padding {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.linha-cinzenta {
    border: 0;
    height: 0;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

hr {
    height: 100px;
    background-color: #fab700;
    color: #fab700;
    border: 0 none;
    margin-top: 0px;
}


/* Home Page Carousel */

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-caption {
    right: 50%;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(255, 0, 0, 0.6);
}

.carousel-caption a {
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
}


/* Menu Navegação */

.navbar-default {
    background-color: #FFF;
    border: none;
}

.navbar-default .navbar-nav>li>a {
    color: #424242;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ff0000;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #ff0000;
    background-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-brand {
    padding: 5px 5px;
}

@media (max-width:1024px) {
    .navbar-brand img {
        padding: 5px 5px;
        height: 40px;
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

.navbar-right {
    height: 250px;
    font-size: 12px;
}

.nav>li>a {
    padding: 10px 15px;
}

@media (min-width:768px) and (max-width:1060px) {
    .nav>li>a {
        padding: 5px 5px;
    }
}

@media (min-width: 768px) and (max-width:990px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: 0;
    }
    .navbar-right {
        height: 55px;
        font-size: 11px;
    }
}

@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: 0;
    }
    .navbar-right {
        height: 55px;
        font-size: 14px;
    }
}

.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 15px;
}

.fa-chevron-down:before {
    content: "\f078";
    font-size: 10px;
    vertical-align: top;
}

.navbar-default .navbar-nav>.area-reservada>a,
.navbar-default .navbar-nav>.area-reservada>a:hover,
.navbar-default .navbar-nav>.area-reservada>a:focus,
.navbar-default .navbar-nav>.area-reservada>a:active {
    background-color: #ff0000;
    color: #FFF;
}

.navbar-nav>li>.dropdown-menu {
    background-color: #dbdbdb;
}

.dropdown-menu {
    border-radius: 0px;
    min-width: 250px;
}

@media (min-width:992px) {
    .dropdown-menu {
        border-radius: 0px;
        min-width: 420px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        font-size: 12px;
    }
}


/* Submenu de 2 niveis*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.fa-chevron-right:before {
    content: "\f054";
    font-size: 14px;
    vertical-align: middle;
}


/* CALENDARIO */

.calendario-caixa {
    background-color: #7b7b7b;
    color: #fab700;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.mes-calend {
    font-weight: 700;
    font-size: 18px;
}

.calendario-caixa a {
    color: #fab700;
}

.calendario-caixa ul {
    padding-top: 20px;
}

.dias-semana {
    background-color: #FFF;
    color: #7b7b7b;
}

.dias-semana td a,
.dias-semana td a:hover,
.dias-semana td a:focus,
.dias-semana td a:active {
    font-size: 14px;
    text-decoration: none;
    color: #7b7b7b;
}

.dias-semana .badge {
    background-color: #e2e2e2;
}

.badge a {
    text-decoration: none;
    font-weight: normal;
    color: #7b7b7b;
}

.badge-active {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fab700;
    border-radius: 10px;
}


/* APRESENTACAO CICP */

.linhas {
    height: 251px;
    background-color: #fab700;
    color: #fab700;
    border: 0 none;
    margin-top: 0px;
    margin-bottom: 0px;
}

.page-header {
    background-color: #bf0411;
    color: #FFF;
    padding-top: 5px;
    margin: 0px;
}

.page-header h1 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.apresenta-cicp {
    margin-top: 20px;
    margin-bottom: 30px;
}

@media (max-width:767px) {
    .apresenta-cicp .col-xs-12 {
        margin-bottom: 30px;
    }
}

.apresenta-cicp h4 {
    color: #bf0411;
    text-transform: uppercase;
    font-weight: 700;
}

.table>tbody>tr>td {
    border: 0px;
}

.btn-default {
    background-color: #bf0411;
    color: #FFF;
    border-radius: 0px;
    text-transform: uppercase;
    /*font-weight: 700;*/
    border: 0px;
}

.revista-cicp {
    background-color: #ededed;
    margin-bottom: 50px;
}

.titulo {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.tit-revista {
    color: #bf0411;
    font-weight: 700;
    text-transform: uppercase;
}

.linhas-diagonais {
    background: repeating-linear-gradient(-45deg, #FFF, #FFF 1px, #CCC 1px, #CCC 2px);
    height: 20px;
    margin-top: 10px;
}

.tit-noticias h4 {
    color: #d68110;
    text-transform: uppercase;
    font-weight: 700;
}

.caption {
    text-align: left;
}

.caption h4 a {
    text-transform: uppercase;
    font-weight: 700;
    color: #b9b9b9;
}

.caption p a {
    color: #d68110;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-noticias {
    background-color: #d68110;
    color: #FFF;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0px;
}

.noticias-margem {
    margin-bottom: 0px;
}

.tit-eventos h4 {
    color: #fab700;
    text-transform: uppercase;
    font-weight: 700;
}

.data-txt {
    color: #CCC;
}

.txt {
    color: #7b7b7b;
}

@media screen and (min-width: 768px) {
    .breadcrumb {
        background-color: transparent;
        padding: 0px;
        text-transform: uppercase;
    }
}

.breadcrumb a {
    color: #000;
}

.breadcrumb .active {
    color: #000;
    font-weight: 700;
}

.lista-links {
    background-color: #ededed;
    padding: 35px;
}

.list-link {
    background-color: #ededed;
    padding: 25px;
    font-weight: 700;
}

.list-link li {
    line-height: 1.8;
    border-left: 10px solid #bf0411;
    padding-left: 20px;
}

.links-list li {
    line-height: 1.8;
    border-left: 10px solid #bf0411;
    padding-left: 20px;
    color: #424242;
    text-transform: uppercase;
    font-weight: bold;
}

.links-list a {
    color: #424242;
}

.tit-todos {
    color: #bf0411;
    font-weight: 700;
    text-transform: uppercase;
}

.tit-todos h4 {
    color: #bf0411;
    font-weight: 700;
    text-transform: uppercase;
}

.contactos h4 {
    text-transform: uppercase;
    font-weight: 700;
}

.contactos a {
    color: #424242;
}

.margem-form {
    margin-top: 100px;
    margin-bottom: 100px;
}

.form-control {
    color: #424242;
    border: 1px solid #424242;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;
}

.recupera-link,
.recupera-link:hover,
.recupera-link:focus,
.recupera-link:active {
    color: #424242;
    text-decoration: underline;
}

.media-heading {
    /*text-transform: uppercase;*/
    /*font-weight: 700;*/
    font-size: 16px;
}

.membros-list {
    margin-top: 20px;
}

.membros-list p {
    color: #797979;
}

.email-link {
    color: #797979;
}

.email-link:hover,
.email-link:focus,
.email-link:active {
    color: #000;
    text-decoration: none;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li {
    margin-left: 10%;
    margin-right: 30%;
}

@media (min-width: 768px) and (max-width:990px) {
    .nav-tabs>li {
        margin-right: 0%;
        margin-left: 20px;
    }
}

@media (min-width: 992px) {
    .nav-tabs>li {
        margin-right: 0%;
        margin-left: 20px;
    }
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 4px solid #bf0411;
    color: #bf0411;
    text-transform: uppercase;
    font-weight: 700;
}

.nav-tabs>li>a,
.nav-tabs>li>a:hover {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 4px solid #000;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
}

.project-lista>li.active>a,
.project-lista>li.active>a:focus,
.project-lista>li.active>a:hover {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 4px solid #d68110;
    color: #d68110;
    text-transform: uppercase;
    font-weight: 700;
}

.project-lista>li>a,
.project-lista>li>a:hover {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 4px solid #000;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
}

.margem-esq {
    margin-left: 20px;
}

.btn-submissao {
    background-color: #d68110;
    color: #FFF;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0px;
}

.cargo {
    font-weight: 700;
    line-height: 1.8;
}

.nome-txt {
    font-weight: normal;
}

.tit-projeto h4 {
    font-weight: 700;
    text-transform: uppercase;
}

.pontos-links {
    background-color: #ededed;
    padding: 48px;
}

.pontos-list li {
    line-height: 1.8;
    border-left: 10px solid #d68110;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #424242;
}

.btn-anterior {
    background-color: #d68110;
    color: #FFF;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0px;
}

.btn-anterior:focus,
.btn-anterior.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-anterior:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.tit-galeria {
    color: #d68110;
    font-weight: 700;
    text-transform: uppercase;
}

.eventos-list li {
    line-height: 1.8;
    border-left: 10px solid #fab700;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.eventos-list a {
    color: #424242;
}

.btn-eventos {
    background-color: #fab700;
    color: #FFF;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0px;
}

.historico-lista>li.active>a,
.historico-lista>li.active>a:focus,
.historico-lista>li.active>a:hover {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 4px solid #fab700;
    color: #fab700;
    text-transform: uppercase;
    font-weight: 700;
}

.historico-lista>li>a,
.historico-lista>li>a:hover {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 4px solid #000;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
}

.listagem-news p a {
    color: #fab700;
}

.tit-galeria-news {
    color: #fab700;
    font-weight: 700;
    text-transform: uppercase;
}

.pontos-news-list li {
    line-height: 1.8;
    border-left: 10px solid #fab700;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #424242;
}

.btn-anterior-news {
    background-color: #fab700;
    color: #FFF;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0px;
}

.btn-anterior-news:focus,
.btn-anterior-news.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-anterior-news:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.linha-cinza hr {
    background-color: #bebebe;
}

select {
    border-radius: 0px;
}

th {
    text-transform: uppercase;
    color: #424242;
}

.table a {
    font-size: 20px;
    color: #424242;
}

.table a:hover,
.table a:focus,
.table a:active {
    font-size: 20px;
    color: #bf0411;
}

.estado {
    background-color: #ededed;
}

.tit-reservada h4 {
    color: #424242;
    text-transform: uppercase;
    font-weight: 700;
}

.sessao {
    color: #424242;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-sessao {
    background-color: #424242;
    color: #FFF;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0px;
}

.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #424242;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    background-color: #424242;
    background: #424242;
    position: relative;
}

.select-style:after {
    top: 50%;
    left: 95%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #FFF;
    border-width: 5px;
    margin-top: -2px;
    z-index: 100;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #FFF;
}

.select-style select:focus {
    outline: none;
}

.ficheiro-upload label {
    text-transform: uppercase;
}

.help-block {
    font-style: italic;
    color: #bf0411;
}

.btn-cancelar {
    background-color: #424242;
    color: #FFF;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0px;
}

.btn-cancelar:focus,
.btn-cancelar.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-cancelar:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.rodape {
    background-color: #bebebe;
    /*padding-bottom: 40px;*/
    padding-top: 40px;
}

.bg-rodape {
    background-color: #bebebe;
    color: #FFF;
}

.bg-rodape h4 {
    font-weight: 700;
    text-transform: uppercase;
}

ul {
    list-style-type: none;
    padding: 0px;
}

.bg-rodape li {
    line-height: 1.8;
}

.bg-rodape a {
    color: #FFF;
}

.margem {
    margin-top: 20px;
    margin-bottom: 20px;
}


/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}


/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
    header.carousel .carousel {
        height: 70%;
    }
}