/* ----------- TEMPLATE ----------- */
:root {
    font-size: 62.5%;
}

html {
    scroll-behavior: smooth;
    scroll-padding: var(--scroll-padding-padding, 9.5rem);
}

html,
body {
    font-family: 'Airstrike Condensed';
    font-family: 'PT Sans', sans-serif;
    font-size: 1.6rem;
    color: #494949;
    font-weight: 400;
    width: 100%;
    height: 100%;
}

.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
}

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

@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: 1320px; */
    }

}

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

}

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

}

/* - */
.action-loading {
    min-height: 4.5rem;
    display: block;
    position: relative;
    z-index: 0;
}

.action-loading:after {
    content: '';
    background-image: url(../images/loader.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15%;
    width: auto;
    height: 100%;
    position: absolute;
    z-index: 100;
    left: 0.75rem;
    right: 0.75rem;
}

/* - */
.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%;
}

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

/* - */

/* ----------- 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)
}

/* ----------- CABECALHO ----------- */
header.cabecalho {
    background-color: #ffffff;
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgb(73 73 73 / 15%);
}

@media (min-width:992px) {
    body {
        padding-top: 9.5rem;
    }

    header.cabecalho {
        min-height: 9.5rem;
        position: relative;
    }

    header.cabecalho {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
    }

}

@media (min-width:992px) AND (max-width:1200px) {
    body {
        padding-top: 7rem;
    }

    header.cabecalho {
        min-height: 7rem;
    }

}

@media (min-width:769px) {
    body.cabecalho-fixed header.cabecalho {
        min-height: 4rem;
    }

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

    body.cabecalho-fixed header.cabecalho .navbar-brand {
        top: 0;
    }

    body.cabecalho-fixed header.cabecalho .menu-geral {
        margin-top: -0.5rem;
    }

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

}

@media (max-width:992px) {
    header.cabecalho:before {
        height: 0.75rem;
        bottom: -0.75rem;
    }

    body {
        padding-top: 70px;
    }

}

header.cabecalho .navbar {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin-top: 1.2rem;
    position: relative;
}

/* - */
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: 70px;
    height: 70px;
    padding: 0;
    position: relative;
    z-index: 0;
    cursor: pointer
}

header.cabecalho .navbar-toggler span {
    display: block;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
    -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 {
    background-color: #202020;
}

header.cabecalho .navbar-toggler.collapsed span {
    background-color: #fff
}

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

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

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: 22px;
    top: 30px;
    -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: 22px;
    top: 30px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: .9
}

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

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

@media (min-width:991px) {
    header.cabecalho .menu-geral .navbar-nav .nav-link {
        font-family: 'Airstrike Condensed';
    }

}

header.cabecalho .navbar-brand img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width:992px) {
    header.cabecalho .navbar-brand {
        position: relative;
        z-index: 0;        /* top: -0.5rem; */
    }

    header.cabecalho .menu-geral {
        height: 100%;        /* margin: 2rem 0 0 0; */
    }

    header.cabecalho .menu-geral .navbar-nav {
        height: 100%;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-link {
        margin: 0;
        padding: 0.5rem 1.5rem 0.5rem 1.5rem;
        position: relative;
        z-index: 0;
        font-weight: 500;
        text-transform: uppercase;
    }

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

    header.cabecalho .menu-geral .navbar-nav .nav-item:last-child:after {
        display: none;
    }

    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.8rem;
        color: #044e85;
    }

    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: #8e8f92;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item:after {
        content: '|';
        color: #044e85;
        display: inline-block;
        font-weight: 600;
    }

    /* - */
    header.cabecalho .menu-geral .navbar-nav .nav-item.dropdown .dropdown-toggle {
        display: none;
    }

    /* header.cabecalho .menu-geral .navbar-nav .nav-item:after {
         content: '|';
         padding-left: 0.35rem;
         padding-right: 0.35rem;
         display: inline-block;
     }*/
    header.cabecalho .menu-geral .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

    header.cabecalho .menu-geral .dropdown-menu {
        background-color: #044e85;
        border: 0;
        border-radius: 0;
        min-width: 15rem;
        margin: 0;
    }

    header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
        color: #ffffff;
        padding: 0.65rem 1.5rem;
    }

    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: #202020;
    }

}

@media (min-width:1200px) AND (max-width:1439px) {
    header.cabecalho .navbar-brand img {

        /* height: 6rem; */
    }

}

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

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

    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.6rem;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item:after {
        padding-left: 0;
        padding-right: 0;
    }

}

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

}

/* - */
header.cabecalho .redesociais {
    text-align: center;
    position: relative;    /* right: 1rem; */
    z-index: 5;
}

header.cabecalho .redesociais,
footer.rodape .redesociais {
    font-size: 0;
    line-height: 0;
}

header.cabecalho .redesociais a {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    text-indent: -9000rem;
    width: 1.8rem;
    height: 1.8rem;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 0.4rem;
    display: inline-block;
}

header.cabecalho .redesociais a:first-child {
    margin-left: 0;
}

header.cabecalho .redesociais a:last-child {
    margin-right: 0;
}

.redesociais a {
    position: relative;
    z-index: 0;
    top: 0;
    opacity: 1;
}

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

.redesociais a:active {
    opacity: 0.8;
}

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

.redesociais .facebook {
    background-image: url(../images/icon-facebook.svg);
}

.redesociais .instagram {
    background-image: url(../images/icon-instagram.svg);
}

/*.redesociais .linkedin {
    background-image: url(../images/icon-linkedin.png);
}*/
.redesociais .whatsapp {
    background-image: url(../images/icon-whatsapp.svg);
}

/*.redesociais .youtube {
    background-image: url(../images/icon-youtube.png);
}*/
@media (min-width:992px) AND (max-width:1200px) {
    header.cabecalho .redesociais {

        /* padding: 1.25rem 1.25rem 1.25rem 0.35rem; */

        /* bottom: -1.25rem; */
    }

    header.cabecalho .redesociais:before {
        border-top-width: 4.15rem;
        border-right-width: 2rem;
    }

    header.cabecalho .redesociais a {

        /*        background-size: auto 2rem;*/
        width: 3rem;
        height: 3rem;/*        margin: 0 0.75rem;*/
    }

}

/* - */
header.cabecalho .lang {
    display: none;
}

header.cabecalho .lang a {
}

header.cabecalho .lang a.pt {
}

header.cabecalho .lang a.en {
}

@media (min-width:992px) {
    body.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-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:991px) {
    header.cabecalho {
        min-height: 70px;
    }

    header.cabecalho .menu-geral {
        background-color: #494949;
    }

    header.cabecalho .navbar {
        padding: 0;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-link,
    header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
        font-size: 1.5rem;
        color: #ffffff;
        text-transform: uppercase;
        margin: 0;
        padding: 1.4rem 1.5rem;
    }

    header.cabecalho .menu-geral .dropdown-menu .dropdown-item {
        font-size: 1.4rem;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item.dropdown .dropdown-toggle {
        background-color: #333333;
        color: #ffffff;
        text-align: center;
        font-size: 1.5rem;
        line-height: 5.5rem;
        width: 70px;
        height: 5rem;
        display: block;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    header.cabecalho .menu-geral .navbar-nav .nav-item:hover .nav-link,
    header.cabecalho .menu-geral .navbar-nav .nav-item.dropdown .dropdown-toggle:hover {
        background-color: #333333;
        color: #ffffff;
    }

    header.cabecalho .menu-geral .dropdown-menu .dropdown-item:hover,
    header.cabecalho .menu-geral .dropdown-menu .dropdown-item.active,
    header.cabecalho .menu-geral .dropdown-menu .dropdown-item:focus {
        background-color: #044e85;
        color: #ffffff;
    }

    header.cabecalho .menu-geral .dropdown-menu {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background-color: #333333;
        text-indent: 2.5rem;
        margin-top: 0;
    }

}

@media (min-width:1200px) AND (max-width:1440px) {
}

@media (min-width:992px) AND (max-width:1200px) {
}

@media (min-width:769px) AND (max-width:992px) {
}

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

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

    header.cabecalho .redesociais {
        background-color: transparent;
        margin: 0;
        position: absolute;
        z-index: 1;
        top: 22px;
        right: 82px;
    }

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

}

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

}

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

    header.cabecalho .redesociais {

        /* top: 26px; */
    }

    header.cabecalho .redesociais a {

        /* width: 1.85rem; */

        /* height: 1.85rem; */
    }

}

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

    header.cabecalho .redesociais {
        top: 26px;
        right: 85px;
        padding: 0;
    }

    header.cabecalho .redesociais a {
        background-size: auto 2rem;
        width: 2rem;
        height: 2rem;
        margin: 0 0.75rem;
    }

}

.background_filter_blue {

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#023672+0,022e66+31,001c4c+78,001845+100 */
    background: rgb(2, 54, 114); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(2, 54, 114, 1) 0%, rgba(2, 46, 102, 1) 31%, rgba(0, 28, 76, 1) 78%, rgba(0, 24, 69, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(2, 54, 114, 1) 0%, rgba(2, 46, 102, 1) 31%, rgba(0, 28, 76, 1) 78%, rgba(0, 24, 69, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(2, 54, 114, 1) 0%, rgba(2, 46, 102, 1) 31%, rgba(0, 28, 76, 1) 78%, rgba(0, 24, 69, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#023672', endColorstr='#001845', GradientType=0); /* IE6-9 */
}

.background_blue {
    background-color: #01275c;
}

/* ----------- RODAPE ----------- */
footer.rodape {
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4rem;
    color: #fff;
    font-size: 1.4rem;
}

@media (max-width:992px) {
    footer.rodape {
        font-size: 1.4rem;
    }

}

footer.rodape .seccao-contactos,
footer.rodape .seccao-contactos a {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #1d1d1d;
    font-weight: 400;
}

footer.rodape .rodape-row-fix {
    margin-right: -8px;
    margin-left: -8px;
}

footer.rodape .rodape-row-fix .rodape-col-fix {
    padding-right: 8px;
    padding-left: 8px;
}

footer.rodape a {
    line-height: normal;
    opacity: 1;
    color: #fff;
}

footer.rodape .sub-menu a:hover,
footer.rodape .sub-menu .active a {
    color: #ff0300;
    text-decoration: none;
}

footer.rodape a:active {
}

/*footer.rodape a, footer.rodape a:hover, footer.rodape a:active {
-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;
}*/
footer.rodape strong {
    font-weight: 500;
    font-family: 'Airstrike Condensed';
    font-size: 1.8rem;
}

footer.rodape .logo1 {
    position: relative;
    z-index: 0;
    top: -2.25rem;
}

footer.rodape .tit {
}

footer.rodape .sub-menu {
}

footer.rodape .sub-menu li {
    list-style: none;
    margin: 0;    /*padding: 0 0 0 15px;*/
    position: relative;
    z-index: 0;
    text-decoration: none;
}

/*footer.rodape .sub-menu li:before {
content: '';
background-color: #e6c12a;
width: 0.7rem;
height: 0.7rem;
display: block;
position: absolute;
z-index: 0;
left: 0;
top: 6px;
border-radius: 100%;
}*/
@media (max-width:575px) {
    footer.rodape .sub-menu li {
        margin: 0 0 0.5rem 0;
        padding: 0;
    }

    footer.rodape .sub-menu li:before {
        margin: 0 0.5rem 0 0;
        position: unset;
        display: inline-block;
        position: relative;
        z-index: 0;
        top: -0.15rem;
    }

}

footer.rodape p {
    line-height: normal;
    margin-bottom: 1.5rem;
}

footer.rodape p:last-child {
    margin-bottom: 0;
}

footer.rodape .redesociais {

    /* background-color: #e6c12a; */
    border-radius: 6px;
    padding: 2rem;
    position: relative;
    z-index: 0;    /* bottom: -50%; */
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
}

footer.rodape .redesociais .partilhar-titulo {
    display: inline-block;
    font-size: initial;
    font-weight: 600;
    margin-right: 6px;
}

footer.rodape .redesociais a {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    text-indent: -9000rem;
    text-align: left;
    border-radius: 0;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 0.4rem;
    display: inline-block;
}

@media (max-width:1200px) {
    footer.rodape .redesociais {
        padding: 1.5rem;
    }

    footer.rodape .redesociais a {

        /* background-size: auto 2.2rem; */
        width: 3rem;
        height: 3rem;
    }

}

@media (max-width:992px) {
    footer.rodape .redesociais {
        display: block;
        text-align: center;
    }

    footer.rodape .redesociais .partilhar-titulo {
        display: block;
        margin-bottom: 15px;
    }

    footer.rodape .redesociais a {
        width: 3.5rem;
        height: 3.5rem;
    }

}

@media (max-width:575px) {
    footer.rodape .redesociais a {
        background-size: auto 2.2rem;
        width: 2.2rem;
        height: 2.2rem;        /* margin: 0 1.25rem; */
    }

}

/*footer.rodape .redesociais .facebook {
background-image: url(../images/icon-facebook-white.png);
}

footer.rodape .redesociais .linkedin {
background-image: url(../images/icon-linkedin-white.png);
}

footer.rodape .redesociais .instagram {
background-image: url(../images/icon-instagram-white.png);
}

footer.rodape .redesociais .whatsapp {
background-image: url(../images/icon-whatsapp-white.png);
}

footer.rodape .redesociais .youtube {
background-image: url(../images/icon-youtube-white.png);
}*/
footer.rodape .redesociais a:first-child {
    margin-left: 0;
}

footer.rodape .redesociais a:last-child {
    margin-right: 0;
}

footer.rodape .div-rodape-flex {
    height: 100%;
    width: 100%;
    color: #fff;    /* display: flex; */

    /* align-items: center; */

    /* justify-content: center; */
    position: relative;
    padding: 10px 48px 10px 48px;
    text-align: center;
}

footer.rodape .div-rodape-flex.old {
    padding: 20px 48px 20px 48px;
}

@media (max-width:992px) {
    footer.rodape .div-rodape-flex {
        padding: 18px 48px 18px 48px;
    }

}

footer.rodape .div-rodape-normal {
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 30px;
}

footer.rodape .div-rodape-normal.V2 {
    padding: 20px 30px 20px 30px;
}

@media (min-width:992px) and (max-width:1200px) {
    footer.rodape .div-rodape-normal {
        padding: 20px;
    }

    footer.rodape .div-rodape-normal.V2 {
        padding: 20px 30px 20px 30px;
    }

}

@media (min-width:769px) and (max-width:991px) {
    footer.rodape .div-rodape-normal {
        padding: 10px;
    }

    footer.rodape .div-rodape-normal.V2 {
        padding: 10px 20px 10px 20px;
    }

}

@media (max-width:520px) {
    footer.rodape .div-rodape-normal {
        padding: 30px;
    }

    footer.rodape .div-rodape-normal.V2 {
        padding: 20px 30px 20px 30px;
    }

}

footer.rodape .div-icon:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    width: 38px;
    height: 38px;
    margin-right: 0.35em;
    display: block;
    position: absolute;
    left: 6px;/* top: 0; */

    /* bottom: 0; */top: 50%;    /* -webkit-transform: translateY(-50%); */
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

footer.rodape .div-icon.tel:before {
    background-image: url(../images/icon-tel-red.png);
}

footer.rodape .div-icon.email:before {
    background-image: url(../images/icon-email-red.png);
}

footer.rodape .div-icon.fax:before {
    background-image: url(../images/icon-fax-red.png);
}

footer.rodape .rodape-links {
    padding: 0;
    text-align: center;
    font-family: 'Airstrike Condensed';
    font-size: 1.6rem;
}

footer.rodape .rodape-links li {
    padding: 0px;
    list-style: none;
}

@media (min-width:992px) {
    footer.rodape .rodape-links li {
        margin-right: 10px;
        padding: 0px;
        list-style: none;
        display: inline-block;
    }

    footer.rodape .rodape-links li:last-child {
        margin-right: 0px;
    }

    footer.rodape .rodape-links li:after {
        content: '|';
        margin-left: 10px;
        color: #fff;
    }

    footer.rodape .rodape-links li:last-child:after {
        content: '';
        display: none;
    }

    footer.rodape .rodape-links li a:hover {
        text-decoration: none;
        color: #8f9094;
    }

}

footer.rodape .subtitulo {
    color: #044e85;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
}

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

.bg-color-website {
    background-color: #044e85;
}

.bg-color-website-sec {
    background-color: #8f9094;
}

/* ----- */
.c-barra-reserva {
    font-size: 100%;
}

.barra-reserva {
    margin: 0 -0.75rem 7rem -0.75rem;
}

.barra-reserva > [class*=col-] {
    padding: 0 0.75rem;
}

footer.rodape .barra-reserva,
.barra-reserva {
    font-size: 1.69em;
    line-height: normal;
    font-weight: 300;
}

footer.rodape .barra-reserva a,
.barra-reserva a {
    font-size: 100%;
    position: relative;
    z-index: 0;
    top: -0.1em;
}

.barra-reserva strong {
    font-weight: 700;
    line-height: normal;
}

.barra-reserva .icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    width: 1.3em;
    height: 1.89em;
    margin-right: 0.35em;
    display: block;
}

footer.rodape .barra-reserva,
footer.rodape .barra-reserva a {
    color: #4a88ad;
}

footer.rodape .barra-reserva .icon.icon-reserva {
    background-image: url(../images/icon-sol-azul.png);
    width: 1.89em;
}

footer.rodape .barra-reserva .icon.icon-tel {
    background-image: url(../images/icon-tel-azul.png);
}

footer.rodape .barra-reserva .icon.icon-email {
    background-image: url(../images/icon-email-azul.png);
}

.slideshow-geral .barra-reserva {
    background-color: #4a88ad;
    border-radius: 5px;
    margin: -1.24em 0 0 0;
    padding: 0.28em 0.5em;
    position: relative;
    z-index: 0;
}

.slideshow-geral .barra-reserva,
.slideshow-geral .barra-reserva a {
    color: #ffffff;
}

.slideshow-geral .barra-reserva .icon.icon-reserva {
    background-image: url(../images/icon-sol-branca.png);
    width: 1.89em;
}

.slideshow-geral .barra-reserva .icon.icon-tel {
    background-image: url(../images/icon-tel-branca.png);
}

.slideshow-geral .barra-reserva .icon.icon-email {
    background-image: url(../images/icon-email-branca.png);
}

/* ----- */
.seccao-contactos .icon {
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 2.9rem;
    width: 2.5rem;
    height: 2.9rem;
    display: block;
}

.pagina-conteudo .seccao-contactos .icon {
    background-position: center;
}

.seccao-contactos .caixa-conteudo {
    margin-bottom: 2.5rem;
}

@media (min-width:576px) {
    .seccao-contactos .caixa-conteudo {
        padding-left: 3.25rem;
        position: relative;
        z-index: 0;
    }

    .seccao-contactos .icon {
        position: absolute;
        z-index: 0;
        left: 0;
    }

}

@media (max-width:575px) {
    .seccao-contactos .caixa-conteudo {
        margin-bottom: 1.75rem;
    }

    .seccao-contactos .icon {
        background-position: center;
        margin: 0 auto 0.25rem auto;
    }

}

.seccao-contactos .icon.icon-local {
    background-image: url(../images/icon-local.png);
}

.seccao-contactos .icon.icon-reservas {
    background-image: url(../images/icon-reservas.png);
}

@media (min-width:1200px) AND (max-width:1440px) {
}

@media (min-width:992px) AND (max-width:1200px) {
    .c-barra-reserva {
        font-size: 85%;
    }

    footer.rodape .c-barra-reserva {
        font-size: 75%;
    }

}

@media (min-width:769px) AND (max-width:992px) {
    .c-barra-reserva {
        font-size: 1.4vw;
    }

    footer.rodape .c-barra-reserva {
        font-size: 1.25vw;
    }

}

@media (min-width:670px) AND (max-width:768px) {
    .c-barra-reserva {
        font-size: 1.4vw;
    }

    footer.rodape .c-barra-reserva {
        font-size: 1.25vw;
    }

}

@media (max-width:670px) {
    .c-barra-reserva {
        font-size: 2.2vw;
    }

    .slideshow-geral .c-barra-reserva {
        text-align: center;
    }

    .slideshow-geral .c-barra-reserva .barra-reserva {
        margin-top: 2.5rem;
        display: inline-block;
    }

}

@media (max-width:500px) {
    .c-barra-reserva {
        font-size: 2.75vw;
    }

}

@media (max-width:768px) {
}

@media (max-width:425px) {
}

/* - */
.manutencao {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.manutencao,
.manutencao a {
    color: #ffffff;    /* font-weight: 600; */
    font-size: 14px;
    background-color: #8f9094;
}

.manutencao p {
    margin: 0;
}

/* - */
.scrollup {
    background-image: url(../images/bt_scrollup.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-indent: -9000em;
    height: 80px;
    width: 80px;
    margin: 0 auto 0 auto;
    padding: 0;
    display: block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    cursor: pointer;
}

.scrollup:hover {
    background-position: left bottom;
}

/* - */
.cookies {
    color: #000000;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 1%;
    z-index: 20;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.cookies .container .row {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 1px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .15);
    margin: 0px;
    padding: 1rem 0px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.cookies .cookie-mensagem {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.cookies .cookie-mensagem,
.cookies .cookie-bts {
}

.cookies .cookie-mensagem a {
    color: #044e85;
    text-decoration: underline;
}

@media (max-width:1440px) {
    .cookies {
        width: 55%;
    }

}

@media (min-width:769px) AND (max-width:1200px) {
    .cookies {
        width: 95%;
    }

}

@media (min-width:769px) {
    .cookies .cookie-bts {
        text-align: center;
        margin: auto;
    }

}

.cookies .cookie-bts .btn.btn-cookies {
    background-color: #044e85;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 2px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    padding: 0;
}

.cookies .cookie-bts .btn-default {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    margin-right: 10px;
    padding: 4px 10px
}

@media (max-width:992px) {
    .cookies {
        font-size: 10px;
        line-height: normal;
        width: 98.5%;
        left: 0;
        right: 0;
        bottom: 1%;
        z-index: 9;
    }

}

@media (max-width:768px) {
    .cookies {
        font-size: 10px;
        line-height: normal;
        width: 98.5%;
        left: 0;
        right: 0;
        bottom: 0.5rem;
        z-index: 8;
    }

    .cookies .container .row {
        padding: 5px 7px;
    }

    .cookies .cookie-bts {
        float: right;
        padding: 0;
    }

    .cookies .cookie-bts .btn.btn-cookies {
        font-size: 10px;
        margin-left: auto;
        padding: 7px 0px;
        width: 100%;
        max-width: 5rem;
        height: auto;
        display: block;
    }

}

.style-off {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 0;
    font-weight: inherit;
}

.contactos-home {
    background-color: #f4f4f4;
}

.contactos-home .card-body {
    padding: 30px 40px 30px 40px;
}

.contactos-home .tit {
    font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 600;
}

.btn.btn-contacto {
    font-size: 22px;
    font-size: 3.5rem;
    line-height: 0;
    color: #ffffff;
    background-color: transparent;
    font-weight: 500;
    border: 2px solid #fff;
    text-transform: unset;
    border-radius: 10rem;
    padding: 0rem 4.5rem;
    display: inline-block;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    font-family: 'Airstrike Condensed';
}

.btn.btn-contacto:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    width: 40px;
    height: 40px;
    margin-right: 2.8rem;
    display: inline-block;
    background-image: url(../images/icon-phone.png);
}

.btn.btn-contacto:hover {
    background-color: #8f9094;
    color: #fff;
}

.loader-form-geral {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(230 230 230 / 90%);
    z-index: 9999999999;
}

.loader-form-geral .aviso {
    display: block;
    font-size: 3rem;
    line-height: 4rem;
    color: #000;
    font-family: 'Airstrike Condensed';
}

.loader-form-geral .loader {
    display: block;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 100px;
    background-image: url(../images/loader.svg);
}

/*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*/

/*FAQ's*/
.caixa-accordion.accordion .card {
    border-radius: 0px;
    background-color: transparent;
    margin-bottom: 10px;
    padding: 0px 0px;
    position: relative;
    z-index: 0;    /*-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

.caixa-accordion.accordion .card-header {
    border: 0px;
    background-color: transparent;
    border-radius: 0px;
    padding: 17px 50px 17px 20px;
    position: relative;
    z-index: 0;
}

.caixa-accordion.accordion .card-header:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 10px;
    display: block;
    position: absolute;
    right: 15px;
    z-index: 0;
}

.caixa-accordion.accordion .card-header:before,
.caixa-accordion.accordion .card-header[aria-expanded="false"]:before {
    background-image: url(../images/icon_seta-baixo.png);
    background-size: 50%;
}

.caixa-accordion.accordion .card .card-header[aria-expanded="true"]:before {
    background-image: url(../images/icon_xis.png);
    background-size: 60%;
    background-color: #044e85;
}

.caixa-accordion.accordion .card-header[aria-expanded="true"]:before,
.caixa-accordion.accordion .collapse.show {
}

.caixa-accordion.accordion .card-header:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 0;
    cursor: pointer;
}

.caixa-accordion.accordion .card-title,
.caixa-accordion.accordion .card-body p:last-child {
    margin-bottom: 0px;
}

.caixa-accordion.accordion .card-title {
    font-size: inherit;
    cursor: pointer;
}

.caixa-accordion.accordion .card-body {
    padding: 10px 20px 20px 20px;
}

.caixa-accordion.accordion .card[aria-expanded="true"] {
    background-color: #ffffff;
}

/*FAQ's*/
