          @import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@200;300;400;500;700;900&display=swap');

/* CONFIGURAÇÕES PRINCIPAIS */

:root {
    --primary-color: #ffdd17;
    --secondary-color: #2C2C2C;
    --text-color: #4e4e4e;
    --border-radius: 5px;
    --family-font: 'Fira Sans', arial;
    --transition: 0.5s;
}

/* CONFIGURAÇÕES PRINCIPAIS */

body {
    font-family: var(--family-font);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
::after,
::before {
    box-sizing: border-box;
}

a {
    color: var(--primary-color);
    text-decoration: none;
}
a:hover {
    color: var(--primary-color);
}
.sppb-article-info-wrap {
    height: 330px;
}
.com-sppagebuilder #sp-main-body {
    padding: 0;
}
.article-intro-image.float-left img {
    width: 400px;
}
.carousel-control-next {
    display: none;
}
.carousel-control-prev {
    display: none;
}
#offcanvas-toggler {
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
}
.blog {
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog .article-introtext p {
    color: #fff;
}
p.timeline-date.text-right {
    text-align: right;
}
.blog .article-carousel-pro-text p {
    color: #fff;
}
article.carousel-item.item-has-bg.type-leading.active.leading-0 {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}
div#column-id-1692280322976 .sppb-column-addons, div#column-id-1716919732827, div#column-id-1716919732825{
    background: #ffdd17;
    padding: 20px 20px;
    border-radius: 10px;
}
div#column-id-1692280322977 .sppb-column-addons {
    background: #ffdd17;
    padding: 20px 20px;
    border-radius: 10px;
}
.carousel-item-inner {
    padding-left: 20px;
}
.article-body {
    display: flex;
    flex-wrap: wrap;
}
.article-header h2 {
    order: 1;
}
.article-info {
    order: 2;
    width: 100%;
}
.article-introtext {
    order: 3;
    padding-top: 10px;
}
time {
    color: #ffffff91;
}
span.hits {
    display: none;
}
span.category-name {
    display: none;
}
.readmore {
    order: 4;
    width: 100%;
    margin-bottom: 50px;
}
.article-header {
    padding-top: 10px;
}
.article-details-heading h1 {
    color: #ffdd17;
    text-align: center;
}
section.sppb-sectionnoticia {
    display: none;
}
.header-info-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.sp-page-builder .page-content #section-id-1690486354935 {
    background-size: 1920px 437px;
    background-attachment: inherit;
    background-position: bottom;
}
.sp-slider #sp-slider-item-1690474891106-num-0-key #sp-slider-inner-item-1690474891107-num-1-key {
    color: #000;
    margin-top: -165px;
    margin-left: 100px;
    font-size: 68px;
    font-weight: 900;
}
.sp-slider #sp-slider-item-1690474891106-num-0-key #sp-slider-inner-item-1690474891107-num-0-key img {
    height: 250px;
    width: 777px;
}
.social-share-icon ul {
    display: flex;
    /* flex-wrap: nowrap; */
    padding: 0px;
    margin: 0px;
}
.social-share-icon ul li {
    padding-left: 15px;
}
div#sppb-addon-1690482950080 p {
    color: #fff;
}
div#sppb-addon-1690482950080 {
 padding-top: 30px;
}
div#sppb-addon-1690482950077 img {
    width: 50%;
}
ul.pager.pagenav {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.article-details {
    padding-top: 50px;
    padding-bottom: 50px;
}
li.breadcrumb-item a {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.sppb-addon.sppb-addon-gallery img {
    padding: 10px;
}

#offcanvas-toggler>span:hover {
    color: #fff;
}
a#btn-1691148296702 {
    background: #1b1a1a;
    color: #fff;
    border: none;
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
}
.offcanvas-init {
    overflow-x: hidden;
    position: relative;
}

.offcanvas-active .offcanvas-overlay {
    visibility: visible;
    opacity: 1;
}

.offcanvas-overlay {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.close-offcanvas {
    position: absolute;
    top: 15px;
    z-index: 1;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    background: #333;
    color: #fff;
}

header#sp-header {
    background:  linear-gradient(0deg, rgba(27 26 26) 61%, rgba(255,221,23,1)63%);
    position: relative;
    z-index: 999999;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
    border: solid 2px #1b1a1a;
    margin-left: 10px;
}
.sppb-col-md-6 .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel {
    width: 100%;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part {
    text-align: left;
    margin-right: 10px;
    float: right;
    padding: 10px 10px;
}
a#btn-1690549020424 {
    font-size: 16px;
    background: #ffdd17;
    border: none;
    padding: 10px 85px;
    font-weight: 600;
}
div#sppb-addon-1690567063411{
    background: #ffdd17;
    padding: 20px 20px;
    border-radius: 10px;
    border-style: inset;
}
div#sppb-addon-1690567063365{
    background: #ffdd17;
    padding: 20px 20px;
    border-radius: 10px;
    border-style: inset;
}
div#sppb-addon-1690567063406{
    background: #ffdd17;
    padding: 20px 20px;
    border-radius: 10px;
    border-style: inset;
}
div#sppb-addon-1690808284905{
    background: #ffdd17;
    padding: 20px 20px;
    border-radius: 10px;
    border-style: inset;
}
.convertforms .cf-label {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
a.menu-mobile {
    display: none;
}
div#sppb-addon-1690811691341 ul.menu {
    display: flex;
    list-style: none;
    margin-bottom: 0px !important;
    justify-content: flex-end;
}
li.item-427 {
    padding-right: 15px;
}
.breadcrumbb {
    padding: 15px 0px 15px 0px;
    margin-bottom: 0rem;
}
div#sppb-addon-1690811691341 ul.menu li a {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;

}
.convenios .sppb-column-addons {
    display: flex;
    flex-wrap: wrap;
}
.convenios .sppb-column-addons .clearfix {
    width: 25%;
    padding: 12px;
}
a#btn-1686941102764 {
    background: #ffdd17;
    border: none;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
}
div#cf_6 {
    border-radius: 10px;
    background: #ffdd17;
    border-style: groove;
    padding: 30px 30px;
}
.cf-form-wrap.cf-col-16.cf-col-large-16 {
    background: #ffdd17 !important;
}
.sppb-pricing-box .sppb-pricing-features, .sppb-pricing-box .sppb-pricing-price-container {
    margin: 0 0 0px;
}
h3.sppb-addon-title.sppb-pricing-title {
    font-style: italic;
    font-weight: bolder;
    text-decoration: underline;
}
section#sp-headerbar {
    background: var(--secondary-color);
}
.sppb-addon-articles .sppb-addon-article {
    background: #ffdd17;
    border: 1px solid #ffdd17 !important;
    border-radius: 2px;
}

span.sp-copyright {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.gophercopy a {
    color: #000;
}
.gopherlinks a {
    color: #000;
}
/*footer#sp-footer {
    background: linear-gradient(180deg, rgba(27 26 26) 90%, rgba(255,221,23,1)90%);
}*/
div#sppb-addon-1664470435644 a {
    color: #fff;
}
div#sppb-addon-1675275526569 a {
    color: #fff;
}
.sppb-addon.sppb-addon-icons-group {
    display: flex;
    justify-content: center;
}
a.sppb-readmore {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
.sppb-article-info-wrap h3 a {
    font-size: 25px;
    color: #000;
}
.sppb-article-info-wrap {
    padding: 15px;
}
a#btn-1690474891145 {
    color: #000;
    font-size: 18px;
    padding: 15px 20px;
    border-radius: 5px;
    background: #ffdd17;
    border: none;
}
.logo img {
    width: 100%;
height: 150px;
}

img.copygopher {
    height: 18px;
    width: 18px;
}

/*
********* MENU INÍCIO
********* */
.menuprincipal .menu {
    width: 100%;
}

.menuprincipal .menu-container {
    margin: 0 auto;
    background: #e9e9e9;
}

.menuprincipal .menu-mobile {
    display: none;
    padding: 20px;
}

.menuprincipal .menu-mobile:after {
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menuprincipal .menu-dropdown-icon:before {
    content: "\f489";
    font-family: 'FontAwesome';
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menuprincipal .menu>ul {
    width: 100%;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.menuprincipal .menu>ul:before,
.menuprincipal .menu>ul:after {
    content: "";
    display: table;
}

.menuprincipal menu>ul:after {
    clear: both;
}

.menuprincipal .menu>ul>li {
    padding: 0;
    margin: 0;
}

.menuprincipal .menu>ul>li a {
    text-decoration: none;
    padding: 38px 14px;
    line-height: 20px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: var(--family-font);
}
.sppb-addon-module.menuprincipal.rigth {
    display: flex;
}

.menuprincipal .menu>ul>li a:hover{
    color: #000;
}

.menuprincipal .menu>ul>li:hover {
    background: #ffdd17;
}
.contentdefaultsite{
background: #1b1a1a;
}
.breadcrumb {
    padding: 15px 0px 15px 0px;
    margin-bottom: 0rem;
}
section#sp-section-3 {
    background: #ffdd17;
}
li.breadcrumb-item.active {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.menuprincipal .menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menuprincipal .menu>ul>li>ul:before,
.menuprincipal .menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menuprincipal .menu>ul>li>ul:after {
    clear: both;
}

.menuprincipal .menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menuprincipal .menu>ul>li>ul>li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menuprincipal .menu>ul>li>ul>li a:hover {
    color: #03a9f4;
}

.menuprincipal .menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menuprincipal .menu>ul>li>ul>li>ul:before,
.menuprincipal .menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menuprincipal .menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menuprincipal .menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menuprincipal .menu>ul>li>ul>li>ul>li a {
    border: 0;
    font-size: 14px;
}

.menuprincipal .menu>ul>li>ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 0px;
}

.menuprincipal .menu>ul>li>ul.normal-sub>li {
    width: 100%;
}
.djacc--sticky {
    position: fixed;
    z-index: 9999999999 !important;
}
.view-search .acoesblog {
    display: none;
}
.search span.input-group-btn input {
    background: #000;
    border: none;
    border-bottom-left-radius: 0px;
    padding: 12px;
    border-top-left-radius: 0px;
}
.view-search main#sp-component {
    padding: 30px 0px;
}
.view-search {
    color: #FFF;
}
.menuprincipal .menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0;
}
.sppb-panel-modern>.sppb-panel-heading {
    padding: 17px 30px 17px 15px;
    background: #ffdd17;
    color: #1b1a1a;
    /* border: none !important; */
}
.sppb-panel-modern {
    background: #fff;
    border: 1px solid #1b1a1a;
}
h3.ph-subheader.pd-ctitle {
    display: none;
}
.pdtop {
    display: none;
}
section#section-id-1716918705141 a {
    color: #000 !important;
}
/* 
********* MENU FIM *********
*/
/* 
   ********* MENU RESPONSIVO 1024 INÍCIO *********
*/
@media only screen and (max-width: 1024px) {
    .menuprincipal .menu-container {
        width: 100%;
    }

    .menuprincipal .menu-container .menu {
        display: inline-block;
    }

    .menuprincipal .menu-mobile {
        display: flex;
        padding: 20px 20px 20px;
        margin-top: -56px;
        justify-content: flex-end;
        text-decoration: none;
    }
    .menuprincipal a.menu-mobile span {
        font-size: 26px;
    }
    .menuprincipal .menu-dropdown-icon:before {
        display: block;
    }

    .menuprincipal .menu>ul {
        display: none;
        width: 100%;
    }

    .menuprincipal .menu>ul>li {
        width: 100%;
        float: none;
        display: block;
    }

    .menuprincipal .menu>ul>li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }

    .menuprincipal .menu>ul>li>ul {
        position: relative;
        padding: 0 40px;
    }

    .menuprincipal .menu>ul>li>ul.normal-sub {
        width: 100%;
    }

    .menuprincipal .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .menuprincipal .menu>ul>li>ul>li:first-child {
        margin: 0;
    }

    .menuprincipal .menu>ul>li>ul>li>ul {
        position: relative;
    }

    .menuprincipal .menu>ul>li>ul>li>ul>li {
        float: none;
    }

    .menuprincipal .menu .show-on-mobile {
        display: block;
        background: #ccc;
    }
    #sp-header .sp-column.container{
        padding: 10px;
    }
    .logo img {
        width: 100%;
        height: 50px;
    }

}
/* 
   ********* MENU RESPONSIVO 1024 FIM *********
*/
/* 
  ********* #sp-headerbar INÍCIO *********
*/
#sp-headerbar .phonetop a {
    text-decoration: none;
    color: #cdcdcd;
    transition: var(--transition);
}
#sp-headerbar .phonetop a:hover {
    color: #fff;
}
#sp-headerbar .phonetop span {
    padding-top: 6px;
}
#sp-headerbar .social {
    display: flex;
    justify-content: flex-end;
}
#sp-headerbar .social a{
    color: #cdcdcd;
    transition: var(--transition);
}
#sp-headerbar .social a:hover{
    color: #fff;
}
/* 
  ********* #sp-headerbar FIM *********
*/
.banner-home .sppb-sp-slider-button .sp-slider-btn-text {
    background: #fff;
    color: var(--primary-color) !important;
    font-weight: 500;
}
.banner-home .sppb-sp-slider-button{
    text-decoration: none;
}
.sp-module.balaoflutuante {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
.clickabrir , .clickabrirtitle{
    display: none;
}
.clickabrir.show , .clickabrirtitle.show{
    display: block;
}
.clickabrirtitle {
    background: var(--primary-color);
    border-top-right-radius: var(--border-radius);
    border-top-left-radius: var(--border-radius);
    box-shadow: 0px 0px 15px -6px #000;
}
.clickabrir{
    border-bottom-right-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    box-shadow: 0px 0px 15px -6px #000;
}
.clickabrirtitle .sppb-addon-title {
    color: #000;
}
.clickabrirtitle .sppb-addon-title span {
    font-size: 28px;
    vertical-align: sub;
}
.clickabrirtitle .sppb-addon-title b {
    font-size: 18px;
}
.clickabrir p.sppb-addon-title {
    font-size: 20px;
}
.clickabrir a {
    text-decoration: none;
    color: var(--primary-color);
}
.col-lg-8.defaultcontents{
    width: 75%;
}
.myaccount {
    background: #f4f4f4;
    padding: 20px;
}

ul.menu.nav.myaccount {
    display: flex;
    flex-direction: column;
}
div#column-id-1682714601520 .sppb-column-addons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#dj-classifieds .djcf_items_blog .item_box_in2{
    padding: 0px;
}
#dj-classifieds .djcf_items_blog .item_img img{
    width:100%;
}
.body-innerwrapper {
    overflow-x: hidden;
}
span.sppb-meta-author {
    display: none !important;
}
a.Notícias {
    display: none;
}
footer#sp-footer {
    background: linear-gradient(0deg, rgba(255,221,23,1) 11%, rgb(27 26 26) 9%, rgb(27 26 26) 99%, rgba(255,221,23,1) 98%)!important;
}
@media (max-width: 798px) {
    a#btn-1690474891145 {
        font-size: 12px;
        padding: 12px 15px;
    }
    .sppb-col-sm-3 {
        width: 50%;
    }
    .sppb-article-info-wrap h3 a {
        font-size: 16px;
    }
    .sppb-article-introtext {
        font-size: 12px;
    }
    /*.sppb-article-info-wrap h3 {
        height: 55px;
    }*/
    .gopherlinks {
        display: none;
    }
    span.sp-copyright {
        display: flex;
        justify-content: center;
        margin-bottom: 5px;
    }
    .gophercopy {
        font-size: 12px;
    }
    footer#sp-footer {
        background: linear-gradient(0deg, rgba(255,221,23,1) 15%, rgb(27 26 26) 9%, rgb(27 26 26) 99%, rgba(255,221,23,1) 98%)!important;
    }
    div#sppb-addon-1664471888871 h2 {
        text-align: center;
    }
    div#sppb-addon-1675275526569 {
        text-align: center;
    }
    .sp-page-builder .page-content #section-id-1646922448306 {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    #column-id-1646922448304 {
        padding-top: 10px;
    }
    a.sppb-readmore {
        font-size: 12px;
    }
    .sppb-article-info-wrap {
        padding: 4px;
    }
    .sppb-addon-articles .sppb-article-meta>span {
        margin: 0px 6px;
        font-size: 10px;
    }
    .menuprincipal .menu-mobile {

        margin-top: -65px;
    }
    header#sp-header {
        background: url(/images/header/bgheadermobile.png) repeat-x #1b1a1a;
    }
    .menuprincipal .menu>ul>li a {
        padding: 10px 20px;
        width: 100%;
        display: block;
        border-bottom: 2px solid #fff;
    }
    .menuprincipal .menu .show-on-mobile {
        background: #ffdd17;
    }
    .menuprincipal .menu>ul>li a {
        color: #000;
    }
    .menuprincipal a.menu-mobile span {
        color: #fff;
    }
    div#sppb-addon-1690486354933 p{
        text-align: center;
        font-size: 14px;
    }
    p{
        font-size: 14px;
    }
    div#sppb-addon-1690486354982 p {
        text-align: center;
    }
    .sppb-addon-image-layout-content {
        background: #f1f1f1;
        padding: 15px 15px 0px;
    }
    h3.sppb-image-layout-title {
        font-size: 14px;
    }
    ol, ul {
        padding-left: 0rem;
    }
    div#sppb-addon-1690811691341 ul.menu li a {
        font-size: 12px;
    }
    .convenios .sppb-column-addons .clearfix {
        width: 50%;
        padding: 10px 10px 0px 10px;
    }
    a#btn-1686941102764 {
        font-size: 16px;
        padding: 8px 16px;
    }
    button.cf-btn.cf-btn-style-flat.cf-btn-shadow-0.cf-one-half.botaoenviarform {
        padding: 11px 30px !important;
        font-size: 16px !important;
    }
    div#sppb-addon-1690808284905 {
        padding: 9px 12px;
    }
    div#sp-slider-item-1690984563793-num-0-key {
        height: 223px;
    }
    div#sppb-addon-1690984563793 {
        height: 223px;
    }
    }