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

@font-face {
    font-family: 'Delvona-SemiBold';
    font-weight: 700;
    font-style: normal;
    src: url('/site/fonts/OTF/Delvona-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'Delvona-Regular';
    font-weight: 500;
    font-style: normal;
    src: url('/site/fonts/OTF/Delvona-Regular.otf') format('opentype');
}

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

body{
    font-family: "Inter", sans-serif;
    background-color: #F1F1DE;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.40;
    overflow-x: hidden;

    @media screen and (max-width: 991px) {
        & {
            font-size: 17px;
        }
    }
    
    &.fundo-escuro{
        background-color: #212721;
    }
    
}

body.open{
    overflow: hidden;
}


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


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

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

img{
    max-width: 100%;
}

.btn1{
    border: 2px solid #FFC72C;
    background: #FFC72C;
    border-radius: 29px;
    padding: 20px 25px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #212721;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;

    svg{
        margin-left: 50px;
    }
    &:hover{
        background: transparent;
        color: #FFC72C;
        svg{
            path{
                fill: #FFC72C;
            }
        }
    }
    &.v2{
        background: #212721;
        color: #FFC72C;
        border-color: #212721;
        &:hover{
            background: transparent;
            color: #212721;
        }
    }
}

button.btn2{
    border: 0;
    background: #212721;
    border-radius: 29px;
    padding: 20px 25px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFC72C;

    svg{
        margin-left: 50px;
    }
}

.subtext{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 22px;
    line-height: 1.40;
}

.color-yellow{color: #FFC72C;}
.color-light-green{color: #95A898;
a{color: inherit}}
.color-light-green-2{color: rgba(28, 66, 32, 0.6);}
.color-dark-green{color: #212721;}
.color-white{color: #F1F1DE;}



.select2-dropdown{
    background-color: #e3e3cb;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    background-color: transparent;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: none;
    &:after{
        content: "\f107";
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display, inline-block);
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        font-family: var(--fa-style-family, "Font Awesome 6 Free");
        font-weight: var(--fa-style, 900);
        position: relative;
        top: -10px;
    }
}

.select2-container--open .select2-dropdown--below{
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}

.fakebanner{
    height: 160px;

    @media (max-width: 991px){
        &{
            height: 270px;
        }
    }

}

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

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


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


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

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

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

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

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

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

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;

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

.topbar{
    background: #212721;
    padding: 20px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #F1F1DE;
    overflow: hidden;

    height: 63px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    a{
        color: inherit;
        text-decoration: none;
        &:hover{

            color: #ffc107;
            svg{
                path{
                    fill: #FFC72C;
                }
            }
        }
    }

    .language .dropdown-menu li{
        padding: 5px 15px;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        color: #404040;
        text-transform: uppercase;
    }

    .language ul:not(.dropdown-menu){
        list-style: none;
        padding: 0;
        margin: 0;

        li{
            padding: 5px 7px;
            font-weight: 300;
            font-size: 14px;
            line-height: 19px;
            color: #fff;
            text-transform: uppercase;
            display: inline-block;
            border-right: 1px solid #fff;

            &:last-child{
                border-right: none;
            }

            a{
                color: inherit !important;

                &.active{
                    font-weight: 700;
                    color: #FFC72C !important;
                }
            }
        }
    }

    .redes_sociais{
        .single_rede{
            width: 23px;
            height: 23px;
            background: #f2f1de;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #212721;
            font-size: 14px;
            &:hover{
                background: #FFC72C;
                color: #212721;
            }
        }
    }
}
.menu_holder {
    .img_logo{
        &:hover{
            .logo_branco{
                opacity: 0;
            }
            .logo_cor{
                opacity: 0;
            }
            .logo_letras_branco{
                opacity: 1;
            }
            .logo_letras{
                opacity: 0;
            }
        }
    }
    &.scroll{

        .img_logo{
            &:hover{
                .logo_branco{
                    opacity: 0;
                }
                .logo_cor{
                    opacity: 0;
                }
                .logo_letras_branco{
                    opacity: 0;
                }
                .logo_letras{
                    opacity: 1;
                }
            }
        }
    }
}
.fundo-claro{
    .menu_holder {
        .img_logo{
            &:hover{
                .logo_branco{
                    opacity: 0;
                }
                .logo_cor{
                    opacity: 0;
                }
                .logo_letras_branco{
                    opacity: 0;
                }
                .logo_letras{
                    opacity: 1;
                }
            }
        }
    }
}
.menu_holder {

    .img_logo{
        position: relative;
        img{
            transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
        }
        .letras{
            position: absolute;
            width: 100%;
            height: auto;
            top: 42%;
            left: 50%;
            transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            opacity: 0;
        }
    }
    .navbar-header {
        float: unset;
        display: none;
        .logo_cor{
            display: none;
        }

    }

    &.scroll,
    &.open{
        background-color: #F1F1DE;

        .logo_cor {
            display: inline-block !important;
        }

        .logo_branco{
            display: none;
        }

        #nav-icon1 span{
            background-color: #212721 !important;
        }

    }

}

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

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

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 38px;
    height: 26px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 7px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.menu_holder.scroll #nav-icon1 span {
    background: #fff;
}

#nav-icon1.black span {
    background: #35353a;
}

#nav-icon1.white span {
    background: #fff;
}

#nav-icon1.open span {
    background: #212721;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

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

.menu_holder .menu .menu-nav{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 -60px;
    padding: 0;

    & > li{
        flex: 1;
        text-align: center;
        font-family: 'Delvona-Bold';
        font-weight: 700;
        font-size: 20px;
        line-height: 27px;
        color: #F1F1DE;
        padding: 20px 0;


        &.logo-holder{
            order: 4;

            .logo_cor{
                display: none;
            }

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

        }

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

            &.show:after{
                border-top: 0;
                border-right: .3em solid transparent;
                border-bottom: .3em solid;
                border-left: .3em solid transparent;
            }
        }

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

    }

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

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

}

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

.menu_holder.scroll .menu .menu-nav > li{
    color: #212721;
}

.menu_holder .menu-nav .dropdown{
    cursor: pointer;
    color: #fff;
}

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

.menu_holder .menu-nav .dropdown .dropdown-menu {
    background-color: #fff;
    cursor: default;
    text-align: left;
    top: 100% !important;

    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #404040;
    padding: 0;
    border: none;
    box-shadow: 0px 0px 11px rgb(33 39 33 / 30%);

    transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    left: 50% !important;
    li{
        padding: 12px;

    }
}

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

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

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

body.fundo-claro{

    .menu_holder .navbar-header img.logo_branco{
        display: none;
    }

    .menu_holder .navbar-header img.logo_cor{
        display: inline-block;
    }

    .menu_holder .menu .menu-nav > li.logo-holder .logo_branco{
        display: none;
    }

    .menu_holder .menu .menu-nav > li.logo-holder .logo_cor{
        display: inline-block;
    }

    .menu_holder .menu .menu-nav > li {
        color: #212721;
    }

    #nav-icon1 span{
        background-color: #212721;
    }

}

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

    .topbar{
        height: 106px;
    }

    header.scroll{
        .topbar{
            height: 0;
            padding: 0;
        }
    }

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

    .menu_holder.open .helper_menu {
        background-color: #F1F1DE;
    }

    .menu_holder .menu {
        width: 100%;
        text-align: left;
        padding: 0;
        display: none;
    }

    .menu_holder .menu .menu-nav {
        flex-direction: column;
        gap: 15px;
        background-color: #F1F1DE;
        text-align: left;
        padding: 15px 0;
        margin: 0;
        border-radius: 8px;
    }

    .menu_holder .menu .menu-nav .dropdown {
        width: 100%;
        margin: 0;
        padding: 0 15px;
        color: #212721;
        text-align: left;
    }

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

    .menu_holder .menu-toggler {
        position: relative;
        top: 7px;
        display: inline-block;
        padding: 0;
        height: 27px;
        right: 5px;
    }

    .menu_holder .menu-nav .dropdown .dropdown-menu{
        position: relative !important;
        top: unset;
        background-color: transparent;
        border: none;
        max-height: unset;
        overflow: hidden;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        transform: unset !important;
        -moz-transform: unset !important;
        -webkit-transform: unset !important;
        margin-top: 10px !important;
        left: unset !important;
    }

    .menu_holder .menu-nav .dropdown.open .dropdown-menu{
        max-height: 300px;
    }

}

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

    .topbar{
        height: 131px;
        height: auto;
    }

}


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


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

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

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

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

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

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

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

.banner #slider_home .owl-dots {
    position: absolute;
    top: 300px;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 10px;


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

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

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

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

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

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

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

    .owl-dot {
        width: 12px;
        height: 12px;
        display: inline-block;
        margin: 0 5px;
        border-radius: 50%;
        border: none;
        background: rgba(241, 241, 222, 0.5);
    }

    .owl-dot.active {
        background: #F1F1DE;
    }

    @media (max-width: 991px){
        &{
            text-align: center;
        }
    }

}
@keyframes initBottomTopLoad {
    0% {
        bottom:-96px;
    }
    100% {
        bottom:0px;
    }
}
@keyframes opacityAnim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.banner #slider_home .owl-prev img,
.banner #slider_home .owl-next img {
    width: 32px !important;
}

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

.banner .conteudo{
    position: relative;
    padding-top: 350px;
    z-index: 2;
}

.banner .conteudo .nome{
    font-family: 'Delvona-SemiBold';
    font-size: 70px;
    line-height: 96px;
    color: #F1F1DE;
    margin-bottom: 20px;
}

.banner .conteudo .nome div{
    position: relative;
    overflow: hidden;
}

.banner .conteudo .nome div span{
    position: relative;
    color: #fff !important;
    animation: 2.7s ease-in-out 0s initBottomTopLoad;
    -webkit-animation: 2.7s ease-in-out 0s initBottomTopLoad;
}


.banner .conteudo .descricao{
    font-weight: 400;
    font-size: 21px;
    line-height: 1.40;
    color: #F1F1DE;
    margin-bottom: 30px;
}

.banner .conteudo .descricao,
.banner .conteudo .btn1,
.banner .owl-dots{
    opacity: 0;
    transition: 2s all .3s ease-in-out;
    -moz-transition: 2s all .3s ease-in-out;
    -webkit-transition: 2s all .3s ease-in-out;
}

.banner.show .conteudo .btn1,
.banner.show .conteudo .descricao,
.banner.show .owl-dots{
    opacity: 1;
}


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

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

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

    .banner .conteudo .nome {
        font-size: 55px;
        line-height: 66px;
    }


}


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

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

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

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

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

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

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

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

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

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

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

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

    .banner .holder_slider .single_banner {
    }
}

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

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

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


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

.banner_interno .holder_slider{
    height: 880px;

    .single_banner{
        position: relative;
        height: 100%;
        background-size: cover;

        .conteudo{
            width: 100%;
            text-align: center;
            position: absolute;
            top: 60%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);

            .descricao{
                font-family: 'Delvona-Regular';
                font-size: 48px;
                line-height: 66px;
                color: #F1F1DE;
            }
        }
    }
}

@media screen and (max-width: 1400px) {
    .banner_interno .holder_slider {
        .single_banner {
            .conteudo {
                .descricao {
                    font-size: 45px;
                    line-height: 63px;
                }
            }
        }
    }
}

@media screen and (max-width: 1200px) {
    .banner_interno .holder_slider {
        .single_banner {
            .conteudo {
                .descricao {
                    font-size: 40px;
                    line-height: 58px;
                }
            }
        }
    }
}
@media screen and (max-width: 992px) {
    .banner_interno .holder_slider {
        height: 680px;
    }
    .banner_interno .holder_slider {
        .single_banner {
            .conteudo {
                .descricao {
                    font-size: 35px;
                    line-height: 53px;
                }
            }
        }
    }
}
@media screen and (max-width: 767px) {
    .banner_interno .holder_slider {
        .single_banner {
            .conteudo {
                .descricao {
                    font-size: 30px;
                    line-height: 48px;
                }
            }
        }
    }
}


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

.bloco{
    position: relative;
    width: 100%;
    padding: 150px 0 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    &.v2{
        padding: 100px 0;
    }

    &.pagina_qualidade{
        table{
            @media screen and (max-width: 767px) {
                td{
                    display: block;
                }
            }
        }
    }

    h1{
        font-family: 'Delvona-Regular';
        /*font-size: 64px;
        line-height: 90px;*/

        font-size: 48px;
        line-height: 66px;
        color: #212721;

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

    }

    h2,.h2{
        font-family: 'Delvona-Bold';
        font-size: 48px;
        line-height: 1.6;

        &.semi-bold{
            font-family: 'Delvona-SemiBold';
        }

        &.color-light-green{color: #F1F1DE;}

        &.big{
            font-family: 'Delvona-Regular';
            font-size: 50px;
            line-height: 1.3;

            @media screen and (max-width: 1400px) {
                & {
                    font-size: 45px;
                }
            }
            @media screen and (max-width: 1200px) {
                & {
                    font-size: 40px;
                }
            }
            @media screen and (max-width: 991px) {
                & {
                    font-size: 35px;
                }
            }
            @media screen and (max-width: 767px) {
                & {
                    font-size: 30px;
                }
            }
        }

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

    }

    h3{
        font-family: 'Delvona-Bold';
        font-size: 40px;
        line-height: 1.6;

        &.semi-bold{
            font-family: 'Delvona-SemiBold';
        }

        &.color-light-green{color: #F1F1DE;}

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

    }

    h4{
        font-family: 'Delvona-Bold';
        font-size: 36px;
        line-height: 49px;
        color: #212721;

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

        &.small{
            font-family: 'Delvona-Bold';
            font-size: 29px;
            line-height: 1.5;
        }

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

    }

    h5{
        font-family: 'Delvona-Regular';
        font-weight: 400;
        font-size: 24px;
        line-height: 1.5;
    }

    &.dark{background-color: #212721;}
    &.green{background-color: #1C4220;}
    &.white{background-color: #F1F1DE;}
    &.light-green{background-color: #E3E3CB;}
    &.yellow{background-color: #FFC72C;}

    &.fundo_produtos{
        background-size: 520px;
        background-position: left bottom;
    }

    &.partners{
        padding: 0;
        svg{
            width: 100%;
            height: auto;
        }
        .background{
            background: #fff;
            margin-top: -1px;
            padding-bottom: 0;

            h2 {
                margin-top: -155px;
            }
        }
        .imgs-partners{
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            justify-content: space-between;
            align-items: center;
            .single_logo{
                margin-bottom: 20px;
                img {
                    max-width: 100%;
                    max-height: 100px;
                    object-fit: contain;
                }
            }
        }
    }

    .mb-100{
        margin-bottom: 120px;
    }

    .bloco-controlo{
        text-align: center;
        color: #212721;

        .title{
            font-family: 'Delvona-Regular';
            font-size: 33px;
            line-height: 49px;
        }

        .description{
            font-family: 'Inter';
            font-weight: 600;
            font-size: 21px;
            line-height: 1.40;
        }

        .content{
            font-family: 'Inter';
            font-weight: 400;
            font-size: 21px;
            line-height: 1.40;
        }

    }

    .text-topo-produtos{
        font-size: 29px;
    }

    .tabela-conteudos-produtos{
        table{
            border: 0;
            max-width: 100% !important;

            ul{
                list-style: none;
                padding: 0;
                li{
                    position: relative;
                    font-family: 'Inter';
                    font-size: 27px;
                    line-height: 39px;
                    color: #244024;
                    margin-bottom: 30px;
                }
            }

            td:first-child{
                text-align: right;
                width: 500px;

                ul{
                    li{
                        padding-right: 150px;
                        &:after{
                            content: '';
                            width: 130px;
                            height: 130px;
                            right: 10px;
                            top: -20px;

                            /*top: 50%;*/
                            /*-webkit-transform: translateY(-50%);*/
                            /*-ms-transform: translateY(-50%);*/
                            /*transform: translateY(-50%);*/

                            background-image: url('/site/imagens/list_icon.png');
                            position: absolute;
                        }
                    }
                }
            }
            td:nth-child(2){
                width: 300px;
            }
            td:last-child{
                width: 500px;

                ul{
                    li{
                        padding-left: 150px;
                        &:after{
                            content: '';
                            width: 130px;
                            height: 130px;
                            left: 10px;
                            top: -20px;
                            /*top: 50%;*/
                            /*-webkit-transform: translateY(-50%);*/
                            /*-ms-transform: translateY(-50%);*/
                            /*transform: translateY(-50%);*/

                            background-image: url('/site/imagens/list_icon.png');
                            position: absolute;
                        }
                    }
                }
            }
        }
    }

    @media screen and (max-width: 1400px){
        &{
            .bloco-controlo {
                .title {
                    font-family: 'Delvona-Regular';
                    font-size: 32px;
                    line-height: 45px;
                }
                .description,
                .content{
                    font-size: 22px;
                }
            }
            .text-topo-produtos{
                font-size: 25px;
            }
            .tabela-conteudos-produtos {
                table {
                    ul {
                        li {
                            font-size: 25px;
                            line-height: 37px;
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 1200px){
        &{

            .bloco-controlo {
                .title {
                    font-family: 'Delvona-Regular';
                    font-size: 28px;
                    line-height: 41px;
                }
                .description,
                .content{
                    font-size: 18px;
                }
            }
            .text-topo-produtos{
                font-size: 22px;
            }
            .tabela-conteudos-produtos {
                table {
                    ul {
                        li {
                            font-size: 22px;
                            line-height: 33px;
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 992px){

        &.partners{
            .background{
                h2 {
                    margin-top: 0;
                }
            }
            .imgs-partners{
                display: flex;
                flex-wrap: wrap;
                gap: 40px;
                justify-content: space-between;
                align-items: center;

                .owl-nav{
                    text-align: center;
                    margin: 0 auto;
                    width: 100%;
                    display: flex;
                    gap: 10px;
                    justify-content: center;
                }
                .single_logo{
                    position: relative;
                    width: 150px;
                    height: 0;
                    max-width: 100%;
                    margin: 0 auto;
                    padding: 0 10px 50% 10px;
                    img{
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }
                }
            }
        }
        &{

            .text-topo-produtos{
                font-size: 20px;
            }

            .tabela-conteudos-produtos {
                table {
                    tr{
                        display: flex;
                        flex-wrap: wrap;
                        td{
                            width: 100% !important;
                            img{
                                display: block;
                                margin: 0 auto 40px;
                                width: 100px;
                            }
                        }
                    }
                    td:nth-child(2) {
                        order: 1;
                    }
                    td:first-child {
                        order: 2;
                    }
                    td:last-child {
                        order: 3;
                    }
                    td:first-child,
                    td:last-child{
                        ul {
                            li {
                                padding-right: 0;
                                padding-left: 50px;
                                text-align: left;
                                &:after {
                                    width: 40px;
                                    height: 40px;
                                    right: unset;
                                    top: -3px;
                                    left: 0;
                                    background-size: cover;
                                }
                            }
                        }
                    }
                    ul {
                        li {
                            font-size: 20px;
                            line-height: 31px;
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 767px){
        &{

            .text-topo-produtos{
                font-size: 18px;
            }

            .tabela-conteudos-produtos {
                table {
                    ul {
                        li {
                            font-size: 18px;
                            line-height: 29px;
                        }
                    }
                }
            }
        }
    }
}

.bloco.politica_privacidade{
    h4{
        color: #F1F1DE;
    }
}

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


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

    .bloco,
    .bloco.v2{
        padding: 60px 0;
    }
}


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


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

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

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

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

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

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


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

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

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

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


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

.produtos_home{
    overflow-x: hidden;

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

    .slider_produto_home{
        position: relative;
        padding: 0 20px;
        .img{
            border-radius: 20px;
            overflow: hidden;
        }
        .title{
            position: absolute;
            top: 0;
            left: 40px;
            font-family: 'Delvona-Regular';
            font-size: 2.4vw;
            line-height: 1.5;
            color: #F1F1DE;
            max-width: 32%;
            padding: 3.8%;

            @media screen and (max-width: 991px) {
                svg {
                    width: 32px;
                }
            }

        }

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

            padding: 0 10px;
        }

    }
}

@media screen and (max-width: 991px) {
    .produtos_home {
        .slider_produto_home {
            .title {
                left: 10px;
            }
        }
    }
}
.text-why-choose{
    max-width: 1100px;
    margin: 0 auto;

    .description{
        margin-bottom: 100px;
    }

    .content{
        color: #1C4220;

        h2{
            margin-bottom: 0;
            font-size: 44px;

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

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

        }

        table{
            border: 0;
            width: 100%;
            table-layout: fixed;

            td:first-child{
                text-align: left;
            }

            td:nth-child(2){
                position: relative;
                
                &:before{
                    content: '';
                    height: 49px;
                    width: 3px;
                    background: #212721;
                    border-radius: 9px;
                    position: absolute;
                    left: 20px;
                    top: 50%;
                    transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);

                }
                &:after{
                    content: '';
                    height: 49px;
                    width: 3px;
                    background: #212721;
                    border-radius: 9px;
                    position: absolute;
                    right: 20px;
                    top: 50%;
                    transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                }

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

                    &:before{
                        left: -15px;
                    }

                    &:after{
                        right: -15px;
                    }

                }

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

                    &:before{
                        background: transparent;
                    }

                    &:after{
                        background: transparent;
                    }

                }

            }

            td:last-child{
                text-align: right;
            }

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

                td{
                    display: block;
                    text-align: center !important;
                    margin-bottom: 30px;
                }

            }

        }
    }
}

.bloco_banner_meio{
    padding: 9.9% 0 9.3%;
}

.bloco.faqs{
    .holder_faqs{
        .single_faq{
            border: 2px solid #E3E3CB;
            border-radius: 10px;
            padding: 40px 45px 20px;

            @media screen and (max-width: 650px) {
                &{
                    padding: 25px 30px 20px;
                }
            }

        }
    }
}
.listagem_noticias,
.destaques_blog,
.ultimas_noticias{
    a{
        text-decoration: none;
    }
    .img{
        position: relative;
        height: 0;
        padding-bottom: 65%;
        overflow: hidden;
        border-radius: 9px;

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

        .img{
            padding-bottom: 36%;
        }
    }
}
.views-data{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(28, 66, 32, 0.5);
}


/*==================================================================================================*/
/*SOBRE Nós*/
/*==================================================================================================*/

.holder_slider_cronologia{

    &.owl-carousel .owl-stage-outer{
        overflow: initial;
    }

    .line {
        position: relative;

        hr {
            border-top: 1px solid #FFFFFF;
            opacity: 1;
            margin: 30px 0;
            z-index: 1;
        }

        &:after{
            content: '';
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: #FFC72C;
            position: absolute;
            top: -12px;
            left: 0;
        }

    }

    &.owl-carousel .owl-item:last-child{
        .line hr{
            opacity: 0;
        }
    }

}

.lines{
    position: relative;

    &:before{
        content: '';
        height: 38px;
        width: 3px;
        background: #FFC72C;
        border-radius: 9px;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);

    }
    &:after{
        content: '';
        height: 38px;
        width: 3px;
        background: #FFC72C;
        border-radius: 9px;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

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

        &:before{
            background: transparent;
        }

        &:after{
            background: transparent;
        }

    }

}

.headquarters{
    .text{
        font-family: 'Inter';
        font-weight: 400;
        font-size: 20px;
        line-height: 29px;
        color: #F1F1DE;
        a{
            color: inherit;
        }

        table{
            border: none;

            td{
                padding: 0 6%;
                width: 50%;

                @media screen and (max-width: 991px) {
                    &{
                        display: block;
                        width: 100%;
                        margin-bottom: 20px;
                        padding: 0;
                    }
                }

            }
        }
    }

    @media screen and (max-width: 1400px) {
        .text{
            font-size: 25px;
            line-height: 31px;
        }
    }
    @media screen and (max-width: 1200px) {
        .text{
            font-size: 22px;
            line-height: 28px;
        }
    }
    @media screen and (max-width: 992px) {
        .text{
            font-size: 19px;
            line-height: 25px;
        }
    }
    @media screen and (max-width: 767px) {
        .text{
            font-size: 16px;
            line-height: 22px;
        }
    }
}


/*==================================================================================================*/
/*PRODUTO*/
/*==================================================================================================*/
#produto{
    overflow-x: hidden;
    .banner_interno .holder_slider {
        .single_banner {
            background-position: center;

            .conteudo{
                top: 40%;
            }
        }
    }
    h2{
        font-family: 'Delvona-Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 54px;
        line-height: 74px;
        color: #1C4220;
    }
    h3{
        font-family: 'Delvona-Bold';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 43px;
        color: #212721;
    }
    table{
        width: 100%;
        border: none;
        tr{
            display: flex;
            flex-wrap: wrap;
            td{

                vertical-align: top;
            }
        }
    }
    .bloco.bloco1{
        .intro{
            display: flex;
            flex-wrap: wrap;
            .imagem{
                width: 35%;
                /*position: relative;*/
                /*text-align: right;*/

                img{
                    position: absolute;
                    left: -11%;
                    top: 6%;
                    width: 45vw;
                    max-width: unset;
                }
            }
            .descricao{
                width: 65%;
                font-family: 'Inter';
                font-style: normal;
                font-weight: 400;
                font-size: 35px;
                line-height: 140%;
                text-align: right;
                color: #1C4220;
            }
        }
        .caracteristicas{
            margin-left: auto;
            font-family: 'Inter';
            font-style: normal;
            font-size: 21px;
            line-height: 140%;
            text-align: right;
            color: #1C4220;
            margin-top: 70px;
            table{
                margin-top: 40px;
                tr{
                    justify-content: flex-end;

                    td{
                        /* width: Calc(100% / 4); */
                        border-left: 2px dashed #1C4220;
                        padding: 0 60px;
                        text-align: right;

                        &:first-child{
                            border: none;
                        }

                        &:last-child{
                            padding-right: 0;
                        }

                    }
                }
            }
        }
    }
    .bloco2{
        padding-top: 0;
        .owl-carousel {
            .owl-stage-outer {
                overflow: unset;
                /*width: 50%;*/
                margin-left: auto;
            }
            .owl-nav.disabled{
                display: block !important;
            }
            .owl-nav{
                display: block !important;
                position: absolute;
                bottom: 50px;
                right: 17%;

                button{
                    opacity: 1;
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                }

                .owl-prev.disabled,
                .owl-next.disabled{
                    opacity: 0;
                }
            }
        }
    }

    .bloco.bloco3{
        padding-top: 0;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        color: #244024;
        h2{
            text-align: left;
        }
        h3{
            font-family: 'Delvona-Regular';
            font-style: normal;
            font-weight: 500;
            font-size: 28px;
            line-height: 28px;
            color: #212721;
            position: relative;
            display: inline-block;
            margin: 0;
            padding: 20px 35px;
            z-index: 2;

            &:before{
                content: '';
                background-image: url(/site/imagens/mancha.png);
                background-size: cover;
                width: 105px;
                height: 103px;
                background-position: center;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: -1;
                background-color: #f1f1de;
            }
        }
        h4{
            font-family: 'Delvona-Regular';
            font-style: normal;
            font-weight: 500;
            font-size: 36px;
            line-height: 70px;
            color: #1C4220;
        }
        table{
            tr{
                display: flex;
                flex-wrap: wrap;
                padding-right: 5%;
                &:nth-child(even){
                    padding-left: 5%;
                    padding-right: 0;
                }
                td{
                    width: 50%;
                    padding: 75px 15px;
                    text-align: center;
                    position: relative;
                    &:after{
                        content: '';
                        width: 141%;
                        height: 0;
                        border-top: 2px dashed #000;
                        position: absolute;
                        top: 105px;
                        z-index: 1;
                        left: 120%;
                        transform: translateX(-50%);
                        -moz-transform: translateX(-50%);
                        -webkit-transform: translateX(-50%);
                        background-color: #f1f1de;
                    }
                }
                &:nth-child(even){
                    td{
                        &:after{
                            right: 120%;
                            left: unset;
                            transform: translateX(50%);
                            -moz-transform: translateX(50%);
                            -webkit-transform: translateX(50%);
                        }
                    }
                }
            }
        }
    }

    .bloco.bloco4{
        padding-top: 0;
        h2{
            text-align: center;
        }
        table{
            margin-top: 40px;
            tr{
                display: flex;
                flex-wrap: wrap;
                td{
                    width: 50%;
                    padding: 40px 20px;
                    vertical-align: top;
                    img{
                        height: 17vw !important;
                        width: auto !important;
                        max-width: 100%;
                        object-fit: contain;
                        margin-bottom: 20px;
                    }
                    ul{
                        display: flex;
                        list-style: none;
                        margin: 40px 0 0;
                        padding: 0;
                        li{
                            padding: 0 25px;
                            position: relative;
                            &:after{
                                content: '';
                                width: 0;
                                height: 100%;
                                top: 50%;
                                transform: translateY(-50%);
                                -moz-transform: translateY(-50%);
                                -webkit-transform: translateY(-50%);
                                left: 0;
                                border-left: 2px dashed #1C4220;
                                position: absolute;
                            }
                            &:first-child{
                                padding-left: 0;
                                &:after{
                                    display: none;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .bloco.bloco5{

        .svg{
            position: absolute;
            width: 100%;
            height: 100%;
            top: 50%;
            transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            left: 50%;
            z-index: -1;
            svg{
                width: auto;
                height: 100%;
                object-fit: cover;
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                left: 50%;
            }
        }

        position: relative;
        padding:200px 0 300px 0;
        text-align: center;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 27px;
        line-height: 30px;
        color: #F1F1DE;

        h2{
            color: #FFC72C;
        }
        h3{
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400;
            font-size: 31px;
            line-height: 40px;
            text-align: center;
            color: #F1F1DE;
            margin-top: 30px;
        }
        table{
            border: none;
            margin-top: 100px;
            tr{
                display: flex;
                flex-wrap: wrap;
                justify-content:center;
                td{
                    width: Calc(100% / 3);
                    img{
                        margin: 40px 0;
                    }
                }
            }
        }
    }
    .bloco.bloco6{
        h2{
            text-align: center;
            img{
                width: 100%;
            }
        }
    }
    @media screen and (max-width: 1400px){
        h2{
            font-size: 46px;
            line-height: 67px;
        }
        h3{
            font-size: 27px;
            line-height: 40px;
        }
        .bloco.bloco1{
            .intro{
                .descricao{
                    font-size: 30px;
                }
                .imagem{
                    position: relative;

                    img{
                        position: absolute;
                        right: 0;
                        left: unset;
                        top: -80px;

                        width: 618px;
                    }
                }
            }
            .caracteristicas{
                font-size: 19px;
            }
        }

        .bloco.bloco3{
            font-size: 28px;
            line-height: 34px;
            h3{
                font-size: 26px;
                line-height: 26px;
            }
            h4{
                font-size: 34px;
                line-height: 68px;
            }
        }

        .bloco.bloco5{
            font-size: 28px;
            line-height: 35px;
            h3{
                font-size: 32px;
                line-height: 40px;
            }
        }
    }
    @media screen and (max-width: 1200px){
        &{
            h2{
                font-size: 40px;
                line-height: 61px;
            }
            h3{
                font-size: 21px;
                line-height: 32px;
            }
            .bloco.bloco1{
                .intro{
                    .descricao{
                        font-size: 22px;
                    }

                    .imagem{
                        img{
                            width: 518px;
                        }
                    }
                }
                .caracteristicas{
                    font-size: 17px;
                }
            }


            .bloco.bloco3{
                font-size: 26px;
                line-height: 32px;
                h3{
                    font-size: 24px;
                    line-height: 24px;
                }
                h4{
                    font-size: 32px;
                    line-height: 66px;
                }
            }


            .bloco.bloco5{
                font-size: 23px;
                line-height: 30px;
                h3{
                    font-size: 27px;
                    line-height: 35px;
                }
            }
        }

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

        &{
            h2{
                font-size: 30px;
                line-height: 50px;
            }
            h3{
                font-size: 19px;
                line-height: 29px;
            }
            .bloco.bloco1{
                .intro{
                    .descricao{
                        font-size: 18px;
                    }
                }
                .caracteristicas{
                    font-size: 16px;
                    table{
                        margin-top: 40px;
                        tr{
                            justify-content: flex-end;
                            td{
                                width: Calc(100% / 4);
                                border-left: none;
                                padding: 20px;
                                text-align: center;
                            }
                        }
                    }
                }

            }
            .bloco2{
                .owl-carousel {
                    .owl-stage-outer {
                        width: 100%;
                    }
                    .owl-nav{
                        display: block !important;
                        position: relative;
                        bottom: unset;
                        right: unset;
                        text-align: center;
                        margin-top: 30px;
                    }
                }
            }


            .bloco.bloco3{
                font-size: 18px;
                line-height: 28px;
                h3{
                    font-size: 24px;
                    line-height: 24px;
                }
                h4{
                    font-size: 25px;
                    line-height: 50px;
                }
                table {
                    tr {
                        padding: 0 !important;
                        td {
                            padding: 75px 15px;
                            width: 100%;
                            &:after {
                                content: '';
                                width: 0;
                                height: 75px;
                                border-top: none;
                                border-left: 2px dashed #000;
                                position: absolute;
                                top: unset;
                                z-index: -1;
                                left: 50% !important;
                                transform: translateX(-50%) !important;
                                -moz-transform: translateX(-50%) !important;
                                -webkit-transform: translateX(-50%) !important;
                                bottom: -24px;
                                right: unset !important;
                            }
                        }
                        &:last-child{
                            td:last-child{
                                border: none !important;
                            }
                        }
                    }
                }
            }
            .bloco.bloco5{
                font-size: 20px;
                line-height: 27px;
                h3{
                    font-size: 24px;
                    line-height: 32px;
                }
            }
        }
    }
    @media screen and (max-width: 767px){
        .bloco.bloco1 {
            .intro {
                .imagem{
                    width: 100%;
                    img{
                        position: relative;
                        max-width: 100%;
                        width: 100%;
                    }
                }
                .descricao {
                    width: 100%;
                    text-align: center;
                }
            }
            .caracteristicas{
                text-align: center;
                table{
                    tr{
                        justify-content: center;
                        td{
                            width: 50%;
                            padding: 15px 0;
                        }
                    }
                }
            }
        }

        .bloco.bloco4{
            table {
                & tr {
                    td {
                        width: 100%;
                        padding: 40px 0;
                        text-align: center;
                        ul{
                            justify-content: center;
                        }
                    }
                }
            }
        }
        .bloco.bloco5 {
            padding: 150px 0 100px 0;
            & table {
                margin-top: 20px;
                & tr {
                    td {
                        width: 100%;
                        padding: 40px 0;
                        img{
                            width: 50px !important;
                            height: auto !important;
                            margin: 20px 0;
                        }
                    }
                }
            }
        }
    }
    @media screen and (max-width: 567px){
        .bloco.bloco1 {
            .caracteristicas{
                text-align: center;
                table{
                    tr{
                        justify-content: center;
                        td{
                            width: 100%;
                        }
                    }
                }
            }
        }
    }
}


/*==================================================================================================*/
/*CANDIDATURA*/
/*==================================================================================================*/

#pagina_candidatura{
    .zone_form_candidatura{

        .spacer{
            height: 80px;
        }

        h5{
            margin-bottom: 50px;
            font-family: 'Delvona-Bold';
            font-weight: 700;
        }
    }
}

.formularios{


    .form-field{
        padding: 25px 45px;
        font-weight: 400;
        font-size: 22px;
        line-height: 30px;
        color: #212721;
        background: #E3E3CB;
        border-radius: 10px;
        width: 100%;
        border: none;
        outline: none;

        &.width-auto{
            width: auto;
        }
    }
    textarea{
        height: 200px;
    }
    .data_nascimento{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        label{
            width: 210px;
        }
        .inputs_data_nascimento{
            display: flex;
            width: Calc(100% - 210px);
            gap: 10px;
            .dia,
            .ano{
                padding: 25px 10px;
                width: 25%;
                text-align: center;
            }
            .mes{
                text-align: center;
                padding: 25px 10px;
                width: 50%;
            }
            .ano{

            }
        }
    }
    .zona_area_residencia{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        label{
            width: 350px;
        }
        input{
            width: Calc(100% - 350px);
        }
    }
    .select2-container {
        width: 100% !important;
    }
    .select2-container--default .select2-selection--single {
        background-color: #e3e3cb;
        border: none;
        border-radius: 10px;
        padding: 25px 45px;
        font-weight: 400;
        font-size: 22px;
        line-height: 30px;
        height: auto;
    }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #757575;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 25px;
        right: 40px;
        width: 20px;
    }

    .rgpd{
        margin-top: 20px;

        .rgpd_auth_checkbox {
            position: relative;
            margin-bottom: 15px;
            display: inline-block;
        }

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

        .rgpd_auth_checkbox .checkmark {
            font-weight: 300;
            padding-left: 20px;
            font-size: 16px;
            line-height: 22px;
            color: #212721;

            span{
                opacity: 50%;
            }

            a{
                color: inherit;
            }
        }

        .rgpd_auth_checkbox .checkmark:before {
            content: '';
            position: absolute;
            top: 8px;
            left: 0px;
            height: 15px;
            width: 15px;
            border: 2px solid #212721;
            border-radius: 50%;
        }

        .rgpd_auth_checkbox .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 4px;
            top: 9px;
            width: 6px;
            height: 11px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(37deg);
            -ms-transform: rotate(37deg);
            transform: rotate(37deg);
        }

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

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

    .inputfile {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }
    .inputfile + label {
        display: inline-block;
    }

    .inputfile:focus + label,
    .inputfile + label:hover {
        /*background-color: red;*/
    }

    .inputfile + label {
        cursor: pointer; /* "hand" cursor */
    }
    .zone_btns{
        display: flex;
        gap: 20px;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    @media screen and (max-width: 1400px){
        &{
            .col_data_nascimento,
            .col_area{
                width: 100%;
            }
        }
    }

    @media screen and (max-width: 992px){
        &{
            .data_nascimento {
                label {
                    width: 100%;
                    margin-bottom: 10px;
                }
                & .inputs_data_nascimento {
                    width: 100%;
                    .dia, .ano {
                        padding: 15px 5px;
                        width: 25%;
                        text-align: center;
                    }
                }
            }
            .zona_area_residencia {
                label {
                    width: 100%;
                    margin-bottom: 10px;
                }
                input {
                    width: 100%;
                }
            }
            .form-field {
                font-size: 18px;
                line-height: 22px;
                padding: 15px;
            }
            .select2-container--default .select2-selection--single {
                padding: 15px;
                font-size: 18px;
                line-height: 22px;
            }
            .select2-container--default .select2-selection--single .select2-selection__arrow {
                top: 17px;
                right: 10px;
            }
        }
    }
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #212721;
}


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

#contactos{
    .bloco h1{
        font-family: 'Delvona-SemiBold';
    }
}

.zona_contactos{
    .single_contacto{
        margin-bottom: 65px;
        h3{
            font-size: 26px;
            line-height: 36px;
            color: #212721;
        }
        .info{
            font-family: 'Nunito';
            font-style: normal;
            font-weight: 400;
            font-size: 26px;
            line-height: 140%;
            color: rgba(28, 66, 32, 0.5);
            a{
                color: inherit;
                text-decoration: none;
                &:hover{
                    text-decoration: underline;
                }
            }
        }
    }
}

@media screen and (max-width: 991px){
    .zona_contactos{
        .single_contacto{
            h3{
                font-size: 22px;
                line-height: 32px;
            }
            .info{
                font-size: 20px;
            }
        }
    }
}

@media screen and (max-width: 767px){
    .zona_contactos{
        .single_contacto{
            h3{
                font-size: 20px;
                line-height: 30px;
            }
            .info{
                font-size: 18px;
            }
        }
    }
}



/*==================================================================================================*/
/*BLOG*/
/*==================================================================================================*/

.pagina_noticias{

    .categorias{
        flex-wrap: wrap;
        .single_categoria{
            font-family: 'Inter';
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 26px;
            text-align: center;
            color: #212721;
            text-transform: uppercase;
            cursor: pointer;
            padding: 20px 40px;
            border-bottom: 2px solid #E2E9E0;
            &.active{
                border-color: #212721;
            }
        }
    }
}

.pagina_noticias .listagem_noticias .paginacao{

}

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

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

.pagina_noticias .listagem_noticias .lista_noticias{
    display: flex;
    flex-wrap: wrap;
}
.pagina_noticias .listagem_noticias .single_noticia{
    width: Calc(100% / 2);
    padding: 0 15px;
}

.pagina_noticias .listagem_noticias .single_noticia .img img{
    width: 100%;
    height: 455px;
    object-fit: cover;

}
.pagina_noticias #load-noticias-blog.display_none{
    display: none !important;
}
.pagina_noticias .noticias-loading-blog{
    display: none;
}
.destaques_blog{
    &.bloco {
        .lateral{

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

@media screen and (max-width: 1400px){
    .destaques_blog{
        &.bloco {
            h4 {
                &.small {
                    font-size: 22px;
                    line-height: 1.5;
                }
            }
        }
    }
    .pagina_noticias {
        .categorias {
            .single_categoria {
                font-size: 18px;
                line-height: 24px;
            }
        }
    }
}
@media screen and (max-width: 992px){
    .destaques_blog{
        &.bloco {
            .lateral{
                margin-top: 30px;
                .d-flex{
                    flex-wrap: wrap;
                }
                .img{
                    width: 100%;
                    img{

                        width: 100%;
                    }
                }
            }
        }
    }
    .pagina_noticias {
        .categorias {
            .single_categoria {
                font-size: 16px;
                line-height: 22px;
                padding: 15px 25px;
            }
        }
    }
    .pagina_noticias .listagem_noticias .single_noticia {
        width: 100%;
        padding: 15px 0;
    }
}

.bloco.detalhe_noticia{
    .breadcrumbs{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: #FFC72C;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 55px;
        text-align: center;
        a{
            color: #798076;
            position: relative;
            display: inline-flex;
            flex-wrap: wrap;
            align-items: center;
            text-decoration: none;
            &:after{
                position: relative;
                content: '';
                width: 20px;
                height: 2px;
                background: #E2E9E0;
                margin: 0 10px;
            }
            &:hover{
                color: #FFC72C;
            }
        }
    }
    h1{
        color: #F1F1DE;
        font-weight: 700;
        font-size: 48px;
        line-height: 66px;
        text-align: center;
        margin-bottom: 35px;
    }
    h2{
        font-size: 36px;
        line-height: 40px;
        color: #F1F1DE;
        margin-bottom: 24px;
    }
    h3{
        font-weight: 500;
        font-size: 28px;
        line-height: 32px;
        color: #F1F1DE;
        margin-bottom: 20px;
    }
    .content_noticia{
        padding: 0 60px;
        margin: 0 auto;
    }
    .resumo{
        text-align: center;
        margin-bottom: 90px;
    }
    .imagem{
        margin-top: 90px;
        margin-bottom: 150px;
        img{
            width: 100%;
        }
    }
    .descricao{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #F1F1DE;

        img{
            width: 100% !important;
            height: auto !important;
            margin: 40px 0;
        }
        div{
            background: #fff;
            font-family: 'Delvona-Regular';
            font-style: normal;
            font-weight: 500;
            font-size: 28px;
            line-height: 36px;
            text-align: center;
            color: #212721;
            padding: 75px 120px;
        }
        ul{
            margin-top: 30px;
            li{
                padding: 5px 0;
            }
            li::marker {
                color: #FFC72C;
            }
        }
    }
}

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

    .bloco.detalhe_noticia{
        .breadcrumbs{
            font-size: 16px;
            line-height: 20px;
        }
        h1{
            font-size: 43px;
            line-height: 61px;
        }
        h2{
            font-size: 31px;
            line-height: 35px;
        }
        h3{
            font-size: 23px;
            line-height: 37px;
        }
        .descricao{
            font-size: 18px;
            line-height: 26px;
            div{
                font-size: 23px;
                line-height: 37px;
            }
        }
    }
}

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

    .bloco.detalhe_noticia{
        .breadcrumbs{
            font-size: 14px;
            line-height: 18px;
        }
        h1{
            font-size: 38px;
            line-height: 56px;
        }
        h2{
            font-size: 26px;
            line-height: 30px;
        }
        h3{
            font-size: 18px;
            line-height: 32px;
        }
        .descricao{
            font-size: 16px;
            line-height: 24px;
            div{
                font-size: 18px;
                line-height: 32px;
            }
        }
    }
}
@media screen and (max-width: 992px){

    .bloco.detalhe_noticia{
        .content_noticia {
            padding: 0;
        }
        h1{
            font-size: 30px;
            line-height: 48px;
        }
        h2{
            font-size: 20px;
            line-height: 35px;
        }
        h3{
            font-size: 16px;
            line-height: 30px;
        }
        .descricao{
            font-size: 14px;
            line-height: 22px;
            div{
                font-size: 16px;
                line-height: 30px;
                padding: 40px 20px;
            }
        }
        .imagem {
            margin-top: 50px;
            margin-bottom: 50px;
        }
    }
}
/*==================================================================================================*/
/*FAQS*/
/*==================================================================================================*/

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

.faqs .holder_faqs .pergunta .cabecalho h2{
    text-align: left;
    margin: 0;

    font-family: 'Inter';
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: #212721;
}


.faqs .holder_faqs .pergunta .cabecalho{
    position: relative;
    padding-bottom: 20px;
    padding-right: 45px;
}

.faqs .holder_faqs .pergunta .cabecalho span{
    position: absolute;
    color: #FCCB28;
    top: -7px;
    font-size: 35px;
    right: -17px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.faqs .holder_faqs .resposta p,
.faqs .holder_faqs .resposta {
    color: #95A898;
}

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

.holder_galeria{
    @media screen and (max-width: 992px){
        &{
            .others{
                display: none;
            }
        }
    }
}
/*==================================================================================================*/
/*MEWSLETTER*/
/*==================================================================================================*/
.form_newsletter{

    .input-group-custom {
        position: relative;

        input {
            width: 100%;
            background: #F1F1DE;
            border-radius: 61px;
            padding: 15px 30px;
            outline: none;
            font-weight: 400;
            font-size: 18px;
            line-height: 22px;
            color: #212721;
            border: none;
        }

        button {
            position: absolute;
            border: 0;
            background: #FFC72C;
            border-radius: 61px;
            padding: 10px 30px;
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
            color: #1C4220;
            top: 7px;
            right: 10px;
        }
    }

    a{
        color: inherit;
    }
    .rgpd{
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;

        .rgpd_auth_checkbox {
            position: relative;
            width: 100%;
        }

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

        .rgpd_auth_checkbox .checkmark {
            font-weight: 300;
            font-size: 14px;
            line-height: 1.40;
            color: #F1F1DE;
            padding-left: 20px;
        }

        .rgpd_auth_checkbox .checkmark:before {
            content: '';
            position: absolute;
            top: 5px;
            left: 0px;
            height: 15px;
            width: 15px;
            border: 2px solid #fff;
            border-radius: 50%;
        }

        .rgpd_auth_checkbox .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 4px;
            top: 6px;
            width: 6px;
            height: 11px;
            border: solid #212721;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(37deg);
            -ms-transform: rotate(37deg);
            transform: rotate(37deg);
        }

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

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

}


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

footer{
    background-color: #212721;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #F1F1DE;
    padding-top: 165px;

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

    .space-img{
        margin-top: 70px;
    }

    .lower_footer{
        background: rgba(241, 241, 222, 0.11);
        padding-top: 10px;
        padding-bottom: 15px;
        margin-top: 80px;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #F1F1DE;

        a{
            color: inherit;
        }
    }

    h4{
        font-family: 'Delvona-Bold';
        font-size: 24px;
        line-height: 33px;
        color: #F1F1DE;
        margin-bottom: 20px;
    }

    .text-holder{
        max-width: 425px;
    }

    a{
        text-decoration: none;
        color: #FFC72C;
    }

    .links_uteis{
        line-height: 2.2;

        a{
            color: #F1F1DE;
            &:hover{
                color: #FFC72C;
            }
        }
    }

    .form_newsletter {
        max-width: 420px;
        margin-left: auto;
        margin-top: 50px;

        @media screen and (max-width: 766px) {
            & {
                margin: 50px auto;
            }
        }
    }

    .redes_sociais{
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        width: 290px;

        a:hover{
            svg{
                path{
                    fill: #FFC72C;
                }
            }
        }
        .single_rede{
            width: 40px;
            height: 40px;
            background: #f2f1de;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #212721;
            font-size: 23px;
            &:hover{
                background: #FFC72C;
                color: #212721;
            }
        }

        @media screen and (max-width: 1399px) {
            &{
                width: 200px;
            }
        }

        @media screen and (max-width: 991px) {
            &{
                padding-right: 0px;
                width: auto;
                text-align: center;
            }
        }

    }

}

@media screen and (max-width: 992px) {
    footer{
        .lower_footer{
            margin-top: 40px;
        }
    }
    .lower_footer{
        margin-top: 40px;
    }
}


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

.politica_privacidade table tr td{
    width: Calc(100% / 3) !important;
    padding: 5px 10px;
    border: none !important;
}
.politica_privacidade table tr th{
    background: #c6c5c5;
    padding: 5px 10px;
}
.politica_privacidade a{
    color: #FF0000;
}
.politica_privacidade h2{
    font-style: normal;
    font-weight: 700;
    font-size: 36px !important;
    line-height: 40px !important;
    color: #F1F1DE;
    margin-top: 30px;
}

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

    .politica_privacidade h2{
        font-size: 26px !important;
        line-height: 30px !important;
    }
}

.alert{
    font-size: 16px;
}