.mainContent .c-item { padding: 0 !important; box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.14); margin-right: 0; margin-left: 0; margin-bottom: 0.9375rem; display: none !important; transition: transform .5s; -webkit-animation: fade .5s ease-in; animation: fade .5s ease-in; height: 450px; }

@media (min-width: 767px) { .mainContent .c-item { margin-right: 0.9375rem; margin-left: 0.9375rem; margin-bottom: 1.875rem; -ms-flex: 0 0 30% !important; flex: 0 0 30% !important; } }

.mainContent .c-item.is-show { display: -ms-flexbox !important; display: flex !important; }

@-webkit-keyframes fade { 0% { transform: scale(0); }
  100% { transform: scale(0.5); } }

@keyframes fade { 0% { transform: scale(0); }
  100% { transform: scale(0.5); } }
  #c-tab--content-1 > div.l-container > div > div:nth-child(2) > div.c-item__body.mb-5{
    text-align: left !important;
  }
.mainContent .c-item__header { background: #e5173f; min-height: 11.875rem; }

.mainContent .c-item__header--blue { background-color: #4996C2; }

.mainContent .c-item__header--bordo { background-color: #8A173F; }

.mainContent .c-item__header--green { background-color: #02D44F; }

.mainContent .c-item__header--gold { background-color: #B58D52; }

.mainContent .c-item__header--grey { background-color: #a4a4a4;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background-color: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTRhNGE0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjNTg1ODU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background-color: -moz-linear-gradient(-45deg, #a4a4a4 0%, #585858 52%);
  /* FF3.6+ */
  background-color: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a4a4a4), color-stop(52%, #585858));
  /* Chrome,Safari4+ */
  background-color: -webkit-linear-gradient(-45deg, #a4a4a4 0%, #585858 52%);
  /* Chrome10+,Safari5.1+ */
  background-color: -o-linear-gradient(-45deg, #a4a4a4 0%, #585858 52%);
  /* Opera 11.10+ */
  background-color: -ms-linear-gradient(-45deg, #a4a4a4 0%, #585858 52%);
  /* IE10+ */
  background-color: linear-gradient(135deg, #a4a4a4 0%, #585858 52%); }

.mainContent .c-item__header p br { display: none; }

@media (min-width: 767px) { .mainContent .c-item__header p br { display: block; } }

.mainContent .c-item__title p { color: #ffffff; }

.mainContent .c-item__title p:nth-of-type(1) { font-size: 1.1875rem; }

.mainContent .c-item__title p:nth-of-type(2) { font-size: 1rem; font-weight: 300; }

.mainContent .c-item__body { max-width: 100% !important; }

.mainContent .c-valor { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; }

.mainContent .c-valor span { color: #ffffff; }

.mainContent .c-valor span:nth-of-type(1) { font-size: 0.875rem; font-weight: 100; }

.mainContent .c-valor span:nth-of-type(2) { font-style: italic; word-wrap: normal; font-size: 1.375rem; }

.mainContent .c-warning { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; background-color: #FFE200; width: 100%; }

.mainContent .c-item__header, .mainContent .c-item__body, .mainContent .c-warning { border-radius: 0.25rem; padding: 0.625rem 1.25rem; }

.mainContent .c-warning p, .mainContent .c-item__body p { color: #616161; font-size: 0.9375rem; }

.mainContent .c-list li { margin-bottom: 1.25rem; }

.mainContent .c-list.c-list--disc li:before { width: 0.25rem; height: 0.25rem; }

.mainContent .c-lnk { text-decoration: underline; outline: 0; color: #47484C; transition: 0.3s ease-in; }

.mainContent .c-lnk--blue:hover { color: #75a7ec; }

.mainContent .c-filter { display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; -ms-flex-align: center; align-items: center; -ms-flex-direction: row; flex-direction: row; gap: 0.625rem; }

.mainContent .c-filter .c-btn { font-weight: 600; margin-right: 0.9375rem; margin-left: 0.9375rem; }

.mainContent .c-filter .c-btn.c-btn--default { background: transparent; border: 1px solid #3B69FF; color: #3B69FF; display: inline-table; width: 13%; padding: 12px 8px; margin-left: 1.2rem; margin-right: 1.2rem;}

.mainContent .c-filter .c-btn.c-btn--default.is-active { background: #3B69FF; color: #fff; }

.mainContent .c-select { overflow: hidden; width: 420px; position: relative;}

.mainContent .c-select fieldset { border: 0; }

.mainContent .c-select select { border: 0; border-bottom: 1px solid #3B69FF; margin: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; z-index: 999; background: none; width: 420px; cursor: pointer;  }

.mainContent .c-select:after { width: 0; height: 0; content: ' '; border: solid #3B69FF; border-width: 0 2px 2px 0; display: inline-block; padding: 3px; transform: rotate(
45deg ); right: 0.3125rem; top: calc(100% - 1.8rem); position: absolute; z-index: -1; }

ul.c-ul--pdf li a.pdf { background: url(/assets/common/img/ico-download.png) 0 3px no-repeat; color: #3B69FF; }

ul.c-ul--pdf li a { display: table; padding-left: 33px; text-decoration: none;}

ul.c-ul--pdf li a p { color: #000;}

.pdf-tabela-geral { 
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.pdf-tabela-geral small {
    margin-left: 13px;
}

.mainContent.t-classic .c-subtitle {
    margin-top: 20px;
}

.mainContent.t-classic .c-accordion--btn { text-transform: none; color: #47484c; }

a { color: #47484c; }

.exclusive .c-item__title a .c-valor,
.exclusive .c-item__title a p.mb-2 {
    color: #fff !important;
}

.mainContent .c-item__title p:nth-of-type(1) { font-size: 1.14rem; }

.slick-track { width: 100%; }

#c-tab--content-1 > div.c-filter.js-btn-container.py-3.px-1.mb-3.u-bg--gray-3.c-slick{display: none;}

#acc-panel-2>ul>li>a {height: auto;}

.c-item__body a, .c-item__title a{text-decoration: none;}

/* Correção Modal Footer */
div.modal {
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

div.modal header {
    border-radius: 10px 10px 0 0;
    background: #ededed;
    width: 100%;
    height: auto;
    line-height: 50px;
    border-bottom: 2px solid #0e1e64;
    position: relative;
    padding: 0 120px 0 20px;
    font-family: "Bradesco", sans-serif;
    font-weight: bold;
    font-size: 18px;
}

div.modal header span.title {
    display: inline-block;
    vertical-align: middle;
}

div.modal section {
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

div.modal section p {
    margin-bottom: 12px;
    font-family: "Bradesco", sans-serif;
    font-size: 13px;
    line-height: 18px;
}

div.modal section a {
    color: #393939;
}

div.modal section a:hover {
    color: #75a7ec;
}

div.modal section a.lnk-blue {
    color: #00539f;
}

div.modal section a.lnk-blue:hover {
    color: #75a7ec;
}

div.modal button.mfp-close {
    position: absolute;
    display: table;
    right: 20px;
    top: 11px;
    width: 76px;
    height: 24px;
    padding: 0 0 0 12px;
    line-height: 23px;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    background: #f6f6f6;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f6f6f6), color-stop(50%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), color-stop(50%, #ffffff), to(#efefef));
    background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#efefef', GradientType=0 );
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    opacity: 1;
    text-decoration: none;
}

div.modal button.mfp-close:hover {
    color: #488ae6;
}

div.modal button.mfp-close:before {
    content: '\00d7';
    position: absolute;
    left: 8px;
    top: 0;
    color: #ff0000;
    font-size: 18px;
}

ul.navSeg li > a {
    font-family: "Bradesco", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    opacity: 0.6;
    letter-spacing: 0.6px;
    border: none !important;
    font-weight: bold;
}

ul.navSeg li div.navCnt {
    border-bottom: 3px solid #e5173f;
    border-top: none;
    box-shadow: none;
    top: 53px;
    right: -26px;
}

ul.navSeg li div.navCnt ul.nav {
    padding: 0;
}

ul.navSeg li div.navCnt ul.nav > li {
    border-top: 1px solid #dbdbdb;
    float: none;
    margin-right: 0;
    position: initial;
    height: auto;
    width: 100%;
}

ul.navSeg li div.navCnt ul.nav > li:first-child {
    border-top: 0;
}

ul.navSeg li div.navCnt ul.nav > li a {
    font-size: 13px;
    padding: 10.5px 5px;
    color: #3c3c3c;
    font-family: "Bradesco", sans-serif;
    text-align: center;
    text-transform: unset;
    opacity: 1;
    letter-spacing: 1.5px;
    font-weight: normal !important;
    border: none !important;
}

ul.navSeg li a span {
    text-transform: none;
    font-size: 9px;
    display: block;
}

ul.navSeg li > a {
    font-family: "Bradesco", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    opacity: 0.6;
    letter-spacing: 0.6px;
    border: none !important;
    font-weight: bold;
}

ul.navSeg li div.navCnt.emp {
    width: 240px;
}

ul.navSeg li div.navCnt ul.nav > li a {
    font-size: 13px;
    padding: 10.5px 5px;
    color: #3c3c3c;
    font-family: "Bradesco", sans-serif;
    text-align: center;
    text-transform: unset;
    opacity: 1;
    letter-spacing: 1.5px;
    font-weight: normal !important;
}

.clear {
    clear: both;
}

ul.navSeg li div.navCnt ul.nav > li a:hover {
    color: #3c3c3c !important;
    background-color: #ebebeb !important;
    text-decoration: none;
}

ul.navSeg li div.navCnt ul.nav:after {
    display: none !important;
}

.mais-perfis .arrow_down:after {
    display: block;
    content: '\203A';
    font-size: 35px;
    font-weight: 400;
    top: 12px;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(10deg);
    position: absolute;
    color: #47484C;
    width: 20px;
    height: 20px;
}

ul.navSeg li a {
    height: auto;
}

div.breadcrumb {
    width: calc(100% - 240px);
    height: 20px;
    background: none;
    position: relative;
    z-index: 1;
    float: left;
    margin-top: 145px;
    margin-bottom: 70px;
    margin-left: -190px;
}

#wrapper .mainHeader div.busca {
    margin-top: 50px;
    top: 0;
}

.path-link {
    float: left;
    list-style: none;
    position: relative;
    top: 100px;
    overflow: hidden;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    z-index: 9;
    left: -150px;
}

.path-link a {
    color: #fff;
    font-size: 13px;
    display: inline;
    text-decoration: none;
}
section.mainContent.t-classic {
    margin-top: 70px;
}

.mainContent.t-classic .c-title {
    text-transform: none;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    background: #e4e5e9;
    border-radius: 50px;
}
.slick-prev {
    left: -40px;
}
.slick-prev:before {
    content: "<";
    color: #000 !important;
    opacity: 1 !important;
    font-size: 30px;
    font-weight: 600;
}
.slick-next {
    right: -40px;
}

.slick-next:before {
    content: ">";
    color: #000 !important;
    opacity: 1 !important;
    font-size: 30px;
    font-weight: 600;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: #e4e5e9;
}
.slick-dots li button:before {
    content: '•';
    font-size: 30px;
}
.slick-dots li.slick-active button:before {
    color: #e5173f;
}
.mainContent .c-item__body span {
    font-weight: bold;
    font-size: 22px;
}
#c-tab--content-1 > section > header.mb-5 {
    margin-top: 80px;
}
.mainContent.t-classic .c-tab--item li a {
    cursor: default;
}

#carrossel .card {
    padding: 0 !important;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.14);
    transition: transform .5s;
    -webkit-animation: fade .5s ease-in;
    animation: fade .5s ease-in;
    min-height: 540px;
    display: flex;
    flex-direction: column;
    margin-right: 0.9375rem; 
    margin-left: 0.9375rem;
    margin-bottom: 1.875rem;
}

.c-text {
    text-align: center;
}

/* Correções Qa mobile */
@media only screen and (max-width: 520px) {    
    section.mainContent.t-classic {
        margin-top: 0px;
    }
    .mainContent .c-select {
        width: 90%;
    }
    .l-container {
        width: 90%;
    }
    .slick-dots {
        width: 90%;
        bottom: -40px;
    }
    .slick-prev, .slick-next {
        top: 70%;
    }
    .slick-next {
        right: -20px;
    }
    .slick-prev {
        left: -20px;    }
}

.mainContent.t-exclusive .c-title {
    text-transform: none;
}
.mainContent.t-prime .c-title {
    text-transform: none;
}

/*# sourceMappingURL=index.css.map */