/*==============================================*/
/*BODY*/
/*==============================================*/
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 120%;

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

/*==============================================*/
/*GERAL ANIMACOES*/
/*==============================================*/
.aparecer_opacity {
    opacity: 0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.aparecer_opacity.apper {
    opacity: 1;
}



.deslizar_direita {
    right: -1500px;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position:relative;
}

.deslizar_direita.apper {
    right: 0;
}

.deslizar_direita img {
    max-width: 1000px;
    width: 100%;
}

.deslizar_direita.img_big img {
    width: 80%;
    max-width: 700px;
}

.deslizar_esquerda {
    left: -1500px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position:relative;
}

.deslizar_esquerda.apper {
    left: 0;
}

.small_to_big {
    transform: scale(0);
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.small_to_big.apper {
    transform: scale(1);
}

.bottom_top_fade {
    position: relative;
    top:100px;
    opacity: 0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bottom_top_fade.apper {
    top:0;
    opacity: 1;
}

.fade_anim {
    opacity: 0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.fade_anim.apper {
    opacity: 1;
}


/*==============================================*/
/*GERAL TITULOS*/
/*==============================================*/
h1{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 120%;
    color: #6F9DB2;

    @media screen and (max-width: 1400px) {
        &{
            font-size: 60px;
        }
    }
    @media screen and (max-width: 1200px) {
        &{
            font-size: 50px;
        }
    }
    @media screen and (max-width: 992px) {
        &{
            font-size: 40px;
        }
    }
    @media screen and (max-width: 767px) {
        &{
            font-size: 35px;
        }
    }
}
h1.h2,
.h2,
h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #6F9DB2;

    &.black{
        color: #13283D;
    }

    @media screen and (max-width: 1400px) {
        &{
            font-size: 35px;
        }
    }
    @media screen and (max-width: 1200px) {
        &{
            font-size: 30px;
        }
    }
    @media screen and (max-width: 992px) {
        &{
            font-size: 25px;
        }
    }
}
h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.02em;

    @media screen and (max-width: 1400px) {
        &{
            font-size: 30px;
        }
    }
    @media screen and (max-width: 1200px) {
        &{
            font-size: 25px;
        }
    }
    @media screen and (max-width: 992px) {
        &{
            font-size: 20px;
        }
    }
}
.titulo_small{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: rgb(111 157 178 / 80%);

    @media screen and (max-width: 1400px) {
        &{
            font-size: 18px;
        }
    }
    @media screen and (max-width: 1200px) {
        &{
            font-size: 16px;
        }
    }
}



/*==============================================*/
/*GERAL BOTÕES*/
/*==============================================*/
a.btn1{
    text-decoration: none;
}
.btn1{
    min-width: 175px;
    background: #6F9DB2;
    color: #FFFFFF;
    border: 2px solid #6F9DB2;
    border-radius: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    /* text-transform: capitalize; */
    text-decoration: none;
    padding: 9px 24px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;

    @media screen and (max-width: 1400px){
        &{
            font-size: 15px;
            padding: 9px 15px;
        }
    }
    @media screen and (max-width: 1300px){
        &{
            font-size: 14px;
            padding: 9px 15px;
        }
    }
    &:hover{
        background: #fff;
        color: #6F9DB2;
        border-color: #fff;
    }
    &.v2{
        background: #fff;
        color: #005089;
        border-color: #fff;
        &:hover{
            background: #005089;
            color: #fff;
            border-color: #005089;
        }
    }
    &.v3{
        &:hover{
            background: #005089;
            color: #fff;
            border-color: #005089;
        }
    }
    &.v4{
        background: #13283D;
        color: #FFECEC;
        border-color: #13283D;
        &:hover{
            background: #005089;
            color: #fff;
            border-color: #005089;
        }
    }
    &.v5{
        background: #005089;
        color: #fff;
        border-color: #005089;
        &:hover{
            background: #fff;
            color: #005089;
            border-color: #fff;
        }
    }
    &.v6{
        background: #13283D;
        color: #FFECEC;
        border-color: #13283D;
        &:hover{
            background: #fff;
            color: #13283D;
            border-color: #fff;
        }
    }
    &.v7{
        background: #fff;
        color: #6F9DB2;
        border-color: #fff;
        &:hover{
            background: #6F9DB2;
            color: #fff;
            border-color: #6F9DB2;
        }
    }
    &.v8{
        background: rgba(255, 255, 255, 0.3);
        color: #143355;
        border-color: #143355;

        &:hover{
            background: #143355;
            color: #fff;
            border-color: #143355;
        }
    }
    &.v9{
        background: #D6AAA7;
        color: #FFFFFF;
        border-color: #D6AAA7;

        &:hover{
            background: transparent;
            color: #D6AAA7;
            border-color: #D6AAA7;
        }
    }
    &.v10{
        background: transparent;
        color: #D6AAA7;
        border-color: #D6AAA7;

        &:hover{
            background: #D6AAA7;
            color: #fff;
            border-color: #D6AAA7;
        }
    }
    &.v11{
        background: transparent;
        color: #fff;
        border-color: #6F9DB2;

        &:hover{
            color: #6F9DB2;
        }
    }

    &.disabled{
        background: rgb(111 157 178 / 20%);
        color: rgb(18 51 85 / 20%);
        border-color: rgb(111 157 178 / 20%);
        cursor: default;

        &:hover{
            background: rgb(111 157 178 / 20%);
            color: rgb(18 51 85 / 20%);
            border-color: rgb(111 157 178 / 20%);
        }
    }
}
/*==============================================*/
/*BANNER INTERNO*/
/*==============================================*/
.fakebanner{
    height: 200px;

    @media screen and (max-width: 992px){
        &{
            height: 211px;
        }
    }
    @media screen and (max-width: 567px){
        &{
            height: 160px;
        }
    }
}

.fakebanner.vendedor{
    height: 300px;

    @media screen and (max-width: 992px){
        &{
            height: 250px;
        }
    }
    @media screen and (max-width: 567px){
        &{
            height: 210px;
        }
    }
}

.banner_paginas_internas{
    .single_banner{
        height: 510px;
        position: relative;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        &.no_info{
            height: 280px;
        }
        .conteudo{
            text-align: center;
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            .info_banner{
                max-width: 855px;
                margin: 0 auto;
                .nome{
                    font-weight: 700;
                    font-size: 70px;
                    line-height: 120%;
                    color: #FFFFFF;
                }
                .descricao{
                    font-weight: 600;
                    font-size: 17px;
                    line-height: 120%;
                    color: #FFFFFF;
                }
            }
        }
    }
    @media screen and (max-width: 1400px) {
        &{
            .single_banner{
                .conteudo{
                    .info_banner{
                        .nome{
                            font-size: 60px;
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 1200px) {
        &{
            .single_banner{
                .conteudo{
                    .info_banner{
                        max-width: 600px;
                        .nome{
                            font-size: 50px;
                        }
                        .descricao{
                            font-size: 16px;
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 992px) {
        &{
            .single_banner{
                height: 510px;
                .conteudo{
                    .info_banner{
                        max-width: 500px;
                        .nome{
                            font-size: 40px;
                        }
                        .descricao{
                            font-size: 14px;
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 992px) {
        &{
            .single_banner{
                height: 410px;
                .conteudo{
                    .info_banner{
                        .nome{
                            font-size: 30px;
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 767px) {
        &{
            .single_banner{
                height: 310px;
                .conteudo{
                    .info_banner{
                        .nome{
                            font-size: 25px;
                        }
                    }
                }
            }
        }
    }
}



/*==============================================*/
/*NÚMEROS*/
/*==============================================*/
.bloco-numeros{
    background: #13283D;
    padding: 40px;
    .holder_numeros{
        flex-wrap: wrap;
        justify-content: center;
        .single_numero{
            width: Calc(100% / 4);
            position: relative;
            &:not(:first-child):before{
                content: '';
                position: absolute;
                border-left: 2px solid #6F9DB2;
                left: 0;
                top: 50%;
                height: 100%;
                transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
            }
            .number-holder{
                font-weight: 400;
                font-size: 13px;
                line-height: 120%;
                color: #6F9DB2;
                align-items: center;
                flex-wrap: wrap;
                .zona_numero{
                    font-weight: 700;
                    font-size: 42px;
                    line-height: 120%;
                    width: 160px;
                    text-align: right;
                    justify-content: flex-end;
                }
                .title{
                    width: Calc(100% - 160px);
                    padding-left: 15px;
                    display: inline-flex;
                    align-items: center;
                    span{
                        max-width: 150px;
                        display: block;
                    }
                }
            }
        }
    }

    @media screen and (max-width: 1400px){
        &{
            .holder_numeros{
                .single_numero{
                    .number-holder{
                        .zona_numero{
                            width: 100%;
                            text-align: center;
                            justify-content: center;
                        }
                        .title{
                            width: 100%;
                            padding-left: 0;
                            text-align: center;
                            justify-content: center;
                            span{
                                margin: 0 auto;
                                display: block;
                            }
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 1300px){
        &{
            .holder_numeros{
                .single_numero{
                    width: 50%;
                }
            }
        }
    }
    @media screen and (max-width: 1300px){
        &{
            .holder_numeros{
                .single_numero{
                    .number-holder{
                        .zona_numero{
                            font-size: 30px;
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 650px){
        &{
            padding: 0;
            .holder_numeros{
                .single_numero{
                    width: 100%;
                    padding: 40px 0;

                    &:not(:first-child):before{
                        content: '';
                        position: absolute;
                        border-left: none;
                        border-top: 2px solid #6F9DB2;
                        left: 0;
                        top: 0;
                        height: 0;
                        width: 200px;
                        left: 50%;
                        transform: translateX(-50%);
                        -moz-transform: translateX(-50%);
                        -webkit-transform: translateX(-50%);
                    }
                }
            }
        }
    }

}


/*==============================================*/
/*ÁREA DE NEGÓCIO*/
/*==============================================*/
#area-negocio{
    h2{
        text-align: center;
    }
    .faqs {
        .zona_perguntas {
            .titulo_small {
                color: #fff;
                margin-bottom: 20px;
            }
            h2 {
                text-align: left;
                color: #fff;
            }
        }
    }
    .servicos{
        .holder_servicos{
            margin-top: 65px;
            .linha{
                flex-wrap: wrap;
                .single_servico{
                    padding: 10px;
                    width: 100%;
                    .holder_single_servico{
                        height: 0;
                        background-size: cover;
                        background-position: center;
                        background-repeat: no-repeat;
                        position: relative;
                        border-radius: 24px;
                        overflow: hidden;
                        border: 1px solid rgba(150, 150, 149, 0.24);
                        &:after{
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #13283D 75.1%);
                            background-blend-mode: multiply, normal;
                            border-radius: 24px;
                        }
                        .conteudo{
                            font-family: 'Montserrat', sans-serif;
                            font-style: normal;
                            font-weight: 400;
                            font-size: 18px;
                            line-height: 160%;
                            letter-spacing: -0.012em;
                            color: #FFFFFF;
                            padding: 25px;
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            width: 100%;
                            z-index: 3;
                            h3{
                                color: #FFFFFF;
                                margin-bottom: 10px;
                            }
                            .botao{
                                margin-top: 10px;
                            }

                        }
                        @media screen and (max-width: 1400px) {
                            &{
                                .conteudo{
                                    font-size: 16px;
                                    h3{
                                        font-size: 28px;
                                    }
                                }
                            }
                        }
                        @media screen and (max-width: 1200px) {
                            &{
                                .conteudo{
                                    font-size: 14px;
                                    h3{
                                        font-size: 25px;
                                    }
                                }
                            }
                        }
                        @media screen and (max-width: 992px) {
                            &{
                                padding-bottom: 0 !important;
                                height: auto;
                                .conteudo{
                                    position: relative;
                                    padding: 50px 20px;
                                    h3{
                                        font-size: 20px;
                                    }
                                }
                            }
                        }
                    }

                }
                &:nth-child(odd){
                    .single_servico:nth-child(odd){
                        .holder_single_servico{
                            padding-bottom: 75%;
                        }
                    }
                    .single_servico:nth-child(even){
                        .holder_single_servico{
                            padding-bottom: 61%;
                        }
                    }
                }
                &:nth-child(even){
                    .single_servico:nth-child(odd){
                        .holder_single_servico{
                            padding-bottom: 46%;
                        }
                    }
                    .single_servico:nth-child(even){
                        .holder_single_servico{
                            padding-bottom: 70%;
                        }
                    }
                }

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

                    &{
                        &:nth-child(odd){
                            .single_servico:nth-child(odd){
                                width: 45%;
                            }
                            .single_servico:nth-child(even){
                                width: 55%;
                            }
                        }
                        &:nth-child(even){
                            .single_servico:nth-child(odd){
                                width: 60%;
                            }
                            .single_servico:nth-child(even){
                                width: 40%;
                            }
                        }
                    }
                }
            }

        }
    }
    .banner_final{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 155px;
        &:after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: linear-gradient(0deg, rgba(111, 157, 178, 0.4), rgba(111, 157, 178, 0.4));
            z-index: 1;
        }
        .zona_info{
            position: relative;
            z-index: 2;
            max-width: 556px;
            margin-left: auto;
            padding: 48px 50px 50px;
            background: #13283D;
            border-radius: 30px 30px 0px 0px;
            color: #fff;
            h2{
                text-align: left;
                color: #fff;
            }
            .descricao{
                margin-top: 20px;
            }
            .botao{
                margin-top: 75px;
            }
        }
    }
}

.faqs{
    background: #13283D;
    .zona_perguntas{
        flex-wrap: wrap;
        .titulo_small{
            color: #fff;
            margin-bottom: 20px;
        }
        h2{
            text-align: left;
            color: #fff;
        }
        .esquerda{
            width: 50%;
            padding-right: 100px;
            .imagem{
                margin-top: 35px;
                img{
                    width: 100%;
                    border-radius: 30px;
                }
            }
        }
        .holder_faqs{
            width: 50%;

            &,
            .pergunta .titulo{
                font-family: 'Montserrat', sans-serif;
                font-style: normal;
                font-weight: 600;
                font-size: 17px;
                line-height: 120%;
                color: #6F9DB2;
            }
            .descricao{
                margin-bottom: 20px;
            }
            .single_faq{
                padding: 10px 0;
                &:last-child{
                    padding-bottom: 0;
                }
                .pergunta{
                    cursor: pointer;
                    background: #FFFFFF;
                    border-radius: 30px;

                    .cabecalho{
                        position: relative;
                        padding-right: 45px;
                        .titulo{
                            font-family: 'Montserrat', sans-serif;
                            font-style: normal;
                            font-weight: 400;
                            color: #13283D;
                            margin: 0;
                        }
                        span{
                            font-size: 20px;
                            line-height: 20px;
                            color: #6F9DB2;
                            position: absolute;
                            top: 0px;
                            right: 0;
                            transition: all .3s ease-in-out;
                            -moz-transition: all .3s ease-in-out;
                            -webkit-transition: all .3s ease-in-out;
                        }
                    }
                    &.open .cabecalho span{
                        transform: rotate(180deg);
                        -moz-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                    }
                }
                .resposta{
                    display: none;
                    color: #fff;
                }
                .pergunta, .resposta{
                    padding: 20px 40px;
                }
            }
        }
        @media screen and (max-width: 1400px){
            &{
                .holder_faqs{
                    &,
                    .pergunta .titulo{
                        font-size: 16px;
                    }
                }
            }
        }
        @media screen and (max-width: 992px){
            &{
                .esquerda{
                    width: 100%;
                    padding-right: 0;
                }
                .holder_faqs{
                    width: 100%;
                    margin-top: 40px;
                    &,
                    .pergunta .titulo{
                        font-size: 14px;
                    }
                    .single_faq{
                        .pergunta{

                            .cabecalho{
                                span{
                                    top: 0px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

#faqs{
    h1{
      text-align: center;
      margin-bottom: 40px;
    }
    .faqs {
        background: #fff;
        .zona_perguntas {
            .holder_faqs {
                width: 100%;
                max-width: 825px;
                margin: 0 auto;
                .single_faq {
                    .pergunta {
                        background: #13283e;
                        .cabecalho {
                            .titulo {
                                color: #fff;
                            }
                        }
                    }
                    .resposta {
                        color: #13283e;
                    }
                }
            }
        }
    }
}
/*==============================================*/
/*SUSTENTABILIDADE*/
/*==============================================*/
#sustentabilidade{
    overflow: hidden;
    .topo{
        .d-flex{
            flex-wrap: wrap;
        }
        .imagem{
            width: 50%;
            padding-bottom: 50%;
            position: relative;
            border-radius: 30px;
            overflow: hidden;
            img,
            video{
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
        .info{
            width: 50%;
            padding-left: 50px;
            h2{
                color: #13283D;
            }
            .descricao{
                color: #13283D;
                margin-top: 35px;
                img{
                    max-width: 100%;
                    height: auto !important;
                }
            }
            .documentos{
                margin: 70px 0;
                font-weight: 700;
                font-size: 20px;
                line-height: 120%;
                color: #6F9DB2;
                border-left: 5px solid #6F9DB2;
                padding: 5px 0 5px 30px;
                .holder_documentos{
                    flex-wrap: wrap;
                    gap: 10px;
                    .single_doc{
                        a{
                            color: inherit;
                            text-decoration: none;
                            &:hover{
                                text-decoration: underline;
                            }
                        }
                    }
                }
            }
        }

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

                .info{
                    .documentos{
                        font-size: 18px;
                    }
                }
            }
        }

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

                .info{
                    .documentos{
                        font-size: 16px;
                    }
                }
            }
        }

        @media screen and (max-width: 992px){
            &{
                .imagem{
                    width: 100%;
                    padding-bottom: 100%;
                }
                .info{
                    width: 100%;
                    padding-left: 0;
                    margin-top: 40px;
                    .documentos{
                        font-size: 16px;
                    }
                }
            }
        }
    }

    .objetivos{
        .cabecalho{
            gap: 20px;
            justify-content: space-between;
            flex-wrap: wrap;
            .titulo{
                max-width: 400px;
                h2{
                    color: #13283D;
                }
            }
            .setas{
                gap: 8px;
                button{
                    width: 48px;
                    height: 48px;
                    background: #FFFFFF;
                    border: 1px solid rgba(0, 0, 0, 0.2);
                    border-radius: 50%;
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                }
            }
        }
        .holder_objetivos{
            margin-top: 30px;
            .owl-stage-outer {
                overflow: unset;
            }
            .single_objetivo{
                padding: 20px;
                .holder_single_objetivo{
                    flex-wrap: wrap;
                    .imagem{
                        width: 45%;
                        position: relative;
                        overflow: hidden;
                        margin: 0 auto;
                        border-radius: 20px;
                        img{
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }
                    }
                    .conteudo{
                        width: 55%;
                        padding-left: 50px;
                        .icon{
                            width: 53px;
                            height: 53px;
                            position: relative;
                            overflow: hidden;
                            margin-bottom: 30px;
                            img{
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                object-fit: contain;
                            }
                        }
                        h3{
                            font-size: 27px;
                            color: #13283D;
                        }
                        .descricao,
                        .botao{
                            margin-top: 20px;
                        }
                    }
                }
            }
        }

        @media screen and (max-width: 1500px){
            .holder_objetivos{
                .single_objetivo{
                    padding: 15px;
                    .holder_single_objetivo{
                        flex-wrap: wrap;
                        .conteudo{
                            padding-left: 30px;
                            h3{
                                font-size: 23px;
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 992px){
            .holder_objetivos{
                .single_objetivo{
                    padding: 10px;
                    .holder_single_objetivo{
                        flex-wrap: wrap;
                        .conteudo{
                            padding-left: 20px;
                            h3{
                                font-size: 20px;
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 600px){
            .holder_objetivos{
                .single_objetivo{
                    .holder_single_objetivo{
                        .imagem{
                            width: 100%;
                            padding-bottom: 50%;
                        }
                        .conteudo{
                            width: 100%;
                            padding-left: 0;
                            margin-top: 20px;
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 400px){
            .holder_objetivos{
                .single_objetivo{
                    .holder_single_objetivo{
                        .imagem{
                            padding-bottom: 100%;
                        }
                        .conteudo{
                            h3{
                                font-size: 18px;
                            }
                        }
                    }
                }
            }
        }
    }
    .aspetos{
        h2{
            max-width: 415px;
            color: #13283D;
        }
        .holder_aspeto{
            flex-wrap: wrap;
            margin-top: 20px;
            .single_aspeto{
                width: Calc(100% / 3);
                padding: 15px;
                .holder_single_aspeto{
                    background: rgba(243, 243, 243, 0.25);
                    border-radius: 30px;
                    padding: 50px;
                    height: 100%;
                    .imagem{
                        width: 44px;
                        height: 44px;
                        position: relative;
                        overflow: hidden;
                        margin: 0 auto;
                        img{
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                        }
                    }
                    .conteudo{
                        h3{
                            text-align: center;
                            font-size: 25px;
                            margin-top: 20px;
                            line-height: 35px;
                            margin-bottom: 10px;
                            min-height: 120px;
                        }
                        .descricao{
                            margin-top: 10px;
                            color: rgba(19, 40, 61, 0.6);
                            font-weight: 400;
                            font-size: 17px;
                            line-height: 26px;
                        }
                        .botao{
                            margin-top: 20px;
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 1500px){
            &{
                .holder_aspeto{
                    flex-wrap: wrap;
                    .single_aspeto{
                        .holder_single_aspeto{
                            padding: 50px 30px;
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 1400px){
            &{
                .holder_aspeto{
                    flex-wrap: wrap;
                    .single_aspeto{
                        .holder_single_aspeto{
                            padding: 50px 30px;
                            .conteudo{
                                h3{
                                    font-size: 22px;
                                }
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 1200px){
            &{
                .holder_aspeto{
                    flex-wrap: wrap;
                    .single_aspeto{
                        padding: 10px;
                        .holder_single_aspeto{
                            padding: 40px 15px;
                            .conteudo{
                                h3{
                                    font-size: 20px;
                                }
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 992px){
            &{
                h2{
                    text-align: center;
                    max-width: 100%;
                }
                .holder_aspeto{
                    .single_aspeto{
                        padding: 10px;
                        width: 100%;
                        .holder_single_aspeto{
                            padding: 30px 15px;
                        }
                    }
                }
            }
        }
    }
}

.sustentabilidade{
    h2{
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
    }
    .holder_sustentabilidade{
        flex-wrap: wrap;
        margin-top: 60px;
        .single_sustentabilidade{
            width: 50%;
            padding: 20px;
            .holder_single_sustentabilidade{
                background: #13283D;
                height: 100%;
                border-radius: 30px;
                overflow: hidden;
                .imagem{

                    padding-bottom: 50%;
                    position: relative;
                    overflow: hidden;
                    img{
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }
                .conteudo{
                    padding: 35px;
                    color: #FFFFFF;
                    h3{
                        color: #6F9DB2;
                        padding-right: 130px;
                    }
                }
            }

        }
    }
    @media screen and (max-width: 1500px){
        &{
            .holder_sustentabilidade{
                .single_sustentabilidade{
                    .holder_single_sustentabilidade{
                        .conteudo{
                            h3{
                                padding-right: 0;
                            }
                        }
                    }

                }
            }
        }
    }
    @media screen and (max-width: 1200px){
        &{
            .holder_sustentabilidade{
                .single_sustentabilidade{
                    padding: 10px;
                    .holder_single_sustentabilidade{
                        .conteudo{
                            padding: 20px 15px;
                            h3{
                                padding-right: 0;
                            }
                        }
                    }

                }
            }
        }
    }
    @media screen and (max-width: 767px){
        &{
            .holder_sustentabilidade{
                .single_sustentabilidade{
                    padding: 10px 0;
                    width: 100%;
                    .holder_single_sustentabilidade{
                        .conteudo{
                            padding: 20px;
                        }
                    }

                }
            }
        }
    }
}
/*==============================================*/
/*SERVICOS*/
/*==============================================*/
#servico{
    .bloco-numeros{
        background: #6F9DB2;
        .holder_numeros{
            .single_numero{
                &:not(:first-child):before{
                    border-color: #9E9E9E;
                }
                .number-holder{
                    color: #fff;
                }
            }
        }
    }
    .single_servico{
        .holder_servico{
            flex-wrap: wrap;
            align-items: center;
            .info{
                width: 100%;
                .holder_info{
                    .descricao{
                        margin-top: 25px;
                        a{
                            color: #6F9DB2;
                        }
                    }
                    .botao{
                        margin-top: 40px;
                    }
                }
            }
            .imagens{
                width: 100%;
                flex-wrap: wrap;
                margin-top: 60px;
                .single_imagem{
                    padding: 10px;
                    width: 50%;
                    margin-top: -20px;
                    .holder_single_imagem{
                        padding-bottom: 190%;
                        overflow: hidden;
                        border-radius: 30px;
                        position: relative;
                        img{
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }
                    }

                    &.full{
                        width: 100%;
                        .holder_single_imagem{
                            padding-bottom: 90%;
                        }
                    }

                    &:nth-child(odd){
                    }
                    &:nth-child(even){
                        padding-top: 60px;
                    }
                }
            }
        }
        @media screen and (min-width: 993px){
            &{
                .holder_servico{
                    .info{
                        width: 50%;
                        .holder_info{
                            max-width: 506px;
                        }
                    }
                    .imagens{
                        width: 50%;
                        margin-top: 0;
                        .single_imagem{
                            padding: 20px;
                            margin-top: -40px;
                        }
                    }
                }
            }
            &:nth-child(even){
                .holder_servico{
                    .info{
                        order: 2;
                        padding-left: 60px;
                    }
                    .imagens{
                        order: 1;
                    }
                }
            }
            &:nth-child(odd){
                .holder_servico{
                    .info{
                        padding-right: 60px;
                    }
                }
            }
        }
    }

    .formulario{
        background: #13283D;
        h2{
            color: #fff;
        }
        form{
            margin-top: 30px;
        }
    }

}

.formulario{
    .alert{
        font-size: 14px;
    }
    .single_input{
        margin-bottom: 20px;
        label{
            font-weight: 500;
            color: #FFFFFF;
            margin-bottom: 10px;
        }
        .form-control{
            background: #FFFFFF;
            border: 1px solid #FFFFFF;
            border-radius: 30px;
            color: #13283D;
            outline: none;
        }
        textarea{
            height: 230px;
            resize: none;
        }
        &.rgpd{
            label,
            a{
                font-weight: 300;
                font-size: 12px;
                line-height: 15px;
                color: #FFFFFF;
            }
            a{
                text-decoration: none;
                &:hover{
                    text-decoration: underline;
                }
            }
        }
    }

    #form_testemunho{
        .single_input{
            textarea{
                height: 230px;
            }
        }
        @media screen and (max-height: 940px) {
            .single_input{
                label{
                    font-size: 15px;
                }
                margin-bottom: 10px;
                textarea{
                    height: 130px;
                }
            }
        }
    }
}
/*==============================================*/
/*LOGISTICA*/
/*==============================================*/
#logistica{
    .topo{
        background: #00060D;
        .zona_info{
            max-width: 1054px;
        }
        .descricao{
            font-weight: 400;
            font-size: 20px;
            line-height: 120%;
            color: #FFFFFF;
            margin-top: 40px;
        }
        .botao{
            margin-top: 40px;
        }
        @media screen and (max-width: 1400px) {
            & {
                .descricao {
                    font-size: 18px;
                }
            }
        }
        @media screen and (max-width: 1200px) {
            & {
                .descricao {
                    font-size: 16px;
                }
            }
        }
        @media screen and (max-width: 992px) {
            & {
                .descricao {
                    font-size: 14px;
                }
            }
        }
        .bloco-numeros {
            background: transparent;
            padding: 40px 0 0;
            h3{
                font-weight: 700;
                font-size: 30px;
                line-height: 120%;
                color: #6F9DB2;
            }
            .holder_numeros {
                justify-content: flex-start;
                margin-top: 15px;
                .single_numero {
                    width: auto;
                    position: relative;
                    padding: 0 25px;
                    .number-holder {
                        gap: 10px;
                        .zona_numero {
                            width: auto;
                        }
                        .title {
                            width: auto;
                        }
                    }
                }
            }
            @media screen and (max-width: 1400px) {
                & {
                    h3 {
                        font-size: 28px;
                    }
                }
            }
            @media screen and (max-width: 1200px) {
                & {
                    h3 {
                        font-size: 26px;
                    }
                }
            }
            @media screen and (max-width: 992px) {
                & {
                    h3 {
                        font-size: 24px;
                    }
                    .holder_numeros {
                        .single_numero {
                            padding: 0 10px;
                            .number-holder {
                                .title {
                                    width: 100%;
                                    text-align: left;
                                    span{
                                        width: 100%;
                                    }
                                }
                            }
                        }
                    }
                }
            }
            @media screen and (max-width: 650px){
                &{
                    .holder_numeros {
                        .single_numero {
                            width: 100%;
                            padding: 20px 0;
                            .number-holder {
                                justify-content: center;
                                .title {
                                    text-align: center;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .imagem_full{
        img{
            width: 100%;
        }
    }
    .bloco_imagem_numeros{
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background: #00060D;
        h2{
            color: #fff;
            font-size: 110px;
            line-height: 120%;
            max-width: 675px;
        }
        .custom_container{
            position: relative;
            z-index: 2;
        }
        .single_numero.big{
            color: #fff;
            padding: 85px 0;
            .title{
                font-size: 34px;
                margin-bottom: 45px;
            }
            .number-holder{
                .zona_numero{
                    font-size: 150px;
                    line-height: 120%;
                    font-weight: 700;
                }
            }
        }
        .single_numero{
            color: #fff;
            .title{
            }
            .number-holder{
                .zona_numero{

                }
            }
        }
        .lua,
        .terra{
            position: relative;
            .imagem{
                overflow: hidden;
            }
            .single_numero{
                position: absolute;
                width: 165px;
                z-index: 1;
                .title{
                }
                .number-holder{
                    .zona_numero{

                    }
                }
            }
            img{
                width: 100%;
            }
        }
        .lua{
            width: 47%;
            margin-left: auto;
            margin-top: -30vw;
            .single_numero{
                left: 15%;
                top: -15%;
                &:after{
                    content: '';
                    width: 1px;
                    height: 8.5vw;
                    background: #fff;
                    position: absolute;
                    transform: rotate(-15deg) translateX(-50%);
                    -moz-transform: rotate(-15deg) translateX(-50%);
                    -webkit-transform: rotate(-15deg) translateX(-50%);
                    top: Calc(100% + 10px);
                    left: 50%;
                }
                .title{
                }
                .number-holder{
                    .zona_numero{
                        gap: 5px;
                    }
                }
            }
            img{

            }
        }
        .terra{
            width: 40%;
            margin-top: Calc(-35vw + 85px);
            .single_numero{
                left: 34%;
                bottom: 45%;
                &:after{
                    content: '';
                    width: 1px;
                    height: 8.5vw;
                    background: #fff;
                    position: absolute;
                    transform: rotate(15deg) translateX(-50%);
                    -moz-transform: rotate(15deg) translateX(-50%);
                    -webkit-transform: rotate(27deg) translateX(-50%);
                    top: Calc(100% + 10px);
                    left: 4%;
                }
                .title{
                }
                .number-holder{
                    .zona_numero{

                    }
                }
            }
            img{

            }
        }
        @media screen and (max-width: 1400px) {
            &{
                h2{
                    font-size: 80px;
                    max-width: 600px;
                }
                .single_numero.big{
                    .title{
                        font-size: 25px;
                        margin-bottom: 30px;
                    }
                    .number-holder{
                        .zona_numero{
                            font-size: 110px;
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 1200px) {
            &{
                h2{
                    font-size: 60px;
                    max-width: 425px;
                }
                .single_numero.big{
                    .title{
                        font-size: 20px;
                        margin-bottom: 20px;
                    }
                    .number-holder{
                        .zona_numero{
                            font-size: 80px;
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 992px) {
            &{
                .single_numero.big{
                    padding: 40px 0;
                }
            }
        }
        @media screen and (max-width: 767px) {
            &{
                h2{
                    font-size: 40px;
                    max-width: 425px;
                    text-align: center;
                    margin: 0 auto;
                }
                .single_numero.big{
                    text-align: center;
                    .title{
                        font-size: 18px;
                        margin-bottom: 10px;
                    }
                    .number-holder{
                        justify-content: center;
                        .zona_numero{
                            font-size: 50px;
                            justify-content: center;
                        }
                    }
                }
                .lua{
                    margin-top: 40px;
                    .single_numero {
                        left: -9%;
                    }
                }
                .terra{
                }
            }
        }
        @media screen and (max-width: 400px) {
            &{
                h2{
                    font-size: 25px;
                }
                .single_numero.big{

                    .title{
                        font-size: 16px;
                    }
                    .number-holder{
                        .zona_numero{
                            font-size: 30px;
                        }
                    }
                }
                .lua{
                    margin-top: 20px;
                    .single_numero {
                        left: -30%;
                    }
                }
                .terra{
                }
            }
        }
    }
    .rede{
        h2.mobile{
            display: none;
            text-align: center;
        }
        h2{
            color: #13283D;
        }
        .holder_rede{
            flex-wrap: wrap;
            align-items: center;
            .imagem{
                width: 50%;
                img{
                    width: 100%;
                }
            }
            .info{
                width: 50%;
                padding-left: 40px;
                h2{
                    max-width: 600px;
                }
                .single_rede{
                    padding-top: 35px;
                    h3{
                        font-weight: 700;
                        font-size: 20px;
                        line-height: 120%;
                        color: #6F9DB2;
                        padding-left: 30px;
                        border-left: 5px solid #6F9DB2;
                    }
                    .descricao{
                        margin-top: 35px;
                    }
                    .botao{
                        margin-top: 20px;
                    }
                }
            }
        }
        @media screen and (max-width: 992px) {
            &{
                h2.mobile{
                    display: block;
                }
                h2.desktop{
                    display: none;
                }

                .holder_rede{
                    .imagem{
                        width: 100%;
                    }
                    .info{
                        width: 100%;
                        padding-left: 0;
                    }
                }
            }
        }
    }
    .servicos{
        background: #6F9DB2;
        .holder_servicos{
            flex-wrap: wrap;
            .single_servico{
                width: Calc(100% / 3);
                padding: 10px;
                .holder_single_servico{
                    background: #FFFFFF;
                    border-radius: 30px;
                    height: 100%;
                    text-align: center;
                    padding: 50px;
                    .imagem{
                        width: 50px;
                        height: 50px;
                        position: relative;
                        overflow: hidden;
                        margin: 0 auto 20px auto;
                        img{
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                        }
                    }
                    h3{
                        font-weight: 700;
                        font-size: 25px;
                        line-height: 120%;
                        color: #13283D;
                        margin-bottom: 10px;
                    }
                }
            }
        }
        @media screen and (max-width: 1400px){
            &{
                .holder_servicos{
                    .single_servico{
                        .holder_single_servico{
                            padding: 30px;
                            h3{
                                font-size: 22px;
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 1200px){
            &{
                .holder_servicos{
                    .single_servico{
                        .holder_single_servico{
                            h3{
                                font-size: 20px;
                            }
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 1200px){
            &{
                .holder_servicos{
                    .single_servico{
                        .holder_single_servico{
                            padding: 20px;
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 767px){
            &{
                .holder_servicos{
                    .single_servico{
                        width: 100%;
                    }
                }
            }
        }
    }
    .sustentabilidade{
        h2{
            color: #13283D;
            margin: 0 auto;
            max-width: 500px;
        }
        .holder_sustentabilidade {
            margin-top: 40px;
        }
    }
}

/*==============================================*/
/*MEDIA*/
/*==============================================*/
#media{
    .titulo{
        .subtitulo{
            font-weight: 700;
            color: #6F9DB2;
            text-align: center;
            max-width: 1020px;
            margin: 0 auto;
            .h2{
                color: #13283D;
                text-align: center;
                margin-top: 20px;
            }
        }
    }
}

.noticias{
    .holder_categorias{
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
        .single_categoria{
            &.active{
                .btn1{
                    background: #13283D;
                    color: #FFECEC;
                    border-color: #13283D;
                }
            }
        }
    }
    .listagem_noticias{
        margin-top: 50px;
        flex-wrap: wrap;
        .single_noticia{
            padding: 10px;
            width: Calc(100% / 3);
            .holder_single_noticia{
                background: #13283D;
                border-radius: 30px;
                overflow: hidden;
                text-align: center;
                height: 100%;
                display: flex;
                flex-wrap: wrap;
                align-content: space-between;
                a{
                    color: inherit;
                    text-decoration: none;
                }
                .imagem{
                    padding-bottom: 50%;
                    overflow: hidden;
                    position: relative;
                    img{
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }
                .info{
                    width: 100%;
                    padding: 35px 35px 0;
                    h3{
                        font-weight: 700;
                        font-size: 25px;
                        line-height: 120%;
                        color: #FFFFFF;
                    }
                    .descricao{
                        color: #fff;
                        margin-top: 10px;
                    }
                }
                .botao{
                    width: 100%;
                    margin-top: 20px;
                    padding-bottom: 35px;
                }
            }
        }
        .paginacao{
            width: 100%;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin-top: 30px;
            .single_pag{
                cursor: pointer;
                font-weight: 500;
                font-size: 16px;
                line-height: 24px;
                color: #13283D;
                display: inline-flex;
                justify-content: center;
                align-items: center;

                &.disabled{
                    display: none !important;
                    cursor: default;
                }
                &.seta{
                    display: flex;
                    gap: 5px;
                    justify-content: center;
                    align-items: center;
                    i{
                        color: #6F9DB2;
                    }
                }
                &:not(.seta){
                    width: 35px;
                    height: 35px;
                    border-radius: 50%;
                    &.active{
                        background: #6F9DB2;
                        color: #fff;
                        cursor: default;
                    }
                }
            }
        }
    }
    @media screen and (max-width: 1400px){
        &{
            .listagem_noticias{
                .single_noticia{
                    .holder_single_noticia {
                        & .info {
                            h3 {
                                font-size: 22px;
                            }
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 1200px){
        &{
            .listagem_noticias{
                .single_noticia{
                    .holder_single_noticia {
                        .info {
                            padding: 20px;
                            h3 {
                                font-size: 20px;
                            }
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 992px){
        &{
            .listagem_noticias{
                .single_noticia{
                    padding: 10px 0;
                    width: 100%;
                }
            }
        }
    }
}


/*==============================================*/
/*NOTICIA*/
/*==============================================*/
#noticia{
    .info_noticia{
        .holder_info{
            flex-wrap: wrap;
            .imagem{
                width: 50%;
                position: relative;
                padding-right: 40px;
                border-radius: 30px;
                overflow: hidden;
                background: #f1f1f1;
                padding-bottom: 50%;

                img,
                video,
                .iframe_holder,
                iframe{
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
            .info{
                padding-left: 40px;
                width: 50%;
                .h2{
                    color: #13283D;
                }
                .descricao{
                    margin-top: 35px;
                }
                .data{
                    font-weight: 700;
                    font-size: 20px;
                    line-height: 29px;
                    color: #6F9DB2;
                    padding-left: 30px;
                    margin-top: 35px;
                    border-left: 5px solid #6F9DB2;
                }
                .imagens{
                    margin-top: 35px;
                    .single_imagem{
                        position: relative;
                        padding-bottom: 56%;
                        border-radius: 30px;
                        overflow: hidden;
                        background: #f1f1f1;
                        img,
                        video,
                        .iframe_holder,
                        iframe{
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                        }
                    }
                }
            }
        }

        .descricao{
            margin-top: 50px;
        }

        @media screen and (max-width: 1400px){
            &{
                .holder_info{
                    .info{
                        .data{
                            font-size: 18px;
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 1200px){
            &{
                .holder_info{
                    .info{
                        .data{
                            font-size: 16px;
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 992px){
            &{
                .holder_info{
                    .imagem{
                        width: 100%;
                        order: 2;
                        padding-bottom: 100%;
                        padding-right: 0;
                        margin-top: 40px;
                    }
                    .info{
                        width: 100%;
                        order: 1;
                        padding-left: 0;
                    }
                }
            }
        }
    }
    .noticias {
        .titulo{
            h2{
                color: #13283D;
            }
            .descricao{
                margin-top: 20px;
                color: #6F9DB2;
            }
        }
        .listagem_noticias {
            .single_noticia {
                .holder_single_noticia {
                    height: 100%;
                }
            }
        }
    }
}

/*==============================================*/
/*RGPD*/
/*==============================================*/
.politica_privacidade{
    color: rgba(19, 40, 61, 0.5);
    a{
        color: inherit;
    }
    h1{
        font-weight: 700;
        font-size: 25px;
        line-height: 106.4%;
        color: #13283D;
        margin-bottom: 50px;
    }
    h2{
        font-weight: 600;
        font-size: 17px;
        line-height: 21px;
        color: #005089;
    }
}


/*==============================================*/
/*CONTACTOS*/
/*==============================================*/
#contactos{
    .holder_contactos{
        flex-wrap: wrap;
        background: #005089;
        border-radius: 20px;
        overflow: hidden;
        .contactos{
            width: 40%;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            position: relative;
            &:after{
                content: '';
                background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                position: absolute;
                z-index: 1;
            }
            .conteudo{
                position: absolute;
                z-index: 2;
                bottom: 0;
                left: 0;
                width: 100%;
                padding: 35px;
                color: #FFFFFF;
                font-weight: 300;
                strong, b{
                    font-weight: 700;
                }
                a{
                    color: inherit;
                    text-decoration: none;
                    &:hover{
                        text-decoration: underline;
                    }
                }
                .botao{
                    margin-top: 50px;
                }
            }
        }
        .formulario{
            width: 60%;
            padding: 40px 60px;
            h1{
                color: #fff;
                text-align: center;
                margin-bottom: 30px;
            }
        }
    }

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

        .holder_contactos{
            .formulario{
                padding: 40px;
            }
        }
    }
    @media screen and (max-width: 992px){

        .holder_contactos{
            .contactos{
                width: 100%;
            }
            .formulario{
                width: 100%;
            }
        }
    }
    @media screen and (max-width: 767px){

        .holder_contactos{
            .contactos{
                width: 100%;
                .conteudo {
                    position: relative;
                    padding: 40px 15px;
                }
            }
            .formulario{
                padding: 40px 20px;
            }
        }
    }
}

/*==============================================*/
/*DEVOLUÇÕES*/
/*==============================================*/
#devolucoes{
    .holder_contactos{
        flex-wrap: wrap;
        overflow: hidden;

        .formulario{
            width: 60%;
            padding: 40px 60px;
            margin: 0 auto;
            background: #005089;
            border-radius: 20px;
        }
    }

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

        .holder_contactos{
            .formulario{
                padding: 40px;
            }
        }
    }
    @media screen and (max-width: 992px){

        .holder_contactos{
            .formulario{
                width: 100%;
            }
        }
    }
    @media screen and (max-width: 767px){
        .holder_contactos{
            .formulario{
                padding: 40px 20px;
            }
        }
    }

}

/*==============================================*/
/*CARRINHO*/
/*==============================================*/

#checkout{
    .table-produtos{
        margin-top: 20px;
        a{
            color: inherit;
            text-decoration: none;
            &:hover{
                text-decoration: underline;
            }
        }
    }
    .table-produtos.table>:not(caption)>*>* {
        background: transparent;
        box-shadow: none;
        border: none;
    }
    .h2{
        text-align: left;
        color: #13283D;
    }
    .count_produtos_carrinho{
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        color: #6F9DB2;
    }
    .selecionar_produtos{
        margin-top: 35px;
        span{
            width: 30px;
            height: 30px;
            color: #fff;
            display: inline-flex;
            background: #6F9DB2;
            border-radius: 50%;
            justify-content: center;
            align-items: center;
        }
    }
    .holder_passo1{
        flex-wrap: wrap;
        .esquerda{
            width: 100%;
            padding-right: 0;
            .table-produtos{
                tr{
                    display: flex;
                    align-items: center;
                }
                td{
                    padding-top: 20px;
                    padding-bottom: 20px;
                }
                td.image{
                    width: 140px;
                }
                td.referencia{
                    width: 200px;

                    .product-ref{
                        text-transform: uppercase;
                        color: #6F9DB2;
                        margin-bottom: 0;
                        display: block;
                    }
                }
                td.desc{
                    width: Calc(100% - 325px);
                    .prod-name{
                        font-weight: 500;
                        font-size: 25px;
                        line-height: 120%;
                        color: #13283D;
                    }
                }
                td.preco{
                    width: 200px;
                    text-align: right;
                    .preco{
                        font-weight: 400;
                        font-size: 28px;
                    }
                }
                td.qty{
                    width: 140px;
                    text-align: center;
                    margin: 0;
                    .qty-box{
                        margin: 0;
                    }
                }
                td.price{
                    width: 45px;
                    text-align: right;
                    color: rgba(111, 157, 178, 0.2);
                    .svg-icon svg, .svg-icon .svg {
                        width: 100%;
                        height: auto !important;
                        /*fill: rgba(111, 157, 178, 0.2);*/
                        fill: rgb(111, 157, 178);
                    }
                }
                td.input_checkbox{
                    padding: 0;
                    width: 15px;
                }
                .imagem{
                    width: 100%;
                    padding-bottom: 100%;
                    height: 0;
                    position: relative;
                    background: #ECECEC;
                    border-radius: 30px;
                    overflow: hidden;
                    img{
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%,-50%);
                        -moz-transform: translate(-50%,-50%);
                        -webkit-transform: translate(-50%,-50%);
                        width: 90% !important;
                        height: 90% !important;
                        object-fit: contain !important;
                    }
                }
            }

            @media screen and (max-width: 1500px){
                &{
                    .table-produtos{
                        td.image{
                            width: 120px;
                        }
                        td.desc{
                            width: Calc(100% - 325px);
                            .prod-name{
                                font-size: 22px;
                            }
                        }
                    }
                }
            }

            @media screen and (max-width: 1400px){
                &{
                    .table-produtos{
                        td.image{
                            width: 120px;
                        }
                        td.desc{
                            width: Calc(100% - 325px);
                            .prod-name{
                                font-size: 20px;
                            }
                        }

                        td.preco{
                            .preco{
                                font-size: 22px;
                            }
                        }
                    }
                }
            }

            @media screen and (max-width: 1300px){
                &{
                    .table-produtos{
                        td.image{
                            width: 110px;
                        }
                        td.desc{
                            width: Calc(100% - 315px);
                            .prod-name{
                                font-size: 16px;
                            }
                        }

                        td.preco{
                            .preco{
                                font-size: 18px;
                            }
                        }

                    }
                }
            }

            @media screen and (max-width: 992px){
                &{
                    .zona_tabela{
                        width: 100%;
                        overflow: auto;
                    }
                    .table-produtos {
                        td {
                            padding-top: 5px;
                            padding-bottom: 5px;
                        }
                        tr {
                            padding: 10px;
                            flex-wrap: wrap;
                            &:nth-child(even){
                                background: #e7f1f56e;
                            }
                        }
                        td.image{
                            width: 110px;
                        }
                        td.referencia{
                            width: Calc(100% - 110px);
                        }
                        td.desc{
                            width: 100%;
                        }

                        td.preco{
                            width: 100%;
                        }

                    }
                }
            }
            @media screen and (max-width: 767px){
                &{
                    .table-produtos {
                        td.image {
                            display: none;
                        }
                        td.price {
                            min-width: unset;
                        }
                        td.desc {
                            width: 100%;
                        }
                        td.referencia{
                            width: 100%;
                        }
                    }
                }
            }
        }
        .direita{
            width: 500px;
            margin-top: 15px;
            margin-left: auto;

            .holder_resumo_encomenda{
                background: #13283D;
                border-radius: 30px;
                padding: 35px;
                h3{
                    font-size: 30px;
                    color: #fff;

                    @media screen and (max-width: 1400px) {
                        &{
                            font-size: 28px;
                        }
                    }
                    @media screen and (max-width: 1200px) {
                        &{
                            font-size: 26px;
                        }
                    }
                    @media screen and (max-width: 992px) {
                        &{
                            font-size: 24px;
                        }
                    }
                }
                .table-produtos{
                    tr{
                        display: flex;
                        &.totais{
                            border-top: 1px solid #6F9DB2;
                            margin-top: 20px;
                            padding-top: 20px;
                        }
                    }
                    td{
                        color: #fff;
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 160%;
                        padding-top: 5px;
                        padding-bottom: 5px;
                        &.price{
                            width: 85px;
                            text-align: right;
                        }
                        &.qty{
                            width: 50px;
                            margin: 0;
                            text-align: right;
                        }
                        &.desc{
                            width: Calc(100% - 135px);
                        }
                        &.desc.total{
                            width: Calc(100% - 85px);
                            text-align: left;
                        }
                        a{
                            color: inherit;
                            text-decoration: none;
                        }
                    }
                }

                .botoes{
                    margin-top: 10px;
                    button{
                        width: 100%;
                    }
                }
            }
            @media screen and (max-width: 992px){
                &{
                    .holder_resumo_encomenda {
                        padding: 30px;
                    }
                }
            }
            @media screen and (max-width: 767px){
                &{
                    .holder_resumo_encomenda {
                        padding: 30px 15px;
                    }
                }
            }
        }

        .zona_input_desconto{
            position: relative;
            #check_discount{
                min-width: unset;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                padding: 6px 25px;
            }
            #desconto{
                width: 100%;
                padding: 13px 24px;
                background: #13283D;
                border: 1px solid #000000;
                border-radius: 30px;
                color: #fff;
            }
        }
        #mensagem_desconto{
            margin-top: 10px;
            font-size: 14px;
        }
        @media screen and (max-width: 992px) {
            &{
                .esquerda{
                    width: 100%;
                }
                .direita{
                    width: 100%;
                }
            }
        }
    }


    .bloco_produtos_home {
        .produtos-checkout{
            display: flex;
            flex-wrap: wrap;
            padding-top: 60px;
            justify-content: center;

            .bloco_produto{
                padding: 30px 25px;
                background-color: #fff;
                margin-bottom: 30px;
                display: block;

                .img_holder{
                    position: relative;

                    .discount-label{
                        background: #D63A2F;
                        border-radius: 5px;
                        font-weight: 700;
                        font-size: 14px;
                        line-height: 18px;
                        text-align: center;
                        color: #FFFFFF;
                        padding: 3px 10px;
                        display: inline-block;
                        margin-right: 5px;
                        position: relative;
                        z-index: 2;
                    }

                    .novo-label{
                        background: #13283D;
                        border-radius: 5px;
                        font-weight: 700;
                        font-size: 14px;
                        line-height: 18px;
                        text-align: center;
                        color: #FFFFFF;
                        padding: 3px 10px;
                        display: inline-block;
                        margin-right: 5px;
                        position: relative;
                        z-index: 2;
                    }

                    .img{
                        margin-top: -12px;

                        img{
                            width: 100%;
                            height: 200px;
                            object-fit: contain;
                        }
                    }

                }

                .marca{
                    margin-top: 10px;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 22px;
                    text-transform: uppercase;
                    color: rgba(0, 0, 0, 0.2);
                }

                .nome{
                    font-weight: 600;
                    font-size: 17px;
                    line-height: 28px;
                    letter-spacing: -1px;
                    text-transform: uppercase;
                    color: #13283D;
                    margin: 5px 0;
                }

                .price_holder{
                    margin-bottom: 20px;

                    .price{
                        font-weight: 700;
                        font-size: 16px;
                        line-height: 24px;
                        /* color: #D63A2F; */
                        color: #13283D;
                        display: inline-block;
                        margin-right: 15px;
                    }

                    .old_price{
                        font-weight: 400;
                        font-size: 16px;
                        line-height: 26px;
                        text-decoration-line: line-through;
                        color: #626262;
                    }

                }

            }
        }
        @media screen and (max-width: 992px){
            &{
                .produtos-checkout{
                    padding-top: 20px;
                }
                h3{
                    text-align: center;
                }
            }
        }
    }
}


/*==============================================*/
/*ÁREA RESERVADA*/
/*==============================================*/

.area_reservada_forms{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    .form-login-holder{
        background: rgba(255, 255, 255, 0.7);
        border-radius: 20px;
        max-width: 600px;
        padding: 0;
        overflow: hidden;
        .single_input{
            margin-bottom: 15px;
            label{
                font-weight: 500;
                font-size: 16px;
                line-height: 24px;
                color: #143355;
                margin-bottom: 10px;
            }
            .input{
                color: #13283D;
                outline: none;
                background: rgba(255, 255, 255, 0.3);
                border: 1px solid #13283D;
                border-radius: 50px;
                padding: 15px 25px;
            }

            .opcoes_tipo{
                text-align: center;

                .holder_tipo{
                    display: inline-block;
                    width: 200px;
                    position: relative;
                    padding: 0 15px;
                    margin-bottom: 15px;
                    cursor: pointer;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    transform: scale(1, 1);
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    transition: all .3s;

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

                    label{
                        display: block;
                        margin-bottom: 0;
                        text-align: center;
                        box-shadow: 0 2px 22px 0 rgba(230, 230, 230, 0.80);
                        min-height: 90px;
                        position: relative;
                        cursor: pointer;
                        border-radius: 10px;

                        span{
                            position: absolute;
                            top: 50%;
                            -webkit-transform: translateY(-50%);
                            -ms-transform: translateY(-50%);
                            transform: translateY(-50%);
                            display: block;
                            width: 90%;
                            margin-left: 5%;
                        }
                    }

                    input:checked ~ label{
                        background-color: #005089;
                        color: #fff;
                    }

                }
            }

        }
        .title{
            padding: 0;
            text-align: center;
            text-transform: unset;
            border-bottom: none;
            margin-bottom: 40px;
            h1{
                font-weight: 600;
                font-size: 24px;
                line-height: 120%;
                color: #13283D;
            }
            .descricao{
                font-weight: 500;
                font-size: 14px;
                line-height: 22px;
                color: #13283D;
                text-transform: none;
            }

        }
        .content{
            padding: 50px 75px;
            .form-row-password{
                margin: 0;
            }
            .recuperar{
                font-weight: 500;
                font-size: 14px;
                line-height: 19px;
                color: #143355;
                padding-left: 25px;
                margin-top: -10px;
                a{
                    color: inherit;
                }
            }
            .form-row-password .show-password {
                right: 25px !important;
                top: 18px !important;
                opacity: 1;
                color: #143355;
                &:after{
                    width: 25px;
                    height: 4px;
                    background: #143355;
                    content: '';
                    position: absolute;
                    border-top: 1px solid #fff;
                    border-bottom: 1px solid #fff;
                    top: 79%;
                    left: 35%;
                    transform: rotate(34deg) translate(-50%, -50%);
                    -moz-transform: rotate(34deg) translate(-50%, -50%);
                    -webkit-transform: rotate(34deg) translate(-50%, -50%);
                }
            }
            .form-row-password.showned-password .show-password {
                &:after{
                    display: none;
                }
            }
            .alertas{
                font-size: 14px;
                margin-top: 20px;
            }
            .botoes{
                flex-wrap: wrap;
                align-items: flex-end;
                margin-top: 50px;
                justify-content: center;
                .single_botao{
                    width: 50%;
                    padding: 5px;
                    &.novo_registo{
                        text-align: center;
                        font-weight: 500;
                        font-size: 10px;
                        line-height: 15px;
                        color: #13283D;
                    }
                    .btn1{
                        font-size: 14px;
                        line-height: 22px;
                        text-transform: unset;
                    }
                }
            }


            @media screen and (max-width: 992px) {
                &{
                    padding: 50px;
                }
            }
            @media screen and (max-width: 567px) {
                &{
                    padding: 50px 20px;
                }
            }
            @media screen and (max-width: 460px) {
                &{
                    .botoes{
                        margin-top: 20px;
                        .single_botao{
                            width: 100%;
                            &.novo_registo{
                                margin-top: 40px;
                            }
                        }
                    }
                }
            }
        }
        .zona_funcionalidades{
            padding: 30px;
            background: #6F9DB2;
            h3{
                font-weight: 700;
                font-size: 23px;
                line-height: 120%;
                color: #FFFFFF;
                text-align: center;
            }
            .holder_funcionalidades{
                flex-wrap: wrap;
                margin-top: 10px;
                .single_funcionalidade{
                    width: Calc(100% / 4);
                    padding: 10px 5px;
                    .imagem{
                        width: 50px;
                        height: 50px;
                        position: relative;
                        margin: 0 auto 10px auto;
                        img{
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%,-50%);
                            -moz-transform: translate(-50%,-50%);
                            -webkit-transform: translate(-50%,-50%);
                            width: 100%;
                            height: 100%;
                            object-fit: contain !important;
                        }
                    }
                    .descricao{
                        font-weight: 600;
                        font-size: 11.9px;
                        line-height: 15px;
                        text-align: center;
                        color: #FFFFFF;
                    }
                }
            }


            @media screen and (max-width: 567px) {
                &{
                    padding: 30px 15px;
                    .holder_funcionalidades{
                        .single_funcionalidade{
                            width: Calc(100% / 2);
                            padding: 10px 5px;
                        }
                    }
                }
            }
        }
    }

    &.profissional{
        .form-login-holder{
            background: #fff;
            .title {
                .descricao,
                h1 {
                    color: #D6AAA7;
                }
            }
            .single_input {
                label {
                    color: #D6AAA7;
                }
                .input {
                    color: #D6AAA7;
                    background: #fff;
                    border: 1px solid #D6AAA7;
                }
            }
            .content {
                .recuperar {
                    a {
                        color: #D6AAA7;
                    }
                }
                .botoes {
                    .single_botao {
                        &.novo_registo {
                            color: #D6AAA7;
                        }
                    }
                }
            }
            .zona_funcionalidades {
                background: #D6AAA7;
            }
        }
    }
}

.area_reservada_forms.profissional {
    .form-login-holder {
        .single_input {
            .opcoes_tipo {
                .holder_tipo {
                    input:checked ~ label {
                        background-color: #D6AAA7;
                    }
                }
            }
        }
    }
}


/*==============================================*/
/*SOBRE*/
/*==============================================*/
#sobre{
    .bloco-numeros {
        @media screen and (min-width: 1200px) {
            &{
                .holder_numeros {
                    .single_numero {
                        .number-holder {
                            max-width: 275px;
                            margin: 0 auto;
                        }
                    }
                }
            }
        }
        @media screen and (max-width: 1300px) {
            &{
                .holder_numeros {
                    .single_numero {
                        width: Calc(100% / 3);
                    }
                }
            }
        }
        @media screen and (max-width: 650px) {
            &{
                .holder_numeros {
                    .single_numero {
                        width: 100%;
                    }
                }
            }
        }
    }

    .topo{
        .zona_info{
            flex-wrap: wrap;
            .esquerda{
                width: 45%;
                padding-right: 100px;
            }
            .direita{
                width: 55%;
                img{
                    width: 100%;
                    border-radius: 30px;
                }
            }
            h2{
                color: #13283D;
            }
            .conteudo{
                font-weight: 400;
                font-size: 20px;
                line-height: 120%;
                color: rgba(19, 40, 61, 0.4);
                margin-top: 35px;
                .descricao{
                    color: #13283D;
                }
            }
        }
        &.mais_info{
            padding-top: 0;
            .zona_info{
                .conteudo{
                    margin-top: 0;
                    .descricao{
                        margin-bottom: 35px;
                    }
                }
            }
        }

        @media screen and (max-width: 1400px){
            .zona_info{
                .conteudo{
                    font-size: 18px;
                }
            }
        }
        @media screen and (max-width: 1200px){
            .zona_info{
                .conteudo{
                    font-size: 16px;
                }
            }
        }
        @media screen and (max-width: 992px){
            .zona_info{
                .esquerda{
                    width: 100%;
                    padding-right: 0;
                }
                .direita{
                    width: 100%;
                    margin-top: 40px;
                }
                .conteudo{
                    margin-top: 20px;
                }
            }
            &.mais_info{
                .zona_info{
                    padding-top: 40px;
                    .direita{
                        margin-top: 0;
                    }
                }
            }
        }
    }
    .grupo{
        background: #13283D;
        padding-bottom: 25vw;
        color: #FFFFFF;
        h2{
            margin-top: 20px;
        }
        .descricao{
            margin-top: 20px;
            font-size: 20px;
            line-height: 140%;
            color: #FFFFFF;
        }

        @media screen and (max-width: 1400px){
            &{
                .descricao{
                    font-size: 18px;
                }
            }
        }
        @media screen and (max-width: 1200px){
            &{
                .descricao{
                    font-size: 16px;
                }
            }
        }
        @media screen and (max-width: 767px){
            &{
                padding-bottom: 35vw;
            }
        }
    }
    .imagem_grupo{
        margin-top: -25vw;
        img{
            width: 100%;
            border-radius: 30px;
        }

        @media screen and (max-width: 767px){
            &{
                margin-top: -35vw;
            }
        }
    }
    .contadores_grupos{
        padding-top: 0;
        .holder_numeros{
            flex-wrap: wrap;
            .single_numero{
                width: Calc(100% / 4);
                .holder_single_numero{
                    text-align: center;
                    margin: 0 auto;
                    max-width: 210px;
                    font-weight: 500;
                    font-size: 22px;
                    line-height: 120%;
                    color: #000000;
                }
            }
        }

        @media screen and (max-width: 1400px){
            .holder_numeros{
                .single_numero{
                    .holder_single_numero{
                        font-size: 20px;
                        max-width: 195px;
                    }
                }
            }
        }
        @media screen and (max-width: 1200px){
            .holder_numeros{
                .single_numero{
                    .holder_single_numero{
                        font-size: 18px;
                        max-width: 155px;
                    }
                }
            }
        }
        @media screen and (max-width: 1200px){
            .holder_numeros{
                .single_numero{
                    .holder_single_numero{
                        font-size: 16px;
                    }
                }
            }
        }
        @media screen and (max-width: 992px){
            .holder_numeros{
                .single_numero{
                    width: 50%;
                    padding: 20px 15px;
                }
            }
        }
        @media screen and (max-width: 380px){
            .holder_numeros{
                .single_numero{
                    width: 100%;
                    padding: 20px 0;
                }
            }
        }
    }
    .historia{
        padding-bottom: 40px;

        .titulo{
            text-align: center;

            .descricao,
            h2{
                font-weight: 700;
                font-size: 30px;
                line-height: 140%;
                color: #6F9DB2;
                margin-bottom: 0;
            }
            .descricao{
                font-weight: 500;
                color: #13283D;
            }

            @media screen and (max-width: 1400px){
                &{
                    .descricao,
                    h2{
                        font-size: 28px;
                    }
                }
            }
            @media screen and (max-width: 1200px){
                &{
                    .descricao,
                    h2{
                        font-size: 26px;
                    }
                }
            }
            @media screen and (max-width: 992px){
                &{
                    .descricao,
                    h2{
                        font-size: 24px;
                    }
                }
            }
            @media screen and (max-width: 767px){
                &{
                    .descricao,
                    h2{
                        font-size: 22px;
                    }
                }
            }
            @media screen and (max-width: 7567px){
                &{
                    .descricao,
                    h2{
                        font-size: 20px;
                    }
                }
            }
        }
        .holder_historia_datas{
            margin-top: 140px;
            margin-bottom: 45px;
            .single_data{
                text-align: center;
                padding-bottom: 15px;
                position: relative;
                border-bottom: 3px dashed #6F9DB2;
                margin-bottom: 10px;
                font-weight: 400;
                font-size: 20px;
                line-height: 140%;
                color: #6F9DB2;
                cursor: pointer;

                &:after{
                    content: '';
                    position: absolute;
                    width: 14px;
                    height: 14px;
                    background: #6F9DB2;
                    border-radius: 50%;
                    left: 50%;
                    bottom: -8px;
                    transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                }
            }

            .owl-item.current{
                .single_data{
                    font-weight: 900;
                    color: #13283D;
                    &:after{
                        background: #13283D;
                    }
                }
            }
            .owl-nav{
                margin-top: 40px;
            }

            @media screen and (max-width: 567px){
                &{
                    margin-top: 70px;
                    margin-bottom: 40px;
                }
            }
        }
        .holder_historia_info{
            .single_historia_info{
                .holder_single_historia_info{
                    flex-wrap: wrap;
                    .helper,
                    .imagem,
                    .info{
                        width: Calc(100% / 3);
                        padding: 0 15px;
                    }
                    .imagem{
                        img{
                            width: 100%;
                            border-radius: 30px;
                        }
                    }
                }
            }

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

                .single_historia_info{
                    .holder_single_historia_info.invert{
                        .info{
                            order: 2;
                        }
                        .imagem{
                            order: 3;
                        }
                        .helper{
                            order: 1;
                        }
                    }
                }
            }

            @media screen and (max-width: 1200px){
                &{
                    .single_historia_info{
                        .holder_single_historia_info{
                            .helper,
                            .imagem,
                            .info{
                                width: 50%;
                                padding: 0 15px;
                            }
                            .helper{
                                display: none;
                            }
                        }
                    }
                }
            }
            @media screen and (max-width: 567px){
                &{
                    margin-top: 20px;
                    .single_historia_info{
                        .holder_single_historia_info{
                            .helper,
                            .imagem,
                            .info{
                                width: 100%;
                                padding: 15px 0;
                            }
                        }
                    }
                }
            }
        }
    }

    .owl-nav:not(.disabled){
        display: flex;
        gap: 10px;
        button{
            width: 48px;
            height: 48px;
            background: #FFFFFF;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 24px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            svg{

            }
            &.owl-next{

            }
            &.owl-prev{

            }
        }
    }

    .documentacao{
        padding-top: 40px;

        .titulo{
            padding-right: 120px;
            h2{
                color: #13283D;
            }
        }
        .holder_documentacao{
            margin-top: 60px;
            .owl-nav{
                position: absolute;
                right: 0;
                top: -108px;
            }
            .single_documento{
                padding: 30px;
                .holder_single_data{
                    box-shadow: 7px 7px 31.5px rgba(0, 0, 0, 0.25);
                    border-radius: 20px;
                    .imagem{
                        width: 100%;
                        padding-bottom: 142%;
                        height: 0;
                        position: relative;
                        overflow: hidden;
                        border-radius: 20px;
                        img{
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%,-50%);
                            -moz-transform: translate(-50%,-50%);
                            -webkit-transform: translate(-50%,-50%);
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }
                    }
                }
            }
        }

        @media screen and (max-width: 992px) {
            .titulo {
                padding-right: 0;
                text-align: center;
            }
            .holder_documentacao{
                margin-top: 40px;
                padding-top: 60px;
                .owl-nav{
                    position: absolute;
                    right: unset;
                    left: 0;
                    top: 0;
                    justify-content: center;
                    width: 100%;
                }
            }
        }
    }
}



/*==================================================================================================*/
/*POPUP IDADE*/
/*==================================================================================================*/
.popup_idade {
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    position: fixed;
    z-index: 10000000000000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    &.display_none{
        display: none !important;
    }
    .holder_idade {
        width: 100%;
        max-width: 520px;
        margin: auto;
        background: #fff;
        min-height: 380px;
        padding: 60px;
        text-align: center;
        max-height: 100vh;
        overflow: auto;
        border-radius: 20px;
        .botoes{
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
        }
        img{
            width: 200px;
            max-width: 100%;
        }
        h2{
            margin: 40px 0;
        }
        .descricao{
            margin-top: 30px;
        }

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

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

    }
}


/*==================================================================================================*/
/*CONTA*/
/*==================================================================================================*/

.account-page{
    background: #FBFBFB;
}
.account-page .content-area{
    overflow: hidden;
}

.account-page .content-area .account-navigation{
    width: 23%;
    float: left;
}

.account-page .content-area .account-navigation ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.account-page .content-area .account-navigation ul li{
    background-color: #fff;
    border-bottom: 0.5px solid rgba(111, 157, 178, 0.4);
    border-right: 6px solid transparent;
}

.account-page .content-area .account-navigation ul li .holder_menu{
    display: flex;
    gap: 25px;
    .icon{
        width: 30px;
    }
    .nome{
        width: Calc(100% - 30px);
    }
}

.account-page .content-area .account-navigation ul li a{
    color: #000;
    display: block;
    padding: 30px 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #13283D;
    text-decoration: none;
}

.account-page .content-area .account-navigation ul li:hover,
.account-page .content-area .account-navigation ul li.active{
    border-right: 6px solid #6F9DB2;
}

.account-page .content-area .account-content{
    width: 73%;
    float: right;

    font-size: 15px;
    h5{
        font-size: 18px;
        font-weight: 600;
    }

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

.account-page .content-area .account-content input[type="text"],
.account-page .content-area .account-content input[type="email"],
.account-page .content-area .account-content input[type="password"],
.account-page .content-area .account-content select,
.account-page .content-area .account-content textarea{
    width: 100%;
}

.account-page .content-area .account-content .password-field{
    position: relative;
}

.account-page .content-area .account-content .password-field .show-password{
    position: absolute;
    top: Calc( 50% - 12px );
    right: 15px;
    cursor: pointer;
    &:after{
        width: 25px;
        height: 4px;
        background: #143355;
        content: '';
        position: absolute;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        top: 79%;
        left: 35%;
        transform: rotate(34deg) translate(-50%, -50%);
        -moz-transform: rotate(34deg) translate(-50%, -50%);
        -webkit-transform: rotate(34deg) translate(-50%, -50%);
    }
    &.showned-password .show-password {
        &:after{
            display: none;
        }
    }
}
.account-page .content-area .account-content .account-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    h4{
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        color: #13283D;
    }
}

.account-page .content-area .account-content{
    a:not(.btn1){
        color: inherit;
        text-decoration: none;
        &:hover{
            text-decoration: underline;
        }
    }
}

.account-page .content-area .account-content{
    .popup .holder_popup{
        color: #fff;
        label{
            color: #fff;
        }
        .ms-container{
            label{
                color: #000;
                width: 100%;
                padding: 10px;
                text-align: center;
                margin: 0;
                font-size: 13px;
            }
        }
    }
    .popup .holder_popup .fechar{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
    }
    form{
        .form-group{
            margin-bottom: 20px;
            text-align: left;
            label{
                font-weight: 500;
                color: #13283D;
                margin-bottom: 10px;
            }
            input, select{
                background: #FFFFFF;
                border: 1px solid #13283D;
                border-radius: 30px;
                color: #13283D;
                outline: none;
                padding: 12px 15px;
            }
            .select-dropdown{
                position: relative;
            }
            .select-dropdown:after {
                content: " ";
                position: absolute;
                top: 50%;
                margin-top: -2px;
                right: 15px;
                width: 0;
                height: 0;
                border-left: 5px solid white;
                border-right: 5px solid white;
                border-top: 5px solid #000;
            }
            select{
                -moz-appearance: none;
                -webkit-appearance: none;
                appearance: none;
                position: relative;
            }
            .select2-container--default .select2-selection--single {
                background-color: #fff;
                border: 1px solid #4d5b6a;
                border-radius: 30px;
            }
            .select2-container .select2-selection--single .select2-selection__rendered {
                padding-left: 15px;
            }
        }
        .alert{
            font-size: 14px;
            text-align: left;
        }
        button{
            background: #6F9DB2;
            color: #FFFFFF;
            border: 2px solid #6F9DB2;
            border-radius: 24px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 16px;
            line-height: 30px;
            text-align: center;
            text-transform: capitalize;
            text-decoration: none;
            padding: 9px 24px;
            transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            &:hover{
                background: transparent;
                color: #6F9DB2;
                border: 2px solid #6F9DB2;
            }
        }
    }
}
.popup{
    form{
        .form-group{
            margin-bottom: 20px;
            text-align: left;
            label{
                font-weight: 500;
                color: #fff;
                margin-bottom: 10px;
                font-size: 15px;
            }
            input, select{
                background: #FFFFFF;
                border: 1px solid #13283D;
                border-radius: 30px;
                color: #13283D;
                outline: none;
                padding: 12px 15px;
            }
            .select2-container--default .select2-selection--single {
                background-color: #fff;
                border: 1px solid #4d5b6a;
                border-radius: 30px;
            }
            .select2-container .select2-selection--single .select2-selection__rendered {
                padding-left: 15px;
            }
        }
        .alert{
            font-size: 14px;
            text-align: left;
        }
        button{
            background: #6F9DB2;
            color: #FFFFFF;
            border: 2px solid #6F9DB2;
            border-radius: 24px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 16px;
            line-height: 30px;
            text-align: center;
            text-transform: capitalize;
            text-decoration: none;
            padding: 9px 24px;
            transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            &:hover{
                background: transparent;
                color: #6F9DB2;
                border: 2px solid #6F9DB2;
            }
        }
    }
}
.account-page .content-area .account-content .holder_table{
    padding: 25px;
    background: #fff;
    margin-bottom: 25px;
}
.account-page .content-area .account-content .table{
    background: #fff;
    margin-bottom: 0;
    &.detalhe_encomenda{
        tr{
            th{
                text-align: left;
            }
        }
    }
    tr{
        border-bottom: 1px solid rgb(230, 230, 230);
        th,td{
            font-size: 18px;
            line-height: 120%;
            border: none;
            box-shadow: none;
            padding: 15px 10px;
        }
        th{
            font-weight: 700;
            color: #005089;
        }
        td{
            font-weight: 500;
            color: #13283D;
            .morada-default.active{
                color: #6f9db2;
            }
            span{
                text-transform: uppercase;
                color: #6F9DB2;
                margin-top: 5px;
                display: block;
            }
            &.img{
                .imagem{
                    width: 70px;
                    padding-bottom: 70px;
                    height: 0;
                    position: relative;
                    background: #ECECEC;
                    border-radius: 20px;
                    overflow: hidden;
                    img{
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%,-50%);
                        -webkit-transform: translate(-50%, -50%);
                        width: 90% !important;
                        height: 90% !important;
                        object-fit: contain !important;
                    }
                }
            }
        }
    }
    @media screen and (max-width: 1500px){
        tr{
            th,td{
                font-size: 16px;
                padding: 10px 5px;
            }
        }
    }
    @media screen and (max-width: 1400px){
        tr{
            th,td{
                font-size: 14px;
            }
        }
    }
}
@media screen and (max-width: 1400px){
    .account-page .content-area .account-navigation ul li a{
        font-size: 16px;
        line-height: 120%;
    }
}
@media screen and (max-width: 1200px){
    .account-page .content-area .account-navigation ul li a{
        font-size: 14px;
    }
}
@media screen and (max-width: 991px){
    .account-page .content-area .account-navigation ul li a {
        padding: 15px 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .account-page .content-area .account-navigation{
        width: 100%;
        float: none;
    }

    .account-page .content-area .account-content{
        margin-top: 50px;
        width: 100%;
        float: none;
    }

    .account-page .content-area .account-content .table {
        &.encomendas{
            width: 850px;
        }
        &.dados_entidade{
            max-width: 700px;
        }
        &.dados{
            max-width: 700px;
        }
        &.utilizadores{
            width: 700px;
        }
        &.moradas{
            width: 700px;
        }
        &.detalhe_encomenda{
            width: 700px;
        }
    }


    .account-page .content-area .account-content .account-title {
        flex-wrap: wrap;
        h4{
            width: 100%;
        }
        a{
            font-size: 14px;
            line-height: 28px;
            padding: 4px 10px;
        }
    }
}
.toast-title {
    font-weight: bold;
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.toast-message a,
.toast-message label {
    color: #ffffff;
}
.toast-message a:hover {
    color: #cccccc;
    text-decoration: none;
}
.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
#toast-container {
    position: fixed;
    z-index: 999999;
    /*overrides*/

}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#toast-container > div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}
#toast-container > div:hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}
#toast-container > .toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.toast {
    background-color: #030303;
}
.toast-success {
    background-color: #51a351;
}
.toast-error {
    background-color: #bd362f;
}
.toast-info {
    background-color: #2f96b4;
}
.toast-warning {
    background-color: #f89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}
@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }
    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}
@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}
