/* Colors */

:root {
    --theme: #1D8B8A;
    --text: #000000;
    --bg: #F7F7F7;
    --header: #000000;
    --theme-grey: #666666;
    --theme-grey-medium: #cccccc;
    --theme-grey-light: #F7F7F7;
    --theme-white: #FFFFFF;
    --theme-black: #000000;
    --main-font: 'Poppins', sans-serif;
    --alt-font: 'Poppins', sans-serif;
}

/* ****** */

/* Custom */

.logo-jan {
  height: 16px !important;
  margin-left: 5px;
  margin-top: -2px;
}

html, body {
    overflow-x: hidden;
}

.modal {
    z-index: 99999;
}

.modal-header {
    background-color: var(--theme-black);
    padding: 15px 30px;
}

.close {
    color: var(--theme-white);
}

.close span {
    font-size: 30px;
}

.modal-title {
    color: var(--theme-white);
    line-height: 1.3;
}

.modal-body {
    padding: 20px 30px 5px;
}

.modal-body h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.modal-body p {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.modal-body .team-details-content .list-items ul li {
    color: var(--theme);
    line-height: 1.4;
}

.modal-body .team-details-content ul {
    margin-top: 5px;
    margin-bottom: 20px;
}

.modal-body .team-details-content .list-items ul li:not(:last-child) {
    margin-bottom: 10px;
}

.modal-body .team-details-content ul li {
    align-items: self-start;
    font-size: 15px;
    gap: 10px
}

.modal-body .team-details-content ul li i {
    line-height: 1.4;
}

button.btn-accept {
    flex: 1;
    background: var(--theme-black);
    color: var(--theme-white);
    border: 1px solid var(--theme-black);
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    font-size: 13px;
    transition: all 400ms ease;
    text-align: center;
}

.btn-policies {
    flex: 1;
    background: var(--theme-white);
    color: var(--theme-black);
    border: 1px solid var(--theme-grey-medium);
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    font-size: 13px;
    transition: all 400ms ease;
    text-align: center;
}

.btn-policies:hover, 
.btn-accept:hover {
    background-color: var(--theme) !important;
    border: 1px solid var(--theme) !important;
    color: var(--theme-white) !important;
}

.header-1 {
    background: rgba(0, 0, 0, 0.4);
}

.header-1 .header-right .search-toggler {
    background-color: var(--theme-white);
    color: var(--theme-black);
}

.header-1 .header-right .search-toggler:hover {
    background-color: var(--theme);
    color: var(--theme-white);
}

.service-box-items-style-2 .service-content {
    padding: 25px 20px 16px;
}

.team-details-content {
    margin-left: 0;
}

.footer-info-area .footer-info-top .social-icon-list .social-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    color: var(--theme-black);
    border-radius: 50%;
    background: var(--theme-white)
}

.footer-info-area .footer-info-top .social-icon-list .social-icon a:hover {
    color: var(--theme-white);
    background: var(--theme)
}

.cta-wrapper-3 .cta-icon-area .cta-first-items {
    gap: 20px;
}

.cta-wrapper-3 .cta-icon-area .cta-first-items .icon i {
    font-size: 68px;
    color: var(--theme-white);
}

.footer-widget-wrapper-1 {
    padding: 90px 0 80px;
}

.service-box-items-style-2 .service-content h3 {
    font-size: 24px;
    color: var(--theme);
}

.service-section-5 {
    background-color: var(--theme-black);
    padding-top: 100px;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.service-section-5::before {
    background-color: var(--theme-white);
    bottom: -2px;
    top: auto;
    width: 100%;
    height: 300px;
}

.service-section-5 .right-content p {
    color: var(--theme-white);
}

.service-section-5 .section-title-area .right-content {
    max-width: 600px;
}

.service-section-5 .section-title-area {
    align-items: flex-start;
}

.section-bg {
    background-color: var(--bg);
}

.section-bg-white {
    background-color: var(--theme-white);
}

.section-bg-black {
    background-color: var(--theme-black);
}

.footer-section::before, 
.sticky {
    background-color: var(--theme-black);
}

.faq-left-content .faq-bottom-area {
    background-color: var(--theme);
}

.hero-11 .hero-bg::before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 28.37%, rgba(0, 0, 0, 0.8) 62.5%);
    width: 100%;
}

.header-1 {
    border: 0;
}

.counter-feature-wrapper .counter-feature-2 .icon {
    background-color: var(--theme-black);
    line-height: 90px;
}

.counter-feature-wrapper .counter-feature-2 .icon i {
    color: var(--theme-white);
    font-size: 32px;
}

.work-process-section-3 {
    margin-top: -2px;
    padding-top: 40px;
    padding-bottom: 100px;
}

.work-process-section-3 .theme-btn {
    margin-top: 40px;
}

.choose-section-3 {
    padding-top: 0;
}
 
.choose-section-3.choose-section-31 {
    padding-top: 100px;
    padding-bottom: 0;
}

.work-process-section-3 .container, 
.choose-section-3.choose-section-31 .container {
    border-bottom: 1px solid var(--theme-black);
    padding-bottom: 100px;
}

.choose-section-3 p, .about-section-2 p, .service-section-5 p {
    margin-bottom: 15px;
}

.service-section-5 .section-title-area .right-content .theme-btn, 
.choose-section-3 .theme-btn {
    margin-top: 15px;
}

.choose-us-section-5 .choose-content-style-5 h4 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(2, 36, 35, 0.2);
    line-height: 1.4;
    font-size: 26px;
}

.choose-us-section-5 .choose-content-style-5 h4.second {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.header-main .main-menu ul li a {
    text-transform: none;
}

.contact-middle-items .contact-form-box h3 {
    font-size: 44px;
}

.contact-section {
    background-color: var(--theme-black);
}

.contact-middle-items {
    margin-top: 150px;
}

.contact-middle-items .contact-form-box .form-clt input, .contact-middle-items .contact-form-box .form-clt textarea {
    text-transform: none;
}

.safe-area .counter-feature-wrapper .counter-feature-2 .content p {
    max-width: 100%;
}

.safe-area .counter-feature-2 {
    display: flex;
    gap: 30px;
}

.safe-area .counter-feature-wrapper .counter-feature-2 .icon i {
    width: 80px;
}

.safe-area .counter-feature-wrapper .counter-feature-2 .content h3 {
    margin-top: 10px;
}

.choose-thumb-style-5 .choose-thumb-1 img {
    border-radius: 12px;
}

.container {
    padding-left: 30px;
    padding-right: 30px;
}

.about-section-2 .container {
    max-width: 1225px;
}

.header-1 .header-right .theme-btn {
    margin-left: 15px;
}

.about-section-2 .section-title h2 {
    margin-bottom: 20px;
}

.about-section-2 {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.about-section-2::before {
    width: 180px;
    height: 80%;
    content: "";
    background-color: var(--theme-black);
    position: absolute;
    top: 10%;
    right: 60px;
    z-index: -1;
    border-radius: 20px;
}

.about-left-content-style-2 .counter-box-area {
    align-items: flex-start;
}

.about-left-content-style-2 .counter-box-area .counter-box {
    min-width: 210px;
}

.about-left-content-style-2 .counter-box-area .counter-box h2 {
    font-size: 140px;
    font-weight: 500;
    margin-left: -5px;
}

.about-left-content-style-2 .counter-box-area .counter-box p {
    font-size: 28px;
    line-height: 1.3;
    color: var(--theme);
    margin-top: 10px;
}

.about-left-content-style-2 .counter-box-area .line {
    height: 480px;
    background-color: var(--theme);
}

.about-left-content-style-2 .counter-box-area {
    gap: 40px;
    margin-top: 0;
}

.about-right-thumb-style-2 img {
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}

.testimonial-section-3 {
    background-attachment: fixed;
    background-position: center;
    background-image: url(../img/banner/haize-sindico-profissional-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    margin-bottom: -2px;
}

.testimonial-section-3::before {
    background-color: rgba(0, 0, 0, 0.7);
}

.work-process-section-3 h4, 
.testimonial-section-3 h4 {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.4;
    font-weight: 400;
}

.theme-btn .btn-title {
    text-transform: none;
}

.service-box-items-style-2.service-style-8 {
    border: 0;
    background-color: var(--theme-white);
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}

.service-slider-5 {
    padding-bottom: 100px;
}

.header-main .logo img {
    height: 40px;
}

.work-process-box-items-style-3 {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.work-process-box-items-style-3:hover, 
.work-process-box-items-style-3.third:hover {
    background-color: var(--theme);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.work-process-box-items-style-3.third {
    background-color: var(--theme-black);
}

.work-process-box-items-style-3:hover h3, 
.work-process-box-items-style-3:hover p, 
.work-process-box-items-style-3.third h3, 
.work-process-box-items-style-3.third p {
    color: var(--theme-white);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.work-process-box-items-style-3.third .line {
    background-color: var(--theme-white);
}

.work-process-box-items-style-3:hover .line, 
.work-process-box-items-style-3.third:hover .line {
    background-color: var(--theme-white);
    color: var(--theme-white);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.faq-items-style-1 .accordion-box .block {
    border: 0;
}

.faq-items-style-1 .accordion-box .block, 
.counter-feature-wrapper {
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}

.counter-feature-wrapper {
    background-color: var(--theme-white);
}

.counter-feature-wrapper .counter-feature-2 .content h3 {
    color: var(--theme);
}

.counter-feature-wrapper .counter-feature-2 .content .line {
    background-color: var(--theme);
}

.counter-feature-wrapper .counter-feature-2 .content p {
    color: var(--theme-black);
}

.work-process-box-items-style-3 .circle-icon {
    border-color: var(--theme-grey-light);
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}

.work-process-box-items-style-3 {
    background-color: var(--theme-white);
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}

.work-process-box-items-style-3 {
    padding: 40px 35px;
}

.work-process-box-items-style-3 .circle-icon {
    top: 73px;
}

.service-bottom-items-2 {
    width: 100%;
    justify-content: center;
    display: flex;
}

.service-bottom-items-2 p {
    color: var(--theme);
    max-width: 75%;
}

.about-content-items-10 .about-icon-area .content p {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 0;
    color: var(--theme);
}

.about-content-items-10 {
    margin-left: 0;
}

.choose-us-right-content-style-3 p {
    max-width: 100%;
}

.about-content-items-10 .about-icon-area {
    gap: 20px;
    margin-top: 20px;
}

h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
}

.choose-us-left-thumb-style-8 img.img-custom-anim-left {
    max-width: 400px;
}

.choose-us-left-thumb-style-8 img.img-custom-anim-right {
    max-width: 300px;
}

.about-content-items-10 .about-icon-area .icon {
    background-color: var(--theme);
}

.about-content-items-10 .about-icon-area .icon i {
    color: var(--theme-white);
}

.bg-area {
    content: '';
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url("../img/bg/bg-black.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    margin-top: -2px;
}

.hero-11 .hero-content h1 {
    font-size: 66px;
    line-height: 70px;
}

.hero-11 .hero-content p {
    max-width: 520px;
    font-size: 24px;
    margin-top: 40px;
}

.service-box-6 {
    position: relative;
    z-index: 0;
}

.service-box-6 .btn-more {
    width: 40px;
    height: 40px;
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: block;
}

.service-box-6 .btn-more a {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: var(--theme-black);
    font-size: 21px;
    color: var(--theme-white);
    padding: 5px 10px;
    transition: all 400ms ease;
}

.service-box-6 .btn-more a:hover {
    background-color: var(--theme);
    color: var(--theme-white);
}

.modal-companies {
    padding-bottom: 25px;
}

/* Mudar cor dos pontos ativos */
.swiper-pagination-bullet-active {
  background-color: var(--theme);
}

.contact-form-box .theme-btn {
    padding: 16px 40px 16px 40px;
}

/* WhatsApp */

.widget-whatsapp--icon {
    fill: #fff;
    width: 35px;
    height: 35px;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

/* ****** */

/* Responsive */

@media (min-width: 1024px) and (max-width: 1199.95px) {
    
}

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

}

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

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .modal-companies {
        padding-bottom: 10px;
    }

    .modal-title {
        font-size: 20px;
    }

    .hero-11 .hero-content h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .hero-11 .hero-bg {
        background-position: -320px center;
    }

    .hero-11 .hero-content p {
        max-width: 100%;
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .counter-feature-section {
        margin-top: 60px;
    }

    .hero-11 .hero-height {
        padding: 400px 0 110px;
    }

    .hero-11 .hero-bg::before {
        background: linear-gradient(200deg, rgba(0, 0, 0, 0) 28.37%, rgba(0, 0, 0, 0.9) 62.5%);
    }

    .counter-feature-wrapper {
        padding: 20px 20px;
        padding-top: 35px;
    }

    .counter-feature-wrapper .counter-feature-2 .content h3 {
        font-size: 21px;
        margin-top: 30px;
    }

    .counter-feature-section .col-12 {
        margin-bottom: 15px;
    }

    p {
        line-height: 1.4;
    }

    .counter-feature-wrapper .counter-feature-2 .content .line {
        margin: 15px auto 15px;
    }

    .section-title h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .choose-section-3.choose-section-31 {
        padding-top: 40px;
        padding-bottom: 40px !important;
    }

    .choose-section-3.choose-section-31 .container {
        padding-bottom: 40px;
    }

    .choose-section-3.choose-section-31 .g-5 {
        --bs-gutter-y: 1rem;
    }

    .contact-middle-items {
        margin-top: 100px;
    }

    .contact-middle-items .contact-form-box {
        padding: 25px 25px 30px;
    }

    .contact-middle-items .contact-form-box h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .about-section-2.section-padding {
        padding-top: 0;
        padding-bottom: 80px;
    }

    .about-section-2 .section-title h2 {
        margin-bottom: 15px;
    }

    .about-section-2::before {
        width: 120px;
        height: 390px;
        top: auto;
        right: -20px;
        bottom: 0;
    }

    .safe-area .counter-feature-2 {
        padding: 5px;
        display: block;
    }

    .counter-feature-section.safe-area {
        margin-top: 40px;
        padding-bottom: 50px;
    }

    .choose-us-section-5 {
        margin-top: -50px;
        padding-bottom: 45px;
    }

    .choose-thumb-style-5 .choose-thumb-1 img {
        margin-bottom: 30px;
    }

    .choose-us-section-5 .choose-content-style-5 h4 {
        font-size: 19px;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .choose-us-left-thumb-style-8 img.img-custom-anim-left, 
    .about-right-thumb-style-2 {
        height: 270px;
        object-fit: cover;
    }

    .choose-us-left-thumb-style-8 img.img-custom-anim-left {
        right: -40px;
    }

    .choose-us-left-thumb-style-8 img.img-custom-anim-right {
        max-width: 220px;
        visibility: visible;
    }

    .choose-us-left-thumb-style-8 .thumb-2 {
        display: block;
        right: auto;
        left: -40px;
        bottom: 15px;
    }

    .service-section-5 .section-title-area .sub-title {
        color: var(--theme) !important;
        filter: none;
    }

    .service-section-5 .section-title-area h2 {
        color: var(--theme-white) !important;
    }

    .service-section-5 {
        padding-top: 50px;
    }

    .service-section-5 .section-title-area {
        text-align: left;
        justify-content: left;
        gap: 20px;
    }

    .service-section-5::before {
        background-color: var(--theme-white);
        bottom: -2px;
        top: auto;
        width: 100%;
        height: 360px;
        display: block;
        opacity: 1;
    }

    .service-slider-5 {
        padding-bottom: 70px;
    }

    .work-process-section-3 {
        margin-top: -2px;
        padding-top: 0px;
        padding-bottom: 40px;
    }
    
    .work-process-section-3 .container {
        padding-bottom: 50px;
    }

    .work-process-section-3 .theme-btn {
        margin-top: 25px;
    }

    .service-bottom-items-2 p {
        max-width: 100%;
    }

    .service-bottom-items-2 {
        text-align: left;
        margin-top: 30px;
    }

    .work-process-section-3 .justify-content-center {
        justify-content: left !important;
    }

    .work-process-section-3 .section-title.text-center {
        text-align: left !important;
    }

    .faq-items-style-1 .accordion-box .block .acc-btn, 
    .faq-items-style-1 .accordion-box .block .acc-content .content .text, 
    .testimonial-section-3 h4, 
    .work-process-section-3 h4 {
        font-size: 16px;
        line-height: 1.4;
        font-family: "DM Sans", sans-serif;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .testimonial-section-3 h4 {
        margin-bottom: 30px;
    }

    .work-process-box-items-style-3 .line {
        margin-top: 20px;
        margin-bottom: 18px;
    }

    .work-process-box-items-style-3 h3 {
        color: var(--theme);
    }

    .work-process-box-items-style-3 {
        padding: 35px 35px 40px;
    }

    .choose-us-right-content-style-3 {
        margin-left: 0;
        margin-right: 0;
    }
    
    .about-content-items-10 .about-text {
        padding-bottom: 30px;
    }

    .about-content-items-10 .about-icon-area .icon {
        max-width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .about-content-items-10 .about-icon-area .content p {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .choose-section-3 p {
        margin-bottom: 30px;
    }

    .choose-section-3 {
        padding-bottom: 40px;
    }

    .testimonial-section-3 {
        background-attachment: scroll;
        padding: 60px 0;
    }

    .faq-section .section-title.text-center {
        text-align: left !important;
    }

    .faq-section .section-title .sub-title.justify-content-center {
        justify-content: left !important;
    }

    .faq-section.section-padding {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .section-title .sub-title {
        margin-bottom: 5px;
    }

    .faq-section .section-title h2 {
        margin-bottom: 15px;
    }

    .faq-items-style-1 .accordion-box .block {
        border-radius: 12px;
        margin-bottom: 20px;
    }

    .faq-items-style-1 .accordion-box .block .acc-content {
        padding: 10px 20px 12px;
    }

    .faq-items-style-1 .accordion-box .block .acc-btn {
        padding: 18px 20px;
    }

    .faq-items-style-1 .accordion-box .block .acc-btn .icon {
        border-radius: 8px;
    }

    .footer-widget-wrapper-1 {
        padding: 30px 0 30px;
    }

    .footer-widget-wrapper-1 .footer-widget-items .widget-head {
        padding: 0 60px;
    }

    .footer-widget-wrapper-1 .footer-widget-items {
        margin-top: 20px;
    }

    .footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    .footer-info-area {
        padding-top: 60px;
    }

    .cta-section-3 {
        padding: 60px 0;
    }

    .cta-wrapper-3 .cta-icon-area .cta-first-items .content {
        width: 165px;
    }

    .cta-wrapper-3 .cta-icon-area .cta-first-items .content p {
        display: grid;
    }

    .testimonial-section-3 .section-title h2, 
    .cta-wrapper-3 .cta-icon-area .title {
        font-size: 32px;
        line-height: 36px;
    }

    .footer-info-area .footer-info-top .info-item .content .info-title {
        margin-bottom: 10px;
    }

    .header-1 .header-right .search-toggler {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .header-1 .header-right .search-toggler i {
        font-size: 20px;
        line-height: 39px;
    }

    .header-main .header__hamburger, .header-main .sidebar__toggle {
        display: none;
    }

    .header-1 .header-right {
        gap: 0 !important;
    }

    .header-1 {
        padding: 10px 0;
    }

}