/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
    font-family: 'Leelawadee UI';
    src: url('../fonts/LeelawadeeUI.woff2') format('woff2'),
        url('../fonts/LeelawadeeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
*/

:root {

    /* Colors */
    --bg-colorblack: #000;
    --bg-colorwhite: #fff;
    --bg-colorlaranja: #F7901E;
    --bg-colorgray: #C4CBD0;


    /* Font's */
    --font-main: 'Leelawadee UI', sans-serif;

}

body,
html {
    font-family: var(--font-main);
    color: var(--bg-colorblack);
    overflow-x: hidden;
}

/* Style Title */
h1,
.h1 {
    font-weight: 350;
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -0.015em;
}

h2,
.h2 {
    font-weight: 350;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 0.005em;
}

h3,
.h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
}

h4,
.h4 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0.0025em;
}

h5,
.h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

h6,
.h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.0015em;
}

.sb1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.0015em;
}

.sb2 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.001em;
}

p.p1 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
}

p.p2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.0025em;
}

.but {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
}

.container {
    max-width: 1500px;
}

.container-noright {
    margin: 0 0 0 calc((100vw - 1500px + 15px) / 2);
    width: auto;
    padding: 0;
}

.container-noleft {
    margin: 0 calc((100vw - 1500px + 15px) / 2) 0 0;
    width: auto;
    padding: 0;
}

.btn-estilo1 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 40px;
    padding: 10px 24px;
    text-decoration: none;
    -webkit-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}

.btn-estilo1:hover {
    color: var(--bg-colorwhite);
    border: 2px solid var(--bg-colorblack);
    background-color: var(--bg-colorblack);
}

.btn-estilo2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 40px;
    padding: 10px 24px;
    text-decoration: none;
    -webkit-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}

.btn-estilo2:hover {
    color: var(--bg-colorblack);
    border: 2px solid var(--bg-colorwhite);
    background-color: var(--bg-colorwhite);
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding {
    padding: 0;
}

.hidden {
    display: none !important;
}

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



/* MENU */
nav {
    border-bottom: 2px solid var(--bg-colorwhite);
    background-color: transparent;
    position: fixed !important;
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 99999;
}

.scroll nav {
    border-bottom: 2px solid var(--bg-colorwhite);
    background-color: var(--bg-colorwhite);
}

.navbar-nav .nav-link {
    border-top: 5px solid transparent;
    padding: 46px 0px;
    color: var(--bg-colorwhite);
    text-transform: uppercase;
    margin-left: 20px;
    -webkit-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}

.scroll nav .navbar-brand img {
    max-width: 135px;
    -webkit-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}

nav .navbar-brand img {
    max-width: auto;
    -webkit-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}

.scroll .navbar-nav .nav-link {
    color: var(--bg-colorblack);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    padding: 30px 0px;
    -webkit-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}

.navbar-nav .nav-link {
    -webkit-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}

ul.nav.navbar-nav.ms-auto:hover .nav-link {
    opacity: 0.6;
}

ul.nav.navbar-nav.ms-auto .nav-link:hover {
    opacity: 1;
}


ul.dropdown-menu.megamenu.show li {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

ul.dropdown-menu.megamenu.show:hover li {
    opacity: 0.6;
}

ul.dropdown-menu.megamenu.show li:hover {
    opacity: 1;
}





.navbar-nav .nav-link.show {
    color: var(--bg-colorwhite);
    border-top: 5px solid var(--bg-colorwhite);
    opacity: 1 !important;
}

.scroll .navbar-nav .nav-link.show {
    color: var(--bg-colorblack);
    border-top: 5px solid var(--bg-colorblack);
}

.navbar-nav .nav-link.nav-busca {
    border: 1px solid var(--bg-colorwhite);
    padding: 8px 24px;
    border-radius: 30px;
    margin: 42px 0px 0px 20px;
}

.navbar-nav .nav-link.nav-busca:hover {
    border: 1px solid var(--bg-colorwhite);
    background-color: var(--bg-colorwhite);
    color: var(--bg-colorblack);
}

.scroll .navbar-nav .nav-link.nav-busca {
    border: 1px solid var(--bg-colorblack);
}

.menu-preto .navbar-nav .nav-link.nav-busca {
    border: 1px solid #000;
}

.navbar-expand-lg {
    padding: 0px;
}

.logo-branco {
    width: auto;
    opacity: 1;
}

.logo-preto {
    width: 0;
    opacity: 0;
}

.scroll .logo-preto {
    width: auto;
    opacity: 1;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.scroll .logo-branco {
    width: 0;
    opacity: 0;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}


.menu-preto .navbar-nav .nav-link.show {
    color: var(--bg-colorblack);
    border-top: 5px solid var(--bg-colorblack);
}

.menu-preto img.logo-preto {
    width: auto;
    opacity: 1;
}

.menu-preto img.logo-branco {
    width: 0;
    opacity: 0;
}

.menu-preto .navbar-nav .nav-link {
    color: var(--bg-colorblack);
}

.menu-preto .navbar-expand-lg {
    background: var(--bg-colorwhite);
    border-bottom: 2px solid #000;
}

.menu-large {
    position: static !important;
}

.megamenu {
    padding: 20px 20px;
    width: 100%;
}

.megamenu>div>li>ul {
    padding: 0;
    margin: 0;
}

.megamenu>div>li>ul>li {
    list-style: none;
}

.megamenu>div>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}

.megamenu>div>li>ul>li>a:hover,
.megamenu>div>li>ul>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    color: #999999;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
}

@media (max-width: 768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }

    .megamenu>li {
        margin-bottom: 30px;
    }

    .megamenu>li:last-child {
        margin-bottom: 0;
    }

    .megamenu.dropdown-header {
        padding: 3px 15px !important;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
}

.navbar-expand-lg .navbar-nav .dropdown-menu.megamenu.show {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: space-evenly;
    -ms-flex-align: space-evenly;
    align-items: space-evenly;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 40px 0px;
    border-radius: 0px;
    border: 0px;
    margin-top: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #000000;
}

.form-floating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

nav form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

nav form button i {
    font-size: 40px;
    margin-left: -100px;
}

nav form button {
    opacity: 1;
    border: 0px;
}

nav form button.btn:hover,
nav form button.btn:focus {
    border: 0px;
}

nav .form-floating>.form-control {
    padding: 1rem 0.75rem;
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0px;
    width: 90vw;
    padding: 0px 100px 0px 15px;
    font-size: 20px;
}

nav .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

nav .dropdown-toggle::after {
    display: none;
}

.menu-preto .navbar-nav .nav-link.nav-busca.show {
    color: var(--bg-colorblack);
    border-top: 1px solid var(--bg-colorblack);
}

.dropdown-item:hover {
    color: var(--bg-colorblack);
    background-color: transparent;
}








/* INICIAL */

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: initial;
    border-radius: 0px 0px 20px 20px;
}

.banner {
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-10.94%, rgba(0, 0, 0, 0.8)), color-stop(33.94%, rgba(0, 0, 0, 0))), url("../img/inicial/banner.jpg");
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) -10.94%, rgba(0, 0, 0, 0) 33.94%), url("../img/inicial/banner.jpg");
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) -10.94%, rgba(0, 0, 0, 0) 33.94%), url("../img/inicial/banner.jpg");
    border-radius: 0px 0px 20px 20px;
    position: relative;
}



.scroll-effect {
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
}

.btn-mouse {
    display: inline-block;
    width: 34px;
    height: 55px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    margin-top: 210px;
    position: relative;
    top: 0;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
    cursor: pointer;
}

@-webkit-keyframes blink {
    0% {
        top: 10px;
    }

    100% {
        top: 13px;
    }
}

@-o-keyframes blink {
    0% {
        top: 10px;
    }

    100% {
        top: 13px;
    }
}

@-moz-keyframes blink {
    0% {
        top: 10px;
    }

    100% {
        top: 13px;
    }
}

@-ms-keyframes blink {
    0% {
        top: 10px;
    }

    100% {
        top: 13px;
    }
}

@-webkit-keyframes blink {
    0% {
        top: 10px;
    }

    100% {
        top: 13px;
    }
}

@keyframes blink {
    0% {
        top: 10px;
    }

    100% {
        top: 13px;
    }
}

.btn-mouse::after {
    content: '';
    width: 5px;
    height: 11px;
    background: #fff;
    position: absolute;
    border-radius: 10px;
    top: 10px;
    left: 50%;
    margin-left: -2px;
    -webkit-animation: blink 400ms ease infinite alternate;
    animation: blink 400ms ease infinite alternate;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
}


.btn-mouse:hover {
    top: 5px;
}

.btn-mouse:hover::after {
    background: #000;
}


.links-internos a {
    color: var(--bg-colorblack);
    padding: 25px 25px;
    text-decoration: none;
    border-top: 2px solid #000;
    display: block;
    max-width: 415px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}

.links-internos a:hover {
    background-color: var(--bg-colorblack);
    color: var(--bg-colorwhite);
}

.links-internos a:last-child {
    border-bottom: 2px solid #000;
}

.links-internos i {
    font-size: 20px;
}

.links-internos img.img1 {
    width: 100%;
    max-width: auto;
    display: block;
}

.inicial1 {
    padding: 122px 0px;
    position: relative;
}

.inicial1 .texto {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
}

.inicial1 h2 {
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
    margin-bottom: 100px;
    max-width: 605px;
    font-size: 50px;
}

.inicial1 img {
    margin: 0 auto;
}

.inicial1 .links-internos {

    width: 405px;
    display: block;
    margin: 0;
    text-align: left;
}

.inicial2 h2 {
    margin: 0px 0px 40px 0px;
}

.inicial2 {
    margin-bottom: 120px;
}

.inicial2 img {
    float: right;
}

.text-flut {
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.inicial3 {
    background-color: var(--bg-colorblack);
    color: var(--bg-colorwhite)
}

.inicial3 h2 {
    margin: 0px 0px 40px 0px;
}

.inicial4 {
    padding: 202px 0px
}

.inicial4 h2 {
    margin: 0px;
}

.inicial4 .texto-inicio4 {
    max-width: 775px;
    display: block;
    margin: 0 auto;
}

.inicial4 .texto-inicio4 p {
    margin: 20px 0px;
}

.inicial5 {
    padding-bottom: 120px;
}

.inicial5 img.img4 {
    display: block;
    margin: 0 0 0 auto;
}

.inicial5 img.img5 {
    margin-bottom: 20px;
}

.inicial5 p {
    max-width: 510px;
}

.inicial5 .text-flut {
    margin-top: 200px;
}


/* ENCONTRE UM REPRESENTANTE */
.campo-representante1 {
    padding: 322px 0px 90px 0px;
}

.campo-representante1 h2 {
    text-align: center;
}

.campo-representante1 .form-floating>.form-select {
    width: 300px;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid var(--bg-colorblack);
}

.campo-representante1 form {
    margin: 200px auto 150px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.campo-representante1 .form-floating {
    margin: 0px 10px;
}

.form-select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.campo-representante1 button.btn-buscar {
    border: 2px solid var(--bg-colorblack);
    padding: 12px 24px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.4 ease-in;
    -o-transition: 0.4 ease-in;
    transition: 0.4 ease-in;
}

.campo-representante1 button.btn-buscar:hover {
    border: 2px solid var(--bg-colorblack);
    background-color: var(--bg-colorblack);
    color: var(--bg-colorwhite);
}

.campo-representante1 .representantes {
    display: block;
    max-width: 1050px;
    margin: 0 auto;

}

.campo-representante1 .representantes p {
    margin-bottom: 60px;
}


/* CONTATO */
.contato .f1 {
    display: none;
}

.rodape-cinza footer {
    background-color: var(--bg-colorgray);
}

.rodape-cinza footer .f2 {
    border-top: 3px solid var(--bg-colorblack);
}

.rodape-cinza footer .f2 .politicas a {
    color: var(--bg-colorblack);
    text-decoration: none;
}

.rodape-cinza footer img.img-rodape-branco {
    display: none;
}

.rodape-cinza footer img.img-rodape-preto {
    display: block;
}

.rodape-branco footer .f1 .border-left {
    border-left: 1px solid var(--bg-colorblack);
    padding-left: 90px;
}

footer form a.enviar {
    position: absolute;
    right: 15px;
    bottom: 82px;
    color: #fff;
    font-size: 20px;
}

.rodape-branco footer form a.enviar {
    color: #000;
}

.contato1 {
    padding: 322px 0px 90px 0px;
}

footer form {
    position: relative;
}

.contato1 h2 {
    text-align: center;
}

.contato1 .form-floating>.form-select {
    width: 380px;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid var(--bg-colorblack);
    margin-bottom: 38px;
}

.contato1 form {
    margin: 200px auto 0px auto;
    display: block;
    max-width: 820px;
}

.contato1 .form-floating {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.contato1 .form-floating.max-380 {
    max-width: 380px;
    margin-bottom: 38px;
}

.form-select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contato1 button.btn-buscar {
    border: 2px solid var(--bg-colorblack);
    padding: 12px 24px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    -webkit-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}

.contato1 button.btn-buscar:hover {
    border: 2px solid var(--bg-colorblack);
    background-color: var(--bg-colorblack);
    color: var(--bg-colorwhite);
}

.contato1 .form-control {
    border: 0px;
    color: #000;
    background-color: #fff;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border-bottom: 2px solid #000;
    border-radius: 0px;
    margin-bottom: 38px;
}

.contato1 .form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contato1 .form-floating>label {
    font-weight: 700;
}

.contato1 .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    margin: 38px 0px 38px 0px;
}

.contato3 {
    padding: 100px 0px;
    background-color: var(--bg-colorgray);
    color: var(--bg-colorblack);
}

.contato3 a.but {
    color: var(--bg-colorblack);
    text-decoration: none;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.contato3 a.but::after {
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    float: right;
    font-size: 18px;
}

.contato2 {
    max-width: 660px;
    margin: 0 auto 170px auto;
    display: block;
    text-align: center;
}

.contato2 .links-red {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contato2 .links-red a {
    color: var(--bg-colorblack);
    font-size: 20px;
    margin: 0px 5px;
}






/* SOLUÇÕES */
.solucoes .solucoes1 {
    padding: 322px 0px 200px 0px;
    text-align: center;
}

.solucoes .solucoes1 p {
    max-width: 756px;
    width: 100%;
    display: block;
    margin: 20px auto;
}

.solucoes .solucoes2 {
    background-color: var(--bg-colorlaranja);
}

.solucoes .solucoes2 h2 {
    max-width: 620px;
}

p.texto-centro-solucoes {
    margin: 200px auto;
    max-width: 662px;
    display: block;
    text-align: center;
}

.solucoes .solucoes3 {
    text-align: center;
}

.solucoes .solucoes3 h2 {
    margin-bottom: 120px;
}

.solucoes .solucoes4 {
    margin: 200px auto;
    max-width: 950px;
    display: block;
    text-align: center;
}

.solucoes .solucoes5 {
    padding: 100px 0px 87px 0px;
    background-color: var(--bg-colorblack);
    display: block;
    text-align: center;
}

.solucoes5 img {
    transition: 0.4s ease;
    filter: grayscale(1)
}

.solucoes5 [class*=col]:hover img {
    transition: 0.4s ease;
    filter: grayscale(0)
}

.solucoes .solucoes5 a.btn-estilo2 {
    width: 100%;
    margin-top: 20px;
}

.solucoes5 .container {
    max-width: 1000px;
}

.solucoes5 img {
    width: 100%;
}



/* RODAPÉ */
footer {
    background-color: var(--bg-colorblack);
    color: var(--bg-colorwhite);
}

footer .f1 {
    padding: 170px 0px;
}

footer .form-control {
    border: 0px;
    color: #fff;
    background-color: #000;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
}

footer .form-control:focus {
    color: #fff;
    background-color: #000;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer form {
    max-width: 400px;
}

footer form .form-check label {

    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.015em;
    color: #6B6B6B;
}

footer .f1 .border-left {
    border-left: 1px solid var(--bg-colorwhite);
    padding-left: 90px;
}

footer .f2 {
    padding: 45px 0px;
    border-top: 3px solid var(--bg-colorwhite);
}

footer .f2 .politicas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center !important;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

footer .f2 .politicas a {
    color: var(--bg-colorwhite);
    text-decoration: none;
}

.rodape-branco footer {
    background-color: var(--bg-colorwhite);
    color: var(--bg-colorblack);
}

.rodape-branco footer .form-control {
    border: 0px;
    color: var(--bg-colorblack);
    background-color: var(--bg-colorwhite);
    border-bottom: 1px solid var(--bg-colorblack);
}

footer img.img-rodape-branco {
    display: block;
    max-width: 135px;
    margin-left: 35px;
}

footer img.img-rodape-preto {
    display: none;
}

.rodape-branco footer img.img-rodape-branco {
    display: none;
}

.rodape-branco footer img.img-rodape-preto {
    display: block;
    max-width: 135px;
    margin-left: 30px;
}

.rodape-branco footer .f2 {
    border-top: 3px solid var(--bg-colorblack);
}

.rodape-branco footer .f2 .politicas a {
    color: var(--bg-colorblack);
}

footer .f2 .politicas a {
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

footer .f2 .politicas a:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.8;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}



/* ESTRUTURA */
.estrutura1 {
    background-color: var(--bg-colorblack);
    color: var(--bg-colorwhite);
    padding: 325px 0px 510px 0px;
}

.estrutura1 h2 {
    margin-bottom: 30px;
}

.estrutura1 p {
    max-width: 756px;
    margin: 0 auto;
    display: block;
}

.estrutura2 .texto-estrutura2 {
    max-width: 568px;
}

.estrutura2 .texto-estrutura2 h2 {
    margin-bottom: 40px;

}

.estrutura2 img.es1 {
    margin: -310px auto 0px auto;
    display: block;
    width: 95%;
}

.estrutura2 .texto-estrutura2 p {
    max-width: 460px;
}

.sobre-fitas-de-borda .sobrefitas5 .informacoes {
    margin: 0px auto 50px auto;
}

.informacoes {
    margin: 200px auto 200px auto;
    display: block;
    max-width: 900px;
    text-align: center;
}

.informacoes .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-top: 2px solid #000;
    padding: 40px 0px;
}

.informacoes .info:last-child {
    border-bottom: 2px solid #000;
}

.informacoes .info h2 {
    margin: 0;
}

.informacoes.info2 .info h2 {
    margin: 0;
    width: 182px;
    text-align: left;
}

.informacoes.info2 .info p {
    margin: 0;
    width: 220px;
}

.informacoes .info p {
    margin: 0;
}

.informacoes.info1 .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 2px solid #000;
    padding: 40px 60px;
    text-align: left;
}

.informacoes .alinhar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.informacoes .alinhar h2 {
    margin-right: 20px;
    text-align: right;
    width: 250px;
}

.informacoes .alinhar p {
    text-align: left;
    width: 200px;
}

.estrutura5 {
    background-color: var(--bg-colorlaranja);
}

.estrutura5 .texto-estrutura-alinhamento {
    max-width: 450px;
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

}

.estrutura5 .texto-estrutura-alinhamento p {
    margin-top: 20px;
}

.informacoes.info3 p {
    text-align: left;
}

.informacoes.info3 .info h2 {
    margin: 0;
    width: 196px;
    text-align: left;
}

.sobre-fitas-de-borda .sobrefitas5 .informacoes.info4 p {
    text-align: left;
    margin-bottom: 0px;
    width: 253px;
}

.informacoes.info4 .info h2 {
    margin: 0;
    width: 196px;
    text-align: left;
}


.informacoes.info5 p {
    text-align: left;
    margin-bottom: 0px;
    width: 170px;
}

.informacoes.info5 .info h2 {
    margin: 0;
    width: 250px;
    text-align: left;
}

.estrutura3 {
    background-color: var(--bg-colorlaranja);
    color: var(--bg-colorblack);
    padding: 215px 0px;
    text-align: center;
}

.estrutura3.studio-conteudo {
    text-align: left;
}

.estrutura3.studio-conteudo img {
    margin: 0 auto;
    display: block;
}


.estrutura3 p {
    max-width: 714px;
    margin: 0 auto;
    display: block;
}

.estrutura .inicial2 {
    margin-bottom: 30px;
    margin-top: 200px;
}

.estrutura2 img.studio1 {
    margin: -310px auto 25px auto;
    display: block;
}

.estrutura3 a {
    margin-top: 20px;
    display: inline-block;
}


.mt-200 {
    margin-top: 200px;
}

.premios-carousel {
    background-color: #D9D9D9;
    color: var(--bg-colorblack);
    padding: 150px 0px;
}

.premios-carousel h1 {
    text-align: center;
    margin-bottom: 115px;
}

.premios-carousel h2 {}

.premios-carousel h5 {
    font-weight: 400;
}

.premios-carousel p {
    margin: 30px 0px;
}

.premios-carousel .texto {
    max-width: 460px;
}

.premios-carousel .texto img {}

.premios-carousel .owl-carousel .owl-item img {
    width: auto;
    display: inline;
    margin-right: 10px;
}


.premios-carousel .owl-carousel .owl-dots {
    margin: 30px auto 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.premios-carousel .owl-carousel button.owl-dot {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 100%;
    margin: 0px 5px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.premios-carousel .owl-carousel button.owl-dot.active {
    background: #000;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.premios-carousel .owl-nav {
    display: none;
}

.premios-carousel img.img-galeria {
    margin: 0 auto;
    display: block !important;
}







/* NOSSA TECNOLOGIA */
.nossa-tecnologia .nossatecnologia1 {
    background-color: var(--bg-colorblack);
    color: var(--bg-colorwhite);
    padding: 325px 0px 200px 0px;
}

.nossa-tecnologia .nossatecnologia1 .informacoes {
    margin: 105px auto 0px auto;
    display: block;
    max-width: 750px;
    text-align: center;
}

.nossa-tecnologia .nossatecnologia1 p {
    max-width: 756px;
    margin: 20px auto 105px auto;
}

.nossa-tecnologia .nossatecnologia1 .informacoes .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 2px solid #fff;
    padding: 40px 50px;
}

.nossa-tecnologia .nossatecnologia1 .informacoes .info:last-child {
    border-bottom: 2px solid #fff;
}

.nossa-tecnologia .nossatecnologia1 .informacoes .info h4 {
    font-size: 24px;
    line-height: 32px;
}

.nossa-tecnologia .nossatecnologia1 .informacoes .info img {
    max-width: 39px;
    max-height: 39px;
}

.nossatecnologia2 {
    padding: 185px 0px 0px 0px;
    text-align: center;
}

.nossatecnologia2 a {
    color: #000;
    text-decoration: none;
}

.nossatecnologia2 h2 {
    margin-bottom: 100px;
}

.nossatecnologia2 p {
    max-width: 242px;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

.nossatecnologia2 p>b {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.nossatecnologia3 {
    padding-bottom: 200px;
    margin-top: 200px;
}

.nossatecnologia3 .max-width {
    max-width: 510px;
}

.nossa-tecnologia .nossatecnologia5 {
    margin: 200px auto;
    max-width: 950px;
    display: block;
    text-align: center;
}

.nossa-tecnologia .nossatecnologia5.video5 {
    margin-top: 0px;
}

.nossatecnologia4 {
    background-color: var(--bg-colorlaranja);
}

.nossatecnologia4 h2 {
    max-width: 620px;
}

.nossa-tecnologia .estrutura3 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #C4CBD0;
    display: inline-table;
    margin: 0px 5px;
}

.nossa-tecnologia .estrutura3 .owl-dots .owl-dot.active {
    background-color: #4D525A;
}

.nossa-tecnologia .estrutura3 .owl-dots {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
}

.nossa-tecnologia .owl-nav {
    display: none;
}


/* PRODUTOS */
.campo-filtro {
    margin-top: 160px;
}

.produtos .campo-filtro {
    background: #EBEBEB;
    border-radius: 4px;
    padding: 25px 35px;
}

.produtos .campo-filtro .form-floating {

    max-width: 225px;
    width: 100%;
}

.produtos .campo-filtro .form-floating>.form-select {
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid var(--bg-colorblack);
    background-color: transparent;
}

.produtos .alinhamento-select {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.produtos a.btn-carregar {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: var(--bg-colorwhite);
    padding: 12px 24px;
    max-width: 267px;
    background: #C4CBD0;
    color: var(--bg-colorwhite) !important;
    border-radius: 40px;
    margin: 0 auto;
    margin-bottom: 90px;
}

.produtos a.baixar-cat {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #4D525A;
    padding: 8px;
    gap: 8px;
    border: 1px solid #000000;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 120px;
}

.produtos .numero-produtos {
    margin: 85px 0px;
    text-align: center;
}

.produtos .produtosall {
    text-align: center;
}

.produtos .produtosall a {
    color: var(--bg-colorblack);
    text-decoration: none;
}

.produtos .produtosall .img-produtoall {
    padding: 20px;
    width: 300px;
    height: 300px;
    border: 1px solid #4D525A;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.produtos .produtosall h5 {
    margin-bottom: 40px;
    margin-top: 10px;
}

.produtos .produtosall {
    margin: 0 auto;
    width: 1320px;
}

.produtos .produtosall span {
    position: absolute;
    font-weight: 400;
    font-size: 8px;
    line-height: 8px;
    text-align: center;
    letter-spacing: 0.004em;
    color: #FFFFFF;
    background: #F7901E;
    border-radius: 8px;
    padding: 8px 25px;

    left: 5%;
    top: 5%;
}

.produtos a.redefinir {
    font-weight: 400;
    font-size: 10px;
    line-height: 8px;
    text-align: center;
    letter-spacing: 0.004em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: var(--bg-colorblack);

}

.produtos a.btn-pesquisar {
    background: var(--bg-colorblack);
    border-radius: 40px;
    color: var(--bg-colorwhite);
    padding: 12px 34px;

}

.produtos .alinhar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}





/* SOBRE FITAS DE BORDA */
.sobre-fitas-de-borda .sobrefitas1 {
    padding: 322px 0px 200px 0px;
}

.sobre-fitas-de-borda .sobrefitas1.text-center {
    max-width: 756px;
    margin: 0 auto;
}

.sobre-fitas-de-borda .sobrefitas1 p {
    margin-top: 25px;
}

.sobre-fitas-de-borda .sobrefitas2 {
    background-color: var(--bg-colorlaranja);
    color: var(--bg-colorblack);
}

.sobre-fitas-de-borda .sobrefitas2 h2 {
    margin-bottom: 25px;
}

.sobre-fitas-de-borda .sobrefitas2 p {
    max-width: 422px;
}

.sobre-fitas-de-borda .sobrefitas2 .text-flut {
    max-width: 510px;
}

.sobre-fitas-de-borda .sobrefitas3 {
    margin: 200px auto 0px auto;
    max-width: 950px;
    display: block;
    text-align: center;
}

.sobre-fitas-de-borda p.p-sobre-fitas {
    max-width: 665px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 150px;

}

.sobre-fitas-de-borda .sobrefitas4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.sobre-fitas-de-borda .informacoes {
    margin: 0 auto;
    display: block;
    max-width: 900px;
    text-align: center;
}

.sobre-fitas-de-borda .sobrefitas5 {
    padding: 0px 0px 150px 0px;
    text-align: center;
}

.sobre-fitas-de-borda .sobrefitas5 .logos-cli {
    display: -ms-grid;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.sobre-fitas-de-borda .sobrefitas5 .logos-cli img {
    margin: 60px auto 0px auto;
    max-width: 180px;
}

.sobre-fitas-de-borda .sobrefitas5 p {
    margin-bottom: 50px;
}

img.empresa1 {
    max-height: 42px;
}

.sobre-fitas-de-borda .sobrefitas6 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #C4CBD0;
    display: inline-table;
    margin: 0px 5px;
}

.sobre-fitas-de-borda .sobrefitas6 .owl-dots .owl-dot.active {
    background-color: #4D525A;
}

.sobre-fitas-de-borda .sobrefitas6 .owl-dots {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
}

.sobre-fitas-de-borda .sobrefitas6 {
    background-color: #D9D9D9;
    color: var(--bg-colorblack);
    padding: 215px 0px;
    text-align: center;
}

.sobre-fitas-de-borda .sobrefitas6 p {
    max-width: 714px;
    margin: 0 auto;
    display: block;
}

.sobre-fitas-de-borda .sobrefitas6 .owl-nav {
    display: none;
}


.sobre-fitas-de-borda .sobrefitas7 {
    text-align: center;
    padding-bottom: 200px;
    padding-top: 200px;
    background-color: #D9D9D9;
}

.sobre-fitas-de-borda .sobrefitas7 p.p-sub {
    margin: 25px 0px 100px 0px;
    display: block;
}

.sobre-fitas-de-borda .sobrefitas7 p.p-acabamento {
    margin: 15px 0px 60px 0px;
    display: block;
}


.sobre-fitas-de-borda .sobrefitas7 a.baixar-catalogo {
    width: auto;
    margin: 0 auto;
}

.sobrefitas7 .acabamentos-all {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    justify-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sobrefitas7 .acabamentos-all .acab {
    margin: 0 auto;
}



.nossatecnologia4 .texto-estrutura-alinhamento {
    max-width: 450px;
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.nossatecnologia4 .texto-estrutura-alinhamento h2 {
    margin-bottom: 25px
}

.nossatecnologia4.bgd9 {
    background-color: #d9d9d9;
}


/* PRODUTO */
.produto .produto1 {
    padding: 222px 0px 200px 0px;
}

.produto .breadcrumb li a {

    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: var(--bg-colorblack);
    text-decoration: none;
}

.produto .breadcrumb .breadcrumb-item.active {
    font-weight: 700;
    color: var(--bg-colorblack);

}

.produto .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #000;
    content: var(--bs-breadcrumb-divider, "/");
    font-weight: 700;
}

.produto .descri-produto {
    margin-top: 100px;
}

.produto .descri-produto .img-produto {
    padding: 20px;
    width: 650px;
    height: 650px;
    border: 1px solid #000;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.produto .descri-produto p {
    max-width: 372px;
}

.produto a.btn-acabamento {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.0015em;
    color: #000000;
    margin-top: 60px;
}

.produto a.btn-acabamento>i {
    margin-left: 50px;
}

.produto .descri-produto hr {
    margin: 10px 0px;
    color: inherit;
    border: 0;
    border-top: 1px solid #000;
    opacity: 1;
    width: 435px;
}

.produto .descri-produto .btn-estilo1 {
    display: table;
    margin-bottom: 15px;
}

.produto .produto2 {
    text-align: center;
    padding: 200px 0px;
    background-color: var(--bg-colorwhite);
}

.produto .produto2 p.p-sub {
    margin: 25px 0px 100px 0px;
    display: block;
}

.produto .produto2 p.p-acabamento {
    margin: 15px 0px 60px 0px;
    display: block;
}

.produto img.img-banner-produto {
    display: block;
    margin: 0 auto;
}

.produto .produto2 a.baixar-catalogo {
    width: auto;
    margin: 0 auto;
}

.produto .produto4 {
    text-align: center;
    padding: 200px 0px 0px 0px;
}

.produto .produto4 p.p-sub {
    margin: 25px 0px 100px 0px;
    display: block;
}

.produto .produto4 .img-produtoall {
    padding: 20px;
    width: 300px;
    height: 300px;
    border: 1px solid #4D525A;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.produto .produto4 h5 {
    margin-top: 10px;
}

.produto .produto3 {
    background-color: var(--bg-colorblack);
    color: var(--bg-colorwhite);
}

.produto .produto4 a {
    color: var(--bg-colorblack);
    text-decoration: none;
}



/* A AKEO*/


.a-akeo .linha-do-tempo {
    padding: 100px 0px;
    background-color: var(--bg-colorblack);
    margin-top: 200px;
    color: var(--bg-colorwhite);
    position: relative;
}

.a-akeo .linha-do-tempo p>b {
    margin-bottom: 15px;
    display: block;
    font-weight: 350;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.005em;
    font-weight: 500;
}

.linha-do-tempo .item img {
    max-width: 479px;
}

.linha-do-tempo .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.linha-do-tempo .item p {
    max-width: 366px;
    margin-left: 80px;
}

.linha-do-tempo .owl-nav {
    display: none;
}






.linha-do-tempo .owl-carousel .owl-dots .owl-dot:nth-child(12n+1) span::before {
    content: "1978";
}

.linha-do-tempo .owl-carousel .owl-dots .owl-dot:nth-child(12n+2) span::before {
    content: "1979";
}


.linha-do-tempo .owl-carousel .owl-dots .owl-dot:nth-child(12n+3) span::before {
    content: "1987";
}

.linha-do-tempo .owl-carousel .owl-dots .owl-dot:nth-child(12n+4) span::before {
    content: "1988";
}

.linha-do-tempo .owl-carousel .owl-dots .owl-dot:nth-child(12n+5) span::before {
    content: "1995";
}

.linha-do-tempo .owl-carousel .owl-dots .owl-dot:nth-child(12n+6) span::before {
    content: "1997";
}

.linha-do-tempo .owl-carousel .owl-dots .owl-dot:nth-child(12n+7) span::before {
    content: "1999";
}

.linha-do-tempo .owl-carousel .owl-dots .owl-dot:nth-child(12n+8) span::before {
    content: "2003";
}

.linha-do-tempo .owl-carousel .owl-dots .owl-dot:nth-child(12n+9) span::before {
    content: "2009";
}

.linha-do-tempo .owl-carousel .owl-dots .owl-dot:nth-child(12n+10) span::before {
    content: "2013";
}

.linha-do-tempo .owl-carousel .owl-dots .owl-dot:nth-child(12n+11) span::before {
    content: "2022";
}

.linha-do-tempo .owl-carousel .owl-dots .owl-dot:nth-child(12n+12) span::before {
    content: "2023";
}


.linha-do-tempo .owl-carousel .owl-dot.active {


    border: 2px solid #fff;
    border-radius: 40px;
    padding: 5px 15px !important;
}

.linha-do-tempo .owl-carousel .owl-dot {
    font-size: 20px;
    margin: 0px 0px;

    border: 2px solid #000000;
    border-radius: 40px;
    padding: 5px 15px !important;
}

.linha-do-tempo .owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
    margin: 50px 5px 0px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}


.a-akeo .akeo1 {
    padding: 322px 0px 150px 0px;
    background-color: var(--bg-colorblack);
    color: var(--bg-colorwhite);
}

.a-akeo .akeo1 img.banner-lateral {
    position: absolute;
    right: 0;
}

.alinhamento-premios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
}

.alinhamento-premios p {
    margin-top: 10px;
}

.alinhamento-premios [class*=ne-premios] img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    max-width: 150px;
}

.alinhamento-premios [class*=ne-premios]:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}

.a-akeo .akeo2 {
    margin-bottom: 130px;
}

.a-akeo .akeo2 p {
    margin: 59px 0px;
    max-width: 400px;
    display: block;
}

.a-akeo .akeo3 {
    padding: 200px 0px;
}

.a-akeo .akeo3 .row.props {
    padding: 100px 0px;
    border-top: 2px solid var(--bg-colorblack);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.a-akeo .akeo3 .row.props [class*=col] {
    width: auto;
}

.a-akeo .akeo3 .row.props:last-child {
    border-bottom: 2px solid var(--bg-colorblack);
}

.a-akeo .akeo5 .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    max-width: 1200px;
    margin: 0 auto;
}

.a-akeo .akeo5 .align-items-center h4 {
    font-size: 24px;
    line-height: 32px;
}

.a-akeo .akeo5 .align-items-center img {
    max-width: 39px;
    max-height: 39px;
}


.a-akeo .akeo3 h2 {
    text-align: right;
    margin: 0;
    margin-right: 30px;
    width: 200px;
}

.a-akeo .akeo3 p {
    margin-left: 30px;
    text-align: left;
    max-width: 510px;
    width: 100%;
    min-width: 510px;
}

.a-akeo .akeo5 {
    padding: 200px 0px;
    text-align: center;
}

.a-akeo .akeo5 h2 {
    margin-bottom: 100px;
}

.a-akeo .akeo5 .informacoes {
    margin: 0 auto;
}

.a-akeo .akeo6 {
    padding: 0px 0px 100px 0px;
}

.a-akeo .akeo6 h2 {
    margin-bottom: 25px;
}

.a-akeo .akeo5 {
    padding: 120px 0px 180px 0px;
    text-align: center;
    background: var(--bg-colorlaranja);
    margin: 150px 0px;
}

.a-akeo .premios-campo h2 {
    margin-bottom: 50px;
    text-align: center;
}


.nossa-historia {
    padding: 150px;
}

.nossa-historia .container-mid {
    max-width: 1020px;
    margin: 0 auto;
}

.nossa-historia .col-lg-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.nossa-historia h2 {
    line-height: 100px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mb-140 {
    margin-bottom: 140px;
}

.nossa-historia p {
    max-width: 320px;
    margin: 0 auto;
}

.nossa-historia img {
    margin: 0 auto;
    display: block;
}

.nossa-historia h4 {
    text-align: center;
    margin-bottom: 140px;
}

.nossa-historia.c1 {
    background-color: var(--bg-colorblack);
    color: var(--bg-colorwhite);
}

.nossa-historia.c2 {
    background-color: var(--bg-colorwhite);
    color: var(--bg-colorblack);
}

.nossa-historia.c3 {
    background-color: #AB9C8F;
    color: var(--bg-colorblack);
}

.nossa-historia.c4 {
    background-color: var(--bg-colorwhite);
    color: var(--bg-colorblack);
}

.nossa-historia.c5 {
    background-color: var(--bg-colorblack);
    color: var(--bg-colorwhite);
}

.nossa-historia.c1 h2,
.nossa-historia.c2 h2,
.nossa-historia.c4 h2,
.nossa-historia.c5 h2 {

    color: #AB9C8F;
}


.menu-linha-do-tempo {
    bottom: 0px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 25px 0px;

    position: -webkit-fixed;
    /* Safari */
    position: fixed;
    z-index: 999999;
    background-color: #fff;
}

.nav-pills .nav-link {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 40px;
    margin: 0px 10px;
    color: #000;
}

.nav-pills .nav-link.active {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 40px;
    color: #000;
}

.nav-pills .show>.nav-link {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 40px;
    color: #000;
}




/* ERRO  */

.erro1 {
    padding: 322px 0px 200px 0px;
}

.erro1.text-center {
    max-width: 756px;
    margin: 0 auto;
}

.erro1 p {
    margin-top: 25px;
}

/* EFEITO SCROLL */


.wrapper {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper .line {
    width: 80%;
    height: 70px;
    position: relative;
    overflow: hidden;
}

.wrapper .line span {
    position: absolute;
    font-size: 2rem;
    line-height: 4.2rem;
}



body::-webkit-scrollbar-track {
    border-left: 2px solid #000;
    background-color: #fff;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: #000000;
}









/* POLITICAS MODAL */

#cookie_popup {
    display: block;
    position: fixed;
    bottom: 30px;
    left: 50%;
    width: calc(100% - 30px);
    background: #fff;
    z-index: 9999;
    border-radius: 4px;
    padding: 20px 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1300px;


    -webkit-box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);


    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
}

#cookie_popup>p {
    margin: 0 0 0 30px;
}

#cookie_popup .btn-estilo1 {
    margin: 10px 0px 0px 10px;
    opacity: 1;
    display: block;
    float: right;
    cursor: pointer;
}

#cookie_popup .btn-estilo1:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    #cookie_popup {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #cookie_popup>p {
        margin: 10px 15px;
    }

    #cookie_popup .close {
        margin: 0 0 10px 0;
    }
}






/* POLÍTICA */
.politica h2 {
    margin-bottom: 50px;
}

.politica table {
    margin: 50px 0px;
}







/* ATRIA */
.atria {
    text-align: right;
    background-color: #000;
    color: #fff;
    padding: 15px 63px;
}

.atria a {
    color: #fff;
    font-size: 12px;
    opacity: 0.6;
    text-decoration: none;
}

.atria img {
    margin: 0 auto;
    height: 40px;
}



/* ultimas alterações */
ul.dropdown-menu.megamenu.show ul {
    text-align: left;
    padding-left: 0px;
    list-style: none;

}

ul.dropdown-menu.megamenu.show ul li.p-titulo {
    opacity: 1 !important;
    width: auto;
}

ul.dropdown-menu.megamenu.show ul li {
    opacity: 1;
}

ul.dropdown-menu.megamenu.show ul li.sub {
    opacity: 0.6;
}

ul.dropdown-menu.megamenu.show ul li.sub:hover {
    opacity: 1;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.megamenu.show {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.texto-estrutura-alinhamento.pintura-e {
    max-width: 550px;
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.texto-estrutura-alinhamento.pintura-e p {
    margin-top: 20px;
}

.solucoes .solucoes2 .texto-estrutura-alinhamento.pintura-e {
    max-width: 450px;
}

.navbar.navbar-expand-lg {
    padding: 0px 35px;
}

.inicial5 .btn-estilo1 {
    display: inline-block;
}

.form-check-label a {
    color: #fff;
}

.contato1 .form-check-label a {
    color: #000;
}

.datas-links a {
    font-family: 'Leelawadee UI';
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 76px;
    color: #AB9C8F;
    text-decoration: none;
    display: block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.datas-links a:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-left: 25px;
}

.datas-links a:active {
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;

}

.datas-links a:focus {
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.frase-historia {
    max-width: 366px;
    margin-left: 65px;
    /* margin-bottom: -142px; */
    height: 0;
    position: absolute;
    top: 220px;
}

.estrutura2 .informacoes img {
    margin: 0;
}



footer .links-rodape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

footer .links-rodape a {
    text-decoration: none;
}

footer .links-rodape img {

    margin-right: 10px;
}

.rodape-branco footer .links-rodape img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.rodape-branco .form-check-label a {
    color: var(--bs-link-color);
}


.visible-xs {
    display: none !important;
}




.acabamentos222 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    justify-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.mb-150 {
    margin-bottom: 150px;
}

.estrutura2 img.iso {
    margin: 0 auto;
    display: block;
}






/* #Progress
================================================== */

.progress-wrap {
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    z-index: 10000;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #CCC;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* #Cursor
================================================== */

.cursor,
.cursor2,
.cursor3 {
    position: fixed;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.cursor {
    background-color: #fff;
    z-index: 99999;
    height: 0;
    width: 0;
}

.cursor2,
.cursor3 {
    height: 46px;
    width: 46px;
    z-index: 99998;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.cursor2.hover,
.cursor3.hover {
    -webkit-transform: scale(1.4) translateX(-35%) translateY(-35%);
    -ms-transform: scale(1.4) translateX(-35%) translateY(-35%);
    transform: scale(1.4) translateX(-35%) translateY(-35%);
    border: none
}

.cursor2 {}

.cursor2.hover {
    background: rgba(255, 255, 255, 0.1);
}

.cursor2.hover .progress-wrap {
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0);
}

.cursor2.hover .progress-wrap svg.progress-circle path {
    opacity: 0.4;
}





.border-right-total .simpleParallax {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.border-left-total .simpleParallax {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.border-radius .simpleParallax {
    border-radius: 20px;
}








/* PAGINA PRODUTO WORDPRESS
.site-content-contain .site-main{
    max-width: 1400px;
    margin: 0 auto;
}
*/
.wc-block-components-sort-select__select {
    display: none;
}

.woocommerce .woocommerce-ordering select {
    display: none;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: transparent;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    display: none;
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap;
    display: none;
}

.wc-block-components-product-title a {
    color: inherit;
    font-size: inherit;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 50px;
    border: 1px solid #000;
    border-radius: 20px;
}

.type-page.status-publish.hentry {
    margin: 0 auto;
    display: block;
    max-width: 1400px;
}

.woocommerce ul.products li.product a img {
    width: auto;
    height: auto;
    min-height: 307px;
}

.pswp {
    z-index: 999999999999999999;
}

.site-content-contain {

    max-width: 1400px;
    margin: 0 auto;
    padding: 150px 0px;
}


.woocommerce ul.products li.product a img {
    /* width: 100%; */
    /* height: auto; */
    /* display: block; */
    /* margin: 0 0 1em; */
    /* box-shadow: none; */
    margin: 0 auto;
    display: block;
    max-width: 310px;
    width: 100%;
    min-height: 310px;
    height: 100%;
    max-height: 310px;
}

.woocommerce nav.woocommerce-pagination {
    text-align: center;
    position: relative !important;
}

.status-publish.hentry .wp-container-3.wp-block-group {

    background: #EBEBEB;
    padding: 50px;
    border-radius: 30px;
    margin: 50px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}


.wp-block-woocommerce-attribute-filter {
    float: left;
    margin: 0px 25px;
    min-width: 320px;
}

.wp-block-woocommerce-attribute-filter>.wc-block-attribute-filter__title {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 14px;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
}

.busca-pesquisar {
    margin: 50px 0px;
}

.wc-block-product-categories__dropdown {
    width: 100%;
}

.wc-block-product-categories__button {
    padding: 10px 8px;
}

select .wc-block-product-categories__dropdown {

    padding: 10px 0px;
}

.wc-block-product-categories select {

    width: calc(100% - 8px);
    padding: 10px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
}








/* PRODUTOS WORDPRESS*/
.inner-wrap {
    max-width: 100% !important;
}

.single .entry-content {
    width: 100%;
}

nav.woocommerce-breadcrumb a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #000 !important;
    text-decoration: none;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-weight: 350;
    font-size: 61px;
    line-height: 72px;
    letter-spacing: 0.005em;
}

.woocommerce-product-details__short-description {
    max-width: 450px;
}

.product_meta {
    display: none;
}

figure.woocommerce-product-gallery__wrapper {
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #000;
}

.produto2 {
    text-align: center;
    padding: 150px 0px;
    background-color: var(--bg-colorwhite);
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 auto !important;
    padding: 0;
}

.single .entry-content {
    margin: 2.8125em auto;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}


.produto .produto3 {
    background-color: #000;
    color: #fff;
}

.produto .produto4 a {
    color: #000;
    text-decoration: none;
}

.side-nav {
    display: none !important;
}

.navbar-expand-lg {
    padding: 0px;
    background: #000;
}



header#masthead {
    display: none;
}

footer#colophon {
    display: none;
}

.navbar-nav ul li {
    border-top: 0px;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 20px 0px;
    padding: 0;
    font-size: .92em;
    color: #767676;
    border: none;
    position: relative !important;
    z-index: 9;
}

.site-content-contain {
    background-color: #fff;
    position: relative;
    margin-top: 190px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

.navbar-nav>li>a:hover {
    text-decoration: none;
    border-bottom: none;
}

.navbar-nav>li>ul:before {
    display: none;
}



.produto2 {
    text-align: center;
    padding: 200px 0px;
    background-color: var(--bg-colorwhite);
}

.produto2 p.p-sub {
    margin: 25px 0px 100px 0px;
    display: block;
}

.produto2 p.p-acabamento {
    margin: 15px 0px 60px 0px;
    display: block;
}

.produto3 {
    background: #000;
    color: #fff;
}

img.img-banner-produto {
    display: block;
    margin: 0 auto;
}

.produto2 a.baixar-catalogo {
    width: auto;
    margin: 0 auto;
}

.woocommerce .superior-produto {
    margin-bottom: 0;
    position: relative;
    max-width: 1400px !important;
    margin: 0 auto;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 auto;
    padding: 0;
    font-size: .92em;
    color: #000;
    border: none;
    position: relative !important;
    z-index: 9;
    max-width: 1400px;
    margin-bottom: 100px;
}

.related.products {
    margin: 0 auto;
    text-align: center;
    max-width: 1400px;
    padding: 150px 0px 0px 0px;
}

.cleaner {
    display: none;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
    display: block;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    display: none;
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 70px 0px 0px 0px;
    padding: 0;
    list-style: none outside;
    clear: both;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000;
}

.woocommerce ul.products li.product a img {
    border: 1px solid #000;
    border-radius: 10px;

}

.woocommerce ul.products p {
    margin-top: 0;
    margin-bottom: 0px;
    margin-top: 40px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.megamenu.show {
    left: 0;
    width: 100%;
}

.img-ambiente {
    margin: 150px auto 0px auto;
    position: relative;
    display: block;
    padding-top: 150px;
}

.woocommerce div.product div.images {
    margin-bottom: 0;
}


.campo-superior-produto {
    max-width: 1400px;
    display: block;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: none;
    margin-bottom: 1.618em;
    width: 100%;
    background: transparent;
    border: none;
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: none;
    margin: 0;
    line-height: 1.5;
}

.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: transparent;
}

.woocommerce table.shop_attributes th {
    border-bottom: none;
}








/* ultimas alterações */
ul.dropdown-menu.megamenu.show ul {
    text-align: left;
    padding-left: 0px;
    list-style: none;

}

ul.dropdown-menu.megamenu.show ul li.p-titulo {
    opacity: 1 !important;
    width: auto;
}

ul.dropdown-menu.megamenu.show ul li {
    opacity: 1;
}

ul.dropdown-menu.megamenu.show ul li.sub {
    opacity: 0.6;
}

ul.dropdown-menu.megamenu.show ul li.sub:hover {
    opacity: 1;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.megamenu.show {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}

.woocommerce ul.products li.product a img {
    border: 1px solid #0000003b;
    border-radius: 10px;
}