@font-face {
    font-family: 'Arboria-Medium';
    font-weight: 400;
    font-style: normal;
    src: url('/site/fonts/Arboria/Arboria-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Arboria-Book';
    font-weight: 400;
    font-style: normal;
    src: url('/site/fonts/Arboria/Arboria-Book.otf') format('opentype');
}

@font-face {
    font-family: 'Arboria-Light';
    font-weight: 400;
    font-style: normal;
    src: url('/site/fonts/Arboria/Arboria-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Arboria-Bold';
    font-weight: 400;
    font-style: normal;
    src: url('/site/fonts/Arboria/Arboria-Bold.otf') format('opentype');
}

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

body{
    background-color: #fff;
    padding: 0;

    font-family: 'Arboria-Book';
    font-size: 20px;
    line-height: 25px;
}

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

img{
    max-width: 100%;
}

.fakebanner{
    height: 125px;
}

a{
    color: inherit;
}

.color-white{color: #fff;}
.color-dark-blue{color: #001129;}
.color-grey{color: rgba(0, 17, 41, 0.5);}

button.btn1{
    border: 0;
    background: #ED0C0E;
    padding: 0.4em 1.5em;
    font-family: 'Arboria-Medium';
    color: #FFFFFF;
    font-weight: 400;
    font-size: 40px;

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

}

button.btn2{
    border: 0;
    background: #ED0C0E;
    padding: 20px 90px;
    font-family: 'Arboria-Medium';
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
}

button.btn3,
a.btn3{
    display: inline-block;
    background: transparent;
    padding: 5px 10px;
    font-family: 'Arboria-Book';
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #001129;
    border: 1px solid #001129;
    text-decoration: none;
}

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width: 1140px;
    }
}

@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;
    background: #fff;
    padding: 30px 15px 30px;
    width: 100%;
    z-index: 6;
}

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

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

.menu_holder .menu-toggler{
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    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: #000;
    border-radius: 9px;
    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 {
    -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: 10px;
    -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: 10px;
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    transform: rotate(-140deg);
}

.menu_holder .menu{
    flex: 1;
    text-align: right;
}

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

.menu_holder .menu-nav .dropdown{
    display: inline-block;
    margin: 0 20px;
    padding: 15px 0;
    cursor: pointer;
    font-family: 'Arboria-Medium';
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: rgba(0, 17, 41, 0.5);
}


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

.menu_holder .menu-nav .dropdown a{
    color: inherit;
    text-decoration: none;
}

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

.menu_holder .dropdown .dropdown-menu {
    background-color: #D9D9D9;
    color: #000;
    top: 100%;
    width: 350px;
    padding: 10px;
    column-count: 2;
    column-gap: 5px;
    border-radius: 0;
}

.menu_holder .dropdown.open .dropdown-menu{
    display: block;
}

.menu_holder .menu-nav .dropdown .dropdown-menu li{
    font-family: 'Arboria-Book';
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.menu_holder .menu-nav .dropdown .dropdown-menu li a{
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    text-decoration: none;
    color: inherit;
    gap: 8px;

    span{
        max-width: Calc( 100% - 18px );
    }

    svg{
        width: 9px;
    }
}

.menu_holder .menu-nav .dropdown .dropdown-menu a:hover{
    background: rgba(0, 17, 41, 0.1);
}

.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 {
    font-family: 'Arboria-Bold';
    text-decoration: none;
}

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

    .menu_holder .menu-nav .dropdown{
        margin: 0 15px;
        font-size: 17px;
    }

}

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

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

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

        max-height: Calc(100vh - 125px);
        overflow: auto;

        display: none;
    }

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

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

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

    .menu_holder .dropdown:hover .dropdown-menu{
        display: block;
    }

    .menu_holder .dropdown .dropdown-menu{
        position: relative;
        width: 100%;
        column-count: 1;
        column-gap: 5px;
        margin-top: 15px;
    }

    .menu_holder .menu-nav .dropdown .dropdown-menu li{
        font-size: 18px;
        line-height: 17px;
    }

    .menu_holder .menu-nav .dropdown .dropdown-menu li a{
        width: 100%;
    }

}


/*==================================================================================================*/
/*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: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.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: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    left: 0;
    right: 0;
    text-align: left;
    margin: auto;

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

.banner.banner_interno .conteudo{
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner .conteudo .nome{
    font-family: 'Arboria-Bold';
    font-weight: 400;
    font-size: 80px;
    line-height: 70px;
    color: #FFFFFF;
    max-width: 620px;
    margin-bottom: 20px;
}

.banner .conteudo .descricao{
    font-family: 'Arboria-Book';
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 20px;
    max-width: 420px;
}

.banner .conteudo button{
    border: 0;
    background: #ED0C0E;
    padding: 10px 30px;
    font-family: 'Arboria-Bold';
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}



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

    .banner .holder_slider .single_banner{
        width: 100%;
        height: 700px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }

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

}

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

    .banner .conteudo .nome {
        font-size: 50px;
        line-height: 61px;
    }

}

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

    .banner{
        margin-top: 0;
    }

    .banner, .banner .holder_slider .single_banner {
        height: 580px;
    }

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

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

    .banner .holder_slider img{
        display: none;
    }
    .banner .conteudo {

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

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

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

    &.bg_dark_blue{
        background-color: #001129;
    }

    b,strong{
        font-family: 'Arboria-Bold';
    }

    h1,.h1{
        font-family: 'Arboria-Bold';
        font-weight: 400;
        font-size: 80px;
        line-height: 0.9;
    }

    h2,.h2{
        font-family: 'Arboria-Bold';
        font-weight: 400;
        font-size: 40px;
        line-height: 71px;
    }

    h3{
        font-family: 'Arboria-Medium';
        font-weight: 400;
        font-size: 40px;
        line-height: 1.2;
    }

    h4{
        font-family: 'Arboria-Book';
        font-weight: 400;
        font-size: 36px;
        line-height: 34px;
        color: #001129;
    }

    .estrelas{
        font-size: 17px;
    }

    .text-data{
        font-family: 'Arboria-Book';
        font-weight: 400;
        font-size: 15px;
        line-height: 1.6;
        color: rgba(0, 0, 0, 0.39);
    }

    .bloco-testemunho{
        box-shadow: -8px 6px 11.8px 9px rgba(0, 0, 0, 0.19);
        height: 100%;
        display: flex;
        flex-direction: column;

        &.half{
            height: Calc(50% - 0.75rem);
        }

        .helper-content{
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

    }

    @media screen and (max-width: 992px) {
        h1,.h1{
            font-size: 50px;
        }

        h2,.h2{
            font-size: 34px;
            line-height: 55px;
        }
    }

    .title-about-us-home{
        font-family: 'Arboria-Medium';
        font-weight: 400;
        font-size: 90px;
        line-height: 1;
        color: #001129;
        max-width: 1000px;
        margin: 0 auto;

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

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

    }

    .img-who-we img{
        width: 1457px;
        max-width: unset;
        position: relative;
        left: 50%;
        transform: translateX(-65%);

        @media screen and (max-width: 992px) {
            & {
                width: 100%;
                max-width: unset;
                position: relative;
                left: 0;
                transform: translateX(0%);
            }
        }

    }

    .img-team{
        width: 275px;
        height: 315px;
        max-width: 100%;
        margin: 0 auto;

        img{
            height: 100%;
            object-fit: contain;
            object-position: bottom;
        }
    }

    .img-testemunhos{
        width: 100px;
        height: 100px;

        & + div{
            max-width: Calc( 100% - 110px );
        }

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

    .img-history-evolution{
        width: 1340px;
        max-width: unset;
        position: relative;
        left: 50%;
        transform: translateX(-50%);

        @media screen and (max-width: 992px) {
            & {
                width: 100%;
                max-width: unset;
                position: relative;
                left: 0%;
                margin: 15px 0 30px;
                transform: translateX(0%);
            }
        }

    }

    .img-contactos{
        position: absolute;
        left: -110px;
        bottom: -85px;

        @media screen and (max-width: 992px) {
            & {
                position: relative;
                left: unset;
                bottom: unset;
                margin-top: 15px;
                margin-bottom: 15px;
            }
        }

    }

    .img-servicos{
        margin-top: -17%;

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

    .img-request{
        margin-top: -22%;

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

    }

    .blocos-commitment{
        position: relative;
        z-index: 1;

        .col-lg-4:nth-child(2){

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

                &:before{
                    content: '';
                    position: absolute;
                    width: 2px;
                    height: 183px;
                    background-color: #ED0C0E;
                    left: -0.1rem;
                    top: 50%;
                    transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                }

                &:after{
                    content: '';
                    position: absolute;
                    width: 2px;
                    height: 183px;
                    background-color: #ED0C0E;
                    right: -0.1rem;
                    top: 50%;
                    transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                }

            }

        }
    }

}

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


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

    .bloco{
        padding: 60px 0;
    }
}


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




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

}

.pagina_noticias .listagem_noticias .lista_noticias .single_noticia{
    padding: 0 15px;

    h3.titulo{
        font-family: 'Arboria-Medium';
        font-weight: 400;
        font-size: 20px;
        line-height: 1.3;
        color: #ED0C0E;
        margin-top: 10px;
    }

    .data{
        font-family: 'Arboria-Medium';
        font-weight: 400;
        font-size: 20px;
        line-height: 1.37;
        color: #001129;
        margin-top: 10px;
        margin-bottom: 10px;
    }

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

}

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

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

}

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


.detalhe_noticia{

    .line{
        border-top: 2px solid #001129;
        flex: 1;
    }

    .content{

        .texto{
            line-height: 1.6;
        }

        .img-holder{
            position: relative;
        }

        .top-info{
            position: absolute;
            bottom: 35px;
            left: 45px;
            width: 600px;
            max-width: 100%;
            color: #fff;

            .title{
                font-family: 'Arboria-Bold';
                font-weight: 400;
                font-size: 40px;
                line-height: 1;
            }

            .desc{
                font-family: 'Arboria-Medium';
                font-weight: 400;
                font-size: 20px;
                line-height: 1;
            }

            .data{
                margin-top: 35px;
            }


            @media screen and (max-width: 992px) {
                &{
                    color: #001129;
                    margin-top: 30px;
                    position: relative;
                    bottom: unset;
                    left: unset;
                    width: 100%;
                }
            }

        }

    }
}


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

.detalhe_servico{
    .faixa-nome{
        padding: 15px 25px;
        font-family: 'Arboria-Bold';
        font-weight: 400;
        font-size: 40px;
        line-height: 1.2;
        color: #FFFFFF;
        background-color: #001129;
        margin-bottom: 80px;
    }

    .texto{
        ul{
            margin-top: 15px;
        }
    }

    .beneficios{
        ul{
            list-style: none;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            justify-content: center;

            li{
                width: Calc( 100% / 2 - 25px );
                height: 250px;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #001129;

                font-family: 'Arboria-Bold';
                font-weight: 400;
                font-size: 40px;
                line-height: 1.2;
                color: #FFFFFF;

                @media screen and (max-width: 767px) {
                    & {
                        font-size: 28px;
                        height: 180px;
                    }
                }

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

            }
        }
    }

    .img-esquerda{
        height: 100%;
        display: flex;
        align-items: flex-end;

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

    }

    .img-direita{
        position: absolute;
        right: 13px;
        top: -55px;

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

    }

}


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

.holder_cats_faqs{
    .cat_faq{
        background-color: #001129;
        border-top: 1px solid #002F71;
        position: relative;

        &.active:after{
            content: '';
            position: absolute;
            width: 4px;
            height: 100%;
            right: 0;
            top: 0;
            background-color: #ED0C0E;
        }

        a{
            display: block;
            padding: 25px 60px;
            font-family: 'Arboria-Book';
            font-weight: 400;
            font-size: 20px;
            line-height: 25px;
            text-align: center;
            color: #FFFFFF;
            text-decoration: none;
        }

        &:first-child{
            border-color: transparent;
        }
    }
}

.faqs .holder_faqs{
    padding-top: 60px;
}

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

.faqs .holder_faqs .pergunta .cabecalho h2{
    padding: 0 25px;
    font-family: 'Arboria-Bold';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #ED0C0E;
}

.faqs.faqs-servico .holder_faqs .pergunta .cabecalho h2{
    font-size: 40px;

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

}


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

.faqs .holder_faqs .pergunta .cabecalho span{
    position: absolute;
    color: #ED0C0E;
    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 {
    font-family: 'Arboria-Book';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #ED0C0E;
    padding: 0 25px;
}

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

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

#form_contactos{
    background-color: #001129;
    padding: 30px 40px;

    .form-control{
        border-radius: 0px;
    }
}

/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/

footer{
    background: #D9D9D9;

    font-family: 'Arboria-Book';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.60;
    color: #001129;

    .top_footer{
        padding: 75px 0;

        a{
            color: inherit;
        }

        .linguas-footer{
            list-style: none;
            padding: 0;

            .dropdown-toggle{
                padding: 10px 22px;
                border: 2px solid #001129;
                font-family: 'Arboria-Bold';
                font-weight: 400;
                font-size: 20px;
                line-height: 30px;
                color: #001129;
                text-decoration: none;

                svg{
                    margin-left: 40px;
                }

                &:after{
                    display: none;
                }
            }

            .language{
                .dropdown-menu{
                    li{
                        padding: 0 10px;

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

        }

    }

    h4{
        font-family: 'Arboria-Bold';
        font-weight: 400;
        font-size: 40px;
        line-height: 50px;
        color: #ED0C0E;
        margin-bottom: 30px;
    }

    .links_uteis{
        line-height: 2.3;
    }

    .contactos{
        line-height: 2;

        hr{
            margin: 0;
            width: 180px;
            border-color: #E52629;
            opacity: 1;
        }
    }

    .lower_footer {
        font-family: 'Arboria-Book';
        font-weight: 400;
        font-size: 10px;
        line-height: 30px;
        color: #000000;
        padding-bottom: 40px;

        a{
            color: inherit;
        }

        .separador{
            padding: 0 10px;
        }
    }

}

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