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

#menu-1.navbar {
    background: #FFF;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc2b;
}

#menu-1 .navbar-brand img {
    max-width: 220px;
}

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

.navbar-default .navbar-toggle {
    border-color: #DDD;
    background: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}

#menu-1 .whatsapp {
    font-size: var(--header-fs);
    background: var(--whatsapp-bg);
    color: var(--whatsapp-color);
    padding: 8px 14px;
    border-radius: 3px;
    text-decoration: none;
}

#menu-1.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}
#menu-1.navbar-expand-lg .navbar-nav {
    width: -webkit-fill-available;
    justify-content: center;
}

#menu-1.navbar-expand-lg .whats-right {
    width: 330px;
}

#menu-1 .whatsapp i {
    margin-right: 5px;
}
        #banner-1 .form_banner{
            position:absolute;
            top:50%;
            right:5%;
            transform:translateY(-50%);
            max-width:380px;
            width:100%;
            padding:28px 26px;
            border-radius:18px;
            background:rgba(255,255,255,0.88);
            backdrop-filter:blur(8px);
            box-shadow:0 18px 45px rgba(0,0,0,0.18);
        }

        @media (max-width: 767.98px){
            #banner-1 .form_banner{
                position:relative;
                top:auto;
                right:auto;
                transform:none;
                margin:20px auto 0;
                max-width:92%;
            }
        }
    
        #robiel-industria-custom .robiel-bg-img{
            width:100%;
            height:100%;
            object-fit:cover;
            display:block;
        }
        #robiel-industria-custom .robiel-wrap{
            position:relative;
            z-index:2;
            text-align:center; /* CENTRALIZA TUDO */
        }

        /* LOGO */
        #robiel-industria-custom .robiel-logo-top{
            display:block;
            margin:0 auto 12px;
            max-width:180px;
            width:100%;
            height:auto;
        }

        /* BADGE */
        #robiel-industria-custom .robiel-badge{
            display:inline-block;
            padding:6px 14px;
            border:1px solid rgba(255,255,255,0.25);
            border-radius:999px;
            background:rgba(255,255,255,0.10);
            font-family:OpenSans;
            font-size:11px;
            letter-spacing:2px;
            text-transform:uppercase;
            color:#ffffff;
            margin-bottom:14px;
        }

        #robiel-industria-custom .robiel-text-single{
            max-width:760px;
            margin:0 auto; /* CENTRALIZA TEXTO */
        }

        #robiel-industria-custom .robiel-stats{
            margin:24px auto 0;
            padding:22px 24px;
            border:1px solid rgba(255,255,255,0.18);
            border-radius:22px;
            background:rgba(255,255,255,0.08);
            display:grid;
            grid-template-columns:repeat(4,minmax(0,1fr));
            gap:20px;
            max-width:900px;
        }

        #robiel-industria-custom .robiel-stat{
            text-align:center;
        }

        #robiel-industria-custom .robiel-stat-number{
            margin:0 0 6px;
            font-family:Rubik;
            font-size:clamp(32px,4vw,56px);
            line-height:1;
            font-weight:700;
            color:#ffffff;
        }

        #robiel-industria-custom .robiel-stat-label{
            margin:0;
            font-family:OpenSans;
            font-size:14px;
            line-height:1.35;
            color:rgba(255,255,255,0.9);
        }

        @media (max-width: 767.98px){
            #robiel-industria-custom{
                padding:30px 0;
            }
            #robiel-industria-custom .container{
                padding-left:18px;
                padding-right:18px;
            }
            #robiel-industria-custom .robiel-title{
                font-size:44px !important;
                line-height:1.02 !important;
                margin-bottom:14px !important;
            }
            #robiel-industria-custom .robiel-logo-top{
                max-width:140px;
                margin:0 auto 10px;
            }
            #robiel-industria-custom .robiel-text{
                font-size:15px !important;
                line-height:1.5 !important;
            }
            #robiel-industria-custom .robiel-stats{
                grid-template-columns:repeat(2,minmax(0,1fr));
                gap:18px 10px;
                padding:18px 14px;
            }
            #robiel-industria-custom .robiel-stat-number{
                font-size:28px !important;
            }
            #robiel-industria-custom .robiel-stat-label{
                font-size:12px !important;
            }
        }
    #features-27 {
    background: #f2f2f2;
}

#features-27 .features-27-header {
    max-width: 900px;
    margin-bottom: 46px;
}

#features-27 h2 {
    font-size: 52px;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
    color: #111;
}

#features-27 .features-27-header p {
    font-size: 18px;
    line-height: 1.85;
    color: #7b7b7b;
    max-width: 760px;
    margin-bottom: 0;
}

#features-27 .features-27-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 26px;
}

#features-27 .features-27-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 46px 40px 44px;
    min-height: 280px;
}

#features-27 .features-27-icon {
    width: 82px;
    height: 82px;
    margin-bottom: 18px;
    color: #e10600;
    display: flex;
    align-items: center;
    justify-content: center;
}

#features-27 .features-27-icon i {
    font-size: 52px;
}

#features-27 .features-27-card h3 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    color: #111;
}

#features-27 .features-27-card p {
    color: #7b7b7b;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    #features-27 .features-27-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 26px;
    }
}

@media screen and (max-width: 820px) {
    #features-27 h2 {
        font-size: 38px;
    }

    #features-27 .features-27-header p {
        font-size: 16px;
    }
}

@media screen and (max-width: 560px) {
    #features-27 .features-27-grid {
        grid-template-columns: 1fr;
    }

    #features-27 .features-27-card {
        padding: 36px 24px;
    }

    #features-27 .features-27-card h3 {
        font-size: 24px;
    }
}
#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-27--0 {
    background: #f2f2f2;
}

#features-27--0 .features-27-header {
    max-width: 900px;
    margin-bottom: 46px;
}

#features-27--0 h2 {
    font-size: 52px;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
    color: #111;
}

#features-27--0 .features-27-header p {
    font-size: 18px;
    line-height: 1.85;
    color: #7b7b7b;
    max-width: 760px;
    margin-bottom: 0;
}

#features-27--0 .features-27-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 26px;
}

#features-27--0 .features-27-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 46px 40px 44px;
    min-height: 280px;
}

#features-27--0 .features-27-icon {
    width: 82px;
    height: 82px;
    margin-bottom: 18px;
    color: #e10600;
    display: flex;
    align-items: center;
    justify-content: center;
}

#features-27--0 .features-27-icon i {
    font-size: 52px;
}

#features-27--0 .features-27-card h3 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    color: #111;
}

#features-27--0 .features-27-card p {
    color: #7b7b7b;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    #features-27--0 .features-27-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 26px;
    }
}

@media screen and (max-width: 820px) {
    #features-27--0 h2 {
        font-size: 38px;
    }

    #features-27--0 .features-27-header p {
        font-size: 16px;
    }
}

@media screen and (max-width: 560px) {
    #features-27--0 .features-27-grid {
        grid-template-columns: 1fr;
    }

    #features-27--0 .features-27-card {
        padding: 36px 24px;
    }

    #features-27--0 .features-27-card h3 {
        font-size: 24px;
    }
}
#cta-5 {
    position: relative;
    min-height: 72vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 110px 0 90px;
    text-align: center;
}

#cta-5 .bg {
    background-image: url('../images/uploaded/595/sem-titulo-5-19.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#cta-5 .cta-5-overlay {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(6, 10, 16, 0.60);
    pointer-events: none;
}

#cta-5 .container {
    position: relative;
    z-index: 2;
}

#cta-5 .cta-5-inner {
    max-width: 1050px;
    margin: 0 auto;
}

#cta-5 .cta-5-kicker {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    opacity: 0.9;
    margin: 0 0 18px;
    position: relative;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 500;
}

#cta-5 .cta-5-kicker::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 140px;
    height: 2px;
    background: rgba(255, 255, 255, 0.75);
}

#cta-5 h2 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.08;
    letter-spacing: 0.2px;
    margin-bottom: 18px;
    color: #fff;
}

#cta-5 p {
    font-size: 20px;
    line-height: 1.8;
    opacity: 0.9;
    max-width: 980px;
    margin: 0 auto 44px;
    color: #fff;
}

#cta-5 .cta-5-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 0 42px;
    background: #ffffff;
    color: #151a20;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    transition: 0.2s ease;
}

#cta-5 .cta-5-btn:hover {
    transform: translateY(-1px);
    filter: brightness(0.96);
}

#cta-5 .cta-5-btn:active {
    transform: translateY(0);
}

@media screen and (max-width: 1024px) {
    #cta-5 h2 {
        font-size: 52px;
    }

    #cta-5 p {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    #cta-5 {
        min-height: 78vh;
        padding: 96px 0 80px;
    }

    #cta-5 .bg {
        background-attachment: scroll;
    }

    #cta-5 h2 {
        font-size: 40px;
    }

    #cta-5 p {
        font-size: 17px;
    }

    #cta-5 .cta-5-btn {
        min-height: 58px;
        font-size: 18px;
        padding: 0 34px;
    }

    #cta-5 .cta-5-kicker::after {
        width: 120px;
    }
}

@media screen and (max-width: 420px) {
    #cta-5 h2 {
        font-size: 34px;
    }

    #cta-5 p {
        font-size: 16px;
    }

    #cta-5 .cta-5-btn {
        width: 100%;
        max-width: 320px;
    }
}
#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-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;
}#contact-2 p {
    color: #FFF;
    margin-bottom:  10px;
}#assignature-01 {
    padding: 10px 0;
}

#assignature-01 p {
    margin-bottom: 0;
}

#assignature-01 .row {
    align-items: center;
}


@media screen and (max-width: 991px) {
    #assignature-01 p {
        text-align: center;
    }
}.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;
}