@import "carousel-fade.css"; @font-face {
    font-family: 'ProximaNova';
    font-style: normal;
    src: url(../fonts/ProximaNova-Light.eot);
    src: url(../fonts/ProximaNova-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-Light.woff) format('woff'), url(../fonts/ProximaNova-Light.woff2) format('woff2'), url(../fonts/ProximaNova-Light.ttf) format('truetype');
}

:root {
    font-size: 62.5%;
    --height-menu: 9rem;
    --height-menu-mobile: 70px;
    --font-geral-1: Garamond,Baskerville,'Baskerville Old Face','Hoefler Text','Times New Roman',serif;
    --font-geral-2: 'ProximaNova', sans-serif;
    --cor-geral-site-hex: #243a6c;
    --cor-geral-site-rgb: 36, 58, 108;
    --cor-site-hex-1: #243a6c;
    --cor-site-rgb-1: 36, 58, 108;
    --cor-site-hex-2: #c7c7c7;
    --cor-site-rgb-2: 199, 199, 199;
    --cor-site-hex-3: #666;
    --cor-site-rgb-3: 102, 102, 102;
    --cor-site-hex-preto: #000000;
    --cor-site-rgb-preto: 0, 0, 0;
    --cor-site-hex-branco: #ffffff;
    --cor-site-rgb-branco: 255, 255, 255;
    --border-radius-geral: 0;
}

@media (min-width: 1200px) AND (max-width:1439px) {
    :root {
        font-size: 60%;
    }
}

@media (min-width: 992px) AND (max-width:1199px) {
    :root {
        font-size: 55%;
    }
}

@media (max-width: 768px) {
    :root {
        font-size: 55%;
    }
}

@media (max-width: 420px) {
    :root {
        font-size: 50%;
    }
}

@media (max-width: 300px) {
    :root {
        font-size: 30%;
    }
}

html, body {
    font-family: var(--font-geral-2);
    font-size: 1.8rem;
    color: #3f3f3f;
    font-weight: 400;
    width: 100%;
    height: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution:.001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast !important;
    }
}

@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        img {
            image-rendering: unset !important;
        }
    }
}

body .full-bg {
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pagina-conteudo .titulo, .pagina-conteudo-titulo, .seccao-titulo, .titulo-seccao-geral, .card-categoria-titulo, .pagina-conteudo.conteudo-noticia .subpaginas.dropdown .dropdown-toggle, .pagina-conteudo.conteudo-noticia .post-titulo, .seccao-blog-titulo, .modulo-item-listagem.modulo-equipa-listagem .card-title, .modulo-item-listagem.modulo-valores-listagem .card-title, .modulo-item-listagem.modulo-bloco3-listagem .card-title, .card-catalogos .card-catalogos-titulo, .card-projetos .card-projetos-titulo, .seccao-catalogos-titulo, footer.rodape .tit {
    font-family: var(--font-geral-1);
}

.slideshow-geral .carousel-caption-geral {
    font-family: var(--font-geral-2);
}

.mapa-iframe {
    background-color: #ffffff;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: -3.7rem;
    padding-top: 25%;
}

@media (max-width: 768px) {
    .mapa-iframe {
        padding-top:85%;
    }
}

.mapa-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.responsive-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.responsive-iframe iframe {
    border-radius: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.btn:not(.no-border-r), img:not(.no-border-r), iframe:not(.no-border-r), .border-radius-site {
    border-radius: var(--border-radius-geral) !important;
}

.color-site {
    color: var(--cor-geral-site-hex);
}

.bg-site {
    background-color: rgba(var(--cor-geral-site-rgb), 1) !important;
}

.bg-site-gray {
    background-color: rgba(var(--color-geral-gray-rgb), 1) !important;
}

.bg-site-fade-1 {
    background: rgba(var(--cor-geral-site-rgb), 1)!important;
    background: linear-gradient(to left, rgba(var(--cor-geral-site-rgb), 0.10) 0%, rgba(var(--cor-geral-site-rgb), 0.01) 100%)!important;
}

.btn.effect-lr {
    background-color: rgba(var(--cor-geral-site-rgb), 1);
    color: #fff;
    padding: 3rem;
    cursor: pointer;
    display: inline-block;
    -moz-user-select: none;
    letter-spacing: 1px;
    line-height: 0;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: 600;
}

.btn.effect-lr::before {
    content: "";
    --percentage: 25;
    --opacity: calc(var(--percentage) * 0.01);
    background: linear-gradient(to top, rgba(0, 0, 0, var(--opacity)), rgba(0, 0, 0, var(--opacity)))var(--cor-geral-site-hex);
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    z-index: 1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
}

.btn.effect-lr:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
}

a, .button {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.titulo-seccao-geral {
    color: rgb(var(--cor-site-rgb-preto));
    text-transform: uppercase;
    font-size: 4.25rem;
    line-height: normal;
    letter-spacing: 0.15rem;
    display: block;
    font-weight: 400;
    margin-bottom: 3rem;
}

.subtitulo-seccao-geral {
    color: rgb(var(--cor-site-rgb-1));
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.sub-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: normal;
}

.sub-menu li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.sub-menu li.active {
    text-decoration: underline
}

.btn.read-more {
    font-size: 1.6rem;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

.btn.read-more.focus, .btn.read-more:focus {
    box-shadow: none;
}

.btn.read-more:hover, .card-categoria-icon:hover .btn.read-more {
    color: var(--cor-geral-site-hex);
}

.meta-hide {
    position: absolute;
    z-index: 0;
    left: -9000px;
}

.tooltip {
    font-size: 1.4rem;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1285px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1570px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 0;
        padding-right: 0
    }

    .row {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .container-fluid, .container-fluid.cabecalho .container {
        padding-left: 0;
        padding-right: 0
    }

    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .navbar-header {
        margin-left: 0px !important;
        margin-right: 0px !important
    }
}

@media (min-width: 1441px) {
    .container {
        max-width: 1240px;
    }
}

@media (min-width: 1350px) AND (max-width:1440px) {
    .container {
        max-width: 1250px;
    }
}

@media (min-width: 769px) AND (max-width:991px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 576px) and (max-width:768px) {
    .container {
        max-width: 100%;
    }
}

/* - */
.mapa-iframe {
    background-color: #ffffff;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 25%;
}

@media (max-width: 768px) {
    .mapa-iframe {
        padding-top: 85%;
    }
}

.mapa-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .captcha_container iframe {
        transform: scale(0.70);
        -webkit-transform: scale(0.70);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

/* - */
.btn {
    cursor: pointer;
}

@media (max-width: 768px) {
    .btn {
        white-space: normal;
    }
}

/* - */
/* ----------- ANIMACAO ----------- */
.left-animation {
    opacity: 0;
    transition: 1s;
    transform: translate(-200%)
}

.left-animation[data-scroll="in"] {
    opacity: 1;
    transform: translate(0)
}

.left-animation-after {
    opacity: 0;
    transition-duration: 1s;
    transition-delay: 1s;
    transform: translate(-200%)
}

.left-animation-after[data-scroll="in"] {
    opacity: 1;
    transform: translate(0)
}

.fade, .mapa-iframe iframe, .video-iframe iframe {
    opacity: 0;
    transition: 1.5s
}

.tooltip.fade {
    transition: none
}

.fade[data-scroll="in"], .mapa-iframe[data-scroll="in"] iframe, .video-iframe[data-scroll="in"] iframe {
    opacity: 1
}

.top-c {
    opacity: 0;
    transform: translate(200%);
    transition: 1s
}

.top-c[data-scroll="in"] {
    opacity: 1;
    transform: translate(0)
}

.bloco-tipo {
    margin-top: 1.5rem;
    margin-bottom: 15rem;
}

.card-categoria {
    text-align: center;
}

body header.cabecalho .mask-slideshow {
    display: none;
    opacity: 0;
}

body.loaded:not(.paginas, .cabecalho-fixed) header.cabecalho .mask-slideshow {
    display: block;
    opacity: 1;
}

body header.cabecalho .mask-slideshow, body.loaded:not(.paginas, .cabecalho-fixed) header.cabecalho .mask-slideshow {
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.btn.load-more {
    border: solid 0.2rem rgba(var(--cor-site-rgb-preto), 1);
    cursor: pointer;
    border-radius: 15rem;
    background-color: transparent;
    color: rgba(var(--cor-site-rgb-preto), 1);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    outline: none;
    min-width: 30%;
    margin: 0 auto;
    padding: 1.5rem 6rem;
}

.btn.load-more:hover {
    background-color: rgb(var(--cor-geral-site-rgb));
    border-color: rgb(var(--cor-geral-site-rgb));
    color: rgb(var(--cor-site-rgb-branco));
}

/* ----------- CABECALHO ----------- */
header.cabecalho {
    background-color: #ffffff;
    position: relative;
    z-index: 5;
}

@media (min-width: 992px) {
    body {
        padding-top: var(--height-menu);
    }

    body.paginas {
        padding-top: var(--height-menu);
    }

    header.cabecalho {
        min-height: var(--height-menu);
        position: absolute;
        z-index: 999;
        top: 0;
        left: 0px;
        right: 0px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    }

    .paginas header.cabecalho {
        min-height: var(--height-menu);
    }
}

@media (min-width: 992px) AND (max-width:1200px) {
    body {
        padding-top: var(--height-menu);
    }

    header.cabecalho {
        min-height: var(--height-menu);
    }
}

/* ----- */
.paginas-cabecalho:not(.cabecalho-fixed):not(.paginas) header.cabecalho {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/*.paginas-cabecalho:not(.cabecalho-fixed):not(.paginas) header.cabecalho {
}

.paginas-cabecalho:not(.cabecalho-fixed):not(.paginas) header.cabecalho .navbar-brand img {
}*/
.paginas-cabecalho:not(.cabecalho-fixed):not(.paginas) header.cabecalho .navbar-toggler.collapsed span {
    background-color: rgba(var(--cor-site-rgb-2),1);
}

.paginas-cabecalho:not(.cabecalho-fixed):not(.paginas) header.cabecalho .navbar-toggler.collapsed i {
    color: rgba(var(--cor-site-rgb-2),1);
}

@media (max-width: 992px) {
    .paginas-cabecalho header.cabecalho, .paginas-cabecalho header.cabecalho .navbar-toggler.collapsed span, .paginas-cabecalho header.cabecalho .navbar-toggler.collapsed i {
        -webkit-transition: all .15s ease-in;
        -ms-transition: all .15s ease-in;
        -moz-transition: all .15s ease-in;
        -o-transition: all .15s ease-in;
        transition: all .15s ease-in;
    }
}

@media (min-width: 992px) {
    body.paginas header.cabecalho .navbar {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    header.cabecalho .mask-slideshow {
        width: 100%;
        max-width: 192rem;
        height: auto;
        padding-top: 33.85%;
        position: relative;
        z-index: -1;
    }

    .paginas header.cabecalho .mask-slideshow {
        display: none;
    }

    body.cabecalho-fixed header.cabecalho {
        /* background-color: #ffffff; */
        min-height: var(--height-menu);
    }

    body.cabecalho-fixed header.cabecalho:after {
        height: 2.5rem;
    }

    body.cabecalho-fixed header.cabecalho .mask-slideshow {
        display: none;
    }

    body.cabecalho-fixed header.cabecalho .navbar-brand {
    }

    body.cabecalho-fixed header.cabecalho .navbar-brand img {
        width: auto;
        /* height: 6.25rem; */
    }

    body.cabecalho-fixed header.cabecalho .navbar {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    body.cabecalho-fixed header.cabecalho .menu-geral {
        /* min-height: 2.5rem; */
        /* bottom: -2.5rem; */
    }

    header.cabecalho .menu-geral .navbar-nav .nav-link, header.cabecalho .menu-geral .navbar-nav .nav-item, header.cabecalho .menu-geral .navbar-nav .dropdown.active.nav-item:after, header.cabecalho .menu-geral .navbar-nav .nav-item.active:after, header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
        width: auto;
        padding-right: 0;
    }

    body.cabecalho-fixed header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home .nav-link, body.paginas header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home .nav-link {
    }

    body.cabecalho-fixed .menu-rapido .dropdown, body.paginas .menu-rapido .dropdown {
        margin: 0 0 0 2rem;
    }

    body.cabecalho-fixed .menu-rapido .menu-rapido-item .icon, body.paginas .menu-rapido .menu-rapido-item .icon {
        background-size: auto 5rem;
        width: 2.9rem;
        height: 2.5rem;
        margin: 0 auto 0.25rem auto;
    }

    body.cabecalho-fixed .menu-rapido .dropdown-menu, body.paginas .menu-rapido .dropdown-menu {
        border-top-width: 0.45rem;
    }
}

@media (max-width: 992px) {
    .titulo-seccao-geral {
        font-size: 3rem;
    }

    header.cabecalho:before {
        height: 0.75rem;
        bottom: -0.75rem;
    }
}

header.cabecalho .navbar {
    width: 100%;
    min-height: inherit;
    padding: 0;
    z-index: 20;
}

/* - */
header.cabecalho .navbar-brand {
    margin: 0;
    padding: 0;
}

header.cabecalho .navbar-brand figure {
    margin: 0;
    padding: 0;
}

header.cabecalho .navbar-brand figcaption {
    display: none;
}

/* - */
header.cabecalho .navbar-toggler {
    border-radius: 0;
    width: 7rem;
    height: 7rem;
    padding: 0;
    position: relative;
    z-index: 12;
    cursor: pointer;
    top: -0.75rem;
}

header.cabecalho .navbar-toggler span {
    display: block;
    height: 3px;
    width: 2.5rem;
    margin-top: 0.6rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.4rem;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1
}

header.cabecalho .navbar-toggler.collapsed i {
    color: rgba(var(--cor-site-rgb-3),1);
}

header.cabecalho .navbar-toggler i {
    color: #999;
}

header.cabecalho .navbar-toggler.collapsed i:after {
    content: attr(data-text-close);
}

header.cabecalho .navbar-toggler i:after {
    content: attr(data-text-open);
}

header.cabecalho .navbar-toggler.collapsed {
    background-color: transparent;
}

header.cabecalho .navbar-toggler.collapsed span {
    background-color: rgba(var(--cor-site-rgb-3),1);
}

header.cabecalho .navbar-toggler i {
    font-size: 0.95rem;
    line-height: normal;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0.1rem;
    left: 0;
    right: 0;
}

header.cabecalho .navbar-toggler {
    background-color: transparent;
    border: 0px;
    border-radius: 0;
}

header.cabecalho .navbar-toggler span {
    background-color: #999;
}

header.cabecalho .navbar-toggler span:nth-child(1), header.cabecalho .navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out
}

header.cabecalho .navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 2.2rem;
    top: 3rem;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: .9
}

header.cabecalho .navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent
}

header.cabecalho .navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 2.2rem;
    top: 3rem;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: .9
}

header.cabecalho .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

/* - */
header.cabecalho .menu-geral .navbar-nav .nav-item.active {
}

header.cabecalho .menu-geral .navbar-nav .nav-link {
    width: 100%;
    margin: 0;
    padding: 0.75rem 2.15rem;
}

@media (min-width: 992px) {
    header.cabecalho .menu-geral .navbar-nav .nav-item {
        margin: 0.45rem 0;
        padding: 0;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home .nav-link {
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home .nav-link:hover {
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home .nav-link:active {
        opacity: 0.8;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home .nav-link, header.cabecalho .menu-geral .navbar-nav .nav-item.nav-home .nav-link:hover {
        -webkit-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
}

/* Menu Lateral */
header.cabecalho .menu-geral, header.cabecalho .menu-geral[style*=height] {
    background-color: #ffffff;
    width: 40rem;
    height: 100% !important;
    padding: 10rem 0 0 0;
    display: block !important;
    overflow: auto;
    position: fixed;
    z-index: 11;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transition: transform .85s cubic-bezier(.23,1,.32,1), opacity .6s step-end;
    bottom: 0;
    box-shadow: 0 0 50px rgba(0,0,0,0.15);
}

header.cabecalho .menu-geral.collapsing {
    height: auto
}

header.cabecalho .menu-geral.show, header.cabecalho .menu-geral[style*=height] {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: transform .85s cubic-bezier(.23,1,.32,1), opacity .6s step-start;
}

/*header.cabecalho .menu-geral, header.cabecalho .menu-geral.collapsing {
    -webkit-transition: left 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
}*/
header.cabecalho .menu-geral .dropdown-menu.collapsing {
    height: auto;
    overflow: unset;
    transition: none
}

header.cabecalho .menu-geral .nav-item.dropdown .dropdown-menu, header.cabecalho .menu-geral .nav-item.dropdown .dropdown-menu[style*=height] {
    /*background-color: #16434c;
    border: 0;
    width: 100%;
    height: 100% !important;
    padding: 1.5rem 2rem;
    display: block !important;
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 100%*/
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    position: static;
    float: none;
}

header.cabecalho .menu-geral, header.cabecalho .menu-geral[style*=height], header.cabecalho .menu-geral .nav-item.dropdown .dropdown-menu, header.cabecalho .menu-geral .nav-item.dropdown .dropdown-menu[style*=height] {
    top: 0;
}

header.cabecalho .menu-geral .nav-item.dropdown .dropdown-menu.show, header.cabecalho .menu-geral .nav-item.dropdown .dropdown-menu[style*=height] {
    border: 0;
    /* padding-bottom: 120px;
    left: 0% */
}

header.cabecalho .menu-geral .navbar-nav, header.cabecalho .menu-geral[style*=height] .navbar-nav {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transition: transform .85s cubic-bezier(.23,1,.32,1), opacity .6s step-end;
}

header.cabecalho .menu-geral.show .navbar-nav, header.cabecalho .menu-geral[style*=height] .navbar-nav {
    transition: transform .85s cubic-bezier(.23,1,.32,1), opacity .6s step-start;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

header.cabecalho .menu-geral .nav-item.dropdown .dropdown-menu, header.cabecalho .menu-geral .nav-item.dropdown .dropdown-menu.collapsing {
    -webkit-transition: left .2s ease-in-out;
    -ms-transition: left .2s ease-in-out;
    -moz-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out
}

/* Menu Lateral */
header.cabecalho .center-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

header.cabecalho .navbar-brand {
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    /*position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;*/
}

header.cabecalho .menu-geral .navbar-nav .nav-item.dropdown .nav-link {
    display: inline-block;
    width: auto;
}

header.cabecalho .menu-geral .navbar-nav .nav-link, header.cabecalho .menu-geral .navbar-nav .nav-item, header.cabecalho .menu-geral .navbar-nav .dropdown.active.nav-item:after, header.cabecalho .menu-geral .navbar-nav .nav-item.active:after, header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
    font-size: 2.1rem;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 400;
    color: #666;
}

header.cabecalho .menu-geral .dropdown-menu .dropdown-item:focus, header.cabecalho .menu-geral .dropdown-menu .dropdown-item:hover, header.cabecalho .menu-geral .dropdown-menu .dropdown-item.active {
    background-color: rgb(var(--cor4-rgb));
    color: #000;
}

@media (min-width: 992px) {
    header.cabecalho .navbar-brand img {
        width: auto;
        height: 8.5rem;
        position: relative;
        z-index: 0;
    }

    .paginas header.cabecalho .navbar-brand img {
        width: auto;
        height: 8.5rem;
    }

    /* header.cabecalho .menu-geral {
        min-height: 4.6rem;
        background-color: var(--cor-geral-site-hex);
        margin: 0;
        position: absolute;
        z-index: 0;
        left: 0;
        right: 0;
        bottom: 0;
    } */
    header.cabecalho .menu-geral .navbar-nav .nav-link {
        margin: 0;
        font-weight: 400;
        border-radius: 0;
        position: relative;
        z-index: 0;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-link {
        display: inline-block;
        position: relative;
        z-index: 0;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item:hover .nav-link:after, header.cabecalho .menu-geral .navbar-nav .nav-item.active .nav-link:after {
        height: 2.2rem;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item .nav-link:after, header.cabecalho .menu-geral .navbar-nav .nav-item:hover .nav-link:after {
        -webkit-transition: all .15s ease;
        -ms-transition: all .15s ease;
        -moz-transition: all .15s ease;
        -o-transition: all .15s ease;
        transition: all .15s ease;
    }

    /* header.cabecalho .menu-geral .navbar-nav .nav-item {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: center;
        align-items: center;
    } */
    header.cabecalho .menu-geral .navbar-nav .nav-item:hover>.nav-link, header.cabecalho .menu-geral .navbar-nav .active .nav-link, header.cabecalho .menu-geral .navbar-nav .nav-link:hover, header.cabecalho .menu-geral .navbar-nav .dropdown.active .nav-link {
        color: var(--cor-geral-site-hex);
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item>.nav-link, header.cabecalho .menu-geral .navbar-nav .nav-link, header.cabecalho .menu-geral .navbar-nav .nav-link, header.cabecalho .menu-geral .navbar-nav .dropdown .nav-link, header.cabecalho .menu-geral .navbar-nav .nav-item:hover>.nav-link, header.cabecalho .menu-geral .navbar-nav .active .nav-link, header.cabecalho .menu-geral .navbar-nav .nav-link:hover, header.cabecalho .menu-geral .navbar-nav .dropdown.active .nav-link {
        -webkit-transition: all .15s ease-in;
        -ms-transition: all .15s ease-in;
        -moz-transition: all .15s ease-in;
        -o-transition: all .15s ease-in;
        transition: all .15s ease-in;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item:hover, header.cabecalho .menu-geral .navbar-nav .nav-item.active {
        border-color: #025dd0;
        position: relative;
        z-index: 5;
    }

    /* - */
    /* header.cabecalho .menu-geral .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    } */
    /* ----- */
    header.cabecalho .menu-geral .dropdown-menu {
        /* background-color: var(--cor-geral-site-hex); */
        border: 0;
        border-radius: 0.25rem;
        min-width: 24rem;
        margin: 0;
        padding: 0 1rem 2rem 1rem;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    }

    header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
        color: #999;
        font-weight: 400;
        border-radius: 1.5rem;
        white-space: normal;
        padding: 0.75rem 1.15rem;
    }

    header.cabecalho .redesociais {
        border-radius: 0;
        padding: 1.65rem 0;
        position: relative;
        z-index: 9;
        bottom: 0;
    }

    body.cabecalho-fixed header.cabecalho .redesociais {
        padding: 0.5rem 0;
    }
}

header.cabecalho .menu-geral .navbar-nav .nav-btn .btn {
    background-color: #000000;
    color: #ae9960;
    font-size: 1.55rem;
    line-height: 1.55rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 0 5rem;
    padding: 1.75rem 2rem;
    border-radius: 1rem;
}

header.cabecalho .menu-geral .navbar-nav .nav-btn .btn:hover {
    background-color: #ae9960;
    color: #000000;
}

header.cabecalho .menu-geral .navbar-nav .nav-btn .btn:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-size: 1.9rem;
    vertical-align: top;
    margin: -0.1rem 0 0 0.75rem;
    display: inline-block;
}

body.cabecalho-fixed header.cabecalho .menu-geral .navbar-nav .nav-btn .btn, body.paginas header.cabecalho .menu-geral .navbar-nav .nav-btn .btn {
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin: 0 0 0 3rem;
    padding: 1.25rem 1.5rem;
}

@media (max-width: 768px) {
    header.cabecalho .menu-geral .navbar-nav .nav-btn {
        height: 70px;
        margin: 0;
        position: fixed;
        z-index: 0;
        top: 0;
        right: 80px;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        display: -ms-flexbox;
        display: flex;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-btn .btn {
        font-size: 1.3rem;
        line-height: 1.3rem;
        margin: auto !important;
        padding: 1.25rem 1.5rem;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-btn .btn:active {
        background-color: #ae9960;
        color: #000000;
    }
}

@media (min-width: 1200px) AND (max-width:1439px) {
    header.cabecalho .navbar-brand img {
        /* height: 9rem; */
    }
}

@media (min-width: 992px) AND (max-width:1200px) {
    header.cabecalho .navbar-brand {
        top: -0.25rem;
    }

    header.cabecalho .navbar-brand img {
        height: 7.5rem;
    }

    header.cabecalho .menu-geral {
        /* margin:auto 0 -0.7rem 0; */
    }

    /* header.cabecalho .menu-geral .navbar-nav .nav-link,
    header.cabecalho .menu-geral .navbar-nav .nav-item,
    header.cabecalho .menu-geral .navbar-nav .dropdown.active.nav-item:after,
    header.cabecalho .menu-geral .navbar-nav .nav-item.active:after,
    header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
        font-size: 1.3rem;
    } */
    header.cabecalho .menu-geral .navbar-nav .nav-item:after {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    header.cabecalho .menu-geral {
        height: 0;
        /* overflow: hidden; */
        display: block;
    }

    header.cabecalho .menu-geral.collapse.show {
        height: auto;
        display: block !important;
    }
}

@media (min-width: 576px) AND (max-width:992px) {
    header.cabecalho .navbar-brand img {
        height: 3.5rem;
    }
}

/* - */
header.cabecalho .informacoes {
    font-size: 2.75rem;
    line-height: normal;
    font-weight: 800;
}

@media (max-width: 992px) {
    header.cabecalho .informacoes {
        position: absolute;
        z-index: 0;
        right: 9rem;
    }
}

@media (max-width: 576px) {
    header.cabecalho .informacoes {
        display: none;
    }
}

header.cabecalho .informacoes .icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 3.6rem;
    text-indent: -9000rem;
    text-align: left;
    border-radius: 0;
    float: left;
    width: 3.6rem;
    height: 3.6rem;
    margin: 0 1.5rem 0 0;
    display: inline-block;
}

header.cabecalho .informacoes .icon.icon-telefone {
    background-image: url(../images/icon-tel-size1.png);
}

/* - */
header.cabecalho .redesociais {
    margin-right: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paginas-cabecalho:not(.cabecalho-fixed):not(.paginas) header.cabecalho .redesociais a svg {
    fill: rgba(var(--cor-site-rgb-2), 1);
}

@media (max-width: 992px) {
    .paginas-cabecalho header.cabecalho .redesociais a svg {
        -webkit-transition: all .15s ease-in;
        -ms-transition: all .15s ease-in;
        -moz-transition: all .15s ease-in;
        -o-transition: all .15s ease-in;
        transition: all .15s ease-in;
    }
}

/* - */
header.cabecalho .lang {
    position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
    header.cabecalho .c-lang {
        margin-left: auto;
    }
}

header.cabecalho .lang .lang-label {
    color: #999999;
    font-weight: normal;
}

@media (min-width: 992px) {
    header.cabecalho .lang .lang-label {
        display: block;
        float: left;
        margin-top: 5px;
        margin-right: 10px;
    }
}

@media (max-width: 768px) {
    header.cabecalho .lang .lang-label {
        display: none;
    }
}

header.cabecalho .lang a {
    text-indent: -5000px;
    margin: 0px 0px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    filter: Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

header.cabecalho .lang a {
    width: 3.2rem;
    height: 3.2rem;
    background-image: url(../images/sprite_lang_big.png);
    margin-left: 0.5rem;
}

header.cabecalho .lang a:hover {
    filter: Alpha(Opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
}

@media (min-width: 768px) {
    header.cabecalho .lang a.active {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: Alpha(Opacity=70);
        -moz-opacity: 0.70;
        opacity: 0.70;
    }

    header.cabecalho .lang a.active:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        filter: Alpha(Opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }

    header.cabecalho .lang a, header.cabecalho .lang a:hover {
        -webkit-transition: all .12s ease-in;
        -ms-transition: all .12s ease-in;
        -moz-transition: all .12s ease-in;
        -o-transition: all .12s ease-in;
        transition: all .12s ease-in;
    }
}

@media (max-width: 768px) {
    header.cabecalho .c-lang {
        margin: 0;
        position: absolute;
        z-index: 0;
        left: 65px;
    }
}

@media (max-width: 375px) {
    header.cabecalho .lang a {
        width: 2.5rem;
        height: 2.5rem;
    }
}

header.cabecalho .lang a.pt {
    background-position: left top;
}

header.cabecalho .lang a.en {
    background-position: left bottom;
}

header.cabecalho .menu-geral .navbar-nav .nav-item.dropdown .dropdown-toggle {
    text-align: center;
    padding: 1.75rem;
    display: flex;
    cursor: pointer;
    padding-right: 3rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    header.cabecalho .menu-geral, header.cabecalho .menu-geral[style*=height] {
        width: 100%;
    }
}

@media (min-width: 992px) {
    body.cabecalho-fixed header.cabecalho, body.paginas.cabecalho-fixed header.cabecalho {
        position: fixed;
        opacity: 0;
        top: 0;
        -webkit-animation-name: cabecalhofixed_animation;
        -webkit-animation-duration: 0.5s;
        -webkit-animation-timing-function: ease;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-direction: normal;
        -webkit-animation-delay: 0;
        -webkit-animation-play-state: running;
        -webkit-animation-fill-mode: forwards;
        animation-name: cabecalhofixed_animation;
        animation-duration: 0.5s;
        animation-timing-function: ease;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-delay: 0;
        animation-play-state: running;
        animation-fill-mode: forwards;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    }
}

@-webkit-keyframes cabecalhofixed_animation {
    0% {
        opacity: 0;
        top: -4.5rem;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes cabecalhofixed_animation {
    0% {
        opacity: 0;
        top: -4.5rem;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@media (max-width: 992px) {
    body {
        padding-top: var(--height-menu-mobile);
    }

    header.cabecalho {
        width: 100%;
        min-height: var(--height-menu-mobile);
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        right: 0;
        -webkit-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.07);
        box-shadow: 0 1px 2px rgba(25, 25, 25, 0.07);
        -webkit-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.07);
    }

    /* header.cabecalho .menu-geral {
        background-color: rgba(var(--cor-geral-site-rgb), 1);
    } */
    header.cabecalho .navbar {
        padding: 0;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-link, header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
        font-size: 2rem;
        font-weight: normal;
        margin: 0;
        padding: 1.4rem 1.5rem;
    }

    header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
        color: #999;
        font-weight: 400;
        padding: 0.5rem 1.5rem;
    }

    header.cabecalho .menu-geral .dropdown-menu {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        /* background-color: rgba(0, 0, 0, 0.10); */
        margin-top: 0;
    }

    header.cabecalho .mask-slideshow {
        display: none;
    }
}

@media (max-width: 992px) {
    header.cabecalho .navbar {
        height: 70px;
        padding: 0;
    }

    header.cabecalho .navbar-brand {
        margin: 0 7px;
        top: 0;
    }

    header.cabecalho .navbar-brand img {
        width: auto;
        height: 65px;
    }

    /* header.cabecalho .redesociais {
        background-color: transparent;
        margin: 0;
        position: absolute;
        z-index: 1;
        right: 85px;
    } */
    header.cabecalho .redesociais a {
        background-size: cover;
        width: 2.5rem;
        height: 2.5rem;
        margin: 0 0 0 0.8rem;
    }
}

@media (min-width: 375px) AND (max-width:425px) {
    header.cabecalho .navbar-brand img {
        width: auto;
        height: 55px;
    }

    header.cabecalho .redesociais {
        top: 25px;
    }

    header.cabecalho .redesociais a {
        background-size: cover;
        width: 2.5rem;
        height: 2.5rem;
        margin: 0 0 0 0.8rem;
    }
}

@media (max-width: 375px) {
    header.cabecalho .navbar-brand img {
        width: auto;
        height: 40px;
    }

    header.cabecalho .redesociais {
        top: 26px;
        right: 80px;
    }

    header.cabecalho .redesociais a {
        background-size: contain;
        width: 2.5rem;
        height: 2.5rem;
        margin: 0 0 0 1.5rem;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-btn .btn {
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin: auto;
        padding: 1.25rem 1rem;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-btn .btn:after {
        font-size: 1.3rem;
        margin: 0rem 0 0 0.75rem;
    }

    header.cabecalho .redesociais {
    }
}

@media (min-width: 768px) {
    body .progresso {
        background-color: transparent;
        width: 0;
        height: 2px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        border: 0px solid transparent;
    }

    body.cabecalho-fixed .progresso {
        background-color: rgb(var(--cor-geral-site-rgb));
    }
}

.formulario.needs-validation .custom-select.is-valid, .formulario.needs-validation .form-control.is-valid, .formulario.needs-validation.was-validated .custom-select:valid, .formulario.needs-validation.was-validated .form-control:valid, .formulario.needs-validation.was-validated .form-control.form-control-checkbox [type="checkbox"]:valid span:before, .formulario.was-validated.was-validated .form-control-checkbox [type="checkbox"]:valid+span:before {
    border: 0 !important;
}

.formulario.needs-validation .custom-select.is-invalid, .formulario.needs-validation .form-control.is-invalid, .formulario.needs-validation.was-validated .custom-select:invalid, .formulario.needs-validation.was-validated .form-control:invalid, .formulario.needs-validation.was-validated .form-control.form-control-checkbox [type="checkbox"]:invalid span:before, .formulario.was-validated.was-validated .form-control-checkbox [type="checkbox"]:invalid+span:before {
    border-color: #dc3545;
}

.formulario.needs-validation.was-validated .form-control:not(.form-control-checkbox), .formulario.was-validated.was-validated .form-control-checkbox [type="checkbox"]:invalid+span:before {
    border-width: 1px !important;
    border-style: solid !important;
}

.formulario.needs-validation.was-validated .form-control:valid {
    border-width: 0 !important;
}

.parallax-container {
    overflow: hidden;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.parallax-container .parallax-window {
    overflow: hidden;
    height: 100%;
}

/* ----------- RODAPE ----------- */
@media (min-width: 992px) AND (min-height: 900px) {
    .footer-sticky {
        position: -webkit-sticky;
        position: sticky;
        z-index: -1;
        bottom: 0;
        overflow: hidden;
    }
}

footer.rodape {
    background-color: rgb(var(--cor-site-rgb-1));
    color: rgb(var(--cor-site-rgb-branco));
    position: relative;
    z-index: 0;
}

footer.rodape:before {
    content: '';
    background-color: rgb(var(--cor-site-rgb-preto));
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.9;
    mix-blend-mode: soft-light;
}

footer.rodape:after {
    content: '';
    background-color: inherit;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0.4;
    mix-blend-mode: lighten;
}

@media (max-width: 992px) {
    footer.rodape:before {
        background-size: cover;
    }
}

footer.rodape .container {
    position: relative;
    z-index: 1;
}

footer.rodape .footer-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

footer.rodape .footer-padding-bottom {
    padding-bottom: 5rem;
    padding-top: 3rem;
}

footer.rodape .footer-border-bottom {
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

footer.rodape .seccao-contactos {
    font-size: 1.6rem;
    margin: 0 0 1.75rem 0;
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

@media (max-width: 992px) {
    footer.rodape .seccao-contactos {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
}

footer.rodape .seccao-contactos > div {
    padding-top: 0.75rem;
}

footer.rodape .seccao-contactos .icon {
    color: rgb(var(--cor-site-rgb-2));
    font-size: 0;
    text-align: center;
    width: 2rem;
    height: 2.25rem;
    border-radius: 0;
    margin: 0.85rem 1.5rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 992px) {
    footer.rodape .seccao-contactos .icon {
        margin-left: 0;
        margin-right: 0;
    }
}

footer.rodape .seccao-contactos .icon svg, footer.rodape .seccao-contactos .icon svg path {
    fill: rgb(var(--cor-site-rgb-2)) !important;
    width: 100%;
    height: 100%;
}

footer.rodape .seccao-contactos .icon i:before, footer.rodape .seccao-contactos .icon em:before {
    font-size: 1.8rem;
}

footer.rodape a {
    color: inherit;
    text-decoration: none;
}

footer.rodape a:hover {
    color: rgba(var(--cor-site-rgb-branco), 0.5);
}

footer.rodape .tit {
    color: rgb(var(--cor-site-rgb-2));
    font-weight: normal;
    font-size: 1.9rem;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    margin-top: 10.75rem;
}

footer.rodape .desc {
    font-size: 1.4rem;
}

footer.rodape .sub-menu {
    margin: 0px;
    padding: 0px;
}

footer.rodape .sub-menu li {
    margin-bottom: 1.75rem;
}

footer.rodape .sub-menu li i.fas {
    color: rgb(var(--cor-site-rgb-2));
    font-size: 1.6rem;
    vertical-align: 0;
    margin-right: 1rem;
}

footer.rodape .sub-menu li a {
    font-size: 1.7rem;
    display: flex;
    position: relative;
    z-index: 0;
    left: 0;
}

@media (max-width: 992px) {
    footer.rodape .sub-menu li a {
        justify-content: center;
    }
}

footer.rodape .sub-menu li a:hover {
    left: 0.5rem;
}

footer.rodape .footer-form {
    /* margin-bottom: 3rem; */
    font-size: 1.4rem;
}

footer.rodape .footer-form .subscribe_form {
    margin: 0;
}

footer.rodape .footer-form .subscribe_form .newsletter-input {
    border-radius: 0.5rem;
    width: 100%;
    height: 4.9rem;
    padding: 1rem 1.5rem;
    padding-right: 11rem;
    background: #ffffff;
    border: 0;
    outline: none;
}

footer.rodape .footer-form .subscribe_form .newsletter-submit {
    border: 0;
    cursor: pointer;
    padding: 1.4rem 2.2rem;
    border-radius: 0.4rem;
    background-color: var(--cor-geral-site-hex);
    font-size: inherit;
    font-weight: 700;
    line-height: 1;
    outline: none;
    color: #ffffff;
    padding: 1.3rem;
    position: absolute;
    z-index: 1;
    right: 0.5rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

footer.rodape .footer-form .subscribe_form .newsletter-submit:hover {
    background: var(--cor-azul1-site-hex-6);
}

footer.rodape .footer-copy-right {
    font-size: 1.4rem;
}

footer.rodape .redesociais {
    /* margin-top: 0.5rem; */
}

footer.rodape .redesociais a {
    width: 3rem;
    height: 3rem;
    margin: 0 0.3rem;
}

@media (max-width: 992px) {
    footer.rodape .footer-padding {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    footer.rodape .tit {
        margin-bottom: 2rem;
        margin-top: 3.5rem;
    }

    footer.rodape .footer-copy-right {
        margin-bottom: 2rem;
    }
}

/* ----- */
.redesociais {
    font-size: 0;
    line-height: 0;
    margin: 0 0 0 1.5rem;
}

.redesociais a {
    text-align: center;
    border-radius: 0.3rem;
    width: 3.3rem;
    height: 3.3rem;
    margin: 0 0 0 1.5rem;
    padding: 0.25rem;
    display: flex;
    position: relative;
    z-index: 0;
    top: 0;
    opacity: 1;
    align-items: center;
    justify-content: center;
}

.redesociais a:hover {
    top: -4px;
}

.redesociais a:active {
    opacity: 0.8;
}

.redesociais a, .redesociais a:hover {
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.redesociais a svg {
    --calc-width: 0;
    fill: rgba(var(--cor-site-rgb-3),1);
    width: auto;
    height: calc(100% - var(--calc-width));
    margin: 0 auto;
}

.redesociais a.facebook svg {
    --calc-width: 0.2rem;
}

.redesociais a:hover svg {
    fill: rgb(var(--cor2-rgb));
}

/* - */
.manutencao {
    background-color: rgb(var(--cor-azul1-site-rgb-6));
    margin-top: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
    z-index: 0;
}

.manutencao, .manutencao a, .manutencao strong {
    font-size: 1.6rem;
    font-weight: 400;
    color: rgb(var(--cor-site-rgb-1));
}

.manutencao a {
    text-decoration: none;
}

.manutencao a:hover, .manutencao a:hover strong {
    color: rgb(var(--cor-site-rgb-preto));
}

.manutencao p {
    margin: 0;
}

.manutencao .livro {
    width: auto;
    height: 4.5rem;
}

/* - */
.scrollup {
    background-image: url(../images/icon_seta-topo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.15rem;
    background-color: rgb(var(--cor-site-rgb-1));
    border-radius: 50%;
    bottom: -19px;
    display: block;
    position: fixed;
    right: 2%;
    text-align: center;
    text-transform: uppercase;
    height: 60px;
    width: 60px;
    cursor: pointer;
    z-index: 9;
    text-indent: -9000em;
    margin: 0 auto 40px auto;
    transform: scaleX(0) scaleY(0);
    opacity: 0;
}

.c-scrollup.active .scrollup {
    transform: scaleX(1) scaleY(1);
    opacity: 1;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.c-scrollup .scrollup, .c-scrollup.active .scrollup {
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media (max-width: 992px) {
    .scrollup {
        height: 50px;
        width: 50px;
        /* bottom: 25px; */
    }
}

.scrollup:hover {
    background-color: rgb(var(--cor-site-rgb-3));
}

/*ERROR 404 AND 500*/
.error_wc {
    /*font-family: nunito,sans-serif;*/
    max-width: 560px;
    width: 100%;
    padding-left: 160px;
    line-height: 1.1;
}

.error_wc .emoji {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 140px;
    height: 140px;
    background-image: url(../images/emoji.png);
    background-size: cover;
}

.error_wc h1 {
    font-size: 65px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #151723;
    text-transform: uppercase;
}

.error_wc h2 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #151723;
}

.error_wc p {
    color: #999fa5;
    font-weight: 400;
}

.error_wc a {
    display: inline-block;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    color: #388dbc;
}

@media (max-width: 992px) {
    .error_wc {
        padding-left: 110px;
    }

    .error_wc .emoji {
        width: 90px;
        height: 90px;
    }
}

/*ERROR 404 AND 500*/
.seccao-subtitulo {
    font-family: var(--font-subtitulos);
    color: rgb(var(--cor2-rgb));
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 1.75rem;
}

.seccao-titulo {
    color: rgb(var(--cor2-rgb));
    font-size: 2.75rem;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 1.75rem;
    font-family: var(--font-titulos);
}

/* NOVOS BLOCOS/ESTILOS */
.bg-cover {
    transform-origin: center;
    -webkit-transform-origin: center;
    background-size: cover;
}

.btn.btn-no-style {
    text-transform: uppercase;
    line-height: 1.7;
    font-size: 2rem;
    text-align: left;
    font-family: var(--font-titulos);
    font-weight: 400;
    font-style: normal;
    transition-duration: 0.25s;
    transition-property: opacity;
    color: rgb(var(--cor1-rgb));
    background-color: unset !important;
}

.btn.btn-no-style:hover, .btn.btn-no-style:focus, .btn.btn-no-style:active {
    opacity: 0.5;
    box-shadow: none;
}

.linha-small {
    background-color: var(--cor-geral-site-hex);
    width: 165px;
    height: 1px;
    margin: 2rem 0 3.5rem 0;
}

.title_geral_site {
    color: rgb(var(--cor1-rgb));
    /* line-height: 1.1; */
    letter-spacing: 0em;
    font-size: 5rem;
    font-family: var(--font-titulos);
    font-weight: 400;
    font-style: normal;
    margin-bottom: 3rem;
}

.title_geral_site.type-1 {
    font-size: 4rem;
}

.title_geral_site.type-2 {
    font-size: 2.95rem;
}

.subtitle_geral_site {
    color: var(--cor-geral-site-hex);
    text-transform: uppercase;
    font-size: 1.8rem;
    font-family: var(--font-subtitulos);
    font-weight: 700;
    font-style: normal;
    /* line-height: 1.9; */
    letter-spacing: var(--letter-spacing-subtitulos);
    margin-bottom: 1.2rem;
}

.subtitle_geral_site.type-1 {
    font-size: 1.8rem;
    /* line-height: 1.6; */
}

.subtitle_geral_site.type-2 {
    font-size: 2.8rem;
}

.subtitle_geral_site.type-3 {
    font-size: 1.4rem;
    /* line-height: 1.6; */
}

@media (max-width: 992px) {
    .title_geral_site {
        font-size: 4.5rem;
    }

    .title_geral_site.type-1 {
        font-size: 4rem;
    }

    .title_geral_site.type-2 {
        font-size: 2.95rem;
    }
}

.subtitle_geral_v2 {
    color: var(--cor-geral-site-hex);
    text-transform: uppercase;
    font-size: 1.8rem;
    font-family: var(--font-subtitulos);
    font-weight: 700;
    font-style: normal;
    line-height: 1.9;
    letter-spacing: var(--letter-spacing-subtitulos);
}

.title_geral_v2 {
    color: rgb(var(--cor1-rgb));
    line-height: 1.1;
    letter-spacing: 0em;
    font-size: 4rem;
    text-align: left;
    font-family: var(--font-titulos);
    font-weight: 400;
    font-style: normal;
}

.title_geral_v2.bigger {
    font-size: 4.9rem;
}

@media (max-width: 992px) {
    .subtitle_geral_v2 {
        font-size: 1.6rem;
    }

    .title_geral_v2 {
        font-size: 4rem;
    }

    .title_geral_v2.bigger {
        font-size: 4.9rem;
    }
}

/* ========= Bloco banner off ========= */
.bloco-image-banner-off {
    --space-off-block: 60px;
    width: 100%;
    min-height: 644px;
    display: flex;
    align-items: flex-end;
    margin-bottom: calc(var(--space-off-block) * 2);
}

.bloco-image-banner-off .inner-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    top: var(--space-off-block);
}

.bloco-image-banner-off .inner-banner .image-mobile {
    display: none;
}

.bloco-image-banner-off .inner-banner .banner-caption-drop {
    /* position: absolute;
        left: 0;
        bottom: 0; */
    background-color: #ffffff;
    max-width: 650px;
    padding: 3rem 6rem;
}

@media (max-width: 992px) {
    .bloco-image-banner-off {
        background-image: none !important;
        min-height: unset;
        margin-bottom: 0;
    }

    .bloco-image-banner-off .inner-banner {
        top: unset;
    }

    .bloco-image-banner-off .inner-banner .image-mobile {
        display: block;
    }

    .bloco-image-banner-off .inner-banner .banner-caption-drop {
        max-width: 100%;
        padding: 2rem;
    }
}

/* ========= Bloco banner off ========= */
/* ========= Bloco New FAQ's ========= */
.modulo-item-listagem.modulo-lista-faqs-new {
    --space-number-text: 3rem;
    --cor-geral-faqs-rgb: var(--cor3-rgb);
}

.modulo-item-listagem.modulo-lista-faqs-new .card {
}

@media (max-width: 769px) {
    .modulo-item-listagem.modulo-lista-faqs-new .card .card-body {
        padding: 0 2rem;
    }
}

.modulo-item-listagem.modulo-lista-faqs-new .card .faq {
    display: flex;
    align-items: center;
    flex-direction: row;
    text-align: left;
}

.modulo-item-listagem.modulo-lista-faqs-new .card .open-faq {
    text-align: center;
    color: rgb(var(--cor-geral-faqs-rgb));
    font-size: 2rem;
    cursor: pointer;
}

.modulo-item-listagem.modulo-lista-faqs-new .card .open-faq i {
    transition: all .3s ease-in;
}

.modulo-item-listagem.modulo-lista-faqs-new .card .open-faq[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.modulo-item-listagem.modulo-lista-faqs-new .card .border-bottom {
    border-bottom: 1px solid rgb(var(--cor-geral-faqs-rgb));
    padding: 2rem 0rem;
}

.modulo-item-listagem.modulo-lista-faqs-new .card:last-child .border-bottom {
    border-bottom: none;
}

.modulo-item-listagem.modulo-lista-faqs-new .card:nth-child(2n+0) .faq {
    flex-direction: row-reverse;
    text-align: right;
}

.modulo-item-listagem.modulo-lista-faqs-new .card:nth-child(2n+0) .faq .number {
    margin-left: var(--space-number-text);
    margin-right: 0;
}

.modulo-item-listagem.modulo-lista-faqs-new .card .faq .number {
    color: rgb(var(--cor-geral-faqs-rgb));
    font-size: 8rem;
    font-family: var(--font-titulos);
    font-weight: 400;
    font-style: normal;
    margin-right: var(--space-number-text);
}

.modulo-item-listagem.modulo-lista-faqs-new .card .faq .text {
    color: #3a3a3c;
    font-size: 3rem;
    font-family: var(--font-titulos);
    font-weight: 400;
    font-style: normal;
}

/* ========= Bloco New FAQ's ========= */
/* ========= Bloco listagem esquerda/direita ========= */
.modulo-item-listagem.modulo-lista-blocos-ed {
}

.modulo-item-listagem.modulo-lista-blocos-ed .card {
    border: none;
    margin-bottom: 10rem;
}

.modulo-item-listagem.modulo-lista-blocos-ed .card:last-child {
    margin-bottom: 0;
}

.modulo-item-listagem.modulo-lista-blocos-ed .card .card-body {
}

@media (max-width: 992px) {
    .modulo-item-listagem.modulo-lista-blocos-ed .card {
        margin-bottom: 6rem;
    }

    .modulo-item-listagem.modulo-lista-blocos-ed .card .card-img {
        margin-bottom: 3rem;
    }
}

/* ========= Bloco listagem esquerda/direita ========= */
/* ========= Bloco listagem 3-3 ========= */
.bloco-padding-type1 {
    /* padding: 10rem 0; */
    padding: 5rem 0;
}

.row.space-between-var {
    margin-right: calc(var(--var-space-between) * -1);
    margin-left: calc(var(--var-space-between) * -1);
}

.row.space-between-var [class*=col-] {
    padding-right: var(--var-space-between);
    padding-left: var(--var-space-between);
}

/*.modulo-item-listagem.modulo-lista-blocos-3-3 [class*=col-] {
        position: relative;
    }*/
.modulo-item-listagem.modulo-lista-blocos-3-3 [class*=col-]:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--cor-blocos-3-3);
}

.modulo-item-listagem.modulo-lista-blocos-3-3 [class*=col-]:last-child:after {
    content: unset;
    display: none;
}

.modulo-item-listagem.modulo-lista-blocos-3-3 .titulo-bloco {
    color: var(--cor-blocos-3-3);
    text-transform: uppercase;
    line-height: 1.9;
    letter-spacing: var(--letter-spacing-subtitulos);
    font-size: 2.8rem;
    font-family: var(--font-subtitulos);
    font-weight: 700;
    font-style: normal;
}

@media (max-width: 992px) {
    .modulo-item-listagem.modulo-lista-blocos-3-3 .titulo-bloco {
        letter-spacing: 0.12em;
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .modulo-item-listagem.modulo-lista-blocos-3-3 [class*=col-] {
        margin-bottom: 4rem;
    }

    .modulo-item-listagem.modulo-lista-blocos-3-3 [class*=col-]:after {
        content: unset;
        display: none;
    }
}

/* ========= Bloco listagem 3-3 ========= */
/* ========= Bloco Compra ========= */
.modulo-item-listagem.modulo-compra-lista {
    font-size: 1.4rem;
    color: #777;
}

.modulo-item-listagem.modulo-compra-lista .card {
    border: none;
}

.modulo-item-listagem.modulo-compra-lista .card .item-box {
    font-weight: 400;
    padding: 3rem;
    margin-bottom: 0.8rem;
    border: 1px solid #e2e2e2;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modulo-item-listagem.modulo-compra-lista .card .item-box .item-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.modulo-item-listagem.modulo-compra-lista .card .item-box .item-container .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.modulo-item-listagem.modulo-compra-lista .card .item-box .item-container .details .label {
    color: rgb(var(--cor1-rgb));
}

.modulo-item-listagem.modulo-compra-lista .card .item-box .item-container .description {
    margin-top: 2rem;
}

.modulo-item-listagem.modulo-compra-lista .card .item-box .btn.btn-compra {
    margin-left: 1rem;
    background-color: rgb(var(--cor5-rgb));
    color: #ffffff;
    font-size: 1.4rem;
    line-height: normal;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 2rem;
    padding: 0.8rem 2.5rem;
}

.modulo-item-listagem.modulo-compra-lista .card .item-box .btn.btn-compra:hover {
    background-color: rgb(var(--cor4-rgb));
}

@media (max-width: 992px) {
    .modulo-item-listagem.modulo-compra-lista .card .item-box {
        padding: 1.8rem;
        margin-bottom: 1.8rem;
    }
}

/* ========= Bloco Compra ========= */
/* NOVOS BLOCOS/ESTILOS */
#timer {
    vertical-align: middle;
    padding-top: 20px;
    font-size: 20px;
    color: #ffffff;
    background: #cc0000;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 15px;
    float: unset;
}

/* Pagamentos escolha */
.pagamentos-choose-geral {
    --margin-li-pagamentos: 0.3rem;
    --height-width-box: 56px;
    --background-active-box: #dfe9fc9c;
    --border-radius-box: 0.5rem;
    --value-blur: 2px;
}

.pagamentos-choose-geral .nav {
    margin: 0 calc(var(--margin-li-pagamentos) * -1);
}

.pagamentos-choose-geral .nav .nav-item {
    border-radius: var(--border-radius-box);
    border: 1px solid #dee2e6;
    margin: 0 var(--margin-li-pagamentos);
}

.pagamentos-choose-geral .nav .nav-item .nav-link {
    cursor: pointer;
    padding: 0.5rem;
    border-radius: var(--border-radius-box);
    margin: 0;
    background-color: unset;
    height: var(--height-width-box);
    width: var(--height-width-box);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pagamentos-choose-geral .nav .nav-item .nav-link.active {
    background-color: var(--background-active-box);
}

.pagamentos-choose-geral .nav .nav-item img {
    max-width: 100%;
}

.pagamentos-choose-geral .nav .nav-item .input-hide {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.table.no-style {
    background-color: unset;
}

.table.no-style td, .table.no-style tr {
    padding: 0;
    height: auto;
    border: none;
}

.pagamentos-choose-geral .text-blur {
    -webkit-filter: blur(var(--value-blur));
    -moz-filter: blur(var(--value-blur));
    -o-filter: blur(var(--value-blur));
    -ms-filter: blur(var(--value-blur));
    filter: blur(var(--value-blur));
}

.formulario .checkbox-group-extra {
    display: none
}

.formulario .checkbox-group-extra.show {
    display: block
}

/* Pagamentos escolha */
/* Preloader */
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #f7f7f7;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

.lds-ripple .lds-pos {
    position: absolute;
    border: 2px solid var(--cor-geral-site-hex);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite;
}

.lds-ripple .lds-pos:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    to {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

/* Preloader */
.sub-menu-tipo1 .icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.75rem;
    display: block;
}

.sub-menu-tipo1 .icon svg {
    width: 100%;
    height: 100%;
}

.sub-menu-tipo1 .icon svg, .sub-menu-tipo1 .icon svg path {
    fill: transparent !important;
    stroke: rgba(var(--cor-geral-site-rgb), 1) !important;
}
