/* —————————————————————————————— clear.css —————————————————————————————— */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea
{margin:0;padding:0;border:0;outline:0;font-size:16px;font-weight:normal;vertical-align:top;background:transparent;outline:none;}
b {font-weight:bold;}
i {font-style:italic;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
a, span {vertical-align:baseline;}
img {vertical-align:top;text-decoration:none;}




/* ---------------------------------------- */
/* Fontes Descrição
font-family: "Inter", sans-serif; // Títulos e botões
font-family: "Roboto", sans-serif; // Texto padrão


/* Colors --------------------------------- */
:root {
    
    --primary-color: #2e87bb;
    --primary-color-hover: #1b4c69;
    --primary-color-reverse: #f8f8f8;
    --surface-ground: #f8f8f8;
    --surface-section: #fafafa;
    --surface-card: #ffffff;

    --secundary-color: #2ebbaf;
    --apoio-color: #626867;

    --text-color: #444444;
    --text-color-secondary: #222222;
    --text-primary: #F15722;
    --text-reverse: #ffffff;
    --tex-color-link: #333333;
    --tex-color-link-hover: #111111;

    --blue: #0066ff;
    --red: #ff2233;
    --green: #0d6d11;
    --orange: #F15722;
    --orange-opaco: #f1a287;
    --orange-dark: #8f2e0d;
    --orange-light: #F1572208;

    --shadow: 1px 1px 5px rgba(0,0,0,0.35);

}



/* ---------------------------------------- */
/* Tags ----------------------------------- */

html{
	width:100%;
	height: 100%;
	scroll-behavior: smooth;
}

body{
	width: 100%;
	height: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
	scroll-behavior: smooth;
    overflow-x: hidden;
    background-color: var(--surface-ground);
}

.body-white{
    background-color: #ffffff;
}

.bodyDocOverflow{
    overflow: visible;
}

a:link, 
a:active,
a:visited{
    color: var(--text-primary);
    text-decoration: none;
}
a:hover{
    color: var(--primary-color-hover);
    text-decoration: none;
}

h1{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #333333;
    text-align: left;
    transition-property: font-size, line-height;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    -webkit-transition-property: font-size, line-height;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
}

h3{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #4f4f4f;
    text-align: left;
    transition-property: font-size, line-height;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    -webkit-transition-property: font-size, line-height;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
}

.descricao{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #828282;
    text-align: left;
    transition-property: font-size, line-height;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    -webkit-transition-property: font-size, line-height;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
}

.descricao b{
    font-weight: 600;
    font-size: 1.125rem;
    color: #424242;
}


.descricao-min{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #828282;
    text-align: left;
    transition-property: font-size, line-height;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    -webkit-transition-property: font-size, line-height;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
}

.descricao-cad{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 24px;
    color: #4f4f4f;
    text-align: left;
    transition-property: font-size, line-height;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    -webkit-transition-property: font-size, line-height;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
}

.artigo, .artigo p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #828282;
    text-align: left;
}

.artigo b{
    font-weight: 600;
    font-size: inherit;
    color: #828282;
}

.txt-modal{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #828282;
    text-align: left;
}


.txt-modal-strong{
    font-family: "Inter", sans-serif;
    color: #828282;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 16px;
    margin-bottom: 32px;
    padding-right: 32px;
}

.text-modal-50{
    width: 50%;
}

@media screen And (max-width: 768px) {
    .text-modal-50{
        width: 100%
    }
}


.italic{
    font-style: italic;
}

.bold{
    font-weight: bold;
}

.lighter{
    font-weight: lighter;
}

.itemTable{
    display: table;
    margin: 0 auto;
    height: 100%;
}

.center{
    text-align: center;
}

section{
    background-color: var(--surface-section);
}

.tL{
    text-align: left;
}
.tC{
    text-align: center;
}
.tR{
    text-align: right;
}

.w-100{
    width: 100%;
}

.pT-4{
    padding-top: 4px;
}

.pT-16{
    padding-top: 16px;
}

.pT-32{
    padding-top: 32px;
}

.pB-8{
    padding-bottom: 8px;
}

.pB-16{
    padding-bottom: 16px;
}

.flex-center{
    width: 100%;
    height: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Material Icons */
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

@media screen And (max-width: 1024px) {
    h1{
        font-size: 2.5rem;
    }
}

@media screen And (max-width: 768px) {
    h1{
        font-size: 2rem;
    }
}



@media screen And (max-width: 768px) {
    .no-mobile{
        display: none !important;
    }

}


@media screen And (min-width: 768px) {
    .no-desktop{
        display: none !important;
    }

}




/* ---------------------------------------- */
/* Estrutura ------------------------------ */
.page{
    width: 100%;
}

.page-pad{
    padding: 16px 24px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    max-width: 1266px;
}


.buttonGoToTop{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 32px;
    height: 32px;
    font-size: 16px;
	opacity: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--orange);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 4px;
    z-index: 110;
    cursor: pointer;
    border: 0px solid transparent;
    outline: none;
    pointer-events: none;
    transition-property: background-color, opacity;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    -webkit-transition-property: background-color, opacity;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
}

.buttonGoToTop .material-symbols-outlined {
    font-size: 16px;
    transform: translateY(1px);
}

.buttonGoToTop:hover{
    opacity: 1;
    background-color: var(--orange);
}

.buttonGoToTop-visible{
	opacity: 0.85;
    pointer-events: inherit;
}

.buttonGoToTop img{
    width: 24px;
}



/* ---------------------------------------- */
/* Topo ----------------------------------- */
.header-top{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0 auto;
    padding-top: 12px;
    transform: translateY(-12px);
    z-index: 100;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #00000024;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: overlay, luminosity;
    backdrop-filter: blur(4px) brightness(175%);
}

.topo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    max-width: 1266px;
}

.topo-space{
    width: 100%;
    height: 79px;
}

.meio-space{
    height: 12px;
}


/* ---------------------------------------- */
/* Menu ----------------------------------- */
.div_logo{
    transition-property: margin-left;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    -webkit-transition-property: margin-left;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
}

.div_logo img{
    width: auto;
    transition-property: height;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    -webkit-transition-property: height;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
}

.div_logo .marginRight{
    margin-right: 26px;
}

nav{
    transition-property: margin-right;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    -webkit-transition-property: margin-right;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
}


/* Mobile Menu ---------- */
.mobile-menu{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 111;
    width:100%;
    box-sizing: border-box;
    height: 100vh;
    padding-top: 48px;
    padding-bottom: 32px;
    pointer-events: none;
    background-color: #ffffff00;
    backdrop-filter: blur(0px);
    display: none;
    transition-property: background-color, padding, backdrop-filter;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    -webkit-transition-property: background-color, padding, backdrop-filter;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
}

.mobile-menu-active{
    background-color: #ffffffcc;
    backdrop-filter: blur(4px);
}

.dropdown{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:80%;
    background:#fff;
    border-radius:4px;
    box-shadow:0 0 40px -10px #000;
    color: var(--text-color);
    margin: 0 auto;
    margin-top:0px;
    max-height:0;
    height: 0px;
    overflow:hidden;
    transition:all 0.5s;
    pointer-events: all;
    position: relative;
}

.down{
    height: 100%;
    max-height: 100%;
}

.nav-button{
    padding: 8px;
    box-sizing: border-box;
    background-color: transparent;
    border: 0px solid transparent;
    outline: none;
    cursor: pointer;
    pointer-events: all;
    transform: scale(1);
    opacity: 0.75;
    transition-property: transform, opacity;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    transition-delay: 0s;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
}

.nav-button:hover{
    opacity: 1;
}

.nav-button-inactive{
    transform: scale(1);
    opacity: 0;
}

.nav-button-inactive:hover{
    opacity: 0;
}


.mobile-menu .nav-button .material-symbols-outlined{
    font-size: 32px !important;
    font-variation-settings:
    'FILL' 0,
    'wght' 500,
    'GRAD' 0,
    'opsz' 24
}

.mobile-ico-position{
    position: absolute;
    top: 16px;
    right: 14px;
    z-index: 1;
}

.close-ico-position{
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 1;
}

.mobile-menu ul{
    width: 100%;
    box-sizing: border-box;
}

.mobile-menu li{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 14px;
    margin: 16px 0px;
    cursor:pointer;
    transition:all .1s;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.mobile-menu a:link,
.mobile-menu a:active,
.mobile-menu a:visited{
    color: var(--text-color);
}

.mobile-menu .li-base{
    margin: 0 auto;
    max-width: 200px;
}

.mobile-menu .li-base:hover{
    background-color: transparent;
    box-shadow: none;
    transform:scale(1);
    -webkit-transform:scale(1);
}

.mobile-menu li:hover a:link,
.mobile-menu li:hover a:active,
.mobile-menu li:hover a:visited,
.mobile-menu li:hover a:hover{
    
}

.mobile-menu li.active a:link,
.mobile-menu li.active a:active,
.mobile-menu li.active a:visited{
    color: var(--orange);
}

.menu-mobile-logo{
    width: 100%;
    text-align: center;
    padding-bottom: 24px;
}


.menu-mobile-logo div{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 48px;
}

.menu-mobile-logo img{
    width: 50%;
    margin: 0 auto;
}



/* Menu Desktop ------------------------ */
.menuDesktop{
    position: relative;
    width: 100%;
    margin-left: 32px;
}

nav ul{
    list-style-type: none;
    text-align: center;
}

nav ul li{
    font-family: "Inter", sans-serif;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.menuDesktop li .borderBottom{
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 2px;
    z-index: 1;
    background-color: var(--tex-color-link-hover);
    opacity: 0.1;
    transition-property: transform, opacity, width;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    -webkit-transition-property: transform, opacity, width;
    -webkit-transition-duration: 0.5 s;
    -webkit-transition-timing-function: ease;
}

.menuDesktop li:hover .borderBottom{
    width: 80px;
    opacity: 0.5;
}

.menuDesktop li .arrow-down{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-1px);
}

nav ul li a{
    color: var(--text-color);
    font-size: 0.875rem;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    transition-property: font-size;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    -webkit-transition-property: font-size;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
}

nav ul li a:link,
nav ul li a:active,
nav ul li a:visited{
    color: var(--tex-color-link);
}

nav ul li a:hover{
    color: var(--tex-color-link-hover);
}

nav ul li a.active{
    color: var(--tex-color-link-hover);
}



/* ---------------------------------------- */
/* Home ----------------------------------- */
.page-home{
    padding-top: 32px;
    background-image: url(images/background.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-color: #fff;
}

.banner-home{
    width: 1216px;
    height: 656px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 73px 106px 32px 106px;
    margin-bottom: 70px;
    background-image: url(images/home_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    transition-property: padding;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    -webkit-transition-property: padding;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
}


.banner-home-container{
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
}

.banner-produtos-list{
    display: inline;
}

.banner-home-container-col1{
    display: block;
}

.banner-home-container-col2{
    display: none;
}

.banner-produto-fix{
    text-align: center;
}

.banner-home-title-orange{
    color: var(--orange);
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 2px;
    transition-property: font-size;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    -webkit-transition-property: font-size;
    -webkit-transition-duration: 0.35s;
}

.banner-home-title{
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    margin-bottom: 16px;
    transition-property: font-size;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    -webkit-transition-property: font-size;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
}

.banner-home-descricao{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 0px;
    letter-spacing: 0.025rem;
    max-width: 560px;
    transition-property: font-size;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    -webkit-transition-property: font-size;
    -webkit-transition-duration: 0.35s;
}

.banner-home-area-action{
    padding: 48px 0px;
    margin-bottom: 32px;
}

.banner-produto1{
    display: table;
    position: absolute;
    top: 42px;
    left: 770px;
}

.banner-produto2{
    display: table;
    position: absolute;
    top: 242px;
    left: 964px;
}

.banner-produto3{
    display: table;
    position: absolute;
    top: 344px;
    left: 461px;
}

.banner-produto4{
    display: table;
    position: absolute;
    top: 512px;
    left: 752px;
}


@media screen And (max-width: 1280px) {
    
    .banner-home{
        display: table;
        width: 100%;
        height: 80vh;
        border-radius: 16px;
        background-size: cover;
        padding: 73px 60px 32px 60px;
    }

    .banner-home-container{
        display: flex;
        position: relative;
        justify-content: space-between;
    }
    
    .banner-produtos-list{
        display: flex;
        width: 100%;
        margin: 0 auto;
        gap: 32px;
    }

    .banner-produtos-list .banner-produto1{
        display: none;;
    }

    .banner-produtos-list .banner-produto2,
    .banner-produtos-list .banner-produto3,
    .banner-produtos-list .banner-produto4{
        position: inherit;
    }

    .banner-produtos-list .banner-produto1 img,
    .banner-produtos-list .banner-produto2 img,
    .banner-produtos-list .banner-produto3 img,
    .banner-produtos-list .banner-produto4 img{
        width: 90%;
        margin: 0 auto;
        max-width: 300px;
    }
    
    .banner-produtos-list .banner-produto4{
        padding-left: 38px;
        padding-top: 40px;    
    }

    .banner-produtos-list .banner-produto4 img{
        max-width: 196px;
    }


    .banner-home-container-col1{
        opacity: 1;
    }
    
    .banner-home-container-col2{
        display: block;
    }
    

}



@media screen And (max-width: 1024px) {

    .banner-home{
        padding: 73px 24px 32px 24px;
    }

    .banner-home-title{
        font-size: 2.5rem;
        margin-top: 16px;
    }

}


@media screen And (max-width: 768px) {

    .banner-home-container{
        flex-direction: column;
    }
    
    .banner-produtos-list{
        flex-direction: column;
        align-items: center;
    }

    .banner-produtos-list .banner-produto4{
        padding-left: 0px;
        padding-top: 0px;    
    }

}




/* ---------------------------------------- */
/* Animação produto------------------------ */

.produto_box_anim {
    position: relative;
    width: 300px;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
}

.produto_box_anim img {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
}

.produto_box_anim .produto_floating {
    z-index: 2;
    animation: float-anim 3s ease-in-out infinite;
}

.produto_shadow {
    bottom: 0px;	
    top: auto;
    opacity: 1;
    animation: shadow-anim 3s ease-in-out infinite;
}

@keyframes float-anim {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes shadow-anim {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}



/* ---------------------------------------- */
/* Somos ---------------------------------- */
.somos{
    background-color: #fff;
}

.somos-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 48px;
    background-color: #fff;
}

.somos-container-group{
    display: flex;
    width: 100%;
    column-gap: 48px;
    margin-bottom: 32px;
}

.somos-container-group-img{
    width: 280px;
}

.somos-container-group-content{
    flex-grow: 2;
}

.somos-header .descricao{
    max-width: 650px;
}

.somos-somos-features{
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.somos-somos-features-desk{
    display: flex;
}

.somos-somos-features-mob{
    display: none;
}

.somos-feature{
    padding: 24px 36px;
    width: 33%;
    text-align: left;
    border-right: 1px solid #ebedf0;
}

.somos-feature:nth-child(3){
    border-right: 0px solid transparent;
}

.somos-feature img{
    margin-bottom: 16px;
}

.somos-row{
    background-color: #f9f9f9;
    width: 100%;
    box-sizing: border-box;
    border-left: 16px solid var(--orange);
    background-image: url(images/branco-bg-gif.gif);
    background-repeat: no-repeat;
    background-position: top 0px left -50%;
}

.somos-chip-canvas{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    column-gap: 48px;
    max-width: 1266px;
}

.somos-main {
    text-align: left;
    box-sizing: border-box;
    padding: 48px 24px 12px 24px;
}

.somos-image-section {
    width: 1209px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    transition-property: min-height;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    -webkit-transition-property: min-height;
    -webkit-transition-duration: 0.35s;
}


@media screen And (max-width: 1280px) {

    .somos-container-group{
        align-items: center;
        max-width: 768px;
    }

    .somos-somos-features-desk{
        display: none;
    }
    
    .somos-somos-features-mob{
        display: flex;
    }

    .somos-image-section {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        overflow: hidden;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
    }
    
    .somos-chip-canvas{
        box-sizing: border-box;
    }

    .somos-main{
        flex-grow: 2;
    }

    .somos-image-section{
        width: 100%;
        margin-right: 16px;
        box-sizing: border-box;
    }

}


@media screen And (max-width: 1024px) {

    .somos-container-group{
        width: 90%;
        margin: 0 auto;
        row-gap: 32px;
        flex-direction: column;
        margin-bottom: 64px;
    }

    .somos-container-group h1, .somos-container-group .descricao{
        text-align: center;
    }

}

@media screen And (max-width: 768px) {

    .somos-somos-features-mob{
        flex-direction: column;
        align-items: center;
    }

    .somos-feature{
        border-right: 0px solid transparent;
        width: 88%;
        display: flex;
        align-items: center;
    }

    .somos-feature-img{
        padding-right: 32px;
        box-sizing: border-box;
    }

    .somos-feature-txt{
        flex-grow: 2;
    }

    .somos-feature h3, .somos-feature .artigo{
        /* text-align: center; */
    }

    .somos-row{
        border-left: 0px solid transparent;
        border-bottom: 16px solid var(--orange);
    }

    .somos-chip-canvas{
        flex-direction: column;
    }

    .somos-image-section{
        margin-left: 4px;
        min-height: 300px;
        border-top-left-radius: 18px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        background-image: url(images/chip-quantatec_346.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .somos-image-section img{
        display: none;
    }

}


@media screen And (max-width: 640px) {

    .somos-image-section{
        min-height: 240px;
    }

}


@media screen And (max-width: 560px) {

    .somos-image-section{
        min-height: 180px;
    }

}





/* ---------------------------------------- */
/* Fluxo Recuperar senha ------------------ */
.borda{
    margin: 0 auto;
    margin-top: 64px;
    margin-bottom: 128px;
    font-size: 18px;
    line-height: 1.2;
    color: #444444;
    width: 90%;;
    padding: 60px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #dddddd;
    line-height: 1.4;
}

.area{
	min-height: 200px;
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.area .msgTxtBox{
	text-align: center;
	font-size: 16px;
	height: none;
}

.area .msgTxtBox b{
	font-weight: bold;
}

.box-form{
	width: 90%;
	margin: 0 auto;
	max-width: 300px;
}

.msg-alert{
	color: red;
	margin-top: 20px;
	min-height: 32px;
	font-size: 14px;
}

.form-linha{
    margin-bottom: 8px;
}

.form-legenda{
	margin-top: 40px;
}

.form-legenda a:link, .form-legenda a:active, .form-legenda a:visited, .form-legenda a:hover{
	font-size: 14px;
	color: #888;
}

.linkRetorno,
.linkRetorno:link{
	font-size: 16px;
}

.msgTxtBox2{
	display: block;
	margin-top: 16px;
}

.msgTxtBox a,
.msgTxtBox a:link,
.msgTxtBox a:active,
.msgTxtBox a:visited,
.msgTxtBox a:hover{
	font-size: 16px;
	color: var(--azulPadrao);
	font-weight: bold;
}

.spanButton{
    opacity: 1;
    cursor: pointer;
    transition-property: opacity;
    transition-duration: 1s;
    transition-timing-function: ease;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
}

.spanButton-legenda{
    font-size: 12px;
    display: inline-block;
    padding-left: 16px;
}

.spanButton b{
    font-weight: bold;
    color: var(--red);
    font-size: inherit;
}

.disabledBT{
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}



/* ---------------------------------------- */
/* Produtos ------------------------------- */
.page-produtos{
    background-color: #ffffff;
    padding-top: 120px;
}

.produtos-space{
    height: 60px;
}

.produtos-container {
    position: sticky;
    top: 100px;
    z-index: 1;
    display: flex;
    background-color: white;
    width: 100%;
    padding: 210px 116px 60px 116px;
    border-radius: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: normal;
    margin-bottom: 100px;
    box-shadow: 0px 14px 56.8px 0px #2F3A5F1F;
    background-image: url(images/produtos_backround.jpg);
    background-position: top 57px center;
    background-repeat: no-repeat;
    transition-property: padding, margin-bottom;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    -webkit-transition-property: padding, margin-bottom;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
}

.produtos-col1{
    padding-right: 32px;
    box-sizing: border-box;
}

.produtos-col1 h1 {
    color: #4f4f4f;
    margin-bottom: 36px;    
}
.produtos-col1 ul {
    list-style: disc;
    padding-left: 24px;
    width: 490px;
    box-sizing: border-box;
}
.produtos-col1 ul li {
    margin-bottom: 24px;
}
.button {
    margin-top: 20px;
}
.button a {
    text-decoration: none;
    color: white;
    background-color: #ff5722;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
}

.produtos-col2{
    width: 384px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.produtos-view-mob{
    display: none;
    width: 90%;
    max-width: 384px;
}

@media screen And (max-width: 1280px) {

    .produtos-container{
        padding: 160px 64px 48px 64px;
        margin-bottom: 164px;
        background-size: 100%;
    }

    .produtos-container .descricao{
        font-size: 1.2rem;
    }

}

@media screen And (max-width: 1024px) {

    .produtos-container{
        flex-direction: column;
        position: static;
    }

    .produtos-col1 ul {
        width: 90%;
        margin-bottom: 48px;
    }

    .produtos-view-desk{
        display: none;
    }

    .produtos-view-mob{
        display: inherit;
        margin-bottom: 24px;
    }
}


@media screen And (max-width: 768px) {
    .produtos-container{
        padding: 80px 24px 72px 24px;
        margin-bottom: 64px;
    }

    .produtos-container .bt-action-big{
        width: 80%;
        text-align: left;
        line-height: 1.5;
        max-width: 80%;
        padding: 8px 16px 8px 16px;
    }

}


@media screen And (max-width: 400px) {
    .produtos-container .bt-action-big{
        width: 220px;
    }
}



/* ---------------------------------------- */
/* Properties ----------------------------- */
.property-container{
    box-sizing: border-box;
    padding: 16px;
    overflow-y: auto;
    transition-property: padding, margin-bottom;
    transition-duration: 0.35s;
    transition-timing-function: ease;
    -webkit-transition-property: padding, margin-bottom;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
}

.property-container h1{
    box-sizing: border-box;
    margin-bottom: 16px;
    color: #4F4F4F;
}

.property-container h2{
    color: #828282;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 24px;
}

.properties-grid{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    row-gap: 44px; 
    margin-bottom: 48px;
}

.properties-grid .item-img{
    text-align: center;
    margin-bottom: 10px;
    min-height: 48px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.properties-grid .item-text{
    font-family: "Inter", sans-serif;
    text-align: center;
    color: #828282;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.group-properties-modals .modal-active{
    max-height: 94vh;
    max-width: 1080px !important;
}

.group-properties-modals .modal-active .modal-container{
    overflow-y: auto;
}

.modal-flex{
    display: flex;
    padding: 0px 16px;
    box-sizing: border-box;
}

.modal-flex ul{
    margin-left: 16px;
    list-style: disc;
    padding-right: 16px;
}



@media screen And (max-width: 1024px) {
    
    .properties-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }

}

@media screen And (max-width: 640px) {
    
    .property-container{
        padding: 0px;
    }


    .properties-grid{
        grid-template-columns: 1fr 1fr;
    }

}

@media screen And (max-width: 440px) {
    
    .properties-grid{
        grid-template-columns: 1fr;
    }

    .properties-grid .item{
        display: flex;
        align-items: center;
    }

    .properties-grid .item-text{
        text-align: left;
        padding-left: 16px;
    }

}



/* ---------------------------------------- */
/* Acessórios ----------------------------- */
.acessorios-section{
    width: 100%;
    padding-bottom: 48px;
    background-image: url(images/acessorios_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.acessorios-section .page, .acessorios-section .page-pad{
    background-color: transparent;
}

.page_acessorios .page-pad{
    padding-top: 12px;

}

.page_acessorios .page-pad-inner{
    padding: 0px 32px;
}

.acessorios-space{
    height: 32px;
}

.acessorios-produtos{
    display: flex;
    width: 100%;
    column-gap: 32px;
    margin-bottom: 48px;
}

.acessorios-produtos .item{
    display: flex;
    width: 25%;
    flex-direction: column;
    justify-content: space-between;
    height: 536px;
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
}

.acessorios-produtos .item-img{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 24px;
    flex-grow: 2;
}

.acessorios-produtos .item-img img{
    max-width: 90%;
    margin: 0 auto;
}

.acessorios-produtos .item .item-txt{
    background-color: #1D7833;
    display: flex;
    height: 158px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5;
    box-sizing: border-box;
    padding: 24px;
    text-align: center;
}


@media screen And (max-width: 1024px) {
    
    .acessorios-produtos{
        display: grid;
        row-gap: 64px;
        columns: 128px;
        grid-template-columns: 1fr 1fr ;
    }

    .acessorios-produtos .item{
        width: auto;
        border: 1px solid #00000015;
    }

}


@media screen And (max-width: 620px) {
    
    .acessorios-produtos{
        row-gap: 48px;
        grid-template-columns: 1fr;
    }

}


/* Download =================================== */
.download-container{
    width: 80%;
    margin: 0 auto;
    padding: 48px;
    border: 1px solid #cccccc;
    border-radius: 16px;
    box-sizing: border-box;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

.box_download{
    border: 1px solid #dddddd;
    padding: 32px;
    box-sizing: border-box;
    text-align: center;
}

.box_img{
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
}

.box_h1{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}




/* Footer (Contato)============================ */
.page-contato{
    background-color: #ffffff;
    width: 100%;
}

.page-contato-inner{
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    padding-top: 72px;
    border-top: 3px solid var(--orange);
    background-image: url(images/footer-fundo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

footer{
    display: block;
}

.footer-container{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.footer-nav-menu{
    text-align: center;
}

.footer-nav-menu h3{
    color: var(--orange);
}

.footer-nav-menu ul{
    list-style: none;
    padding: 0;
}

.footer-nav-menu li{
    margin-bottom: 24px;
    text-align: left;
}

.footer-nav-menu a:link,
.footer-nav-menu a:visited,
.footer-nav-menu a:active{
    text-decoration: none;
    color: #313338;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.footer-nav-menu a:hover{
    color: #111111;
}

footer .contact-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.contact-info-img{
    display: block;
}

.contact-info-img img{
    width: 180px;
    height: 60px;
}

.fone{
    margin-top: 32px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 40px;
    color: #313338;
    text-align: left;
    margin-bottom: 8px;
}

.fone b{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #313338;
}

.buttons-flex{
    display: flex;
    gap: 24px;
}

.footerBase .footerBase-container{
    display: flex;
    text-align: center;
    border-top: 2px solid #cccccc88;
    margin: 0 auto;
    margin-top: 24px;
    padding: 32px 0px 16px 0px;
    width: 100%;
    max-width: 1440px;
    justify-content: space-between;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5px;
    color: #4F4F4F;
}

.item-menu,
.footerBase-container a:link,
.footerBase-container a:active,
.footerBase-container a:visited,
.footerBase-container a:hover{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5px;
    color: #4F4F4F;

}

.footerBase-container .item-menu a{
    margin-left: 32px;
    margin-right: 32px;
}

.footerBase .social-icons{
    display: flex;
    justify-content: center;
    column-gap: 32px;
}

.footerBase .social-icons img,
.footerBase .social-icons svg{
    height: 24px;
    width: auto;
    margin: 0 5px;
}

.footerBase-container .tL{
    display: flex;
    text-align: left;

}


@media screen And (max-width: 1280px) {
    .footer-container{
        justify-content: space-around;
    }
}


@media screen And (max-width: 1024px) {

    .footerBase .footerBase-container{
        flex-direction: column;
        background-color: #ffffff;
        flex-direction: column;
        padding-bottom: 32px;
        gap: 46px;
    }

}



@media screen And (max-width: 768px) {
    .footer-container{
        flex-direction: column;
    }

    .footer-container .div_logo{
        text-align: center;
        margin-bottom: 72px;
    }

    .footer-nav-menu{
        width: 100%;
    }

    .footer-nav-menu h3{
        text-align: center;
        margin-bottom: 32px;
    }

    .footer-nav-menu ul{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 48px;
    }

    .footer-nav-menu li{
        text-align: center;
    }

    footer .contact-info{
        margin-top: 60px;
        margin-bottom: 48px;
        align-items: center;
    }

    footer .buttons-flex{
        box-sizing: border-box;
        padding: 32px;
        justify-content: center;
    }

}


@media screen And (max-width: 640px) {

    .footerBase-container .item-menu{
        display: flex;
        flex-direction: column;
        gap: 42px;
        margin-bottom: 32px;
        line-height: 2;
    }
    .item-menu-center{
        display: none;
    }


    .footerBase .social-icons {
        display: flex;
        justify-content: center;
        column-gap: 18px;
    }
}


/* Form Cadastro e Login ====================== */
.iframe-cad{
    width: 100%;
    height: 100%;
    min-height: 540px;
}

.cad-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.cad-container h2 {
    font-size: 16px;
    color: #665;
}
.cad-container p {
    font-size: 14px;
    color: #333;
}
.cad-container input[type="text"],
.cad-container input[type="email"],
.cad-container input[type="password"],
.cad-container input[type="tel"] {
    width: 100%;
    padding: 16px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.cad-container input[type="radio"] {
    margin-right: 5px;
}

/* input[type="checkbox"],input[type="radio"]{
    -webkit-appearance: none;
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    border: 1px solid var(--orange);
}

input[type="checkbox"]:checked,input[type="radio"]:checked {
    background-color: var(--orange);
}

input[type="radio"]{
  border-radius: 50%;
} */

.cad-container button {
    width: 100%;
    padding: 16px;
    background-color: var(--orange);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
.cad-container button:hover {
    background-color: var(--orange);
}
.cad-container .privacy {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.login-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
}
.login-container h2 {
    margin-bottom: 20px;
}
.login-container input[type="email"],
.login-container input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.login-container input[type="checkbox"] {
    margin-right: 10px;
}

.campo{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.icon-eye{
    width: 32px;
    max-width: 32px;
    height: 32px;
    background-color: transparent !important;
    border: 0px solid transparent !important;
    background-image: url(images/eye_off.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.login-container a {
    color: #007BFF;
    text-decoration: none;
    font-size: 14px;
}
.login-container button {
    background-color: var(--orange);
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

.modal_cad.modal-active{
    max-width: 500px;
    min-width: 450px;
    min-height: auto;
    max-height: 94vh;
    height: 70%;
}

.row-legenda{
    font-size: 14px;
    color: #888888;
}

.modal_log{
    pointer-events: none;
}

#modalLog{
    left: -2000px;
}

.modal_master_login .modal-active, .modal_log.modal-active, #modalLog.modal-active{
    left: 50%;
}

.modal_master_login .modal-active, .modal_log.modal-active, #modalLog{
    max-width: 500px;
    min-width: 400px;
    max-height: 400px;
    min-height: 440px;
    pointer-events: all;
    height: 440px !important;
}

.modal-active .modal-container {
    overflow-y: hidden;
}

.msg_alert{
    color: #ff3322;
    font-weight: 600;
    font-size: 14px;
    font-style: italic;
}

.descricao-arquivo{
    font-size: 14px;
    line-height: 1.4;
    color: #777777;
    font-style: italic;
}

.shape-client{
    margin: 0 auto;
    margin-top: 64px;
    margin-bottom: 128px;
    font-size: 18px;
    line-height: 1.2;
    color: #444444;
    width: 90%;;
    padding: 60px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #dddddd;
}

.msg-aguardando{
    margin: 0 auto;
    margin-top: 64px;
    font-size: 14px;
    line-height: 1.4;
    color: #777777;
    font-style: italic;
    max-width: 400px;
    padding: 48px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #dddddd;
}

.div_alert_ativo{
    color: var(--red);
    display: block;
}


@media screen And (max-height: 768px) {
    
    .modal_master_login .modal-active, .modal_log.modal-active, #modalLog{
        height: 400px !important;
        min-height: 400px !important;
    }

    .modal-active .modal-container {
        overflow-y: hidden;
    }

}



/* Radio ===================================== */
.form-radio-flex{
    display: flex;
    column-gap: 32px;
    margin-bottom: 16px;
}

.form-radio{
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}

.form-radio + .form-radio{
  margin-top: 1rem;
}

.form-radio:focus-within {
  color: #4f4f4f;
}

input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: #f8f8f8;
  /* Not removed via appearance */
  margin: 0;

  font: inherit;
  color: #777777;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid var(--orange);
  border-radius: 50%;
  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  box-sizing: border-box;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--orange);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type="radio"]:checked::before {
  transform: scale(1);
  box-sizing: border-box;
}

input[type="radio"]:focus {
  outline: max(1px, 0.15em) dotted var(--orange-opaco);
  outline-offset: max(1px, 0.15em);
}



/* Botões ===================================== */
.bt-action{
    background-color: var(--orange);
    border: 1px solid var(--orange);
    color: #fff;
    padding: 12px 22px 14px 22px;
    border-radius: 6px;
    line-height: 1;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    cursor: pointer;
    transition-property: background-color, color, border, opacity;
    transition-duration: 0.35s;
    transition-timing-function: ease-in;
    -webkit-transition-property: background-color, color, border, opacity;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: ease-in;
}

.bt-action:hover{
    background-color: var(--orange-dark);
    border: 1px solid var(--orange-dark);
    color: #fff;
}

.menu-bts .bt-action{
    margin-left: 18px;
}

.bt-action-transp{
    background-color: #fff;
    color: var(--orange);
    border: 1px solid var(--orange);
}

.bt-action-transp:hover{
    background-color: var(--orange-dark);
    color: #fff;
    border: 1px solid var(--orange-dark);
}

.bt-action-big{
    padding: 16px 32px 16px 32px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
}

.bt-action-inner-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
}

.scrollButton{
    background-image: url(images/png_rolagem.png);
    background-position: left 0px top 0px; 
    width: 143px;
    height: 27px;
    opacity: 0.75;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    transition-property: background-color, color, border, opacity;
    transition-duration: 0.35s;
    transition-timing-function: ease-in;
    -webkit-transition-property: background-color, color, border, opacity;
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: ease-in;
}

.scrollButton:hover{
    opacity: 1;
}


.menu-bts-mob{
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.legenda{
    font-size: 12px;
    color: #888888;
}

.legenda a:link,
.legenda a:active,
.legenda a:visited,
.legenda a:hover{
    font-size: 12px;
    color: #888888;
    text-decoration: none;
}



/* Solucoes =================================== */
.page-solucoes{
    padding-top: 90px;
    padding-bottom: 700px;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
}

.solucoes-header{
    padding-left: 32px;
}

.solucoes-banner{
    width: 100%;
    max-width: 1440px;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #ffffff;
}

.solucoes-banner img{
    width: 100%;
}

.solucoes-telas{
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 590px 590px;
    gap: 32px;
}

.solucoes-telas-item{
    height: 332px;
    border-radius: 24px;
    box-sizing: border-box;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f9f9f9;
    border: 1px solid #82828288;
    padding: 42px 72px;
}

.solucoes-telas-item-txt{
    display: flex;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.9;
    color: #828282;
}

.solucoes-telas-item-txt ul{
    list-style-type: disc;
}


@media screen and (max-width: 1280px) {
    .solucoes-telas{
        width: 100%;
        grid-template-columns: 1fr 1fr;
        padding: 16px;
        box-sizing: border-box;
    }
}


@media screen and (max-width: 1024px) {

    .page-solucoes{
        display: table;
        padding-bottom: 16px;
    }

    .solucoes-telas{
        width: 90%;
        max-width: 600px;
        margin: 0 auto;
        grid-template-columns: 1fr;
        gap: 32px;
        transform: translateX(0px) translateY(-80px);
        position: static;
    }

    .solucoes-telas-item{
        height: auto;
        min-height: 332px;
    }

    .solucoes-telas .img-view-desk{
        display: none !important;
    }
}





/* Turing Pad ================================= */
.turing-pad-property{
    display: flex;
    gap: 32px;
}

.turing-pad-property .item{
    width: 150px;
    text-align: center;
    margin-bottom: 10px;
    min-height: 48px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.turing-pad-property .item img{
    margin: 0 auto;
    margin-bottom: 8px;
}

.turing-pad-property .item-text{
    font-family: "Inter", sans-serif;
    text-align: center;
    color: #828282;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.flex-column{
    flex-direction: column;
}

.flex-column .item{
    width: 100%;
}

.box-anatel{
    display: table;
    font-family: "Inter", sans-serif;
    text-align: center;
    color: #828282;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

@media screen And (max-width: 768px) {
    .modal-flex{
        flex-direction: column;
    }
}



/* Scroll ===================================== */
::-webkit-scrollbar {
    width: 8px;
    height: 20px;
    background-color: #e8e8e8;
    transition-property: background-color;
    transition-duration: 0.5s;
    transition-timing-function: ease-in;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in;
}

::-webkit-scrollbar:hover {
    background-color: #d0d0d0;
}

::-webkit-scrollbar-track {
   border: solid 2px #e8e8e8;
   background-color: #e8e8e8;
}
  
::-webkit-scrollbar-thumb {
    border: solid 2px transparent;
    background-color: var(--orange);
    transition-property: background-color;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
}

::-webkit-scrollbar-thumb:hover{
    background-color: var(--orange-dark);
}





@media screen and (max-width: 1280px){

    .div_logo img{
        height: 20px;
    }

    .bt-top-kit{
        display: none;
    }
}



@media screen and (max-width: 1024px){

    /* ---------------------------------------- */
    /* Menu ----------------------------------- */
    nav{
        display: none;
    }
    
    .mobile-menu{
        display: block;
    }

    .bodyDocOverflow{
        overflow: hidden;
    }

    .topo .menu-bts{
        display: none;
    }

}

@media screen and (max-width: 600px){

    .buttonGoToTop img{
        width: 25px;
    }

    .div_logo{
        margin-left: 20px;
    }
 
}

@media screen and (max-width: 420px){

    .mobile-menu{
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .dropdown{
        width:94%;
    }

}
