﻿/* ===================================   PMARINTER   ===================================*/

/*select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#fff' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>") !important;
    background-position: 100% 50% !important;
    background-repeat: no-repeat !important;
}*/

.ms-wpadder {
    font-size: 1.2rem;
}

/*input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
}*/

div#DeltaWebPartAdderUpdatePanelContainer {
    z-index: 9999999;
}

/*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: 3.5rem;
    right: 3.5rem;
}

.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;
    }


/* ===================================   Bootstrap SharePoint Issues   ===================================*/
/*bootstrap 3 resets for SharePoint*/
/*border-box causes many issues with SP*/
*, *:before, *:after {
    -webkit-box-sizing: Content-box;
    -moz-box-sizing: Content-box;
    box-sizing: Content-box;
}
    /*reset elements that B3 is expecting to be border-box*/
    * [class^="col-"], * [class^="col-"]:before, * [class^=da"col-"]:after,
    .container, .container:before, .container:after,
    .row, .row:before, .row:after,
    .nav *, .navbar-toggle, .table, .table-responsive, .form-control, .btn-block, .caret, .dropdown-menu, .navbar-toggle, .page-navigation *, .icon-bar, .breadcrumb, .progress-bar, .modal-dialog,
    legend, fieldset, code, pre {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

img {
    max-width: none;
    width: auto;
}

* [class^="col-"] img {
    max-width: 100%; /*for Images inside span grid*/
}

#scriptWPQ2 img, img.ms-webpart-menuArrowImg, #applist img, .ms-core-menu-icon > img {
    width: auto; /*within a span may still need to have width of image not 100% for SP2013 OOTB features/imges*/
    max-width: none;
}

.ms-siteactions-imgspan {
    float: none;
    margin: 0;
}

input.ms-cui-cb-input {
    height: 1.4rem;
    padding: 0.3rem 0.7rem 0.2rem;
}

select, input[type="file"] {
    height: auto;
    line-height: 2rem;
}

label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
}

.navbar-toggle {
    min-width: 0;
}

.ms-rtestate-field a {
    text-decoration: underline;
}

button::-moz-focus-inner {
    border: 0;
}
/*Fix WebPart with Slick*/
.ms-webpart-zone, .ms-webpart-cell-vertical, .ms-webpart-chrome-vertical {
    display: block !important;
}
/*end bootstrap resets*/

/*SharePoint overrides some B3 classes, reset back*/
.container {
    background-color: transparent;
    border: 0.1rem transparent none;
    color: inherit;
    margin: 0 auto;
    padding: 0;
    width: auto;
}
/*end SP resets*/


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 0.1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.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;
    }
}
/*end bootstrap resets*/


/* Root (rem reference)*/
html, body {
    font-size: 10px;
}

    body#ms-error-body, body #s4-workspace {
        font-size: 1.6rem;
    }


@font-face {
    font-family: 'Font Awesome 5 Brands';
    src: url('/style library/PM/css/fonts/Font-Awesome-5-Brands-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-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;
}

/* ===================================   PMARINTER Global   ===================================*/
.pm-field {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

span, a, h1, h2, h3, h4, h5, h6, p, div, li {
    /*font-family: /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    letter-spacing: 0.07rem;
}

#s4-bodyContainer span, #s4-bodyContainer a, #s4-bodyContainer div {
    transition: all .5s ease;
}

.pm-darkFilter {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pm-hidden {
    opacity: 0 !important;
}

.pm-visible {
    opacity: 1 !important;
}

li.pm-MenuSubTitle {
    list-style-type: none;
    padding: 0.5rem 0;
}

    li.pm-MenuSubTitle:nth-child(2) {
        padding-top: 1.5rem;
    }

a, a:active {
    color: #AF1117;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: none;
    }

    a:focus {
        outline: 1px auto -webkit-focus-ring-color;
        outline-offset: 0.3rem;
    }

.ms-rtestate-field a, .ms-rtestate-field a:focus, .ms-rtestate-field a:hover {
    text-decoration: underline;
}


.edit-mode-panel.title-edit {
    padding-top: 5rem;
}

div.pm-edit-panel {
    margin: 1.5rem auto !important;
    padding: 1.5rem;
    border: 0.1rem solid #ccc;
    text-align: center;
}

div.pm-center.row div hr {
    border-color: #ccc;
    margin-bottom: 2rem;
}

.pm-jumbotron {
    position: relative;
    min-height: 6rem;
    overflow: hidden;
    width: 100%;
    /*background-color: #002D3F;*/
    margin-bottom: -1.5rem;
}

.pm-jumbotron-img {
    background-repeat: no-repeat;
    background-size: cover;
}

.pm-subTitle {
    position: absolute;
    font-size: 1.3rem;
    left: 2.6rem;
    bottom: -3rem;
    padding: 0.6rem 1.5rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.ms-core-pageTitle {
    white-space: normal;
}

.pm-titlearea {
    position: absolute;
    bottom: 10rem;
    left: 8rem;
}

.pm-pagetitle-text {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 2rem 1.5rem;
    color: #fff;
    height: 2.8rem;
    width: auto;
    display: table;
    line-height: 3rem;
    position: relative;
    top: 1rem;
    left: 1rem;
    font-size: 2.6rem;
}

    .pm-pagetitle-text .pm-pagetitle-separator {
        font-size: 2.8rem;
        font-weight: 200;
        color: #FFFFFF;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -0.5rem;
        padding: 0 0.7rem;
    }

    .pm-pagetitle-text span.pm-pageTitle {
        font-weight: 600;
        font-size: 3rem;
        line-height: 4rem;
        position: relative;
        top: -0.2rem;
    }

a.pm-backTitle {
    width: 2.9rem;
    height: 2.9rem;
    position: absolute;
    border-top: 0.7rem solid;
    border-left: 0.7rem solid;
    border-color: #fff;
    top: 2.3rem;
    left: 1.8rem;
}

    a.pm-backTitle:hover, a.pm-backTitle:focus {
        border-color: #AF1117;
    }

.pm-nopad {
    padding: 0;
}


.pm-ta-center {
    text-align: center;
}

.pm-ta-left {
    text-align: left;
}

.pm-ta-right {
    text-align: right;
}

.pm-pad-bot {
    padding-bottom: 1.5rem;
}

.pm-center {
    max-width: 115rem !important;
    margin: auto !important;
    float: none !important;
}

.pm-die {
    display: none;
}

.pm-scroll-off {
    pointer-events: none;
}

.pm-vpad {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.pm-vpadtop {
    padding-top: 4rem !important;
}

.pm-nopad {
    padding-left: 0;
    padding-right: 0;
}

.pm-greyBackground {
    background-color: #f4f4f4;
    color: #002d3f;
    font-weight: bold;
    padding: 2rem 0 !important;
    text-align: justify;
    line-height: 2.4rem;
    font-size: 1.6rem;
    display: block;
    margin: 0 0 3rem 0;
}


.pm-field .pm-date {
    text-transform: uppercase !important;
    margin: 0.5rem 0 2rem 0;
    color: #AF1117;
    font-weight: 700;
    font-size: 1.33rem;
}

.pm-datetimepicker .bootstrap-datetimepicker-widget table td.active,
.pm-datetimepicker .bootstrap-datetimepicker-widget table td.active:hover,
.pm-datetimepicker .bootstrap-datetimepicker-widget table td span.active {
    background-color: #002d3f;
}

/*News Colors*/

.destaqueExternoColor {
    background-color: #666 !important;
    border-color: #666 !important;
}

.destaqueColor {
    background-color: #AF1117 !important;
    border-color: #AF1117 !important;
}

.noticiaColor {
    background-color: #002D3F !important;
    border-color: #002D3F !important;
}

.efemerideColor {
    background-color: #CE9D39 !important;
    border-color: #CE9D39 !important;
}

.agendaColor {
    background-color: #015C5E !important;
    border-color: #015C5E !important;
}

@media (max-width: 767px) {
    .pm-center {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .pm-breadcrumb {
        padding: 1rem 0;
    }

    .pm-pagetitle-text {
        top: -1rem;
        display: table;
        font-size: 2rem;
    }

    .pm-pagetitle {
        word-wrap: break-word;
        white-space: normal !important;
        left: 0.5rem;
    }
}

@media (max-width: 500px) {
    .pm-pagetitle-text {
        top: -4.5rem;
        display: table;
    }

    .pm-pageTitle {
        font-size: 1.8rem;
    }

    .pm-breadcrumb a, .pm-breadcrumb .pm-breadcrumb-current {
        font-size: 1.1rem;
    }
}

@media (max-width: 991px) {
    .pm-titlearea {
        position: absolute;
        bottom: 10rem;
        left: 0;
    }

    .pm-pagetitle-text {
        top: 1rem;
        display: block;
        padding: 2rem 3.5rem;
        height: 100%;
    }

        .pm-pagetitle-text span.pm-pageTitle {
            font-weight: 600;
            font-size: 2.5rem;
            position: relative;
            top: -0.2rem;
            line-height: 3.7rem;
        }

    .pm-jumbotron-img {
        height: 45rem !important;
       /* margin-top: 6.9rem;*/
    }

    .wp-acd-panel-heading.open-off {
        width: auto;
    }

        .wp-acd-panel-heading.open-off .wp-acd-panel.pm-center .pm-separator {
            display: none
        }

    .pm-greyBackground {
        display: flex;
    }
}
/*
===================================   PM Breadcrumbs   ===================================
*/
.pm-breadcrumb {
    padding: 0.5rem 0 0.7rem 2rem;
}

    .pm-breadcrumb > span:nth-child(1), .pm-breadcrumb > svg:nth-child(2) {
        display: none;
    }

    .pm-breadcrumb a, .pm-breadcrumb .pm-breadcrumb-current {
        font-size: 1.33rem;
        text-decoration: none;
        color: #282828;
    }

        .pm-breadcrumb a:hover {
            color: #AF1117;
        }

    .pm-breadcrumb .pm-breadcrumb-separator {
        font-size: 1.2rem;
        padding: 0 0.6rem;
        position: relative;
        top: 0;
        color: #282828;
    }

    .pm-breadcrumb .pm-breadcrumb-current {
        color: #AF1117;
        font-weight: bold;
    }
/*=================================== PM Share Control   ===================================*/

.pm-share {
    display: inline-block;
    margin-bottom: 2rem;
    min-width: 17rem;
}

    .pm-share a {
        text-decoration: none;
    }

    .pm-share #sharelinks {
        display: inline;
    }

        .pm-share #sharelinks a.facebook {
            padding: 1.25rem 1.81rem
        }

        .pm-share #sharelinks a.twitter {
            padding: 1.25rem 1.5rem;
        }

        .pm-share #sharelinks a.google {
            padding: 1rem;
        }

        .pm-share #sharelinks a.facebook:hover, .pm-share #sharelinks a.facebook:hover {
            background-color: #507CBE;
            color: #fff;
            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;
        }

        .pm-share #sharelinks a.twitter:hover, .pm-share #sharelinks a.twitter:hover {
            background-color: #63CDF1;
            color: #fff;
            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;
        }

        .pm-share #sharelinks a.google:hover, .pm-share #sharelinks a.google:hover {
            background-color: #F16261;
            color: #fff;
            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;
        }

    .pm-share .pm-shareOff .fab {
        color: #fff;
        background-color: #002D3F;
    }

    .pm-share #linkShare {
        padding: 1.25rem 1.588rem;
    }

        .pm-share .pm-shareOn, .pm-share #linkShare:hover {
            background-color: #AF1117;
            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;
        }

    .pm-share .pm-shareOn, .pm-share a:hover {
        color: #fff;
    }

    .pm-share a {
        background-color: #282828;
        color: #fff;
    }

.pm-no-minwidth {
    min-width: 4.2rem;
}

.pm-w-minwidth {
    min-width: 17rem;
}

/*===================================   PM GMaps Marker   ===================================*/
.pm-iw > div:first-child > div:last-child,
.pm-iw > div:first-child > div:nth-last-child(2) > div > div {
    background-color: rgba(255,255,255,0.8) !important;
}

.pm-iw .iw-content {
    padding: 1rem 0.5rem 1rem 2.5rem;
}

.iw-content .pm-titulo {
    font-weight: bold;
    font-size: 1.6rem;
    color: #002D3F;
    text-transform: uppercase;
}

.iw-content .pm-subTitulo {
    font-weight: normal;
    font-size: 1.1rem;
    color: #AF1117;
    text-transform: uppercase;
}
/*===================================   PM Skip Link   ===================================*/

#bodySP .skipLink {
    opacity: 0;
    position: absolute;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    background: #AF1117;
    z-index: 999;
}

    #bodySP .skipLink:focus {
        opacity: 1;
    }
/*===================================   PM Footer Navigation   ===================================*/

#s4-bodyContainer {
    padding-bottom: 0;
}

.pm-botlinks {
    border-top: 1rem solid #AF1117;
    margin-top: 1.5rem;
}

.ms-fullscreenmode .pm-footer {
    display: none;
}

.pm-footer .pm-botnav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

    .pm-footer .pm-botnav-list > li {
        display: inline-block;
        padding-top: 4rem;
        vertical-align: top;
        min-height: 10rem;
    }

        .pm-footer .pm-botnav-list > li > a.pm-link {
            font-size: 1.6rem;
            color: rgb(239,239,239);
            text-transform: uppercase;
            text-decoration: none;
            pointer-events: none;
            cursor: default;
        }

            .pm-footer .pm-botnav-list > li > a.pm-link:hover {
                color: rgba(239,239,239,1);
            }

.pm-footer .pm-botsubnav-list {
    list-style-type: none;
    margin: 0;
    padding: 2rem 0 0 0;
    text-align: left;
}

    .pm-footer .pm-botsubnav-list > li {
        padding: 0;
        vertical-align: top;
    }

        .pm-footer .pm-botsubnav-list > li > a.pm-link {
            font-size: 1.6rem;
            color: rgb(239,239,239);
            color: rgba(239,239,239,0.5);
            text-transform: uppercase;
            text-decoration: none;
        }

            .pm-footer .pm-botsubnav-list > li > a.pm-link:hover {
                color: #AF1117;
            }

.pm-footer .pm-botlinks-list {
    list-style-type: none;
    margin: 1.5rem 0 0 0;
    padding: 0.7rem 0;
    font-size: 1.33rem;
    font-weight: 500;
}

#ctl00_ctl63_lblCopyright > b {
    text-transform: uppercase;
}

.pm-footer .pm-botlinks-list > li {
    display: inline-block;
    padding: 1rem 0 0.4rem 0.2rem;
    vertical-align: middle;
    color: #282828;
}

.pm-botlinks a {
    font-size: inherit;
    color: #282828;
    font-weight: 500;
    text-decoration: none;
}

    .pm-botlinks a.pm-link:hover {
        color: #AF1117;
    }

.pm-small-spacer {
    color: #282828;
    position: relative;
    top: -0.01rem;
}

.pm-footer .pm-botlogos-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 1.5rem;
}

    .pm-footer .pm-botlogos-list > li {
        display: inline-block;
        padding: 0.4rem 0.5rem 0.4rem 1.5rem;
        vertical-align: middle;
    }

        .pm-footer .pm-botlogos-list > li:first-child {
            padding: 0.4rem 0.5rem 0.4rem 1.5rem;
            vertical-align: middle;
        }

.pm-botlinks a.pm-republicapt {
    background: url('/style library/PM/images/govDN-VGrey.png') no-repeat 0 0;
    background-size: contain;
    width: 11rem;
    height: 4.5rem;
    display: inline-block;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.pm-botlinks a.pm-marinha {
    background: url('/style library/PM/images/marinha.png') no-repeat 0 0;
    background-size: contain;
    width: 11rem;
    height: 4rem;
    display: inline-block;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    margin-top: -1.5rem;
}

.pm-botlinks a.pm-amn {
    background: url('/style library/PM/images/amn.png') no-repeat 0 0;
    background-size: contain;
    width: 21rem;
    height: 4rem;
    display: inline-block;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    margin-left: -1.5rem;
}

.pm-botlinks a.pm-ace {
    background: url('/style library/PM/images/ace-ic.png') no-repeat 0 0;
    background-size: contain;
    width: 2.5rem;
    height: 3rem;
    display: inline-block;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    margin-left: -1.5rem;
}

.pm-botlinks a.pm-republicapt:hover {
    filter: initial; /* IE6-9 */
    -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */
}

.pm-botlinks a.pm-marinha:hover {
    filter: initial; /* IE6-9 */
    -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */
}

.pm-botlinks a.pm-amn:hover {
    filter: initial; /* IE6-9 */
    -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */
}

.pm-botlinks a.pm-ace:hover {
    filter: initial; /* IE6-9 */
    -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */
}

@media (max-width:970px) {
    .pm-footer .pm-botlogos-list {
        padding-left: 50%;
        margin-left: -12.5rem;
    }
}

/*
===================================   PM Cookies Navigation Control   ===================================
*/
.cookie_msg {
    display: block !important;
    left: 0;
    width: 100%;
    z-index: 999999991;
}

.pm-cookie-tab {
    background: #AF1117 !important;
    color: #fff;
    box-shadow: 0 0 1rem #888;
    display: table;
    padding: 3.5rem 0;
    width: 100%;
    left: 0;
    position: fixed;
    top: 73px;
}

    .pm-cookie-tab p {
        color: #fff !important;
        font-size: 1.3rem;
    }

    .pm-cookie-tab > .pm-cookie-line {
        /*padding: 1.5rem 0;
        overflow: hidden;
        width: 93.2rem;
        margin: 0 auto;
        display: initial;*/
    }

        .pm-cookie-tab > .pm-cookie-line > a {
            float: right;
        }

    .pm-cookie-tab .pm-cookie-title {
        display: block;
        font-size: 1.8rem;
        float: left;
        /*width: 15rem;*/
        line-height: 2.2rem;
        margin-right: 5rem;
        text-transform: uppercase;
        font-weight: 700;
    }

    .pm-cookie-tab .pm-cookie-short {
        float: left;
        font-size: 1.4rem;
        line-height: 1.5rem;
    }

        .pm-cookie-tab .pm-cookie-short > a {
            display: block;
            padding: 0.5rem 0.5rem 0.5rem 0;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 500;
        }

            .pm-cookie-tab .pm-cookie-short > a:hover {
                color: #002d3f;
            }

.pm-cookie-close {
    position: relative;
    display: block;
    cursor: pointer;
}

    .pm-cookie-close:hover {
        color: #002d3f;
    }

.pm-cookie-close {
    font-size: 3.3rem;
    color: #fff;
}

/* ===================== PMARINTER PESQUISA ===================== */


.pm-pesquisa {
    background-color: #AF1117;
    min-height: 15rem;
    padding: 2rem;
    margin: 0 !important;
}

.pm-pesquisa-title {
    font-size: 2rem;
    color: #af1007;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}

.pm-pesquisa-button {
    font-size: 1.6rem !important;
    text-transform: uppercase !important;
    border-radius: 0;
    color: #fff;
    background-color: #AF1117;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .pm-pesquisa-button:hover {
        color: #fff;
        background-color: #AF1117;
    }

.pm-pesquisa-notfound {
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.pm-tri {
    border: 1.5rem solid #AF1117;
    border-bottom: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: -4rem;
    left: 8.5rem;
    width: 0.1rem;
}

.pm-pesquisa-avancada-title {
    padding: 0 0 2rem 0;
}

.pm-pesquisa-avancada {
    background-color: #eee;
    color: #242424;
    padding: 4rem 0 3rem 0;
    margin: 0;
}

    .pm-pesquisa-avancada .input-group {
        margin: 1rem 0;
    }

        .pm-pesquisa-avancada .input-group span.input-group-addon {
            padding: 0.5rem 0;
            border: none;
            background-color: transparent;
            color: #242424;
            font-size: 1.6rem;
        }

        .pm-pesquisa-avancada .input-group input.form-control {
            height: 2.5rem;
            font-size: 1.8rem;
            padding: 0;
            margin: 0 0.5rem;
            border: none;
            border-radius: 0;
            border-bottom: 0.1rem #242424 solid;
            background-color: transparent;
            color: #242424;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .pm-pesquisa-avancada .input-group input.form-control:focus {
                outline: none;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

.pm-pesquisa-avancada-btn {
    margin: 4rem 0 0.5rem 0;
    border-radius: 0;
    color: #242424;
    text-transform: UPPERCASE;
}

    .pm-pesquisa-avancada-btn i {
        padding: 0 0.5rem 0 0;
    }

.pm-pesquisa-spinner i {
    color: #AF1117;
}

.pm-pesquisa-caixa {
    margin-bottom: 2rem;
}

    .pm-pesquisa-caixa .form-control {
        font-size: 1.6rem;
        color: #242424;
        font-weight: 500;
    }

    .pm-pesquisa-caixa i {
        font-size: 2.2rem;
        color: #AF1117;
        padding-left: 1.5rem;
        padding-right: 0.5rem;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }

        .pm-pesquisa-caixa i:hover {
            color: #AF1117;
        }

        .pm-pesquisa-caixa i.fa-times {
            color: #fff;
        }

            .pm-pesquisa-caixa i.fa-times:hover {
                color: #AF1117;
            }

    .pm-pesquisa-caixa input {
        text-transform: uppercase;
        border: none;
        border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
        padding-left: 1.5rem;
        height: 5rem;
    }

        .pm-pesquisa-caixa input:focus {
            outline: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .pm-pesquisa-caixa button {
        border-color: transparent;
        border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        background-color: #242424;
        height: 3.8rem;
        width: 3rem;
        font-size: 1.6rem;
        margin-top: -0.1rem;
    }

        .pm-pesquisa-caixa button:focus,
        .pm-pesquisa-caixa button:hover,
        .pm-pesquisa-caixa button:active,
        .pm-pesquisa-caixa button:active:focus {
            outline: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            background-color: #fff;
            color: #242424;
            border: 0.1rem #fff solid;
        }

.pm-pesquisa-btn {
    border: none;
    background-color: transparent;
    font-size: 2.5rem;
    padding: 0 0.5rem;
}

    .pm-pesquisa-btn i {
        font-size: 2.6rem;
        color: #AF1117;
    }

        .pm-pesquisa-btn i.fa.fa-angle-up {
            color: #AF1117;
        }

    .pm-pesquisa-btn:hover {
        border: none;
        background-color: transparent;
    }

        .pm-pesquisa-btn:hover i {
            color: #AF1117;
        }

.pm-pesquisa-props {
    margin: 2rem 0;
    font-size: 1.33rem;
}

.pm-pesquisa-resultado {
    padding: 0;
    margin: 0.5rem 0;
}

    .pm-pesquisa-resultado a.pm-link {
        color: #002D3F;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.8rem;
    }

    .pm-pesquisa-resultado .pm-sumario {
        font-size: 1.6rem;
        margin: 0.5rem 0 0 0;
    }

    .pm-pesquisa-resultado .pm-caminho {
        color: #AF1117;
        font-size: 1.6rem;
        -ms-word-break: break-word;
        word-break: break-word;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        margin: 1.5rem 0 0.5rem 0;
    }

.pm-pesquisa-paginas {
    text-align: right;
}

    .pm-pesquisa-paginas > span {
        display: inline-block;
    }

    .pm-pesquisa-paginas .pm-page-link {
        text-decoration: none;
        border: 0.1rem solid #AF1117;
        color: #002D3F;
        width: 4.2rem;
        height: 4.2rem;
        display: inline-block;
        text-align: center;
        line-height: 4rem;
        font-size: 2rem;    
    }

    .pm-pesquisa-paginas .pager-link:hover {
        color: #AF1117;
    }

    .pm-pesquisa-paginas .pm-page-current {
        border: 0.1rem solid #AF1117;
        color: #fff;
        width: 4.2rem;
        height: 4.2rem;
        display: inline-block;
        text-align: center;
        line-height: 4rem;
        background-color: #AF1117;
        font-size: 2rem;
    }

/*====================== PMARINTER Config Form EstadoBarras e AvisoMauTempo =======================*/

.form-infobarras {
    position: relative;
}

.form-infomautempo {
    position: relative;
}

.form-zone-title h2 {
    border: 0.1rem solid #002d3F;
    background-color: #002d3F;
    padding: 0.5rem 1rem;
    color: #fff;
    cursor: pointer;
}

    .form-zone-title h2:hover {
        border: 0.1rem solid #AF1117;
        background-color: #AF1117;
        color: #fff;
    }

.form-zone-content {
    width: auto;
    padding: 0.7rem 2.5rem 1rem 2.5rem;
    border: 0.1rem solid #002d3F;
    margin: 1rem 5.5rem;
    display: none;
}


.form-zone .alt {
    padding: 0.5rem 1rem 1rem 1rem;
}

.form-zone-ul {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0 5.5rem;
}

    .form-zone-ul li {
        display: block;
        width: auto;
        padding: 0.7rem 2.5rem 1rem 2.5rem;
        border: 0.1rem solid #002d3F;
        margin: 1rem 0;
        color: #282828;
    }

        .form-zone-ul li label, .form-zone-content label {
            padding-left: 1rem;
            font-size: 1.2rem;
            line-height: 1rem;
            vertical-align: middle;
            font-size: 1.2rem;
        }

        .form-zone-ul li select, .form-zone-content select {
            float: right;
            border: 0.1rem solid #002d3F;
            font-size: 1.2rem;
        }

.form-control-fw {
    display: inline-block;
    padding: 0.3rem 0.5rem;
    width: 99%;
    border: 0.1rem solid #002d3F;
    color: #5f6576;
    font-size: 1.2rem;
    margin-top: 0.5rem;
}

.form-button, a.form-button {
    display: inline-block;
    font-size: 1.2rem !important;
    color: #fff !important;
    background-color: #002D3F !important;
    padding: 0.5rem 1rem;
    margin: 1rem 0 0 0;
    text-decoration: none;
    border: 0.1rem solid #002D3F !important;
    position: relative;
    width: auto;
}

    .form-button:hover, a.form-button:hover, a.form-button:visited {
        color: #fff;
        background-color: #AF1117;
        border: 0.1rem solid #AF1117;
    }

.form-zone-ul li select.Aberta, .form-zone-content select.Aberta {
    color: #15a706;
}

.form-zone-ul li select.Condicionada, .form-zone-content select.Condicionada {
    color: #e1d908;
}

.form-zone-ul li select.Fechada, .form-zone-content select.Fechada {
    color: #b70700;
}


.form-infomautempo .form-zone-ul li select, .form-infomautempo .form-zone-content select {
    color: #5f6576;
}

table.baloes {
    border-spacing: 0;
    border-collapse: collapse;
    border-width: 0;
    background-color: transparent;
    outline: none;
}

    table.baloes th {
        border-bottom: 0.1rem solid #ccc;
        color: #888;
        font-weight: 400;
        font-size: 1.2rem;
        padding: 0.8rem 0.5rem;
    }

    table.baloes td {
        border-bottom: 0.1rem solid #ccc;
        border-left: 0.1rem solid #ccc;
        padding: 0.5rem 1rem;
    }

        table.baloes td.numero {
            border-left: none;
            text-align: center;
            font-weight: bold;
            font-size: 1.4rem;
            color: #111107;
        }

        table.baloes td.text {
            line-height: 1.2;
            color: #111107;
        }

.sinais h6 {
    font-size: 1.1rem;
    color: #999;
}


/*==================== PMARINTER 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: "Open_Sans Bold";
    font-family: Open_Sans;
}

.ms-rteFontFace-14 {
    -ms-name: "Open_Sans Italic";
    font-family: Open_Sans;
}

.ms-rteFontFace-15 {
    -ms-name: "Open_Sans Bold Italic";
    font-family: Open_Sans;
}

.ms-rteFontFace-16 {
    -ms-name: "Open_Sans Regular";
    font-family: Open_Sans;
}

.ms-rteFontFace-17 {
    -ms-name: "Open_Sans Bold";
    font-family: Open_Sans;
}

.ms-rteFontFace-18 {
    -ms-name: "Open_Sans Semibold";
    font-family: Open_Sans;
}

.ms-rteFontFace-19 {
    -ms-name: "Open_Sans Regular";
    font-family: Open_Sans;
}*/

/* 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;
}

/*Esconde Cabeçalhos 1*/
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles\.Gallery > tbody > tr:nth-child(1) > td:nth-child(2) {
    display: none;
}
/*ALT*/
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles\.Gallery > tbody > tr:nth-child(2) > td:nth-child(1) {
    display: none;
}
/*Fixed menu */
div#Ribbon\.EditingTools\.CPEditTab\.Styles\.RibbonStyle1-Large {
    display: none;
}

/* Cabeçalho 1 */
.pm-conteudoStyle h1,
.ms-rtestate-field h1,
h1.ms-rteElement-H1,
h1.ms-rteElement-H1B {
    line-height: normal;
    font-size: 2.2rem;
    color: #AF1117;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: justify;
}

/* Cabeçalho 2 */
.pm-conteudoStyle h2,
.ms-rtestate-field h2,
h2.ms-rteElement-H2,
h2.ms-rteElement-H2B {
    line-height: normal;
    font-size: 2.2rem;
    color: #AF1117;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: justify;
}

/* Cabeçalho 3 */
.pm-conteudoStyle h3,
.ms-rtestate-field h3,
h3.ms-rteElement-H3,
h3.ms-rteElement-H3B {
    line-height: normal;
    font-size: 2rem;
    color: #002d3f;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: justify;
}

/* Cabeçalho 4 */
.pm-conteudoStyle h4,
.ms-rtestate-field h4,
h4.ms-rteElement-H4,
h4.ms-rteElement-H4B {
    line-height: normal;
    font-size: 1.8rem;
    color: #282828;
    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: 2.2rem;
    color: #282828;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

/* Cabeçalho 2 Alternativo */
h2.ms-rteElement-H2B {
    line-height: normal;
    font-size: 2.2rem;
    color: #282828;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

/* Cabeçalho 3 Alternativo */
h3.ms-rteElement-H3B {
    line-height: normal;
    font-size: 2rem;
    color: #015C5E;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 0;
    display: inline-block;
    border: none;
}

/* Cabeçalho 4 Alternativo */
h4.ms-rteElement-H4B {
    line-height: normal;
    font-size: 1.8rem;
    color: #002d3f;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

/* Parágrafo */
.pm-conteudoStyle p, .ms-rtestate-field p, p.ms-rteElement-P {
    margin: 0 0 1rem 0;
    line-height: 2.4rem;
    font-size: 1.6rem !important;
    color: #282828;
    /*letter-spacing: 0.05rem;*/
    text-align: justify;
}

/* Esconde os estilos da ribbon */
#Ribbon\.EditingTools\.CPEditTab\.Styles\.Styles\.Menu\.Styles {
    display: none;
}
