html, body{
    width: 100%;
    height: 100%;
    position: relative;
}

body{
    background: #030303;
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    overflow-x: hidden;
}

a{
    color: #FFFFFF;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
body, h1, h2, h4, h5, h6, p{
    font-family: "Arimo", sans-serif;
    color: #FFFFFF;
}
body.open{
    overflow: hidden;
}

h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.02em;
}
h2{
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
}

.v1{
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    padding: 15px;
    background: #000000;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    &:hover{
        background: #fff;
        color: #000;
    }
}



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

    h3{
        font-size: 22px;
    }
}

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

    h1{
        font-size: 40px;
    }
    h3{
        font-size: 20px;
    }
}
@media screen and (max-width: 992px) {
    h1{
        font-size: 35px;
    }
    .v1{
        font-size: 16px;
    }
}
@media screen and (max-width: 567px) {
    h1{
        font-size: 30px;
    }
    .v1{
        font-size: 16px;
    }
}

.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{
    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: #030303;
    background: transparent;
    padding: 25px 0;
    width: 100%;
    z-index: 6;
}

.navbar-header {
    float: unset;
}

.menu_holder .navbar-header {
    float: unset;
}

.menu_holder .navbar-header img{
    width: 167px;
    max-width: 100%;
    cursor: pointer;
}

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

    display: none;
}


.menu_holder .menu ul{
    padding: 0;
}


.menu_holder .menu{
    display: inline-block;
    color: #fff;
    width: Calc(100% - 304px);
    text-align: right;
    vertical-align: middle;
}
.menu_holder .mais_menus{
    display: inline-block;
    color: #fff;
    width: 300px;
    max-width: 100%;
    text-align: right;
    vertical-align: middle;
}
.menu_holder .mais_menus a{
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 300;
    margin: 0 5px;
}

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

.menu_holder .menu-nav .dropdown{
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
    color: #fff;
}


.menu_holder .menu-nav .dropdown.redes_sociais img{
    width: 28px;
    margin: 0 3px;
}

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

.menu_holder .menu-nav .dropdown.language a{
    color: #298e2a;
}

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

.menu_holder .dropdown-menu {
    background-color: #fff;
    cursor: default;
    text-align: left;
    color: #000;
    margin-top: 20px;
    top: 5px;
}


.menu_holder .menu-nav .dropdown .dropdown-menu a {
    color: #000;
}

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

.menu_holder .dropdown-menu hr{
    width: 80%;
    margin: 8px auto;
    border-top: 1px solid #ccc;
}
.menu_holder .dropdown-menu a:hover{
    background-color: transparent;
}


@media screen and (min-width: 993px) {

    .menu_holder .menu {
        display: inline-block !important;
        display: none !important;
    }

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


    .menu_holder .menu-toggler{
        display:block;
        display: none;
    }

    .menu_holder .menu {
        width: 100%;
        padding: 40px 0 30px 0;
        display: none;
    }

    .menu_holder .menu-nav {
        padding: 0;
    }
    .menu_holder .menu {
        text-align: left;
        display: none;
    }

    .menu_holder .menu-nav .dropdown {
        display: block;
        width: 100%;
        margin: 15px 0;
    }

    .menu_holder .menu-nav .dropdown a{
        font-size: 14px;
    }

    .menu_holder .menu-nav .dropdown a {
        font-size: 17px;
        font-weight: 400;
    }

    .menu_holder .navbar-header {
        float: unset;
        display: inline-block;
        width: Calc(100% - 39px);
    }

    .menu_holder .menu-toggler {
        position: relative;
        top: 26px;
    }
}


/*==================================================================================================*/
/*BANNER*/
/*==================================================================================================*/


.banner{
    position: relative;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}
.banner .mask{
    position: absolute;
    width: 100%;
    bottom: -2px;
    z-index: 2;
}

.banner .mask img{
    width: 100%;
}

.banner .holder_slider{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.banner .holder_slider img{
    width: 100%;
}

.banner .holder_slider .single_banner,
.banner .holder_slider .single_banner .holder_content,
.banner .holder_slider .single_banner .holder_content_img{
    width: 100%;
    /* height: 750px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #030303;
    padding-bottom: 75%;
    overflow: hidden;
}
.banner .holder_slider .single_banner .imagem{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    bottom: 0;
}
.banner .holder_slider .single_banner .imagem .custom_container{
    height: 100%;
    position: relative;
    z-index: 2;
}
.banner .holder_slider .single_banner .imagem img{
    position: relative;
    width: 60%;
    height: 100%;
    object-fit: contain;
    right: 0;
    object-position: right;
    margin-left: auto;
    display: block;
}
.banner .holder_slider .single_banner .imagem .linha{
    position: absolute;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    &.linha1{
        top: 34%;
    }
    &.linha2{
        top: 40%;
        z-index: 3;
    }
    &.linha3{
        top: 46%;
    }
    svg{
        width: 100%;
        height: auto;
    }
}

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

.banner.banner_interno ul li{
    height: 480px;
}
.banner .owl-carousel .owl-stage-outer{
}
.banner.internas li {
    height: 260px;
    background-position: top center;
}

.banner #slider_home .owl-controls {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 100px;
}

.banner #slider_home .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: -25px auto 0;
    left: 0;
    right: 0;
}

.banner #slider_home .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    border: 2px solid #fff;
    background: #fff;
}

.banner #slider_home .owl-dots .owl-dot.active {
    background: #F9BC23;
    border: 2px solid #F9BC23;
}

.banner #slider_home .owl-prev img,
.banner #slider_home .owl-next img {
    width: 32px !important;
}

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

.banner {
    .conteudo{
        position: absolute;
        top: 27%;
        padding-top: 80px;
        left: 0;
        right: 0;
        text-align: left;
        margin: auto;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 4;
        .info{
            max-width: 585px;
            .descricao{
                font-weight: 400;
                font-size: 32px;
                line-height: 120%;
                letter-spacing: -0.02em;
                margin-top: 15px;
            }
            .botao{
                margin-top: 40px;
            }
        }
    }

    @media screen and (max-width: 1200px) {
        &{
            .conteudo{
                .info{
                    max-width: 485px;
                    .descricao{
                        font-size: 24px;
                    }
                }
            }
        }
    }
    @media screen and (max-width: 992px) {
        &{
            .conteudo{
                .info{
                    max-width: 385px;
                    .descricao{
                        font-size: 20px;
                    }
                }
            }
        }
    }
    @media screen and (max-width: 567px) {
        &{
            .conteudo{
                top: 50%;
                .info{
                    max-width: 235px;
                    .descricao{
                        font-size: 16px;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 992px) {
    .banner .holder_slider .single_banner, .banner .holder_slider .single_banner .holder_content, .banner .holder_slider .single_banner .holder_content_img {
        padding-bottom: 100%;
    }
    .banner .holder_slider .single_banner .imagem img {
        width: 115%;
    }


    .banner .holder_slider .single_banner .imagem .linha{
        &.linha1{
            top: 48%;
            z-index: 4;
        }
        &.linha2{
            top: 54%;
            z-index: 4;
        }
        &.linha3{
            top: 60%;
            z-index: 4;
        }
    }
}
@media screen and (max-width: 567px) {
    .banner .holder_slider .single_banner, .banner .holder_slider .single_banner .holder_content, .banner .holder_slider .single_banner .holder_content_img {
        padding-bottom: 190%;
    }
    .banner .holder_slider .single_banner .imagem img {
        width: 160%;
        height: 130%;
        position: absolute;
        bottom: -19%;
        left: -12%;
        margin-left: 0;
    }
}

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

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

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


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

    .bloco{
        padding: 40px 0;
    }
}


/*==================================================================================================*/
/*HOMEPAGE*/
/*==================================================================================================*/

#homepage{
    overflow: hidden;
    .clientes{
        padding-top: 0;
        margin-top: -15%;
        position: relative;
        z-index: 5;
        .linha{
            display: none;
        }
        .cabecalho{
            flex-wrap: wrap;
            align-items: flex-end;
            align-content: flex-end;
            .titulo{
                width: 50%;
            }
            .descricao{
                width: 50%;
                font-weight: 700;
                font-size: 32px;
                line-height: 120%;
                letter-spacing: -0.02em;
                .holder_descricao{
                    max-width: 477px;
                }
            }
        }
        .holder_clientes{
            flex-wrap: wrap;
            border: 1px dashed #FFFFFF;
            margin-top: 30px;
            .cliente{
                width: Calc(100% / 4);
                border-right: 1px dashed #FFFFFF;
                padding: 30px 0;
                &:last-child{
                    border-right: none;
                }
                .imagem{
                    position: relative;
                    padding-bottom: 20%;
                    height: 0;
                    img{
                        position: absolute;
                        object-fit: contain;
                        width: 60%;
                        height: 90%;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%,-50%);
                        -moz-transform: translate(-50%,-50%);
                        -webkit-transform: translate(-50%,-50%);
                    }
                }
            }
        }

        @media screen and (max-width: 1200px){
            &{
                .cabecalho{
                    .descricao{
                        font-size: 28px;
                        .holder_descricao{
                            max-width: 477px;
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 992px){
            &{
                .cabecalho{
                    .descricao{
                        font-size: 24px;
                    }
                }
            }
        }
        @media screen and (max-width: 767px){
            &{
                .cabecalho{
                    .descricao{
                        font-size: 22px;
                    }
                }
            }
        }
        @media screen and (max-width: 567px){
            &{
                .cabecalho{
                    .titulo{
                        order: 2;
                        width: 100%;
                        margin-top: 20px;
                    }
                    .descricao{
                        font-size: 20px;
                        order: 1;
                        width: 100%;
                    }
                }
                .holder_clientes{
                    margin-top: 15px;
                    .cliente{
                        width: Calc(100% / 2);
                        border-right: 1px dashed #FFFFFF;
                        border-top: 1px dashed #FFFFFF;
                        padding: 30px 0;
                        &:last-child{
                        }
                        &:nth-child(even){
                            border-right: none;
                        }
                        &:nth-child(1),
                        &:nth-child(2){
                            border-top: none;
                        }
                    }
                }
                .linha{
                    display: block;
                    position: absolute;
                    width: 100%;
                    left: 0;
                    transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    svg{
                        width: 100%;
                        height: auto;
                    }
                    &.linha1{
                        bottom: -35%;
                    }
                    &.linha2{
                        bottom: -50%;
                    }
                    &.linha3{
                        bottom: -65%;
                    }
                }
            }
        }
        @media screen and (max-width: 400px){
            &{
                margin-top: -5%;
                .holder_clientes{
                    .cliente{
                        width: 100%;
                        border-right: none;
                        border-top: 1px dashed #FFFFFF;
                        padding: 30px 0;
                        &:last-child{
                        }
                        &:nth-child(even){
                            border-right: none;
                        }
                        &:nth-child(1){
                            border-top: none;
                        }
                        &:nth-child(2){
                            border-top: 1px dashed #FFFFFF;
                        }
                        .imagem{
                            position: relative;
                            padding-bottom: 20%;
                            height: 0;
                            img{
                                position: absolute;
                                object-fit: contain;
                                width: 60%;
                                height: 90%;
                                top: 50%;
                                left: 50%;
                                transform: translate(-50%,-50%);
                                -moz-transform: translate(-50%,-50%);
                                -webkit-transform: translate(-50%,-50%);
                            }
                        }
                    }
                }
                .linha{
                    &.linha1{
                        bottom: -10%;
                    }
                    &.linha2{
                        bottom: -15%;
                    }
                    &.linha3{
                        bottom: -20%;
                    }
                }
            }
        }
    }
    .portfolio{
        position: relative;
        padding: 0;
        .cabecalho{
            .custom_container{
                position: relative;
                .titulo{
                    position: absolute;
                    width: 30vw;
                    top: 85px;
                }
            }
        }
        .holder_projetos{
            .single_projeto{
                position: relative;
                padding: 85px 0;
                .linha{
                    position: absolute;
                    width: 100%;
                    left: 0;
                    svg{
                        width: 100%;
                        height: auto;
                    }
                    &.linha1{
                        bottom: 300px;
                    }
                    &.linha2{
                        bottom: 245px;
                    }
                    &.linha3{
                        bottom: 185px;
                    }
                }
                &:nth-child(even){
                    .linha{
                        transform: rotateY(180deg);
                    }
                }
                .info{
                    width: 70vw;
                    margin-left: auto;
                    .holder_info{
                        max-width: 593px;
                        .descricao{
                            padding-left: 30px;
                            border-left: 1px dashed #FFFFFF;
                            margin-top: 15px;
                            position: relative;
                            svg{
                                position: absolute;
                                bottom: -4px;
                                left: -4.7px;
                                width: 9px;
                                height: auto;
                            }
                        }
                    }
                }
                .holder_zona_imagens{
                    width: 70vw;
                    margin-top: 125px;
                    .imagem{
                        width: 100%;
                        position: relative;
                        padding-bottom: 64%;
                        height: 0;
                        video,
                        img{
                            width: 100%;
                            height: 100%;
                            top: 0;
                            left: 0;
                            position: absolute;
                            object-fit: cover;
                        }
                    }
                    .holder_slider_projeto{
                        .owl-dots{
                            position: absolute;
                            left: 30px;
                            bottom: 30px;
                            display: flex;
                            flex-wrap: wrap;
                            gap: 5px;
                            .owl-dot{
                                width: 6px;
                                height: 6px;
                                border-radius: 25px;
                                background: #000000;
                                transition: all .3s ease-in-out;
                                -moz-transition: all .3s ease-in-out;
                                -webkit-transition: all .3s ease-in-out;
                                box-shadow: 0px 0px 7px #fff;
                                &.active{
                                    width: 18px;
                                }
                            }
                        }
                    }
                }
                &:nth-child(odd){
                    .holder_zona_imagens{
                        margin-left: auto;
                    }
                }
            }
        }

        @media screen and (min-width: 993px){
            &{
                .holder_projetos{
                    .single_projeto{
                        .info{
                            .custom_container{
                                max-width: 100%;
                                width: 100%;
                                padding: 0;
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 992px){
            &{
                padding: 40px 0;
                .cabecalho{
                    padding-bottom: 30px;
                    .custom_container{
                        .titulo{
                            position: relative;
                            width: 100%;
                            top: unset;
                        }
                    }
                }
                .holder_projetos{
                    .single_projeto{
                        .linha{
                            &.linha1{
                                bottom: 40px;
                            }
                            &.linha2{
                                bottom: 0px;
                            }
                            &.linha3{
                                bottom: -40px;
                            }
                        }
                        &:first-child{
                            padding-top: 0;
                        }
                        .info{
                            width: 100%;
                        }
                        .holder_zona_imagens{
                            width: 100%;
                            margin: 65px 0 0;

                            .holder_slider_projeto{
                                .owl-dots{
                                    left: 15px;
                                    bottom: 15px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .servicos{
        .holder_zona_servicos{
            flex-wrap: wrap;
            .cabecalho{
                width: 20%;
            }
            .holder_servicos{
                width: 70%;
                margin-right: -15px;
                .coluna{
                    width: 50%;
                    padding: 0 15px;
                }
                .single_servico{
                    padding-bottom: 45px;
                    .descricao{
                        margin-top: 15px;
                    }
                }
            }
        }

        @media screen and (max-width: 1200px) {
            .holder_zona_servicos{
                .holder_servicos{
                    width: 80%;
                }
            }
        }
        @media screen and (max-width: 992px) {
            .holder_zona_servicos{
                flex-wrap: wrap;
                .cabecalho{
                    width: 100%;
                }
                .holder_servicos{
                    width: 100%;
                    margin-left: -15px;
                    margin-top: 30px;
                    .coluna{
                        width: 50%;
                        padding: 0 15px;
                    }
                    .single_servico{
                        padding-bottom: 45px;
                    }
                }
            }
        }
        @media screen and (max-width: 767px) {
            .holder_zona_servicos{
                flex-wrap: wrap;
                .cabecalho{
                    width: 100%;
                }
                .holder_servicos{
                    width: 100%;
                    margin-left: 0;
                    margin-right: 0;
                    flex-wrap: wrap;
                    .coluna{
                        width: 100%;
                        padding: 0;
                    }
                    .single_servico{
                        padding-bottom: 45px;
                    }
                }
            }
        }
    }
    .contactos{
        position: relative;
        padding-bottom: 165px;
        padding-top: 15vw;
        svg{
            position: absolute;
            width: 100%;
            height: auto;
            top: -5vw;
            left: 0;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }
        .imagem{
            position: absolute;
            width: 50%;
            height: 100%;
            bottom: 0;
            z-index: -1;
            img{
                position: absolute;
                height: 115%;
                bottom: 0;
                right: 0;
                object-position: bottom;

                &.mobile{
                    display: none;
                }
            }
        }
        .holder_zona_contactos{
            width: 50%;
            margin-left: auto;
        }
        .formularios{
            margin-top: 65px;
        }
        .zona_contactos{
            margin-top: 100px;
        }
        .lower_footer{
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 0;
        }

        @media screen and (max-width: 1400px){
            &{
                .imagem{
                    img{
                        height: 105%;
                    }
                }
            }
        }
        @media screen and (max-width: 1200px){
            &{
                .imagem{
                    img{
                        height: 100%;
                    }
                }
            }
        }
        @media screen and (max-width: 992px){
            &{
                padding-bottom: 30px;
                .imagem{
                    width: 100%;
                    img{
                        height: auto;
                        width: 100%;
                        bottom: unset;
                        top: 117vw;
                        transform: translateY(-50%);
                        -moz-transform: translateY(-50%);
                        -webkit-transform: translateY(-50%);

                        &.mobile{
                            display: block;
                        }

                        &.desktop{
                            display: none;
                        }
                    }
                }
                .holder_zona_contactos {
                    width: 100%;
                    padding-top: 85vw;
                }

                .lower_footer{
                    position: relative;
                    padding-top: 80px;
                    padding-bottom: 0;
                }
            }
        }
    }
}

.formularios{
    h3{
        max-width: 500px;
        margin-bottom: 15px;
    }
    .single_input{
        margin-bottom: 15px;
        .input{
            padding: 13px 26px;
            border: 1px dashed #FFFFFF;
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            color: #FFFFFF;
            width: 100%;
            background: transparent;
            outline: none;
        }
        textarea{
            height: 115px;
        }
    }

    .alert{
        padding: 13px 26px;
        background: #CECECE;
        border: 1px dashed #030303;
        border-radius: 0;
        color: #000;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
    }
}

/*==================================================================================================*/
/*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;
    }
}
/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/


.footer{
    position: relative;
    width: 100%;
    background: #3D3D3D;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 300;
}

.footer h2{
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.footer h3{
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.footer p,
.footer label,
.footer a{
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 300;
}

.lower_footer {
    padding: 30px 0;
    background: transparent;
    text-align: center;
    position: relative;
}
.lower_footer,
.lower_footer p,
.lower_footer a{
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 300;
}

#newsletter_response{
    font-size: 13px;
}

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

}


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

.obrigado{
    max-width: 500px;
    margin: 0 auto;
    img{
        max-width: 100px;
        margin: 40px 0;
        height: auto !important;
    }
}