:root {
    --client-color: #222222;
    --client-color2: #04217C;
    --client-color3: #706c60;
    --client-color4: #c6af8b;
    --black: #000;
}

body {
    font-family: "Poppins";
    /* Era Open-sans */
    font-weight: 400;
    color: #222222;
    color: var(--client-color);
}

html {
    position: relative;
    min-height: 100%;
    font-size: 16px;
}

p {
    margin-top: 0;
    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;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 1.5rem;
    font-weight: normal;
}

h1,
.h1 {
    font-family: 'Poppins';
    font-weight: 700;
}

.regular {
    font-family: "Poppins" !important;
    /* Era Open-sans */
    font-weight: 400;
}

.light {
    font-family: "Poppins" !important;
    /* Era Open-sans */
    font-weight: 300;
}

.semibold {
    font-family: "Poppins" !important;
    /* Era Open-sans */
    font-weight: 600;
}

.medium {
    font-family: "Poppins" !important;
    /* Era Open-sans */
    font-weight: 600;
}

b,
.bold,
strong {
    font-family: "Poppins" !important;
    /* Era Open-sans */
    font-weight: 700;
}

.navbar-brand {
    font-size: 0;
}

.text-underline {
    text-decoration: underline;
}

.stroke-white {
    stroke: #fff;
    stroke-width: 3px;
}

.stroke-none {
    stroke: none;
}

.fill-none {
    fill: none;
}

.eng-cls-1 {
    fill: #c42126;
}

.eng-cls-2 {
    fill: #e7e7e7;
}

.eng-cls-3 {
    fill: #dc3027;
}

.eng-cls-4 {
    fill: #f3f4f5;
}

.eng-cls-5 {
    fill: #e73625;
}

.eng-cls-6 {
    fill: #283991;
}

.eng-cls-7 {
    fill: #efefef;
}

.logo-cls-1,
.logo-cls-2 {
    fill: #fff;
}

.logo-cls-2,
.logo-cls-3,
.logo-cls-4,
.logo-cls-5,
.logo-cls-6 {
    fill-rule: evenodd;
}

.logo-cls-3 {
    fill: #00bff2;
}

.logo-cls-4 {
    fill: #13adbc;
}

.logo-cls-5 {
    fill: #6dc7be;
}

.logo-cls-6 {
    fill: #b1ddd2;
}

.logo-rodape-cls-1,
.logo-rodape-cls-6 {
    fill: #fff;
}

.logo-rodape-cls-1,
.logo-rodape-cls-2,
.logo-rodape-cls-3,
.logo-rodape-cls-4,
.logo-rodape-cls-5 {
    fill-rule: evenodd;
}

.logo-rodape-cls-2 {
    fill: #00bff2;
}

.logo-rodape-cls-3 {
    fill: #13adbc;
}

.logo-rodape-cls-4 {
    fill: #6dc7be;
}

.logo-rodape-cls-5 {
    fill: #b1ddd2;
}

.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: #c7c8ca;
}

.outlook-cls-2 {
    fill: #b3e5fc;
}

.outlook-cls-3 {
    fill: #698df8;
}

.outlook-cls-4,
.cls-white {
    fill: #fff;
}

[class^=ico-] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: #333;
    fill: var(--client-color);
}

.ico-bars {
    width: 27px;
    height: 27px;
    fill: white;
}

.ico-time {
    width: 14px;
    height: 14px;
    fill: #7c7c7c;
}

.ico-search {
    width: 18px;
    height: 18px;
}

.ico-riweb {
    width: 64px;
    height: 19px;
}

.ico-share,
.ico-pdf {
    height: 25px !important;
    width: 25px !important;
}

.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);
}

.bg-cliente {
    background-color: #303030;
    background-color: var(--client-color);
}

.bg-cliente2 {
    background-color: #c4af95;
    background-color: var(--client-color2);
}

.bg-cliente3 {
    background-color: #706c60;
    background-color: var(--client-color3);
}

.bg-cliente4 {
    background-color: #c6af8b;
    background-color: var(--client-color4);
}

.color-cliente,
a.color-cliente,
a.color-cliente:hover,
.color-cliente svg,
.color-cliente a,
.color-cliente a:hover {
    color: #303030;
    color: var(--client-color);
    fill: #303030;
    fill: var(--client-color);
}

.color-cliente2,
a.color-cliente2,
a.color-cliente2:hover,
.color-cliente2 svg,
.color-cliente2 a {
    color: #c4af95;
    color: var(--client-color2);
    fill: #c4af95;
    fill: var(--client-color2);
}

.color-cliente3,
a.color-cliente3,
a.color-cliente3:hover,
.color-cliente3 svg {
    color: #706c60;
    color: var(--client-color3);
    fill: #706c60;
    fill: var(--client-color3);
}

.btn-radius {
    border-radius: 2rem;
}

.btn {
    border-radius: 0;
}

.txt-show .btn .ico-times {
    width: 13px;
    height: 13px;
    fill: white;
    fill: var(--white);
}

.btn-outline-secondary {
    color: #c4af95;
    color: var(--client-color2);
    border-color: #c4af95;
}

.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 {
    color: #fff;
    background-color: #c4af95;
    background-color: var(--client-color2);
}

.btn-secondary {
    background-color: #c4af95;
    background-color: var(--client-color2);
    border: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #92826f;
}

.btn-primary {
    color: #fff;
    border-color: #45BFEE;
    border-color: var(--client-color3);
    background-color: #154166;
    background-color: var(--client-color2);
    font-family: "Poppins";
    /* Era Open-sans */
    font-weight: 400;
}

.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: #fff;
    background-color: var(--white);
    color: #154166;
    color: var(--client-color2);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009ED9' 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 {
    position: relative;
    z-index: 999
}

.navbar-brand img {
    width: 150px;
    height: auto;
}

.navbar .navbar-nav .nav-link {
    color: white;
    color: var(--white);
    font-family: "Poppins";
    /* Era Open-sans */
    font-weight: 600;
    text-transform: uppercase;
}

.form-search .dropdown-menu {
    box-shadow: none;
    border: none;
}

.form-search .dropdown-menu svg,
.form-search .dropdown-menu a {
    fill: #303030;
    fill: var(--client-color);
    color: #303030;
    color: var(--client-color);
}

.form-search .dropdown-menu:after {
    position: absolute;
    top: -10px;
    right: 8%;
    margin-right: 0;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    content: '';
}

.form-search .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #303030;
    color: var(--client-color);
    border-radius: 0;
    font-family: 'Poppins';
    /* Era Open-sans */
    font-weight: 600;
}

.form-search .input-group-append {
    background-color: white;
    border: none;
    margin-right: 0;
}

.form-search .border-left-color {
    border-left: 1px #222222 solid;
}

.form-search .form-control::-moz-placeholder {
    color: #303030;
    color: var(--client-color);
    opacity: 1;
}

.form-search .form-control:-ms-input-placeholder {
    color: #303030;
    color: var(--client-color);
}

.form-search .form-control::-webkit-input-placeholder {
    color: #303030;
    color: var(--client-color);
}

.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 80vw;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #f6f6f6;
    padding: 1rem 2rem;
}

.sidr.right {
    left: auto;
    right: -80vw
}

.navbar-toggler.active {
    display: none;
}

.sidr-inner svg {
    fill: #333;
    fill: var(--client-color);
}

.sidr-inner .navbar-nav .nav-link {
    color: #222;
    color: var(--client-color);
    padding: 1rem 0;
    font-family: 'Poppins';
    /* Era Open-sans */
    font-weight: 600;
    letter-spacing: 1.3px;
}

.sidr-inner .navbar-nav .form-search .dropdown-menu {
    position: static;
    display: block;
    transform: none;
    border-radius: 20px;
    border: solid 1px var(--client-color2);
    background-color: #f6f6f6;
    padding: 0;
}

.sidr-inner .form-search .dropdown-menu svg {
    fill: #c4af95;
    fill: var(--client-color2);
}

.sidr-inner .form-search .form-control,
.sidr-inner .form-search .input-group-append {
    background-color: transparent;
    font-size: .8rem;
}

.sidr-inner .navbar-nav .dropdown-menu {
    background: none;
    border: none;
    padding-top: 0;
}

.sidr-inner .dropdown-menu .dropdown-item {
    text-decoration: none;
    border: none;
    text-align: right;
}

.container-video {
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

.container-video video {
    position: fixed;
    z-index: 0;
    width: auto;
    /* height: 113vh;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
}

@media (max-width: 767.98px) {

    .developed-by img {
        margin-top: 15px;
    }

    .container-video video {
        height: 100vh;
    }
}

.overlay-video {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background-color: #222222;
}

.bg-breadcrumb {
    min-height: 227px;
    background-position: center center;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

@media (min-width: 991px) {
    .breadcrumb {
        flex: 1 !important;
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.breadcrumb .breadcrumb-item:nth-child(2):before {
    content: '';
}

.txt-show {
    position: relative;
    margin-bottom: 150px;
}

.txt-show p,
.txt-show .card .card-body {
    line-height: 2rem;
}

.txt-show mark {
    background-color: #c4af95;
    background-color: var(--client-color2);
    color: #fff;
    color: var(--white);
}

/*
.txt-show.mt-5{
    margin-top: 5rem !important;
}*/


@media (max-width: 1080px) {
    html {
        font-size: 93.75%;
    }
}

@media (max-width: 720px) {
    html {
        font-size: 87.5%;
    }
}

.txt-show.mt-5 h3 {
    margin-top: 32px;
}

.list-show ul {
    padding: 0;
    margin-left: 18px;
}

.list-show ul li {
    position: relative;
}

.txt-show h1 {
    color: #c4af95;
    color: var(--client-color2);
}

.txt-show .table-show>thead>tr>th {
    color: white;
    color: var(--white);
    border-bottom: none;
    background-color: #c6af8b;
    background-color: var(--client-color4);
    font-weight: normal;
    font-family: "Poppins";
    /* Era Open-sans */
    font-weight: 700;
}

.txt-show .card {
    border-radius: 0;
    margin-bottom: 20px;
    border: none;
}

.txt-show .card .card-header {
    border: none;
    padding: 0;
}

.txt-show .table .card-header {
    border-top: 1px solid #dee2e6;
    border-bottom: none;
}

.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: #222222;
    color: #fff;
    color: var(--white);
}

.txt-show .card .card-header a.collapsed:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M11 9h4v2h-4v4h-2v-4h-4v-2h4v-4h2v4zM10 20c-5.523 0-10-4.477-10-10s4.477-10 10-10v0c5.523 0 10 4.477 10 10s-4.477 10-10 10v0zM10 18c4.418 0 8-3.582 8-8s-3.582-8-8-8v0c-4.418 0-8 3.582-8 8s3.582 8 8 8v0z'%3E%3C/path%3E%3C/svg%3E");
}

.txt-show .card .card-header a:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 20c-5.523 0-10-4.477-10-10s4.477-10 10-10v0c5.523 0 10 4.477 10 10s-4.477 10-10 10v0zM10 18c4.418 0 8-3.582 8-8s-3.582-8-8-8v0c-4.418 0-8 3.582-8 8s3.582 8 8 8v0zM15 9v2h-10v-2h10z'%3E%3C/path%3E%3C/svg%3E");
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
    width: 15px;
    height: 15px;
}

.txt-show .list-group {
    margin: 0 0 2rem 0;
}

.txt-show .list-group-item .ico-pdf {
    width: 34px;
    height: 28px;
}

.txt-show .list-group-item {
    border: none;
    background-color: transparent;
    padding: 10px 0;
}

.tab-content.central .nav.flex-column img {
    margin-right: 7px;
}

.central .flex-column a:hover {
    font-family: "Poppins";
    /* Era Open-sans */
    font-weight: 700;
    color: #c4af95;
    color: var(--client-color2);
}

.central .tab-central {
    background-color: #e6e6e6;
}

.central .tab-central>li>a.nav-link {
    font-size: 1.3rem;
    color: #4b4b4b;
    position: relative;
}

.central .tab-central>li>.nav-link.active,
.central .tab-central>li>.nav-link.active:hover,
.central .tab-central>li>.nav-link.active:focus {
    background-color: #222222;
    background-color: var(--client-color);
    color: #fff;
    color: var(--white);
}

.tab-central>li>.nav-link.active:after {
    border-top: 14px solid #222222;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    bottom: -11px;
    margin-left: -14px;
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    position: absolute;
}

.tooltip-inner {
    color: #fff;
    text-align: center;
    background-color: #c4af95;
    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: #c4af95;
    border-bottom-color: var(--client-color2)
}

.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #c4af95;
    border-left-color: var(--client-color2);
}

.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #c4af95;
    border-right-color: var(--client-color2);
}

.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #c4af95;
    border-top-color: var(--client-color2);
}

.txt-show .list-group li .ico-rss {
    vertical-align: middle;
    margin: 0 15px 0 0;
    fill: #F48120;
    width: 30px;
    height: 30px;
}


.form-contato .form-control {
    border-radius: 5px;
    border: 1px solid #949494;
    color: #222222;
    color: var(--client-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Poppins";
    /* Era Open-sans */
    font-weight: 400;
    height: inherit;
    padding: 10px 12px;
}

.form-contato .form-control::placeholder {
    color: #E0E0E0 !important;
}

.linkEmail a {
    color: #1A0DAB;
}

.page-title {
    color: #FFF !important;
    font-size: 2.5rem !important;
    letter-spacing: .5px;
    /*text-transform: capitalize;*/
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    width: 100%;
    letter-spacing: 1px;
    margin-bottom: 42px;
}


@media(max-width: 575px) {
    .page-title {
        font-size: 2rem !important;
        margin-bottom: 15px;
    }
}

.dados-contato span {
    font-weight: bold;
}

.dados-contato p {
    margin-top: 0;
    margin-bottom: .5rem;
    color: #414141;
    font-size: 16px;
}

.contato-img-wrapper {
    margin: 40px 0;
}

.contato-img-wrapper img {
    max-width: 100%;
}

.form-contato .form-control::-moz-placeholder {
    color: #222222;
    color: var(--client-color);
    opacity: 1;
}

.form-contato .form-control:-ms-input-placeholder {
    color: #222222;
    color: var(--client-color);
}

.form-contato .form-control::-webkit-input-placeholder {
    color: #222222;
    color: var(--client-color);
}

.checkBox-contato {
    margin: 30px 0;
}

.checkLingua {
    display: flex;
    gap: 20px;
}

.checkLingua label,
.checkTermos label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkLingua div input,
.checkTermos input {
    display: none;
}

.checkLingua div input+label:before,
.checkTermos input+label:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 1px;
    background-color: white;
    border: 2px solid #04217C;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 3px;
}

.checkLingua div input:checked+label:before,
.checkTermos input:checked+label:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 10 10'%3E%3Cg class='nc-icon-wrapper' stroke-width='1' fill='%23555555'%3E%3Cpath fill='none' stroke='%2304217C' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' data-cap='butt' d='M2.83 4.72l1.58 1.58 2.83-2.83'/%3E%3C/g%3E%3C/svg%3E");
    border: 2px solid #04217C;
    background-position: center;
    padding: 1px;
}

.checkTermos {
    margin-top: 5px;
}

.checkTermos a {
    color: #1A0DAB;
}

.buttons-contato {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
}

.buttons-contato input {
    padding: 10px 60px;
    border: 2px solid #04217C;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #04217C;
    cursor: pointer;
    min-height: 48px;
    background-color: #FFF;
    border-radius: 4px;
}

.buttons-contato a {
    padding: 10px 60px !important;
    background: #04217C;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    border: 2px solid #04217C;
    min-height: 48px;
    border-radius: 4px;
}

.buttons-contato a:hover,
.buttons-contato a:checked {
    color: white;
    background: #04217C;
    border: 2px solid #04217C;
}

.overlay-erro {
    filter: alpha(opacity=80);
    opacity: .8;
    background-color: #c4af95;
    background-color: var(--client-color2);
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.container-erro {
    position: relative;
    z-index: 999;
}

.container-erro h1 {
    font-size: 5rem;
    line-height: 5rem;
    margin-top: 5rem;
}

.custom-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E%0A");
    background-size: 26px 20px;
    border: solid 1px #dcdcdc;
    background-color: #f3f3f3;
    text-align-last: center;
    font-size: 1.5rem;
}

@media (max-width: 375px) {
    .sidr-inner .navbar-nav .nav-item .nav-link {
        font-size: 15px !important;
    }

    .navbar-nav .show .dropdown-menu {
        font-size: 15px !important;
    }
}

@media (max-width: 767px) {
    .navbar-nav .show .dropdown-menu {
        position: static !important;
        top: 100% !important;
        transform: none !important;
    }
}

@media (max-width: 991px) {
    .nav-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        width: 100%;
        display: none;
        float: left;
        min-width: 10rem;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
    }

    .nav-dropdown a {
        color: #303030;
        color: var(--client-color);
    }
}

@media (min-width: 992px) {
    .navbar-nav.menu .dropdown-menu.show {
        display: none;
    }

    .navbar-nav.menu .show .dropdown-menu {
        display: block;
    }

    .show>.dropdown-menu-center,
    .dropdown-menu-center.show {
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: 100% !important;
    }

    .navbar-nav.menu .show .dropdown-menu:after {
        position: absolute;
        top: -10px;
        left: 50%;
        display: inline-block !important;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        content: '';
        margin-left: -10px;
    }

    .navbar-collapse.navbarsMenu {
        background-color: transparent;
    }

    .navbar .menu .nav-link {
        border: none;
        padding: .8rem 0 .3rem;
        margin-bottom: 5px;
    }

    .navbar .menu .dropdown-menu .dropdown-item {
        text-align: center;
        font-size: 1.1rem;
        color: #222;
        color: var(--client-color);
    }

    .navbar .menu .dropdown-menu .dropdown-item.active,
    .navbar .menu .dropdown-menu .dropdown-item:active {
        background-color: transparent;
    }

    .navbar .navbar-nav .nav-item {
        margin-left: 24px;
    }

    .form-search .dropdown-menu {
        padding: 1rem 2rem;
    }

    .txt-show h1 {
        font-size: 3rem;
    }



    .txt-show .card .card-header a {
        padding: 0.4rem 2.5rem 0.4rem 1.5rem;
        font-size: 1.4rem;
    }

    .txt-show .card .card-header a:after {
        margin-top: -12px;
        width: 25px;
        height: 25px;
    }

    .central .tab-central>li>a.nav-link {
        font-size: 1.9rem;

    }

    .central .tab-central>li>a.nav-link {
        padding: 1rem 3rem;
    }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 56px;
    }

    .container-erro h1 {
        font-size: 15rem;
        line-height: 15rem;
        margin-top: 10rem;
    }
}

@media (min-width: 1600px) {
    .navbar .navbar-nav .nav-item {
        margin-left: 3.5rem;
    }
}

/*Andrea*/

.retirarPointer {
    cursor: default !important;
    text-decoration: none !important;
}

.validacaocampos {
    color: red;
}

.bg-cliente .embed-responsive-16by9::before {
    padding-top: 25px;
    width: 335px;
}

@media print {
    body {
        margin: 5mm 5mm 5mm 5mm !important;
        -webkit-print-color-adjust: exact !important;
    }

    @page {
        size: auto;
        margin: 0mm !important;
    }

    html {
        background-color: #FFFFFF;
        margin: 0px !important;
    }
}

.carousel_2 div .anoSelecionado {
    color: #222222 !important;
}

.pegaData {
    color: #04217C;
}

.box-perfil {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.box-perfil [aria-describedby] img {
    border-color: #C6AF8B;
}

.box-perfil h4 {
    font-size: 16px;
    color: #222222;
    font-family: "Poppins";
    /* Era Open-sans */
    font-weight: 700;
    margin: 0 0 5px 0;
    padding-top: 15px;
}

.box-home .box-perfil p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.42857143;
}

.popover {
    background: #fff;
    font-family: "Poppins";
    /* Era Open-sans */
    font-weight: 400;
    color: #222222;
    font-size: 14px;
    padding: 17px;
    border: 1px solid #C6AF8B;
}

.popover h3.popover-title {
    font-size: 18px;
    color: #C6AF8B;
    text-transform: uppercase;
    background: #4d4d4d;
    margin: 0 0 10px 0;
    border: none;
    padding: 0;
    font-family: "Poppins";
    /* Era Open-sans */
    font-weight: 700;
}

[data-style=second]+.popover {
    color: #4d4d4d;
    font-size: 15px;
    padding: 17px;
}

.img-circle {
    border-radius: 50%;
}

.owl-conselho.carousel_1 .owl-nav button {
    top: 60px;
}

.popover,
[data-style="second"]+.popover {
    min-width: 600px;
    border-radius: 0;
    background-color: #fff;
}

.popover-header {
    background-color: #fff;
    border-bottom: 0;
    color: #C6AF8B;
    font-family: "Poppins";
    /* Era Open-sans */
    font-weight: 700;
}

.text-danger {
    color: #222222 !important;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: #C6AF8B;
}

.alerta2 {
    background-color: transparent;
    border-radius: 0;
    border: none;
    color: #fff;
    margin-bottom: -4px;
    padding: 0;
    position: relative;
}

.alerta2 .dropdown-menu {
    position: fixed !important;
    top: -8px !important;
    left: 0 !important;
    bottom: 0;
    z-index: 995;
    float: left;
    min-width: 160px;
    margin: 0 auto;
    text-align: left;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #303030db;
    width: 100%;
    padding: 20px 0 40px 0;
    text-transform: uppercase;
    color: #fff;
}

.alerta2.alerta-azul .dropdown-menu {
    bottom: auto;
    background-color: #303030db;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.icon-fechar2 {
    background-position: -25px -40px;
    width: 22px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px
}

.navbar-nav.menu .show .dropdown-menu {
    background: #fff;
    margin-top: 0;
}

.navbar-nav.menu .show .dropdown-menu .dropdown-item {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.navbar-nav.menu .show .dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa;
}

.navbar .navbar-nav .nav-link {
    border-bottom: 4px solid transparent;
}

.navbar .navbar-nav .nav-link:hover {
    border-color: #04217C;
}

.navbar-nav.menu .show .dropdown-menu::after {
    content: none;
}

@media (min-width: 1200px) {
    .navbar.navbar-expand-xl .container {
        max-width: 1240px;
    }
}

@media (min-width: 1600px) {
    .navbar.navbar-expand-xl .container {
        max-width: 1520px;
    }
}

/* 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: #113CEA;
    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: 80px;
    color: #949494;
}

@media (max-width: 991px) {
    #searchHelp {
        margin-left: 28px;
    }
}

.rede-social a:not(:last-of-type) {
    margin-right: 16px;
}

/* MENU MOBILE */
.sidr-inner .navbar-nav .dropdown-menu {
    position: static !important;
    left: unset !important;
    right: 0 !important;
    top: unset !important;
    transform: translateX(0px) !important;
}

.sidr-inner .navbar-nav.menu .show .dropdown-menu {
    background-color: transparent;
}

.sidr-inner .navbar-nav.menu .show .dropdown-menu .dropdown-item {
    color: #414141;
    text-align: left;
    font-size: 20px;
    line-height: 32px;
}

.sidr-inner .navbar-nav .nav-link {
    color: #04217C;
    font-size: 24px;
    line-height: 38px;
}

.sidr {
    padding-top: 0;
    width: 100vw
}

.sidr.right {
    right: -100vw;
}

.input-bar {
    margin-bottom: 36px;
}

.input-bar .input-group-text {
    background-color: #fff;
    border-left: none;
    color: #414141;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-bar .inputBusca {
    border-right: none;
}

.header-menu-mobile {
    margin-right: -32px;
    margin-bottom: 40px;
    margin-left: -32px;

    padding-top: 24px;
    padding-right: 32px;
    padding-bottom: 24px;
    padding-left: 32px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: #303030;
}

.sidr-inner .navbar-nav .nav-item.header-menu-mobile .nav-link {
    font-size: 20px !important;
    line-height: 32px !important;
}

@media (max-width: 575.98px) {
    .sidr-inner .navbar-nav .nav-item.header-menu-mobile .nav-link {
        font-size: 0 !important;
        line-height: 0 !important;
    }
}

.header-menu-mobile svg {
    fill: #FFF;
    color: #FFF;
}

.btn-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
    border-bottom: 1px solid #E0E0E0;
}

.breadcrumb .breadcrumb-item a {
    color: #757575;
    text-decoration: underline;
    padding-left: 0;
    padding-right: 0;
}

.breadcrumb .breadcrumb-item span {
    padding-left: 0;
    padding-right: 0;
}

.breadcrumb .breadcrumb-item:last-of-type a {
    color: #04217C;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-left: 8px;
    padding-right: 8px;
}


/* NEW COMPONETS */

h2 {
    font-size: 2rem;
    line-height: 46px;
    color: #04217C;
    /*text-transform: capitalize;*/
    margin-bottom: 32px;
}

h3 {
    font-size: 1.5rem;
    line-height: 38px;
    color: #04217C;
    margin-bottom: 16px;
}

.card-portfolio {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.card-portfolio .item {
    width: calc(33.33% - 20px);
}

.card-portfolio .item img {
    margin-bottom: 16px;
}

.card-portfolio .item p {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 26px;
    color: #414141;
}

.card-portfolio .item a {
    font-size: 14px;
    line-height: 26px;
    color: #1A0DAB;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .card-portfolio {
        flex-direction: column;
    }

    .card-portfolio .item {
        width: 100%;
    }
}

.lista-downloads {
    list-style: none;
    padding: 0;
}

.lista-downloads~h2 {
    margin-top: 72px;
}

.lista-downloads .item {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 16px 0;
    border-radius: 4px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;

}

.lista-downloads .item .content .data {
    color: #949494;
    margin-left: 8px;
}

.lista-downloads .item .content .nome {
    color: #303030;
}

.lista-downloads .item .content .data:after {
    content: '-';
    margin-right: 4px;
    margin-left: 8px;
}

@media (max-width: 767.98px) {
    .lista-downloads .item .content {
        max-width: 80%;
    }

    .lista-downloads .item .content .nome {
        display: block;
    }
}

.ultimas-noticias {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
}

.ultimas-noticias .item {
    width: calc(33.33% - 20px);
}

.ultimas-noticias .item img {
    margin-bottom: 16px;
}

.ultimas-noticias .item .content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 116px;
}

.ultimas-noticias .item .content a {
    color: #1A0DAB;
}

@media (max-width: 991.98px) {
    .ultimas-noticias .item {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767.98px) {
    .ultimas-noticias .item img {
        width: 100%;
    }

    .ultimas-noticias .item {
        width: 100%;
    }

    .ultimas-noticias .item .content {
        height: unset;
    }
}

.txt-azul {
    color: #04217C;
}

/* Portfólio */

.list-ul-portfolio {
    list-style: none;
    display: flex;
    gap: 30px;
    /*margin: 40px 0 0;*/
    padding: 0;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .list-ul-portfolio {
        justify-content: center;
    }

    .list-ul-portfolio li {
        max-width: 210px !important;
    }
}

.list-ul-portfolio li {
    max-width: 304px;
}

.list-ul-portfolio li figure {
    margin: 0 0 8px 0;
}

.list-ul-portfolio li figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 156px;
    border-radius: 4px;
}

.list-ul-portfolio li figcaption {
    font-size: 16px;
    color: #414141;
    font-weight: bold;
    margin-top: 10px;
}

.list-ul-portfolio li a {
    color: #1A0DAB;
    text-decoration: underline;
    font-size: 14px;
}

.list-ul-midia li figcaption {
    font-weight: normal !important;
}



/* Portfólio Interna */

.portfolio-internaDiv {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.portfolio-internaDiv>div:nth-child(1) {
    max-width: 100%;
}

.tabela-portfolio-interna {
    overflow-x: auto;
}

.tabela-portfolio-interna>p {
    margin: 0;
    background: #04217C;
    color: white;
    padding: 8px 16px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 470px;
}

.tabela-portfolio-interna table {
    width: 470px;
}

.tabela-portfolio-interna tr {
    background: #fff;
}

.tabela-portfolio-interna tr:nth-child(odd) {
    background: #F5F5F5;
}

.tabela-portfolio-interna tr td {
    padding: 8px 8px;
    color: #414141;
}

.tabela-portfolio-interna tr td:nth-child(1),
.tabela-portfolio-interna tr td:nth-child(2) {
    max-width: 227px;
}

.slides-portfolio-interna {
    max-width: 470px !important;
    padding: 0 !important;
    margin-left: 0px !important;
}

.slides-portfolio-interna .slick-prev {
    left: 0;
    z-index: 10;
}

.slides-portfolio-interna .slick-next {
    right: 0;
}

.slides-portfolio-interna .slick-arrow {
    background: #04217C;
    width: 40px;
    height: 40px;
}

.slides-portfolio-interna .slick-prev:before {
    content: url("../img/arrow-prev.svg");
    opacity: 1;
}

.slides-portfolio-interna .slick-prev:hover,
.slides-portfolio-interna .slick-prev:focus,
.slides-portfolio-interna .slick-next:hover,
.slides-portfolio-interna .slick-next:focus {
    color: transparent;
    outline: none;
    background: #04217C;
}

.slides-portfolio-interna .slick-next:before {
    content: url("../img/arrow-next.svg");
    opacity: 1;
}

.slides-portfolio-interna .slick-list li {
    max-width: 470px !important;
    max-height: 418px !important;
}

.slides-portfolio-interna .slick-dots {
    bottom: 7px;
}

.slides-portfolio-interna .slick-list li img {
    width: 100%;
    height: 418px;
    object-fit: cover;
    border-radius: 4px;
}

.slides-portfolio-interna .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 5px;
    border-radius: 50%;
    background: transparent;
}

.slick-dots {
    margin: 0 !important;
}

.slides-portfolio-interna .slick-dots li.slick-active button {
    background: white;
}

.slides-portfolio-interna .slick-dots li button:before {
    top: -4px;
    left: -4px;
    width: 18px;
    height: 18px;
    content: "";
    border: 1px solid white;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
}

@media (max-width: 991px) {
    .portfolio-internaDiv {
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .slides-portfolio-interna .slick-list li img {
        height: 100%;
    }

    .tabela-portfolio-interna tr {
        display: flex;
        flex-direction: column;
    }

    .tabela-portfolio-interna tr td:nth-child(1) {
        font-weight: bold;
    }

    .tabela-portfolio-interna tr td:nth-child(2) {
        margin-top: -13px;
    }

    .tabela-portfolio-interna tr td:nth-child(1),
    .tabela-portfolio-interna tr td:nth-child(2) {
        max-width: 100% !important;
    }
}

@media (max-width: 375px) {

    .portfolio-internaDiv>div:nth-child(1) {
        order: 2;
    }

    .portfolio-internaDiv>div:nth-child(2) {
        order: 1;
    }

}


/* Midia */

.list-ul-midia li figure img {
    max-height: 180px !important;
}

.list-ul-portfolio li figcaption {
    font-weight: bold;
}

.ferramentas-show {
    flex-wrap: wrap !important;
}

.iframe-cotacao {
    max-height: 32px;
    overflow: hidden;
}

.iframe-cotacao iframe {
    border: none;
    width: 750px;
    height: 81px;
}

.iframe-cotacao-div {
    margin-top: .5rem !important;
}

@media (max-width: 767px) {
    .iframe-cotacao {
        overflow: hidden;
    }

    .iframe-cotacao iframe {
        width: 300px;
        height: 40px;
    }
}

#banner {
    width: auto !important;
}

@media (max-width: 767px) {
    #banner {
        left: 5% !important;
    }
}

.itacu-prev .table-responsive tr th {
    vertical-align: middle;
    background-color: var(--client-color2) !important;
}

.itacu-prev .table-responsive tr th:not(:first-child) {
    text-align: center;
}

.itacu-prev .table-responsive td {
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
}

.itacu-prev .table-responsive td:not(:first-child) {
    text-align: center;
}

.itacu-prev #pills-tab .nav-item .nav-link {
    text-align: center;
    color: #e9e9e9;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-family: "open_sansbold", Arial, Helvetica, sans-serif;
    cursor: pointer;
    background: transparent;
}

.itacu-prev #pills-tab .nav-item .active {
    color: #222222 !important;
}