@font-face {
    font-family: 'Amalfi Coast';
    src: url(/site/fonts/AmalfiCoast/AmalfiCoast.eot);
    src: url(/site/fonts/AmalfiCoast/AmalfiCoast.eot?#iefix) format('embedded-opentype'),
    url(/site/fonts/AmalfiCoast/AmalfiCoast.woff2) format('woff2'),
    url(/site/fonts/AmalfiCoast/AmalfiCoast.woff) format('woff'),
    url(/site/fonts/AmalfiCoast/AmalfiCoast.ttf) format('truetype'),
    url(/site/fonts/AmalfiCoast/AmalfiCoast.svg#AmalfiCoast) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root{
    --font-family:"marlide-display-variable";
    --font-family2:"itc-avant-garde-gothic-pro";
}
html, body{
    width: 100%;
    height: 100%;
    position: relative;
}

body{
    background-color: #fff;
    font-size: 14px;
    font-family:var(--font-family2);
    font-weight: 300;
    color: rgb(0, 0, 0);
    /*line-height: 1.353;*/
    text-align: justify;
    overflow-x: hidden;
    strong, b{
        font-weight: 700;
    }

    @media screen and (max-width: 992px) {
        font-size: 15px;
    }
}

body.open{
    overflow: hidden;
}

.titulo{
    font-size: 14px;
    font-family:var(--font-family2);
    color: rgb(254, 254, 253);
    line-height: 1.2;
    font-weight: 300;
    position: relative;
    &.titulo_linhas {
        &:before{
            content: '';
            width: 40px;
            height: 7px;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            display: block;
            margin-bottom: 15px;
        }
    }

    @media screen and (max-width: 992px) {
        font-size: 15px;
    }
}


.btn1{
    padding: 10px 20px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    background-color: rgba(130, 75, 13, 0.502);
    border-radius: 26px;
    border: none;
    font-family:var(--font-family2);
    position: relative;
    overflow: hidden;
    .colorfundo{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        z-index: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.502;
    }
    span{
        position: relative;
        z-index: 2;
    }
    &:hover{
        background-color: rgba(130, 75, 13, 1);
        .colorfundo{
            opacity: 1;
        }
    }


    @media screen and (max-width: 992px) {
        &{
            font-size: 15px;
        }
    }
}

.left{ text-align: left; }
.center{ text-align: center; }
.right{ text-align: right; }

.row,
.form-group{
    margin: 0 !important;
    overflow: hidden;
}


.iframe_holder{
    position: relative;
    padding-bottom: 53.35%;
    padding-top: 25px;
    height: 0;
}

.iframe_holder iframe,
.iframe_holder video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


@media (min-width: 768px){
    .custom_container {
        max-width: 750px;
    }
}

@media (min-width: 992px){
    .custom_container {
        max-width: 970px;
    }
}


@media (min-width: 1200px){
    .custom_container {
        max-width: 1099px;
    }
}


@media (min-width: 1300px){
    .custom_container {
        max-width: 1199px;
    }
}

@media (min-width: 1400px){
    .custom_container {
        max-width: 1299px;
    }
}

@media (min-width: 1500px){
    .custom_container {
        max-width: 1399px;
    }
}

@media (min-width: 1600px){
    .custom_container {
        max-width: 1499px;
    }
}

.custom_container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*==================================================================================================*/
/*MENU*/
/*==================================================================================================*/

.menu_holder {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: transparent;
    padding: 60px 0;
    width: 100%;
    z-index: 9999999;
    &.menu_dark{
        background: #000;
        padding: 20px 0;
    }
}


.navbar-header {
    float: unset;
}

.menu_holder .custom_container{
    position: relative;
}
.menu_holder .frase {
    float: unset;
    vertical-align: top;
    font-family: 'Amalfi Coast';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid #000;
    padding-left: 40px;
    width: 650px;
    font-size: 24px;
    left: 220px;
    height: 96px;
    z-index: -1;
    display: flex;
    align-items: center;
    text-align: left;

    @media screen and (max-width: 1500px){
        &{
            left: 195px;
        }
    }
    @media screen and (max-width: 1400px){
        &{
            font-size: 20px;
        }
    }
    @media screen and (max-width: 1300px){
        &{
            font-size: 18px;
        }
    }
    @media screen and (max-width: 992px){
        &{
            left: 175px;
            font-size: 16px;
        }
    }
    @media screen and (max-width: 650px){
        &{
            display: none;
        }
    }
}
.menu_holder .navbar-header {
    float: unset;
    width: 150px;
    display: inline-block;
    vertical-align: top;
}

.menu_holder .navbar-header img{
    width: 150px;
    max-width: 100%;
    max-height: 86px;
    object-fit: contain;
    object-position:left;
}
.menu_holder .navbar-header svg{
    width: 150px;
    max-width: 100%;
    height: auto;
}

.menu_holder .menu-toggler{
    position: absolute;
    background: transparent;
    border: 0;
    width: 35px;
    top: 10px;
    right: 2%;
    cursor: pointer;

    display: none;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 38px;
    height: 45px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon1 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.menu_holder.scroll #nav-icon1 span {
    background: #fff;
}
#nav-icon1.black span {
    background: #35353a;
}
#nav-icon1.white span {
    background: #fff;
}
#nav-icon1.open span {
    background: #fff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}
#nav-icon1 span:nth-child(2) {
    top: 10px;
}
#nav-icon1 span:nth-child(3) {
    top: 20px;
}
#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -o-transform: rotate(140deg);
    transform: rotate(140deg);
}
#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    transform: rotate(-140deg);
}

.menu_holder .menu{
    display: inline-block;
    margin: 0;
    float: unset;
}


.menu_holder .menu ul{
    padding: 0;
}


.menu_holder .menu{
    display: inline-block;
    color: #fff;
    width: Calc(100% - 155px);
    text-align: right;
    vertical-align: middle;
}

.menu_holder .menu-nav{
    list-style: none;
    margin: 0;
}

.menu_holder .menu-nav .dropdown a{
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 300;
    text-decoration: none !important;
    &.nav-link:focus-visible {
        outline: 0;
        box-shadow: none !important;
    }
}

.menu_holder .menu-nav .dropdown.language{
    text-align: right;
    width: 50px;
    margin-left: auto;
    position: relative;
}
.menu_holder .menu-nav .dropdown.language .dropdown-toggle::after {
    display: none;
}
.menu_holder .menu-nav .dropdown.language .imagem_linguas{
    position: relative;
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    img{
        width: 30px;
        display: block;
    }
    svg{
        width: 30px;
        height: auto;
        display: block;
        opacity: 0.5;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }
    &:hover{
        svg{
            opacity: 1;
        }
    }

    /*.hover_dark,
    .hover{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        opacity: 0;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }*/

}
.menu_holder.not_white #logoimg,
.menu_holder.menu_dark #logoimg{
    display: none;
}
.menu_holder.white #logoimg_white{
    display: none;
}
.menu_holder.white svg{
    path{
        fill: #000;
    }
}

.menu_holder{
    .logo.white{
        display: block;
    }
    .logo.dark{
        display: none;
    }
}
.menu_holder.white{
    .logo.white{
        display: none;
    }
    .logo.dark{
        display: block;
    }
}
.menu_holder.menu_dark .menu-nav .dropdown.language,
.menu_holder.not_white .menu-nav .dropdown.language {
    .default_dark,
    .hover_dark{
        display: none;
    }
    & .show, .imagem_linguas:hover{
        .hover{
            opacity: 1;
        }
    }

    svg{
        path{
            fill: #fff;
        }
    }
}

.menu_holder.white .menu-nav .dropdown.language{

    .default, .hover{
        display: none;
    }

    & .show, .imagem_linguas:hover{
        .hover_dark{
            opacity: 1;
        }
    }

    svg{
        path{
            fill: #000;
        }
    }
}

.menu_holder .menu-nav .dropdown a:hover,
.menu_holder .menu-nav li.active > a,
.menu_holder .menu-nav li.active:hover > a {
    color: #000;
    text-decoration: none !important;
}

.menu_holder .dropdown-menu {
    background-color: transparent;
    cursor: default;
    color: #000;
    margin-top: 20px;
    text-align: right;
    border: none;
    left: Calc(100% - 80px) !important;
    max-width: 120px;
    min-width: unset;
    transform: unset !important;
    top: 40px !important;

    @media screen and (min-width: 1299px){
        &{
            right: 100% !important;
            max-width: 515px;
            top: 0 !important;
            width: 354px;
            left: unset !important;
            gap: 30px;
            margin: 0 !important;
            &.show{
                display: flex;
            }
        }
    }
}

@media screen and (min-width: 1299px){
    .menu_holder .menu-nav .dropdown.language:hover{
        .dropdown-menu{
            display: flex;
        }
    }
}
.menu_holder.white .dropdown-menu {
    /*background-color: #fff;*/
}
.menu_holder.menu_dark .dropdown-menu {
    background-color: #000;
}

.menu_holder .menu-nav .dropdown.language li{
    padding: 5px 0;
}
.menu_holder .menu-nav .dropdown.language a{
    font-size: 14px;
    text-align: right;
    line-height: 1.2;
    color: rgba(0, 0, 0);
    opacity: 0.502;
    font-weight: 300;
    &:hover{
        opacity: 1;
    }
}

.activelang{
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin-left: 10px;
}
.menu_holder .menu-nav .dropdown.language a:hover{
    opacity: 1;
    .activelang{
        font-weight: 300;
    }
}

.menu_holder.menu_dark .menu-nav .dropdown.language a,
.menu_holder.not_white .menu-nav .dropdown.language a{
    color: #fff;
    opacity: 0.502;
    &:hover{
        opacity: 1;
    }
}
.menu_holder .menu-nav .dropdown.language a.active{
    color: #fff;
}
.menu_holder.white .menu-nav .dropdown.language a.active{
    color: #000;
}
@media screen and (max-width: 1500px) {
    .menu_holder .navbar-header img {
        width: 130px;
    }

    .menu_holder .navbar-header svg{
        width: 130px;
    }
}
@media screen and (max-width: 992px) {
    .menu_holder{

        padding: 40px 0 20px 0;
    }
    .menu_holder .navbar-header img {
        width: 110px;
        max-width: 100%;
    }
    .menu_holder .navbar-header svg{
        width: 110px;
    }


    .menu_holder .menu-nav .dropdown.language .imagem_linguas{
        width: 25px;
        img{
            width: 25px;
        }

    }

    .menu_holder .menu-nav .dropdown.language a{
        font-size: 15px;
    }
}
@media screen and (max-width: 567px) {
    .menu_holder .menu-nav .dropdown.language li {
        padding: 2px 0;
    }
    .menu_holder .menu-nav .dropdown.language a{
        font-size: 14px;
    }
}
/*==================================================================================================*/
/*BANNER*/
/*==================================================================================================*/


.banner{
    position: relative;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    margin-top: -206px;
    margin-left: -1px;
    margin-right: -1px;
}
.banner .holder_slider{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}


.banner .holder_slider img{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 1;
    object-position: bottom;
    object-fit: cover;
    &.mobile{
        display: none;
    }
    @media screen and (max-width: 767px){
        &{
            &.mobile{
                display: block;
                position: absolute;
                width: 100%;
                height: 100%;
                top: 50%;
                right: 0;
                z-index: 1;
                object-position: right;
                object-fit: cover;
                transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
            }
            &.desktop{
                display: none;
            }
        }
    }
}

.banner .holder_slider .single_banner .holder_content_img .iframe_holder{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner .holder_slider video{
    position: absolute;
    width: 100%;
    /* height: 100%; */
    top: Calc( 50% - 36px );
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}


@media screen and (max-width: 992px) {
    .banner {
        margin-top: -123px;
    }
}

/*==================================================================================================*/
/*BLOCOS*/
/*==================================================================================================*/

.bloco{
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.bloco.no-margin{
    padding: 0;
}


@media screen and (max-width: 992px) {

    .bloco{
        padding: 40px 0;
    }
}

/*==================================================================================================*/
/*HOMEPAGE*/
/*==================================================================================================*/
#homepage{
    &.stage{
        position:sticky;
        top:0;
        height:100vh;
        display:grid;
        place-items:center;
        overflow:hidden;
        &.not_sticky{
            position:relative;
        }
        .envelope{
            width:100%;
            height:100vh;
            position:relative;
            isolation:isolate;
            perspective:1200px;
            .envelope__inner{position:absolute;
                inset:0;
                overflow:hidden;
                .zona_banner{
                    position:absolute;
                    inset:0;
                    opacity:1;
                    z-index:0;
                    &.sempre_visivel{
                        opacity: 1 !important;
                    }

                    .zona_banner__overlay{
                        position:absolute;
                        inset:0;
                        background:radial-gradient(80% 80% at 50% 50%,transparent 40%,rgba(0,0,0,.35) 100%);
                    }
                }
            }
            .flap{
                position:absolute;
                left:0;
                top:0;
                width:100%;
                height:26%;
                transform-origin:50% 0%;
                z-index:3;
                .logo{
                    position: absolute;
                    top: 44%;
                    height: 33%;
                    width: auto;
                    z-index: 2;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                }
                .circulo{
                    position: absolute;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                    width: 65px;
                    height: 65px;
                    /*background: #000;
                    border-radius: 50%;
                    box-shadow: 0px 0px 11px rgb(255 255 255 / 10%);*/
                    text-align: center;
                    img.centro{
                        height: 18px;
                        width: 18px;
                        left: 51%;
                        top: 50%;
                        transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        -webkit-transform: translate(-50%, -50%);
                        position: absolute;
                    }
                    img.circle{
                        width: 45px;
                        height: 45px;
                        left: 51%;
                        top: 52%;
                        transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        -webkit-transform: translate(-50%, -50%);
                        position: absolute;
                    }
                    &.circulo1{
                        top: 87%;
                    }
                }
            }
            .base{
                position:absolute;
                left:0;
                bottom:0;
                width:100%;
                height:120%;
                transform-origin:50% 100%;
                z-index:1;

                .conteudo{
                    position: absolute;
                    z-index: 2;
                    color: #fff;
                    font-family: var(--font-family);
                    top: 60%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                    font-size: 20px;
                    text-align: center;
                }
                .conteudo_bottom{
                    position: absolute;
                    z-index: 2;
                    color: #fff;
                    font-family: var(--font-family);
                    top: Calc(113vh);
                    left: 50%;
                    transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    font-size: 18px;
                    text-align: center;

                    @media screen and (max-width: 992px){
                        &{
                            bottom: 150px;
                            top: unset;
                        }
                    }
                }
            }
            .flap, .base{
                img{

                    height: 100%;
                    position: absolute;
                    top: 0;
                    width: 100%;
                    object-fit: cover;
                }
                .imagem_envelope{
                    height: 100%;
                    position: absolute;
                    top: 0;
                    width: 100%;
                    object-fit: cover;
                }

            }
            .fio_envelope{
                position: absolute;
                height: 70px;
                overflow: hidden;
                border-radius: 20px;
                background-size: 100% auto;
                width: 10.5px;
                &.fio_esquerda{
                    top: 16px;
                    left: 14px;
                    z-index: -1;
                    background-image: url(/site/imagens/fio_left_g.png);
                }
                &.fio_direita{
                    top: -60%;
                    right: 14px;
                    height: 102px;
                    z-index: -1;
                    background-image: url(/site/imagens/fio_right_g.png);
                    .mask{
                        position: absolute;
                        top: 0;
                        left: 0.5px;
                        right: 0.5px;
                        bottom: 0;
                        opacity: 0;
                        border-radius: 5px;
                        background: linear-gradient(180deg, rgba(155, 162, 161, 0) 0%, rgba(0, 0, 0, 1) 100%);
                    }
                }
            }
            .lock{
                z-index: 5;
                position: absolute;
                bottom: 0;
                width: 100%;
                height: 120%;
                .circulo{
                    position: absolute;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                    width: 65px;
                    height: 65px;
                    /*background: #000;
                    border-radius: 50%;
                    box-shadow: 0px 0px 11px rgb(255 255 255 / 10%);*/
                    text-align: center;

                    img.centro{
                        height: 18px;
                        width: 18px;
                        left: 51%;
                        top: 50%;
                        transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        -webkit-transform: translate(-50%, -50%);
                        position: absolute;
                        z-index: 3;
                    }
                    img.circle{
                        width: 45px;
                        height: 45px;
                        left: 50%;
                        top: 50%;
                        transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        -webkit-transform: translate(-50%, -50%);
                        position: absolute;
                        z-index: 2;
                        border-radius: 50%;
                    }
                    &.circulo1{
                        top: 35.5%;
                        opacity: 1;
                        z-index: 2;
                    }
                    &.circulo2{
                        top: 41.5%;
                    }
                }
            }
        }
    }

    .banner{
        #frase{
            position: absolute;
            top: 160px;
            color: rgb(255 255 255 / 50%);
            z-index: 2;
            width: 100%;
            left: 0;
            font-family: var(--font-family);
            font-size: 18px;
            line-height: 120%;
            text-align: left;
            .descricao{
                width: 240px;
            }

            @media screen and (max-width: 992px){
                &{
                    top: 115px;
                }
            }
        }

        .zona_contador_share{
            position: absolute;
            bottom: 100px;
            z-index: 2;
            width: 100%;
            left: 0;
            .holder_zona_contador_share{
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }
        }
        .share_email{
            text-align: right;
            width: 50%;
            &,a{
                font-size: 18px;
                font-family: var(--font-family);
                color: #fff;
            }
            a{
                border: none;
                color: #fff;
                padding: 0;
                font-size: 18px;
                line-height: 21px;
                background: transparent;
                position: relative;
                display: inline-block;
                text-decoration: none;
                border-bottom: 1px solid #fff;
                &:hover{
                    color: #7f490d;
                }
            }
        }
        #contador{
            z-index: 2;
            width: 50%;
            color: #fff;
            font-family: var(--font-family);
            font-size: 18px;
            opacity: 0;
            &.sempre_visivel{
                opacity: 1 !important;
            }
            span{
                color: #864d0d;
                margin: 0 10px;
                display: block;
                width: 10px;
                text-align: center;
            }

            .d-flex{
                align-items: center;
            }
            button{
                margin-left: 5px;
                border: none;
                color: #fff;
                padding: 0;
                font-size: 18px;
                line-height: 21px;
                background: transparent;
                position: relative;
                display: block;
                text-transform: lowercase;
                border-bottom: 1px solid #fff;
                svg{
                    margin-left: 5px;
                    width: 11px;
                    height: auto;
                }
                /*&:after{
                    content: '';
                    bottom: -5px;
                    width: 100%;
                    height: 3px;
                    background: #7f490d;
                    position: absolute;
                    left: 50%;
                    transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                }*/
                &:hover{
                    color: #7f490d;
                    svg{
                        path{
                            fill: #7f490d;
                        }
                    }
                }
            }
            .owl-prev{
                display: none;
            }
        }
        .conteudo {
            top: 57%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            height: Calc(100% - 430px);
            padding: 40px 0;
            display: flex;
            flex-wrap: wrap;
            z-index: 2;
            position: absolute;
            width: 100%;
            left: 0;
            opacity: 0;
            &.sempre_visivel{
                opacity: 1 !important;
            }
            .custom_container{
                width: 100%;
            }
            .nome{
                font-family: var(--font-family);
                font-size: 18px;
                color: #fff;
                line-height: 1.2;
                font-weight: 400;
                opacity: 1;
                max-width: 55%;
            }
            .descricao{
                font-size: 50px;
                font-family: var(--font-family);
                color: rgb(254, 254, 253);
                line-height: 1.2;
                width: 100%;
                font-weight: 300;
                opacity: 1;
                text-align: left;
                max-width: 55%;
            }
            .botao{
                margin-top: 20px;
                opacity: 1;
                button{
                    background-color: transparent;
                    .colorfundo{
                        opacity: 0.502;
                    }
                    &:hover{
                        .colorfundo{
                            opacity: 1;
                        }
                    }
                }
            }
            .share{
                margin-top: 25px;
                font-weight: 400;
                color: #fff;
                gap: 20px;
                flex-wrap: wrap;
                opacity: 1;

                .linha {
                    bottom: 4px;
                    width: 100%;
                    height: 3px;
                    background: #7f490d;
                    position: absolute;
                    left: 50%;
                    transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                }
                span{
                    position: relative;
                    cursor: pointer;
                }
                .holder_sare{
                    gap: 20px;
                    display: flex;
                    flex-wrap: wrap;
                    color: #fff;
                    font-size: 20px;
                    opacity: 0;
                    &.open{
                        opacity: 1;
                    }
                    .single_rede{
                        position: relative;
                        opacity: 0.502;
                        transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -webkit-transition: all .3s ease-in-out;
                        button{
                            background: transparent;
                            border: none;
                            outline: none;
                            padding: 0;
                            font-size: 20px;
                            color: #fff;
                        }
                        .tooltip {
                            position: relative;
                            display: inline-block;
                            opacity: 1;
                        }

                        .tooltip .tooltiptext {
                            visibility: hidden;
                            width: 140px;
                            background-color: #555;
                            color: #fff;
                            text-align: center;
                            border-radius: 6px;
                            padding: 5px;
                            position: absolute;
                            z-index: 1;
                            bottom: 150%;
                            left: 50%;
                            margin-left: -75px;
                            opacity: 0;
                            font-size: 14px;
                            transition: opacity 0.3s;
                        }

                        .tooltip .tooltiptext::after {
                            content: "";
                            position: absolute;
                            top: 100%;
                            left: 50%;
                            margin-left: -5px;
                            border-width: 5px;
                            border-style: solid;
                            border-color: #555 transparent transparent transparent;
                        }

                        .tooltip:hover .tooltiptext {
                            visibility: visible;
                            opacity: 1;
                        }
                        .linha{
                            opacity: 0;
                        }
                        &:hover{
                            opacity: 1;
                            .linha{
                                opacity: 0;
                            }
                        }
                    }
                    a{
                        color: inherit;
                        text-decoration: none;
                    }
                    @media screen and (max-width: 992px) {
                        &{
                            opacity: 1;
                        }
                    }
                }
                /*&:hover{

                    .holder_sare{
                        opacity: 1;
                    }
                }*/
            }
        }
        .single_banner{
            position: relative;
            &:after{
                display: none;
                content: '';
                background-image: url(/site/imagens/sombra_banner.png);
                opacity: 0.78;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                position: absolute;
                background-position: left;
                background-repeat: no-repeat;
                background-size: cover;
            }
            &:before{
                content: '';
                background: #000;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
                opacity: 1;
                width: 100%;
                height: 20%;
                bottom: -3px;
                left: 0;
                position: absolute;
                background-position: left;
                background-repeat: no-repeat;
                background-size: cover;
                z-index: 0;
            }
        }

        @media screen and (max-width: 1600px){
            & {
                .conteudo {
                    .descricao{
                        font-size: 47px;
                    }
                }
            }
        }

        @media screen and (max-width: 1500px){
            & {
                .conteudo {
                    .nome{
                        max-width: 60%;
                    }
                    .descricao{
                        font-size: 40px;
                        max-width: 60%;
                    }
                }
            }
        }
        @media screen and (max-width: 1200px){
            & {
                .conteudo {
                    .descricao{
                        font-size: 37px;
                    }
                }
            }
        }

        @media screen and (max-width: 992px){
            & {
                .conteudo {
                    .nome {
                        font-size: 21px;
                        max-width: 60%;
                        min-width: 250px;
                    }
                    .descricao{
                        font-size: 30px;
                        max-width: 60%;
                        min-width: 250px;
                        margin-top: 15px;
                    }
                    .share {
                        .holder_sare {
                            font-size: 18px;
                        }
                    }
                }

                #frase{
                    font-size: 18px;
                }
                #contador{
                    font-size: 21px;
                }
            }
        }
        @media screen and (max-width: 567px){
            & {
                .conteudo {
                    top: 50%;
                    .nome {
                        font-size: 19px;
                    }
                    .descricao{
                        font-size: 24px;
                    }
                    .share {
                        .holder_sare {
                            font-size: 16px;
                        }
                    }
                }
                #frase{
                    font-size: 16px;
                }
                .zona_contador_share{
                    bottom: 15px;
                    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.90) 40%, rgba(0, 0, 0, 0.90) 100%);
                    padding: 10px 0;
                }
                .share_email{
                    width: 100%;
                    margin-top: 0;
                    text-align: left;
                }
                #contador{
                    width: 100%;
                    font-size: 19px;
                    text-align: center;
                }
            }
        }
    }

    &.stage,
    &.stage .envelope{
        height: 100vh;
        min-height: 920px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .banner,
    .banner .holder_slider .single_banner,
    .banner .holder_slider .single_banner .holder_content,
    .banner .holder_slider .single_banner .holder_content_img {
        height: 100vh;
        min-height: 920px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;


        @media screen and (max-width: 992px){
            min-height: 920px;
        }
        /*@media screen and (max-width: 767px){
            min-height: 660px;
        }*/
        @media screen and (max-width: 567px){
            min-height: 820px;
        }
    }

    .banner{

    }
}
.zona_info_about .owl-carousel,
.zona_info_about .owl-stage-outer {
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
}

.zona_info_about{
    position: absolute;
    top: 0;
    width: 100%;
    padding: 80px 0;
    right: -100%;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    &.geral{
        display: none;
    }
    &.open{
        right: 0;
    }
    .cabecalho{
        justify-content: space-between;
        align-items: center;
        @media screen and (min-width: 993px){
            .titulo.titulo_linhas{
                &:before{
                    display: none;
                }
            }
        }
        .fechar{
            position: relative;
            width: 20px;
            height: 20px;
            cursor: pointer;
            margin-top: -65px;
            &:before {
                content: '';
                top: 50%;
                width: 16px;
                height: 3px;
                background: #7f490d;
                position: absolute;
                left: 50%;
                transform: translate(-50%,-50%) rotate(45deg);
                -moz-transform: translate(-50%,-50%) rotate(45deg);
                -webkit-transform: translate(-50%,-50%) rotate(45deg);
                transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
            }
            &:after{
                content: '';
                top: 50%;
                width: 16px;
                height: 3px;
                background: #7f490d;
                position: absolute;
                left: 50%;
                transform: translate(-50%,-50%) rotate(-45deg);
                -moz-transform: translate(-50%,-50%) rotate(-45deg);
                -webkit-transform: translate(-50%,-50%) rotate(-45deg);
                transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
            }
        }
    }
    .holder_zona_info{
        flex-wrap: wrap;
        .menus{
            width: 150px;
            .single_menu{
                h2{
                    cursor: pointer;
                    color: rgb(254, 254, 253, 0.502);
                    &.active,
                    &:hover{
                        color: rgb(254, 254, 253);
                    }
                }
            }
        }
        .holder_info{
            width: Calc(100% - 150px);
            padding-left: 30px;
            .single_pagina{
                display: none;
                .d-flex{
                    flex-wrap: wrap;
                }
                &.open{
                    display: block;
                }
            }
        }
        @media screen and (max-width: 765px) {
            &{
                .menus{
                    width: 100%;
                    overflow-x: auto;
                    white-space: nowrap;
                    padding: 10px 0;
                    margin: 0 0 30px;
                    &::-webkit-scrollbar {
                        height: 3px;
                        background-color: #000;
                    }
                    &::-webkit-scrollbar-thumb {
                        background: #888;
                    }
                    .holder_menu{
                        display: inline-flex;
                        gap: 30px;
                        list-style: none;
                        margin: 0 -15px;
                        .single_menu{
                            padding: 0 15px;
                            h2{
                                margin-bottom: 0;
                            }
                        }
                    }
                }
                .holder_info{
                    width: 100%;
                    padding-left: 0;
                }
            }
        }
    }
    .titulo{

        margin-bottom: 25px;
    }
    .zona_info{
        background: #000;
        .info{
            font-family: var(--font-family);
            font-size: 18px;
            letter-spacing: .1rem;
            line-height: 127%;
            color: rgba(255, 255, 255, 0.6);
            text-align: justify;
            width: 50%;
            .descricao{
                font-family: var(--font-family);
                font-size: 18px;
                letter-spacing: 0.5px;
                line-height: 150%;
                &.columns{
                    gap: 100px;
                    display: flex;
                    .single_col{
                        width: 50%;
                    }
                }
                .zona_galeria{
                    position: relative;
                    margin-top: 20px;
                    &:after{
                        display: none;
                        content: '';
                        position: absolute;
                        background: #FFFFFF;
                        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
                        width: 15%;
                        height: 100%;
                        z-index: 2;
                        top: 0;
                        right: 0;
                    }
                    /*&:before{
                        content: '';
                        position: absolute;
                        background: #FFFFFF;
                        background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
                        width: 15%;
                        height: 100%;
                        z-index: 2;
                        top: 0;
                        left: 0;
                    }*/

                    .holder_galeria{
                        display: flex;
                        .single_imagem{
                            width: Calc(100% / 5);
                            padding: 0 10px;
                        }
                    }
                }
                .link{
                    margin-top: 30px;
                    a{
                        color: #fff;
                        text-decoration: none;
                        border: none;
                        font-family: var(--font-family2);
                        padding: 0;
                        font-size: 14px;
                        background: transparent;
                        position: relative;
                        font-weight: 500;
                        transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -webkit-transition: all .3s ease-in-out;
                        @media screen and (max-width: 992px){
                            font-size: 15px;
                        }
                        &:after {
                            content: '';
                            bottom: -5px;
                            width: 100%;
                            height: 3px;
                            background: #7f490d;
                            position: absolute;
                            left: 50%;
                            transform: translateX(-50%);
                            -moz-transform: translateX(-50%);
                            -webkit-transform: translateX(-50%);
                            transition: all .3s ease-in-out;
                            -moz-transition: all .3s ease-in-out;
                            -webkit-transition: all .3s ease-in-out;
                        }

                        &:hover{
                            color: #7f490d;
                        }
                    }

                    svg {
                        margin-left: 5px;
                        width: 15px;
                        height: auto;
                    }
                }
            }
            &.w100{
                width: 100%;
            }

            @media screen and (max-width: 1400px){
                &{
                    font-size: 18px;
                    .descricao{
                        &.columns{
                            gap: 50px;
                        }
                    }
                }
            }
            @media screen and (max-width: 1200px){
                &{

                    .descricao{
                        &.columns{
                            column-count: 1;
                        }
                    }
                }
            }
            @media screen and (max-width: 992px){
                &{
                   .descricao{
                       &.columns{
                           gap: 0;
                           flex-wrap: wrap;
                           .single_col{
                               width: 100%;
                           }
                       }
                   }
                }
            }
            @media screen and (max-width: 567px){
                &{
                    font-size: 16px;
                }
            }
        }
        .media{
            width: 50%;
            padding-left: 100px;
            .imagem{
                img{
                    width: 100%;
                }
            }
        }
    }
    img{
        width: 100%;
    }

    @media screen and (max-width: 1200px){
        &{
            &.geral{
                display: block;
            }
            &.about{
                display: none;
            }
            position: fixed;
            top: 0;
            bottom: 0;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            padding: 0 0 60px;
            z-index: 9;
            overflow: auto;
            -webkit-overflow-scrolling: touch; /* iOS */
            touch-action: pan-y; /* Permite rolagem vertical */
            overscroll-behavior: contain; /* Evita rolagem no body */
            .zona_info{
                padding: 80px 80px 0;
            }
        }
    }
    @media screen and (max-width: 992px){
        &{
            .holder_info{
                flex-wrap: wrap;
            }
            .zona_info{
                .info{
                    width: 100%;
                    font-size: 18px;
                }
                .media{
                    width: 100%;
                    margin-top: 40px;
                    padding: 0;
                }
            }
        }
    }
    @media screen and (max-width: 567px){
        &{
            .zona_info{
                padding: 40px 20px 0;
                .info{
                    font-size: 16px;
                }
            }
        }
    }
    @media screen and (max-width: 400px){
        &{
            .zona_info{
                padding: 40px 0;
            }
        }
    }

}
.icon_scroll{
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--font-family);
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 150%;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 999999999999;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    /* background: linear-gradient(45deg, black, transparent); */
    /* background: linear-gradient(180deg, rgba(155, 162, 161, 0) 6%, rgba(0, 0, 0, 1) 100%); */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.90) 40%, rgba(0, 0, 0, 0.90) 100%);
    padding: 10px 0 0;
}
.homepage{
    overflow: hidden;
    position: relative;
    #about{
        position: relative;
        z-index: 1;
        background: #000;
        .mobile{
            display: none;
        }
        .icon_scroll{
            opacity: 0;
        }
        .holder_about{
            flex-wrap: wrap;
            margin: 0 -25px;
            position: relative;
            left: 0;
            transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -webkit-transition: all 1s ease-in-out;
            @media screen and (min-height: 993px){

            }
            &.open{
                left: -100%;
                transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
            }
            .single_about{
                width: Calc(100% / 6);
                font-size: 17px;
                font-family: var(--font-family2);
                color: rgba(255, 255, 255, 0.6);
                line-height: 1.667;
                text-align: left;
                padding: 0 25px;
                .descricao{
                    font-family: var(--font-family);
                    font-size: 18px;
                    letter-spacing: 0.5px;
                    line-height: 150%;
                    .strong{
                        color: #fff;
                        font-size: 22px;
                    }
                    .open_info{
                        cursor: pointer;
                        margin-top: 15px;
                        display: inline-block;
                        text-decoration: underline;
                        color: #7f490d;
                        &:hover{
                            color: #fff;
                        }
                        svg{
                            width: 15px;
                            height: auto;
                            margin-left: 2px;
                            path{
                                transition: all .3s ease-in-out;
                                -moz-transition: all .3s ease-in-out;
                                -webkit-transition: all .3s ease-in-out;
                            }
                        }
                        &:hover{
                            svg{
                                path{
                                    fill: #864d0d;
                                }
                            }
                        }
                    }
                }
                .cabecalho{
                    min-height: 55px;
                    margin-bottom: 15px;
                    display: flex;
                    align-items: flex-end;
                    svg{
                        width: 15px;
                        height: auto;
                    }
                    .titulo{
                        font-size: 14px;
                        line-height: 150%;
                        font-weight: 600;
                        color: #bea27d;
                    }
                    h2{
                        margin: 0;
                    }
                    img{
                        width: 14px;
                        margin-bottom: 4px;
                    }
                    a, .open_info{
                        display: flex;
                        align-items: flex-end;
                        gap: 10px;
                        text-decoration: none;
                        cursor: pointer;
                        h2{
                            position: relative;
                            .linha{
                                bottom: -5px;
                                width: 100%;
                                height: 3px;
                                background: #7f490d;
                                position: absolute;
                                left: 50%;
                                transform: translateX(-50%);
                                -moz-transform: translateX(-50%);
                                -webkit-transform: translateX(-50%);
                                transition: all .3s ease-in-out;
                                -moz-transition: all .3s ease-in-out;
                                -webkit-transition: all .3s ease-in-out;
                                display: none;
                            }
                        }
                        &:hover{
                            h2{
                                color: #7f490d;
                            }
                        }
                    }
                }

                &.categoria {
                    .cabecalho {
                        .titulo {
                            font-weight: 400;
                            color: #fff;
                        }
                    }
                }
            }
        }

        @media screen and (max-width: 1600px){
            &{

                .holder_about{
                    margin: 0 -37px;
                    .single_about{
                        padding: 0 37px;
                    }
                }
            }
        }
        @media screen and (max-width: 1500px){
            &{
                .holder_about {
                    margin: 0 -30px;
                    .single_about {
                        padding: 0 30px;
                    }
                }
            }
        }
        @media screen and (max-width: 1400px){
            &{
                .holder_about{
                    .single_about{
                        font-size: 15px;
                        width: Calc(100% / 4);
                        .descricao{
                            font-size: 16px;
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 1200px){
            &{
                .holder_about{
                    .single_about{
                        width: Calc(100% / 3);
                    }
                }
                .zona_info_about{
                    position: fixed;
                    top: 0;
                    bottom: 0;
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-wrap: wrap;
                    padding: 0;
                    z-index: 9;
                    overflow: auto;
                    .zona_info{
                        padding: 80px 80px 0;
                    }
                }
                .desktop{
                    display: none;
                }
                .mobile{
                    display: block;
                }
            }
        }
        @media screen and (max-width: 992px){
            &{
                padding-top: 90px;
                .holder_about {
                    .single_about {
                        .cabecalho {
                            .titulo {
                                font-size: 15px;
                            }
                        }
                    }
                }
                .zona_info_about{
                    display: none;
                    .holder_info{
                        flex-wrap: wrap;
                    }
                    .zona_info{
                        .info{
                            width: 100%;
                            font-size: 18px;
                        }
                        .media{
                            width: 100%;
                            margin-top: 40px;
                            padding: 0;
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 567px){
            &{
                .holder_about{
                    .single_about{
                        font-size: 14px;
                        width: Calc(100% / 2);
                        .descricao{
                            font-size: 16px;
                        }
                    }
                }
                .zona_info_about{
                    .zona_info{
                        padding: 40px 20px 0;
                        .info{
                            font-size: 16px;
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 400px){
            &{

                .zona_info_about{
                    .zona_info{
                        padding: 40px 0;
                    }
                }
            }
        }
    }
    #highlights{
        position: relative;
        z-index: 0;
        .holder_highlights{
            margin: 35px -20px 0 -20px;
            .single_highlight{
                padding: 0 20px;
                .holder_single_highlight{
                    a{
                        color: inherit;
                        text-decoration: none;
                    }
                    .imagem{
                        position: relative;
                        width: 100%;
                        padding-bottom: 53%;
                        border-radius: 30px;
                        overflow: hidden;
                        &:after{
                            content: '';
                            top: -5px;
                            bottom: -5px;
                            left: -5px;
                            right: -5px;
                            position: absolute;
                            z-index: 0;background: #000;
                            background: linear-gradient(160deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 1) 100%);
                            background-repeat: no-repeat;
                            background-position: center;
                            background-size: cover;

                        }
                        img{
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            z-index: 0;
                            transition: all .8s ease-in-out;
                            -moz-transition: all .8s ease-in-out;
                            -webkit-transition: all .8s ease-in-out;
                        }
                    }
                    &:hover{
                        .imagem{
                            img{
                                transform: scale(1.2);
                            }
                        }
                    }
                    .info{
                        margin-top: 25px;
                        h3{
                            font-size: 22px;
                            color: rgb(255, 255, 255);
                            line-height: 1.667;
                            margin-bottom: 0px;
                            font-family: var(--font-family);
                            font-weight: 400;
                        }
                        .descricao{
                            font-family: var(--font-family);
                            font-size: 18px;
                            color: rgba(255, 255, 255, 0.6);

                            a{
                                margin-left: 5px;
                                button{
                                    background: #864d0dbd;
                                    padding: 5px 5px 9px;
                                    border: none;
                                    color: rgba(255, 255, 255, 0.6);
                                    text-align: center;
                                    display: inline-flex;
                                    align-items: center;
                                    justify-content: center;
                                    align-content: center;
                                    line-height: 10px;
                                    transition: all .5s ease-in-out;
                                    -moz-transition: all .5s ease-in-out;
                                    -webkit-transition: all .5s ease-in-out;
                                    &:hover{
                                        background: #7f490d;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        #slider_highlights_not{
            display: flex;
            flex-wrap: wrap;
            .single_highlight{
                width: Calc(100% / 3);
            }
        }

        @media screen and (max-width: 1400px){
            &{
                .holder_highlights{
                    .single_highlight{
                        .holder_single_highlight{
                            .info{
                                h3{
                                    font-size: 23px;
                                }
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 1200px){
            &{
                .holder_highlights{
                    .single_highlight{
                        .holder_single_highlight{
                            .info{
                                h3{
                                    font-size: 21px;
                                }
                                .descricao{
                                    font-size: 16px;
                                }
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 992px){
            &{
                .holder_highlights{
                    .single_highlight{
                        .holder_single_highlight{
                            .info{
                                h3{
                                    font-size: 19px;
                                }
                            }
                        }
                    }
                }
            }

            #slider_highlights_not{
                margin: 0;
                .single_highlight{
                    width:100%;
                    padding: 20px 0;
                }
            }
        }
    }
}
.aparecer{
    opacity: 0;
    transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
}
.aparecer_about{
    opacity: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.aparecer_ajax{
    opacity: 0;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    &.show{
        opacity: 1;
    }
}
/*==================================================================================================*/
/*PRODUTOS*/
/*==================================================================================================*/


.produto .produto_imagem img{
    width: 100%;
}


/*==================================================================================================*/
/*CONTACTOS*/
/*==================================================================================================*/




/*==================================================================================================*/
/*BLOG*/
/*==================================================================================================*/
.pagina_noticias{

}

.pagina_noticias .listagem_noticias .paginacao{

}

.pagina_noticias .listagem_noticias .paginacao .single_pag{
    display: inline-block;
    cursor: pointer;
    padding: 10px;
}

.pagina_noticias .listagem_noticias .paginacao .single_pag.active{
    font-weight: 600;
}

.pagina_noticias .listagem_noticias .lista_noticias{
    display: flex;
    flex-wrap: wrap;
}
.pagina_noticias .listagem_noticias .single_noticia{
    width: Calc(100% / 3);
}

.pagina_noticias .listagem_noticias .single_noticia .imagem img{
    width: 100%;
}
.pagina_noticias #load-noticias-blog.display_none{
    display: none !important;
}
.pagina_noticias .noticias-loading-blog{
    display: none;
}

/*==================================================================================================*/
/*FAQS*/
/*==================================================================================================*/

.faqs{

}

.faqs .holder_faqs{
    width: 70%;
    margin: 0 auto;
}

.faqs .holder_faqs .pergunta{
    cursor: pointer;
}

.faqs .holder_faqs .pergunta .cabecalho h2{
    text-align: left;
    margin: 0;
    color: #B23E3E;
    font-size: 35px;
    line-height: 40px;
}


.faqs .holder_faqs .pergunta .cabecalho{
    position: relative;
    border-bottom: 1px solid #B23E3E;
    padding-bottom: 10px;
    padding-right: 45px;
}

.faqs .holder_faqs .pergunta .cabecalho span{
    position: absolute;
    color: #B23E3E;
    top: 12px;
    /* left: 0; */
    font-size: 26px;
    right: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}


.faqs .holder_faqs .pergunta.open .cabecalho span{
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.faqs .holder_faqs .resposta p,
.faqs .holder_faqs .resposta {
    margin: 0;
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 300;
}

.faqs .holder_faqs .resposta {
    display: none;
    padding-top: 20px;
}
.faqs .holder_faqs .single_faq{
    margin-bottom: 40px;
}
.faqs .holder_faqs .single_faq:last-child{
    margin-bottom: 0;
}

@media screen and (max-width: 1400px){
    .faqs .holder_faqs .pergunta .cabecalho h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .faqs .holder_faqs .pergunta .cabecalho span {
        top: 8px;
    }

    .faqs .holder_faqs {
        width: 80%;
    }
}

@media screen and (max-width: 1300px){
    .faqs .holder_faqs {
        width: 100%;
    }
}

@media screen and (max-width: 992px){
    .faqs .holder_faqs .pergunta .cabecalho h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .faqs .holder_faqs .pergunta .cabecalho span {
        top: 6px;
        font-size: 23px;
    }

    .faqs .holder_faqs .resposta p, .faqs .holder_faqs .resposta {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px){
    .faqs .holder_faqs .pergunta .cabecalho h2 {
        font-size: 21px;
        line-height: 26px;
    }
}


/*==================================================================================================*/
/*FORMULARIO*/
/*==================================================================================================*/


.zona_formulario{
    position: fixed;
    height: 100vh;
    transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    bottom: -120%;
    z-index: 2;
    width: 100%;
    .line{
        position: relative;
        z-index: 3;
    }
    &.open{
        bottom: 0;
    }
    .holder_zona_formulario{
        padding-bottom: 115px;
        overflow-y: auto;
        height: 100vh;
        position: relative;
        z-index: 2;
    }
    .custom_container{
        position: relative;
        z-index: 2;
    }
    &:before{
        content: '';
        background-image: url(/site/imagens/sombra_formulario.webp);
        background-color: #7f490c;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        z-index: 1;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .redes_contactos {
        .holder_redes {
            .single_rede {
                color: rgba(255, 255, 255, 0.302);
                &:hover{
                    color: rgba(255, 255, 255, 1);
                }
            }
        }
    }
    .apoios {
        .holder_apoios {
            padding-bottom: 35px !important;
        }
    }
    .holder_formulario_info{
        align-items: flex-start;
        padding: 70px 0;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
        .holder_formulario{
            width: 405px;
            font-size: 20px;
            font-family: var(--font-family);
            border-radius: 20px;
            color: #fff;
            position: relative;
            overflow: hidden;

            .success_message{
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                justify-content: center;
                align-items: center;
                font-size: 18px;
                font-family: "Marlide Display";
                color: rgb(255, 255, 255);
                line-height: 1.495;
                text-align: center;
                padding: 30px 85px;
                z-index: 3;
                display: none;
                .info{
                    opacity: 0;
                    visibility: hidden;
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    animation-delay: 0.5s;
                }
                .colorfundo{
                    z-index: -1;
                    opacity: 1;
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    animation-delay: 0.5s;
                }
                &.open{
                    display: flex;
                    .info{
                        opacity: 1;
                        visibility: visible;
                    }
                    .colorfundo{
                        opacity: 1;
                        visibility: visible;
                    }
                }
            }
            .descricao{
                padding: 20px;
                position: relative;
                .info{
                    position: relative;
                    z-index: 2;
                }
            }
            form{
                position: relative;
                z-index: 2;
            }
            .colorfundo{
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                -moz-transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%, -50%);
                width: 100%;
                height: 100%;
                z-index: 0;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                opacity: 0.502;
            }
            .single_input{
                border-bottom: 0.5px solid rgba(0,0,0,0.5);
                padding: 20px;
                position: relative;
                .info{
                    position: relative;
                    z-index: 2;
                }
                &.botao{
                    border-bottom: none;
                    padding: 0;
                    &:hover{
                        .colorfundo{
                            opacity: 1;
                        }
                    }
                }
                &, button{
                    font-size: 14px;
                    font-family: var(--font-family2);
                    color: #fff;


                    @media screen and (max-width: 992px) {
                        &{
                            font-size: 15px;
                        }
                    }
                }
                &.rgpd, &.rgpd a{
                    color: #fff;
                    font-size: 13px;
                }
                &.rgpd a{
                    text-decoration: underline;
                }
                &.rgpd {
                    label {
                        display: block;
                        position: relative;
                        padding-left: 25px;
                        cursor: default;
                        -webkit-user-select: none;
                        -moz-user-select: none;
                        -ms-user-select: none;
                        user-select: none;
                    }
                    label input {
                        position: absolute;
                        opacity: 0;
                        cursor: pointer;
                        height: 0;
                        width: 0;
                    }
                    label .checkbox {
                        position: absolute;
                        top: 0px;
                        left: 0;
                        height: 15px;
                        width: 15px;
                        background-color: transparent;
                        border: 1px solid #fff;
                        cursor: pointer;
                        border-radius: 3px;
                    }
                    label .checkbox:after {
                        content: "";
                        position: absolute;
                        display: none;
                    }

                    label input:checked ~ .checkbox:after {
                        display: block;
                    }
                    label .checkbox:after {
                        left: 4px;
                        top: 0px;
                        width: 5px;
                        height: 10px;
                        border: solid #fff;
                        border-width: 0 2px 2px 0;
                        -webkit-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        transform: rotate(45deg);
                    }
                }
                .input{
                    background: transparent;
                    width: 100%;
                    border: none;
                    outline: none;
                    color: #fff;
                    font-size: 14px;
                    font-weight: 300;
                    position: relative;
                    z-index: 1;
                    &::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                        color: #fff;
                    }
                    &::-moz-placeholder { /* Firefox 19+ */
                        color: #fff;
                    }
                    &:-ms-input-placeholder { /* IE 10+ */
                        color: #fff;
                    }
                    &:-moz-placeholder { /* Firefox 18- */
                        color: #fff;
                    }
                }
                textarea{
                    height: 100px;
                    resize: none;
                }
                button{
                    background: transparent;
                    border: none;
                    margin: 0 auto;
                    display: block;
                    position: relative;
                    z-index: 2;
                    padding: 20px;
                    width: 100%;
                    height: 100%;
                    .palavra,
                    .palavra_hover{
                        transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -webkit-transition: all .3s ease-in-out;
                    }
                    .palavra_hover{
                        filter: brightness(1.5);
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        opacity: 0;
                        visibility: hidden;
                        transform: translate(-50%,-50%);
                        -moz-transform: translate(-50%,-50%);
                        -webkit-transform: translate(-50%,-50%);
                    }
                    &:hover{
                        .palavra{
                            opacity: 0;
                            visibility: hidden;
                        }
                        .palavra_hover{
                            opacity: 1;
                            visibility: visible;
                        }
                    }
                }
            }
        }
        .contactos{
            padding-left: 100px;

            font-size: 20px;
            font-family: var(--font-family);
            color: #fff;

            .btn1{
                background-color: transparent;
                overflow: hidden;
                position: relative;
                max-width: 100%;
                min-width: 200px;
                .colorfundo{
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%,-50%);
                    -webkit-transform: translate(-50%, -50%);
                    width: 100%;
                    height: 100%;
                    z-index: 0;
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    opacity: 0.502;
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                }
                &:hover{
                    .colorfundo{
                        opacity: 1;
                    }
                }
                span{
                    position: relative;
                    z-index: 2;
                }
            }
            .single_cat{
                &:last-child{
                    padding-bottom: 0;
                }
                .single_contacto{
                    padding: 5px 0;
                    margin-bottom: 30px;
                    &:last-child{
                        padding-bottom: 0;
                    }
                    &:first-child{
                        padding-top: 0;
                    }
                    .content{
                        margin-bottom: 10px;
                    }
                    .descricao{
                        /*text-align: center;*/
                        margin-top: 10px;
                        font-size: 14px;
                    }
                }
            }
        }
        @media screen and (max-height: 800px){
            &{
                padding: 35px 0;
            }
        }

        @media screen and (max-width: 767px){
            .holder_formulario,
            .contactos{
                width: 100%;
            }
            .contactos{
                padding-left: 0;
                display: flex;
                margin: 80px -15px 0 -15px;
                .coluna{
                    width: 50%;
                    padding: 0 15px;
                }
                .btn1 {
                    max-width: 100%;
                    min-width: unset;
                    width: 100%;
                }
            }
        }
        @media screen and (max-width: 445px){
            .holder_formulario,
            .contactos{
                width: 100%;
                flex-wrap: wrap;
                text-align: center;
            }
            .contactos{
                padding-left: 0;
                display: flex;
                margin: 80px 0 0;
                .single_cat{
                    padding: 20px 0 !important;
                }
                .btn1{
                    width: auto;
                    min-width: 200px;
                }
                .coluna{
                    width: 100%;
                    padding: 0;
                }
            }
        }
    }
    &.open{
        .holder_footer {
            & .redes_contactos {
                .holder_redes {
                    .single_rede {
                        &.open_form_contactos {
                            &:before {
                                width: 16px;
                                transform: translateX(-50%) rotate(45deg);
                                -moz-transform: translateX(-50%) rotate(45deg);
                                -webkit-transform: translateX(-50%) rotate(45deg);
                            }
                            &:after {
                                width: 16px;
                                transform: translateX(-50%) rotate(-45deg);
                                -moz-transform: translateX(-50%) rotate(-45deg);
                                -webkit-transform: translateX(-50%) rotate(-45deg);
                            }
                        }
                        span{
                            display: none;
                        }
                    }
                }
            }
        }
    }
}


/*==================================================================================================*/
/*HIGHLIGHT*/
/*==================================================================================================*/
#highlight{

    .mobile{
        height: 0 !important;
        overflow: hidden;
    }
    .servicos_count_next{
        justify-content: space-between;
        margin-bottom: 30px;
        align-items: center;
        font-weight: 500;
        font-size: 14px;
        gap: 20px;
        display: none !important;
        a{
            color: inherit;
            text-decoration: none;
        }
        .contador{
        }
        .next{
            position: relative;
            &:after {
                content: '';
                width: 100%;
                bottom: -2px;
                height: 2px;
                background-color: rgb(134, 77, 13);
                left: 0;
                position: absolute;
                transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                opacity: 1;
                visibility: visible;
            }
            &:hover{
                color: rgb(134, 77, 13);
                &:after{
                    opacity: 1;
                    visibility: visible;
                }
            }
        }
    }
    .info_servico{
        flex-wrap: wrap;
        h1{
            font-family: var(--font-family);
            color: rgb(0, 0, 0);
            line-height: 1.111;
            font-size: 55px;
            text-align: left;
            margin-bottom: 15px;
        }
        .descricao{
            width: 50%;
            font-family: var(--font-family);
            color: rgb(0, 0, 0);
            line-height: 1.111;
            font-size: 20px;

            a{
                color: inherit;
            }
            .zona_formulario{
                position: relative;
                height: auto;
                bottom: unset;
                z-index: 2;
                width: 100%;
                background: transparent !important;
                .holder_zona_formulario{
                    padding-bottom: 0;
                    overflow-y: unset;
                    height: auto;
                    position: relative;
                    z-index: 2;
                }
                &:before{
                    display: none;
                }
                .redes_contactos {
                    .holder_redes {
                        .single_rede {
                            color:#000;
                        }
                    }
                }
                .holder_formulario_info{
                    justify-content: flex-start;
                    padding: 35px 0;
                    width: 100%;

                    .holder_formulario{
                        color: #000;
                        border: 1px dotted rgba(0,0,0,1);
                        border-radius: 25px;
                        width: 100%;
                        .colorfundo{
                            display: none;
                        }
                        .single_input{
                            border-bottom: 1px dotted rgba(0,0,0,0.2);
                            padding: 20px;
                            &.botao{
                                padding: 0;
                                border-bottom: none;
                            }
                            &, button{
                                color: #000;
                            }
                            button{
                                transition: all .3s ease-in-out;
                                -moz-transition: all .3s ease-in-out;
                                -webkit-transition: all .3s ease-in-out;
                                &:hover{
                                    background: #824b0d;
                                    color: #fff;
                                }
                            }
                            &.rgpd, &.rgpd a{
                                color: #000;
                            }
                            &.rgpd{
                                label .checkbox {
                                    border: 1px solid #000;
                                }
                                label .checkbox:after {
                                    border: solid #000;
                                    border-width: 0 2px 2px 0;
                                }
                            }
                            .input{
                                color: #000;
                                &::-webkit-input-placeholder { /* Chrome/Opera/Safari */

                                    color: rgba(0, 0, 0, 0.502);
                                }
                                &::-moz-placeholder { /* Firefox 19+ */

                                    color: rgba(0, 0, 0, 0.502);
                                }
                                &:-ms-input-placeholder { /* IE 10+ */

                                    color: rgba(0, 0, 0, 0.502);
                                }
                                &:-moz-placeholder { /* Firefox 18- */

                                    color: rgba(0, 0, 0, 0.502);
                                }
                            }
                        }
                    }
                }
            }
        }
        .galeria{
            width: 50%;
            padding-left: 50px;

            .owl-stage-outer{

                overflow: hidden;
                border-radius: 25px;
            }
            .holder_galeria{
                .single_imagem{
                    padding-bottom: 135%;
                    position: relative;
                    height: 0;
                    img{
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }
                .owl-dots{
                    position: absolute;
                    bottom: -30px;
                    display: flex;
                    flex-wrap: wrap;
                    gap: 10px;
                    justify-content: center;
                    width: 100%;
                    left: 0;
                    .owl-dot{
                        width: 45px;
                        height: 2px;
                        background: #864d0d;
                        &.active{
                            background: #000;
                        }
                    }
                }
            }
            .slider_imagens_highlights_not .single_imagem{
                overflow: hidden;
                border-radius: 25px;
            }
        }
    }

    @media screen and (max-width: 1400px){
        &{
            .info_servico{
                h1{
                    font-size: 45px;
                }
                .descricao {
                    font-size: 18px;
                }
            }
        }
    }

    @media screen and (max-width: 1200px){
        &{
            .servicos_count_next {
                font-size: 16px;
            }
            .info_servico{
                h1{
                    font-size: 35px;
                }
                .descricao {
                    font-size: 16px;
                }
            }
        }
    }
    @media screen and (max-width: 992px){
        &{
            .desktop{
                height: 0 !important;
                overflow: hidden;
            }
            .mobile{
                height: auto !important;
                overflow: unset;
            }
            .info_servico {
                .descricao {
                    width: 100%;

                    .galeria {
                        width: 100%;
                        padding-left: 0;
                        margin-top: 40px;
                        margin-bottom: 80px;
                    }
                }
            }
        }
    }
}
/*==================================================================================================*/
/*PAGINAS*/
/*==================================================================================================*/
#paginas{
    .menu_holder{
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
    }
    .imagem_banner{
        padding-bottom: 22%;
        position: relative;
        img.imagem{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        @media screen and (max-width: 1400px) {
            &{
                padding-bottom: 30%;
            }
        }
        @media screen and (max-width: 1200px) {
            &{
                padding-bottom: 35%;
            }
        }
        @media screen and (max-width: 992px) {
            &{
                padding-bottom: 50%;
            }
        }
    }
    .holder_pagina {
        .conteudo {
            .single_conteudo {
                padding: 85px 0 0;
                display: flex;
                flex-wrap: wrap;
                &.less_padding{
                    padding-top: 10px;
                }
                &:first-child{
                    padding-top: 0;
                }
                .info{
                    width: 50%;
                    img{
                        max-width: 100%;
                        height: auto !important;
                    }
                    .title{
                        font-family: var(--font-family);
                        color: rgb(0, 0, 0);
                        line-height: 1.137;
                        font-size: 50px;
                        font-weight: 300;
                        text-align: left;
                        margin-bottom: 40px;
                        margin-top: 0;
                    }
                    .descricao{
                        font-size: 14px;
                        font-family: var(--font-family2);
                        font-weight: 300;
                        color: rgb(0, 0, 0);
                        line-height: 1.4;
                        letter-spacing: 0.8px;
                    }
                }
                .imagem{
                    width: 50%;
                    padding-left: 80px;
                    position: relative;
                    .img{
                        position: absolute;
                        width: Calc(100% - 145px);
                        left: 50%;
                        top: 0;
                        height: 100%;
                        transform: translateX(-50%);
                        -moz-transform: translateX(-50%);
                        -webkit-transform: translateX(-50%);
                        img{
                            width: 100%;
                            max-height: 100%;
                            object-fit: contain;
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 1400px){
            &{
                .conteudo {
                    .single_conteudo {
                        .info {
                            .title{
                                font-size: 40px;
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 1200px){
            &{
                .conteudo {
                    .single_conteudo {
                        .info {
                            .title{
                                font-size: 30px;
                                margin-bottom: 20px;
                            }
                            .descricao {
                                font-size: 16px;
                            }
                        }
                        .imagem{
                            padding-left: 40px;
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 992px){
            &{
                .menu{
                    margin-bottom: 40px;
                }
                .conteudo {
                    .single_conteudo {
                        .info {
                            .descricao {
                                font-size: 14px;
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 992px){
            &{
                .menu{
                    margin-bottom: 40px;
                }
                .conteudo {
                    .single_conteudo {
                        .info {
                            width: 100%;
                        }
                        .imagem{
                            width: 100%;
                            padding-left: 0;
                            margin-top: 40px;
                            .img{
                                position: relative;
                            }
                        }
                    }
                }
            }
        }
    }
    .calltoaction{
        position: sticky;
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        color: #fff;
        font-size: 14px;
        padding: 30px 0;
        left: 0;
        width: 100%;
        z-index: 1;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        &.hide{
            opacity: 0 !important;
            visibility: hidden !important;
        }
        &.show{
            opacity: 1;
            visibility: visible;
        }
        .fechar_cta{
            position: absolute;
            width: 20px;
            height: 20px;
            cursor: pointer;
            top: 20px;
            right: 20px;
            &:before {
                content: '';
                top: 50%;
                width: 16px;
                height: 3px;
                background: #7f490d;
                position: absolute;
                left: 50%;
                transform: translate(-50%,-50%) rotate(45deg);
                -moz-transform: translate(-50%,-50%) rotate(45deg);
                -webkit-transform: translate(-50%,-50%) rotate(45deg);
                transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
            }
            &:after{
                content: '';
                top: 50%;
                width: 16px;
                height: 3px;
                background: #7f490d;
                position: absolute;
                left: 50%;
                transform: translate(-50%,-50%) rotate(-45deg);
                -moz-transform: translate(-50%,-50%) rotate(-45deg);
                -webkit-transform: translate(-50%,-50%) rotate(-45deg);
                transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
            }
        }
        a{
            position: relative;
            color: inherit;
            text-decoration: none;
            border-bottom: 2px solid #864d0d;
            &:hover{
                color: #864d0d;
            }
        }
        @media screen and (max-width: 1400px){
            &{
                font-size: 18px;
            }
        }
        @media screen and (max-width: 1200px){
            &{
                font-size: 16px;
            }
        }
        @media screen and (max-width: 992px){
            &{
                padding: 40px 0 20px 0;
                .fechar_cta{
                    top: 10px;
                    right: 10px;
                }
            }
        }
    }
}
/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/

footer{
    background: #000;
    position: relative;
    width: 100%;
    z-index: 1000000000;
    &.hide{
        z-index: 0;
    }
    .footer{
        width: 100%;
        padding-bottom: 0;

        &, a{
            font-size: 14px;
            color: rgba(255, 255, 255, 0.302);
            line-height: 1.2;
            text-decoration: none;
        }
        .line{
            border-bottom: 0.5px solid rgba(255, 255, 255, 0.302);
        }
        .holder_footer{
            align-items: flex-end;
            justify-content: space-between;
            flex-wrap: wrap;
            .membros{
                width: Calc(100% / 3);
                .zona_membros{
                    margin-top: 30px;
                    padding-bottom: 7px;
                    position: relative;
                    &:after{
                        content: '';
                        position: absolute;
                        background: #FFFFFF;
                        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
                        width: 15%;
                        height: 100%;
                        z-index: 2;
                        top: 0;
                        right: 0;
                    }
                    &:before{
                        content: '';
                        position: absolute;
                        background: #FFFFFF;
                        background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
                        width: 15%;
                        height: 100%;
                        z-index: 2;
                        top: 0;
                        left: 0;
                    }
                }
                .holder_membros{
                    .single_membro{
                        padding: 0 10px;
                        .img{
                            padding-bottom: 55%;
                            position: relative;
                            overflow: hidden;
                            margin: 0 auto;
                            img{
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                transform: translate(-50%,-50%);
                                -moz-transform: translate(-50%,-50%);
                                -webkit-transform: translate(-50%,-50%);
                                width: 100%;
                                height: 100%;
                                object-fit: contain;
                            }
                        }
                    }
                }
            }
            .redes_contactos{
                width: Calc(100% / 3);
                .holder_redes{
                    gap: 30px;
                    justify-content: center;
                    padding-bottom: 7px;
                    .single_rede{
                        font-size: 14px;
                        transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -webkit-transition: all .3s ease-in-out;
                        &.open_form_contactos{
                            color: #fff;
                            font-weight: 300;
                            cursor: pointer;
                            position: relative;
                            min-width: 75px;
                            text-align: center;
                            &:after{
                                content: '';
                                bottom: -9px;
                                width: 100%;
                                height: 3px;
                                background: #7f490d;
                                position: absolute;
                                left: 50%;
                                transform: translateX(-50%);
                                -moz-transform: translateX(-50%);
                                -webkit-transform: translateX(-50%);
                                transition: all .3s ease-in-out;
                                -moz-transition: all .3s ease-in-out;
                                -webkit-transition: all .3s ease-in-out;
                            }
                            &:before{
                                content: '';
                                bottom: -9px;
                                width: 100%;
                                height: 3px;
                                background: #7f490d;
                                position: absolute;
                                left: 50%;
                                transform: translateX(-50%);
                                -moz-transform: translateX(-50%);
                                -webkit-transform: translateX(-50%);
                                transition: all .3s ease-in-out;
                                -moz-transition: all .3s ease-in-out;
                                -webkit-transition: all .3s ease-in-out;
                            }
                        }
                        &:hover{
                            color: #fff;
                        }


                        @media screen and (max-width: 992px) {
                            &{
                                font-size: 15px;
                            }
                        }
                    }
                }
            }
            .apoios{
                width: Calc(100% / 3);
                .holder_apoios{
                    padding-bottom: 20px;
                    .d-flex{
                        gap: 35px;
                        justify-content: flex-end;
                        flex-wrap: wrap;
                    }
                    .single_apoio{
                        .img{
                            padding-bottom: 6%;
                            position: relative;
                            overflow: hidden;
                            width: 100px;
                            opacity: 0.5;
                            transition: all .3s ease-in-out;
                            -moz-transition: all .3s ease-in-out;
                            -webkit-transition: all .3s ease-in-out;
                            img{
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                transform: translate(-50%,-50%);
                                -moz-transform: translate(-50%,-50%);
                                -webkit-transform: translate(-50%,-50%);
                                width: 100%;
                                height: 100%;
                                object-fit: contain;
                            }
                        }
                        &:hover{
                            .img {
                                opacity: 1;
                            }
                        }
                    }

                }
            }

            @media screen and (max-width: 1400px) {
                &{
                    .membros{
                        order: 1;
                    }
                    .apoios{
                        order: 2;
                    }
                    .membros, .apoios{
                        width: 50%;
                    }
                    .redes_contactos{
                        width: 100%;
                        order: 3;
                        padding-top: 40px;
                    }
                }
            }
            @media screen and (max-width: 992px) {
                &{
                    .apoios{
                        padding-top: 15px;
                        .holder_apoios {
                            padding-bottom: 0;
                            .d-flex{
                                justify-content: center;
                                gap: 15px;
                                & .img {
                                    width: 70px;
                                    padding-bottom: 4.5%;
                                }
                            }
                        }
                    }
                    .membros, .apoios{
                        width: 100%;
                    }
                    .redes_contactos{
                        width: 100%;
                        order: 3;
                        padding-top: 60px;
                    }
                }
            }
            @media screen and (max-width: 567px) {
                &{
                    .apoios{
                        .holder_apoios {
                            gap: 20px;
                            .img {
                                width: 80px;
                            }
                        }
                    }
                }
            }
        }

    }
    .lower_footer{
        padding: 35px 0;
        background: #000;
        position: relative;
        z-index: 2;
        .holder_lower_footer{
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }
        &, a{
            font-size: 14px;
            color: rgba(255, 255, 255, 0.302);
            line-height: 1.2;
            text-decoration: none;
        }
        a{
           transition: all .3s ease-in-out;
           -moz-transition: all .3s ease-in-out;
           -webkit-transition: all .3s ease-in-out;
        }
        a:hover{
            color: #fff;
        }
        .direita{
            display: inline-flex;
            gap: 20px;
            flex-wrap: wrap;
        }
    }

    @media screen and (max-width: 767px) {
        & {
            .footer {
                .zona_formulario {
                    .holder_zona_formulario {
                        padding-bottom: 250px;
                    }
                    .apoios, .membros{
                        display: none;
                    }
                }
            }
        }
    }

}

.back{
    font-size: 14px;
    color: rgb(0, 0, 0, 1);
    line-height: 1.2;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    a{
        color: inherit;
        text-decoration: none;
    }
    &:after{
        content: '';
        width: 100%;
        bottom: -2px;
        height: 2px;
        background-color: rgb(134, 77, 13);
        left: 0;
        position: absolute;
    }
    &:hover{
        color: rgb(134, 77, 13);
    }

    @media screen and (max-width: 992px) {
        &{
            font-size: 15px;
        }
    }
}
.holder_pagina{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    .menu{
        width: 200px;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.502);
        line-height: 1.2;
        text-align: left;
        font-weight: 500;
        position: sticky;
        top: 10px;
        .single_menu{
            padding: 10px 0;
            a{
                color: inherit;
                text-decoration: none;
                transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                &.active,
                &:hover{
                    color: rgba(0, 0, 0, 1);
                }
            }
        }


        @media screen and (max-width: 992px) {
            &{
                font-size: 15px;
                .single_menu{
                    padding: 2px 0;
                }
            }
        }
    }
    .conteudo{
        width: Calc(100% - 200px);
        padding-left: 65px;
        .single_conteudo{
            padding: 10px 0 80px 0;
            letter-spacing: 0.8px;

            .imagem{
                margin-bottom: 40px;
                flex-wrap: wrap;
                gap: 20px;
                img{
                    max-width: 100%;
                }
            }
            &:last-child{
                padding-bottom: 0;
            }
        }
    }

    @media screen and (max-width: 992px) {
        &{
            .menu{
                width: 100%;
                font-size: 15px;
                overflow-x: auto;
                background: #fff;
                padding: 20px 0;
                top: 0;
                z-index: 999999;
                .holder_menu{
                    display: flex;
                    gap: 20px;
                    flex-wrap: wrap;
                }
            }
            .conteudo{
                width: 100%;
                padding-left: 0;
                .single_conteudo{
                    padding: 10px 0 40px 0;
                }
            }
        }
    }
}

.politica_privacidade table{
    max-width: 100% !important;
    border: none !important;
}

.politica_privacidade table tr td{
    width: Calc(100% / 3) !important;
    padding: 5px 10px;
    border: none !important;
}
.politica_privacidade table tr th{
    background: #c6c5c5;
    padding: 5px 10px;
}