#menu-4 .fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}

#menu-4 .navbar {
    background: var(--header-bg-color);
    border-bottom: 1px solid #cccccc2b;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    padding: 10px 0;
}


#menu-4 .navbar-nav {
    justify-content: center;
    width: 100%;
}

#menu-4 .navbar-brand img {
    max-height: 50px;
}

#menu-4 .navbar-nav .nav-link {
    color: var(--header-fc);
    font-size: var(--header-fs);
    font-weight: var(--header-fw);
}

#menu-4 .whatsapp {
    font-size: var(--header-fs);
    background: var(--whatsapp-bg);
    color: var(--whatsapp-color) !important;
    padding: 8px 14px;
    border-radius: 3px;
    margin: 0 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    width: max-content;
}

#menu-4 .btn-phone {
    font-size: var(--header-fs);
    background: var(--color-primary);
    color: #FFF !important;
    padding: 8px 14px;
    border-radius: 3px;
    margin: 0 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    width: max-content;
}

#menu-4 .btn_header {
    font-size: var(--header-fs);
    background: var(--color-primary);
    color: var(--color-secondary) !important;
    padding: 8px 14px;
    border-radius: 3px;
    margin: 0 10px;
    text-decoration: none;
    display: inline-block;
}

#menu-4 .navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

#menu-4 .whatsapp i {
    margin-right: 5px;
}


  #menu-4 .btn_whats {
    background-color: #33af23;
    color: #fff;
    margin: 0 -15px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 8px;
  }

  #menu-4 .form_banner .btn:hover {opacity:0.7}

  #menu-4 .t-mobile {
    display: none;
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    font-weight: bold;
}

#menu-4 .d-mobile {
    position: fixed;
    width: 100%;    
    display: none;
    bottom: 0;
    font-size: 14px;
    z-index: 999;
    text-align: center;
}

#menu-4 .mobile {
    display: none;
 }

 #menu-4 .nav-buttons {
    list-style: none;
    display: flex;
    margin-bottom: 0;
 }



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

    #menu-4 .navbar-nav { background: none !important; } 

    #menu-4 .navbar-toggler {
        padding: 3px 10px;
        border-color: #ffffff;
        color: #ffffff;
        border-radius: 0;
        outline: 0;
    }

    #menu-4 .nav-buttons {
        flex-direction: column;
        text-align: center;
    }

    #menu-4 .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    #menu-4 .navbar-nav .nav-item .nav-link {
        text-align: center;
        margin-bottom: 5px;
    }

    #menu-4 .navbar-nav {
        background: #fff;
        padding: 15px;
        margin-top: 15px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    
    #menu-4  .navbar-nav .nav-item:first-child .nav-link {
        padding-left: 5px;
    }

    #menu-4 .navbar-nav .nav-item .nav-link {
        color: #212121;
        text-transform: uppercase;
        font-weight: 500;
        position: relative;
        padding-right: 0;
    }

    #menu-4 .d-mobile, #menu-4 .t-mobile {
        display: block;
    }
    #menu-4 .mobile {
        display: initial;
    }
    #menu-4 .desktop {
        display: none;
    }


    #menu-4 .navbar-light .navbar-brand img:last-child {
        display: none;
    }

    #menu-4 .whatsapp, #menu-4 .btn-phone, #menu-4 .btn_header {
        margin-bottom: 5px;
        width: 100% !important;
    }
}#banner-3 .form_banner {
    position: absolute; 
    right: 7%; 
    top: 40px;  
    z-index: 9; 
    padding: 30px 40px 10px; 
    width: 400px;
    box-shadow: -2px -2px 6px 0 rgba(0,0,0,.1);
    background-color: #525e6c;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center;
    border-radius: 3px;
  }
 
  #banner-3 .form_banner h4 {
    color: #FFF;
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  #banner-3 .form_banner p {
    color: #FFF;
    margin-bottom: 25px !important;
    font-size: 16px;
    line-height: 20px;
  }
  #banner-3 .form_banner .form-group {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
  }
  #banner-3 .form_banner .form-control {
    background: #ffffff;
    border-color: #ffffff;
    color: #657380;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 10px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 2px solid #e8ebed;
    box-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  #banner-3 .form_banner .btn {
    background: var(--color-primary);
    border-color: var(--color-primary);
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 11px 18px;
    margin-bottom: 7px;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    vertical-align: middle;
    white-space: pre-line;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }


  #banner-3 .btn_whats {
    background-color: #33af23;
    color: #fff;
    margin: 0 -15px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 8px;
    border: none;
  }

  #banner-3 .btn_whats:hover {
    background: unset;
  }



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

    #banner-3 .form_banner {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
      }
  }#features-18 img {
    margin: auto;
    display: block;
    max-width: 100%;
}

#features-18 h2 {
    margin-bottom: 30px;
}

#features-18 .text-1 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
}

#features-18 .text-2 {
    padding-top: 34px;
    padding-bottom: 29px;
}

#features-18 .about {
    position: relative;
    display: inline-block;
    margin-top: 50px;
    padding-left: 0px;
}

#features-18 .about li {
    position: relative;
    display: flex;
    margin-bottom: 20px;
}

#features-18 .about li .icon {
    min-width: 76px;
    height: 76px;
    padding-left: 1px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--color-primary);
    color: var(--color-primary-text);
    border-radius: 50%;
    justify-content: center;  
}

#features-18 .about li .icon img {
    max-width: 44px;
}


#features-18 .about li h3 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}

#features-18 .about li .text {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-left: 10px;
}

#features-18 .row  {
    align-items: center;
}

@media screen and (max-width: 991px) {
    #features-18 .content {
        margin-top: 50px;
    }

    #features-18 h2 {
        text-align: center;
    }
    
    #features-18 .text-1 {
        text-align: center;
    }

    #features-18 .cta {
        text-align: center;
    }
}
#features-28 {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

#features-28 .bg {
    background:
      radial-gradient(circle at 1px 1px, rgba(0,0,0,.08) 1px, transparent 1.3px) 0 0/26px 26px;
    opacity: .35;
}

#features-28 .features-28-wrap {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 54px;
    align-items: start;
}

#features-28 .features-28-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7b828b;
    text-transform: uppercase;
    letter-spacing: .22em;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 18px;
}

#features-28 .features-28-eyebrow::before {
    content: "";
    width: 44px;
    height: 4px;
    background: #ff7a00;
    border-radius: 999px;
}

#features-28 h2 {
    font-size: 64px;
    line-height: 1.02;
    letter-spacing: -0.03em;
    font-weight: 800;
    margin-bottom: 18px;
}

#features-28 h2 .dark {
    color: #3a3f45;
}

#features-28 h2 .accent {
    color: #ff7a00;
}

#features-28 .features-28-rule {
    width: 118px;
    height: 4px;
    background: #3a3f45;
    border-radius: 999px;
    margin: 22px 0 26px;
}

#features-28 .features-28-lead {
    font-size: 18px;
    line-height: 1.9;
    color: #7b828b;
    max-width: 640px;
    margin-bottom: 34px;
}

#features-28 .features-28-actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

#features-28 .btn {
    min-height: 58px;
    padding: 0 28px;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: -0.01em;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: .2s;
}

#features-28 .features-28-btn-primary {
    background: #ff7a00;
    color: #fff;
    box-shadow: 0 16px 30px rgba(255,122,0,.22);
}

#features-28 .features-28-btn-primary:hover {
    transform: translateY(-1px);
    color: #fff;
}

#features-28 .features-28-btn-ghost {
    background: transparent;
    color: #ff7a00;
    border-color: #ff7a00;
}

#features-28 .features-28-btn-ghost:hover {
    background: rgba(255,122,0,.06);
    color: #ff7a00;
}

#features-28 .features-28-right-title {
    font-size: 22px;
    font-weight: 800;
    margin-top: 6px;
    margin-bottom: 18px;
    color: #3a3f45;
}

#features-28 .features-28-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#features-28 .features-28-item {
    background: #fff;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 12px;
    padding: 18px;
    display: flex;
    gap: 16px;
    align-items: center;
    box-shadow: 0 10px 24px rgba(0,0,0,.04);
}

#features-28 .features-28-badge {
    width: 62px;
    height: 62px;
    border-radius: 12px;
    background: #fff4ea;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #ff7a00;
}

#features-28 .features-28-badge i {
    font-size: 28px;
}

#features-28 .features-28-item h4 {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 4px;
    color: #3a3f45;
}

#features-28 .features-28-item p {
    color: #7b828b;
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
    #features-28 .features-28-wrap {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    #features-28 h2 {
        font-size: 52px;
    }
}

@media screen and (max-width: 640px) {
    #features-28 h2 {
        font-size: 40px;
    }

    #features-28 .features-28-lead {
        font-size: 16px;
    }

    #features-28 .btn {
        width: 100%;
        justify-content: center;
    }

    #features-28 .features-28-item {
        padding: 16px;
    }

    #features-28 .features-28-badge {
        width: 56px;
        height: 56px;
    }
}
#features-1 .images {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

#features-1 .images .back-img1 {
    position: absolute;
    z-index: -1;
    right: 10px;
    top: -30px;
}

#features-1 .images .back-img2 {
    position: absolute;
    z-index: -1;
    left: 10px;
    bottom: -30px;
}

#features-1 .content .inner .inner-box {
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


#features-1 .content .inner .inner-box .text {
    margin-left: 15px;
}

#features-1 .content .inner .inner-box .text p{
    margin-bottom: 0px;
}

#features-1  .content .inner .inner-box .icon {
    border: 1px solid var(--color-primary);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

#features-1 .content .inner .inner-box .icon img {
    max-width: 64px; 
}


#features-1 .content .inner .inner-box h4 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}



@media screen and (max-width: 1200px) {
    #features-1 .images .back-img1 {
        right: -5px;
    }

    #features-1 .images .back-img2 {
        left: -5px;
    }
}

@media screen and (max-width: 991px) {
    #features-1 .images .image-01 {
        width: 100% !important;
    }

    #features-1 .images .back-img1 {
        right: -12px;
    }

    #features-1 .images .back-img2 {
        left: -12px;
    }
}#about-3 {
    background: #f4f4f4;
}

#about-3 .about-3-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 60px;
    align-items: center;
}

#about-3 .about-3-kicker {
    letter-spacing: 2px;
    font-size: 14px;
    color: #c89b5e;
    font-weight: 600;
    margin-bottom: 18px;
}

#about-3 h2 {
    font-family: "Playfair Display", serif;
    font-size: 64px;
    line-height: 1.05;
    margin: 20px 0 25px;
    color: #111;
}

#about-3 .about-3-description {
    font-size: 19px;
    line-height: 1.8;
    color: #6d6d6d;
    max-width: 520px;
}

#about-3 .about-3-rating {
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 18px;
}

#about-3 .about-3-rating-number {
    font-size: 70px;
    font-family: "Playfair Display", serif;
    margin-bottom: 0;
    line-height: 1;
}

#about-3 .about-3-rating-stars {
    background: #c89b5e;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-block;
}

#about-3 .about-3-rating-text {
    font-weight: 600;
    margin-bottom: 0;
}

#about-3 .about-3-member {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: 0.25s;
}

#about-3 .about-3-member:hover {
    transform: translateY(-6px);
}

#about-3 .about-3-member-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

#about-3 .about-3-member-info {
    padding: 28px;
}

#about-3 .about-3-member-info h3 {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    margin-bottom: 6px;
    color: #111;
}

#about-3 .about-3-member-info p {
    color: #777;
    font-size: 18px;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    #about-3 .about-3-grid {
        grid-template-columns: 1fr 1fr;
    }

    #about-3 .about-3-left {
        grid-column: 1 / -1;
        margin-bottom: 30px;
    }

    #about-3 h2 {
        font-size: 52px;
    }
}

@media screen and (max-width: 768px) {
    #about-3 .about-3-grid {
        grid-template-columns: 1fr;
    }

    #about-3 h2 {
        font-size: 40px;
    }

    #about-3 .about-3-rating-number {
        font-size: 50px;
    }

    #about-3 .about-3-member-image {
        height: 380px;
    }
}

@media screen and (max-width: 480px) {
    #about-3 .about-3-member-image {
        height: 320px;
    }
}
#features-4 .segmentos {
    background: var(--color-primary);
    border-radius: 1.5em;
    -webkit-box-shadow: 0 0 0 1px rgb(20 20 60 / 8%), 0 0.75em 1em -0.24em rgb(0 0 0 / 25%);
    box-shadow: 0 0 0 1px rgb(20 20 60 / 8%), 0 0.75em 1em -0.24em rgb(0 0 0 / 25%);
    padding: 25px;
    margin-bottom: 20px;
}

#features-4 .segmentos img {
    max-width: 75px;
}

#features-4 .segmentos p {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 16px;
    margin-top: 15px;
    min-height: 30px;
}

#features-4 .segmentos p {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 16px;
    margin-top: 15px;
    min-height: 30px;
}
#features-2 .item {
    margin: 20px 0;
}

#features-2 .item img {
    width: 64px;
    height: 64px;
}

#features-2 .item .info {
    flex: 1 1 auto;
    margin: 0 0 0 20px;
}


@media screen and (max-width: 991px) {
    #features-2 .item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #features-2 .item .info {
        margin: 0px;
    }

    #features-2 .item img {
        margin-bottom: 10px;
        /*font-size: 36px;*/
    }
}
#faq-3 {
    background: #f6f7fb;
}

#faq-3 .faq-3-kicker {
    color: #4f7ddc;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 18px;
}

#faq-3 .faq-3-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #102347;
    margin-bottom: 0;
}

#faq-3 .accordion {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

#faq-3 .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
    background: transparent;
}

#faq-3 .accordion-button {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 24px 0;
    font-size: 22px;
    font-weight: 600;
    color: #102347;
}

#faq-3 .accordion-button:not(.collapsed) {
    background: transparent;
    color: #102347;
    box-shadow: none;
}

#faq-3 .accordion-button::after {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-left: 20px;
    background-size: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23102347' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}

#faq-3 .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

#faq-3 .accordion-body {
    padding: 0 40px 24px 0;
}

#faq-3 .accordion-body p {
    color: #7f8da3;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
    #faq-3 .faq-3-title {
        font-size: 48px;
    }
}

@media screen and (max-width: 640px) {
    #faq-3 .faq-3-title {
        font-size: 36px;
    }

    #faq-3 .accordion-button {
        font-size: 18px;
    }

    #faq-3 .accordion-body {
        padding-right: 10px;
    }

    #faq-3 .accordion-body p {
        font-size: 16px;
    }
}
#footer_03 {
    background-color: var(--color-primary);
}

#footer_03 .footer-widget {
    margin-bottom: 30px;
}

#footer_03 .footer-widget .footer-logo {
    margin-bottom: 20px;
}

#footer_03 .footer-widget .footer-logo a {
    display: inline-block;
}

#footer_03 .footer-logo1 {
    width: 100%;
    max-width: 320px;
    height: auto;
}

#footer_03 .footer-widget .social-link {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer_03 .footer-widget .social-link li {
    display: inline-block;
    margin-right: 10px;
}

#footer_03 .footer-widget .social-link li a {
    display: inline-block;
    color: var(--color-primary-text);
}

#footer_03 .footer-widget .social-link li a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    color: var(--color-primary-text);
    border: 1px solid var(--color-primary-text);
    background-color: transparent;
}

#footer_03 .footer-widget h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 30px;
    color: var(--color-primary-text);
}

#footer_03 .footer-widget a {
    color: var(--color-primary-text);
}

#footer_03 .footer-widget .contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    line-height: 1.4;
    text-decoration: none;
    margin-bottom: 8px;
}

#footer_03 .footer-widget .contact-link i {
    font-size: 18px;
    min-width: 18px;
    text-align: center;
}

#footer_03 .btn_whats {
    border-radius: 4px;
    white-space: inherit;
    cursor: pointer !important;
    background: var(--whatsapp-bg);
    color: var(--whatsapp-color);
    padding: 10px 15px;
    border: 1px solid var(--whatsapp);
}

#footer_03 .footer-widget .hours {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer_03 .footer-widget .hours li .content {
    margin-bottom: 20px;
}

#footer_03 .footer-widget .footer-contact li {
    display: block;
    padding-left: 65px;
    position: relative;
    margin-bottom: 15px;
}

#footer_03 .endereco {
    margin-left: 20%;
}

.footer-widget .hours li .content h3 {
    font-size: 16px;
    margin-bottom: 5px !important;
    font-weight: 500;
}

#footer_03 .btn_phone {
    border-radius: 4px;
    white-space: inherit;
    cursor: pointer !important;
    background: var(--color-primary);
    color: var(--color-primary-text);
    padding: 10px 15px;
    border: 1px solid var(--color-primary-text);
}

#footer_03 .footer-widget .footer-contact {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer_03 .footer-widget .footer-contact li:last-child {
    margin-bottom: 0;
}

#footer_03 .footer-widget .footer-contact li i {
    position: absolute;
    top: 5px;
    left: 0;
    line-height: 1;
    width: 45px;
    height: 45px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    color: var(--color-primary-text);
    border: 1px solid var(--color-primary-text);
    background-color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

#footer_03 .footer-widget .footer-contact li .content h4 {
    font-size: var(--fontSize);
    color: var(--color-primary-text);
    margin-bottom: 5px;
    font-weight: 600;
}

#footer_03 .footer-widget .content span {
    color: var(--color-primary-text);
}

#footer_03 .footer-widget .footer-contact li .content span {
    color: var(--bodyColor);
    margin-bottom: 0;
    color: var(--color-primary-text);
}

.signature { 
    padding: 10px 0;
  }
  
  .signature .row {
    align-items: center;
  }
  
  .signature p {
    margin-bottom: 0px;
    color: #000;
    font-size: 14px;
  }
  
  .signature a {
    text-decoration: underline;
    color: #000;
  }
     
  .signature img {
    max-height: 40px;
  }
  
  
  @media screen and (max-width: 991px) {
    #footer_03 .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #footer_03 .footer-widget {
        margin-bottom: 24px;
    }

    #footer_03 .footer-widget .footer-logo {
        margin-bottom: 14px;
    }

    #footer_03 .footer-logo1 {
        max-width: 240px;
    }

    #footer_03 .footer-widget .social-link li a i {
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

    #footer_03 .footer-widget h3 {
        font-size: 22px;
        margin-bottom: 14px;
    }

    #footer_03 .footer-widget .contact-link {
        font-size: 19px;
    }

    #footer_03 .footer-widget .footer-contact li {
        padding-left: 56px;
    }

    #footer_03 .footer-widget .footer-contact li i {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    .signature p {
      text-align: center;
      font-size: 12px;
      margin-bottom: 10px;
    }
    .signature {
      padding-bottom: 50px;
    }
    #footer_03 .footer-widget.ps-3, .footer-widget.ps-4 {
        padding-left: 0;
    }
    #footer_03 .endereco {
        margin-left: 0;
    }
  }

  @media screen and (max-width: 767px) {
    #footer_03 .footer-widget h3 {
        font-size: 21px;
    }

    #footer_03 .footer-widget .hours li .content h3 {
        font-size: 24px;
        margin-bottom: 4px !important;
    }

    #footer_03 .footer-widget .content span,
    #footer_03 .footer-widget .footer-contact li .content span {
        font-size: 18px;
        line-height: 1.5;
    }

    #footer_03 .footer-widget .contact-link {
        font-size: 18px;
    }

    #footer_03 .footer-widget .contact-link i {
        font-size: 18px;
    }
  }
#modal-phone .modal-header img {
  margin: 0 auto;
}
#modal-phone .modal-header .btn-close {
  margin: 0;
}

#modal-phone #modal-phone-text {
  text-align: center;
  font-weight: bold;
}
#modal-phone-form .form-control {
  background: #e8ebed;
  border-color: #e8ebed;
  color: #657380;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  padding: 12px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 2px solid #e8ebed;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: initial;
  margin-bottom: 20px;
}
#modal-phone .btn_send {
  background: var(--color-primary);
  color: #FFF;
  border-color: var(--color-primary);
  display: inline-block;
  width: 100%;
  color: #ffffff;
  padding: 11px 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: pre-line;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}#modal-whats .modal-header img {
  margin: 0 auto;
}
#modal-whats .modal-header .btn-close {
  margin: 0;
}

#modal-whats #modal-whats-text {
  text-align: center;
  font-weight: bold;
}
#modal-whats-form .form-control {
  background: #e8ebed;
  border-color: #e8ebed;
  color: #657380;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  padding: 12px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 2px solid #e8ebed;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: initial;
  margin-bottom: 20px;
}
#modal-whats .btn_send {
  background: var(--whatsapp-bg);
  color: #FFF;
  border-color: var(--whatsapp-bg);
  display: inline-block;
  width: 100%;
  color: #ffffff;
  padding: 11px 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: pre-line;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}.d-mobile .d-phone {
    background-color: var(--color-primary);
}
.d-mobile .d-whats {
    background-color: var(--whatsapp-bg);
}
.d-mobile .d-phone a, .d-mobile .d-whats a {
    color: #FFF;
}
#contact-1 p {
    margin:  0;
}#contact-2 p {
    color: #FFF;
    margin-bottom:  10px;
}#modal-phone-show .modal-header img {
  margin: 0 auto;
}
#modal-phone-show .modal-header .btn-close {
  margin: 0;
}

#modal-phone-show #modal-phone-text {
  text-align: center;
  font-weight: bold;
}

#modal-phone-show .btn_send {
  background: var(--color-primary);
  color: #FFF;
  border-color: var(--color-primary);
  display: inline-block;
  width: 100%;
  color: #ffffff;
  padding: 11px 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: pre-line;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#modal-phone-show .modal-sm .modal-header {
  background: #FFF; text-align: center;
}
#modal-phone-show .modal-sm .modal-header img {
  max-height: 30px; margin: 0 auto;
}
#modal-phone-show .modal-sm .modal-body {
  font-size: 14px !important; text-align: center; font-weight: 900; color: #000;
}
#modal-phone-show .modal-sm .modal-body hr {
  background-color: #000;
}
#modal-phone-show .modal-sm .modal-footer .btn {
  width: 100%;
}
#modal-phone-show .modal-body {
  padding: 50px 20px;
}
#modal-phone-show .modal-body .t1 {
  font-size: 24px !important; text-align: center; font-weight: 900; color: var(--principal);
}
#modal-phone-show .modal-body .t2 {
  text-align: center; font-weight: 900; font-size: 24px; margin: 30px 0
}
#modal-phone-show .modal-body .t3 {
  text-align: center; 
}