@font-face {
    font-family: 'NOME';
    font-weight: normal;
    font-style: normal;
    src: url(/site/fonts/FILE.woff) format('woff');
}

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

body{
    background-color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

body.open{
    overflow: hidden;
}


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

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

.color-orange{color: #F25D1A;}
.color-light{color: #8987A1;}

img{
    max-width: 100%;
}

.link-text{
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.80;
    color: #131C2C;
}

.subtitle{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

@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: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    /*background: #000000;*/
    padding: 40px 0;
    width: 100%;
    z-index: 6;

    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.navbar-header {
    float: unset;
}

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

.menu_holder .navbar-header img{
    width: 215px;
    max-width: 100%;
}

.menu_holder .menu-toggler{
    position: relative;
    background: transparent;
    border: 0;
    width: 35px;
    top: 6px;
    padding: 0;
    cursor: pointer;
    display: none;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 38px;
    height: 26px;
    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: 5px;
    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: #252432;
    -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: 11px;
    -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: 11px;
    -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% - 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 17px;
    cursor: pointer;
    color: #fff;

    &.btn-ajuda{
        margin-right: 0;
        margin-left: 0;

        button{
            border: 2px solid #fff;
            background-color: #fff;
            border-radius: 10px;
            padding: 15px 25px;
            transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            font-weight: 500;
            &:hover{
                background-color: transparent;
                color: #fff;
            }
        }
    }
}
.menu_holder.light .menu-nav .dropdown{
    &.btn-ajuda{
        button{
            border: 2px solid #F25D1A;
            background-color: #F25D1A;
            color: #fff;
            &:hover{
                background-color: #fff;
                color: #F25D1A;
            }
        }
    }
}

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

.menu_holder .menu-nav .dropdown a{
    color: #FFFFFF;
    text-decoration: none !important;
}
.menu_holder.light .menu-nav .dropdown a{
    color: #8987A1;
}

.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 {
    text-decoration: none !important;
    font-weight: 700;
}

.menu_holder.light .menu-nav .dropdown a:hover,
.menu_holder.light .menu-nav li.active > a,
.menu_holder.light .menu-nav li.active:hover > a {
    color: #252432;
    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;
}

.logo-cor{
    display: none;
}

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

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

}

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

    .menu_holder{
        .col-xxl-2{
            width: 180px;
        }
        .col-xxl-10{
            width: Calc(100% - 180px);
        }
    }
    .menu_holder .navbar-header img {
        width: 180px;
        max-width: 100%;
    }
    .menu_holder .menu-nav .dropdown {
        margin: 0 12px;
        font-size: 15px;

        &.btn-ajuda {
            button {
                padding: 10px 13px;
            }
        }
    }
}

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

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

    .menu_holder .menu-nav .dropdown {
        margin: 0 9px;
    }
}

@media screen and (max-width: 992px) {
    .menu_holder {
        padding: 20px 0;
    }
    .menu_holder.open{
        .logo-cor{
            display: inline-block;
        }

        .logo-white{
            display: none;
        }
    }

    .menu_holder.open{
        background-color: #fff;
    }

    .menu_holder .navbar-header {
        top: -15px;
    }

    .menu_holder .navbar-header img{
        width: 180px;
    }

    .menu_holder .menu {
        text-align: left;
        width: 100%;
        padding: 30px 15px;
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 0;

        display: none;
    }

    .menu_holder .menu-nav {
        padding: 0;
    }

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

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

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

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

    .menu_holder .menu-nav{
        max-width: 750px;
        margin: 0 auto;
    }

    .menu_holder .menu-nav .dropdown {
        &.btn-ajuda {
            margin-left: 0px;

            button{
                background-color: #F25D1A;
                color: #fff;
            }
        }
    }

}


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


.banner{
    position: relative;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.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: 785px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    padding-top: 180px;
}

.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 .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 .holder_content_video{
    max-width: 100%;
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    border-radius: 30px;
    video {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%, -50%);
        z-index: 1;
        object-fit: cover;
    }
}
.banner .conteudo{
    position: relative;
    text-align: left;
    margin: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.banner .conteudo.video {
    align-items: center;
}

.banner.banner_interno .conteudo{
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner .conteudo .nome{
    font-weight: 700;
    font-size: 52px;
    line-height: 1.20;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.banner .conteudo .descricao{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.banner .conteudo button{
    padding: 18px 25px;
    background: #F25D1A;
    border-radius: 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.50;
    color: #FFFFFF;
    border: 2px solid #F25D1A;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    &:hover{
        background: transparent;
        color: #fff;
        border: 2px solid #fff;
    }
}

.banner .owl-carousel .owl-nav{
    position: absolute;
    bottom: 30px;
    width: 100%;
    max-width: 1320px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;

    .owl-prev{

    }

    .owl-next{
        margin-left: 35px;
    }
    button{
        position: relative;
        display: inline-flex;
        align-items: center;
    }
    .owl-prev{
        &:after{
            content: "";
            position: relative;
            display: inline-block;
            width: 0;
            height: 2px;
            background: #fff;
            transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
        }
        &:hover:after{
            width: 30px;
        }
    }
    .owl-next{
        &:before{
            content: "";
            position: relative;
            display: inline-block;
            width: 0;
            height: 2px;
            background: #fff;
            transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
        }
        &:hover:before{
            width: 30px;
        }
    }

}

@media screen and (max-width: 1500px) {
    .banner #slider_home .owl-controls {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 60px;
    }
}

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

    .banner .holder_slider .single_banner{
        width: 100%;
        height: 800px;
    }

    .banner .owl-carousel .owl-nav{
        bottom: 15px;
        max-width: 960px;
        padding-right: 15px;
        padding-left: 15px;
    }

}

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

    .banner .holder_slider .single_banner{
        height: 100%;
    }

    .banner_interno, .banner_interno ul li {
        height: 480px;
    }

    .banner.internas,
    .banner.internas li {
        height:200px;
    }

    .banner .conteudo .nome {
        font-size: 40px;
        line-height: 51px;
        width: 100%;
    }
    .banner .conteudo .descricao {
        width: 100%;
    }

    .banner .conteudo {
        text-align: center;
    }

    .banner .conteudo button {
        padding: 15px 35px;
        font-size: 16px;
    }

    .banner #slider_home .owl-controls {
        bottom: 70px;
    }

    .banner .holder_slider .single_banner {
        background-position: top right;
    }

    .banner .owl-carousel .owl-stage{
        display: flex;

        .owl-item{
            float: none;
            position: relative;
            left: 1px;
        }
    }

}

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

    .banner .conteudo .nome {
        font-size: 35px;
        line-height: 46px;
    }

    .banner .conteudo .descricao {
        font-size: 16px;
    }

    .banner .holder_slider .single_banner {
    }
}

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

    .banner .conteudo .nome {
        font-size: 35px;
        line-height: 46px;
    }

    .banner .conteudo .descricao {
        font-size: 16px;
    }
}


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

.bloco{
    position: relative;
    width: 100%;
    padding: 85px 0;
    background-color: #F6F5F3;
    background: #FBFAF9;

    &.white{
        background-color: #fff;
    }
}

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


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

    .bloco{
        padding: 40px 0;
    }
}


/*==================================================================================================*/
/*MIDDER*/
/*==================================================================================================*/


.midder{
    width: 100%;
    height: 650px;
    position: relative;

    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.midder .conteudo {
    width: 30%;
    top: 20%;
    left: 0;
    text-align: left;
    position: absolute;
    padding: 0 2%;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.midder .conteudo h2 {
    font-size: 48px;
    color: #111;
    text-transform: none;
}
.midder .conteudo p {
    font-size: 17px;
    color: #838383;
}


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

    .midder {
        height: 250px;
        background-attachment: initial;
    }
    .midder .conteudo h2 {
        font-size: 25px;
    }
}

/*@media screen and (max-width: 470px) {

	.midder {
		height: 250px;
	}
	.midder .conteudo h2 {
		font-size: 25px;
	}
}*/


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

#homepage{
    background: linear-gradient(0deg, rgba(110, 88, 63, 0.03), rgba(110, 88, 63, 0.03)), rgb(255, 255, 255);
    .bloco{
        background: transparent;
    }
    h2{
        font-weight: 400;
        font-size: 48px;
        line-height: 1.20;
        color: #252432;
        @media screen and (max-width: 767px){
            &{
                font-size: 37px;
            }
        }
    }

    .gerir_empresa{
        img{
            border-radius: 40px;
            width: 100%;
        }
        .content{
            font-weight: 400;
            font-size: 24px;
            line-height: 120%;
            text-align: justify;
            color: #000000;
            @media screen and (max-width: 1400px){
                &{
                    font-size: 20px;
                }
            }
            @media screen and (max-width: 1200px){
                &{
                    font-size: 18px;
                }
            }
            @media screen and (max-width: 992px){
                &{
                    font-size: 16px;
                }
            }
            @media screen and (max-width: 767px){
                &{
                    font-size: 14px;
                }
            }
        }
    }
    .valor_empresa{

        h2{
            max-width: 400px;
        }
    }
    .bloco_valor{
        background-color: #fff;
        border-radius: 10px;
        padding: 18px 25px 40px;
        display: flex;
        flex-direction: column;
        height: 100%;

        .title{
            margin-top: 30px;
            font-weight: 700;
            font-size: 19px;
            line-height: 1.20;
            color: #252432;
            margin-bottom: 5px;
            max-width: 180px;
        }

        .desc{
            font-weight: 400;
            font-size: 14px;
            line-height: 1.50;
            color: #8987A1;
        }

    }

    .bloco_servicos_solucoes{
        background-color: #fff;
        border-radius: 10px;
        padding: 25px 30px;
        display: flex;
        flex-direction: column;
        height: 100%;

        .title{
            font-weight: 700;
            line-height: 1.20;
            font-size: 24px;
            color: #F25D1A;
            position: relative;
            span{
                position: absolute;
                width: 72px;
                height: 42px;
                background: #F25D1A;
                border-radius: 15px;
                top: -7px;
                right: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                border: 1px solid #F25D1A;
                transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
            }
        }
        &:hover{
            .title{
                span{
                    background: transparent;
                    border: 1px solid #F25D1A;
                    svg{
                        path{
                            stroke: #F25D1A;
                        }
                    }
                }
            }
        }

        .desc{
            font-weight: 400;
            font-size: 14px;
            line-height: 1.50;
            color: #8987A1;
        }

    }

    .bloco_departamentos{
        position: relative;

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

        .content{
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 30px 35px;

            .title{
                font-family: 'Inter';
                font-weight: 700;
                font-size: 24px;
                line-height: 25px;
                color: #FFFFFF;
                margin-bottom: 5px;
            }

            .desc{
                font-family: 'Inter';
                font-weight: 400;
                font-size: 16px;
                line-height: 25px;
                color: #FFFFFF;
                text-align: justify;
                display: none;
            }

        }
        &:hover{
            .content{
                .desc{
                    display: block;
                }

            }
        }
    }

    .bloco_descubra{
        padding: 30px 55px;
        background: #FFEEEB;
        border-radius: 30px;
        display: flex;
        width: 795px;
        max-width: 100%;
        margin: 0 auto;
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        color: #131C2C;
        align-items: center;
        justify-content: space-between;
        gap: 10px;

        div{
            max-width: 287px;
        }

        @media screen and (max-width: 767px){
            &{
                flex-direction: column;
                text-align: center;
            }
        }

        button{
            border: 0;
            padding: 18px 25px;
            background: #F25D1A;
            border-radius: 15px;
            font-weight: 700;
            font-size: 16px;
            line-height: 1.50;
            color: #FFFFFF;
            width: 140px;
        }
    }

    .bloco-destaque{
        padding: 60px 60px 0;
        border-radius: 40px;
        height: 100%;

        .title{
            font-weight: 700;
            font-size: 32px;
            line-height: 40px;
            color: #FFFFFF;
            margin-bottom: 10px;
        }

        .desc{
            font-family: 'Inter';
            font-weight: 400;
            font-size: 18px;
            line-height: 30px;
            color: #FFFFFF;
            opacity: 0.8;
            margin-bottom: 10px;
        }

        .link{
            a{
                border: 2px solid #fff;
                padding: 18px 25px;
                background: #fff;
                border-radius: 15px;
                font-family: 'Plus Jakarta Sans';
                font-weight: 500;
                font-size: 16px;
                line-height: 1.50;
                color: #F25D1A;
                display: inline-block;
                text-decoration: none;
                transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                &:hover{
                    background: transparent;
                    color: #fff;

                }
            }
        }

        &.first{background: linear-gradient(128.74deg, #621B59 17.48%, #F25D1A 81.42%);}
        &.second{
            background: linear-gradient(90deg, #29327D 0%, #3240A6 100%);
            padding-top: 0;
            padding-bottom: 60px;

            .img{
                img{
                    margin-top: -60px;
                    margin-bottom: 15px;

                    @media screen and (max-width: 991px){
                        &{
                            margin-top: -30px;
                        }
                    }
                }
            }
        }

        @media screen and (max-width: 500px){
            &{
                padding: 30px 30px 0;
            }

            &.second{
                padding-bottom: 30px;
            }

        }

    }

    .bloco-noticia-principal{
        position: relative;

        .titulo-topo{
            position: absolute;
            right: 0;
            background-color: #fff;
            border-bottom-left-radius: 30px;
            z-index: 4;
            padding: 10px 0px 10px 30px;
            &:before {
                box-shadow: 10px -10px 1px #fff;
            }
            &:after {
                box-shadow: 10px -10px 1px #fff;
            }
            @media screen and (max-width: 991px){
                &{
                    position: relative;
                    right: unset;
                    background-color: #fff;
                    border-bottom-left-radius: 0px;
                    z-index: 4;
                    padding: 0;
                    margin-bottom: 30px;
                    margin-top: 30px;
                }
            }
        }

        .holder_slider{

            .owl-nav{
                margin-top: 50px;
                display: flex;
                align-items: center;
                button{
                    margin-right: 35px;
                    position: relative;
                    display: inline-flex;
                    align-items: center;
                }
                .owl-prev{
                    &:after{
                        content: "";
                        position: relative;
                        display: inline-block;
                        width: 0;
                        height: 2px;
                        background: rgb(211, 10, 17);
                        transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -webkit-transition: all .3s ease-in-out;
                    }
                    &:hover:after{
                        width: 30px;
                    }
                }
                .owl-next{
                    &:before{
                        content: "";
                        position: relative;
                        display: inline-block;
                        width: 0;
                        height: 2px;
                        background: rgb(211, 10, 17);
                        transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -webkit-transition: all .3s ease-in-out;
                    }
                    &:hover:before{
                        width: 30px;
                    }
                }
            }

            .slide_noticia{
                position: relative;
                border-radius: 30px;
                overflow: hidden;

                .img{
                    img{
                        width: 100%;

                        @media screen and (max-width: 767px){
                            &{
                                height: 435px;
                                object-fit: cover;
                            }
                        }
                    }
                }

                .content{
                    position: absolute;
                    padding: 20px 30px;
                    width: 100%;
                    left: 0;
                    bottom: 0;

                    .title{
                        font-weight: 600;
                        font-size: 32px;
                        line-height: 1.20;
                        color: #FFEEEB;
                        margin-bottom: 10px;

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

                    }

                    .desc{
                        font-family: 'Inter';
                        font-weight: 400;
                        font-size: 18px;
                        line-height: 1.30;
                        color: #FFFFFF;
                    }

                }

                .tags{
                    width: 375px;
                    top: 0;
                    left: 0;
                    padding: 30px;
                    display: flex;
                    gap: 15px;
                    flex-wrap: wrap;
                    position: absolute;

                    .tag{
                        background: rgba(255, 255, 255, 0.4);
                        border-radius: 15px;
                        font-weight: 500;
                        font-size: 10px;
                        line-height: 1.50;
                        color: #FFFFFF;
                        padding: 7px 30px;

                        a{
                            color: inherit;
                            text-decoration: none;
                        }
                    }
                }

            }
        }
    }

    .noticias-laterais{
        background: #F7F9F6;
        border-radius: 30px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        gap: 20px;

        .noticia-lateral{
            display: flex;
            gap: 20px;
            align-items: center;

            .img{
                width: 140px;
                height: 150px;
                border-radius: 20px;
                overflow: hidden;

                img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            }

            .content{
                max-width: Calc( 100% - 160px );

                .title{
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 1.20;
                    color: #252432;
                }

                .tags{
                    display: flex;
                    flex-wrap: wrap;
                    gap: 5px;
                    margin-bottom: 10px;

                    .tag{
                        padding: 5px;
                        font-weight: 500;
                        font-size: 10px;
                        line-height: 1.50;
                        color: #252432;
                        background: #F2F2F2;
                        border-radius: 15px;
                        a{
                            color: inherit;
                            text-decoration: none;
                        }
                    }
                }

            }

        }

        @media screen and (max-width: 1199px){
            &{
                margin: 40px 0 20px;
            }
        }

    }

}

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

        .bloco_departamentos {
            & .content {
                .desc {
                    display: block;
                }
            }
        }
    }
}


@media screen and (max-width: 767px) {
    #homepage{
        .bloco_descubra{

            div{
                margin-bottom: 30px;
            }
        }
        .noticias-laterais {
            .noticia-lateral {
                .img {
                    width: 100px;
                    height: 100px;
                }
                .content {
                    max-width: Calc(100% - 100px);
                }
            }
        }
        .faqs{
            .btn1{
                display: none;
            }
        }
    }
}

/*==================================================================================================*/
/*SOBRE NÓS*/
/*==================================================================================================*/
.bloco_testemunhos{
    .holder_slider{
        .owl-stage{
            display: flex;
        }

        .owl-nav {
            max-width: 800px;
            margin: 70px auto 0;
            gap: 30px;
            display: flex;
            justify-content: center;
            button {
                display: flex;
                align-items: center;
            }

            .owl-prev {
                &:after {
                    content: "";
                    position: relative;
                    display: inline-block;
                    width: 0;
                    height: 2px;
                    background: rgb(211, 10, 17);
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                }

                &:hover:after {
                    width: 30px;
                }
            }

            .owl-next {
                &:before {
                    content: "";
                    position: relative;
                    display: inline-block;
                    width: 0;
                    height: 2px;
                    background: rgb(211, 10, 17);
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                }

                &:hover:before {
                    width: 30px;
                }
            }
        }
    }
    .single_testemunho{
        padding: 20px;
        height: 100%;
        .holder_testemunho{
            padding: 40px 24px;
            border: 2px solid #F25D1A;
            border-radius: 32px;
            overflow: hidden;
            height: 100%;
            .img{
                width: 170px;
                height: 170px;
                margin: 0 auto;
                border-radius: 50%;
                overflow: hidden;
                position: relative;
                margin-bottom: 15px;
                img{
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
            .title{
                font-family: 'Plus Jakarta Sans', sans-serif;
                font-style: normal;
                font-weight: 600;
                font-size: 24px;
                line-height: 120%;
                text-align: center;
                color: #F25D1A;
            }
            .descricao{
                font-family: 'Plus Jakarta Sans', sans-serif;
                font-weight: 600;
                font-size: 20px;
                line-height: 120%;
                text-align: center;
                color: #F25D1A;
            }
            .estrelas{
                color: #F25D1A;
                text-align: center;
            }
            .content{
                margin-top: 50px;
                font-weight: 400;
                font-size: 20px;
                line-height: 120%;
                text-align: justify;
                color: #8987A1;
            }
        }
    }

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

        .single_testemunho{
            padding: 10px;
            .holder_testemunho{
                padding: 30px 15px;
                .img{
                    width: 100px;
                    height: 100px;
                }
                .title{
                    font-size: 22px;
                }
                .descricao{
                    font-size: 18px;
                }
                .content{
                    font-size: 18px;
                }
            }
        }
    }
}
#sobre-nos{
    font-size: 18px;

    h2{
        font-size: 60px;
        line-height: 76px;
        color: #131C2C;

        @media screen and (max-width: 991px){
            &{
                font-size: 36px;
                line-height: 43px;
            }
        }
    }

    h3{
        font-weight: 400;
        font-size: 50px;
        line-height: 62px;
        color: #131C2C;

        @media screen and (max-width: 991px){
            &{
                font-size: 30px;
                line-height: 40px;
            }
        }
    }

    .missao_visao{
        font-size: 24px;
        line-height: 120%;
        .single_pagina{
            padding: 40px 0;
        }
        @media screen and (max-width: 1400px){
            &{
                font-size: 22px;
            }
        }
        @media screen and (max-width: 1200px){
            &{
                font-size: 20px;
            }
        }
        @media screen and (max-width: 992px){
            &{
                font-size: 18px;
            }
        }
        @media screen and (max-width: 767px){
            &{
                font-size: 16px;
            }
        }
    }
    .valores{
        font-size: 24px;
        line-height: 120%;
        .holder_valores{
            display: flex;
            flex-wrap: wrap;
            margin-top: 55px;
            .single_pagina{
                width: Calc(100% / 4);
                padding: 10px;
                position: relative;
                &.w2{
                    width: 50%;
                    .holder_single_pagina{
                        border-radius: 20px;
                        overflow: hidden;
                    }
                }
                &.w3{
                    width: Calc((100% / 4) * 3);
                    .holder_single_pagina{
                        border-radius: 20px;
                        overflow: hidden;
                    }
                }
                .holder_single_pagina{
                    background: linear-gradient(121.9deg, #fff 0%, #fff 96.81%);
                    border: 1px solid #fff;
                    border-radius: 10px;
                    padding: 20px 25px;
                    height: 100%;
                    position: relative;
                    .descricao{
                        text-align: justify;
                        color: #252432;
                        margin-top: 30px;
                    }
                }
                .img_cat{
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
        }
        @media screen and (max-width: 1400px){
            &{
                font-size: 22px;
            }
        }
        @media screen and (max-width: 1200px){
            &{
                font-size: 20px;
                .holder_valores{
                    .single_pagina{
                        .holder_single_pagina{
                            .descricao{
                                font-size: 16px;
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 992px){
            &{
                font-size: 18px;
                .holder_valores{
                    .single_pagina{
                        width: 50%;
                        &.w3{
                            width: 50%;
                        }
                        .holder_single_pagina{
                            .descricao{
                                font-size: 16px;
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 767px){
            &{
                font-size: 16px;
            }
        }
        @media screen and (max-width: 567px){
            &{
                .holder_valores{
                    .single_pagina{
                        width: 100%;
                        &.w2,
                        &.w3{
                            width: 100%;
                        }
                        .holder_single_pagina.img {
                            padding-bottom: 50%;
                        }
                    }
                }
            }
        }
    }
    .zona_imagens{
        .holder_imagens{
            display: flex;
            flex-wrap: wrap;
            .single_imagem{
                width: 50%;
                padding: 10px;
                .imagem{
                    position: relative;
                    padding-bottom: 100%;
                    border-radius: 40px;
                    overflow: hidden;
                    img{
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }
            }
        }
    }
    .helper_padding{
        padding: 100px 0;
        /*background-color: #f6f5f3;
        background-color: #fcfcfc;*/
        background: #FBFAF9;
        .bloco{
            background-color: #FBFAF9;
        }
    }
    .numeros{
        .holder_numeros{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            .single_pagina{
                width: Calc(100% / 3);
                padding: 15px;
                text-align: center;
                h3{
                    font-family: 'Plus Jakarta Sans', sans-serif;
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 120%;
                    color: #252432;
                }
                .descricao{
                    position: relative;
                    margin-top: 50px;
                    img{
                        width: 100%;
                        margin-left: -10%;
                        margin-top: -10%;
                    }
                    span{
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        max-width: 80%;
                        max-height: 80%;
                        transform: translate(-50%,-50%);
                        -moz-transform: translate(-50%,-50%);
                        -webkit-transform: translate(-50%,-50%);
                        font-weight: 600;
                        font-size: 2vw;
                        line-height: 130%;
                        color: #131C2C;
                    }
                }
            }
        }
        @media screen and (max-width: 1400px){
            &{
                .holder_numeros{
                    .single_pagina{
                        h3{
                            font-size: 16px;
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 992px){
            &{
                .holder_numeros{
                    .single_pagina{
                        width: 50%;
                        .descricao{
                            span{
                                font-size: 3vw;
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 767px){
            &{
                .holder_numeros{
                    .single_pagina{
                        width: 100%;
                        padding: 40px 0;

                        .descricao{
                            span{
                                font-size: 5vw;
                            }
                        }
                    }
                }
            }
        }
    }
    .historia{
        .holder_historia{
            .descricao{
                padding-top: 40px;
            }
            .imagem{
                padding-top: 40px;
                img{
                    height: 100%;
                    object-fit: cover;
                    width: 100%;
                    border-radius: 30px;
                }
            }
        }
        @media screen and (min-width: 993px){
            &{

                .holder_historia{

                    .row{
                        display: flex;
                        flex-wrap: wrap;
                    }
                    .row:nth-child(odd){
                        .descricao{
                            order: 1;
                        }
                        .imagem{
                            order: 2;
                        }
                    }
                    .row:nth-child(even){
                        .descricao{
                            order: 2;
                        }
                        .imagem{
                            order: 1;
                        }
                    }
                }
            }
        }
    }

    .logos{
        position: relative;
        z-index: 1;
        padding-top: 0;
        .holder_logos{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            .single_imagem{
                padding: 10px;
                .holder_imagem{
                    background: #FCFCFB;
                    border-radius: 20px;
                    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
                    height: 100px;
                    overflow: hidden;
                    padding: 20px;
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                    img{
                        max-width: 100%;
                        max-height: 100%;
                        object-fit: contain;
                    }
                }
            }
        }
    }
    .linha_premios{
        display: flex;
        padding: 0 60px;
        height: 265px;
        align-items: center;
        position: relative;
        width: 100%;
        &:before{
            content: '';
            position: absolute;
            top: 50%;
            border: 2px solid #F25D1A;
            width: 100%;
            left: 0;
        }
        .owl-item{
            position: relative;
            padding: 200px 0;
        }

        .linha_premio{
            display: flex;
            gap: 20px;
            flex: 1;
            align-items: center;
            position: relative;
            width: 100%;
            .img{
                position: relative;
                z-index: 3;
                width: 65px;
            }

            .title{
                font-weight: 800;
                font-size: 20px;
                line-height: 1.20;
                color: #252432;
                width: Calc( 100% - 70px );
            }

            &::before{
                content: '';
                position: absolute;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background: #F25D1A;
                left: 21px;
                z-index: 2;
            }

            &::after{
                content: '';
                position: absolute;
                width: 0px;
                height: 56px;
                border: 2px dashed #8987A1;
                left: 29px;
                z-index: 1;
            }

            &.par{
                top: -90px;
                &:before{top: 113px;}
                &:after{top: 60px;}
            }

            &.impar{
                bottom: -90px;
                &:before{bottom: 111px;}
                &:after{bottom: 60px;}
            }


        }

        /*@media screen and (max-width: 991px){
            &{
                flex-direction: column;
                height: auto;

                &:before{
                    height: 100%;
                    width: 0;
                    left: 50%;
                    top: 0;
                }

                .linha_premio{
                    width: 230px;

                    &::after{
                        width: 56px;
                        height: 0px;
                    }

                    &:nth-child(1){
                        top: 0px;
                        left: -168px;
                        &:before{top: 25px;left: 275px;}
                        &:after{top: 33px;left: 237px;}
                    }

                    &:nth-child(2){
                        bottom: 0;
                        right: -180px;
                        &:before{bottom: 30px;left: -73px;}
                        &:after{bottom: 38px;left: -60px;}
                    }

                    &:nth-child(3){
                        top: 0px;
                        left: -168px;
                        &:before{top: 25px;left: 275px;}
                        &:after{top: 33px;left: 220px;}
                    }

                    &:nth-child(4){
                        bottom: 0;
                        right: -180px;
                        &:before{bottom: 30px;left: -73px;}
                        &:after{bottom: 38px;left: -60px;}
                    }

                    &:nth-child(5){
                        top: 0px;
                        left: -168px;
                        &:before{top: 25px;left: 275px;}
                        &:after{top: 33px;left: 220px;}
                    }

                }

            }
        }

        @media screen and (max-width: 650px){
            &{
                flex-direction: row;
                flex-wrap: wrap;
                height: auto;
                gap: 35px;

                &:before{
                    visibility: hidden;
                }

                .linha_premio{
                    width: 230px;
                    left:  unset !important;
                    right: unset !important;

                    &::before{
                        visibility: hidden;
                    }

                    &::after{
                        visibility: hidden;
                    }

                }

            }
        }*/

    }

    .bloco-parceiros{

        background-color: #fcfcfc;
        .container{
            position: relative;
            z-index: 1;
        }
        .svg{
            width: 245px;
            max-width: 50%;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            svg{
                width: 100%;
                height: auto;
            }

            @media screen and (max-width: 767px){
                &{
                    width: 135px;
                    top: -30px;
                }
            }

        }
    }

    .imgs-parceiros{
        margin-top: 30px;

        .img{
            display: inline-block;
        }
    }

    .img-nossa-missao{
        width: Calc(100vw / 3);

        @media screen and (max-width: 991px) {
            & {
                width: 100%;
                margin-top: 60px;
            }
        }

    }


    .bloco_solucoes{
        position: relative;
        background: #FBFAF9;
        .svg{
            z-index: 1;
            width: 555px;
            max-width: 50%;
            position: absolute;
            right: 0;
            top: 120%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            svg{
                width: 100%;
                height: auto;
            }
        }

        .single_solucao{
            padding: 30px 0;
            a{
                color: inherit;
                text-decoration: none;
            }
            .bloco_solucao{
                padding: 100px 0;
                position: relative;
                .img{
                    position: absolute;
                    height: 100%;
                    width: 62%;
                    border-radius: 30px;
                    overflow: hidden;
                    top: 50%;
                    transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    z-index: 0;
                    img{
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        object-position: top;
                    }

                    @media screen and (max-width: 1199px){
                        &{
                            width: 50%;
                        }
                    }

                    @media screen and (max-width: 991px){
                        &{
                            width: 100%;
                            position: relative;
                            top: 0;
                            height: 430px;
                            transform: translateY(0);
                        }
                    }

                }
                .info{
                    z-index: 1;
                    position: relative;
                    width: 47%;
                    background: #FFFFFF;
                    border-radius: 30px;
                    padding: 70px 55px;
                    min-height: 480px;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    align-content: center;
                    margin-left: auto;

                    .title{
                        font-weight: 400;
                        font-size: 60px;
                        line-height: 62px;
                        color: #131C2C;
                        margin-bottom: 20px;
                    }
                    .desc{
                        font-family: 'Inter';
                        font-weight: 400;
                        font-size: 18px;
                        line-height: 30px;
                        color: #8987A1;
                        span{
                            color: #F25D1A !important;
                        }

                    }

                    @media screen and (max-width: 1199px){
                        &{
                            width: 67%;
                        }
                    }

                    @media screen and (max-width: 991px){
                        &{
                            min-height: auto;
                            width: 100%;
                            padding: 30px 35px;

                            .title{
                                font-size: 41px;
                                line-height: 52px;
                            }
                        }
                    }

                }
            }

        }
    }

    .bloco-testemunhos{
        padding: 14.3% 0;

        background: #FBFAF9;
        .single_testemunho{
            .holder_testemunho{
                max-width: 800px;
                margin: 0 auto;

                .holder_topo{
                    display: flex;

                    .topo{
                        display: flex;
                        gap: 20px;
                        padding: 15px 35px;
                        width: 350px;
                        border-top-left-radius: 30px;
                        border-top-right-radius: 30px;
                        background-color: #fff;

                        .img{
                            margin-bottom: -40px;
                        }

                        .title{
                            font-weight: 600;
                            font-size: 24px;
                            line-height: 1.20;
                            color: #F25D1A;
                            padding-top: 25px;
                        }

                    }

                    .estrelas{
                        text-align: right;
                        font-size: 38px;
                        color: #F25D1A;
                        flex: 1;
                        position: relative;

                        &:after{
                            content: '';
                            background-color: #fff;
                            width: 55px;
                            height: 55px;
                            position: absolute;
                            left: 0px;
                            bottom: 0;
                            z-index: 1;
                        }

                        &:before{
                            content: '';
                            position: absolute;
                            width: 55px;
                            height: 55px;
                            border-bottom-left-radius: 50%;
                            z-index: 2;
                            left: 0;
                            bottom: 0;
                            background: #FBFAF9;
                        }

                        @media screen and (max-width: 991px) {
                            & {
                                position: absolute;
                                right: 0;
                                top: 110px;
                                width: 100%;
                                text-align: center;
                                font-size: 24px;
                            }

                            &:after{
                                visibility: hidden;
                            }

                            &:before{
                                visibility: hidden;
                            }

                        }

                    }

                }

                .content{
                    border-bottom-left-radius: 30px;
                    border-top-right-radius: 30px;
                    border-bottom-right-radius: 30px;
                    background-color: #fff;
                    padding: 30px 45px 75px;
                    min-height: 455px;
                    font-family: 'Inter';
                    font-weight: 400;
                    font-size: 36px;
                    line-height: 1.20;
                    color: #000000;
                    display: flex;
                    align-items: flex-end;

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

            }
        }

        .owl-nav {
            max-width: 800px;
            margin: 70px auto 0;
            gap: 30px;
            display: flex;
            button {
                display: flex;
                align-items: center;
            }

            .owl-prev {
                &:after {
                    content: "";
                    position: relative;
                    display: inline-block;
                    width: 0;
                    height: 2px;
                    background: rgb(211, 10, 17);
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                }

                &:hover:after {
                    width: 30px;
                }
            }

            .owl-next {
                &:before {
                    content: "";
                    position: relative;
                    display: inline-block;
                    width: 0;
                    height: 2px;
                    background: rgb(211, 10, 17);
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                }

                &:hover:before {
                    width: 30px;
                }
            }
        }

    }

}

/*==================================================================================================*/
/*SERVICOS*/
/*==================================================================================================*/

#servicos{

    &.pag_servicos{
        .bloco-servicos{
            background: #F6F5F3;
        }
    }
    .bloco-servicos{
        padding: 9.4% 0;

        @media screen and (max-width: 767px){
            &{
                padding: 80px 0;
            }
        }

        .svg{
            width: 704px;
            max-width: 50%;
            position: absolute;
            left: -16%;
            top: -8%;
            svg{
                width: 100%;
                height: auto;
            }
        }

        .bloco_servico {
            background-color: rgb(255 255 255 / 50%);
            border-radius: 10px;
            padding: 50px 45px;
            height: 100%;
            position: relative;
            z-index: 1;

            .imagem {
                background: #FFEEEB;
                border-radius: 20px;
                width: 100%;
                height: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                padding: 40px 20px 60% 20px;
                margin-bottom: 25px;
                position: relative;

                img{
                    width: 75px;
                    height: 75px;
                    max-width: 35%;
                    max-height: 35%;
                    object-fit: contain;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    -moz-transform: translate(-50%,-50%);
                    -webkit-transform: translate(-50%,-50%);
                }
            }
            .title {
                font-family: 'Plus Jakarta Sans';
                font-style: normal;
                font-weight: 700;
                font-size: 24px;
                line-height: 120%;
                color: #252432;


            }
            .conteudo{
                padding: 60px 30px;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(180deg, #FFEEEB 0%, #F25D1A 66%, #D20A11 100%);
                border-radius: 10px;
                opacity: 0;
                visibility: hidden;
                display: flex;
                flex-wrap: wrap;
                align-items: flex-end;
                align-content: flex-end;
                font-weight: 600;
                font-size: 16px;
                line-height: 150%;
                color: #FFFFFF;
                transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                .botao{
                    margin-top: 20px;
                    button{
                        background: #FFFFFF;
                        border-radius: 15px;
                        font-family: 'Plus Jakarta Sans', sans-serif;
                        font-style: normal;
                        font-weight: 500;
                        font-size: 16px;
                        line-height: 150%;
                        text-align: center;
                        color: #F25D1A;
                        padding: 16px 27px;
                        border: 2px solid #fff;
                        transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -webkit-transition: all .3s ease-in-out;
                        &:hover{
                            background: transparent;
                            color: #fff;
                        }
                    }
                }
            }
            &:hover{

                .conteudo{
                    opacity: 1;
                    visibility: visible;
                }
            }
        }
    }
}


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


/*==================================================================================================*/
/*FAQS*/
/*==================================================================================================*/
.faqs{
    background-color: #FBFAF9;
}
.faqs .holder_faqs .pergunta{
    cursor: pointer;
}

.faqs .holder_faqs .pergunta .cabecalho{
    position: relative;
    padding: 0px 50px 0 30px;
}

.faqs .holder_faqs .pergunta .cabecalho .title{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.20;
    color: #252432;
}

.faqs .holder_faqs .pergunta .cabecalho span{
    position: absolute;
    color: #F25D1A;
    top: 0px;
    font-size: 22px;
    right: 20px;
    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:before{
    content: "\f068"
}

.faqs .holder_faqs .resposta {
    padding: 0 30px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.50;
    color: #8987A1;
}

.faqs .holder_faqs .resposta {
    display: none;
    padding-top: 20px;
}

.faqs .holder_faqs .single_faq{
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 0;
}

.faqs .holder_faqs .single_faq:last-child{
    margin-bottom: 0;
}

@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;
    }
}
/*==================================================================================================*/
/*MEDIA KIT*/
/*==================================================================================================*/
#media-kit{
    h1{
        margin-bottom: 35px;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        color: #F25D1A;
    }
    .bloco{
        background: transparent;
    }
    .media_kit{
        .single_cateogoria{
            padding: 15px 0;
            .holder_single_cateogoria{
                background: #FFEEEB;
                border-radius: 20px;
                padding: 25px 30px;
                h2{
                    font-family: 'Plus Jakarta Sans', sans-serif;
                    font-style: normal;
                    font-weight: 700;
                    font-size: 10px;
                    line-height: 150%;
                    color: #252432;
                }
                .lista_documentos{
                    display: flex;
                    flex-wrap: wrap;
                    margin: 15px -10px 0 -10px;
                    .single_pagina{
                        width: Calc(100% / 3);
                        padding: 10px;
                        .holder_single_pagina{
                            background: #FFFFFF;
                            border-radius: 20px;
                            padding: 15px;
                            .info{
                                .imagem{
                                    padding-bottom: 53%;
                                    position: relative;
                                    height: 0;
                                    border-radius: 20px;
                                    overflow: hidden;
                                    margin-bottom: 10px;
                                    img{

                                    }
                                }
                                h3{
                                    font-family: 'Plus Jakarta Sans', sans-serif;
                                    font-style: normal;
                                    font-weight: 700;
                                    font-size: 10px;
                                    line-height: 120%;
                                    color: #F25D1A;
                                    text-align: center;
                                }
                            }
                            .botao{
                                text-align: center;
                                margin-top: 25px;
                                button{
                                    padding: 16px 25px;
                                    border: 2px solid #F25D1A;
                                    color: #fff;
                                    background: #F25D1A;
                                    border-radius: 10px;
                                    transition: all .3s ease-in-out;
                                    -moz-transition: all .3s ease-in-out;
                                    -webkit-transition: all .3s ease-in-out;
                                    width: 100%;
                                    font-family: 'Plus Jakarta Sans', sans-serif;
                                    font-style: normal;
                                    font-weight: 700;
                                    font-size: 18px;
                                    line-height: 120%;
                                    text-align: center;
                                    &:hover{
                                        background: transparent;
                                        color: #F25D1A;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 992px){
            &{
                .single_cateogoria{
                    .holder_single_cateogoria{
                        .lista_documentos{
                            margin: 15px -10px 0 -10px;
                            justify-content: center;
                            .single_pagina{
                                width: Calc(100% / 2);
                                padding: 10px;
                                .holder_single_pagina{
                                    .botao{
                                        button{
                                            font-size: 16px;
                                            &:hover{
                                                background: transparent;
                                                color: #F25D1A;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 767px){
            &{
                .single_cateogoria{
                    .holder_single_cateogoria{
                        .lista_documentos{
                            margin: 15px 0 0;
                            .single_pagina{
                                width: 100%;
                                padding: 10px 0;
                                .holder_single_pagina{
                                    .botao{
                                        button{
                                            font-size: 14px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/

.body_blog,
.body_noticia,
.body_contactos{
    footer{
        background-color: #fff;
    }
}
.body_servico,
.body_solucao{
    footer{
        background-color: #F8F8F8;
    }
}
footer{
    background-color: #FBFAF9;
    background-image: url('/site/imagens/footer_fundo.png');
    padding-top: 10.8%;
    padding-bottom: 80px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;

}

footer h4{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #F25D1A;
    margin-bottom: 15px;
}

footer h2{
    font-weight: 700;
    font-size: 60px;
    line-height: 62px;
    color: #131C2C;
    margin-bottom: 60px;

    @media screen and (max-width: 767px){
        &{
            font-size: 40px;
            line-height: 46px;
        }
    }
    @media screen and (max-width: 567px){
        &{
            font-size: 30px;
            line-height: 36px;
            margin-bottom: 35px;
        }
    }
    @media screen and (max-width: 400px){
        &{
            font-size: 25px;
            line-height: 31px;
        }
    }
}

footer #form_newsletter{
    .holder_form{
        max-width: 610px;
        margin: 0 auto;
    }

    .input-group{
        position: relative;
    }

    .rgpd{
        margin: 40px 0 55px;
        display: flex;
        justify-content: center;
        gap: 25px;
        flex-wrap: wrap;

        .rgpd_auth_checkbox {
            position: relative;
        }

        .rgpd_auth_checkbox input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

        .rgpd_auth_checkbox .checkmark {
            color: #333;
            margin-left: 25px;
            margin-top: 0;
            margin-bottom: 0;
            position: relative;

            font-weight: 400;
            font-size: 16px;
            line-height: 23px;
            color: #FFFFFF;
        }

        .rgpd_auth_checkbox .checkmark a {
            text-decoration-line: underline;
            color: #D20A11;
        }

        .rgpd_auth_checkbox .checkmark:before {
            content: '';
            position: absolute;
            top: 2px;
            left: -30px;
            height: 22px;
            width: 22px;
            border: 2px solid #D20A11;
            border-radius: 50%;
        }

        .rgpd_auth_checkbox .checkmark:after {
            content: "";
            position: absolute;
            display: none;

            left: -27px;
            top: 6px;
            width: 6px;
            height: 11px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(37deg);
            -ms-transform: rotate(37deg);
            transform: rotate(37deg);
        }

        .rgpd_auth_checkbox input:checked ~ .checkmark:after {
            display: block;
        }

        .rgpd_auth_checkbox input:checked ~ .checkmark:before {
            background-color: #D20A11;
        }

    }

    button{
        position: absolute;
        right: 15px;
        top: 15px;
        padding: 16px 30px;
        border: none;
        font-family: 'Inter';
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF;
        background: #D20A11;
        box-shadow: 0px 3px 12px rgba(74, 58, 255, 0.18);
        border-radius: 15px;

        @media screen and (max-width: 650px) {
            & {
                padding: 16px 20px;
                font-size: 14px;
            }
        }

    }

    input[type="text"],
    input[type="email"]{
        width: 100%;
        padding: 30px 35px;
        font-family: 'Inter';
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        color: #8987A1;
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid #FFFFFF;
        box-shadow: 0px 8px 25px rgba(13, 10, 44, 0.06);
        border-radius: 15px;
    }

}
footer .last_col{
    .img{
        margin-top: 20px;
        text-align: right;
    }
}
.text-footer,
.text-footer a{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #FFEEEB;
    text-decoration: none;
}
.text-footer h4,
.text-footer-2 h4{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.8;
    color: #FFEEEB;
    text-decoration: none;
    text-transform: none;
    margin: 0;
}

.text-footer-2,
.text-footer-2 a{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #FFEEEB;
    text-decoration: none;
}
.text-footer a:hover,
.text-footer-2 a:hover{
    text-decoration: underline;
}

.redes_sociais{
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: end;

    a{
        text-decoration: none;
        .single_rede{
            color: #D20A11;
            background: #F5F8FF;
            border: 2px solid #F5F8FF;
            width: 42px;
            height: 42px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
        }
        &:nth-child(1){
            .single_rede{
                color: #D20A11;
            }
        }
        &:nth-child(2){
            .single_rede{
                color: #D20A11;
            }
        }
        &:nth-child(3){
            .single_rede{
                color: #F25D1A;
            }
        }
        &:hover{
            .single_rede{
                color: #F5F8FF;
                background: transparent;
            }
        }
    }
}

.lower_footer {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 2px solid rgba(255, 255, 255, 0.32);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);

    a{
        text-decoration: none;
        color: inherit;
    }
}

#newsletter_response{
    font-size: 13px;
}

footer .holder_logos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    .img.mobile{
        display: none;
    }
}
@media screen and (max-width: 1400px) {

    footer .last_col{
        margin-top: 40px;
        .img{
            text-align: center;
        }
    }
    .redes_sociais{
        justify-content: center;
        text-align: center;
    }
}

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

    footer #form_newsletter {
        .rgpd {
            .rgpd_auth_checkbox .checkmark {
                color: #D20A11;
            }
        }
    }

    footer .last_col{
        .img{
            display: none;
        }
    }
    footer .holder_logos{
        .img.mobile{
            display: block;
        }
    }
    footer #form_newsletter {
        & .rgpd {
            .rgpd_auth_checkbox .checkmark {
                font-size: 14px;
                line-height: 18px;
            }
        }
    }
    footer #form_newsletter {
        & .rgpd {
            margin-top: 20px;
            .rgpd_auth_checkbox .checkmark:before {
                top: -2px;
            }
        }
    }
    footer h4 {
        font-size: 14px;
        line-height: 28px;
    }
}
@media screen and (max-width: 767px) {

    .body_blog,
    .body_noticia,
    .body_contactos,
    .body_servico, .body_solucao {
        footer {
            background-color: #ffceb6;
        }
    }
    footer{
        background-color: #ffceb6;
        padding-bottom: 30px;
        .text-footer,
        .text-footer-2{
            text-align: center;
            padding-top: 20px;
        }
    }

    .container{
        padding: 0 25px;
    }
    footer #form_newsletter {
        input[type="text"], input[type="email"] {
            padding: 20px;
            font-size: 16px;
            line-height: 18px;
        }
    }
    footer #form_newsletter {
        button {
            right: 10px;
            top: 4px;
            font-size: 16px;
            line-height: 18px;
        }
    }
}


@media screen and (max-width: 410px) {
    footer {
        .holder_logos {
            .img {
                img{
                    height: 65px;
                }
                &.mobile{
                    img{
                        height: 45px;
                    }
                }
            }
        }
        .text-footer,
        .text-footer a,
        .text-footer-2,
        .text-footer-2 a {
            font-size: 14px;
            line-height: 1.4;
        }
        .text-footer h4, .text-footer-2 h4 {
            font-size: 16px;
            line-height: 1.6;
        }
    }
}


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

/*================================================*/
/*BLOCO TESTEMUNHOS*/
/*================================================*/

#testemunhos{

    .bloco{
        background: #f8f7f5;
        background: #FBFAF9;
    }
    .bloco-testemunhos{
        padding: 130px 0 0;
        overflow: hidden;

        .owl-carousel .owl-stage-outer{
            overflow: unset;
        }

        .single_testemunho{
            padding-right: 50px;

            .holder_testemunho{
                .holder_topo{
                    display: flex;

                    .topo{
                        display: flex;
                        gap: 20px;
                        padding: 15px 35px;
                        width: 350px;
                        border-top-left-radius: 30px;
                        border-top-right-radius: 30px;
                        background-color: #fff;

                        .img{
                            margin-bottom: -40px;
                        }

                        .title{
                            font-weight: 600;
                            font-size: 24px;
                            line-height: 1.20;
                            color: #F25D1A;
                            padding-top: 25px;
                        }

                    }

                    .estrelas{
                        text-align: right;
                        font-size: 38px;
                        color: #F25D1A;
                        flex: 1;
                        position: relative;
                        border-bottom-left-radius: 30px;
                        background: #f8f7f5;

                        &:after{
                            content: '';
                            background-color: #fff;
                            width: 55px;
                            height: 55px;
                            position: absolute;
                            left: 0px;
                            bottom: 0;
                            z-index: -1;
                        }

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

                            &:before{
                                visibility: hidden;
                            }

                        }

                    }

                }

                .content{
                    border-bottom-left-radius: 30px;
                    border-top-right-radius: 30px;
                    border-bottom-right-radius: 30px;
                    background-color: #fff;
                    padding: 30px 45px 75px;
                    min-height: 455px;
                    font-family: 'Inter';
                    font-weight: 400;
                    font-size: 36px;
                    line-height: 1.20;
                    color: #000000;
                    display: flex;
                    align-items: flex-end;

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

            }
        }

        .owl-nav{
            padding: 0 30px;
            margin: 70px auto 0;
            display: flex;
            gap: 30px;
            button {
                display: flex;
                align-items: center;
            }

            .owl-prev {
                &:after {
                    content: "";
                    position: relative;
                    display: inline-block;
                    width: 0;
                    height: 2px;
                    background: rgb(211, 10, 17);
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                }

                &:hover:after {
                    width: 30px;
                }
            }

            .owl-next {
                &:before {
                    content: "";
                    position: relative;
                    display: inline-block;
                    width: 0;
                    height: 2px;
                    background: rgb(211, 10, 17);
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                }

                &:hover:before {
                    width: 30px;
                }
            }
        }

    }

    .bloco-noticia-principal {
        .titulo-topo {
            background-color: #f8f7f5;
        }
    }
}

@media screen and (max-width: 1200px){
    #testemunhos {
        .bloco-testemunhos {
            .single_testemunho {
                .holder_testemunho {
                    .holder_topo {
                        .topo {
                            .title {
                                font-size: 20px;
                            }
                        }
                        .estrelas {
                            font-size: 30px;
                        }
                    }
                    .content {
                        font-size: 34px;
                        line-height: 1.20;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 992px){
    #testemunhos {
        .bloco-testemunhos {
            .single_testemunho {
                padding: 0 10px;
                .holder_testemunho {
                    .holder_topo {
                        flex-wrap: wrap;
                        border-bottom-left-radius: 0;
                        .topo {
                            width: 100%;
                            .img {
                                margin-bottom: 0;
                            }
                            .title {
                                font-size: 20px;
                            }
                        }
                        .estrelas {
                            width: 100%;
                            flex: unset;
                            background: #fff;
                            font-size: 25px;
                            border-bottom-left-radius: 0;
                            text-align: center;
                            &:after{
                                display: none;
                            }
                        }
                    }
                    .content {
                        font-size: 25px;
                        line-height: 1.20;
                        border-top-right-radius: 0;
                        min-height: unset;
                    }
                }
            }
            .owl-nav {
                padding: 0 70px;
                margin: 40px auto 0;
                justify-content: center;
            }
        }
    }
}

@media screen and (max-width: 767px){
    #testemunhos {
        .bloco-testemunhos {
            .single_testemunho {
                .holder_testemunho {
                    .holder_topo {
                        .img{
                            img{
                                width: 50px;
                            }
                        }
                        .topo {
                            padding: 15px 20px;
                            align-items: center;
                            .title {
                                font-size: 18px;
                                padding-top: 0;
                            }
                        }
                        .estrelas {
                            font-size: 20px;
                        }
                    }
                    .content {
                        font-size: 18px;
                        padding: 30px 20px;
                    }
                }
            }
        }
    }
}