﻿/* used to reset the ootb styles on the title row tag in the Starter Collab master page; used for the fullscreen button in SP */
#s4-titlerow {
    background-color: transparent;
    margin: 0;
    padding: 0;
    height: auto;
}

#s4-workspace #s4-bodyContainer {
    padding: 0;
}

.ms-webpartzone-cell {
    margin: auto;
}

.ms-cui-ribbon a img, .ms-cui-menu a img, .ms-cui-QAT a img, .ms-cui-toolbar-toolbar a img {
    max-width: none !important;
}

#contentBox {
    margin: 0;
    min-width: 0
}

#sideNavBox {
    display: none;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

/*================== Global ========================*/
span, a, h1, h2, h3, h4, h5, h6, p, div {
    font-family: 'Montserrat', sans-serif;
}

li {
    font-family: 'Montserrat', sans-serif;
    line-height: 2.2;
}

#s4-bodyContainer span, #s4-bodyContainer a {
    transition: all .5s ease;
}

.ms-core-pageTitle {
    margin-top: 30px;
}

a, a:active, a:focus, a:visited {
    /*color: #5e8022;*/
    color: #485d22;
    /*color: #92c436;*/
    text-decoration: none;
}

.darkBackground a, .darkBackground a:active, .darkBackground a:focus, .darkBackground a:visited {
    color: #92c436;
}

a:hover {
    color: #AF1117;
    text-decoration: none;
    /*font-weight: bold;*/
}

.col-xs-12 .pdefinter-center a {
    text-decoration: underline;
    font-weight: 600;
}

/*.pdefinter-center a {
   
    text-decoration: none !important;
}*/




.edit-mode-panel.title-edit {
    padding-top: 50px;
}

div.pdefinter-edit-panel {
    margin: 15px auto !important;
    padding: 15px;
    border: 1px solid #ccc;
    text-align: center;
}

.pdefinter-darkFilter {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pdefinter-hidden {
    opacity: 0 !important;
}

.pdefinter-visible {
    opacity: 1 !important;
}

.pdefinter-die {
    display: none;
}

.pdefinter-scroll-off {
    pointer-events: none;
}

.pdefinter-vpad {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
}


.pdefinter-toppad {
    padding-top: 20px;
}

.pdefinter-bottompad {
    padding-bottom: 20px;
}

.pdefinter-bottomnopad {
    padding-bottom: 0;
}

.pdefinter-nopad {
    padding: 0;
    margin: 0;
}

.pdefinter-ta-center {
    text-align: center;
}

.pdefinter-ta-left {
    text-align: left;
}

.pdefinter-ta-right {
    text-align: right;
}

.pdefinter-center {
    max-width: 1220px !important;
    margin: auto !important;
    float: none !important;
}

.pdefinter-main.container {
    padding: 0;
    margin: 0;
    position: relative;
}

.row > .col-xs-12 {
    padding: 0 !important;
    margin: 0 !important;
}

.ps__rail-x, .ps__rail-y {
    z-index: 99;
}

.featherlight .featherlight-inner {
    max-width: 100%;
}

.spinnerLoadingDiv {
    position: fixed;
    text-align: center;
    left: 47%;
    top: 90%;
    background: white;
    border-radius: 50px;
    padding: 5px 0;
    z-index: 99;
}
/*================== Font Awesome Font ==================*/
@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('/style library/PM/css/fonts/Font-Awesome-5-Free-Regular-400.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('/style library/PM/css/fonts/Font-Awesome-5-Free-Solid-900.otf');
    font-weight: bold;
    font-style: normal;
}

/* Scroll button */
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #d6d6d6;
    color: #16262e;
    cursor: pointer;
    padding: 7.5px 12.13px;
    border-radius: 0;
    font-size: 1.8rem;
    border: 1px solid #d6d6d6;
}

    #scrollTopBtn:hover {
        background-color: #16262e;
        color: #d6d6d6;
    }

@media (max-width: 1200px) {
    #scrollTopBtn {
        bottom: 45px;
        right: 30px;
        cursor: pointer;
        padding: 5px 9px;
        font-size: 1.5rem;
    }
}

/* Contactos*/

.contactos-cards .contactos-card {
    background-color: #ffffff;
    padding: 5px 20px 5px 30px;
    -webkit-box-shadow: 0 6px 10px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px 3px rgba(0, 0, 0, 0.1);
}

.contactos-cards {
    padding-bottom: 30px;
    margin: 0;
}

    .contactos-cards .contactos .list-item p {
        margin-bottom: 0px;
    }

.morada {
    background-image: url('/Style%20Library/pdefinter/icones/icon-address.svg');
}

.phone {
    background-image: url('/Style%20Library/pdefinter/icones/icon-telephone.svg');
}

.fax {
    background-image: url('/Style%20Library/pdefinter/icones/icon-fax.svg');
}

.envelope {
    background-image: url('/Style%20Library/pdefinter/icones/icon-email.svg');
}

.website {
    background-image: url('/Style%20Library/pdefinter/icones/icon-website.svg');
}

.contactos-cards .contactos {
    margin-bottom: 30px;
}

.contactos-cards i.icon {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    bottom: -3px;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


/*================== Bootstrap 5 Cols ==================*/
.pageContentZone *, .ms-rtestate-field * {
    font-size: 1.6rem;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*Sharepoint Video Reponsive*/
li[id^='Ribbon.ContextualTabs.Media.Options.Size'] {
    display: none;
}

.mediaPlayerContainer video {
    width: 100%;
    height: auto;
}

.navbar {
    border-radius: 0 !important;
}

/* Featherlighbox - Galerias*/
.featherlight .featherlight-image {
    max-width: none !important;
}

.featherlight .featherlight-Content {
    background: transparent !important;
    overflow: hidden !important;
}

.featherlight .featherlight-close-icon {
    background-color: transparent;
    color: #fff;
    font-size: 2rem;
    top: 35px;
    right: 35px;
}

.featherlight-next span, .featherlight-previous span {
    font-size: 3.5rem !important;
    font-family: cursive !important;
    width: 40% !important;
    display: block;
    opacity: 0.4;
}

.featherlight-next:hover span, .featherlight-previous:hover span {
    opacity: 1;
}

.featherlight-next:hover, .featherlight-previous:hover {
    background-color: transparent !important;
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        max-height: 100% !important;
        padding: 0 !important;
    }
}

/* Ekkolighbox Media Center*/

.ekko-lightbox-nav-overlay a.ekko-arrowLeft {
    float: left;
    text-align: left;
    color: #fff;
}

.ekko-lightbox-nav-overlay a.ekko-arrowRight {
    float: left;
    text-align: right;
    color: #fff;
}

    .ekko-lightbox-nav-overlay a.ekko-arrowLeft:hover, .ekko-lightbox-nav-overlay a.ekko-arrowRight:hover {
        opacity: 1;
    }

/*================== Titulo ==================*/
.pdefinter-titlearea {
    padding-top: 40px;
}

    .pdefinter-titlearea .pdefinter-pageTitle {
        white-space: normal;
        font-weight: bold;
        color: #16262e;
        font-size: 3rem;
    }

@media (max-width: 992px) {
    .pdefinter-titlearea .pdefinter-pageTitle {
        font-size: 2.4rem;
    }
}
/*================== Breadcrumb ==================*/
.pdefinter-breadcrumb {
    border-top: 1px solid #ccc;
    padding: 5px 15px 5px 15px;
    margin: 0;
}

    .pdefinter-breadcrumb > span:nth-child(1), .pdefinter-breadcrumb > svg:nth-child(2) {
        display: none;
    }

    .pdefinter-breadcrumb a,
    .pdefinter-breadcrumb .pdefinter-breadcrumb-current {
        font-size: 1.35rem;
        text-decoration: none;
        color: #16262e;
    }

        .pdefinter-breadcrumb a:hover {
            color: #5e8022;
            font-weight: normal;
        }

    .pdefinter-breadcrumb .pdefinter-breadcrumb-separator {
        font-size: 1rem;
        padding: 0px 6px;
        position: relative;
        top: 0px;
        color: #16262e;
    }

    .pdefinter-breadcrumb .pdefinter-breadcrumb-current {
        color: #16262e;
        font-weight: bold;
    }

@media (max-width: 992px) {
    .pdefinter-breadcrumb {
        float: left !important;
    }
}

/*================== Jumbotron ==================*/
.pdefinter-jumbotron {
    margin: 0 !important;
}

    .pdefinter-jumbotron .jumbotron {
        height: 520px;
        background-size: cover;
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
        color: inherit !important;
    }

        .pdefinter-jumbotron .jumbotron .jumbotronAutor {
            position: absolute;
            right: 0;
            bottom: 0;
            display: inline-block;
            background-color: rgba(244, 244, 244, 1);
            padding: 5px 10px;
            font-size: 1.35rem;
        }

@media (max-width: 479px) {
    .pdefinter-jumbotron .jumbotron {
        height: 200px;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .pdefinter-jumbotron .jumbotron {
        height: 300px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .pdefinter-jumbotron .jumbotron {
        height: 400px;
    }
}

/*================== Resumo ==================*/
.pdefinter-jumbotron .resumo {
    margin-top: 0px;
    padding: 15px 30px;
    background-color: rgba(244, 244, 244, 0.8);
    border-top: 6px solid #16262e;
    text-align: center;
    font-size: 1.6rem;
}

    .pdefinter-jumbotron .resumo span {
        font-weight: 500;
        color: #16262e;
        line-height: 2;
    }


/*================== TopNav / Header ==================*/
#s4-titlerow.pdefinter-topnav {
    padding: 0;
    margin: 0;
    height: auto;
}

.pdefinter-topnav .navbar-default {
    background-color: rgba(1,34,43, 0.85);
    border: 0;
    margin: 0;
    /*max-height: 60px;*/
}

img.pdefinter-navlogo {
    /* logo antigo*/
    width: 132px;
    /* logo novo*/
    /*width: 270px;*/
}

#s4-titlerow > nav > div.pdefinter-center {
    max-width: 1200px !important;
}

.pdefinter-topnav .navbar-brand {
    height: 30px;
}

.pdefinter-topnav .base-inv {
    background: rgba(22,38,46, 0.8);
    border-top: 6px solid #fff;
    /* logo antigo*/
    padding: 5px 15px 7px 15px;
    /* logo novo*/
    /*padding: 15px 5px 15px 5px;*/
    z-index: 10;
}

.pdefinter-topnav .navbar-default .navbar-toggle {
    border-color: #fff;
}

    .pdefinter-topnav .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .pdefinter-topnav .navbar-default .navbar-toggle:focus, .pdefinter-topnav .navbar-default .navbar-toggle:hover {
        background-color: rgba(255,255,255,0.2);
    }

/*.pdefinter-topnav .navbar-nav > li {
    position: static;
}*/

.pdefinter-topnav .navbar-nav > li > a.pdefinter-toplink-main, .pdefinter-topnav a.pdefinter-link {
    font-size: 1.6rem;
    line-height: 30px;
    padding: 20px 25px 16px 25px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 4px solid transparent;
}

.pdefinter-topnav .navbar-nav > li:hover > a.pdefinter-toplink-main {
    color: #92c436;
    border-bottom: 4px solid #92c436;
}

.pdefinter-topnav .navbar-nav > li.open > a.pdefinter-toplink-main {
    color: #16262e;
    border-bottom: 4px solid #92c436;
}

.pdefinter-topnav .navbar-nav > li.menu-sublink {
    top: 8px;
}

.pdefinter-topnav .navbar-nav > li > a.pdefinter-toplink-main.alt {
    padding: 20px 0 16px 0;
    font-size: 1.4rem;
    width: 44px;
    display: flex;
    justify-content: center;
}

/*se o menu tiver 4 itens*/
.pdefinter-topnav .navbar-nav > li:nth-child(7) > a.pdefinter-toplink-main.alt {
    padding-left: 20px;
}


/*a.pdefinter-toplink-main:focus + .subnavbar {
    display: inline-block;
}*/

.pdefinter-topnav .navbar-nav span.pdefinter-spacer {
    background-color: #fff;
    width: 1px;
    height: 30px;
    padding: 0;
    display: block;
    margin: 19px 5px;
}

.pdefinter-topnav a.pdefinter-link {
    color: #fff !important;
}



/*.pdefinter-topnav .navbar-nav > li:hover > .subnavbar {
    display: inline-block;
}

.pdefinter-topnav .navbar-nav > li:focus-within > .subnavbar {
    display: inline-block;
}*/

/*.pdefinter-topnav .subnavbar {
    display: none;
    background-color: transparent;
    position: absolute;
}*/

.pdefinter-topnav .navbar-subnav > li > .pdefinter-toplink-sub {
    font-size: 1.4rem;
    color: #16262e;
    font-weight: 500;
    background-color: rgba(229,229,229, 0.98);
    margin: 2px 0;
    padding: 5px 10px;
    text-decoration: none;
}

    .pdefinter-topnav .navbar-subnav > li > .pdefinter-toplink-sub:hover {
        background-color: #c6c6c6;
        font-weight: 500;
        color: #16262e;
    }

.pdefinter-topnav .menu-back {
    display: none;
}

    .pdefinter-topnav .menu-back svg, .pdefinter-topnav .menu-link svg {
        margin-left: 5px;
        margin-top: 9px;
    }

a.pdefinter-toplink-main.alt {
    border: 0px !important;
}

.pdefinter-topnav .menu-link svg {
    display: none;
}

.pdefinter-topnav .menu-link .alt svg {
    display: block;
}


/*Desktop md and lg*/
@media(min-width: 992px) {

    .subnavbar {
        margin-left: 5px;
    }

    .pdefinter-navbar .container.pdefinter-center {
        padding: 0;
    }
}

/*Mobile xs and sm*/
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .pdefinter-topnav .navbar-default .navbar-collapse {
        background-color: rgba(1,34,43, 1);
        border: none;
        margin-right: -15px;
        margin-left: -15px;
        overflow: auto;
        max-height: 400px;
    }

    .pdefinter-topnav .menu-link svg {
        display: inline-block;
    }

    .pdefinter-topnav .navbar-nav > li {
        text-align: right;
        z-index: 3;
    }

        .pdefinter-topnav .navbar-nav > li.open {
            z-index: 5;
        }

    .pdefinter-topnav .menu-separator {
        display: none;
    }

    .pdefinter-topnav .subnavbar {
        display: none;
        position: static;
        width: 100%;
        background-color: transparent;
    }

    .pdefinter-topnav .navbar-subnav {
        width: 100%;
        padding: 0;
    }

        .pdefinter-topnav .navbar-subnav > li {
            float: none;
        }

            .pdefinter-topnav .navbar-subnav > li > a.pdefinter-toplink {
                padding: 15px;
                color: blue;
                background-color: transparent;
            }

                .pdefinter-topnav .navbar-subnav > li > a.pdefinter-toplink:hover {
                    color: #ffffff;
                    background-color: blue;
                }

    .pdefinter-topnav .navbar-nav > li:hover > .subnavbar {
        display: none;
    }

    .pdefinter-topnav .navbar-nav > li.menu-link.open a.pdefinter-toplink-sub {
        text-align: right;
    }

    .pdefinter-topnav .navbar-nav > li.menu-link.open > .subnavbar {
        display: block;
    }

    .pdefinter-topnav i.fa.fa-chevron-left,
    .pdefinter-topnav i.fa.fa-chevron-right {
        display: inline-block;
        margin-left: 15px;
    }

    .pdefinter-topnav a.pdefinter-link:hover {
        color: #16262e;
        background-color: rgba(255,255,255, 0.2);
    }

    .pdefinter-topnav .navbar-nav > li > a.pdefinter-toplink-main:hover {
        background-color: rgba(255,255,255, 0.8);
        color: #16262e;
    }

    .pdefinter-topnav .navbar-nav span.pdefinter-spacer {
        display: none;
    }

    .pdefinter-topnav .navbar-nav > li > a.pdefinter-toplink-main.alt {
        float: right;
        padding: 10px 15px 15px 15px;
    }

    .navbar-header {
        padding: 10px 0px;
    }

    .pdefinter-topnav .base-inv {
        background: transparent;
        border-top: none;
        padding: 0;
        z-index: 10;
    }
}

/*================== TopNav Pesquisa ==================*/

#pdefinter-pesquisa-modal .modal-dialog {
    width: 100%;
    margin: 0;
}

#pdefinter-pesquisa-modal .modal-Content {
    border: 0;
    border-radius: 0;
    background-color: rgba(22,38,46, 0.8);
}

#pdefinter-pesquisa-modal .modal-header {
    border: 0;
    background: rgba(1,34,43, 0.95);
    padding: 35px 0;
}

#pdefinter-pesquisa-modal .pdefinter-pesquisa-caixa #tbPesquisa {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 0 15px;
    height: 44px;
}

#pdefinter-pesquisa-modal .pdefinter-pesquisa-caixa #btPesquisa {
    border: 0;
    border-radius: 0;
    padding: 12px 15px;
    color: rgba(1,34,43, 0.95);
    outline: none;
}

.close {
    margin-top: 0px;
    background: none;
    border: none;
    padding: 6.5px 8px;
    color: #d6d6d6;
    opacity: 1;
}

    .close:hover {
        color: #5e8022 !important;
    }


#pdefinter-pesquisa-modal .pdefinter-pesquisa-caixa button.close {
    height: 44px;
    margin: 0;
    display: flex;
    align-items: center;
}


/*================== Partilha ==================*/

.pdefinter-share {
    display: inline-block;
    padding: 0 15px 0 15px;
    margin-top: 15px;
}

    .pdefinter-share.pdefinter-shareClose {
        border-top: 1px solid #16262e;
    }

    .pdefinter-share.pdefinter-shareOpen {
        border-top: 1px solid #5e8022;
    }

/*.pdefinter-share.pdefinter-shareOpen .pdefinter-shareText{
        color: #5e8022;
    }*/

.pdefinter-shareText {
    display: inline-block;
    color: #16262e;
    float: left;
    padding-right: 10px;
    padding-top: 5px;
}

    .pdefinter-shareText .partilha {
        font-size: 1.3rem;
        font-weight: bold;
        margin: 0;
    }

    .pdefinter-shareText .conteudo {
        font-size: 1.3rem;
        font-weight: normal;
        margin: 0;
    }

.pdefinter-shareIcons {
    display: flex;
    align-items: center;
}

    .pdefinter-shareIcons a {
        text-decoration: none;
    }

    .pdefinter-shareIcons #sharelinks a {
        padding: 13px 15.7px;
        text-decoration: none !important;
    }

        .pdefinter-shareIcons #sharelinks a.google {
            padding-right: 0;
        }


        .pdefinter-shareIcons #sharelinks a.facebook:hover, .pdefinter-shareIcons #sharelinks a.facebook:hover {
            color: #507CBE;
            transition: 0.3s all 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;
        }

        .pdefinter-shareIcons #sharelinks a.twitter:hover, .pdefinter-shareIcons #sharelinks a.twitter:hover {
            color: #63CDF1;
            transition: 0.3s all 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;
        }

        .pdefinter-shareIcons #sharelinks a.google:hover, .pdefinter-shareIcons #sharelinks a.google:hover {
            color: #F16261;
            transition: 0.3s all 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;
        }

.pdefinter-share.pdefinter-shareClose .pdefinter-shareIcons .fab {
    color: #16262e;
}

/*.pdefinter-shareIcons #linkShare {
    padding: 0 0 0 5px;
    min-width: 44px;
    min-height: 44px;
    display: inline-block;
}*/


    .pdefinter-shareIcons #linkShare svg {
        padding: 16px;
    }

/*.pdefinter-share.pdefinter-shareOpen .pdefinter-shareIcons #linkShare {
    padding: 13px 16px 13px 16px;
}*/

.pdefinter-share.pdefinter-shareOpen .pdefinter-shareIcons #linkShare, .pdefinter-shareIcons #linkShare:hover {
    color: #5e8022;
    transition: 0.3s all 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;
}

.pdefinter-shareIcons a {
    color: #16262e;
}


/*================== Footer ==================*/
.ms-fullscreenmode .pdefinter-footer {
    display: none;
}

.pdefinter-footer {
    padding: 0;
    margin: 0;
}

    .pdefinter-footer .pdefinter-botlinks {
        margin-top: 15px;
        background-color: #16262e;
        padding: 0;
    }



    .pdefinter-footer .pdefinter-botnav-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: left;
    }

        .pdefinter-footer .pdefinter-botnav-list > li {
            display: inline-block;
            padding-top: 40px;
            vertical-align: top;
            min-height: 100px;
        }

            .pdefinter-footer .pdefinter-botnav-list > li > a.pdefinter-link {
                font-size: 1.6rem;
                color: rgb(239,239,239);
                text-transform: uppercase;
                text-decoration: none;
                pointer-events: none;
                cursor: default;
            }

                .pdefinter-footer .pdefinter-botnav-list > li > a.pdefinter-link:hover {
                    color: rgba(239,239,239,1);
                }

    .pdefinter-footer .pdefinter-botsubnav-list {
        list-style-type: none;
        margin: 0;
        padding: 20px 0 0 0;
        text-align: left;
    }

        .pdefinter-footer .pdefinter-botsubnav-list > li {
            padding: 0;
            vertical-align: top;
        }

            .pdefinter-footer .pdefinter-botsubnav-list > li > a.pdefinter-link {
                font-size: 1.6rem;
                color: rgb(239,239,239);
                color: rgba(239,239,239,0.5);
                text-transform: uppercase;
                text-decoration: none;
            }

                .pdefinter-footer .pdefinter-botsubnav-list > li > a.pdefinter-link:hover {
                    color: #AF1117;
                }

    .pdefinter-footer .pdefinter-botlinks-list {
        list-style-type: none;
        margin: 15px 0 0 0;
        padding: 7px 0;
        text-align: center;
    }

    .pdefinter-footer .direitos {
        text-transform: uppercase;
        font-weight: bold !important;
        font-size: 18px !important;
    }

    .pdefinter-footer .pdefinter-botlinks-list > li {
        display: inline-block;
        padding: 10px 0px 4px 2px;
        vertical-align: middle;
        color: #fff;
    }

    .pdefinter-footer .pdefinter-botlinks a {
        font-size: 1.4rem;
        color: #fff;
        text-decoration: none !important;
        text-transform: uppercase;
        padding: 0 15px;
        display: inline-block;
        line-height: 20px;
        font-weight: 400 !important;
    }

        .pdefinter-footer .pdefinter-botlinks a.pdefinter-link:hover {
            color: #8cbe37;
        }

    .pdefinter-footer .pdefinter-botlogos-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .pdefinter-footer .pdefinter-botlogos-list > li {
            display: inline-block;
            padding: 10px 5px 0 15px;
            vertical-align: middle;
        }

            .pdefinter-footer .pdefinter-botlogos-list > li:first-child {
                padding: 10px 0 0 0;
                vertical-align: middle;
            }


    .pdefinter-footer .pdefinter-botlinks a.pdefinter-republicapt {
        /*logo antigo*/
        background: url('/style library/PDEFINTER/images/govDN-VWhite_OLD.png') no-repeat 0 0;
        width: 175px;
        height: 80px;
        margin: 10px 0 0 -10px;
        /*logo novo*/
        /*background: url('/style library/PDEFINTER/images/govDN-VWhite-Vertical.png') no-repeat 0 0;
        width: 210px;
        height: 120px;*/
        background-size: contain;
        display: inline-block;
        padding: 0;
        /*margin: 0 0 0 -10px;*/ /* logo novo*/
        filter: initial; /* IE6-9 */
        -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
        filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */
    }

        .pdefinter-footer .pdefinter-botlinks a.pdefinter-republicapt:hover {
            filter: gray; /* IE6-9 */
            -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
            filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
        }


@media (min-width:992px) {
    .pdefinter-footer .pdefinter-botlinks .pdefinter-center .col-xs-12 {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }

    .order-3 {
        order: 3;
    }
}

@media (max-width:992px) {
    .pdefinter-footer .pdefinter-botlinks-list > li.direitosZone {
        padding-top: 25px;
        text-align: right;
    }
}


/*================== SP Font Styles ==================*/
/* Esconde os estilos de fontes não autorizados */
.ms-rteFontFace-1,
.ms-rteFontFace-2,
.ms-rteFontFace-3,
.ms-rteFontFace-4,
.ms-rteFontFace-5,
.ms-rteFontFace-6,
.ms-rteFontFace-7,
.ms-rteFontFace-8,
.ms-rteFontFace-9,
.ms-rteFontFace-10,
.ms-rteFontFace-11,
.ms-rteFontFace-12 {
    display: none;
}

Adiciona os estilos de fontes autorizados
.ms-rteFontFace-13 {
    -ms-name: "Montserrat Regular";
    font-family: 'montserrat';
    font-weight: normal;
    font-style: normal;
}

.ms-rteFontFace-14 {
    -ms-name: "Montserrat Italic";
    font-family: 'montserrat';
    font-weight: normal;
    font-style: italic;
}

.ms-rteFontFace-15 {
    -ms-name: "Montserrat Bold Italic";
    font-family: 'montserrat';
    font-weight: bold;
    font-style: italic;
}

.ms-rteFontFace-16 {
    -ms-name: "Montserrat Bold";
    font-family: 'montserrat';
    font-weight: bold;
    font-style: normal;
}

.ms-rteFontFace-17 {
    -ms-name: "Montserrat Semibold";
    font-family: 'montserrat';
    font-weight: 500;
    font-style: normal;
}

.ms-rteFontFace-18 {
    -ms-name: "Montserrat Bolder";
    font-family: 'montserrat';
    font-weight: bolder;
    font-style: normal;
}

.ms-rteFontFace-19 {
    -ms-name: "Font Awesome Icons";
    font-family: "Font Awesome 5 Free";
}

/* Esconde as fontes da ribbon que se encontram ordenadas por nome */
#fseaFont-1-4-Menu,
#fseaFont-1-5-Menu,
#fseaFont-1-6-Menu,
#fseaFont-1-7-Menu,
#fseaFont-1-8-Menu,
#fseaFont-1-9-Menu,
#fseaFont-1-11-Menu,
#fseaFont-1-12-Menu,
#fseaFont-1-13-Menu,
#fseaFont-1-16-Menu,
#fseaFont-1-17-Menu,
#fseaFont-1-18-Menu {
    display: none;
}

/* Cabeçalho 1 */
.pdefinter-conteudoStyle h1,
.ms-rtestate-field h1,
h1.ms-rteElement-H1,
h1.ms-rteElement-H1B {
    line-height: normal;
    font-size: 1.8rem;
    color: #5e8022;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: justify;
}

/* Cabeçalho 2 */
.pdefinter-conteudoStyle h2,
.ms-rtestate-field h2,
h2.ms-rteElement-H2,
h2.ms-rteElement-H2B {
    line-height: normal;
    font-size: 1.6rem;
    color: #004960;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: justify;
}

/* Cabeçalho 3 */
.pdefinter-conteudoStyle h3,
.ms-rtestate-field h3,
h3.ms-rteElement-H3,
h3.ms-rteElement-H3B {
    line-height: normal;
    font-size: 1.4rem;
    color: #4d4d4d;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: justify;
}

/* Cabeçalho 4 */
.pdefinter-conteudoStyle h4,
.ms-rtestate-field h4,
h4.ms-rteElement-H4,
h4.ms-rteElement-H4B {
    line-height: normal;
    font-size: 1.5rem;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: justify;
}

/* Cabeçalho 1 Alternativo */
h1.ms-rteElement-H1B {
    line-height: normal;
    font-size: 1.8rem;
    color: #282828;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

/* Cabeçalho 2 Alternativo */
h2.ms-rteElement-H2B {
    line-height: normal;
    font-size: 1.8rem;
    color: #015C5E;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 0;
    display: inline-block;
    border: none;
}

/* Cabeçalho 3 Alternativo */
h3.ms-rteElement-H3B {
    line-height: normal;
    font-size: 1.5rem;
    color: #002d3f;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

/* Cabeçalho 4 Alternativo */
h4.ms-rteElement-H4B {
    font-family: "Font Awesome 5 Free";
}

/* Parágrafo */
.pdefinter-conteudoStyle p,
.ms-rtestate-field p,
p.ms-rteElement-P {
    margin: 0px 0px 10px 0px;
    line-height: 2.2;
    font-size: 1.6rem !important;
    color: #282828;
    letter-spacing: 0.5px;
    text-align: justify;
}

/* Esconde os estilos da ribbon */
#Ribbon\.EditingTools\.CPEditTab\.Styles\.Styles\.Menu\.Styles {
    display: none;
}


/* Estilos para botoes das redes sociais*/
.div_facebook {
    display: inline-block;
    float: left;
    width: 17px;
    height: 17px;
    margin-left: 3px;
    background: url('/pt/PublishingImages/fb.jpg');
}

    .div_facebook:hover {
        width: 17px;
        height: 17px;
        background: url('/pt/PublishingImages/fb_over.jpg');
    }


.div_twitter {
    display: inline-block;
    float: left;
    width: 17px;
    height: 17px;
    margin-left: 3px;
    background: url('/pt/PublishingImages/twitter.jpg');
}

    .div_twitter:hover {
        width: 17px;
        height: 17px;
        background: url('/pt/PublishingImages/twitter_over.jpg');
    }


.div_flickr {
    display: inline-block;
    float: left;
    width: 17px;
    height: 17px;
    margin-left: 3px;
    background: url('/pt/PublishingImages/flickr.jpg');
}

    .div_flickr:hover {
        width: 17px;
        height: 17px;
        background: url('/pt/PublishingImages/flickr_over.jpg');
    }


.div_youtube {
    display: inline-block;
    float: left;
    width: 17px;
    height: 17px;
    margin-left: 3px;
    background: url('/pt/PublishingImages/youtube.jpg');
}

    .div_youtube:hover {
        width: 17px;
        height: 17px;
        background: url('/pt/PublishingImages/youtube_over.jpg');
    }

.div_instagram {
    display: inline-block;
    float: left;
    width: 17px;
    height: 17px;
    margin-left: 3px;
    background: url('/pt/PublishingImages/insta.jpg');
}

    .div_instagram:hover {
        width: 17px;
        height: 17px;
        background: url('/pt/PublishingImages/insta_over.jpg');
    }

/* Estava na masterpage */
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) div:focus,
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) textarea:focus {
    outline: none;
}

/*Accessible slick override*/
.slick-next .slick-next-icon, .slick-next .slick-prev-icon, .slick-prev .slick-next-icon, .slick-prev .slick-prev-icon {
    font-size: 40px !important;
}

button.slick-prev.slick-arrow {
    left: -40px;
    height: 40px;
    width: 40px;
}

button.slick-next.slick-arrow {
    height: 40px;
    width: 40px;
    right: -40px;
}

.pdefinter-jumbotron button.slick-arrow {
    border: none;
    background: #16262e;
    border-radius: 50%;
    padding: 2px 20px 0;
}

.subnavbar.dropdown-menu {
    background: transparent;
    margin: 0;
}

.nav ul.navbar-subnav li.menu-sublink a {
    min-width: max-content;
}

.dropdown-menu {
    padding: 0;
}

.linkSalto {
    position: absolute;
    z-index: 0;
    padding: 10px;
    font-size: 1.1rem;
    background: #282626;
    color: #fff !important;
    top: -99px;
}

    .linkSalto:focus {
        z-index: 9999999;
        border: 2px;
        background: #282626;
        color: #fff !important;
        top: 0;
    }

    .linkSalto:active {
        z-index: 9999999;
        border: 2px;
        background: #282626;
        color: #fff !important;
        top: 0;
    }


/*Tabs acessiveis*/
.pdefinter-center [role="tablist"] {
    min-width: 100%;
}

.pdefinter-center [role="tab"],
.pdefinter-center [role="tab"]:focus,
.pdefinter-center [role="tab"]:hover {
    display: inline-block;
    position: relative;
    z-index: 2;
    top: 2px;
    margin: 0;
    margin-top: 4px;
    padding: 3px 3px 4px;
    border: 1px solid hsl(219deg 1% 72%);
    border-bottom: 2px solid hsl(219deg 1% 72%);
    border-radius: 5px 5px 0 0;
    background: hsl(220deg 20% 94%);
    outline: none;
    font-weight: bold;
    max-width: 22%;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
}

    .pdefinter-center [role="tab"][aria-selected="true"] {
        padding: 2px 2px 4px;
        margin-top: 0;
        border-width: 2px;
        border-top-width: 6px;
        border-top-color: #485d22;
        border-bottom-color: hsl(220deg 43% 99%);
        background: hsl(220deg 43% 99%);
    }

    .pdefinter-center [role="tab"][aria-selected="false"] {
        border-bottom: 1px solid hsl(219deg 1% 72%);
    }

    .pdefinter-center [role="tab"] span.focus {
        display: inline-block;
        margin: 2px;
        padding: 4px 6px;
    }

    .pdefinter-center [role="tab"]:hover span.focus,
    .pdefinter-center [role="tab"]:focus span.focus,
    .pdefinter-center [role="tab"]:active span.focus {
        padding: 2px 4px;
        border: 2px solid #485d22;
        border-radius: 3px;
    }

.pdefinter-center [role="tabpanel"] {
    padding: 5px;
    border: 2px solid hsl(219deg 1% 72%);
    border-radius: 0 5px 5px;
    background: hsl(220deg 43% 99%);
    min-height: 10em;
    width: 100%;
    overflow: auto;
}

    .pdefinter-center [role="tabpanel"].is-hidden {
        display: none;
    }

    .pdefinter-center [role="tabpanel"] p {
        margin: 0;
    }
