#wpadminbar a {
    color: inherit !important;
}

html {
    overflow-x: hidden !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
    min-width: 100% !important;
}

.container {
    max-width: 1280px;
    margin: auto;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.full-width {
    width: 100% !important;
}

.hide {
    display: none !important;
}

body {
    margin: 0px;
    width: 100%;
    font-family: var(--font_general);
    font-size: var(--font_size);
    /*overflow-x: hidden;*/
    line-height: 26px;
    background-color: var(--color_page_backgroud);
    color: var(--color_font_text);
    padding: 0px !important;
}

body, body * {
    box-sizing: border-box;
}

@media (min-width: 700px) {
    body::-webkit-scrollbar {
        width: 6px;
    }
    body::-webkit-scrollbar-track {
        background: transparent;

    }
    body::-webkit-scrollbar-thumb {
        background: var(--color_scroll);
        border-radius: 80px;
    }
    body::-webkit-scrollbar-thumb:hover {
        background: var(--color_scroll_hover);
    }

}

h1,h2 {
    color: var(--color_font_title);
}
h1:hover,h2:hover {
    color: var(--color_font_title_hover);
}

h3,h4,h5,h6 {
    color: var(--color_font_subtitle);
}
h3:hover,h4:hover,h5:hover,h6:hover {
    color: var(--color_font_subtitle_hover);
}

p {
    color: var(--color_font_text);
}
p:hover {
    color: var(--color_font_text_hover);
}

a {
    color: var(--color_anchor);
}
a:hover {
    color: var(--color_anchor_hover);
}

button {
    background-color: var(--color_btn_background);
    color: var(--color_btn_text);
}
button:hover {
    background-color: var(--color_btn_background_hover);
    color: var(--color_btn_text_hover);
}

/* Header */
header {
    width: 100%;
}

header .float-nav-bar {
    width: 100%;
    max-width: 1260px;
    margin: auto;
    position: relative;
    height: 102px;
    display: flex;
}

/*header .float-nav-bar .nav-bar-content .logo-area {*/
/*    text-align: center;*/
/*    width: 250px;*/
/*    height: 70px;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    overflow: hidden;*/
/*}*/

/*header .float-nav-bar .nav-bar-content .logo-area .img-resizable-block {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block;*/
/*    text-decoration: none;*/
/*}*/

/*header .float-nav-bar .nav-bar-content .logo-area .img-resizable-block img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: contain;*/
/*    display: block;*/
/*}*/

header .float-nav-bar .nav-bar-content {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #000000;
    border-radius: 80px;
    padding: 0px 30px;
    height: 100%;
    z-index: 9;
    box-shadow: 0px 0px 6px black;
}


/*header .float-nav-bar .nav-bar-content > div {*/
/*    max-width: 1200px;*/
/*    margin: auto;*/
/*}*/

header .float-nav-bar .nav-bar-content .logo-area {
    width: 185px;
    height: 68px;
}

header .float-nav-bar .nav-bar-content .logo-area a {
    display: block;
    width: 100%;
    height: 100%;
}

header .float-nav-bar .nav-bar-content .logo-area a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

header .float-nav-bar .nav-bar-content .menu {
    margin-right: auto;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    list-style: none;
}

header .float-nav-bar .nav-bar-content .menu > li {
    margin: 0px 8px;
}

header .float-nav-bar .nav-bar-content .menu > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

header .float-nav-bar .nav-bar-content .tipos-contato-list-area {
    margin-left: auto;
}

header .float-nav-bar .nav-bar-content .tipos-contato-list-area .contato-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

header .float-nav-bar .nav-bar-content .tipos-contato-list-area .contato-list li {

}

header .float-nav-bar .nav-bar-content .tipos-contato-list-area .contato-list li > a {
    display: block;
}

header .float-nav-bar .nav-bar-content .tipos-contato-list-area .contato-list li > a.destaque {
    display: flex;
    align-items: center;
}

header .float-nav-bar .nav-bar-content .tipos-contato-list-area .contato-list li > a.destaque .icon-area {
    width: 50px;
    aspect-ratio: 1 / 1;
    background-color: white;
    border-radius: 100%;
}

header .float-nav-bar .nav-bar-content .tipos-contato-list-area .contato-list li > a.destaque .infos-area {
    color: white;
    padding-left: 12px;
}

header .float-nav-bar .nav-bar-content .tipos-contato-list-area .contato-list li > a.destaque .infos-area .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}

header .float-nav-bar .nav-bar-content .tipos-contato-list-area .contato-list li > a.destaque .infos-area .subtitle {
    line-height: 20px;
}

header .float-nav-bar .nav-bar-bottom-bord {
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 40px;
    z-index: 8;
    padding: 0px 53px;
}

header .float-nav-bar .nav-bar-bottom-bord .bord-content {
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(90deg, #FF3672 0%, #7701FE 100%);
    border-radius: 0px 0px 51px 51px;
}

.body-content-area {
    max-width: 1280px;
    margin: auto;
    margin-top: 45px;
    /*display: flex;*/
}

.body-content-area, .body-content-area * {
    word-wrap: break-word;
}

.body-content-area .center-area {
    width: 100%;
}

.body-content-area .center-area .lista-artigos-area {

}

.body-content-area .center-area .lista-artigos-area {

}

.body-content-area .center-area .wp-caption,
.body-content-area .center-area .wp-caption img {
    max-width: 100% !important;
    max-height: 100% !important;
    aspect-ratio: auto;
    height: auto !important;
}

.body-content-area .right-bar {
    width: 300px;
    margin-bottom: 15px;
    padding: 0px 15px;
    flex-shrink: 0;
}


.body-content-area .wp-block-image > figure.aligncenter {
    text-align: center;
}

.body-content-area .wp-block-image .wp-element-caption {
    font-size: var(--font_legenda_imagens_size);
}

header {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 96px;
    z-index: 99;
}

header .nav-bar-mobile {
    position: fixed;
    top: 0px;
    width: calc(100vw - 30px);
    height: 100vh;
    box-shadow: 0px 0px 25px #121212;
    background-color: var(--color_left_bar_background);
    z-index: 99999;
    padding: 15px;
    border-radius: 0px;
    left: -100%;
    transition: 0.25s all;
}

header .nav-bar-mobile.user-logged-in {
    padding-top: 50px !important;
}

header .nav-bar-mobile.opened {
    left: 0;
    transition: 0.25s all;
}

header .nav-bar-mobile .header-area {
    display: flex;
    align-items: center;
    height: 40px;
}

header .nav-bar-mobile .header-area .logo-area {
    width: 100%;
    height: 40px;
}

header .nav-bar-mobile .header-area .btns-area {
    margin-right: 15px;
    margin-left: auto;
}

header .nav-bar-mobile .header-area .btns-area button {
    font-size: 24px;
    border: 0px;
    padding: 0px;
    outline: none;
    background-color: transparent;
    color: var(--color_btn_text);
}

header .nav-bar-mobile .header-area .btns-area button:hover {
    cursor: pointer;
}

header .nav-bar-mobile .nav-area {
    height: calc(100% - 40px);
    overflow: auto;
}



header .nav-bar-mobile.menu-principal-area > div ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: var(--color_left_bar_itens_bg);
    color: var(--color_left_bar_text);
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 4px;
    transition: 0.25s;
}

header .nav-bar-mobile.menu-principal-area > div ul li a:hover,
header .nav-bar-mobile.menu-principal-area > div ul li a:active,
    header .nav-bar-mobile.menu-principal-area > div ul li a:focus {
    background-color: var(--color_left_bar_itens_bg_hover) ;
    color: var(--color_left_bar_text_hover);
    transition: 0.25s;
}

header .nav-bar-mobile .nav-area > div {
    width: 100%;
    height: 100%;
}

header .nav-bar-mobile .nav-area > div .menu {
    border: 0px;
    margin-top: 0px;
}

header .nav-bar-mobile .nav-area .menu ul {
    list-style: none;
}

header .nav-bar-mobile .nav-area .menu > ul {
    padding: 0px;
}

header .nav-bar-mobile .nav-area .menu > li {
    display: block;
    width: 100%;
}

header .nav-bar-mobile .nav-area .sub-menu {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    background-color: transparent !important;
    border: none !important;
    display: initial !important;
}

header .nav-bar-mobile .nav-area .sub-menu li {
    padding-left: 15px !important;
    display: block !important;
    width: calc(100% - 15px) !important;
}

header .nav-bar-mobile .nav-area .sub-menu li a {
    display: flex;
    width: auto;
    text-align: left;
    line-height: 20px;
    white-space: break-spaces;
    word-break: break-all;
}

header .nav-bar-mobile .nav-area .sub-menu li a::after {
    margin-left: auto !important;
}


header div.top-header-area {
    display: flex;
    align-items: center;
    padding: 0px 15px 0px 15px;
    height: 70px;
}

header div.top-header-area .left-bar-bnt-handler-area {

}

header div.top-header-area .left-bar-bnt-handler-area button {
    font-size: 20px;
    border: 0px;
    padding: 0px;
    outline: none;
    background-color: transparent;
    color: var(--color_btn_background);
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

header div.top-header-area .left-bar-bnt-handler-area button:hover {
    cursor: pointer;
}

header div.top-header-area .right-bar-bnt-handler-area {
    display: none;
}

header div.top-header-area .right-bar-bnt-handler-area button {
    font-size: 20px;
    border: 0px;
    padding: 0px;
    outline: none;
    background-color: transparent;
    color: var(--color_btn_background);
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

header div.top-header-area .right-bar-bnt-handler-area button:hover {
    cursor: pointer;
}

footer {
    margin-top: 40px;
    background-color: #440613;
}

footer .footer-content-area {
    background-color: #440613;
    color: white;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

/*footer .footer-content-area .logo-footer-area {*/
/*    text-align: center;*/
/*    width: 250px;*/
/*    height: 70px;*/
/*    margin: auto;*/
/*    overflow: hidden;*/
/*    padding-top: 15px;*/
/*    max-width: 100% !important;*/
/*}*/

/*footer .footer-content-area .logo-footer-area .img-resizable {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block;*/
/*    text-decoration: none;*/
/*    max-width: 100% !important;*/
/*}*/

footer .footer-content-area .social-networking-btn-list {

}

footer .footer-content-area .social-networking-btn-list .social-page-btns {
    list-style: none;
    padding-left: 0px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 15px;
    height: 125px;
    display: flex;
    align-items: center;
    margin: auto;
    width: fit-content;
    max-width: 100%;
}

footer .footer-content-area .social-networking-btn-list .social-page-btns li {
    height: 100%;
    border-top: 2px solid #b7b7b7;
    border-bottom: 2px solid #b7b7b7;
    overflow: hidden;
}

footer .footer-content-area .social-networking-btn-list .social-page-btns li:first-child {
    border-left: 2px solid #b7b7b7;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

footer .footer-content-area .social-networking-btn-list .social-page-btns li:last-child {
    border-right: 2px solid #b7b7b7;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

footer .footer-content-area .social-networking-btn-list .social-page-btns li a {
    text-decoration: none;
    color: var(--color_btn_text);
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px 30px;
}

footer .footer-content-area .social-networking-btn-list .social-page-btns li a i {
    font-size: 20px;
    color: var(--color_btn_text);
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
}

footer .footer-content-area .social-networking-btn-list .social-page-btns li a:hover {
    cursor: pointer;
    background-color: rgb(255 255 255 / 14%);
}

footer .footer-content-area .social-networking-btn-list .social-page-btns li a:hover i {
    color: white;
}

footer .footer-content-area .social-networking-btn-list .social-page-btns li a:active {
    background-color: rgba(255, 255, 255, 0.51);
}

footer .footer-content-area .menus-grid-area {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-left: -15px;
    margin-right: -15px;
}

footer .footer-content-area .menus-grid-area > div {
    padding: 0px 15px;
}

footer .footer-content-area .menus-grid-area .brand-footer-area {
    width: 40%;
    flex-shrink: 0;
}

footer .footer-content-area .menus-grid-area .brand-footer-area .logo-footer-area {
    width: 100%;
}

footer .footer-content-area .menus-grid-area .brand-footer-area .logo-footer-area > a {
    display: block;
    width: 100%;
    height: 80px;
}

footer .footer-content-area .menus-grid-area .brand-footer-area .logo-footer-area > a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

footer .footer-content-area .menus-grid-area .brand-footer-area .about-us-resume-area {
    margin-top: 36px;
}

footer .footer-content-area .menus-grid-area .brand-footer-area .about-us-resume-area .about-us-resume {

}

footer .footer-content-area .menus-grid-area .brand-footer-area .primary-phone-area {
    margin-top: 60px;
}

footer .footer-content-area .menus-grid-area .brand-footer-area .primary-phone-area .primary-phone {
    color: #ffad60;
    font-weight: bold;
    font-size: 42px;
    line-height: 70px;
    text-decoration: none;
    display: block;
}

footer .footer-content-area .menus-grid-area .menu-footer-1-area {
    width: 20%;
}

footer .footer-content-area .menus-grid-area .menu-footer-1-area .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
}

footer .footer-content-area .menus-grid-area .menu-footer-1-area ul.menu {
    list-style: none;
    padding: 0px;
    margin-top: 12px;
}

footer .footer-content-area .menus-grid-area .menu-footer-1-area ul.menu > li {
    margin-top: 8px;
}

footer .footer-content-area .menus-grid-area .menu-footer-1-area ul.menu > li > a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    line-height: 18px;
    &:hover {
        color: #ffad60;
    }
    &:active {
        color: #ffa142;
    }
}


footer .footer-content-area .menus-grid-area .menu-footer-2-area {
    width: 20%;
}

footer .footer-content-area .menus-grid-area .menu-footer-2-area .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
}

footer .footer-content-area .menus-grid-area .menu-footer-2-area ul.menu {
    list-style: none;
    padding: 0px;
    margin-top: 12px;
}

footer .footer-content-area .menus-grid-area .menu-footer-2-area ul.menu > li {
    margin-top: 8px;
}

footer .footer-content-area .menus-grid-area .menu-footer-2-area ul.menu > li > a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    line-height: 18px;
    &:hover {
        color: #ffad60;
    }
    &:active {
        color: #ffa142;
    }
}

footer .footer-content-area .menus-grid-area .newsletter-form-area {
    width: 20%;
    flex-shrink: 0;
}

footer .footer-content-area .menus-grid-area .newsletter-form-area .newsletter-form {

}

footer .footer-content-area .menus-grid-area .newsletter-form-area .newsletter-form .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
}

footer .footer-content-area .menus-grid-area .newsletter-form-area .newsletter-form .description {
    margin-top: 15px;
}

footer .footer-content-area .menus-grid-area .newsletter-form-area .newsletter-form .form-group {
    margin-top: 15px;
}

footer .footer-content-area .menus-grid-area .newsletter-form-area .newsletter-form .form-group input {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 8px;
    height: 45px;
    width: 100%;
    padding: 0px 15px;
    font-size: 14px;
    color: white;
    outline: none;
}

footer .footer-content-area .menus-grid-area .newsletter-form-area .newsletter-form .form-group button {
    width: 100%;
    border-radius: 10px;
    height: 50px;
    border: 2px solid #ffad60;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    color: #ffad60;
    margin-top: 6px;
    transition: 1s all;
}

footer .footer-content-area .menus-grid-area .newsletter-form-area .newsletter-form .form-group button:hover {
    border-radius: 80px;
    background-color: #ffad60;
    color: black;
    transition: 1s all;
}

footer .footer-content-area .menus-grid-area .newsletter-form-area .newsletter-form .form-group button:active {
    background-color: #ff9a37;
    transition: 1s all;
}

footer .footer-content-area .menus-grid-area .newsletter-form-area .newsletter-form .news-letter-categorias-list-area {
    border: 1px solid white;
    border-radius: 12px;
    overflow: hidden;
}

footer .footer-content-area .menus-grid-area .newsletter-form-area .newsletter-form .news-letter-categorias-list {
    margin: 0px;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    max-height: 120px;
    border-radius: 12px;
    overflow: auto;
    padding: 4px;
}
footer .footer-content-area .menus-grid-area .newsletter-form-area .newsletter-form .news-letter-categorias-list::-webkit-scrollbar {
    width: 10px;
}
footer .footer-content-area .menus-grid-area .newsletter-form-area .newsletter-form .news-letter-categorias-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}
footer .footer-content-area .menus-grid-area .newsletter-form-area .newsletter-form .news-letter-categorias-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 80px;
}
footer .footer-content-area .menus-grid-area .newsletter-form-area .newsletter-form .news-letter-categorias-list::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 80px;
}


footer .footer-content-area .menus-grid-area .newsletter-form-area .newsletter-form .news-letter-categorias-list li {
    margin-top: 8px;
}

footer .footer-content-area .menus-grid-area .newsletter-form-area .newsletter-form .news-letter-categorias-list li:first-child {
    margin-top: 0px;
}

footer .footer-content-area .menus-grid-area .newsletter-form-area .newsletter-form .news-letter-categorias-list li .item-base {
    display: flex;
    align-items: center;
    width: fit-content;
    height: fit-content;
    border: 1px solid white;
    border-radius: 80px;
    padding: 0px 10px;
}


footer .footer-content-area .menus-grid-area .newsletter-form-area .newsletter-form .news-letter-categorias-list li .item-base input[type='checkbox'] {
    width: 15px;
    padding: 0px;
    line-height: 15px;
    margin: 0px;
    height: auto;
}

footer .footer-content-area .menus-grid-area .newsletter-form-area .newsletter-form .news-letter-categorias-list li .item-base .title {
    font-size: 16px;
    padding-left: 6px;
}

footer .footer-content-area .nav-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -4px;
    width: calc(100% - 8px);
}

footer .footer-content-area .nav-bar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

footer .footer-content-area .nav-bar ul li {
    display: inline-block;
    padding: 0px 4px;
}

footer .footer-content-area .nav-bar ul li a {
    padding: 4px 6px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--color_footer_menu_text);
    background-color: var(--color_footer_menu_bg);
}

footer .footer-content-area .nav-bar ul li a:hover {
    background-color: var(--color_footer_menu_bg_hover);
    color: var(--color_footer_menu_text_hover);
}

footer .copyright-area {
    width: 100%;
    background-color: #440613;
    color: white;
    border-top: 1px solid #b8b8b8;
    height: 80px;
}

footer .copyright-area .copyright-container {
    max-width: 1280px;
    margin: auto;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    height: 100%;
}

footer .copyright-area .copyright-container .copyright,
footer .copyright-area .copyright-container .copyright-adicional-msg {
    color: inherit !important;
    margin: 0px;
    padding-bottom: 6px;
    text-align: center;
}

footer .copyright-area .copyright-container .menu-copy-area {
    margin-left: auto;
}

footer .copyright-area .copyright-container .menu-copy-area ul.menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

footer .copyright-area .copyright-container .menu-copy-area ul.menu > li {
    padding: 0px 6px;
}

footer .copyright-area .copyright-container .menu-copy-area ul.menu > li > a {
    text-decoration: none;
    color: white;
    padding: 10px;
    &:hover {
        color: #ffad60
    }
    &:active {
        color: #ff9b3f
    }
}

.fixed-footer-area {
    position: fixed;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
    width: fit-content;
}

.fixed-header-area {
    position: fixed;
    top: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
    width: fit-content;
    z-index: 99999;
}

.post-meta-infos-area {
    max-width: 1200px;
    margin: auto;
    align-items: center;
    padding-top: 20px;
    padding-left: 15px;
}

.post-meta-infos-area .categorias-area {

}

.post-meta-infos-area .categorias-area ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
    display: flex;
    align-items: center;
}

.post-meta-infos-area .categorias-area ul li {
    margin: 0px 5px;
}

.post-meta-infos-area .categorias-area ul li:first-child {
    margin-left: 0px;
}

.post-meta-infos-area .categorias-area ul li a {
    display: block;
    background-color: var(--color_tag_background);
    color: var(--color_tag_text);
    border-radius: 6px;
    padding: 0px 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

.post-meta-infos-area .categorias-area ul li a:hover {
    background-color: var(--color_tags_background_hover);
    color: var(--color_tags_text_hover);
}

.post-date-infos-area {
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.post-date-infos-area span {

}

.post-imagem-destacada-area {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.post-imagem-destacada-area img {
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}

.post-content-separator {
    width: 100%;
    border-top: 1px solid #e3e3e3;
    margin-top: 15px;
    margin-bottom: 16px;
}

.post-content-space {
    margin-top: 50px;
}

.post-author-area {
    display: flex;
    align-items: center;
}

.post-author-area .author-avatar-area {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.post-author-area .author-name {
    margin-left: 10px;
}

.title-page-area {
    position: relative;
    height: 350px;
    width: 100%;
    padding-top: 96px;
}

.title-page-area .background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.title-page-area .background .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #d8d8d8;
}

.title-page-area .background .filter {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    background-color: #440613;
    background: linear-gradient(0deg, #440613 10%, rgba(68, 6, 19, 0.44) 100%);
    width: 100%;
    z-index: 9;
}

.title-page-area .container {
    position: relative;
    z-index: 9;
    display: flex;
    flex-flow: wrap;
    height: 100%;
}

.title-page-area .container .title {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: auto;
}

.title-page-area .container .title h1 {
    text-align: center;
    color: white;
    font-size: 35px;
    line-height: 45px;
    margin: 0px;
    font-weight: bold;
}


.title-page-area, .title-page-area * {
    word-wrap: break-word;
}

.title-page-area h1 {
    margin: 0px;
    text-align: left;
    width: 100%;
    font-size: var(--font_title_size);
    margin-top: 10px;
    line-height: 28px;
}

/* Artigos Default List */
.artigos-default-list {

}

.artigos-default-list article {
    display: flex;
    margin-bottom: 45px;
}

.artigos-default-list article .featured-image-area {
    width: 250px;
    height: 180px;
    background-color: #e8e8e8;
}

.artigos-default-list article .featured-image-area .img-resizable {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.artigos-default-list article .featured-image-area .img-resizable img {
    transition: 0.5s all;
}

.artigos-default-list article .post-infos-area {
    padding-left: 20px;
    width: calc(100% - 300px);
    position: relative;
}

.artigos-default-list article .post-infos-area .post-title {
    background-color: white;
    margin-left: -100px;
    margin-top: 34px;
}

.artigos-default-list article .post-infos-area .post-title h2 {
    margin: 0px;
    padding: 20px 18px;
}

.artigos-default-list article .post-infos-area .post-title h2 a {
    text-decoration: none;
    font-size: 22px;
    line-height: 30px;
    color: #0487ef;
}

.artigos-default-list article .post-infos-area .post-title h2 a:hover {
    color: #025291;
}

.artigos-default-list article .post-infos-area .meta-infos {
    display: flex;
    align-items: center;
    width: 100%;
}

@media (max-width: 155px) {
    .artigos-default-list article .post-infos-area .meta-infos {
        flex-flow: column;
    }
}

.artigos-default-list article .post-infos-area .meta-infos .post-category-list-area {

}

.artigos-default-list article .post-infos-area .meta-infos .post-category-list-area .category-list {
    list-style: none;
    padding: 0px;
    margin-left: -1px;
    width: calc(100% + 2px);
    margin-top: 4px;
    margin-bottom: 4px;
}

.artigos-default-list article .post-infos-area .meta-infos .post-category-list-area .category-list li {
    display: inline-block;
    margin: 0px 1px;
}

.artigos-default-list article .post-infos-area .meta-infos .post-category-list-area .category-list li a {
    display: block;
    text-decoration: none;
    color: var(--color_tag_background);
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
}

.artigos-default-list article .post-infos-area .meta-infos .post-category-list-area .category-list li a:hover {
    color: var(--color_tags_background_hover);
    cursor: pointer;
}

.artigos-default-list article .post-infos-area .meta-infos .post-category-list-area .title-area {

}

.artigos-default-list article .post-infos-area .meta-infos .post-category-list-area .title-area .title {

}

.artigos-default-list article .post-infos-area .meta-infos .post-category-list-area .title-area .description {

}

.artigos-default-list article .post-infos-area .meta-infos .separator {
    margin: 0px 3px;
    font-size: 12px;
    opacity: 0.6;
}

.artigos-default-list article .post-infos-area .meta-infos .post-date-area {
    font-size: 12px;
    opacity: 0.6;
}

.artigos-default-list article .post-infos-area .post-resume {
    margin-top: 4px;
    line-height: 22px;
    color: var(--color_font_text);
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.artigos-default-list .load-more-area {
    width: 100%;
    margin-bottom: 25px;
}

.artigos-default-list .load-more-area .button {
    width: 100%;
    height: 45px;
    background-color: transparent;
    border: 1px solid var(--color_btn_background);
    color: var(--color_btn_background);
    font-size: 15px;
    text-transform: uppercase;
    transition: 0.2s all;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
}

.artigos-default-list .load-more-area .button.disabled {
    opacity: 0.5;
    color: gray;
    border: 1px solid silver;
    cursor: default;
}

.artigos-default-list .load-more-area .button.disabled:hover {
    background-color: transparent;
    color: gray;
}

.artigos-default-list .load-more-area .button span {
    margin: auto;
}

.artigos-default-list .load-more-area .button:hover {
    background-color: var(--color_btn_background_hover);
    color: var(--color_btn_text);
    transition: 0.2s all;
}

.img-resizable > img {
    visibility: hidden;
    /*transition: 0.5s visibility;*/
}

.img-resizable > img.visible {
    visibility: visible;
    transition: 0.5s visibility;
}

.img-resizable > img.hover-zoom {
    transition: 0.5s all;
}

.img-resizable > amp-img {
    visibility: hidden;
    /*transition: 0.5s visibility;*/
}

.img-resizable > amp-img.visible {
    visibility: visible;
    transition: 0.5s visibility;
}

.img-resizable > amp-img.hover-zoom {
    transition: 0.5s all;
}


/* Forms */
.form-group {
    width: 100%;
    margin-top: 6px;
}

.form-group .input-group {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.form-group .input-group input {
    height: 35px;
    border: 0px;
    outline: none;
    box-shadow: none;
    width: 100%;
    padding: 5px 8px;
}

.form-group .input-group .input-group-btn {

}

.form-group .input-group .input-group-btn button.btn {
    font-size: 18px;
    width: 45px;
    height: 45px;
    border: none;
}

.form-control {
    width: 100% !important;
    background-color: #e9e9e9;
    height: 45px;
    border-radius: 12px;
    border: 0px;
    color: black;
    padding: 0px 12px;
    font-size: 14px;
    outline: none;
}

.form-control::placeholder {
    color: #8f8f8f;
}

textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    height: 120px;
    width: 591px;
}

.btn-primary {
    width: 100%;
    border-radius: 10px;
    height: 50px;
    border: 2px solid #ffad60;
    font-size: 16px;
    font-weight: bold;
    background-color: #ffad60;
    color: black;
    margin-top: 6px;
    transition: 1s all;
    outline: none;
}

.btn-primary:hover {
    border-radius: 80px;
    background-color: transparent !important;
    color: black;
    transition: 1s all;
}

.btn-primary:active {
    background-color: #ff9a37 !important;
    transition: 1s all;
}

.btn-primary[disabled] {
    opacity: 0.5 !important;
    cursor: default !important;
    border-radius: 80px !important;
    background-color: #ff9a37 !important;
    color: white !important;
}

.btn-primary.success {
    opacity: 0.5 !important;
    cursor: default !important;
    background-color: #008000 !important;
    color: #ffffff !important;
    border-radius: 80px !important;
    width: fit-content;
    min-width: 100%;
    border-color: #008000 !important;
    white-space: nowrap;
}

.btn-primary.error {
    opacity: 0.5 !important;
    cursor: default !important;
    background-color: #bd0000 !important;
    color: white !important;
    border-radius: 80px !important;
    width: fit-content;
    min-width: 100%;
    border-color: #bd0000 !important;
    white-space: nowrap;
}

button.btn {
    padding: 11px 13px;
}

button.btn:hover {
    cursor: pointer;
    background-color: #cccccc;
}

.empty-list-area {
    background-color: #f3f3f3;
    padding: 24px 18px;
    border-left: 1px solid #0487ef;
}

.empty-list-area h3 {
    margin: 0px;
}

.nav-bar-mobile,
#left-bar-btn-open {
    display: none;
}

.wp-block-image figure,
figure.wp-block-image {
    margin-left: auto;
    margin-right: auto;
}

.wp-block-image figure img,
figure.wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.code-block {
    width: 100%;
    margin: 15px 0px;
    background-color:white;
    min-height: 100%;
    text-align: center;
}

.code-block ins {
    width: 100%;
    min-height: 100px;
    height: fit-content !important;
    text-decoration: none !important;
}

.code-block ins .ads-title {
    width: 100%;
    font-size: 14px;
    margin-bottom: 4px;
    text-align: center;
    text-decoration: none !important;
    color: var(--ads_header_block_text_color) !important;
}

.google-auto-placed {
    padding: 25px 0px;
}

.mt-md {
    margin-top: 15px !important;
}

.anchor-btns-block {
    width: 100%;
    margin: 14px 0px;
}

.anchor-btns-block a {
    display: block;
    background-color: white;
    padding: 10px;
    margin-top: 10px;
    border-radius: 6px;
    box-shadow: 0px 0px 6px #e4e4e4;
    font-size: 14px;
    font-weight: bold;
    color: #313131;
    text-decoration: none !important;
}

.anchor-btns-block a:hover {
    background-color: #cccccc;
    color: black;
}

header.wp-admin {
    margin-top: 32px;
}

header .header-bar {
    width: 100%;
    top: 0px;
    background-color: transparent;
    height: 100%;
    border-bottom: 1px solid #d4d4d4;
    transition: 0.5s all;
}

header.scrolled .header-bar {
    background-color: #440613;
    border-bottom: 1px solid #440613;
    box-shadow: 0px 0px 4px #333333;
    transition: 0.5s all;
}

header .header-bar .nav-bar-content {
    display: flex;
    align-items: center;
    margin: auto;
    max-width: 1280px;
    height: 100%;
    padding: 10px 15px;
}

header .header-bar .nav-bar-content .logo-area {
    height: 100%;
    width: 250px;
    flex-shrink: 0;
}

header .header-bar .nav-bar-content .logo-area > a {
    display: block;
    width: 100%;
    height: 100%;
}

header .header-bar .nav-bar-content .logo-area > a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

header .header-bar .nav-bar-content .menu-menu-principal-container {
    width: 100%;
    padding: 0px 30px;
    height: 100%;
}

header .header-bar .nav-bar-content .menu-menu-principal-container #menu-menu-principal {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    list-style: none;
    height: 100%;
}

header .header-bar .nav-bar-content .menu-menu-principal-container #menu-menu-principal > li {
    padding: 0px 15px;
    height: 100%;
}

header .header-bar .nav-bar-content .menu-menu-principal-container #menu-menu-principal > li:first-child {
    margin-left: auto;
}

header .header-bar .nav-bar-content .menu-menu-principal-container #menu-menu-principal > li:last-child {
    margin-right: auto;
}

header .header-bar .nav-bar-content .menu-menu-principal-container #menu-menu-principal > li > a {
    text-decoration: none;
    font-weight: bold;
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    white-space: nowrap;
}

header .header-bar .nav-bar-content .menu-menu-principal-container #menu-menu-principal > li > a:hover {
    color: #FFAD60;
}

header .header-bar .nav-bar-content .menu-menu-principal-container #menu-menu-principal > li > a:active {
    color: #ff8a22;
}

header .header-bar .nav-bar-content .contato-emergencial-area {
    width: 300px;
    flex-shrink: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

header .header-bar .nav-bar-content .contato-emergencial-area .icon-area {
    width: 60px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    background-color: #ffad60;
    display: flex;
    flex-flow: wrap;
}

header .header-bar .nav-bar-content .contato-emergencial-area .icon-area .icon-phone {
    margin: auto;
    font-size: 22px;
}

header .header-bar .nav-bar-content .contato-emergencial-area .infos-contato-area {
    padding-left: 15px;
    color: white;
    text-decoration: none;
    display: block;
}

header .header-bar .nav-bar-content .contato-emergencial-area .infos-contato-area .title {
    font-size: 16px;
    line-height: 20px;
}

header .header-bar .nav-bar-content .contato-emergencial-area .infos-contato-area .value {
    font-size: 22px;
    line-height: 26px;
    margin-top: 6px;
    font-weight: bold;
}

header .header-top-bar {
    height: 32px;
    width: 100%;
    /*background-color: var(--color_header_top_bar_background);*/
    max-width: 1260px;
    margin: auto;
    padding: 0px 30px;
    margin-bottom: 4px;
}

header .header-top-bar .header-top-bar-content {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

header .header-top-bar .header-top-bar-content .social-media-list {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    align-items: center;
    width: 100%;
    height: 100%;
}

header .header-top-bar .header-top-bar-content .social-media-list li {
    padding: 0px 6px;
}

header .header-top-bar .header-top-bar-content .social-media-list li a {
    text-decoration: none;
    color: var(--color_header_top_bar_social_medias);
    font-size: 16px;
    line-height: 26px;
    width: 20px;
    height: 26px;
    display: block;
    text-align: center;
}

header .header-top-bar .header-top-bar-content .social-media-list li a:hover {
    color: var(--color_header_top_bar_social_medias_hover);
}

header .header-top-bar .header-top-bar-content .languages_list_area {
    margin-left: auto;
}

header .header-top-bar .header-top-bar-content .contact-area {
    display: flex;
    align-items: center;
}

header .header-top-bar .header-top-bar-content .contact-area .icon {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

header .header-top-bar .header-top-bar-content .contact-area .phone-number {
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    padding-left: 8px;
}

.languages_list_area .gtranslate_wrapper {
    height: 100% !important;
}

.languages_list_area .gtranslate_wrapper #gt_float_wrapper {
    height: 100%;
    position: initial !important;
}

.languages_list_area .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher {
    background-color: transparent;
    box-shadow: none;
}

.languages_list_area .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected {
    background-color: transparent !important;
}

.languages_list_area .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    display: flex;
    align-items: center;
    padding: 4px 16px;
}

.languages_list_area .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang img {
    width: 20px;
}

.languages_list_area .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang .gt-lang-code {
    font-size: 14px;
}

.languages_list_area .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow {
    margin-left: 10px;
}

.languages_list_area .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options {
    background-color: var(--color_header_top_bar_background);
}

.languages_list_area .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options a {
    padding: 4px 16px;
    font-size: 14px;
    color: var(--color_header_top_bar_translate_font);
    background-color: var(--color_header_top_bar_translate_background);
    display: flex;
    align-items: center;
}

.languages_list_area .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options a:hover {
    color: var(--color_header_top_bar_translate_font_hover);
    background-color: var(--color_header_top_bar_translate_background_hover);
}

.languages_list_area .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options a img {
    width: 20px;
}

.img-caption {
    text-align: center;
    font-size: var(--font_legenda_imagens_size);
}

.btns-float-area {
    position: fixed;
    bottom: -75px;
    right: 15px;
    transition: bottom 0.25s;
}

.btns-float-area.showed {
    bottom: 15px;
    transition: bottom 0.25s;
}

.btns-float-area .btns-float-list {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-flow: column;
    margin: 0px;
}

.btns-float-area .btns-float-list li {

}

.btns-float-area .btns-float-list li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #bababa;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    font-size: 28px;
}

.btns-float-area .btns-float-list li a.whatsapp-btn {
    background-color: #25d366;
    box-shadow: 0px 0px 10px #10c353;
    color: white !important;
    padding: 16px 17px;
}

.btns-float-area .btns-float-list li a.whatsapp-btn:hover {
    background-color: #11f167;
    box-shadow: 0px 0px 10px #01d552;
    color: white;
}

.search-area-form-area {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0px;
    transition: all 0.75s;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 999;
    box-sizing: border-box;
}

.search-area-form-area * {
    box-sizing: border-box;
}

.search-area-form-area.open {
    top: 0px;
    transition: all 0.75s;
}

.search-area-form-area .header-area {
    height: 140px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0px 15px;
}

.search-area-form-area .header-area .close-btn {
    margin-left: auto;
    height: 100%;
    width: 50px;
    border: 0px;
    background-color: transparent;
    font-size: 24px;
    outline: none;
    box-shadow: none;
}

.search-area-form-area .body-area {
    height: calc(100% - 140px);
    width: 100%;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.search-area-form-area .body-area .form-area {
    margin: auto;
    width: calc(100% - 50px);
}

.search-area-form-area .body-area .form-area .search-form {

}

.search-area-form-area .body-area .form-area .search-form .input-group {
    border-bottom: 1px solid white;
    display: flex;
    align-items: center;
    height: 50px;
}

.search-area-form-area .body-area .form-area .search-form .input-group .icon {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.search-area-form-area .body-area .form-area .search-form .input-group .icon i {
    margin: auto;
    color: white;
}

.search-area-form-area .body-area .form-area .search-form .input-group .search-input {
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: 0px;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    color: white;
    padding: 10px 10px 10px 0px;
}

.search-area-form-area .body-area .form-area .search-form .submit-area {
    text-align: center;
}

.search-area-form-area .body-area .form-area .search-form .submit-area button {
    border-radius: 80px;
    padding: 10px 18px;
    font-size: 18px;
    line-height: 20px;
    margin-top: 35px;
    border: 1px solid white;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

footer .copyright-area .copyright-container .copyright-adicional-msg {
    font-size: 10px;
    line-height: 1.5;
    margin: 15px;
    text-align: center;
}

/* Botões Flutuantes */
/*@import "compass/css3";*/

/*body, html {*/
/*    height: 100%;*/
/*    background: #fff;*/
/*}*/

/*.container {*/
/*    width: 200px;*/
/*    height: 100%;*/
/*    margin: 0 auto 0;*/
/*    -webkit-perspective: 1000;*/
/*    -webkit-backface-visibility: hidden;*/
/*    background: #fff;*/
/*}*/

/*.pulse-button {*/
/*    position: relative;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    margin-left: -50px;*/
/*    margin-top: -50px;*/
/*    display: block;*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    font-size: 1.3em;*/
/*    font-weight: light;*/
/*    font-family: 'Trebuchet MS', sans-serif;*/
/*    text-transform: uppercase;*/
/*    text-align: center;*/
/*    line-height: 100px;*/
/*    letter-spacing: -1px;*/
/*    color: white;*/
/*    border: none;*/
/*    border-radius: 50%;*/
/*    background: #5a99d4;*/
/*    cursor: pointer;*/
/*    box-shadow: 0 0 0 0 rgba(#5a99d4, .5);*/
/*    -webkit-animation: pulse 1.5s infinite;*/
/*}*/
/*.pulse-button:hover {*/
/*    -webkit-animation: none;*/
/*}*/

@keyframes pulse-messenger {
    0% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(30, 115, 190, 0.7);
    }
    50% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(30, 115, 190, 0.14);
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(30, 115, 190, 0);
    }
}

@keyframes pulse-telegram {
    0% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(20, 147, 216, 0.7);
    }
    50% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(20, 147, 216, 0.14);
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(20, 147, 216, 0);
    }
}

@keyframes pulse-whatsapp {
    0% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(40, 165, 60, 0.71);
    }
    50% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(40, 165, 60, 0.14);
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(40, 165, 60, 0);
    }
}



.botoes-flutuantes-area {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.botoes-flutuantes-area .botoes-flutuantes-list {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: flex;
    flex-flow: column;
}

.botoes-flutuantes-area .botoes-flutuantes-list li {
    position: relative;
    width: 60px;
    height: 60px;
    margin-top: 15px;
}

.botoes-flutuantes-area .botoes-flutuantes-list li label {
    position: absolute;
    box-shadow: 0px 0px 4px #b9b9b9;
    border-radius: 6px;
    right: 100%;
    margin-right: 13px;
    top: calc(50% - 17px);
    font-weight: bold;
}

.botoes-flutuantes-area .botoes-flutuantes-list li label::before {
    content: " ";
    background-color: #ffffff;
    width: 14px;
    height: 14px;
    position: absolute;
    transform: rotate(45deg);
    top: 10px;
    right: -5px;
    box-shadow: 0px 0px 4px #b9b9b9;
    z-index: 8;
}

.botoes-flutuantes-area .botoes-flutuantes-list li label span {
    background-color: white;
    border-radius: 6px;
    padding: 4px 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    z-index: 999;
    position: relative;
    white-space: nowrap;
}

.botoes-flutuantes-area .botoes-flutuantes-list li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: wrap;
    text-decoration: none;
    color: white;
    background-color: black;
    border-radius: 100%;
}
.botoes-flutuantes-area .botoes-flutuantes-list li a:hover {
    animation: none;
}

.botoes-flutuantes-area .botoes-flutuantes-list li a i {
    margin: auto;
    font-size: 32px;
}

.botoes-flutuantes-area .botoes-flutuantes-list .whatsapp-item {

}

.botoes-flutuantes-area .botoes-flutuantes-list .whatsapp-item a {
    background-color: #28a53c;
    animation: pulse-whatsapp 1.5s infinite;
}

.botoes-flutuantes-area .botoes-flutuantes-list .messenger-item {

}

.botoes-flutuantes-area .botoes-flutuantes-list .messenger-item a {
    background-color: #1E73BEFF;
    animation: pulse-messenger 1.5s infinite;
}

.botoes-flutuantes-area .botoes-flutuantes-list .telegram-item a {
    background-color: #1493d8;
    animation: pulse-telegram 1.5s infinite;
}

@media (max-width: 320px) {
    .fixed-footer-area {
        width: 100% !important;
    }
}

.row {
    display: flow-root;
    margin: 0px -15px;
}

.row-flex {
    display: flex;
}

.row .col-lg-12,
.row .col-lg-6,
.row .col-lg-4,
.row .col-lg-3,
.row .col-lg-2,
.row .col-lg-1 {
    float: left;
}

.col-lg-12 {
    width: 100%;
    padding: 0px 15px;
    position: relative;
}

.col-lg-11 {
    width: calc((100% / 12) * 11);
    padding: 0px 15px;
    position: relative;
}

.col-lg-10 {
    width: calc((100% / 12) * 10);
    padding: 0px 15px;
    position: relative;
}

.col-lg-9 {
    width: calc((100% / 12) * 9);
    padding: 0px 15px;
    position: relative;
}

.col-lg-8 {
    width: calc((100% / 12) * 8);
    padding: 0px 15px;
    position: relative;
}

.col-lg-7 {
    width: calc((100% / 12) * 7);
    padding: 0px 15px;
    position: relative;
}

.col-lg-6 {
    width: calc((100% / 12) * 6);
    padding: 0px 15px;
    position: relative;
}

.col-lg-5 {
    width: calc((100% / 12) * 5);
    padding: 0px 15px;
    position: relative;
}

.col-lg-4 {
    width: calc((100% / 12) * 4);
    padding: 0px 15px;
    position: relative;
}

.col-lg-3 {
    width: calc((100% / 12) * 3);
    padding: 0px 15px;
    position: relative;
}

.col-lg-2 {
    width: calc((100% / 12) * 2);
    padding: 0px 15px;
    position: relative;
}

.col-lg-1 {
    width: calc(100% / 12);
    padding: 0px 15px;
    position: relative;
}

@media (max-width: 1200px) {
    .col-md-12 {
        width: 100%;
        padding: 0px 15px;
        position: relative;
    }

    .col-md-11 {
        width: calc((100% / 12) * 11);
        padding: 0px 15px;
        position: relative;
    }

    .col-md-10 {
        width: calc((100% / 12) * 10);
        padding: 0px 15px;
        position: relative;
    }

    .col-md-9 {
        width: calc((100% / 12) * 9);
        padding: 0px 15px;
        position: relative;
    }

    .col-md-8 {
        width: calc((100% / 12) * 8);
        padding: 0px 15px;
        position: relative;
    }

    .col-md-7 {
        width: calc((100% / 12) * 7);
        padding: 0px 15px;
        position: relative;
    }

    .col-md-6 {
        width: calc((100% / 12) * 6);
        padding: 0px 15px;
        position: relative;
    }

    .col-md-5 {
        width: calc((100% / 12) * 5);
        padding: 0px 15px;
        position: relative;
    }

    .col-md-4 {
        width: calc((100% / 12) * 4);
        padding: 0px 15px;
        position: relative;
    }

    .col-md-3 {
        width: calc((100% / 12) * 3);
        padding: 0px 15px;
        position: relative;
    }

    .col-md-2 {
        width: calc((100% / 12) * 2);
        padding: 0px 15px;
        position: relative;
    }

    .col-md-1 {
        width: calc(100% / 12);
        padding: 0px 15px;
        position: relative;
    }
}

@media (max-width: 900px) {
    .col-sm-12 {
        width: 100%;
        padding: 0px 15px;
        position: relative;
    }

    .col-sm-11 {
        width: calc((100% / 12) * 11);
        padding: 0px 15px;
        position: relative;
    }

    .col-sm-10 {
        width: calc((100% / 12) * 10);
        padding: 0px 15px;
        position: relative;
    }

    .col-sm-9 {
        width: calc((100% / 12) * 9);
        padding: 0px 15px;
        position: relative;
    }

    .col-sm-8 {
        width: calc((100% / 12) * 8);
        padding: 0px 15px;
        position: relative;
    }

    .col-sm-7 {
        width: calc((100% / 12) * 7);
        padding: 0px 15px;
        position: relative;
    }

    .col-sm-6 {
        width: calc((100% / 12) * 6);
        padding: 0px 15px;
        position: relative;
    }

    .col-sm-5 {
        width: calc((100% / 12) * 5);
        padding: 0px 15px;
        position: relative;
    }

    .col-sm-4 {
        width: calc((100% / 12) * 4);
        padding: 0px 15px;
        position: relative;
    }

    .col-sm-3 {
        width: calc((100% / 12) * 3);
        padding: 0px 15px;
        position: relative;
    }

    .col-sm-2 {
        width: calc((100% / 12) * 2);
        padding: 0px 15px;
        position: relative;
    }

    .col-sm-1 {
        width: calc(100% / 12);
        padding: 0px 15px;
        position: relative;
    }
}

@media (max-width: 450px) {
    .col-xs-12 {
        width: 100%;
        padding: 0px 15px;
        position: relative;
    }

    .col-xs-11 {
        width: calc((100% / 12) * 11);
        padding: 0px 15px;
        position: relative;
    }

    .col-xs-10 {
        width: calc((100% / 12) * 10);
        padding: 0px 15px;
        position: relative;
    }

    .col-xs-9 {
        width: calc((100% / 12) * 9);
        padding: 0px 15px;
        position: relative;
    }

    .col-xs-8 {
        width: calc((100% / 12) * 8);
        padding: 0px 15px;
        position: relative;
    }

    .col-xs-7 {
        width: calc((100% / 12) * 7);
        padding: 0px 15px;
        position: relative;
    }

    .col-xs-6 {
        width: calc((100% / 12) * 6);
        padding: 0px 15px;
        position: relative;
    }

    .col-xs-5 {
        width: calc((100% / 12) * 5);
        padding: 0px 15px;
        position: relative;
    }

    .col-xs-4 {
        width: calc((100% / 12) * 4);
        padding: 0px 15px;
        position: relative;
    }

    .col-xs-3 {
        width: calc((100% / 12) * 3);
        padding: 0px 15px;
        position: relative;
    }

    .col-xs-2 {
        width: calc((100% / 12) * 2);
        padding: 0px 15px;
        position: relative;
    }

    .col-xs-1 {
        width: calc(100% / 12);
        padding: 0px 15px;
        position: relative;
    }
}



.responsive-img-area {
    width: 100%;
}

.responsive-img-area > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.p-none {
    padding: 0px !important;
}