body,
body.sm,
body.md,
body.lg {
    padding-top: 56px;
}
body.xs {
    padding-top: 96px;
}

header {
    margin-bottom: 20px;
}
header.navbar {
    background-color: #F5F7F7;
    background-image: none;
    border: 0;
    margin-bottom: 0px;
    height: 56px;
    border-radius: 0;
    color: #2C4220;
    box-shadow: 0px 1px 10px #78817470;
}
header.navbar .row {
    border-bottom: 1px solid #e9ebeb;
    margin: 0;
}
header .navbar-brand {
    background-image: url("img/logopms-verde.svg");
    background-size: auto;
    background-repeat: no-repeat;
    text-indent: -999px;
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 8px 0 5px;
    background-position: center center;
}
header .navbar-brand:hover {
    opacity: 0.8;
}

.xs header .navbar-brand {
    background-position: 20px center;
}
#menu-servicos h2,
#main-menu h2{
    color: #E6EAEB;
}
#contato,
#menu-servicos,
#menu-portais,
#menu-main {
    padding: 30px 15px 0;
    color: #e6eaeb;
}
.off-canvas .nav-stacked {
    border-left: 3px solid #2E912F;
}
#menu-front {
    border-left: none;
    margin-top: 1rem;
}
.off-canvas p {
    font-size: 0.8em;
}
.xs #menu-main {
    padding-top: 0;
}
#menu-menu-servico-topo {
    display: flex;
    flex-direction: row;
    margin-top: 9px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.8em;
    justify-content: flex-end;
}
#menu-secundario ul {
    color: #E6EAEB;
}
#menu-secundario ul li {
    margin: 0;
    padding: 8px 0px;
    font-weight: 700;
    font-size: 1.2em;
}
.xs #menu-secundario ul li {
    padding: 6px 0px 5px;
}
#menu-secundario ul li a {
    padding: 8px 0px;
    font-size: 1.028em;
    color: #e6eaeb;
}
#menu-secundario ul li a:hover,
#menu-secundario ul li a:focus,
#menu-secundario .nav-pills > li > a:hover,
#menu-secundario .nav-pills > li > a:focus,
#menu-secundario .nav-pills > li > a:active,
#menu-secundario .nav-pills > li.active > a,
#menu-secundario .nav-pills > li.active > a:hover,
#menu-secundario .nav-pills > li.active > a:focus,
#menu-secundario .nav-pills > li.active > a:active,
#menu-secundario .nav-pills > li.active > a:visited {
    color: #99E665;
    background-color: transparent;
    border-radius: 4px;
    text-shadow: 0px 1px 0px #6E8A67;
}

#btn-menu-principal, #btn-menu-busca {
    margin: 0;
    border: 0;
    color: #2E912F;
    float: right;
    width: 33%;
    height: 55px;
    max-width: 65px;
    border-radius: 0;
    padding: 0 10px;
    text-align: center;
    background: transparent;
}
#btn-menu-principal:hover, #btn-menu-busca:hover {
    color: #99E665;
}
#btn-menu-principal {
    margin-right: -15px;
}

#btn-menu-principal .btnico .icon-bar {
    background-color: #2E912F;
    width: 25px;
    height: 4px;
    margin: 0 auto 5px;
    transition: all .25s ease-in-out;
}
#btn-menu-principal:hover .btnico .icon-bar {
    background-color: #99E665;
}
#btn-menu-principal.aberto .btnico .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(8px, 4px);
}
#btn-menu-principal.aberto .btnico .icon-bar:nth-child(2) {
    opacity: 0;
}
#btn-menu-principal.aberto .btnico .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -5px);
}

#btn-menu-busca .btnico {
    font-size: 1.6em;
}

#contato a {
    color: #E6EAEB;
}
#contato a:hover,
#menu-main a:hover,
#menu-portais a:hover,
.off-canvas #main-menu .nav-pills>li>a:hover {
    color: #99E665;
    transform: translateX(0.5rem);
    background: linear-gradient(to right, rgba(21, 70, 35, 0.65) 0%, rgba(21, 70, 35, 0) 100%);
}
#contato .contato-item a img {
    margin-right: 10px;
}
.off-canvas {
    background-color: #163517;
    background-image: url('img/bg-logo-minimal-verdeescuro.svg');
    background-position: right bottom;
    background-repeat: no-repeat;
    position: fixed;
    top: 56px;
    right: 0;
    width: 0;
    height: 100%;
    z-index: 1000000;
    overflow: scroll;
    padding-bottom: 66px;
}
.off-canvas .titulo-menu {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 12px;
    display: block;
    font-family: 'Montserrat', Helvetica, sans-serif;
    line-height: 1.1;
}
.off-canvas .titulo-menu small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 65%;
}
.off-canvas .grid-item.col-xs-12 {
    border-left: 3px solid #2E912F;
}
@keyframes menu-aberto {
    from {
        width: 0;
        opacity: 0;
    }
    to {
        width: 100%;
        opacity: 1;
    }
}
.off-canvas.aberto {
    animation-name: menu-aberto;
    animation-duration: 0.55s;
    width: 100%;
}
@keyframes menu-fechado {
    from {
        width: 100%;
        opacity: 1;
    }
    to {
        width: 0;
        opacity: 0;
    }
}
.off-canvas.fechado {
    animation-name: menu-fechado;
    animation-duration: 0.55s;
    width: 0;
    padding: 0;
}
.off-canvas .nav>li>a {
  font-size: 0.9em;
  color: #E6EAEB;
  letter-spacing: -0.51px;
  line-height: 2.5px;
  transition-property: transform, color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(.5, 0, .3, 1);
  padding: 1.2rem;
}
.off-canvas .nav>li>a:hover {
  color: #99E665;
  transform: translateX(0.5rem);
}
.off-canvas .nav-pills > li > a:hover,
.off-canvas .nav-pills > li > a:focus,
.off-canvas .nav-pills > li > a:active,
.off-canvas .nav-pills > li.active > a,
.off-canvas .nav-pills > li.active > a:hover,
.off-canvas .nav-pills > li.active > a:focus,
.off-canvas .nav-pills > li.active > a:active,
.off-canvas .nav-pills > li.active > a:visited {
    background-color: transparent;
    text-decoration: none;
    color: #E6EAEB;
    text-shadow: 0px 1px 0px #6E8A67;
}
.off-canvas .separator {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 0;
    border-top: 1px solid #eee;
}
ul.facetapi-facetapi-links{
    padding-left: 5px;
}

.off-busca {
    position: fixed;
    width: 0;
    right: 0;
    height: 55px;
    overflow: hidden;
    transition: width 0.6s ease 0s;
}
.off-busca.aberto {
    width: 84.6%;
}
.off-busca{
    transform: translateX(100%);
    transition: all 0.6s ease 0s;
}
.off-busca.aberto {
    transform: translateX(0px);
    transition: all 0.6s ease 0s;
}
.xs .off-busca.aberto {
    width: 100%;
}
.off-busca input.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #2F3741;
    display: block;
    font-size: 1em;
    height: 56px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.off-busca .buscaClose {
    color: #77B360;
    font-size: 3.6em;
    font-weight: 700;
    height: 50px;
    line-height: 65px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: -8px;
    width: 50px;
    z-index: 1004;
}

@media (prefers-color-scheme: dark) {
    header .navbar-brand {
        background-image: url("img/logopms-verdeclaro.svg");
    }
    header.navbar {
        background-color: #203A14;
        color: #E9F7E3;
        box-shadow: 0px 1px 10px #0a130873;
    }
    header.navbar .row {
        border-bottom: 1px solid #1A2615;
    }
}
