:root{--PRIMARIO:#1D314C;--TEXTO-PRIMARIO:#b4b8c4;--SECUNDARIO:#B8996B;--SECUNDARIO-ESCURO:#96845F;--TEXTO-ESCURO:#121212;--AZUL-ESCURO:#1D314C;--TEXTO:#333;--BRANCO:#ffffff;--PRETO:#000000;--CINZA-CLARO:#f8f9fa;--CINZA:#6c757d;--CINZA-ESCURO:#343a40;--SUCESSO:#28a745;--AVISO:#ffc107;--ERRO:#dc3545;--INFO:#17a2b8}.servicos-main{width:100%;display:flex;flex-direction:column;gap:3.5rem}@media(max-width:992px){.servicos-main{gap:12px}}.servicos-header{display:grid;grid-template-columns:1fr 1fr;grid-gap:7.5rem;gap:7.5rem;align-items:flex-start}.servicos-header .header-content{display:flex;flex-direction:column;gap:1.25rem}.servicos-header .header-content h1{font-size:2.75rem;font-weight:700;line-height:1.2;color:#333}.servicos-header .header-content p{font-size:1rem;line-height:1.6;color:#666}.servicos-header .services-list{display:flex;flex-direction:column;gap:1.25rem}.servicos-header .services-list .service-item{background:rgba(29,49,76,.12);color:#333;border:none;border-radius:4px;padding:1.25rem 1.75rem;font-size:.8125rem;font-weight:500;text-align:left;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.servicos-header .services-list .service-item.is-active{background:#1d314c;color:#fff;box-shadow:0 12px 24px rgba(29,49,76,.24)}.servicos-header .services-list .service-item:hover:not(.is-active){background:rgba(29,49,76,.2)}@media(max-width:992px){.servicos-header{grid-template-columns:1fr;gap:5rem}.servicos-header .services-list{flex-direction:row;flex-wrap:wrap}.servicos-header .services-list .service-item{flex:1 1;min-width:160px;padding:1.25rem;font-size:.8125rem}}@media(max-width:768px){.servicos-header{gap:5rem}.servicos-header .header-content h1{font-size:2.375rem}.servicos-header .header-content p{font-size:.875rem}.servicos-header .services-list{gap:1.75rem}.servicos-header .services-list .service-item{padding:1.25rem;font-size:11px}}@media(max-width:600px){.servicos-header{grid-template-columns:1fr}.servicos-header .header-content h1{font-size:2rem}.servicos-header .services-list{gap:1.75rem}.servicos-header .services-list .service-item{padding:1.25rem;font-size:10px}}.servicos-carousel{position:relative;display:grid;grid-template-columns:minmax(0,1fr);grid-gap:3.5rem;gap:3.5rem;align-items:center;background:#fff;border-radius:1rem;padding:3.5rem;box-shadow:0 18px 36px rgba(29,49,76,.12)}.servicos-carousel .carousel-arrow{background:hsla(0,0%,100%,.9);border:1px solid rgba(29,49,76,.12);width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1d314c;cursor:pointer;transition:background .3s ease,color .3s ease;position:absolute;top:50%;transform:translateY(-50%)}.servicos-carousel .carousel-arrow:first-of-type{left:-3.5rem}.servicos-carousel .carousel-arrow:last-of-type{right:-3.5rem}.servicos-carousel .carousel-arrow:hover{background:#1d314c;color:#fff}.servicos-carousel .service-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:5rem;gap:5rem;align-items:center}.servicos-carousel .service-card .card-image{position:relative;width:100%;aspect-ratio:4/3;border-radius:1rem;overflow:hidden;background:rgba(29,49,76,.06)}.servicos-carousel .service-card .card-image img{object-fit:cover}.servicos-carousel .service-card .card-content{display:flex;flex-direction:column;gap:1.25rem}.servicos-carousel .service-card .card-content .card-tagline{color:#1d314c;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.servicos-carousel .service-card .card-content h2{font-size:2.375rem;font-weight:700;line-height:1.3;color:#333}.servicos-carousel .service-card .card-content p{font-size:1rem;line-height:1.6;color:#555}.servicos-carousel .service-card .card-content .btn-primary{align-self:flex-start}@media(max-width:992px){.servicos-carousel{padding:1.75rem}.servicos-carousel .carousel-arrow:first-of-type{left:-2.5rem}.servicos-carousel .carousel-arrow:last-of-type{right:-2.5rem}.servicos-carousel .service-card{grid-template-columns:1fr;text-align:center}.servicos-carousel .service-card .card-content{align-items:center}.servicos-carousel .service-card .card-content .btn-primary{align-self:center}}@media(max-width:600px){.servicos-carousel .carousel-arrow{width:2.5rem;height:2.5rem}.servicos-carousel .carousel-arrow:first-of-type{left:1.25rem}.servicos-carousel .carousel-arrow:last-of-type{right:1.25rem}.servicos-carousel .service-card{gap:1.75rem}.servicos-carousel .service-card .card-content h2{font-size:2rem}.servicos-carousel .service-card .card-content p{font-size:.875rem}}@media(max-width:992px){.servicos-carousel h2{margin:0!important;font-size:18px!important}.servicos-carousel .card-tagline{font-size:12px!important}}.carousel-indicators{display:flex;justify-content:center;gap:1.75rem;margin-top:1.25rem}.carousel-indicators .indicator{width:.75rem;height:.75rem;border-radius:50%;background:rgba(29,49,76,.2);border:none;cursor:pointer;transition:transform .3s ease,background .3s ease}.carousel-indicators .indicator.is-active{background:#1d314c;transform:scale(1.2)}