/*GERAL*/
@media (min-width: 991px) {
    .br-mobile {
        display: none;
    }
}

body {
    background-color: var(--fx-bg-body);
    color: var(--fx-gray-700);
}

::selection {
    background-color: var(--fx-primary-800);
    color: var(--fx-primary-300);
}

.check-list li:before {
    content: "\f00c";
    /* FontAwesome Unicode */

    font-family: FontAwesome;

    display: inline-block;

    margin-left: -1.3em;
    /* same as padding-left set on li */

    width: 1.3em;
    /* same as padding-left set on li */
}

#back-to-top:hover {
    background-color: var(--fx-primary);
    border-color: var(--fx-primary);
}

a {
    color: var(--fx-gray-900);
    text-decoration: none;
    background-color: transparent;
    transition: 0.25s;
}

a:hover {
    transition: 0.25s;
    color: var(--fx-primary-700);
}

/* BOOTSTRAP */

.mb-5,
.my-5 {
    margin-bottom: 5rem !important;
}

.mt-5,
.my-5 {
    margin-top: 5rem !important;
}

.gap-1 {
    gap: 0.5rem;
}

.gap-2 {
    gap: 0.75rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-4 {
    gap: 1.5rem;
}

.gap-5 {
    gap: 2rem;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.btn {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 8px;
    color: var(--fx-white);
    letter-spacing: .10px;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid var(--fx-white);
    -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
    text-decoration: none;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: all .25s ease;
}

.btn:hover {
    transition: 0.15s;
}

.btn.btn-lg {
    text-transform: uppercase;
    padding: 9px 28px;
    border-radius: 8px;
    letter-spacing: .14px;
    line-height: 2;
    font-weight: 700;
}

.btn.btn-primary {
    color: var(--fx-bg-body);
    background-color: var(--fx-primary);
    border-color: var(--fx-primary);
}

.btn.btn-primary:hover {
    background-color: var(--fx-primary-700);
    border-color: var(--fx-primary-700);
}

.btn.btn-white {
    color: var(--fx-primary-900);
    background-color: var(--fx-white);
    border-color: var(--fx-white);
}

.btn.btn-white:hover {
    background-color: var(--fx-primary-100);
}

.btn.btn-white-secondary {
    color: var(--fx-white);
    background-color: rgb(255 255 255 / 0%);
    border-color: var(--fx-white);
}

.btn.btn-white-secondary:hover {
    background-color: rgb(255 255 255 / 10%);
}

.btn.btn-secondary {
    color: var(--fx-primary);
    background-color: rgb(0 120 186 / 0%);
    border-color: var(--fx-primary);
}

.btn.btn-secondary:hover {
    background-color: rgb(0 120 186 / 10%);
}

.btn.circle {
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.bg-primary {
    background-color: var(--fx-primary-700) !important;
}

@media (max-width: 991px) {
    .header-area .header-top-action .container {
        width: 100%;

        max-width: unset;

        margin: 0;

        padding: 0;
    }
}

/*SLIDESHOW*/

.slider-area {
    margin-top: -120px;
}

a.btn-area {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slider-area .single-slide-item {
    height: 100vh;
}

.single-slide-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--fx-gradient-overlay);
}

.slide-item-table .col-md-7.banner-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.slide-item-table .col-md-7.banner-left {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}

.slide-item-table .col-md-7.banner-right {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

.slide-item-table .col-md-7.banner-nenhum {
    display: none;
}

.slider-area .slider-heading .slider__title {
    font-size: 5rem;
    line-height: 6rem;
    margin-bottom: 0;
}

.slider-area .slider-heading .slider__meta {
    font-size: 1.5rem;
    color: var(--fx-primary-100);
    text-transform: unset;
    margin-bottom: 1.5rem;
    max-width: 480px;
}

.slider-area .homepage-slide1 .owl-dots div {
    width: 20px;

    height: 20px;

    border-radius: 4px;

    background-color: transparent;

    border: 1px solid white;
}

.slider-area .homepage-slide1 .owl-dots div:after {
    display: none;
}

.slider-area .homepage-slide1 .owl-dots div.active,
.slider-area .homepage-slide1 .owl-dots div:hover {
    background-color: white;
}

.slider-area .single-slide-item:after {
    display: none;
}

.theme-btn {
    background-color: var(--fx-primary);

    border-radius: 4px;
}

.theme-btn:hover {
    background-color: #eda400;

    border-radius: 4px;
}

.theme-btn:after {
    display: none;
}

/* SETINHAS SLIDESHOW */

.owl-prev,
.owl-next {
    font-size: 1.75rem;
    color: var(--fx-primary-100);
    top: 50%;
    position: absolute;
    height: 2.5rem;
    width: 2.5rem;
    margin-top: -1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--fx-primary-100);
    border-radius: 50%;
    opacity: 0.75;
    transition: 0.25s;
}

.owl-prev:hover,
.owl-next:hover {
    color: var(--fx-bg-body);
    border-color: var(--fx-primary-100);
    opacity: 1;
    transition: 0.25s;
}

.owl-prev {
    left: 2.5rem;
}

.owl-next {
    right: 2.5rem;
}

@media (max-width: 1344px) {
    .owl-nav>div {
        top: 90%;
    }
}



/* VIDEO SLIDESHOW */

.slider-area.slider-text {
    display: none;
}

.homepage-slide-video {
    position: relative;
}

video#myVideo {
    width: 100%;

    height: auto;
}

.video-text .content {
    position: absolute;

    top: 30%;

    width: 100%;

    text-align: center;
}

.video-text h2.slider__title {
    color: white;

    font-size: 100px;

    margin: auto;

    max-width: 1200px;

    font-weight: 900;

    -webkit-animation: swing-in-top-fwd 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.25s both;

    animation: swing-in-top-fwd 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.25s both;
}

.video-text a.theme-btn {
    display: inline-block;

    -webkit-animation: swing-in-top-fwd 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s both;

    animation: swing-in-top-fwd 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s both;
}

/* ANIMAÇÃO TÍTULO VÍDEO */

@-webkit-keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);

        transform: rotateX(-100deg);

        -webkit-transform-origin: top;

        transform-origin: top;

        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);

        transform: rotateX(0deg);

        -webkit-transform-origin: top;

        transform-origin: top;

        opacity: 1;
    }
}

@keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);

        transform: rotateX(-100deg);

        -webkit-transform-origin: top;

        transform-origin: top;

        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);

        transform: rotateX(0deg);

        -webkit-transform-origin: top;

        transform-origin: top;

        opacity: 1;
    }
}

@media (max-width: 991px) {
    .slider-area .slider-heading .slider__title {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }

    .slider-area .slider-heading .slider__meta {
        font-size: 1rem;
        line-height: 1.15;
    }

    .slider-heading {
        margin: 0 3vh;
    }
}

/*HEADER*/

.header-area {
    position: sticky;
    top: 0;
    z-index: 3;
}

.header-area .header-top {
    background: linear-gradient(180deg, var(--fx-primary-900), transparent);
    transition: all 0.5s;
}

.header-area .header-top.header-fixed {
    background: var(--fx-primary-900);
    transition: all 0.5s;
}

.header-area .header-top .ostion-top-wrap .ostion-menu {
    position: relative;
}

.header-area .header-top .ostion-top-wrap .ostion-menu .mobile-menu-toggle {
    color: var(--fx-bg-body);
    font-size: 1.5rem;
}

.header-area {
    position: sticky;
    top: 0;
    z-index: 3;
}

.header-area .navigations-top-item>a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    height: 4rem;
    position: relative;
    text-decoration: none;
    transition: all .25s ease;
    color: var(--fx-bg-body);
    font-weight: 500;
    letter-spacing: .18px;
}

.top-menu-actions {
    display: flex;
    gap: 0.5rem;
}

.side-menu-wrap .top-menu-actions {
    margin-bottom: 1rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 1rem;
}

.header-area .side-nav-container .side-menu-wrap {
    margin-top: 5rem;
}

li.nav-item a img {
    max-width: 80px;
    margin-bottom: 12px;
    width: 100%;
}



/* RAMO IMOBILIÁRIO */

ul#nav-ramo-imobiliario {
    display: none;
}

/* ANIMAÇÃO HEADER FIXED*/

@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-110px);

        transform: translateY(-11px);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);

        transform: translateY(0);

        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-110px);

        transform: translateY(-110px);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);

        transform: translateY(0);

        opacity: 1;
    }
}

.logo-action img {
    width: 100%;
    max-height: 60px;
}

.header-fixed .logo-action img {
    max-width: 160px;
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item {
    padding: 1rem;
    width: 100%;
    min-width: 810px;
    border-radius: 0.5rem;
    left: 2rem;
    top: 3rem;
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li:hover .dropdown-menu-item {
    top: 4rem;
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li.navigations-top-item.navigations-top-item--dropdown>a::before {
    border: 0.5rem solid var(--fx-bg-body);
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: -0.2rem;
    top: 4rem;
    border-top: 0.5rem solid transparent;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid var(--fx-bg-body);
    z-index: 4;
    opacity: 0;
    transition: 0s;
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li.navigations-top-item.navigations-top-item--dropdown:hover>a::before {
    top: 3rem;
    opacity: 1;
    transition: 0.25s;
    transition-delay: 50ms;
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item .lista-menu {
    padding: 0.5rem 1rem;
    columns: 2;
    column-gap: 3rem;
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item .nav-item a:after {
    display: none;
}

.dropdown-menu-item .nav-tabs,
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item.pf {
    display: flex;
    border-bottom: none;
    padding: 0 1rem;
}

.dropdown-menu-item .nav-tabs .nav-item .nav-link {
    border: none;
    text-align: center;
}

.dropdown-menu-item .nav-tabs .nav-item .nav-link i {
    font-size: 3.5rem;
    margin: 24px auto 16px auto;
    clear: both;
    display: inline-block;
}

.dropdown-menu-item .nav-tabs .nav-item .nav-link span {
    clear: both;
    display: inline-block;
    padding: 0 10px;
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li a.nav-link {
    padding-bottom: 1rem;
    font-weight: 600;
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li a.nav-link.active {
    color: var(--fx-primary);
    border-bottom: 2px solid var(--fx-primary);
    white-space: nowrap;
    transition: none;
}

.tab-content>.active {
    display: flex;
}

/* HOME */
.section-heading .section__title {
    font-weight: 700;
}

.section-heading .section__title.section__title--md {
    font-size: 3rem;
    line-height: 3.5rem;
}

.service__title {
    font-weight: bold;
    margin-top: 1rem;
}

/* MENU LATERAL */
.sidenav__item-subsub {
    padding-left: 20px;
}

/* MODAL POPUP */

.white-popup {
    position: relative;

    background: #fff;

    width: auto;

    max-width: 810px;

    margin: 20px auto;

    border-radius: 1em;
}

/* overlay at start */

.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;

    -moz-transition: all 0.15s ease-out;

    transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;

    -moz-transition: all 0.15s ease-out;

    transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.row.ligue-modal {
    border-radius: 0.45rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 40px;
}

.row.ligue-modal.ligue-home {
    border: none;
}

.ligue-modal a {
    font-size: 1.2rem;
    line-height: 2.3rem;
}

.ou-div p {
    text-align: center;
    font-size: 0.8em;
    font-style: italic;
    height: 10%;
    line-height: 60px;
}

.ou-div:before,
.ou-div:after {
    content: "";
    height: 45%;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    width: 1px;
    margin: auto;
}

@media (max-width: 991px) {
    .col-modal {
        text-align: center;
    }

    .col-modal h5 {
        margin-top: 15px;
    }

    .col-modal h2 {
        padding-bottom: 15px;
    }

    .fx-home-parcerias {
        grid-template-columns: 1fr !important;
    }

    .fx-home-parcerias-title .section-heading {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 3rem;
    }

    .fx-home-parcerias-title {
        text-align: center;
        order: 2;
    }

    .fx-home-parcerias-title .section__title {
        margin-top: 0;
    }

    .fx-home-parcerias-title .text-muted {
        margin-top: 0.5rem;
    }

    .fx-home-parcerias-img {
        order: 1;
        margin: 2rem auto 0 auto !important;
    }
}

.custom-select {
    border: 1px solid #d0d0d0;
    border-radius: 0.42857143em;
    font-weight: 300;
    font-size: 14px;
    height: 3.14285714em;
    outline: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .col-modal {
        flex: auto;
    }

    .col-modal:first-child {
        border-right: none;

        max-width: unset;
    }
}

/* MODAL LOGIN */

.col-modal-login {
    text-align: initial;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col-anim-login {
    display: flex;
    flex-direction: column;
    background-color: var(--fx-primary-700);
    padding: 2rem;
    border-radius: 0.9em 0 0 0.9em;
    height: 80vh;
    max-height: 480px;
}

.col-anim-login i {
    font-size: 6rem;
    color: var(--fx-white);
    line-height: 7rem;
}

.col-anim-login h3 {
    color: var(--fx-white);
    font-size: 1.25rem;
}

.col-anim-login img {
    max-width: 120px;
}

.col-anim-login h6,
.col-anim-login p {
    color: var(--fx-primary-200);
}

/* PARCERIAS */

.fx-home-parcerias-container {
    position: relative;
    overflow: hidden;
}

.fx-home-parcerias {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr minmax(320px, 60vmin);
}

.fx-home-parcerias-img {
    width: 60vmin;
    height: 60vmin;
    margin: 2rem 0;
    position: static;
    background-image: url(../images/fenyx-parceria.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.fx-home-parcerias-img::before {
    content: '';
    width: 60vmax;
    height: 60vmax;
    background: var(--fx-primary-200);
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    top: -30vmax;
    right: -30vmax;
}

.fx-home-parcerias-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: static;
}

.fx-home-parcerias-title .section__title {
    margin-top: 1.5rem;
}

.fx-home-parcerias-title .text-muted {
    margin-top: 1rem;
}

.fx-home-parcerias-title::before {
    content: '';
    width: 70vmax;
    height: 70vmax;
    background: var(--fx-gray-200);
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    bottom: -35vmax;
    left: -35vmax;
}

.fx-home-parcerias-features {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.fx-home-parcerias-features>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

/* ÁREA DAS SOLUÇÕES / CTA */

.mixer-area.mixer-area3 {
    position: relative;

    max-height: 390px;

    padding: 70px 0;
}

.mixer-area.mixer-area3 .section-heading p {
    margin-bottom: 30px;
}

.mixer-area.mixer-area3 .col-lg-6:first-child {
    padding: 0px;
}

/* MENU Mobile */

.header-area .side-nav-container .side-menu-wrap .side-social li a,
.header-area .side-nav-container .side-menu-wrap .side-social li a:after {
    background-color: unset !important;
}

.side-btn a.bt-contrate-menu {
    max-width: 240px;

    margin: auto;
}

.side-btn a.bt-login-menu {
    max-width: 240px;

    margin: auto;
}

@media (max-width: 1023px) {
    .side-btn a.bt-login-menu {
        margin-bottom: 40px !important;
    }
}

/* Ícones */

.fx-icon-container {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--fx-primary-100);
    color: var(--fx-primary-700);
    border-radius: 50%;
    font-size: 2rem;
    transition: 0.5s;
}


a:hover .fx-icon-container {
    background-color: var(--fx-primary-700);
    color: var(--fx-primary-100);
    transition: 0.25s;
}

.fx-icon-container.fx-icon-container-lg {
    width: 8rem;
    height: 8rem;
    font-size: 3rem;
}

/* BOTÕES */

.theme-btn {
    background-color: var(--fx-primary) !important;

    color: white;

    border-radius: 4px;
}

.theme-btn:hover {
    background-color: var(--fx-primary-800) !important;
}

.row.service-wrap .col {
    border: 1px solid #f3f3f3;

    margin: 0 10px;

    padding: 30px 0;

    overflow: hidden;

    border-radius: 4px;
}

.row.service-wrap .col a {
    color: inherit;
}

.row.service-wrap .col:hover {
    border: 1px solid var(--fx-primary);
}

.service-item-inner {
    display: grid;
    grid-template-columns: 100px 1fr;
    text-align: left;
}

.service-area .service-wrap .service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.row.service-wrap .col .service-item:before {
    content: " ";

    width: 100%;

    height: 350px;

    background-color: var(--fx-primary);

    display: block;

    position: absolute;

    top: 0;

    left: -100%;

    transition: 0.5s;

    z-index: -1;
}

.row.service-wrap .col:hover .service-item:before {
    left: 0;

    transition: 0.5s;
}

/* BLOG HOME */

.blog-area .recent-post-wrap .recent-item .recent__img .meta__date-date,
.blog-area .recent-post-wrap .recent-item .recent__img .meta__date-date:after {
    background-color: var(--fx-primary-800);
}

.blog-area .recent-post-wrap .recent-item .news__content .news__content-title a:hover {
    color: var(--fx-primary);
}

.blog-area .recent-post-wrap .recent-item .news__content .news__content-list li a {
    color: var(--fx-primary);
}

.blog-area .recent-post-wrap .third-recent-box .third-recent-item li .recent__content span {
    color: var(--fx-primary-800);
}

.blog-area .recent-post-wrap .third-recent-box .third-recent-item li .recent__content h4 a:hover {
    color: var(--fx-primary);
}

.recent-item .recent__img {
    overflow: hidden;

    display: block;
}

.recent-item .recent__img img {
    transition: 0.5s;
}

.recent-item .recent__img img:hover {
    transform: scale(1.1);

    transition: 0.5s;
}

h3.news__content-title {
    position: absolute;
    bottom: 0;
    z-index: auto;
    padding: 1rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    background-color: rgba(0, 98, 176, 0.45);
    color: white;
}

.blog-area .recent-post-wrap .recent-item .recent__img {
    margin-bottom: 0;
}

.news__content {
    margin-top: 0;
    border: rgba(0, 0, 0, 0.1) solid 1px;
    padding: 1rem;
}

.blog-area .recent-post-wrap .recent-item .news__content .news__content-list li.news__content-active__dot:after {
    display: none;
}

/* PÁGINA NOTÍCIAS / BLOG */

.pagination-nav {
    margin-bottom: 30px;
}

.page-item.active .page-link {
    background-color: var(--fx-primary);

    border-color: var(--fx-primary);
}

.page-link {
    color: var(--fx-primary);
}

.page-link:hover {
    color: var(--fx-primary-800);
}

.thumb-blog {
    height: 240px;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 0;
    margin: 0;
    transition: 0.75s;
}

.thumb-blog:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.blog-area .recent-post-wrap .recent-item .recent__img img {
    width: unset;
    height: 240px;
}

/* SINGLE-POST */

.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__date,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__date:after {
    background-color: var(--fx-primary-800);
}

.news-detail-area .blog-content-wrap .sidebar-shared .side-widget .author-box .author__detail .author__title a:hover,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li a {
    color: var(--fx-primary);
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .comments-list .comment .comment-body .meta-data .comment__author .comment__date {
    color: var(--fx-primary-800);
}



/* Área do CTA */

.cta-area {
    background-color: var(--fx-primary-800);
}

.cta-area .cta-item {
    background-color: var(--fx-white);
    padding: 2rem;
    border-radius: 1rem;
}

.col-modal h3 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

.header-ligue-modal {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: static;
}

.header-ligue-modal-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: var(--fx-primary-100);
}

.header-ligue-modal-btn-contato {
    width: 100%;
    text-align: start;
    font-size: 1rem;
    display: flex;
    gap: 1rem;
}

.header-ligue-modal.ligue-home::before {
    content: '';
    width: 70vmax;
    height: 70vmax;
    background: var(--fx-primary-900);
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    top: -35vmax;
    left: -35vmax;
}

.header-ligue-modal.ligue-secondary-home {
    justify-content: center;
}

.header-ligue-modal.ligue-secondary-home::before {
    content: '';
    width: 60vmax;
    height: 60vmax;
    background: var(--fx-primary-600);
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    bottom: -30vmax;
    right: -30vmax;
}

/* RODAPÉ */
.fx-footer-item-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.fx-footer-item-list.fx-footer-item-list--solucoes {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}

.fx-footer-item-list.fx-footer-item-list--solucoes .column {
    flex: 1;
}

.fx-footer-item-list.fx-footer-item-list--solucoes .fx-footer-item-list-link {
    display: block;
    margin-bottom: 0.5rem;
}

.fx-footer-item-logo {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.fx-footer-item-logo>a {
    width: 100%;
    min-width: 120px;
    max-width: 200px;
}

.fx-footer-item-logo>a>img {
    display: block;
    max-height: 130px;
    max-width: 100%;
}

.fx-footer-item-list-link {
    font-weight: 600;
    line-height: 1.2;
}

.footer-area .footer-copyright {
    border-top: 1px solid var(--fx-primary-100);
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

/* Página de contato */

.row.heading-contact {
    margin-bottom: 8vh;
}

.contact-area {
    padding-top: 5vh;
    padding-bottom: 15vh;
}

.contact-area .section__list li a:hover {
    color: var(--fx-primary-800);
}

.contact__desc p,
.contact__desc li {
    font-size: 14px;
    line-height: 1.4rem;
}

address.contact__desc .row {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

form#cadastro-form {
    margin-top: 1rem;
}

/* Breadcrumb */
.breadcrumb-area {
    display: flex;
    background-image: url("../images/fx-bg-faria-lima.jpg");
    background-size: cover;
    background-color: var(--fx-primary-800);
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 480px;
    margin-top: -120px;
    padding-top: 120px;
    align-items: center;
    position: relative;
}

.breadcrumb-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--fx-gradient-overlay-inner);
}

.breadcrumb-content {
    max-width: 640px;
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li.active__list-item:after {
    content: "\25CF";
    font-size: 8px;
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li a:hover {
    color: var(--fx-primary);
}

.breadcrumb-area .breadcrumb-content .breadcrumb__title {
    color: var(--fx-white);
    font-size: 3rem;
    font-size: clamp(2rem, 3.5rem, 9vw);
    line-height: 2.5rem;
    line-height: clamp(2.5rem, 4rem, 10vw);
}

/* Breadcrumbs nas páginas de produto */


/* PÁGINA DE AGRADECIMENTO / OBRIGADO */

.breadcrumb-area.agradecimento-area {
    height: 85vh;
    max-height: unset;

    background: rgb(0, 98, 176);
    background: -moz-linear-gradient(0deg,
            rgba(0, 98, 176, 1) 0%,
            rgba(0, 110, 176, 1) 100%);
    background: -webkit-linear-gradient(0deg,
            rgba(0, 98, 176, 1) 0%,
            rgba(0, 110, 176, 1) 100%);
    background: linear-gradient(0deg,
            rgba(0, 98, 176, 1) 0%,
            rgba(0, 110, 176, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--fx-primary-800)", endColorstr="#006eb0", GradientType=1);
}

.breadcrumb-area.agradecimento-area .col-lg-8 {
    background-color: white;
    color: initial;
    max-height: 480px;
    top: 50%;
    margin-top: -240px;

    padding: 0 2rem;
    border-radius: 2rem 2rem 0 0;
    position: relative;
    font-weight: 300;
    letter-spacing: 1.1px;
    line-height: 1.8rem;
    -webkit-box-shadow: 20px 40px 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 20px 40px 60px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    z-index: 1;

    animation-name: bounceInUp;
    animation-duration: 1s;
    animation-fill-mode: both;

    transition: 1s;
}

.breadcrumb-area.agradecimento-area .col-lg-8:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #34bceb 0, #045ba7 100%);
}

.breadcrumb-area.agradecimento-area .col-lg-8 h2 {
    color: var(--fx-primary-800);
    font-size: 3rem;
    font-weight: 600;
    padding: 0px 110px;
    margin-top: 0;
    transition: 1s;
}

@media (max-width: 767px) {
    .breadcrumb-area.agradecimento-area .col-lg-8 h2 {
        padding: 0 10px;
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(-30px);
    }

    80% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Página Sobre */
.card-destaque {
    margin-top: 2rem;
    background-color: var(--fx-primary-100);
    padding: 1rem;
    gap: 1rem;
    border-radius: 1rem;
}

.header-about .breadcrumb-content {
    max-width: 720px;
}

.header-about .breadcrumb-content {
    max-width: 720px;
}

.header-about.breadcrumb-area .breadcrumb-content h2.breadcrumb__title {
    font-size: 3rem;
    font-size: clamp(2rem, 3rem, 8vw);
    line-height: 2.5rem;
    line-height: clamp(2.5rem, 3.5rem, 9vw);
}

section.about-area {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
}

.about-area .about-heading {
    padding-left: 0;
}

section.banner-parceiro .row {
    padding: 10vh 0;
    margin: 5vh 0;
    background-size: cover;
}

.service-area2 {
    padding-top: 0;
    padding-bottom: 0;
}

.contrate-sobre {
    padding: 10vh 0;
    margin: 5vh auto;
}

#pag-sobre .row.service-wrap .col .service-item:before {
    background-color: var(--fx-primary-800);
}

#pag-sobre .row.service-wrap .col:hover {
    border: 1px solid var(--fx-primary-800);
}

#produto-descricao {
    display: none;
}

.product-area>.container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.product-area h2 {
    font-size: 2rem;
    font-size: clamp(1.25rem, 1.5rem, 8vw);
    line-height: 1.75rem;
    line-height: clamp(1.5rem, 1.75rem, 9vw);
}

.product-list-columns h2 {
    margin: 0.5rem 0;
}

.product-area p {
    line-height: 1.5;
    margin-bottom: 1rem;
    text-align: left;
}

.product-area #produto-informacoes {
    margin-top: 2rem;
    background-color: var(--fx-primary-100);
    padding: 1rem;
    gap: 1rem;
    border-radius: 1rem;
}

.product-area .product-list-icon {
    display: inline-flex;
    row-gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    width: 100%;
}

.product-area .product-list-icon>div {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    white-space: nowrap;
    text-align: center;
    align-items: center;
}

.product-area .product-list-icon.product-list-icon--wrap>div {
    white-space: normal;
}

.product-area #produto-meios .product-list-icon.product-list-icon--wrap div {
    text-align: left;
}

.product-area .product-list-icon.product-list-icon--wrap>div>*:not(.fx-icon-container) {
    line-height: 1rem;
    font-size: 1rem;
}

.product-area .product-list-big-text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.product-area .product-list-big-text h2 {
    margin-bottom: 0.5rem;
}

#produto-meios>div:first-child>h2 {
    font-weight: 700;
    font-size: 2.75rem;
    font-size: clamp(2rem, 2.75rem, 9vw);
    line-height: 3rem;
    line-height: clamp(2.5rem, 3rem, 10vw);
}

.about-heading .col-sm-4 {
    text-align: center;
}

.about-heading .col-sm-4 video {
    width: 70%;
    max-width: 240px;
}

.about-heading .col-sm-8 {
    padding-top: 2rem;
}

.contrate-sobre .button-shared {
    text-align: center;
}

@media (max-width: 767px) {
    .about-heading .row:nth-child(2) {
        flex-wrap: wrap-reverse;
    }
}

/* Páginas de produto */
.nav-produto ul {
    margin-bottom: 20px;

    display: flex;

    flex-wrap: wrap;
}

.nav-produto ul li a {
    color: white;

    position: relative;

    font-weight: 500;
}

.nav-produto ul li a:after {
    content: "";

    height: 1px;

    width: 0;

    background: white;

    position: absolute;

    bottom: 0;

    right: 0;

    -webkit-transition: 0.25s ease;

    -moz-transition: 0.25s ease;

    -ms-transition: 0.25s ease;

    -o-transition: 0.25s ease;

    transition: 0.25s ease;
}

.nav-produto ul li a:hover:after {
    right: auto;

    left: 0;

    width: 100%;
}

.product-area .row.product-row:last-child {
    margin-bottom: 4rem;
}

.product-row ul li {
    list-style: none;
}

.product-row ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    display: inline-block;
    margin-right: 0.5rem;
    color: var(--fx-primary-800);
}

.product-row ol li {
    list-style: none;
    counter-increment: li;
    margin-bottom: 0.5rem;
}

.product-row ol li:before {
    content: counter(li);
    margin-right: 0.5rem;
    color: var(--fx-primary-800);
    font-weight: 600;
}

.icone-produto {
    font-size: 5rem;
    color: var(--fx-primary-700);
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.icone-produto video,
.icone-produto img {
    width: 100%;
    max-width: 128px;
}

.blue-background {
    background-color: #045ba7;
    background: linear-gradient(to right, #34bceb 0, #045ba7 100%);
}

/* TRABALHE CONOSCO */

.form-trabalhe .title-form {
    margin: 30px 0 10px 0;
}

.form-trabalhe label {
    font-size: 0.75rem;
}

/* Página de categorias */

section.produtos-categoria {
    margin: 50px 0;
}

.produtos-categoria ul.lista-menu {
    margin-bottom: 20px;
}

.lgpd-overlay {
    width: 100vw;
    position: fixed;
    top: 0px;
    z-index: 10000006;
}

.lgpd-footer {
    width: calc(100vw - 3rem);
    max-width: 1280px;
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 1);
    padding: 1.5rem 2rem;
    z-index: 10000007;
    border-radius: 1rem;
}

.lgpd-footer-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.footer-area {
    background-color: var(--fx-white);
}

.footer-area .footer-copyright .copyright-desc {
    font-size: 0.9rem;
    color: var(--fx-gray-400);
}

.footer-area .footer-copyright .copyright-desc a {
    color: var(--fx-gray-500);
    font-weight: 500;
}

#whatsapp-float-btn {
    position: fixed;
    right: -150px;
    bottom: 30px;
    z-index: 9999;
    width: 4rem;
    height: 4rem;
    text-align: center;
    line-height: 1.5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #25D366;
    -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
    color: #fff;
    font-size: 2.5rem;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

#whatsapp-float-btn.visible {
    right: 30px;
    opacity: 1;
    visibility: visible;
}

#whatsapp-float-btn.back-btn-shown {
    right: 90px;
}