@charset "UTF-8";
/* Imports */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Catamaran:900");
/* Fim Impots */


body {
    font-family: "Montserrat", sans-serif !important;
}

body.open {
    overflow: hidden;
}

body.open:after {
    content: "";
    position: fixed;
    left: 0;
    top: 88px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    pointer-events: none;
}

body.open #header-home .menu_here {
    max-height: calc(100vh - 88px);
    overflow: auto;
}

/*
.flickity-button {
    width: 50px;
    height: 50px;
    background: url(assets/img/sprite-site-eficaz.svg);
    background-repeat: no-repeat !important;
    background-size: auto 100px !important;
    background-position-y: -50px !important;
}

.flickity-button:hover {
    background: url(assets/img/sprite-site-eficaz.svg);
}

.flickity-button:focus {
    box-shadow: none;
}

.flickity-button svg {
    display: none;
}

.flickity-button.previous {
    left: 0;
    background-position-x: -500px;
}

.flickity-button.next {
    right: 0;
    background-position-x: -550px;
}
*/
#header-home {
    padding-top: 20px;
    height: 100%;
}

@media screen and (max-width: 768px) {
    #header-home {
        position: relative;
        height: auto;
        padding: 0;
    }
}

#header-home-background {
    position: absolute;
    top: 0;
    left: -1%;
    width: 101%;
    height: 100%;
    background: #142e53;
    z-index: -1;
}

#header-home-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#header-home .logo-site {
    display: block;
    content: url('/wp-content/uploads/2022/06/eficaz_logo_cutted_no_quality_loss.png');
}

@media screen and (max-width: 768px) {
    #header-home .logo-site {
        content: url('/wp-content/uploads/2022/06/eficaz_logo_black_cutted.png');
    }
}

#header-home #header-home-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
}

#header-home .menu_here {
    display: flex;
    align-items: center;
    padding: 0;
}

@media screen and (max-width: 768px) {
    #header-home .menu_here {
        display: block;
        position: absolute;
        top: 100%;
        background-color: #fff;
        z-index: 2;
    }
}

#header-home .header-home-menu {
    width: 100%;
}

#header-home .header-home-menu-content {
    display: flex;
    padding: 0 15px;
}

#header-home .header-home-menu-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header-home .header-home-menu-content .menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#header-home .header-home-menu-content .menu .menu-item {
    position: relative;
}

#header-home .header-home-menu-content .menu .menu-item h2 {
    font-size: 0.9rem;
}

#header-home .header-home-menu-content .menu .menu-item:hover:before {
    content: url(assets/img/torre.png);
    position: absolute;
    left: -15px;
}

#header-home .header-home-menu-content .menu .menu-item:hover a {
    color: #45b0e4;
}

#header-home .header-home-menu-content .menu .menu-item:hover .sub-menu {
    display: block;
}

@media screen and (max-width: 768px) {
    #header-home .header-home-menu-content .menu .menu-item:hover .sub-menu {
        display: none;
    }
}

#header-home .header-home-menu-content .menu .menu-item a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

#header-home .header-home-menu-content .menu .menu-item .sub-menu {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    width: 320px;
    padding: 25px;
    border: 1px solid #45b0e4;
    border-top-left-radius: 30px;
    background-color: #fff;
    z-index: 1;
}

#header-home .header-home-menu-content .menu .menu-item .sub-menu .menu-item {
    border: none;
}

#header-home .header-home-menu-content .menu .menu-item .sub-menu .menu-item:hover a {
    color: #4483c4;
}

#header-home .header-home-menu-content .menu .menu-item .sub-menu .menu-item a {
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #575858;
}

@media screen and (max-width: 768px) {
    #header-home .header-home-menu-content .menu .menu-item .sub-menu {
        position: static;
        width: 100%;
        border: 0;
        border-radius: 0;
    }

    #header-home .header-home-menu-content .menu .menu-item .sub-menu .menu-item:last-child {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    #header-home .header-home-menu {
        display: none;
    }

    #header-home .header-home-menu-content .menu {
        position: relative;
        display: block;
        pointer-events: none;
    }

    #header-home .header-home-menu-content .menu:before {
        content: url(assets/img/close-menu.png);
        position: absolute;
        right: 0;
        pointer-events: auto;
    }

    #header-home .header-home-menu-content .menu .menu-item {
        margin: 0 0 15px;
        pointer-events: auto;
    }

    #header-home .header-home-menu-content .menu .menu-item.menu-item-has-children:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        font-family: "Font Awesome 5 Free";
        font-size: 30px;
        font-weight: 900;
        line-height: 24px;
        pointer-events: none;
        color: #888;
    }

    #header-home .header-home-menu-content .menu .menu-item.menu-item-has-children.show:after {
        content: "";
        color: #4483c4;
    }

    #header-home .header-home-menu-content .menu .menu-item.show a {
        color: #4483c4;
    }

    #header-home .header-home-menu-content .menu .menu-item:first-child a {
        display: inline-block;
    }

    #header-home .header-home-menu-content .menu .menu-item a {
        display: block;
        color: #888;
    }

    #header-home .header-home-menu-contact {
        padding: 15px;
        border-top: 1px solid #e9e9e9;
    }

    #header-home .header-home-menu-contact .title {
        background: -webkit-linear-gradient(#417abd, #45b0e4);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 18px;
        font-weight: 700;
    }

    #header-home .header-home-menu-contact .phone a {
        display: inline-block;
        padding-right: 15px;
        border: 1px solid #46a6dd;
        border-radius: 10px;
        background: -webkit-linear-gradient(#417abd, #45b0e4);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 18px;
        font-weight: 700;
        line-height: 42px;
    }

    #header-home .header-home-menu-contact .phone a img {
        margin: 0 15px;
    }
}

#header-home .localIconMenu i {
    background: #417abd;
    background: -moz-linear-gradient(180deg, #417abd 0%, #45b0e4 100%);
    background: -webkit-linear-gradient(180deg, #417abd 0%, #45b0e4 100%);
    background: linear-gradient(180deg, #417abd 0%, #45b0e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#417abd", endColorstr="#45b0e4", GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#header-home .localIconMenu .icon-menu {
    font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
    #header-home .d-menu {
        background-color: #fff;
    }

    #header-home .d-menu .c-menu .r-menu {
        position: relative;
        padding: 15px 0;
    }
}

#header-home .c-banner {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 45px;
}

#header-home .c-banner .r-banner {
    margin: auto 0;
}

@media screen and (max-width: 768px) {
    #header-home .c-banner .r-banner {
        margin: 40px 0;
    }
}

#header-home .top_content {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    #header-home .top_content {
        margin-bottom: 40px;
    }
}

#header-home .top_content img {
    object-fit: contain;
    object-position: center;
}

@media screen and (max-width: 768px) {
    #header-home .top_content img {
        width: auto;
        height: 70px;
    }
}

#header-home .top_content .localtext {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 20px;
}

#header-home .top_content .localtext h2 {
    margin: 0;
    background: -webkit-linear-gradient(#417abd, #45b0e4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 52px;
    font-weight: 700;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    #header-home .top_content .localtext h2 {
        font-size: 20px;
        line-height: normal;
    }
}

#header-home .top_content .localtext p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    #header-home .top_content .localtext p br {
        display: none;
    }
}

#header-home .buttons_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
    padding: 0 140px;
}

@media screen and (max-width: 1200px) {
    #header-home .buttons_top {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    #header-home .buttons_top {
        margin: 0;
    }
}

#header-home .buttons_top a {
    width: 340px;
    border: 1px solid #fff;
    border-radius: 30px;
    background: transparent;
    font-size: 18px;
    line-height: 68px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

#header-home .buttons_top a h2 {
    font-size: 18px;
    line-height: inherit;
}

#header-home .buttons_top a:hover {
    border-color: transparent;
    background: -webkit-linear-gradient(#417abd, #45b0e4);
}

@media screen and (max-width: 992px) {
    #header-home .buttons_top a {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #header-home .buttons_top a {
        border: 0;
        border-radius: 15px;
        background: -webkit-linear-gradient(#417abd, #45b0e4);
        font-size: 12px;
        line-height: 45px;
    }

    #header-home .buttons_top a.gradient {
        margin-bottom: 20px;
    }
}

#header-home.header {
    height: auto;
}

#header-home.header,
#header-home.header-home {
    padding: 0;
}

#header-home.header .d-menu,
#header-home.header-home .d-menu {
    position: relative;
    padding: 10px 0;
}

#header-home.header .d-menu:after,
#header-home.header-home .d-menu:after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 5px;
    background: -webkit-linear-gradient(#417abd, #45b0e4);
}

#header-home.header .header-home-menu-content .menu .menu-item:hover a,
#header-home.header-home .header-home-menu-content .menu .menu-item:hover a {
    color: #45b0e4;
}

#header-home.header .header-home-menu-content .menu .menu-item a,
#header-home.header-home .header-home-menu-content .menu .menu-item a {
    color: #575858;
}

#header-home.header .header-home-menu-content .menu .menu-item .sub-menu .menu-item:hover a,
#header-home.header-home .header-home-menu-content .menu .menu-item .sub-menu .menu-item:hover a {
    color: #4483c4;
}

#header-home.header .header-home-menu-content .menu .menu-item .sub-menu .menu-item a,
#header-home.header-home .header-home-menu-content .menu .menu-item .sub-menu .menu-item a {
    color: #575858;
}

#header-home.fixed .d-menu {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
}

#header-home.fixed .d-menu .logo-site {
    content: url('/wp-content/uploads/2022/06/eficaz_logo_black_cutted.png');
}

.button {
    display: block;
    width: 350px;
    margin: 75px auto 0;
    border-radius: 30px;
    background: -webkit-linear-gradient(#417abd, #45b0e4);
    font-size: 24px;
    line-height: 65px;
    text-align: center;
    color: #fff;
}

.button:hover {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .button {
        width: 100%;
    }
}

#posts a {
    background: -webkit-linear-gradient(#417abd, #45b0e4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

#posts #post {
    margin-bottom: 30px;
}

#posts #post .categories {
    margin-bottom: 30px;
}

#posts #post .categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#posts #post .categories ul li {
    display: inline-block;
    padding: 0 20px;
    border-top-right-radius: 30px 100%;
    background-color: #5879ba;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

#posts #post .title a {
    font-size: 24px;
    line-height: 24px;
}

#posts #post .excerpt {
    margin: 20px 0;
}

#posts #post .excerpt,
#posts #post .data {
    font-size: 14px;
    line-height: 20px;
    color: #575858;
}

#posts .view-more a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

.page-extra .banner {
    width: 100%;
}

.page-extra .container {
    margin: 45px auto;
}

.page-extra .box {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-extra .box li {
    display: flex;
    align-items: center;
    height: 85px;
    padding: 0 34px;
    border: 1px solid #45b0e4;
    transition: background-color 0.3s linear;
    cursor: pointer;
}

.page-extra .box li h2,
.page-extra .box li h3 {
    font-size: 0.9rem;
    margin: 0;
}

.page-extra .box li:first-child {
    border-top-left-radius: 30px;
}

.page-extra .box li:hover,
.page-extra .box li.active {
    background-color: #45b0e4;
}

.page-extra .box li:hover a,
.page-extra .box li.active a {
    color: #fff;
}

.page-extra .box li:hover img,
.page-extra .box li.active img {
    filter: brightness(0) invert(1);
}

.page-extra .box li a {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    color: #575757;
}

.page-extra .content .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .page-extra .content .title {
        align-items: flex-start;
        flex-flow: column;
    }

    .page-extra .content .title .left {
        margin-bottom: 30px;
    }

    .page-extra .content .title .left img {
        width: 100%;
    }
}

.page-extra .content .image img {
    width: 100%;
}

.page-extra .content .images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-extra .content .text {
    display: table;
    margin: 30px auto;
    font-size: 14px;
    line-height: 24px;
    color: #575757;
}

.page-extra .content .text h1,
.page-extra .content .text h3 {
    display: table;
    margin: 30px auto;
    font-size: 14px;
    line-height: 24px;
    color: #575757;
}

.page-extra .content .images img {
    margin-left: 30px;
}

.page-extra .content .images img:first-child {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .page-extra .content .images img {
        margin-left: 0;
    }

    .page-extra .content .images img:first-child {
        margin-bottom: 30px;
    }
}

.page-extra hr {
    margin: 70px 0;
    border-top: 1px dashed #575757;
}

#services .banner {
    content: url(assets/img/banner-servicos.png);
}

@media screen and (max-width: 768px) {
    #services .banner {
        content: url(assets/img/banner-servicos-mobile.png);
    }
}

#partners .banner {
    content: url(assets/img/banner-parceiros.png);
}

@media screen and (max-width: 768px) {
    #partners .banner {
        content: url(assets/img/banner-parceiros-mobile.png);
    }
}

#partners .box li {
    height: 54px;
    padding: 0 0 0 24px;
}

#partners .box li a {
    margin-left: 0;
    font-size: 13px;
    font-weight: 700;
}

#partners .image {
    display: table;
    margin: 30px auto;
}

@media screen and (max-width: 768px) {
    #partners .image img {
        width: 100%;
    }
}

#about-us .banner {
    content: url(assets/img/banner-sobre-nos.png);
}

@media screen and (max-width: 768px) {
    #about-us .banner {
        content: url(assets/img/banner-sobre-nos-mobile.png);
    }
}

#about-us .banner2 {
    display: flex;
    justify-content: center;
}

#about-us .banner2 img {
    object-fit: contain;
    padding: 0 15px;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #about-us .banner2 {
        flex-direction: column-reverse;
    }
}

#about-us .container {
    margin: 0 auto;
}

#about-us .container .row {
    margin: 45px 0;
}

#about-us .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

#about-us .content .text {
    margin: 0 auto;
}

#about-us .image {
    display: table;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #about-us .image img {
        width: 100%;
    }
}

#about-us #carousel {
    display: flex;
    align-items: center;
}

#about-us #carousel img {
    width: 211px;
    height: 240px;
    margin: 0 auto;
    filter: grayscale(1);
}

#about-us #carousel .slick-slide {
    outline: none;
    cursor: pointer;
}

#about-us #carousel .slick-slide:hover img {
    filter: grayscale(0);
}

#about-us #equipe {
    width: 100%;
    margin-bottom: 30px;
}

#about-us #trabalhe {
    text-align: center;
}

#about-us .back-color {
    background: #FAFAFA;
    padding: 45px 0;
}

#contact .banner {
    content: url(assets/img/banner-contato.png);
}

@media screen and (max-width: 768px) {
    #contact .banner {
        content: url(assets/img/banner-contato-mobile.png);
    }
}

#contact .content .text h1,
#contact .content .text h2 {
    display: block;
    font-size: 17px;
    font-weight: normal;
}

#contact .content .text h1 a,
#contact .content .text h2 a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
    color: #479fd9;
}

#contact .content .text p a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
    color: #479fd9;
}

@media screen and (max-width: 768px) {
    #contact .row {
        flex-direction: column-reverse;
    }
}

.title_icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 100px 0;
    background: -webkit-linear-gradient(#417abd, #45b0e4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.title_icon h1,
.title_icon h3,
.title_icon h4 {
    font-size: 36px;
    font-weight: 700;
    display: contents;
}

.title_icon:before {
    content: "";
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: url(assets/img/icontitles.png) no-repeat center;
}

.title_icon:after {
    content: attr(data-text);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 194px;
    font-weight: 700;
    text-align: center;
    -webkit-text-fill-color: #45b0e4;
    opacity: 0.12;
}

@media screen and (max-width: 768px) {
    .title_icon {
        margin: 65px 0;
        font-size: 26px;
    }

    .title_icon:after {
        font-size: 84px;
    }

    .title_icon br {
        display: none;
    }
}

@media screen and (max-width: 412px) {
    .title_icon {
        font-size: 20px;
    }

    .title_icon:after {
        font-size: 65px;
    }
}

.text-avs {
    font-size: 1.2rem;
    line-height: 35px;
    text-align: center;
    padding: 0 130px;
    font-weight: 300;
    color: #888888;
}

@media screen and (max-width: 768px) {
    .text-avs {
        padding: 0;
    }
}

.localopenvideo {
    margin: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.localopenvideo .borderbackvideo {
    position: absolute;
    width: 100%;
    height: 0;
    border: 1.5px dashed lightgrey;
}

.localopenvideo .imagevideo {
    border: 2px solid #417ABD;
    width: 300px;
    height: auto;
    border-radius: 5px;
    border-top-left-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 0 30px white;
    cursor: pointer;
    z-index: 1;
}

.localopenvideo .imagevideo img {
    width: 100%;
    height: auto;
}

.b-cases {
    padding: 50px 0;
    background-color: #152d4e;
}

.cases {
    padding: 0 50px;
}

.cases .brand {
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 33.333333%;
    transform: scale(0.8);
}

.cases .brand.is-selected {
    transform: scale(1);
}

.cases .brand.is-selected .image {
    border: 2px solid #45b0e4;
    border-top-left-radius: 60px;
}

.cases .brand .image {
    width: 311px;
    height: 516px;
}

.cases .brand .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cases .brand .content {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 30px;
    height: 40%;
}

.cases .brand .content .logo {
    margin-bottom: 30px;
}

.cases .brand .content .text {
    font-family: "Catamaran", sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 36px;
    text-align: center;
    color: #45b0e4;
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 1200px) {
    .cases .brand .content .text {
        font-size: 32px;
        line-height: 32px;
    }
}

@media screen and (max-width: 992px) {
    .cases .brand {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .cases .brand .content {
        transform: translateY(-50%);
    }
}

.c-image-form {
    display: flex;
    justify-content: center;
}

.customers {
    padding: 0 50px;
}

.customers .flickity-slider {
    display: flex;
    align-items: center;
    height: inherit;
}

.customers .flickity-slider .customer {
    display: flex;
    justify-content: center;
    width: 20%;
    height: 150px;
}

.customers .flickity-slider .customer img {
    width: 80%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 992px) {
    .customers .flickity-slider .customer {
        width: 100%;
    }
}

#sb_instagram .sbi_photo {
    border: 1px solid #eee;
    border-top-left-radius: 40px;
}

.rodape {
    position: relative;
    margin-top: 100px;
    padding: 30px 0;
    padding-top: 20px;
    background: #323232;
    color: #939393;
}

.rodape:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: 5px;
    background: -webkit-linear-gradient(#417abd, #45b0e4);
}

@media screen and (max-width: 768px) {
    .rodape {
        text-align: center;
    }

    .rodape .menu_footer {
        border-bottom: 1px solid #939393;
    }

    .rodape .alllogop.gpp {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #939393;
    }
}

.rodape a {
    color: #939393;
}

.partnerGoogle {
    margin-top: -30px;
    display: block;
}

.rodape a:hover {
    text-decoration: none;
    color: #939393;
}

.rodape .barracinza {
    width: 100%;
    height: 1px;
    position: relative;
    margin: 10px 0;
    background: #939393;
}

.rodape .alllogop img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 992px) {
    .rodape .alllogop img {
        width: unset;
    }
}

.rodape .alllogop.gpp {
    margin-left: -10px;
}

@media screen and (max-width: 1200px) {
    .rodape .alllogop.gpp {
        margin-left: 0;
    }
}

.rodape .redesandp .redessociais {
    position: absolute;
    right: 15px;
    bottom: 0;
}

@media screen and (max-width: 576px) {
    .rodape .redesandp .redessociais {
        position: relative;
        right: 0;
        display: flex;
        justify-content: center;
    }
}

.rodape .redesandp .redessociais .allredes {
    position: relative;
    width: 38px;
    height: 39px;
    background-position: 0 0;
    background-repeat: no-repeat !important;
    display: inline-block;
    margin: 10px 0px;
}

@media screen and (max-width: 768px) {
    .rodape .redesandp .redessociais .allredes {
        margin: 10px 5px;
    }
}

.rodape .redesandp .redessociais .footer_facebook {
    background: url(assets/img/SOCIAL-MIDIA-EFICAZ.png);
    background-position: 0 0;
}

.rodape .redesandp .redessociais .footer_facebook:hover {
    background-position: 0 -39px;
}

.rodape .redesandp .redessociais .footer_instagram {
    background: url(assets/img/SOCIAL-MIDIA-EFICAZ.png);
    background-position: -38px 0;
}

.rodape .redesandp .redessociais .footer_instagram:hover {
    background-position: -38px -39px;
}

.rodape .redesandp .redessociais .footer_youtube {
    background: url(assets/img/SOCIAL-MIDIA-EFICAZ.png);
    background-position: -76px 0;
}

.rodape .redesandp .redessociais .footer_youtube:hover {
    background-position: -76px -39px;
}

.rodape .redesandp .redessociais .footer_linkedin {
    background: url(assets/img/SOCIAL-MIDIA-EFICAZ.png);
    background-position: -114px 0;
    width: 39px;
}

.rodape .redesandp .redessociais .footer_linkedin:hover {
    background-position: -114px -39px;
}

.rodape .spaceenderecos {
    font-size: 1rem;
}

.rodape .spaceenderecos h3 {
    font-size: 1rem;
}

.rodape .spaceenderecos .endereco {
    position: relative;
    line-height: 22px;
}

.logo_img_rodape {
    position: absolute;
    width: 200px;
    height: 96px;
    background: url(assets/img/logo_eficaz_branco.png) no-repeat;
    background-position: center center;
}

.menu_footer ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.menu_footer ul li {
    margin: 10px 0px;
    font-size: 1rem;
}

.menu_footer ul li h4 {
    font-size: 1rem;
}

.menu_footer ul li:first-child {
    margin-top: 0px;
}

.menu_footer ul li a:hover {
    color: #00c9fd;
}

.localsolutions>.row {
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .localsolutions>.row {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        padding: 0 15px;
    }
}

.localsolutions .structore_solutions {
    position: relative;
    width: 285px;
    margin: 0 47.5px 30px;
    padding: 20px;
    border-top-left-radius: 30px;
    cursor: pointer;
    z-index: 1;
}

.localsolutions .structore_solutions:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 30px;
    background: -webkit-linear-gradient(#417ABD, #45B0E4);
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .localsolutions .structore_solutions {
        margin: 0;
        text-align: center;
    }
}

.localsolutions .structore_solutions:nth-of-type(1) .icons .icon_solutions:nth-of-type(1) {
    background-position-x: -256px;
}

.localsolutions .structore_solutions:nth-of-type(2) .icons .icon_solutions:nth-of-type(1) {
    background-position-x: -320px;
}

.localsolutions .structore_solutions:nth-of-type(3) .icons .icon_solutions:nth-of-type(1) {
    background-position-x: -384px;
}

.localsolutions .structore_solutions:nth-of-type(4) .icons .icon_solutions:nth-of-type(1) {
    background-position-x: -448px;
}

.localsolutions .structore_solutions:nth-of-type(5) .icons .icon_solutions:nth-of-type(1) {
    background-position-x: -512px;
}

.localsolutions .structore_solutions:nth-of-type(6) .icons .icon_solutions:nth-of-type(1) {
    background-position-x: -576px;
}

.localsolutions .structore_solutions h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-weight: bold;
    color: #575858;
}

.localsolutions .structore_solutions p {
    margin: 0;
    line-height: 30px;
    text-transform: uppercase;
    color: #888888;
}

.localsolutions .structore_solutions .icons {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .localsolutions .structore_solutions .icons {
        justify-content: center;
    }
}

.localsolutions .structore_solutions .icons .icon_solutions {
    width: 64px;
    height: 64px;
    background: url("./assets/img/sprite-site-eficaz.svg") no-repeat;
    background-size: auto 128px;
    background-position-y: -64px;
    display: block;
    margin-bottom: 20px;
}

.localsolutions .structore_solutions .icons .icon_solutions:nth-of-type(2) {
    width: 45px;
    height: 45px;
    background-size: auto 90px;
    background-position-x: -495px;
    background-position-y: 0px;
}

@media screen and (max-width: 768px) {
    .localsolutions .structore_solutions .icons .icon_solutions:nth-of-type(2) {
        display: none;
    }
}

.localsolutions .structore_solutions:hover:after {
    opacity: 1;
}

.localsolutions .structore_solutions:hover h2,
.localsolutions .structore_solutions:hover p {
    color: #fff;
}

.localsolutions .structore_solutions:hover .icon_solutions {
    background-position-y: 0;
}

.slick-prev,
.slick-next {
    font-size: 0;
    background: transparent;
    border: none;
    width: 50px;
    height: 50px;
    background: url("./assets/img/sprite-site-eficaz.svg") no-repeat;
    background-size: auto 100px;
    background-position-y: -50px;
    display: block;
}

.slick-prev:focus,
.slick-next:focus {
    outline: none;
}

.slick-prev {
    background-position-x: -500px;
    flex: none;
}

.slick-next {
    background-position-x: -550px;
    flex: none;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: calc(100% - 30px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 100%;
    background-color: #b3c2cb;
}

.slick-dots li.slick-active {
    background: -webkit-linear-gradient(#417abd, #45b0e4);
}

.slick-dots li button {
    padding: 0;
    border: 0;
    font-size: 0;
}

@media screen and (max-width: 768px) {
    #form-container-site-eficaz-f395eb763a5c0c135461 #conversion-site-eficaz-f395eb763a5c0c135461 {
        width: 100% !important;
    }
}

.bannertopo {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 30px;
}

.bannertopo .fundopreto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.bannertopo .fundoImage {
    width: 100%;
    height: 100%;
}

.bannertopo .fundoImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.bannertopo .titulobloghome {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

.bannertopo .titulobloghome h1 {
    letter-spacing: 5px;
    line-height: 50px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
}

@media (max-width: 768px) {
    .bannertopo .titulobloghome h1 {
        font-size: 1.2rem;
        line-height: 25px;
        letter-spacing: 4px;
    }
}

.side_bar {
    margin-top: 20px;
}

.side_bar .screen-reader-text {
    display: none;
}

.side_bar #s {
    border: 1px solid #b0b0b0;
    width: 100%;
    background: url(assets/img/search.png) no-repeat;
    background-size: 20px 20px;
    background-position: right 10px center;
    padding: 10px;
}

.side_bar #searchsubmit {
    width: 20px;
    position: absolute;
    right: 0px;
    opacity: 0;
}

.widget {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ECECEC;
}

.widget ul {
    list-style-type: none;
    padding: 0px;
    margin: 0;
}

.widget ul li {
    font-weight: 500;
}

.widget ul li a {
    color: #404345;
}

.widgettitle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.02rem;
    position: relative;
    margin-bottom: 20px;
}

.widgettitle:after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0%;
    bottom: -8px;
    height: 4px;
    width: 70px;
    background-image: -webkit-linear-gradient(-90deg, #00c9fd 0%, #00a5fe 55%, #0080ff 100%);
    background-image: -o-linear-gradient(-90deg, #00c9fd 0%, #00a5fe 55%, #0080ff 100%);
    background-image: linear-gradient(-90deg, #00c9fd 0%, #00a5fe 55%, #0080ff 100%);
}

a.linkpotsall,
a.linkpotsall:hover {
    text-decoration: none;
    margin: 10px 0;
}

.esqueletopost {
    padding: 20px;
    background: #F9F9F9;
    border-radius: 5px;
    margin: 10px 0;
    transition: box-shadow 0.7s;
}

@media screen and (max-width: 768px) {
    .esqueletopost {
        padding: 10px;
    }

    .esqueletopost .conttext {
        text-align: justify;
        line-height: 20px;
    }
}

.esqueletopost:hover {
    box-shadow: 0 0 5px 0.1px rgba(0, 0, 0, 0.3);
}

.postsThumb {
    color: #333;
    text-decoration: none;
}

.postsThumb .conteudo-page {
    text-align: justify;
}

.postsThumb .thumbnailPost {
    transition: filter 0.5s;
    width: 100%;
    height: auto;
    max-height: 215px;
}

.postsThumb .titulo_page {
    font-size: 1.5rem;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .postsThumb .titulo_page {
        font-size: 1.2rem;
        font-weight: 500;
    }
}

.postsThumb:hover .titulo_page {
    color: #007bff;
}

.postsThumb .typecate {
    position: absolute;
    right: 30px;
    top: -10px;
    z-index: 3;
}

.postdestaque {
    padding: 20px;
    background: #F3F3F3;
    border-radius: 5px;
}

.postdestaque .contimg {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.postdestaque .contimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.conttag {
    color: #fff;
    background: #717374;
    padding: 0px 10px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .conttag {
        font-size: 0.8rem;
    }
}

.conttag h2 {
    font-size: 1rem;
    margin: 3px;
}

.conttag a {
    color: #fff;
    text-decoration: none;
}

.qpost {
    position: relative;
    margin-top: 30px;
}

.qpost .imgp {
    float: left;
    margin-right: 10px;
}

.qpost .imgp img {
    border-radius: 100%;
}

.qpost .nomep {
    font-size: 1rem;
    transform: translate(0, -3px);
    font-weight: normal;
}

.qpost .datapost {
    font-size: 1.09rem;
    transform: translate(0, -12px);
}

.esqueletopost_completo {
    margin-top: 0;
}

.esqueletopost_completo .conttext {
    text-align: justify;
    line-height: 20px;
}

.esqueletopost_completo .conttext div {
    max-width: 100%;
}

.esqueletopost_completo .conttext div p {
    max-width: 100%;
}

.esqueletopost_completo .conttext p {
    max-width: 100%;
}

.esqueletopost_completo .subtitulo h2 {
    font-size: 1.3rem;
    text-align: justify;
    line-height: 21px;
    letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
    .esqueletopost_completo .subtitulo h2 {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .esqueletopost_completo {
        position: relative;
    }

    .esqueletopost_completo img {
        max-width: calc(100vw - 60px);
        height: auto;
    }
}

.autorbottom_sobre {
    border-top: 2px solid #ECECEC;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    border-bottom: 2px solid #ECECEC;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.autorbottom_sobre .at-above-post-page {
    position: absolute;
    right: 0px;
    bottom: 30px;
}

.autorbottom_sobre .imgautor {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 30px;
    float: left;
}

.autorbottom_sobre .imgautor img {
    width: 100%;
    height: 100%;
}

.autorbottom_sobre .sbAutor {
    text-align: center;
    padding: 30px 0;
}

.relacionados ul {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    margin: 20px 0;
    list-style-type: none;
}

.relacionados h3 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.relacionados h3:after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: -8px;
    height: 4px;
    width: 140px;
    transform: translate(-50%);
    background-image: -webkit-linear-gradient(-90deg, #00c9fd 0%, #00a5fe 55%, #0080ff 100%);
    background-image: -o-linear-gradient(-90deg, #00c9fd 0%, #00a5fe 55%, #0080ff 100%);
    background-image: linear-gradient(-90deg, #00c9fd 0%, #00a5fe 55%, #0080ff 100%);
}

.box-relacionado {
    float: left;
    text-align: left;
    min-height: 250px;
    padding: 5px !important;
    list-style: none;
    padding: 5px 0;
    font-size: 0.8rem;
    text-align: left;
}

.box-relacionado img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center center;
}

.box-relacionado a {
    text-align: left;
    color: #000;
    display: inline-block;
    font-size: 1rem;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.box-relacionado a:hover {
    color: #ec1c24;
    text-decoration: none;
}

.wp-pagenavi {
    padding: 20px 0;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    display: inline-flex;
}

/* AddThis */
.at-custom-sidebar {
    z-index: 9 !important;
}

.space_tags {
    border-top: 2px solid #ECECEC;
    padding-top: 20px;
    margin-top: 20px;
    line-height: 0px;
}

.space_tags p {
    font-size: 0.9rem;
    display: inline-block;
}

.space_tags h4 {
    display: inline-block;
    font-size: 0.9rem;
}

/*# sourceMappingURL=style.css.map */
/* Midia */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    font-size: 16px;
}

.notmobile {
    display: block !important;
}

@media screen and (max-width: 992px) {
    .notmobile {
        display: none !important;
    }
}

.notmobile-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media screen and (max-width: 992px) {
    .notmobile-flex {
        display: none !important;
    }
}

.notdesktop {
    display: none !important;
}

@media screen and (max-width: 992px) {
    .notdesktop {
        display: block !important;
    }
}

.corverde {
    color: #72bf44;
}

.color-blue {
    color: #05c9fa !important;
}

.color-dark-blue {
    color: #0081ff !important;
}

.color-gray {
    color: #5f5f5f;
}

.bg-white {
    background-color: white;
}

.space200 {
    height: 200px;
}

.space100 {
    height: 100px;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-bold {
    font-weight: bold;
}

.text-color-white {
    color: #fff;
}

body {
    color: #000;
}

.menu-top {
    padding: 20px 0;
    position: relative;
    width: 100%;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
    z-index: 1040;
}

/*
@media screen and (max-width: 768px) {
    .menu-top {
        position: absolute;
    }
}
*/
.menu-top.onscrollpage {
    background: rgba(0, 0, 0, 0.7);
}

.menu-top.active {
    background: #77BF45;
}

.menu-top .contentTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .menu-top .contentTop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .menu-top .contentTop .logom {
        margin-bottom: 20px;
    }
}

.menu-top .contentTop .logom svg {
    width: auto;
    height: 70px;
}

@media (max-width: 992px) {
    .menu-top .contentTop .logom svg {
        width: auto;
        height: 40px;
    }
}

.menu-top .button_top {
    padding: 10px;
    border: 2px solid #0081ff;
    border-radius: 50px;
    color: #0081ff;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
    text-decoration: none;
    font-weight: bold;
}

.menu-top .button_top:hover {
    text-decoration: none;
}

@media (max-width: 992px) {
    .menu-top {
        padding: 10px 0;
    }

    .menu-top .button_top {
        padding: 5px 10px;
    }
}

#top {
    position: relative;
    max-height: 827px;
}

.content-top .bg__top {
    height: 779px;
    background-position: center;
    width: 100%;
    max-height: 827px;
}

.camp_ifb {
    background: #171B1D;
    padding: 100px 0;
}

.camp_ifb .jsc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.camp_vnpp {
    background: #151819;
    padding: 100px 0;
    color: #fff;
    overflow: hidden;
}

.camp_vnpp .title {
    text-transform: uppercase;
    text-align: center;
    font-size: 5rem;
    font-family: 'a2', sans-serif;
    font-weight: bold;
    line-height: 70px;
}

@media screen and (max-width: 992px) {
    .camp_vnpp .title {
        font-size: 3rem;
        line-height: 40px;
    }
}

.camp_vnpp .logom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .camp_vnpp .logom {
        margin-bottom: 50px;
    }
}

.camp_vnpp .camp_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.camp_vnpp .camp_text h2 {
    font-size: 3.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .camp_vnpp .camp_text h2 {
        font-size: 2rem;
    }
}

.formlocation {
    padding: 100px 0;
    background: #000;
}

.formlocation .title {
    font-family: a2;
    font-size: 5.375rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 80px;
    margin-bottom: 90px;
}

@media screen and (max-width: 992px) {
    .formlocation .title {
        font-size: 2rem;
        line-height: 35px;
    }
}

.formlocation .camp-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.formlocation .camp-form .title-form {
    font-family: a2;
    font-size: 2.8125rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 80px;
    margin-bottom: 40px;
    line-height: 40px;
}

@media screen and (max-width: 992px) {
    .formlocation .camp-form .title-form {
        width: 100%;
        font-size: 2rem;
        line-height: 30px;
    }
}

.formlocation .camp-form .localForm #conversion-bcf-no-parque-form-eficaz-6d39c0e4550225c81c97 {
    background: transparent !important;
    color: #fff !important;
}

.formlocation .camp-form .localForm #conversion-bcf-no-parque-form-eficaz-6d39c0e4550225c81c97 input,
.formlocation .camp-form .localForm #conversion-bcf-no-parque-form-eficaz-6d39c0e4550225c81c97 select,
.formlocation .camp-form .localForm #conversion-bcf-no-parque-form-eficaz-6d39c0e4550225c81c97 .select2-choice {
    padding: 10px 20px !important;
    height: auto !important;
    color: #333 !important;
}

.formlocation .camp-form .localForm #conversion-bcf-no-parque-form-eficaz-6d39c0e4550225c81c97 form label,
.formlocation .camp-form .localForm #conversion-bcf-no-parque-form-eficaz-6d39c0e4550225c81c97 form p.notice,
.formlocation .camp-form .localForm #conversion-bcf-no-parque-form-eficaz-6d39c0e4550225c81c97 form p.notice a {
    color: #fff !important;
}

@media screen and (max-width: 992px) {
    .formlocation .camp-form .localForm #form-container-bcf-no-parque-form-eficaz-6d39c0e4550225c81c97 #conversion-bcf-no-parque-form-eficaz-6d39c0e4550225c81c97 section {
        padding: 0 !important;
    }
}

.formlocation .camp-form .localForm #conversion-bcf-no-parque-form-eficaz-6d39c0e4550225c81c97 div.actions .call_button {
    background: #77BF46 !important;
    color: #fff !important;
}

.formlocation .camp-form .localForm #conversion-bcf-no-parque-form-eficaz-6d39c0e4550225c81c97 div.actions .call_button:not(.editable):hover {
    background: #95CD6F !important;
}

.formlocation .camp-form .localForm #conversion-bcf-no-parque-form-eficaz-6d39c0e4550225c81c97 form input,
.formlocation .camp-form .localForm #conversion-bcf-no-parque-form-eficaz-6d39c0e4550225c81c97 form select,
.formlocation .camp-form .localForm #conversion-bcf-no-parque-form-eficaz-6d39c0e4550225c81c97 form .select2-container,
.formlocation .camp-form .localForm #conversion-bcf-no-parque-form-eficaz-6d39c0e4550225c81c97 form textarea {
    border: none !important;
}

.formlocation .camp-form .hashtags {
    color: #fff;
    font-family: a2;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 50px;
    text-align: center;
}

.formlocation .camp-form .hashtags .p1 {
    font-size: 3.625rem;
}

@media screen and (max-width: 992px) {
    .formlocation .camp-form .hashtags .p1 {
        font-size: 2rem;
    }
}

.formlocation .camp-form .hashtags .p2 {
    font-size: 3.25rem;
}

@media screen and (max-width: 992px) {
    .formlocation .camp-form .hashtags .p2 {
        font-size: 2rem;
    }
}

#contact-form {
    padding: 16px 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media screen and (max-width: 992px) {
    #contact-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#contact-form .mvmt-logo img {
    width: 200px;
    height: auto;
}

#contact-form img {
    width: 200px;
    height: auto;
}

@media screen and (max-width: 768px) {
    #contact-form img {
        margin: 10px 0;
    }
}

@media (max-width: 992px) {
    .camp-cronometro-text:before {
        content: '';
        width: 150px;
        height: 5px;
        position: relative;
        background-color: #05c9fa;
        display: block;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.top-text:after {
    content: '';
    width: 190px;
    height: 20px;
    left: 50%;
    background-color: #05c9fa;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
}

@media (max-width: 992px) {
    .top-text:after {
        content: '';
        width: 150px;
        height: 5px;
        left: 50%;
        background-color: #05c9fa;
        position: relative;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
    }
}

.border-bottom-blue {
    border-bottom: 6px solid #0081ff;
}

.barrinha-dark-azul {
    width: 150px;
    height: 10px;
    display: block;
    position: relative;
    background-color: #0081ff;
}

.barrinha-light-azul {
    width: 150px;
    height: 10px;
    display: block;
    position: relative;
    background-color: #05c9fa;
}

@media screen and (max-width: 992px) {
    .barrinha-dark-azul {
        width: 130px;
        height: 5px;
        display: block;
        position: relative;
        background-color: #0081ff;
    }
}

.barrinha-azul {
    width: 100px;
    height: 5px;
    display: block;
    position: relative;
    background-color: #05c9fa;
}

.barrinha-cinza {
    width: 150px;
    height: 10px;
    display: block;
    position: relative;
    background-color: #5f5f5f;
}

@media screen and (max-width: 992px) {
    .barrinha-cinza {
        width: 130px;
        height: 5px;
        display: block;
        position: relative;
        background-color: #5f5f5f;
    }
}

.stitle {
    font-family: Montserrat;
    font-weight: 900;
    font-size: 2rem;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .stitle {
        font-size: 1.5rem;
    }
}

.content-text {
    color: #5f5f5f;
    font-family: Montserrat;
    font-size: 0.9rem;
    margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .content-text {
        font-size: 0.9rem;
    }
}

.icon-text img {
    width: 32px;
    height: auto;
    margin-right: 10px;
}

.icon-text {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.2rem;
}

@media screen and (max-width: 992px) {
    .icon-text {
        font-size: 0.9rem;
    }
}


#section-letter-u {
    background-color: #f2eeee;
    height: 550px;
}

@media screen and (max-width: 767px) {
    #section-letter-u {
        background-color: #f2eeee;
        height: 780px;
    }
}

.section-all {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 400px;
}

@media screen and (min-width: 1200px) {
    .section-all {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 500px;
    }
}

@media screen and (max-width: 992px) {
    .section-all {
        height: auto;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

#section-m-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 480px;
    background: #f4f4f4;
}

#section-m-one .row {
    width: 100%;
}

#section-m-one {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}

#section-m-one .m__image {
    margin-right: 120px;
}

#section-m-one .m__text {
    max-width: 552px;
}

.carousel-peaple-icons {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #section-letter-m-secondary {
        background-color: #f2eeee;
        height: 560px;
    }
}

#section-letter-m-secondary {
    background-color: #f2eeee;
    height: 560px;
}

@media (max-width: 991px) {
    #section-letter-m-secondary {
        height: 780px;
    }
}

@media screen and (min-width: 1200px) {
    #section-letter-m-secondary {
        height: 680px;
    }
}

@media screen and (max-width: 1199px) {
    #section-letter-i.section-all:before {
        right: 5%;
        margin-left: -5%;
    }
}

.p-images img {
    margin: 20px;
    max-height: 70px;
}

.p-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.a-images img {
    max-height: 180px;
    max-width: 300px;
    margin: 30px 20px;
}

.a-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#section-ecom {
    width: 100%;
    height: 955px;
}

/*

#section-ecom img {
    width: 100%;
    height: 100%;
}
*/

@media screen and (max-width: 992px) {

    #section-ecom,
    .bg__top img {
        height: 650px;
    }
}

#section-video {
    height: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 992px) {
    #section-video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
    }
}

#section-ecom .btn {
    border-radius: 15px;
}

#section-ecom .barrinha-light-azul {
    margin: 0 auto;
}

#section-ecom .stitle {
    text-align: center;
}

#section-ecom .content-text {
    font-size: 18px;
    text-align: center;
}

#section-letter-t {
    background-color: #f2eeee;
    height: auto;
}

.button_top:hover {
    color: #fff;
    background-color: #0081ff;
}


@media (max-width: 992px) {
    .section-all:before {
        display: none !important;
    }
}

.is-nav-selected {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
}

#section-letter-s {
    width: 100%;
    margin-top: 20px;
    height: 600px;
}

#section-letter-s .bg-white {
    width: 100%;
    height: 100%;
}

#section-letter-s .bg-white {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-top: 150px;*/
}

#section-letter-s .bg-white .s__text {
    margin-right: 50px;
}

#section-letter-i {
    margin: 100px;
}

.sector {
    margin: 0 auto;
}

#section-letter-i .row .stitle {
    text-align: center;
}

#section-letter-i .row h3 color {
    color: #5f5f5f;
}

#section-letter-i .row .barrinha-dark-azul {
    margin: 0 auto;
}

#section-letter-i .row .p-images {
    display: flex;
    justify-content: space-between;
}

#section-letter-i .setores {
    width: 25%;
    text-align: center;
    margin-bottom: 50px;
}

#section-letter-i .setores img {
    margin: 0 auto 30px auto;
}

#section-letter-j {
    max-height: 2040px;
    background: #f4f4f4;
    padding: 0 0 32px;
}

#section-letter-j .container {
    margin-top: 50px;
}

#section-letter-j .p-texts {
    height: 100%;
}

#section-letter-j .jTitle {
    margin: 30px 0 50px 0;
}

#section-letter-j .jTitle h3 {
    text-align: center;
}

#section-letter-j .jTitle .barrinha-cinza {
    margin: 0 auto;
}

#section-letter-j .p-texts .linha__1,
#section-letter-j .p-texts .linha__2,
#section-letter-j .p-texts .linha__3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

#section-letter-j .servicos__eficaz {
    width: 40%;

}

#section-letter-j .p-texts .linha__1 .stitle,
#section-letter-j .p-texts .linha__2 .stitle,
#section-letter-j .p-texts .linha__3 .stitle {
    font-size: 22px;
}

#section-letter-k .kTitle {
    margin-top: 30px;
}

#section-letter-k .kTitle h3 {
    text-align: center;
    font-weight: 900;
    letter-spacing: -1px;
    font-size: 32px;
}

#section-letter-k .kTitle .barrinha-dark-azul {
    margin: 0 auto;
}

#section-letter-k .k-images {
    display: flex;
    justify-content: space-between;
}

#section-letter-k .k-images .diferencial {
    width: 30%;
    margin-bottom: 50px;
}

#section-letter-k img {
    display: block;
    margin: 50px auto;
}

#section-letter-k .k-images .diferencial p {
    text-align: center;
}

#contact-form .barrinha-light-azul {
    margin: 0 auto;
}

#contact-form .content {
    margin-top: 32px;
}

#contact-form .stitle {
    text-align: center;
}

.footer {
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.footer img {
    width: 130px;
}

/* new media */
@media (min-width: 992px) and (max-width: 1120px) {
    #section-letter-s .bg-white .s__text {
        margin-left: 50px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #section-letter-s img {
        width: 480px;
    }

    #section-letter-s .bg-white .s__text {
        margin-left: 50px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #section-m-one .m__image {
        margin: 10px;
        width: 300px;
    }

    #section-m-one .m__image img {
        width: 300px;
    }
}

@media (min-width: 425px) and (max-width: 768px) {


    #section-letter-j .p-texts .linha__1,
    #section-letter-j .p-texts .linha__2,
    #section-letter-j .p-texts .linha__3 {
        display: block;
        margin: 0;
    }

    #section-letter-j .servicos__eficaz {
        width: 100%;
        margin-bottom: 100px;
    }

    #section-letter-s .bg-white {
        display: block;
        text-align: center;
    }

    #section-letter-s .bg-white .icon-text {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #section-letter-s img {
        width: 300px;
    }

    #section-letter-s .barrinha-dark-azul,
    #section-m-one .barrinha-cinza {
        margin: 0 auto;
    }

    #section-letter-s .bg-white .s__text {
        margin: 0;
    }

    #section-m-one {
        display: block;
        text-align: center;
        height: 600px;
    }

    #section-m-one img {
        width: 300px;
        margin: 30px 0 30px 0;
    }

    #section-m-one .m__image {
        margin: 0 auto !important;
    }

    #section-m-one .m__text {
        max-width: 768px;
    }

    #contact-form .foo__text {
        max-width: 600px;
        text-align: center;
    }

}

@media (max-width: 425px) {

    #section-letter-s .bg-white .s__text {
        margin: 0;
    }

    #section-m-one {
        height: 600px;
    }

    #section-letter-j .p-texts .linha__1,
    #section-letter-j .p-texts .linha__2,
    #section-letter-j .p-texts .linha__3 {
        display: block;
        margin: 0;
    }

    #section-letter-j .servicos__eficaz {
        width: 100%;
        margin-bottom: 100px;
    }
}

.slick-prev {
    position: absolute;
    left: 0;
    top: 30%;
    background: none;
    border: 0;
    width: 15px;
    height: 28px;
    color: #808080;
}

.slick-next {
    position: absolute;
    right: 0;
    top: 30%;
    background: none;
    border: 0;
    width: 15px;
    height: 28px;
    color: #808080;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    position: absolute;
    top: 65%;
    right: 0%
}

.slick-dots li button {
    background: #ccc;
    border: 1px solid #eee !important;
    border-radius: 800px;
    width: 8px;
    height: 8px;
}

.slick-dots li {
    margin-right: 5px;
}

.slick-dots .slick-active button {
    background: #0081ff;
}

@media (min-width: 320px) and (max-width: 424px) {

    #section-letter-s .bg-white {
        display: block;
        text-align: center;
    }

    #section-letter-s .bg-white .icon-text {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #section-letter-s img {
        width: 200px;
    }

    .s__text .barrinha-dark-azul,
    .m__text .barrinha-cinza {
        margin: 0 auto;
    }

    #section-letter-i {
        margin: 50px 0 0 0;
    }

    #section-letter-j {
        max-height: 3000px;
    }


    #section-m-one {
        display: block;
        text-align: center;
    }

    #section-m-one img {
        width: 200px;
    }

    #section-m-one .m__image {
        margin: 0 0 30px 0 !important;
    }

    #section-m-one .m__image img {
        margin-top: 50px;
    }

    #section-m-one .m__text {
        max-width: 320px;
        margin: 0 auto;
    }

    #contact-form .foo__text {
        max-width: 300px;
        text-align: center;
    }
}

.menu-top .contentTop .logom svg {
    width: 150px;
    height: 70px;
}

/*form*/

.wpcf7-form {
    margin-top: 32px;
}

.wpcf7-form p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpcf7-form p input, textarea {
    width: 512px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 0 10px;
}

.wpcf7-form p input {
    height: 32px;
}

.wpcf7-form p label {
    color: #959595;
}

.wpcf7-form p .wpcf7-submit {
    background: #05c9fa;
    font-weight: 800;
    color: #fff;
    height: 50px;
    width: 400px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    cursor: pointer;
    /*position: relative;*/
}

/*.wpcf7-form.submitting p .wpcf7-submit {*/
/*    padding-right: 40px;*/
/*}*/

.wpcf7-form p .wpcf7-spinner {
    display: none;
}

.wpcf7-form.submitting p .wpcf7-spinner {
    display: block;
}

/*end midia*/

/* whats fixed */
.fixed__whatsapp {
    position: fixed;
    left: 60px;
    top: 90%;
    transform: translateX(-50%);
    z-index: 99;
}

.fixed__whatsapp img {
    z-index: 98;
}



/* end whats fixed */

/* --- BLACK FRIDAY STYLE --- */
.black-friday {
    font-family: 'Bai Jamjuree' !important;
    background: #000;
    position: relative;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.black-friday>svg {
    position: absolute;
    top: 430px;
    right: 0;
    z-index: -1;
    bottom: 0;
}

.black-friday__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.black-friday__container>svg {
    margin: 146px 0 118px;
}

.black-friday__content {
    display: flex;
    gap: 115px;
}

.black-friday__rd {
    display: none;
}

.black-friday__left {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.black-friday__left__title {
    font-weight: 700;
    font-size: 34px;
    line-height: 110%;
    color: #FFFFFF;
    max-width: 285px;
}

.black-friday__left__desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    max-width: 290px;
}

.black-friday__left__desc>b {
    font-weight: 700;
}

.black-friday__right {
    display: flex;
    flex-direction: column;
    padding: 54px;
    background: #161616;
    gap: 60px;
    border-radius: 18px;
    z-index: 1;
}

.black-friday__form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.black-friday__right__title {
    max-width: 388px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}

.black-friday__field--input,
.black-friday__field--select {
    display: flex;
    flex-direction: column;
    position: relative;
}

.black-friday__field--select {
    gap: 32px;
}

.black-friday__field--input>input {
    border: 1px solid #2C2C2C;
    border-radius: 4px;
    outline: none;
    background: none;
    width: 388px;
    height: 40px;
    color: #fff;
    padding: 0 10px;
}

.black-friday__field--input>input:required:invalid:focus {
    border-color: red;
}

.black-friday__field--input>input:required:valid:focus {
    border-color: #0692F8;
}

.black-friday__field--input>label {
    position: absolute;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    top: -8px;
    left: 4px;
    background: #161616;
    padding: 0 4px;
}

.black-friday__field--select>label {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    max-width: 388px;
}

.black-friday__field--select>select {
    background: #161616;
    border: 1px solid #2C2C2C;
    border-radius: 4px;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    width: 388px;
    height: 40px;
    padding: 0 16px;
}

.black-friday__form__btn {
    background: #0692F8;
    border-radius: 10px;
    color: #fff;
    padding: 20px 72px;
    outline: none;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.black-friday__form__btn:disabled {
    background: #060606;
    border-color: #0692F8;
}

.black-friday__content:after,
.black-friday__content:before,
.black-friday__left:before,
.black-friday__right:before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
}

/* Esquerda */
.black-friday__left:before {
    background-image: url('https://eficazmarketing.com/wp-content/uploads/2022/10/lpBlackFridayLeft.png');
    width: 480px;
    height: 1000px;
    left: 0px;
    top: -60px;
}

/* Direita cima */
.black-friday__right:before {
    background-image: url('https://eficazmarketing.com/wp-content/uploads/2022/10/lpBlackFridayRight.png');
    width: 765px;
    height: 875px;
    right: 0;
    top: -60px;
    background-position: right;
}

/* Esquerda baixo */
.black-friday__content:after {
    background-image: url('https://eficazmarketing.com/wp-content/uploads/2022/10/lpBlackFridayBottomLeft.png');
    width: 797px;
    height: 912px;
    bottom: 0;
    background-position: bottom;
    top: 380px;
    left: 0;
}

/* Direita baixo */
.black-friday__content:before {
    background-image: url('https://eficazmarketing.com/wp-content/uploads/2022/10/lpBlackFridayBottomRight.png');
    top: 380px;
    right: 0;
    background-position: bottom right;
    width: 797px;
    height: 912px;
    z-index: 1;
}

.black-friday .footer {
    margin-top: 60px;
}

.black-friday .footer__bottom {
    background-color: #fff;
    font-size: 14px;
}

.black-friday .footer__bottom__container {
    height: auto;
    justify-content: center;
    gap: 40px;
    display: flex;
    align-items: center;
    color: #4f5d6f;
}

.black-friday .footer__bottom__container>a {
    padding: 5px;
}

.black-friday .footer__social {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.black-friday .footer__bottom .footer__ocean svg {
    vertical-align: middle;
    margin: 0 17px;
}

.black-friday .footer__social .email .circle,
.black-friday .footer__social .facebook .circle,
.black-friday .footer__social .instagram .circle {
    fill: #2f80ed;
}

.black-friday .footer__social .wpp .circle {
    fill: #26d367;
}

.black-friday .footer__social path {
    fill: #fff;
}

.black-friday .footer__bottom a {
    color: #4f5d6f;
    text-decoration: none;
}

.black-friday .modal {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    gap: 42px;
}

.black-friday .modal__final {
    width: 700px;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #161616;
    border-radius: 18px;
    position: relative;
}

.black-friday .modal__title {
    font-weight: 700;
    font-size: 34px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    max-width: 83%;
}

.black-friday .modal__desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    max-width: 70%;
}

@media screen and (max-width: 911px) {
    .black-friday .modal__final {
        max-width: 95%;
    }

    .footer__ocean,
    .footer__ocean>a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .black-friday {
        max-width: 100%;
    }

    .black-friday__container,
    .black-friday__content,
    .black-friday .footer__bottom__container {
        flex-wrap: wrap;
    }

    .black-friday__right {
        max-width: 95%;
        margin: 0 auto;
    }

    .black-friday__left {
        z-index: 2;
    }

    .black-friday__container>svg {
        max-width: 90%;
        height: 200px;
        margin: 50px 0 0;
        z-index: 2;
    }

    .black-friday__content {
        justify-content: center;
        text-align: center;
        max-width: 100%;
    }

    .black-friday__container>svg>path {
        transform: scale(0.95);
    }

    .black-friday__content:before,
    .black-friday__left:before {
        display: none;
    }

    .black-friday__content:after {
        top: 130%;
        max-width: 100%;
    }

    .black-friday__field--input>input,
    .black-friday__field--select>select {
        max-width: 95%;
    }
}

@media screen and (max-width: 400px) {
    .black-friday__content:after {
        display: none;
    }
}

/* --- END BLACK FRIDAY STYLE --- */

#privacy-polytics {
    padding: 30px;
    max-width: 1250px;
    margin: 0 auto;
}

.privacyTitle {
    font-weight: 600;
    font-size: 20px;
    color: #45b0e4;
}

.privacySubtitle {
    font-size: 16px;
    font-weight: 600;
}

.privacyText {
    padding-left: 10px;
}

.privacyList {
    padding-left: 50px;
    font-weight: 300;
}

/*  */

/* rodape eficaz badge */

div#___partnersbadge_0 {
    position: relative;
    top: -2px;
}

/* end rodape eficaz badge */


/* V13-01-2022 */
.color-cornflowerblue {
    color: #007bff;
}

.section-ecom {
    background-image: url("../img/midia/desktop/FULL_BANNER-2.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*main {*/
/*    margin-top: -150px;*/
/*}*/

@media screen and (max-width: 768px) {
    .content-top .bg__top {
        background-image: url("../img/midia/mobile/FULL_BANNER.webp") !important;
        height: 200px !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section-ecom {
        background-image: url("../img/midia/mobile/FULL_BANNER-2.webp") !important;
        height: 340px !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    main {
        margin-top: -120px;
    }

    #section-letter-s {
        height: 550px;
    }

    #section-letter-k .k-images {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}


/*Versao 07-08-2025*/

#top .logo-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
}

/* Estilização básica do carrossel */
.service-carousel {
    margin: 20px 0;
    width: 100%;
}

.service-carousel .service-slide {
    padding: 0 15px; /* Espaço entre os slides */
}

/* Seta personalizada */
.service-carousel .slick-prev:before, .slick-next:before {
    color: #777; /* Cor das setas */
}

.service-carousel .slick-dots {
    top: 115% !important;
}

.service-slide {
    min-height: 300px !important;
}

#hero {
    overflow: hidden;
}

.bg__top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px; /* Altura do gradiente */
    background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none; /* Permite interação com elementos abaixo */
}