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

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

body{
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #00264C;
}

body.open{
    overflow: hidden;
}

img{
    max-width: 100%;
}

#popup_holder{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    padding: 15px;
    text-align: center;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;

    &:after{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.4);
        z-index: 1;
    }

    .close{
        cursor: pointer;
        position: absolute;
        color: #fff;
        top: 10px;
        right: 10px;
        z-index: 3;
    }

    a{
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .img{
        position: relative;
        height: 400px;
        z-index: 2;
        width: 800px;
        display: inline-block;
        max-width: 100%;

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


    &.close{
        display: none !important;
    }
}

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

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


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

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


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


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

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

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

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

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


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

header{
    overflow: hidden;
}

header .topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 9;

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

    .barra1{
        padding: 13px 15px;
        background: #41C4DD;
        text-align: center;
        font-family: 'Plus Jakarta Sans';
        font-weight: 500;
        font-size: 16px;
        line-height: 1;
        color: #FFFFFF;
    }

    .barra2{
        padding: 25px 15px;
        background: #00264C;
        font-family: 'Plus Jakarta Sans';
        font-weight: 500;
        font-size: 16px;
        line-height: 1;
        text-align: center;
        color: #FFFFFF;
    }

    .menu_holder {
        padding: 30px 0;

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

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

    .menu_holder .menu-toggler {
        background: transparent;
        border: 0;
        padding: 0;
        cursor: pointer;
        display: none;
    }

    #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
        width: 35px;
        height: 24px;
        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: 3px;
        width: 100%;
        background: #fff;
        border-radius: 5px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

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

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

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

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

    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 10px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 20px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 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;
        list-style: none;
        margin: 0;
        padding: 0;
        gap: 46px;
        justify-content: end;
        align-items: center;

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

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

    }

    .menu_holder .menu .menu-nav .dropdown {
        margin-left: 5px;

        a{
            font-family: "Plus Jakarta Sans";
            font-weight: 500;
            font-size: 16px;
            line-height: 1;
            color: #00264C;
            text-decoration: none;
        }

        &#m8 {
            margin-left: 0;

            & > a{
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 12px 30px;
                gap: 5px;
                background: #41C4DD;
                border: 1px solid rgba(255, 255, 255, 0.19);
                backdrop-filter: blur(40px);
                border-radius: 10px;
                font-family: 'Plus Jakarta Sans';
                font-weight: 700;
                font-size: 16px;
                line-height: 1;
                text-align: center;
                color: #FFFFFF;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                transition: all .3s;

                &:after {
                    content: '';
                    width: 24px;
                    height: 24px;
                    display: inline-block;
                    border: none;
                    margin: 0;
                    background-image: url('/site/imagens/chip_extraction.png');
                }

                @media screen and (max-width: 1199px) {
                    &{
                        font-size: 14px;
                        padding-left: 12px;
                        padding-right: 12px;
                    }
                }

            }

            &:hover > a{
                background-color: rgba(5, 11, 32, 1);
            }

        }

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

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

        @media screen and (max-width: 991px) {
            &:hover{
                .dropdown-menu{
                    visibility: visible;
                    opacity: 1;
                }
            }
        }

    }


    .menu_holder .menu-nav .dropdown a:hover,
    .menu_holder .menu-nav li.active > a,
    .menu_holder .menu-nav li.active:hover > a,
    .menu_holder .menu-nav .dropdown.active a {
        color: rgba(65, 196, 221, 1);
    }

    .menu_holder .menu .menu-nav .dropdown-menu{
        text-align: left;
        color: #000;
        top: 100%;
        margin-top: 0;
        background-color: rgba(217, 217, 217, 1);
        padding: 0;
        border-radius: 9px;
        padding: 20px 25px;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 20px;
        display: flex;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;

        li{
            width: 100%;
            line-height: 1;
        }

        @media screen and (max-width: 991px) {
            & {
                min-width: 200px;
                position: relative;
            }
        }

    }

    .menu_holder .menu .menu-nav .dropdown.open .dropdown-menu{
        visibility: visible;
        opacity: 1;

    }

    .menu_holder .menu .menu-nav .dropdown .dropdown-menu a {
        color: rgba(0, 38, 76, 1);
    }

    .menu_holder .menu-nav .dropdown .dropdown-menu a:hover,
    .menu_holder .menu-nav .dropdown-menu li.active > a,
    .menu_holder .menu-nav .dropdown-menu li.active:hover > a {
        color: rgba(65, 196, 221, 1);
        text-decoration: none !important;
    }

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

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

        .menu_holder .menu{
            position: absolute;
            top: 100%;
            left: 0;
            padding: 20px 20px;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
            text-align: left;
            width: Calc(100% - 80px);
            margin: 0 40px;
            max-height: Calc(100vh - 260px);
            overflow: auto;
            display: none;
        }

        .menu_holder .menu .menu-nav{
            flex-direction: column;
            align-items: flex-start;
        }

    }

    &.with_topbar.scroll {
        top: -108px;

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

    &.white-menu,
    &.scroll{
        .menu_holder{
            background-color: #fff;
            padding: 15px 0;
        }

        #nav-icon1 span{
            background-color: #00264C;
        }

    }

}

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

.fakebanner{
    height: 100px;
}

.banner{
    position: relative;
    width: 100%;
    z-index: 2;
    -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: 745px;
    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.banner_interno ul li{
    height: 480px;
}

.banner.internas li {
    height: 260px;
    background-position: top center;
}

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

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

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

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

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

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

.banner .conteudo{
    position: absolute;
    left: 0;
    width: 100%;

    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

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

.banner.banner_interno .conteudo{
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.banner .conteudo .container{
    position: relative;
}

.banner .conteudo .nome{
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 80px;
    line-height: 90px;
    color: #00264C;
    max-width: 665px;

    b,strong{
        font-family: 'Plus Jakarta Sans';
        font-weight: 700;
        font-size: 80px;
        line-height: 90px;
        color: #41C4DD;
    }
}

.banner .conteudo .descricao{
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #00264C;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 525px;
}

.banner .conteudo a{
    text-decoration: none;
    color: inherit;
}

.banner .conteudo button{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 37px;
    gap: 10px;
    border: none;
    border-radius: 10px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    background: #00264C;
    border: 2px solid #00264C;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;

    &:hover{
        background: #41C4DD;
        border-color: #41C4DD;
        color: #00264C;
    }

    &.v2{
        background: #41C4DD;
        color: #00264C;
        border-color: #41C4DD;

        &:hover{
            background: transparent;
        }
    }
}

.banner .side-block{
    position: absolute;
    width: 100%;
    top: Calc(100% - 100px);
    right: 0;

    .text {
        padding: 30px 40px;
        font-family: 'Plus Jakarta Sans';
        font-weight: 700;
        font-size: 22px;
        line-height: 37px;
        color: #FFFFFF;
        max-width: 380px;
        width: 100%;
        background: rgba(65, 196, 221, 0.1);
        backdrop-filter: blur(40px);
        border-radius: 10px;
        margin-left: auto;

        img{
            display: inline-block;
        }
    }
}



@media screen and (max-width: 1500px) {
    .banner .holder_slider .single_banner{
        width: 100%;
        height: 700px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }

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


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

    .banner, .banner .holder_slider .single_banner {
        height: 650px;
    }
    .banner_interno, .banner_interno ul li {
        height: 480px;
    }

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

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

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

        b,strong{
            font-size: 40px;
            line-height: 51px;
        }
    }
    .banner .conteudo .descricao {
        width: 100%;
        max-width: unset;
    }

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

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

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

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

    .banner .side-block{
        top: Calc(100% - 90px);

        .text {
            padding: 20px 25px;
            font-size: 17px;
            line-height: 33px;
            margin-left: auto;
            margin-right: auto;
        }
    }

}

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

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

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

    .banner .holder_slider .single_banner {
    }
}

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

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

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


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

.bloco{
    position: relative;
    padding: 50px 0;

    h2{
        font-family: 'Plus Jakarta Sans';
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.46em;
        text-transform: uppercase;
        color: #00264C;
        position: relative;
        z-index: 3;
    }

    h3{
        font-family: 'Plus Jakarta Sans';
        font-weight: 500;
        font-size: 50px;
        line-height: 60px;
        color: #00264C;

        b,strong{
            font-weight: 700;
            color: #41C4DD;
        }

        @media screen and (max-width: 1199px) {
            & {
                font-size: 40px;
                line-height: 50px;

            }
        }

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

    }

    &.bg-home-1{
        &:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            min-height: 800px;
            background: radial-gradient(70.49% 70.49% at 57.85% 97.09%, #41C4DD 0%, #FFFFFF 97.12%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
            transform: rotate(180deg);
        }
    }

    &.bg-home-2{
        &:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            min-height: 1000px;
            z-index: 1;
            background: radial-gradient(56.58% 56.58% at 72.43% 81.1%, #41C4DD 0%, #FFFFFF 97.12%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        }
    }

}

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

.bloco.politica_privacidade{
    a{
        color: inherit;
    }
}


/*==================================================================================================*/
/*Banner Campanhas*/
/*==================================================================================================*/

.banner-campanha{
    position: relative;

    .img{
        img{
            width: 100%;
        }

        &{
            width: 100%;

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

        @media screen and (max-width: 650px) {
            &{
                height: 350px;
            }
        }

    }

    .text-campanha{
        position: absolute;
        width: 725px;
        max-width: Calc(100% - 25px);
        left: -21px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        padding: 45px 20px 20px 100px;
        z-index: 1;

        background: rgba(65, 196, 221, 0.1);
        backdrop-filter: blur(40px);
        border-radius: 10px;

        .title{
            font-weight: 500;
            font-size: 40px;
            line-height: 55px;
            text-transform: uppercase;
            color: #FFFFFF;
        }

        .desc{
            font-weight: 700;
            font-size: 40px;
            line-height: 55px;
            color: #FFFFFF;
        }

        .content{
            font-weight: 500;
            font-size: 16px;
            line-height: 30px;
            color: #FFFFFF;

            h5{
                font-weight: 500;
                font-size: 25px;
                line-height: 30px;
                color: #FFFFFF;
                margin: 15px 0;
            }

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

        }

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

            &{
                padding: 20px 20px 20px 40px;
            }

            .title{
                font-size: 25px;
                line-height: 35px;
            }

            .desc{
                font-size: 25px;
                line-height: 35px;
            }

            .content {
                font-size: 16px;
                line-height: 20px;

                h5 {
                    font-size: 18px;
                    line-height: 18px;
                    margin: 20px 0 10px;
                }
            }

        }

    }

}


/*==================================================================================================*/
/*Slider Categorias*/
/*==================================================================================================*/

.holder_slider_categorias{
    margin: 35px -10px 0;
    width: Calc(100% + 20px);
    max-width: 950px;
    z-index: 2;

    .owl-stage-outer{
        overflow: unset;

        .owl-stage{
            display: flex;
            float: none;
        }
    }

    .slide_categoria{
        height: 100%;

        .helper-background{
            background: rgba(171, 201, 207, 0.4);
            border-radius: 10px;
            padding: 15px 25px;
            margin: 0 10px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .img{
            border: none;
            border-radius: 10px;
            overflow: hidden;
            width: 100%;
            height: 300px;
            position: relative;

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

        .nome{
            font-family: 'Plus Jakarta Sans';
            font-weight: 700;
            font-size: 20px;
            line-height: 30px;
            color: #050B20;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .desc{
            font-family: 'Plus Jakarta Sans';
            font-weight: 500;
            font-size: 16px;
            line-height: 18px;
            color: #050B20;
            margin-bottom: 40px;
        }

        .btn-holder{
            a{
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 14px 37px;
                gap: 10px;
                border: none;
                border-radius: 10px;
                font-family: 'Plus Jakarta Sans';
                font-weight: 600;
                font-size: 16px;
                line-height: 30px;
                text-align: center;
                color: #FFFFFF;
                background: #41C4DD;
                width: 100%;
                text-decoration: none;
                transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;

                &:hover{
                    background: #00264C;
                    border-color: #00264C;
                    color: #41C4DD;
                }

            }
        }

    }

    &.owl-carousel{
        .owl-dots{
            display: flex;
            gap: 15px;
            margin-top: 50px;
            justify-content: center;
            align-items: center;
            width: 1320px;

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

            @media (max-width: 1199px) {
                &{
                    width: 100%;
                }
            }

            .owl-dot{
                border-radius: 8px;
                width: 13px;
                height: 13px;
                background: rgba(65, 196, 221, 0.25);
                transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;

                &.active{
                    background-color: rgba(65, 196, 221, 1);
                    width: 45px;
                }
            }
        }
    }

}

/*==================================================================================================*/
/*Slider Testemunhos*/
/*==================================================================================================*/

.holder_slider_testemunhos{
    margin: 0 -20px;
    width: Calc( 100% + 40px );

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

    .slide_testemunho{
        min-height: 250px;
        display: flex;
        padding: 0 20px;

        .helper-background{
            background: #F6F9FA;
            border-radius: 10px;
            padding: 55px 30px 35px 30px;
            display: flex;
            align-items: start;
            justify-content: space-between;
            width: 100%;

            .img{
                width: 80px;
                height: 80px;
                border-radius: 50%;

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

            .content{
                width: Calc( 100% - 80px );
                padding-left: 40px;

                .desc{
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 26px;
                    color: #00264C;
                    margin-bottom: 20px;
                    min-height: 80px;
                }

                .nome{
                    font-weight: 700;
                    font-size: 14px;
                    line-height: 26px;
                    letter-spacing: 0.56px;
                    text-transform: uppercase;
                    color: #41C4DD;
                }

            }

        }
    }

    &.owl-carousel{
        .owl-dots{
            display: flex;
            gap: 15px;
            margin-top: 50px;
            justify-content: center;
            align-items: center;

            .owl-dot{
                border-radius: 8px;
                width: 13px;
                height: 13px;
                background: rgba(65, 196, 221, 0.25);
                transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;

                &.active{
                    background-color: rgba(65, 196, 221, 1);
                    width: 45px;
                }
            }
        }
    }

}


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

#homepage{

    .holder_slider_pecas{
        margin-top: 80px;

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

        .slide_peca{

            .img{
                border: 1px solid #00264C;
                border-radius: 26px;
                overflow: hidden;
                width: 295px;
                height: 265px;
                padding: 15px;
                background-color: #fff;

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

            .nome{
                font-family: 'Plus Jakarta Sans';
                font-weight: 700;
                font-size: 14px;
                line-height: 26px;
                letter-spacing: 0.56px;
                text-transform: uppercase;
                color: #00264C;
                margin-top: 15px;
                margin-bottom: 15px;
                max-width: 295px;
            }

            .desc{
                font-family: 'Plus Jakarta Sans';
                font-weight: 400;
                font-size: 16px;
                line-height: 26px;
                color: #00264C;
                max-width: 295px;
            }

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

                &{
                    text-align: center;

                    .img,
                    .nome,
                    .desc{
                        margin-left: auto;
                        margin-right: auto;
                    }

                }
            }

        }

        &.owl-carousel{
            .owl-dots{
                display: flex;
                gap: 15px;
                margin-top: 50px;
                justify-content: center;
                align-items: center;

                .owl-dot{
                    border-radius: 8px;
                    width: 13px;
                    height: 13px;
                    background: rgba(65, 196, 221, 0.25);
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;

                    &.active{
                        background-color: rgba(65, 196, 221, 1);
                        width: 45px;
                    }
                }
            }
        }

    }

    .para-quem{

        .text-intro{
            margin-left: -50px;

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

        }

        .img-holder{
            position: relative;

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

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

            .frase-top-esquerdo{
                position: absolute;
                top: 30px;
                right: 25px;
                font-weight: 500;
                font-size: 20px;
                line-height: 30px;
                color: #00264C;

                @media screen and (max-width: 1399px){
                    & {
                        font-size: 16px;
                        line-height: 15px;
                    }
                }

                @media screen and (max-width: 767px){
                    & {
                        top: -35px;
                        right: 10px;
                    }
                }

            }

            .scroll{
                position: absolute;
                bottom: 40px;
                left: 15px;
                font-weight: 400;
                font-size: 16px;
                line-height: 25px;
                color: #00264C;
                width: 70px;
                text-align: center;

                @media screen and (max-width: 1399px) {
                    & {
                        bottom: 30px;
                        left: 5px;
                    }
                }

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

            }

        }

        .bloco-para-quem{
            background: #F6F9FA;
            backdrop-filter: blur(40px);
            border-radius: 10px;
            padding: 25px 25px 20px;
            margin-bottom: 20px;

            .title{
                font-weight: 700;
                font-size: 20px;
                line-height: 34px;
                color: #00264C;
            }

            .desc{
                font-weight: 500;
                font-size: 16px;
                line-height: 20px;
                color: #00264C;
                margin: 10px 0;
            }

            .link{
                font-weight: 700;
                font-size: 16px;
                line-height: 30px;
                color: #00264C;

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

        }

        .holder_numeros{
            display: flex;
            gap: 45px;
            flex-direction: column;
            height: 100%;
            justify-content: center;
            align-items: flex-end;

            .numero{
                display: flex;
                gap: 15px;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                max-width: 250px;

                .title{
                    font-weight: 700;
                    font-size: 30px;
                    line-height: 30px;
                    color: rgba(65, 196, 221, 1);
                }

                .desc{
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 20px;
                    color: #00264C;
                }

            }
        }

    }

    .para-quem.bg-home-2 {
        .holder_numeros {
            .numero {
                .title {
                    color: #FFFFFF;
                }
            }
        }
    }

    .holder_marcas{

        .slide_marca{
            padding: 0px 18px;

            .img{
                background: #FFFFFF;
                box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
                border-radius: 16px;
                padding: 15px;
                width: 195px;
                height: 125px;

                img{
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                    filter: grayscale(1);
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    &:hover{
                        filter: grayscale(0);
                    }
                }

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

            }
        }

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

    }

    .destaque-content{
        display: flex;
        gap: 20px;
        align-items: start;

        .btn-holder{
            width: 195px;

            a{
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 14px 37px;
                gap: 10px;
                border: none;
                border-radius: 10px;
                font-family: 'Plus Jakarta Sans';
                font-weight: 600;
                font-size: 16px;
                line-height: 30px;
                text-align: center;
                color: #FFFFFF;
                background: #00264C;
                text-decoration: none;
                transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;

                &:hover{
                    background: #41C4DD;
                    border-color: #41C4DD;
                    color: #00264C;
                }
            }
        }

        .desc{
            width: Calc( 100% - 195px );
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            color: #00264C;
        }

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

                .desc{
                    width: 100%;
                }
            }
        }

    }

}


/*==================================================================================================*/
/*SOBRE NÓS*/
/*==================================================================================================*/

#sobre_nos{

    .bloco-info{
        .info-esquerda{
            h2{
                font-weight: 500;
                font-size: 80px;
                line-height: 90px;
                color: #00264C;
                letter-spacing: 0;
                text-transform: none;

                @media screen and (max-width: 1199px) {
                    & {
                        font-size: 40px;
                        line-height: 50px;

                    }
                }

            }

            .bloco_azul{
                padding: 20px 40px;
                background: #00264C;
                backdrop-filter: blur(40px);
                border-radius: 10px;
                max-width: 490px;

                h4{
                    font-weight: 500;
                    font-size: 24px;
                    line-height: 35px;
                    color: #41C4DD;
                }

                div{
                    color: #fff;
                }

            }

        }

        .img-holder{
            position: relative;

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

            .content-img{
                position: absolute;
                width: 390px;
                background: rgba(255, 255, 255, 0.04);
                backdrop-filter: blur(40px);
                border-radius: 30px;
                padding: 20px 35px;
                bottom: -120px;
                right: 30px;

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

                h5{
                    font-weight: 700;
                    font-size: 24px;
                    line-height: 34px;
                    color: #FFFFFF;
                    margin-bottom: 20px;
                }

            }
        }

        .holder-links{
            display: flex;
            gap: 25px;
            margin-top: 70px;
            flex-wrap: wrap;

            a{
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 14px 37px;
                gap: 10px;
                border: none;
                border-radius: 10px;
                font-family: 'Plus Jakarta Sans';
                font-weight: 600;
                font-size: 16px;
                line-height: 30px;
                text-align: center;
                text-decoration: none;
                color: #FFFFFF;
                background: #00264C;
                border: 2px solid #00264C;
                transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;

                &:hover{
                    background: #41C4DD;
                    border-color: #41C4DD;
                    color: #00264C;
                }

            }

            a:last-child{
                background: #41C4DD;
                color: #00264C;
                border-color: #41C4DD;

                &:hover{
                    background: transparent;
                }
            }

        }

    }

    .para-quem{

        .text-intro{
            margin-left: -50px;

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

        }

        .img-holder{
            position: relative;

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

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

            .frase-top-esquerdo{
                position: absolute;
                top: 30px;
                right: 25px;
                font-weight: 500;
                font-size: 20px;
                line-height: 30px;
                color: #00264C;

                @media screen and (max-width: 1399px){
                    & {
                        font-size: 16px;
                        line-height: 15px;
                    }
                }

                @media screen and (max-width: 767px){
                    & {
                        top: -35px;
                        right: 10px;
                    }
                }

            }

            .scroll{
                position: absolute;
                bottom: 40px;
                left: 15px;
                font-weight: 400;
                font-size: 16px;
                line-height: 25px;
                color: #00264C;
                width: 70px;
                text-align: center;

                @media screen and (max-width: 1399px) {
                    & {
                        bottom: 30px;
                        left: 5px;
                    }
                }

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

            }

        }

        .bloco-para-quem{
            background: #F6F9FA;
            backdrop-filter: blur(40px);
            border-radius: 10px;
            padding: 25px 25px 20px;
            margin-bottom: 20px;

            .title{
                font-weight: 700;
                font-size: 20px;
                line-height: 34px;
                color: #00264C;
            }

            .desc{
                font-weight: 500;
                font-size: 16px;
                line-height: 20px;
                color: #00264C;
                margin: 10px 0;
            }

            .link{
                font-weight: 700;
                font-size: 16px;
                line-height: 30px;
                color: #00264C;

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

        }

        .holder_numeros{
            display: flex;
            gap: 45px;
            flex-direction: column;
            height: 100%;
            justify-content: center;
            align-items: flex-end;

            .numero{
                display: flex;
                gap: 15px;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                max-width: 250px;

                .title{
                    font-weight: 700;
                    font-size: 30px;
                    line-height: 30px;
                    color: rgba(65, 196, 221, 1);
                }

                .desc{
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 20px;
                    color: #00264C;
                }

            }
        }

    }

    .holder_slider_equipa{
        margin: 0 -10px;
        width: Calc( 100% + 20px );

        .slide_membro_equipa{
            .helper{
                position: relative;
                padding: 0 10px;

                .content{
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    padding: 25px 35px;

                    .nome{
                        font-weight: 700;
                        font-size: 20px;
                        line-height: 24px;
                        color: #FFFFFF;
                    }

                    .desc{
                        font-weight: 600;
                        font-size: 20px;
                        line-height: 24px;
                        color: #FFFFFF;
                    }

                }
            }
        }

        &.owl-carousel{
            .owl-dots{
                display: flex;
                gap: 15px;
                margin-top: 50px;
                justify-content: center;
                align-items: center;

                .owl-dot{
                    border-radius: 8px;
                    width: 13px;
                    height: 13px;
                    background: rgba(65, 196, 221, 0.25);
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;

                    &.active{
                        background-color: rgba(65, 196, 221, 1);
                        width: 45px;
                    }
                }
            }
        }

    }

}


/*==================================================================================================*/
/*PEÇAS AUTOMOVEL*/
/*==================================================================================================*/

#pecas_automovel{
    .holder_categorias{
        display: flex;
        flex-wrap: wrap;

        .categoria{
            width: Calc( 100% / 2 );
            margin-bottom: 60px;

            .helper-background{
                background: rgba(171, 201, 207, 0.4);
                border-radius: 10px;
                padding: 15px 25px;
                margin: 0 10px;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }

            .img{
                border: none;
                border-radius: 10px;
                overflow: hidden;
                width: 100%;
                height: 300px;
                position: relative;

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

            .nome{
                font-family: 'Plus Jakarta Sans';
                font-weight: 700;
                font-size: 20px;
                line-height: 30px;
                color: #050B20;
                margin-top: 20px;
                margin-bottom: 20px;
            }

            .desc{
                font-family: 'Plus Jakarta Sans';
                font-weight: 500;
                font-size: 16px;
                line-height: 18px;
                color: #050B20;
                margin-bottom: 40px;
            }

            .btn-holder{
                a{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 14px 37px;
                    gap: 10px;
                    border: none;
                    border-radius: 10px;
                    font-family: 'Plus Jakarta Sans';
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 30px;
                    text-align: center;
                    color: #FFFFFF;
                    background: #41C4DD;
                    width: 100%;
                    text-decoration: none;
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;

                    svg path{
                        transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -webkit-transition: all .3s ease-in-out;
                    }

                    &:hover{
                        background: #00264C;
                        border-color: #00264C;
                        color: #41C4DD;

                        svg path{
                            fill: #41C4DD;
                        }
                    }

                }
            }

            @media screen and (max-width: 991px) {
                & {
                    width: Calc( 100% / 2 );
                }
            }

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

        }
    }
}

/*==================================================================================================*/
/*MARCA*/
/*==================================================================================================*/


#marca {
    .banner {
        .holder_slider {
            .single_banner {
                background-position: center center;

                &:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: linear-gradient(269.86deg, rgba(255, 255, 255, 0) 8.22%, #FAFEFF 92.64%);
                    z-index: 1;
                }

                .conteudo {
                    z-index: 2;
                    .nome{
                        b,strong{
                            color: #00264C;
                        }
                    }

                    .container{
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: space-between;
                        align-items: center;
                        gap: 20px;

                        @media screen and (max-width: 1200px){
                            & {
                                justify-content: center;
                            }
                        }

                        .marca-img{
                            width: 288px;
                            height: 288px;
                            background: #FFFFFF;
                            border-radius: 16px;
                            position: relative;
                            padding: 35px;
                            box-shadow: 0px 12px 32px -8px rgba(0, 26, 51, 0.06);
                            border-radius: 16px;

                            @media screen and (max-width: 1200px){
                                & {
                                    width: 228px;
                                    height: 228px;
                                }
                            }

                            img{
                                width: 100%;
                                height: 100%;
                                object-fit: contain;
                                display: block;
                            }

                            &:after{
                                content: '';
                                position: absolute;
                                width: 96px;
                                height: 96px;
                                right: -16px;
                                bottom: -16px;

                                background: rgba(77, 184, 229, 0.2);
                                filter: blur(20px);
                                border-radius: 12px;
                            }

                        }

                    }
                }

            }
        }
    }

    .bloco-destaque{
        .helper_background{
            background: #ABC9CF;
            box-shadow: 0px 12px 32px -8px rgba(0, 26, 51, 0.06);
            border-radius: 8px;
            padding: 50px;
            text-align: center;

            .img{
                max-width: 335px;
                margin: 0 auto 30px;
            }

            .titulo{
                font-weight: 700;
                font-size: 20px;
                line-height: 28px;
                color: #001A33;
                margin-bottom: 15px;
            }

            .desc{
                font-weight: 500;
                font-size: 14px;
                line-height: 23px;
                color: #43474D;
                margin-bottom: 30px;
            }

            .btn-holder{
                display: flex;
                justify-content: center;

                a{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 14px 37px;
                    gap: 10px;
                    border: none;
                    border-radius: 10px;
                    font-family: 'Plus Jakarta Sans';
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 30px;
                    text-align: center;
                    color: #FFFFFF;
                    background: #41C4DD;
                    width: 100%;
                    max-width: 284px;
                    margin: 20px 20px;
                    text-decoration: none;
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;

                    &:hover{
                        background: #00264C;
                        border-color: #00264C;
                        color: #41C4DD;
                    }

                }
            }

        }
    }

}

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

#servicos{

    .banner{
        .holder_slider{
            .single_banner{
                background-position: center center;

                &:after{
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: linear-gradient(269.86deg, rgba(255, 255, 255, 0) 8.22%, #FAFEFF 92.64%);
                    z-index: 1;
                }

                .conteudo{
                    z-index: 2;

                    .nome{
                        max-width: 100%;
                        margin-bottom: 30px;
                    }
                }

            }
        }
    }

    .listagem_servicos{

        .row-aux{
            row-gap: 235px;
        }

        .helper-background{
            background: #F6F9FA;
            backdrop-filter: blur(40px);
            border-radius: 10px;
            padding: 30px;
            max-width: 325px;
            flex: 1;
            height: 100%;
            margin-bottom: 0;

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

            .img{
                width: 78px;
                height: 82px;
                border-radius: 10px;
                overflow: hidden;
                object-fit: cover;
                background-color: rgba(0, 38, 76, 1);
                margin-bottom: 15px;
            }

            .nome{
                font-family: 'Plus Jakarta Sans';
                font-weight: 700;
                font-size: 16px;
                line-height: 18px;
                color: #050B20;
                margin-bottom: 15px;
            }

            .desc{
                font-weight: 400;
                font-size: 16px;
                line-height: 18px;
                color: #050B20;
            }

        }

        .btn-holder{
            a{
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 14px 37px;
                gap: 10px;
                border: none;
                border-radius: 10px;
                font-family: 'Plus Jakarta Sans';
                font-weight: 600;
                font-size: 16px;
                line-height: 30px;
                text-align: center;
                color: #FFFFFF;
                background: #41C4DD;
                width: 100%;
                max-width: 284px;
                margin: 20px 20px 56%;
                text-decoration: none;
                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: 991px){
                    & {
                        margin: 20px 20px 30%;
                    }
                }

                @media screen and (max-width: 500px){
                    & {
                        margin: 20px 20px 16%;
                    }
                }


                &:hover{
                    background: #00264C;
                    border-color: #00264C;
                    color: #41C4DD;
                }

            }

            @media screen and (max-width: 767px){
                & {
                    display: flex;
                    justify-content: center;
                }
            }

        }

    }

    .listagem_subservicos{
        h1{
            font-weight: 500;
            font-size: 60px;
            line-height: 1.2;
            color: #00264C;
            margin-bottom: 60px;

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

        }

        .helper-background{
            background: rgba(255, 255, 255, 0.002);
            box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.05);
            padding: 40px;
            margin-bottom: 50px;

            .img{
                margin-bottom: 30px;
            }

            .nome{
                font-weight: 700;
                font-size: 24px;
                line-height: 32px;
                color: #41C4DD;
                margin-bottom: 20px;
            }

            .desc{
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                color: #486081;
            }

        }

    }

    .marca{
        width: 280px;
        max-width: 100%;
        height: 180px;
        background: #FFFFFF;
        box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
        border-radius: 16px;
        margin-bottom: 50px;

        .img{
            width: 100%;
            height: 100%;
            padding: 40px;

            img{
                width: 100%;
                height: 100%;
                object-fit: contain;
                filter: grayscale(100%);
            }
        }
    }

}

/*==================================================================================================*/
/*CAMPANHAS*/
/*==================================================================================================*/

#campanhas{

    .para-quem{

        .text-intro{
            margin-left: -50px;

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

        }

        .img-holder{
            position: relative;

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

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

            .frase-top-esquerdo{
                position: absolute;
                top: 30px;
                right: 25px;
                font-weight: 500;
                font-size: 20px;
                line-height: 30px;
                color: #00264C;

                @media screen and (max-width: 1399px){
                    & {
                        font-size: 16px;
                        line-height: 15px;
                    }
                }

                @media screen and (max-width: 767px){
                    & {
                        top: -35px;
                        right: 10px;
                    }
                }

            }

            .scroll{
                position: absolute;
                bottom: 40px;
                left: 15px;
                font-weight: 400;
                font-size: 16px;
                line-height: 25px;
                color: #00264C;
                width: 70px;
                text-align: center;

                @media screen and (max-width: 1399px) {
                    & {
                        bottom: 30px;
                        left: 5px;
                    }
                }

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

            }

        }

        .bloco-para-quem{
            background: #F6F9FA;
            backdrop-filter: blur(40px);
            border-radius: 10px;
            padding: 25px 25px 20px;
            margin-bottom: 20px;

            .title{
                font-weight: 700;
                font-size: 20px;
                line-height: 34px;
                color: #00264C;
            }

            .desc{
                font-weight: 500;
                font-size: 16px;
                line-height: 20px;
                color: #00264C;
                margin: 10px 0;
            }

            .link{
                font-weight: 700;
                font-size: 16px;
                line-height: 30px;
                color: #00264C;

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

        }

        .holder_numeros{
            display: flex;
            gap: 45px;
            flex-direction: column;
            height: 100%;
            justify-content: center;
            align-items: flex-end;

            .numero{
                display: flex;
                gap: 15px;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                max-width: 250px;

                .title{
                    font-weight: 700;
                    font-size: 30px;
                    line-height: 30px;
                    color: rgba(65, 196, 221, 1);
                }

                .desc{
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 20px;
                    color: #00264C;
                }

            }
        }

    }

    .bloco_data_campanha{
        .helper_background{
            background: rgba(65, 196, 221, 0.1);
            backdrop-filter: blur(40px);
            border-radius: 10px;
            padding: 30px 60px;

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

            h4{
                font-weight: 700;
                font-size: 30px;
                line-height: 34px;
                color: #00264C;
                width: 215px;
            }

            .numeros{
                .clockdiv{
                    display: flex;
                    justify-content: space-around;
                    text-align: center;

                    span{
                        font-weight: 700;
                        font-size: 50px;
                        line-height: 37px;
                        color: #41C4DD;
                    }

                    .smalltext{
                        font-weight: 500;
                        font-size: 16px;
                        line-height: 20px;
                        color: #00264C;
                    }

                }
            }

        }
    }

}


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

#contactos{

    b,strong{
        color: rgba(65, 196, 221, 1);
    }

    iframe{
        width: 100%;
    }

    h4{
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        color: #00264C;
    }

    .text-contactos{
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
        color: #00264C;
    }

    #form_contactos{
        padding: 50px 40px 30px 40px;
        background: rgba(65, 196, 221, 0.1);
        backdrop-filter: blur(40px);
        border-radius: 10px;
        margin-top: -450px;
        z-index: 7;
        position: relative;

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

        label{
            font-weight: 500;
            font-size: 16px;
            line-height: 30px;
            color: #00264C;
        }

        input{
            padding: 10px 15px;
            background: #FFFFFF;
            border-radius: 10px;
            margin-bottom: 15px;
        }

        textarea{
            resize: none;
            height: 150px;
        }
        .label_fim {
            margin-top: 20px;
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            line-height: 30px;
            text-align: center !important;
            color: #00264C;
            display: block;
        }
        .line_button{
            position: relative;
            background: rgba(255, 255, 255, 0.4);
            border-radius: 10px;
            padding: 10px;
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 15px;
            label{
                display: flex;
                justify-content: center;
                gap: 10px;
            }

            .inputfile{

                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                opacity: 0;
            }
        }
        button{
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 14px 37px;
            gap: 10px;
            border: none;
            border-radius: 10px;
            font-family: 'Plus Jakarta Sans';
            font-weight: 600;
            font-size: 16px;
            line-height: 30px;
            text-align: center;
            color: #FFFFFF;
            background: #00264C;
            width: 100%;
        }

        .rgpd_auth_checkbox {
            position: relative;
        }

        .rgpd_auth_checkbox label a {
            color: inherit;
            text-decoration: underline;
        }

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

        .rgpd_auth_checkbox .checkmark {
            color: #333;
            margin-top: 0;
            margin-bottom: 0;
            position: relative;
            padding-left: 20px;
            font-weight: 400;
            font-size: 11px;
            line-height: 20px;
        }

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

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

        .rgpd_auth_checkbox .checkmark:before {
            content: '';
            position: absolute;
            top: 4px;
            left: 1px;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            border: 1px solid rgb(0, 38, 76);
        }

        .rgpd_auth_checkbox .checkmark:after {
            left: 6px;
            top: -1px;
            width: 5px;
            height: 12px;
            border: solid rgb(0, 38, 76);
            border-width: 0 1px 1px 0;
            -webkit-transform: rotate(37deg);
            -ms-transform: rotate(37deg);
            transform: rotate(37deg);
        }

    }

    .bloco.localizacoes{
        h4{
            color: #41C4DD;
        }
    }

}


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

.pagina_noticias .listagem_noticias .paginacao .single_pag{
    display: inline-block;
    cursor: pointer;
    width: 35px;
    height: 35px;
    padding-top: 5px;
}

.pagina_noticias .listagem_noticias .paginacao .single_pag.active{
    font-weight: 600;
    background-color: #41c4dd;
    color: #fff;
    border-radius: 7px;
}

.pagina_noticias .listagem_noticias .lista_noticias{
    display: flex;
    flex-wrap: wrap;
}
.pagina_noticias .listagem_noticias .single_noticia{
    width: Calc(100% / 3);
}

.pagina_noticias .listagem_noticias .single_noticia .imagem img{
    width: 100%;
}
.pagina_noticias #load-noticias-blog.display_none{
    display: none !important;
}
.pagina_noticias .noticias-loading-blog{
    display: none;
}

/*==================================================================================================*/
/*MARCAS*/
/*==================================================================================================*/

#marcas .marca{
    width: 280px;
    max-width: 100%;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    margin-bottom: 50px;

    .img{
        width: 100%;
        height: 100%;
        padding: 40px;

        img{
            width: 100%;
            height: 100%;
            object-fit: contain;
            filter: grayscale(100%);
            transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;

            &:hover{
                filter: grayscale(0%);

            }
        }
    }
}

/*==================================================================================================*/
/*Oficinas e Profissionais */
/*==================================================================================================*/

#oficinas_e_profissionais{

    .holder_slider_equipa{
        margin: 0 -10px;
        width: Calc( 100% + 20px );

        .slide_membro_equipa{
            .helper{
                position: relative;
                padding: 0 10px;

                .content{
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    padding: 25px 35px;

                    .nome{
                        font-weight: 600;
                        font-size: 20px;
                        line-height: 24px;
                        color: #FFFFFF;
                    }

                    .desc{
                        font-weight: 600;
                        font-size: 20px;
                        line-height: 24px;
                        color: #FFFFFF;
                    }

                }
            }
        }

        &.owl-carousel{
            .owl-dots{
                display: flex;
                gap: 15px;
                margin-top: 50px;
                justify-content: center;
                align-items: center;

                .owl-dot{
                    border-radius: 8px;
                    width: 13px;
                    height: 13px;
                    background: rgba(65, 196, 221, 0.25);
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;

                    &.active{
                        background-color: rgba(65, 196, 221, 1);
                        width: 45px;
                    }
                }
            }
        }

    }

    .holder_marcas{

        .slide_marca{
            padding: 0px 18px;

            .img{
                background: #FFFFFF;
                box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
                border-radius: 16px;
                padding: 15px;
                width: 195px;
                height: 125px;

                img{
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                    filter: grayscale(1);
                    transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    &:hover{
                        filter: grayscale(0);
                    }
                }

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

            }
        }

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

    }

    .banner-campanha{
        .text-campanha{
            .title{
                font-weight: 500;
                font-size: 60px;
                line-height: 70px;
                color: #FFFFFF;
                text-transform: initial;
                margin-bottom: 30px;

                b,strong{
                    font-weight: 700;
                    font-size: 60px;
                    line-height: 70px;
                    color: #41C4DD;
                }
            }
        }
    }

}

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

#blog{

    .destaque-content{
        display: flex;
        gap: 20px;
        align-items: start;

        .btn-holder{
            width: 195px;

            a{
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 14px 37px;
                gap: 10px;
                border: none;
                border-radius: 10px;
                font-family: 'Plus Jakarta Sans';
                font-weight: 600;
                font-size: 16px;
                line-height: 30px;
                text-align: center;
                color: #FFFFFF;
                background: #00264C;
                text-decoration: none;
            }
        }

        .desc{
            width: Calc( 100% - 195px );
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            color: #00264C;
        }

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

                .desc{
                    width: 100%;
                }
            }
        }

    }

    .ultima-noticia {
        .btn-holder {
            margin-top: 30px;

            a {
                text-decoration: none;
            }

            button {
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 14px 37px;
                gap: 10px;
                border: none;
                border-radius: 10px;
                font-family: 'Plus Jakarta Sans';
                font-weight: 600;
                font-size: 16px;
                line-height: 30px;
                text-align: center;
                color: #FFFFFF;
                background: #00264C;
                border: 2px solid #00264C;
                transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;

                &:hover {
                    background: #41C4DD;
                    border-color: #41C4DD;
                    color: #00264C;
                }

            }
        }
    }

    .conteudo_1{
        padding: 50px 0;

        table{
            background: #ECF9FC;
            width: 100%;
            border: none;

            td{
                padding: 65px 40px;
                font-weight: 700;
                font-size: 20px;
                line-height: 60px;
                color: #001A3D;
                width: 50%;

                img{
                    margin-right: 15px;
                }

                @media screen and (max-width: 991px){
                    & {
                        display: block;
                        width: 100%;
                        padding: 15px 40px;
                    }
                }

            }
        }
    }

    .conteudo_2{
        max-width: 1025px;
        margin: 100px auto;
        background: #00264C;
        border: 2px solid rgba(76, 202, 240, 0.2);
        border-radius: 16px;
        padding: 48px;

        table{
            width: 100%;
            border: none;

            tr{
                td:first-child{
                    width: 70px;
                }

                td:last-child{
                    padding-left: 30px;
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 29px;
                    color: #FFFFFF;

                    span{
                        margin-top: 15px;
                        display: block;
                        padding: 15px;
                        border-radius: 8px;
                        font-weight: 500;
                        font-size: 16px;
                        line-height: 24px;
                        color: #001A3D;
                    }
                }

                @media screen and (max-width: 500px){
                    td{
                        display: block;
                        width: 100%;
                    }

                    td:last-child{
                        padding-left: 0;
                        padding-top: 20px;
                    }

                }

            }
        }

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

    }

    #form_contactos{
        padding: 50px 40px 30px 40px;
        border-radius: 10px;
        background: rgba(65, 196, 221, 0.1);
        backdrop-filter: blur(40px);
        position: relative;
        max-width: 570px;
        margin: 50px auto;

        label{
            font-weight: 500;
            font-size: 16px;
            line-height: 30px;
            color: #00264C;
        }

        input{
            padding: 10px 15px;
            background: #FFFFFF;
            border-radius: 10px;
            margin-bottom: 15px;
        }

        button{
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 14px 37px;
            gap: 10px;
            border: none;
            border-radius: 10px;
            font-family: 'Plus Jakarta Sans';
            font-weight: 600;
            font-size: 16px;
            line-height: 30px;
            text-align: center;
            color: #FFFFFF;
            background: #00264C;
            width: 100%;
        }

        .rgpd_auth_checkbox {
            position: relative;
        }

        .rgpd_auth_checkbox label a {
            color: inherit;
            text-decoration: underline;
        }

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

        .rgpd_auth_checkbox .checkmark {
            color: #333;
            margin-top: 0;
            margin-bottom: 0;
            position: relative;
            padding-left: 20px;
            font-weight: 400;
            font-size: 11px;
            line-height: 20px;
        }

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

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

        .rgpd_auth_checkbox .checkmark:before {
            content: '';
            position: absolute;
            top: 4px;
            left: 1px;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            border: 1px solid rgb(0, 38, 76);
        }

        .rgpd_auth_checkbox .checkmark:after {
            left: 6px;
            top: -1px;
            width: 5px;
            height: 12px;
            border: solid rgb(0, 38, 76);
            border-width: 0 1px 1px 0;
            -webkit-transform: rotate(37deg);
            -ms-transform: rotate(37deg);
            transform: rotate(37deg);
        }

    }

    .bloco.detalhe-noticia{
        h2{
            font-family: 'Plus Jakarta Sans';
            font-weight: 500;
            font-size: 60px;
            line-height: 90px;
            text-align: center;
            color: #00264C;
            text-transform: initial;
            letter-spacing: 0;
        }
    }

}

/*==================================================================================================*/
/*AUTOPRO*/
/*==================================================================================================*/

#autopro{

    form{
        background: rgba(65, 196, 221, 0.1);
        backdrop-filter: blur(40px);
        border-radius: 10px;
        padding: 45px 55px;

        label{
            font-weight: 500;
            font-size: 16px;
            line-height: 30px;
            color: #00264C;
        }

        input{
            padding: 10px 15px;
            background: #FFFFFF;
            border-radius: 10px;
            margin-bottom: 15px;
        }

        button{
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 14px 37px;
            gap: 10px;
            border: none;
            border-radius: 10px;
            font-family: 'Plus Jakarta Sans';
            font-weight: 600;
            font-size: 16px;
            line-height: 30px;
            text-align: center;
            color: #FFFFFF;
            background: #00264C;
            width: 100%;
        }

        .rgpd_auth_checkbox {
            position: relative;
        }

        .rgpd_auth_checkbox label a {
            color: inherit;
            text-decoration: underline;
        }

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

        .rgpd_auth_checkbox .checkmark {
            color: #333;
            margin-top: 0;
            margin-bottom: 0;
            position: relative;
            padding-left: 20px;
            font-weight: 400;
            font-size: 11px;
            line-height: 20px;
        }

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

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

        .rgpd_auth_checkbox .checkmark:before {
            content: '';
            position: absolute;
            top: 4px;
            left: 1px;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            border: 1px solid rgb(0, 38, 76);
        }

        .rgpd_auth_checkbox .checkmark:after {
            left: 6px;
            top: -1px;
            width: 5px;
            height: 12px;
            border: solid rgb(0, 38, 76);
            border-width: 0 1px 1px 0;
            -webkit-transform: rotate(37deg);
            -ms-transform: rotate(37deg);
            transform: rotate(37deg);
        }

    }

    .helper-background{
        background: #00264C;
        border-left: 1px solid #334155;
        border-radius: 10px;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
        padding: 30px 15px;
        max-width: 365px;
        margin: 0 auto;

        .nome{
            font-weight: 700;
            font-size: 22px;
            line-height: 37px;
            color: #FFFFFF;
        }

        .desc{
            font-weight: 400;
            font-size: 14px;
            line-height: 23px;
            color: #41C4DD;
        }

        .link a{
            padding: 12px 24px;
            border: 2px solid #4CCAF0;
            border-radius: 8px;
            font-weight: 600;
            font-size: 16px;
            line-height: 30px;
            color: #FFFFFF;
            display: inline-block;
            text-decoration: none;
        }

    }
}


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

.faqs .helper-margin{
    margin-top: 70px;
}

.faqs .holder_faqs .single_faq{
    background: #F6F9FA;
    backdrop-filter: blur(40px);
    border-radius: 10px;
    padding: 30px 40px;
    margin-bottom: 25px;
}

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

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

.faqs .holder_faqs .pergunta .cabecalho h2{
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #00264C;
    letter-spacing: 0;
    text-transform: initial;
}


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

.faqs .holder_faqs .pergunta .cabecalho span{
    position: absolute;
    top: 12px;
    right: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}


.faqs .holder_faqs .pergunta.open .cabecalho span{
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

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


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

footer{
    padding: 65px 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #00264C;
    backdrop-filter: blur(49.4px);
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;

    .margin-helper{
        padding-top: 80px;
    }

    h3{
        font-family: 'Plus Jakarta Sans';
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #41C4DD;
    }

    ul{
        list-style: none;
        padding: 0;

        li{
            padding-bottom: 10px;
        }
    }

    .lower_footer{
        margin-top: 20px;
        padding-top: 50px;
        border-top: 1px solid #41C4DD;
        font-family: 'Plus Jakarta Sans';
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #41C4DD;

        .redes_sociais{
            display: flex;
            gap: 30px;
            align-items: center;
            justify-content: end;

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

                &{
                    justify-content: center;
                }

            }

        }
    }

    a{
        text-decoration: none;
        font-weight: 700;
        color: inherit;
    }

    #form_newsletter{

        .input-group{
            position: relative;
            display: inline-block;
            width: auto;
            margin-bottom: 15px;

            button{
                position: absolute;
                border: none;
                background-color: transparent;
                right: 18px;
                top: 50%;
                transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
            }
        }

        input[type='text'],
        input[type='email']{
            width: 335px;
            padding: 18px 14px;
            display: inline-block;
            font-family: 'Plus Jakarta Sans';
            font-weight: 400;
            font-size: 16px;
            line-height: 30px;
            color: #00264C;
            background: #FFFFFF;
            border-radius: 10px;
            border: none;
        }

        .rgpd{

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

            label{

                .checkmark{
                    width: 11px;
                    height: 11px;
                    border: 1px solid #41C4DD;
                    border-radius: 20px;
                    margin-right: 5px;
                    display: inline-block;
                    position: relative;
                }

                input:checked ~ .checkmark:after{
                    content: '';
                    left: 5px;
                    top: -3px;
                    width: 5px;
                    height: 10px;
                    border: solid #41C4DD;
                    border-width: 0 2px 2px 0;
                    -webkit-transform: rotate(37deg);
                    -ms-transform: rotate(37deg);
                    transform: rotate(37deg);
                    position: absolute;
                }

                font-family: 'Plus Jakarta Sans';
                font-weight: 400;
                font-size: 10px;
                line-height: 28px;
                color: #FFFFFF;
            }
        }

    }

}

#newsletter_response{
    font-size: 13px;
}

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

.wa-fab {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 200;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    flex-direction: row;
}
.wa-fab-btn {
    width: 60px;
    height: 60px;
    border-radius: 99px;
    flex-shrink: 0;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 12px 28px -8px rgba(37, 211, 102, 0.55), 0 0 0 1px rgba(0, 0, 0, 0.04);
    transition: transform .2s ease, box-shadow .2s ease;
    position: relative;
}
.wa-fab-btn:hover {
    transform: scale(1.07);
    box-shadow: 0 18px 36px -10px rgba(37, 211, 102, 0.65);
}
.wa-fab-btn::before {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 99px;
    border: 2px solid #25D366;
    opacity: 0.5;
    animation: waRing 2.4s cubic-bezier(.22, 1, .36, 1) infinite;
}
.wa-fab-btn svg {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 560px) {
    .wa-fab {
        right: 16px;
        bottom: 16px;
    }
    .wa-fab-btn {
        width: 54px;
        height: 54px;
    }
    .wa-fab-btn svg {
        width: 28px;
        height: 28px;
    }
}
@keyframes waRing {
    0% {
        transform: scale(1);
        opacity: 0.55;
    }
    80%, 100% {
        transform: scale(1.6);
        opacity: 0;
    }
}
.obrigado{
    padding: 200px 0;
    .row{
        display: flex;
        align-items: center;
    }
    .titulo, .titulo h1, .titulo h2{
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 80px;
        line-height: 90px;

        @media screen and (max-width: 1200px){
            &{
                font-size: 70px;
                line-height: 80px;
            }
        }

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

        @media screen and (max-width: 767px){
            &{
                text-align: center;
                font-size: 40px;
                line-height: 50px;
            }
        }

    }
    .texto{
        margin-top: 15px;
        @media screen and (max-width: 767px){
            &{
                text-align: center;
            }
        }
    }
    .check{

        img, svg{
            max-width: 100%;
            height: auto;
        }
        @media screen and (max-width: 767px){
            &{
                text-align: center;
                margin: 40px auto 0 auto;
                max-width: 200px;
            }
        }
    }

    a{
        text-decoration: none;
        display: inline-block;
    }
    .botao{
        margin-top: 20px;
        button{
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 12px 30px;
            gap: 5px;
            background: #41C4DD;
            border: 1px solid rgba(255, 255, 255, 0.19);
            backdrop-filter: blur(40px);
            border-radius: 10px;
            font-family: 'Plus Jakarta Sans';
            font-weight: 700;
            font-size: 16px;
            line-height: 1;
            text-align: center;
            color: #FFFFFF;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            transition: all .3s;
            &:hover{
                background-color: rgba(5, 11, 32, 1);
            }
        }
    }
}