:root {
    /*
    --client-color: #77787B;
    --client-color2: #0072B4;
    --client-color3: #F48120;
    --client-color4: #009ED9;
    --black: #000;*/

    --primary-verde-dark: #008c4e;
    --primary-verde-puro: #009b4e;
    --primary-verde-light: #55db49;

    --secondary-azul-dark: #08475e;
    --secondary-azul-puro: #175d7a;
    --secondary-dark: #2B2728;
    --secondary-dark-2: #333030;

    --tertiary-amarelo-dark: #f9c137;
    --tertiary-amarelo-puro: #f9d046;

    --text-white: #fff;
    --text-primary-verde-dark: #008c4e;
    --text-primary-verde-puro: #009b4e;
    --text-secondary-pure: #175d7a;
    --text-p: #4d4d4d;
    --text-p-body: #2b2728;
    --text-small: #302c2d;
    --text-tag: #333030;
    --text-gray-100: #f2f2f2;
    --text-gray-400: #999999;

    --grey-scale-00: #ffffff;
    --grey-scale-01: #f2f2f2;
    --grey-scale-02: #e5e5e5;
    --grey-scale-03: #cccccc;
    --grey-scale-04: #999999;
    --grey-scale-05: #4d4d4d;
    --grey-scale-06: #333333;
    --grey-scale-07: #1a1a1a;

    --system-link: #1a0dab;
    --system-link-visited: #1b1466;
    --system-negative: #d23a20;
    --system-alert: #ecb307;
    --system-positive: #1e986f;
}

body {
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
    color: #77787b;
    color: var(--client-color);
}

h2,
.h2 {
    color: var(--text-primary-verde-dark);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 32px;
}

h2 ~ h2 {
    color: var(--text-primary-verde-dark);
    font-size: 2rem;
    font-weight: 400;
    margin-top: 80px;
    margin-bottom: 32px;
}

h3,
.h3 {
    color: var(--text-primary-verde-dark);
    font-size: 1.625rem;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 24px;
}

h4,
.h4 {
    color: var(--text-primary-verde-dark);
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 32px;
    margin-bottom: 24px;
}

h5,
.h5 {
    color: var(--text-secondary-pure);
    font-size: 1.25rem;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 16px;
}

h6,
.h6 {
    color: var(--text-secondary-pure);
    font-size: 1.125rem;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 16px;
}

.bg-color-cliente {
    background-color: #77787b;
    background-color: var(--client-color);
}

.color-cliente,
a.color-cliente,
a.color-cliente:hover,
.color-cliente svg {
    color: #77787b;
    color: var(--client-color);
    fill: #77787b;
    fill: var(--client-color);
}

.color-cliente2,
a.color-cliente2,
a.color-cliente2:hover,
.color-cliente2 svg {
    color: #0072b4;
    color: var(--client-color2);
    fill: #0072b4;
    fill: var(--client-color2);
}

.color-cliente3,
a.color-cliente3,
a.color-cliente3:hover,
.color-cliente3 svg {
    color: #f48120;
    color: var(--client-color3) !important;
    fill: #f48120;
    fill: var(--client-color3);
}

.color-cliente4,
a.color-cliente4,
a.color-cliente4:hover,
.color-cliente4 svg {
    color: #009ed9;
    color: var(--client-color4);
    fill: #009ed9;
    fill: var(--client-color4);
}

html {
    position: relative;
    min-height: 100%;
    font-size: 16px;
    color: var(--text-p-body);
}

p {
    margin-bottom: 16px;
    color: var(--text-p-body);
    margin-bottom: 1rem;
}

.no-bg {
    background: none;
    padding: 0;
    margin: 0;
}

.wrapper-style {
    position: relative;
}

.wrapper-parallax {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
    position: relative;
}

.wrapper-style {
    background: #f1f1ea;
    padding: 3rem 0;
}

.wrapper-style2 {
    background-color: #aaadb4;
}

.bg-black{
    background-color: var(--secondary-dark);
}

.bg-black h4{
    color: var(--text-white);
    margin-top: 0;
}

button {
    cursor: pointer;
}

.navbar-brand {
    font-size: 0;
    padding: 0;
}

.text-underline {
    text-decoration: underline;
}

.cambuci-cls-1 {
    fill: #77787b;
}

.cambuci-cls-2 {
    fill: #ed1d24;
}

.cambuci-cls-3 {
    fill: #f58220;
}

.cambuci-cls-4 {
    fill: #0072b5;
}

.cambuci-cls-5 {
    fill: #fdb913;
}

.cambuci-cls-6 {
    fill: #009edb;
}

.cambuci-cls-7 {
    fill: #00a651;
}

.cambuci-cls-8 {
    fill: #adc32b;
}

.cambuci-cls-9 {
    fill: #6dcff6;
}

.gmail-cls-1 {
    fill: #e0e0e0;
}

.gmail-cls-2 {
    fill: #d9d9d9;
}

.gmail-cls-3 {
    fill: #eee;
}

.gmail-cls-4 {
    fill: #ca3737;
}

.gmail-cls-5 {
    fill: #f5f5f5;
}

.gmail-cls-6 {
    fill: #e84f4b;
}

.outlook-cls-1 {
    fill: #03a9f4;
}

.outlook-cls-2 {
    fill: #b3e5fc;
}

.outlook-cls-3 {
    fill: #0277bd;
}

.outlook-cls-4 {
    fill: #fff;
}

.pt-cls-1 {
    fill: #49b74f;
}

.pt-cls-2 {
    fill: #ffd447;
}

.pt-cls-3 {
    fill: #3946a1;
}

.pt-cls-4 {
    fill: #f2f5ff;
}

.cls-5 {
    opacity: 0.4;
    fill: url(#linear-gradient);
}

.eng-cls-1 {
    fill: #3946a1;
}

.eng-cls-2 {
    fill: #f2f5ff;
}

.eng-cls-3 {
    fill: #f73e4f;
}

.eng-cls-4 {
    opacity: 0.8;
    fill: url(#idioma-linear-gradient);
}

.aces-cls-1 {
    fill: #77787b;
}

.aces-cls-2 {
    fill: #fff;
}

[class^="ico-"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: #77787b;
    fill: var(--client-color);
}

.logo-cambuci {
    width: 160px;
    height: 20px;
}

.ico-sino {
    width: 26px;
    height: 26px;
}

.nav-idioma svg {
    width: 28px;
    height: 28px;
}

.nav-idioma a {
    padding: 0px;
    margin: 0 9px;
}

@media (max-width: 991px){
    .nav-idioma{
        margin-top: 16px;
    }
}

.btn .ico-times {
    width: 13px;
    height: 13px;
    fill: white;
    fill: var(--white);
}

.text-white a,
.text-white,
.text-white svg,
.text-white a:hover {
    color: white;
    fill: white;
}

a {
    color: #303030;
    color: var(--client-color);
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #303030;
    color: var(--client-color);
}

.list-inline {
    margin-bottom: 0;
    font-size: 1rem;
}

.list-inline-item{
    margin-bottom: 8px;
}

.list-inline-item .ico-acessibilidade {
    fill: var(--text-white);
}


.btn-primary {
    color: var(--text-white);
    background-color: var(--primary-verde-puro);
    border-radius: 4px;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: var(--primary-verde-dark);
    color: var(--text-white);
    border: none;
}

.btn-azul {
    color: #fff;
    color: var(--white);
    background-color: #009ed9;
    background-color: var(--client-color4);
    border: none;
    text-transform: uppercase;
    border-radius: 1rem;
    font-size: 0.9rem;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
}

.btn-azul:hover,
.btn-azul:focus,
.btn-azul:not(:disabled):not(.disabled):active,
.btn-azul:not(:disabled):not(.disabled).active,
.show > .btn-azul.dropdown-toggle {
    background-color: #0072b4;
    background-color: var(--client-color2);
    border: none;
}

.btn-azul2 {
    color: #fff;
    color: var(--white);
    background-color: #0072b4;
    background-color: var(--client-color2);
    border: none;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
}

.btn-azul2:hover,
.btn-azul2:focus,
.btn-azul2:not(:disabled):not(.disabled):active,
.btn-azul2:not(:disabled):not(.disabled).active,
.show > .btn-azul2.dropdown-toggle {
    background-color: #009ed9;
    background-color: var(--client-color4);
    border: none;
}

.btn-outline-primary {
    color: #0072b4;
    color: var(--client-color2);
    background-color: white;
    border-color: #0072b4;
    border-radius: 2rem;
    border-width: 2px;
    margin-top: 40px;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0072b4;
    background-color: var(--client-color2);
    border-color: #0072b4;
}

.btn-outline-secondary {
    color: var(--text-secondary-pure);
    background-color: transparent;
    border-color: var(--text-secondary-pure);
    border-width: 2px;
    border-radius: 0.4rem;
    font-weight: bold;
    font-size: 1rem;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    background-color: var(--secondary-azul-puro);
    border-color: var(--text-secondary-pure);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 877.7142857142857 1024' %3E%3Cpath mi-d='M877.714 768v73.143c0 20-16.571 36.571-36.571 36.571h-804.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h804.571c20 0 36.571 16.571 36.571 36.571zM877.714 475.429v73.143c0 20-16.571 36.571-36.571 36.571h-804.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h804.571c20 0 36.571 16.571 36.571 36.571zM877.714 182.857v73.143c0 20-16.571 36.571-36.571 36.571h-804.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h804.571c20 0 36.571 16.571 36.571 36.571z' d='M877.714 768v73.143c0 20-16.571 36.571-36.571 36.571h-804.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h804.571c20 0 36.571 16.571 36.571 36.571zM877.714 475.429v73.143c0 20-16.571 36.571-36.571 36.571h-804.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h804.571c20 0 36.571 16.571 36.571 36.571zM877.714 182.857v73.143c0 20-16.571 36.571-36.571 36.571h-804.571c-20 0-36.571-16.571-36.571-36.571v-73.143c0-20 16.571-36.571 36.571-36.571h804.571c20 0 36.571 16.571 36.571 36.571z'%3E%3C/path%3E%3C/svg%3E");
}

.navbar-toggler.active {
    display: none;
}

.header {
    background-color: white;
    position: relative;
    z-index: 999;
}

.menu-topo {
    background-color: #f6f8f9;
    padding: 0.5rem 0;
    font-size: 1rem;
}

.menu-topo.navbarsMenu {
    background-color: var(--primary-verde-puro);
    color: var(--text-white);
}

.navbar .navbar-nav .dropdown-menu {
    background-color: var(--primary-verde-puro);
    margin: 0;
    border: none;
    border-radius: 0;
    min-width: 200px;
}

.navbar .dropdown-menu .dropdown-item {
    text-decoration: none;
    border: none;
    text-align: left;
    color: white;
    color: var(--white);
    font-size: 1.1rem;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:active {
    background-color: transparent;
}

.form-search {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar .navbar-nav .form-search .dropdown-menu {
    box-shadow: none;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: white;
}

.navbar .navbar-nav{
    margin-left: auto;
    margin-right: 25px;
}

.form-search .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #77787b;
    font-size: 1.1rem;
    height: 85px;
    border-right: 0;
    border-radius: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
}

.form-search .input-group-append {
    background-color: white;
    border: none;
    border-radius: 0;
}

.form-search .form-control::-moz-placeholder {
    color: #77787b;
    opacity: 1;
}

.form-search .form-control:-ms-input-placeholder {
    color: #77787b;
}

.form-search .form-control::-webkit-input-placeholder {
    color: #77787b;
}

.header .container {
    max-width: 100%;
}


.carousel {
    height: 515px;
}

.carousel .carousel-inner, .carousel .carousel-inner .carousel-item, .carousel .carousel-inner .carousel-item .img-banner{
    height: 100%;
}

.carousel .carousel-inner .carousel-item img{
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-inner .carousel-item .img-banner{
    position: relative;
}

.carousel .carousel-inner .carousel-item .img-banner::after{
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.content-banner{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    color: var(--text-white);
}

.content-banner span{
    display: block;
    margin-bottom: 6px;
    font-size: 1rem;
}

.content-banner h1{
    font-size: 2.5rem;
    max-width: 480px;
    margin-bottom: 40px;
}

.a-saiba-mais{
    padding: 8px 40px;
    border: 2px solid var(--text-white);
    border-radius: 50px;
    letter-spacing: .5px;
    transition: .4s ease;
}

.a-saiba-mais:hover{
    background: var(--text-white);
    color: #4D4D4D;
    text-decoration: none;
}

.carousel-indicators{
    margin-bottom: 20px;
}

.carousel-indicators button{
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 1px solid var(--text-white);
    background: none;
    margin: 0 9px;
    outline: none;
}

.carousel-indicators button.active{
    background: var(--text-white);
}

.box-home {
    margin: 2rem 0;
}

.box-home h3 {
    color: #0072b4;
    color: var(--client-color2);
    font-size: 2rem;
}

.box-home .list-group-item {
    background-color: transparent;
    border: none;
    color: #77787b;
    color: var(--client-color);
}

.box-home .list-group-item:hover {
    background-color: rgba(241, 241, 234, 0.4);
}

.list-group-item small {
    color: #acacac;
    font-size: 0.9rem;
}

.tab-central {
    border: none;
    margin-bottom: 20px;
}

.tab-central > li > a.nav-link {
    border: none;
    background-color: transparent;
    color: #0072b4;
    color: var(--client-color2);
    font-size: 1rem;
    position: relative;
    padding: 0.1rem 1.5rem;
}

.tab-central > li > .nav-link.active,
.tab-central > li > .nav-link.active:hover,
.tab-central > li > .nav-link.active:focus {
    background-color: #0072b4;
    background-color: var(--client-color2);
}

.form-check {
    padding-left: 5px;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.form-check input {
    display: none;
}

.form-check label {
    position: relative;
    padding-left: 30px;
    display: block;
    cursor: pointer;
}

.form-check label:before {
    content: "";
    display: block;
    height: 18px;
    position: absolute;
    width: 18px;
    background-color: #fff;
    left: 0;
    top: 2px;
    z-index: 9;
    border: 3px var(--text-gray-400) solid;
    border-radius: 5px;
}

.form-check label:after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    left: 4px;
    position: absolute;
    top: 6px;
    z-index: 99;
    border-radius: 2px;
    background-color: transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.form-check input:checked + label:after {
    background-color: var(--text-primary-verde-puro);
}

.form-check input:checked + label:before {
    border: 3px var(--text-primary-verde-puro) solid;
}

.mt-3 {
    padding-left: 5px;
}

.list-calendario .bg-data {
    position: relative;
    min-width: 68px;
}

.list-calendario .bg-data:before {
    content: "";
    background: url("../img/bg-agenda.svg") no-repeat center top;
    display: block;
    width: 100%;
    height: 18px;
}

.list-calendario .bg-data .data1 {
    font-size: 1rem;
    line-height: 1.25rem;
    display: block;
    border-left: 4px var(--secondary-dark) solid;
    border-right: 4px var(--secondary-dark) solid;
    margin: 0 2px;
    font-weight: 700;
}

.list-calendario .bg-data .data2 {
    font-size: 1rem;
    display: block;
    padding: 0 8px;
    border: 4px var(--secondary-dark) solid;
    margin: 0 2px;
    border-top: none;
    font-weight: 700;
}

.box-home h4 {
    font-size: 1.5rem;
    font-weight: 700;
}

.box-home address strong {
    font-size: 1.1rem;
}

.form-contato .form-control {
    border-radius: 8px !important;
    border: 1px solid var(--text-gray-100);
    color: #707070;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1rem;
    height: auto;
    resize: none;
}

.form-contato .form-control::-moz-placeholder {
    color: #707070;
    opacity: 1;
}

.form-contato .form-control:-ms-input-placeholder {
    color: #707070;
}

.form-contato .form-control::-webkit-input-placeholder {
    color: #707070;
}

.box-home .form-contato .form-control {
    border-color: #e2e2e2;
    color: #acacac;
}

.box-home .form-contato .form-control::-moz-placeholder {
    color: #acacac;
}

.box-home .form-contato .form-control:-ms-input-placeholder {
    color: #acacac;
}

.box-home .form-contato .form-control::-webkit-input-placeholder {
    color: #acacac;
}

.list-mapa {
    font-size: 0.95rem;
}

.list-mapa strong {
    margin-bottom: 0.8rem;
    display: block;
}

.list-mapa li {
    margin-bottom: 0.6rem;
    color: var(--text-gray-400);
}

.bg-breadcrumb {
    background-position: center;
    background-size: cover;
    height: 271px;
    background-repeat: no-repeat;
    position: relative;
}

.bg-breadcrumb::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
}

.ferramentas-show .ico-caret-left {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px;
}

.tooltip-inner {
    color: #fff;
    text-align: center;
    background-color: #0072b4;
    background-color: var(--client-color2);
    text-transform: uppercase;
}

.tooltip.tooltip-arrow {
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #0072b4;
}

.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #0072b4;
}

.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #0072b4;
}

.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #0072b4;
}

.txt-show {
    position: relative;
    margin-bottom: 50px;
}

.txt-show mark {
    background-color: #f48120;
    background-color: var(--client-color3);
    color: white;
    color: var(--white);
}

.list-show a {
    color: #00a0a8;
}

.list-show ul {
    padding: 0;
    margin-left: 18px;
}

.list-show ul li {
    position: relative;
}

.txt-show h1 {
    font-size: 2rem;
}

.txt-show h2 {
    font-size: 1.8rem;
}

.txt-show h3 {
    font-size: 1.8rem;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
}

.txt-show .table-show > thead > tr > th {
    color: var(--text-p);
    border-bottom: none;
    font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
    background-color: #f48120;
    background-color: var(--grey-scale-01);
}

.txt-show .card {
    border-radius: 0;
    margin-bottom: 20px;
    border: none;
}

.txt-show .card .card-header {
    border: none;
    padding: 0;
}

.txt-show .card .card-header h4{
    margin: 0;
}

.txt-show .card .card-header a {
    text-decoration: none;
    font-size: 1rem;
    display: block;
    text-align: left;
    position: relative;
    padding: 0.75rem 1.25rem;

    background-color: var(--grey-scale-01);
    color: var(--text-primary-verde-puro);
}

.txt-show .card .card-header a:not(.collapsed){
    background-color: var(--primary-verde-puro);
    color: var(--text-white);
}

.txt-show .card .card-header a.collapsed:after {
    content: "\e901";
}

.txt-show .card .card-header a:after {
    content: "\e900";
    font-size: 1.3rem;
    position: absolute;
    right: 15px;
    font-family: "icomoon";

    top: 50%;
    margin-top: -12px;
}

.txt-show .list-group {
    margin: 20px 0 30px 0;
}

.txt-show .list-group-item .ico-pdf {
    fill: #a6afb7;
    width: 34px;
    height: 28px;
    flex-shrink: 0;
}

.txt-show .list-group-item {
    border: none;
    background-color: transparent;
    padding: 20px;
}

.txt-show .list-group-item:nth-child(even) {
    background-color: #ecf2f1;
}

.txt-show select.form-control {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--text-primary-verde-puro);
    color: var(--text-gray-400);
    font-size: 1rem;
}

.txt-show select.form-control::-moz-placeholder {
    color: #3b3b3b;
    color: var(--client-color);
    opacity: 1;
}

.txt-show select.form-control:-ms-input-placeholder {
    color: #3b3b3b;
    color: var(--client-color);
}

.txt-show select.form-control::-webkit-input-placeholder {
    color: #3b3b3b;
    color: var(--client-color);
}

.tab-content.central .nav.flex-column img {
    margin-right: 7px;
}

.central .card-body {
    background-color: rgba(224, 233, 232, 0.6);
}

.central .card-body .flex-column a {
    font-size: 1.3rem;
}


.central .card-body .tab-central {
    margin: 0rem -1.25rem 0 -1.25rem;
    background-color: #f48120;
    background-color: var(--client-color3);
}

.central .card-body .tab-central > li > a.nav-link {
    font-size: 1.3rem;
    background-color: #f48120;
    background-color: var(--client-color3);
    color: white;
    color: var(--white);
}

.central .card-body .tab-central > li > .nav-link.active,
.central .card-body .tab-central > li > .nav-link.active:hover,
.central .card-body .tab-central > li > .nav-link.active:focus {
    background-color: #77787b;
    background-color: var(--client-color);
}

.txt-show .tab-central > li > .nav-link.active:after {
    border-top: 14px solid var(--text-primary-verde-dark);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    bottom: -11px;
    margin-left: -14px;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    position: absolute;
}

.txt-show .list-group li .ico-rss {
    vertical-align: middle;
    margin: 0 15px 0 0;
    fill: #f48120;
    fill: var(--client-color3);
    width: 30px;
    height: 30px;
}

.modal-backdrop.show {
    filter: alpha(opacity=9);
    opacity: 0.9;
    background-color: #f1f1ea;
}

.modal-content {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 15px;
}

.modal-footer,
.modal-body,
.modal-header {
    border: none;
}

.modal .modal-title {
    font-size: 28px;
    width: 100%;
    text-align: center;
}

.modal #dvInputLGPD{
    padding: 0;
}

.modal #dvInputLGPD label{
    display: inline;
}



.close {
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: none;
    font-weight: normal;
    float: none;
    display: block;
    font-size: 0.9rem;
    color: #77787b;
    color: var(--client-color);
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    color: #77787b;
    color: var(--client-color);
}

.modal-header .close svg {
    vertical-align: text-top;
}

.list-comunicados > a{
    padding: 0;
}

.list-comunicados > a p{
    color: var(--text-p-body);
}

.nav-pills li a{
    color: var(--text-primary-verde-dark) !important;
    padding: 5px 15px !important;
    line-height: normal;
}

.nav-pills li{
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-pills li:last-child::after{
    content: none;
}

.nav-pills li::after{
    content: "";
    display: block;
    height: 12px;
    width: 1px;
    background: var(--text-primary-verde-dark);
}

.nav-pills li a.active{
    background-color: var(--text-primary-verde-dark) !important;
    color: var(--grey-scale-00) !important;
    font-size: 1.7rem !important;
}

@media (min-width: 768px) {
    .form-search .dropdown-menu {
        min-width: 380px;
    }
}
@media (min-width: 992px) {
    .logo-cambuci {
        width: 100px;
        height: 17px;
    }

    .navbar .navbar-nav .form-search .dropdown-menu {
        min-width: 790px;
    }

    .navbarsMenu {
        display: block;
    }

    .navbar-nav .dropdown-menu.show {
        display: none;
    }

    .navbar-nav .show .dropdown-menu {
        display: block;
    }

    .navbar-collapse.navbarsMenu {
        background-color: transparent;
    }

    .navbar .navbar-nav .nav-link {
        border: none;
        padding: 1rem;
        font-size: 1.1rem;
        color: var(--client-color);
    }

    .navbarsMenu .navbar-nav li + li .nav-link {
        border-top: none;
    }

    .navbar .navbar-nav .show > .nav-link,
    .navbar .navbar-nav .active > .nav-link,
    .navbar .navbar-nav .nav-link.show,
    .navbar .navbar-nav .nav-link.active {
        color: var(--text-white);
        background-color: var(--primary-verde-puro);
    }

    .navbar .navbar-nav .show > .nav-link svg,
    .navbar .navbar-nav .active > .nav-link svg,
    .navbar .navbar-nav .nav-link.show svg,
    .navbar .navbar-nav .nav-link.active svg {
        fill: white;
        fill: var(--white);
    }

    .form-search .dropdown-menu {
        right: -20px;
        top: 0;
    }

    .owl-destaques {
        margin-top: 0px;
    }

    .modal-body,
    .modal-header,
    .modal-footer {
        padding: 15px 40px;
    }
    
   

    .modal-dialog {
        margin: 100px auto;
    }

    .modal-content .close {
        margin-top: -70px;
        position: absolute;
        left: 50%;
        margin-left: -25px;
    }

    .close svg {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1200px){
    .navbar .navbar-nav .nav-link {
        padding: 12px;
        font-size: 14px;
    }
}

@media (max-width: 991px){
    .navbar .navbarsMenu {
        margin-bottom: 20px;
    }
}

.iframe-cotacoes-div{
    height: 22px;
    padding: 0 20px;
}

.iframe-cotacoes-div .iframe-cotacoes{
    height: 22px;
    border: none;
    width: 100%;
}

.modal-footer .form-group{
    width: 100%;
    cursor: pointer;
}

.modal-footer .form-group .btn-primary{
    letter-spacing: 1px;
    width: 100%;
    background-color: var(--primary-verde-puro) !important;
    font-size: 18px;
    color: var(--text-white) !important;
}

.erro-404{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #08475E;
    display: flex;
    justify-content: center;
}

.box-erro h2 {
    font-size: 350px;
}

.message-erro{
    height: 100vh;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message-erro h2{
    color: var(--text-white);
    font-size: 40px;
    margin-top: 100px;
    margin-bottom: 0px;
    text-align: center;
}

.message-erro h4{
    color: var(--text-white);
    font-size: 20px;
    text-align: center;
}

.message-erro p{
    color: var(--text-white);
    text-align: center;
}

.button-voltar{
    padding: 8px 16px;
    background: var(--primary-verde-puro);
    color: var(--text-p-body);
    border-radius: 2px;
    margin-top: 30px;
}

@media (max-width: 767px){
    .box-erro h2 {
        font-size: 150px;
    }
}

@media (max-width: 475px){
    .box-erro h2 {
        font-size: 80px;
    }
}

@media (min-width: 1200px) {
    .show > .dropdown-menu-center,
    .dropdown-menu-center.show {
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: 100% !important;
    }

    .navbar .navbar-nav .form-search .dropdown-menu {
        min-width: 820px;
    }

    .logo-cambuci {
        width: 266px;
        height: 33px;
    }

    .nav-noticicacao .dropdown-menu {
        min-width: 350px;
        padding: 1rem;
    }

    .tab-central > li > a.nav-link {
        font-size: 1.7rem;
        margin-right: 0.5rem;
    }

    .tab-central > li + li a.nav-link {
        margin: 0 0.5rem;
    }

    .txt-show h1 {
        font-size: 3rem;
    }

    .txt-show h2 {
        font-size: 2rem;
        color: var(--text-primary-verde-puro);
    }

    .txt-show .card .card-header a {
        font-size: 1.4rem;
        padding: 1.3rem 1.25rem;
    }

    .central .card-body .tab-central > li > a.nav-link {
        font-size: 2rem;
    }

    .central .card-body .tab-central > li > a.nav-link {
        padding: 1rem 3rem;
    }

    .bg-fale .padding {
        padding: 2rem 3rem 2rem 0;
    }

    .bg-fale .bg-color-cliente .padding {
        padding: 2rem 3rem;
    }

    .modal .modal-title {
        font-size: 54px;
    }
}

@media (min-width: 1440px) {
    .box-home {
        margin: 3.5rem 0;
    }

    .txt-show .list-group-item {
        padding: 1rem 2.5rem;
    }

    .bg-fale .padding {
        padding: 3rem 4rem 3rem 0;
    }

    .bg-fale .bg-color-cliente .padding {
        padding: 3rem 4rem;
    }
}

@media (min-width: 1600px) {
    .header .container {
        max-width: 90%;
    }

    .nav-noticicacao .dropdown-menu {
        min-width: 430px;
    }
}

/*Andrea*/

.pegaTitulo {
    display: none;
}

.validacaocampos {
    color: red;
}

@media print {
    body {
        margin: 5mm 5mm 5mm 5mm !important;
        /* margin you want for the content */

        -webkit-print-color-adjust: exact !important;
    }

    @page {
        size: auto;
        /* auto is the initial value */
        margin: 0mm !important;
        /* this affects the margin in the printer settings */
    }

    html {
        background-color: #ffffff;
        margin: 0px !important;
        /* this affects the margin on the html before sending to printer */
    }
}

.embed_cotacao:before {
    padding-top: 22px;
}

.checkbox-inline {
    margin-right: 10px;
}

.checkbox-inline .checkbox {
    margin-right: 10px;
}

/*  Termos LGPD  */
section.termos-politica {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 5px 20px;
    line-height: 24px;
    font-size: 14px;
    color: #009ed9;
    box-shadow: 0 5px 12px 14px rgba(0, 0, 0, 0.06);
    z-index: 999;
}

.termos-politica p {
    margin: 20px;
    max-width: 900px;
    text-align: left;
}

section.termos-politica a {
    color: #009ed9;
    text-decoration: underline;
}

.termos-politica-acoes {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
}

.termos-politica-acoes span.aceitar-termos-politica {
    margin: 5px 0;
    padding: 5px 30px;
    border-radius: 6px;
    color: var(--text-primary-verde-dark);
    font-size: 12px;
    cursor: pointer;
    border: 1px solid;
}

.termos-politica-acoes span.aceitar-termos-politica:hover {
    background: var(--text-primary-verde-dark);
    color: #fff;
}

@media (max-width: 1024px) {
    section.termos-politica {
        width: initial;
    }

    section.termos-politica br {
        display: none;
    }
}

@media (max-width: 579px) {
    section.termos-politica {
        flex-direction: column;
    }

    .termos-politica p {
        margin: 0;
        text-align: center;
    }

    .termos-politica-acoes {
        margin: 10px 0 5px;
    }
}

.desabilita-botao {
    pointer-events: none;
    cursor: default;
    background-color: gray !important;
}

/*  Termos LGPD  */

/* BOX DE BUSCA */

.searchbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0px;
    background: #fff;
    z-index: 99999999;
    transition: all 0.3s linear;
    transform: translateY(-105%);
}

.show-searchbar {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transform: translate(0);
}

#search-btn2 {
    padding-left: 0;
}

#search-btn2 span {
    color: var(--text-primary-verde-puro);
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.searchbar .inputBusca {
    border: none;
    border-bottom: 1px solid #e0e0e0;
}

.close-search svg {
    fill: #113cea;
}

#searchHelp {
    margin-left: 102px;
    color: #949494;
    font-size: 14px;
}

@media (max-width: 991px) {
    #searchHelp {
        margin-left: 28px;
    }
}

.rede-social a:not(:last-of-type) {
    margin-right: 16px;
}

.flex-footer-info{
    display: flex;
    align-items: center;
}

.developed-by {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    flex: 1;
}


.footer-info{
    margin-left: 30px;
}

.flex-footer-info p{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    color: var(--text-white);
}

@media (max-width: 991px){
    .flex-footer-info{
        flex-wrap: wrap;
    }
    .flex-footer-info p{
        flex: 100%;
        margin-top: 16px;
        justify-content: center;
    }
}

@media (max-width: 767px){
    .flex-footer-info{
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        text-align: center;
    }
    .flex-footer-info p{
        margin-top: 0px;
        justify-content: center;
    }
}

.ver-mais-link{
    color: var(--text-primary-verde-puro);
    font-weight: 700;
    position: relative;
    padding-bottom: 6px;
    padding-right: 24px;
}

.ver-mais-link::before{
    content: url("../img/icon/icon-arrow.svg");
    position: absolute;
    height: 16px;
    width: 16px;
    top: 1px;
    right: 0px;
}

.ver-mais-link:hover{
    text-decoration: none;
    color: var(--text-primary-verde-puro);
}

.ver-mais-link::after{
    content: "";
    width: 0%;
    transition: .5s;
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 2px;
    background: var(--text-primary-verde-puro);
    display: block;
}

.ver-mais-link:hover::after{
    width: 100%;
}

.media-body-agenda > p{
    margin: 0;
}

.media-body-agenda > p:nth-child(1){
    font-size: 1.125rem;
    color: var(--text-p-body);
    font-weight: bold;
}


.btn-enviar-contato{
    background: var(--primary-verde-puro);
    color: var(--text-white);
    border-radius: 8px;
    text-transform: none;
}

.btn-enviar-contato:hover, .btn-enviar-contato:focus, .btn-enviar-contato:active{
    color: var(--text-white);
    background-color: var(--primary-verde-dark) !important;
}

.content-autorizacao{
    color: var(--text-white);
    margin-top: 16px;
}

.content-autorizacao label{
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
}

.content-autorizacao label::before{
    background: none;
    border-radius: 2px;
    border: 2px solid var(--text-white);
}

.content-autorizacao  .form-check input:checked + label:after {
    background-color: var(--text-primary-verde-puro);
}

.content-autorizacao  .form-check input:checked + label:before {
    border: 2px solid var(--text-primary-verde-puro) ;
}

.div-contato-destaque{
    padding: 46px 0;
}

.owl-logos .owl-stage .owl-item{
    margin: 0 30px ;
}

.destaque-opcoes-middle{
    margin: 0;
    padding: 0;
}

.destaque-opcoes-middle a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 20px 25px;
    height: 100%;
}

.destaque-opcoes-middle > div{
    padding: 0;
}

.destaque-opcoes-middle > div a{
    text-decoration: none;
}

.destaque-opcoes-middle > div:nth-child(odd) a{
    background: var(--secondary-dark);
}

.destaque-opcoes-middle > div:nth-child(even) a{
    background: var(--secondary-dark-2);
}

.destaque-opcoes-middle h3{
    margin: 0;
    font-size: 20px;
    color: var(--text-white);
}

@media (max-width: 575px){
    .destaque-opcoes-middle a{
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex-direction: column;
    }

    .destaque-opcoes-middle h3{
        text-align: center;
    }
}


.toggle-menu-button {
    position: relative;
    background: none;
    border: none;
    height: 26px;
    outline: none;
    display: none;
}

@media (max-width: 991px){
    .toggle-menu-button{
        display: block;
    }
}

.toggle-menu-button span {
    height: 3px;
    width: 30px;
    border-radius: 2px;
    display: block;
    background: var(--text-primary-verde-dark);
    transition: 0.5s ease;
    position: relative;
}

.toggle-menu-button span::after, .toggle-menu-button span::before {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 2px;
    display: block;
    position: absolute;
    background: var(--text-primary-verde-dark);
    transition: 0.5s ease;
}

.toggle-menu-button span::before {
    top: -8px;
}

.toggle-menu-button span::after {
    bottom: -8px;
}

.toggle-menu-button:not(.collapsed) span{
    transform: rotate(45deg);
}

.toggle-menu-button:not(.collapsed) span::before{
    top: 0;
    transform: rotate(90deg);
}

.toggle-menu-button:not(.collapsed) span::after{
    bottom: 0;
    transform: rotate(90deg);
}

.toggle-menu-button:focus{
    outline: none !important;
}

.timeline .wrapper .item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;
    align-content: stretch;
    overflow: hidden;
}

.timeline .wrapper .item:first-of-type .year::after {
    height: 50%;
    top: unset;
    bottom: 0;
}
.timeline .wrapper .item:last-of-type .year::after {
    height: 50%;
    bottom: 0;
}
.timeline .wrapper .item .year {
    position: relative;
    margin-bottom: 0;
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    min-width: 140px;
    color: var(--text-primary-verde-puro);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
@media (max-width: 767.98px) {
    .timeline .wrapper .item .year {
        font-size: 2.375rem;
        line-height: 3rem;
   }
}

@media (max-width: 475.98px) {
    .timeline .wrapper .item .year {
        font-size: 1.75rem;
        line-height: 3rem;
        min-width: 100px;
   }
}


.timeline .wrapper .item .year::before {
    position: absolute;
    top: 50%;
    right: -3px;
    transform: translateY(-50%);
    content: '';
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background-color: var(--text-primary-verde-puro);
}
.timeline .wrapper .item .year::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background-color: var(--text-primary-verde-puro);
}
.timeline .wrapper .item .description {
    margin-bottom: 0;
    padding-top: 32px;
    padding-left: 32px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.timeline .wrapper .item .description p {
    margin-bottom: 16px;
    color: var(--text-blue);
}
.timeline .wrapper .item .description p:last-of-type {
    margin-bottom: 0;
}

.full-screen-main-div {
    position: relative;
    overflow-y: auto;
  
    margin-top: 20px;
    margin-bottom: 20px;
  
    display: block !important;
    -webkit-overflow-scrolling: touch;
}

.full-screen-main-div.zoomDiv{
    overflow-x: scroll;
    width: 100%;
    max-height: 500px;
}

@media (max-width: 767.98px) {
    .full-screen-main-div.zoomDiv{
        max-height: 400px;
    }
}

@media (max-width: 575.98px){
    .full-screen-main-div.zoomDiv{
        max-height: 320px;
    }
}

@media (max-width: 375px){
    .full-screen-main-div.zoomDiv{
        max-height: 230px;
    }
}

.full-screen-main-div img.openImgZoom{
    max-width: 1200px;
}

.full-screen-main-div img.openImgZoomDesktop{
    max-width: 1800px;
}

.nossas-marcas-div > div:nth-child(1){
    display: flex;
    align-items: center;
    justify-content: center;
}

.nossas-marcas-div > div:nth-child(1) img{
    display: block;
    max-width: 100%;
}

.calendario-eventos .media-tabela .media-left{
    display: none;
}

@media (max-width: 475px){
    .calendario-eventos .media-info-calendario {
        flex-wrap: wrap;
    }

    .calendario-eventos .media-info-calendario .media-right{
        flex: 100%;
        display: flex;
        justify-content: center;
    }

    .calendario-eventos .media-info-calendario .media-right a{
        display: block;
    }
}
