/* =========================================================
   ROOT: GLOBAL / ROOT
========================================================= */

:root {
    --cor-primaria-backgrond: #1E1E1E;
    --cor-secundaria-backgrond: #252525;
    --azul-primaria: #34BFFF;
    --azul-secundaria: #009FE3;
    --roxo-primaria: #9C80FF;
    --roxo-secundaria: #A47CFF;
    --cinza-primario: #A8A8A8;
    --cinza-secundario: #979797;
}

body {
    font-family: Poppins-Light, sans-serif;
    font-weight: 400;
    color: white;
    font-size: 16px;
    background-color: #1E1E1E;
}

h1,
h2 {
    font-family: Poppins-Medium, sans-serif;
    font-weight: 500;
}

h3,
h4,
h5,
h6 {
    font-family: Poppins-Light, sans-serif;
    font-weight: 500;
}

body.menu-open {
    overflow: hidden;
    height: 100vh;
}

/* =========================================================
   ROOT: FONTES
========================================================= */

@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('/fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('/fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('/fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('/fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* =========================================================
   ROOT: SITE.MASTER
========================================================= */

.Poppins-Medium {
    font-family: 'Poppins-Medium';
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-19 {
    font-size: 19px !important;
}

.azul-primaria {
    color: var(--azul-primaria);
}

.cinza-primario {
    color: var(--cinza-primario);
}

.cinza-claro {
    color: #e1e1e1;
}

.bg-cabecalho {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: rgba(43, 43, 43, 0.2);
    mix-blend-mode: normal;
    border: 2px solid rgba(94, 94, 94, 0.3);
    box-shadow: 0px 0px 57.2px 2px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
    top: 49px;
}

.bg-teste {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 49px;
    backdrop-filter: blur(15px);
    mix-blend-mode: normal;
    box-shadow: 0px 0px 57.2px 2px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    mix-blend-mode: normal;
    background: linear-gradient(#1e1e1e, #1e1e1e) padding-box, linear-gradient(90deg, #2DC4FF, #A47CFF) border-box;
    border-bottom: 2px solid transparent;
    color: #fff;
}

.fonte-cabecalho {
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 14px;
    display: inline-grid;
    align-items: center;
}

.header_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 5px 40px;
    transition: color 0.3s ease;
}

.header_text:hover {
    color: #00a9de;
}

.header_text span {
    transition: color 0.3s ease;
}

.header_text::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #2DC4FF, #A47CFF);
    transition: width 0.4s ease;
}

.header_text.active span {
    color: #1AC4FB;
}

.header_text.active::after {
    width: 100%;
}

@media (max-width: 992px) {
.topnav {
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    padding: 5px 25px;
    overflow: hidden;
    background: rgba(43, 43, 43, 0.2);
    mix-blend-mode: normal;
    border: 2px solid rgba(94, 94, 94, 0.3);
    box-shadow: 0px 0px 57.2px 2px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
    box-sizing: border-box;
    width: 100%;
    max-width: 100vw;
}
}

@media (max-width: 992px) {
.topnav a.icon {
    background: transparent;
    display: block;
    position: absolute;
    right: 15px;
    top: -1px;
    color: #fff;
    border: none;
}
}

@media (max-width: 992px) {
.topnav a.icon:hover {
    color: var(--azul-primaria);
}
}

@media (max-width: 992px) {
.mobile-toggle {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
}

@media (max-width: 992px) {
.mobile-toggle span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    transition: 0.4s ease;
}
}

@media (max-width: 992px) {
.mobile-toggle span:nth-child(1) {
    top: 0;
}
}

@media (max-width: 992px) {
.mobile-toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
}

@media (max-width: 992px) {
.mobile-toggle span:nth-child(3) {
    bottom: 0;
}
}

@media (max-width: 992px) {
.mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 45%;
}
}

@media (max-width: 992px) {
.mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}
}

@media (max-width: 992px) {
.mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 50%;
}
}

.mobile-menu {
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top, rgba(0,0,0,0.15), rgba(15,15,15,0.95) 60%);
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
    z-index: 999;
}

.mobile-menu.active {
    opacity: 1;
    pointer-events: auto;
}

.mobile-menu a {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
}

.text_decoration_none {
    text-decoration:  none;
}

.obj-top{
    object-position: top;
}

.btn-pedir-orcamento-header {
    text-decoration: none;
    padding: 0.8rem 1.6rem;
    min-width: 150px;
    max-width: 220px;
    width: auto;
    height: auto;
    background: linear-gradient(90deg, #19C6FE 0%, #0082AD 100%);
    border-radius: 41px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: transform 0.55s ease, background 0.55s ease;
}

.btn-pedir-orcamento-header a {
    text-decoration: none;
    cursor: pointer;
}

.btn-pedir-orcamento-header a:hover {
    text-decoration: none;
    cursor: pointer;
}

.btn-pedir-orcamento-header:hover {
    background: #1E1E1E;
    transform: scale(1.03);
    cursor: pointer;
}

.btn-pedir-orcamento-header::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: 41px;
    background: linear-gradient(49deg,rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 72%, rgba(164, 124, 255, 1) 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 5;
    cursor: pointer;
}

.footer {
    border: 1px solid #004A6963;
    background: radial-gradient( ellipse 80% 45% at 50% 0%, #0082ad0d, transparent 70% ), #252525;
    position: relative;
    width: 100%;
}

.itemDot22 {
    display: block;
    width: 190px;
    height: 260px;
    padding: 10px;
    position: absolute;
    border-radius: 25px;
    text-align: center;
    line-height: 80px;
    z-index: 3;
    cursor: pointer;
    font-size: 40px;
    background: rgba(85, 85, 85, 0.23) !important;
    mix-blend-mode: normal !important;
    border: 2px solid #646363 !important;
    box-shadow: 0px 0px 42.5px 2px rgba(0,0,0,0.25), inset 0px 4px 4px rgba(0,0,0,0.25) !important;
    backdrop-filter: blur(5px) !important;
    border-radius: 12px !important;
    transition: 0.3s ease !important;
    padding: 20px !important;
}

.itemDot22:hover {
    padding: 15px;
    cursor: pointer;
    background: rgba(85, 85, 85, 0.23) !important;
    mix-blend-mode: normal !important;
    border: 2px solid #34bfff7f !important;
    box-shadow: 0px 0px 42.5px 2px rgba(0,0,0,0.25), inset 0px 4px 4px rgba(0,0,0,0.25) !important;
    backdrop-filter: blur(5px) !important;
    border-radius: 12px !important;
    transition: 0.5s ease !important;
}

.itemDot22.active {
    position: relative;
    border-color: transparent !important;
}

.itemDot22.active::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: 12px;
    background: linear-gradient(50deg, #2DC4FF 0%, #646363 50%, #FFFFFF 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 5;
}

.itemDot22 img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.snow {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    pointer-events: none;
}

.snow li {
    position: absolute;
    top: -20px;
    opacity: 0.85;
    animation-name: fall, wind;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
}

.snow li {
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
}

.snow li:nth-child(5n)::before {
    content: "❄";
    font-size: 14px;
}

.snow li:nth-child(7n)::before {
    content: "✻";
    font-size: 13px;
}

.snow li:nth-child(11n)::before {
    content: "✼";
    font-size: 12px;
}

.snow li:nth-child(5n),
.snow li:nth-child(7n),
.snow li:nth-child(11n) {
    width: auto;
    height: auto;
    background: none;
}

.snow li::before {
    color: white;
    display: block;
}

.snow li:nth-child(3n) {
    transform: scale(0.8);
}

.snow li:nth-child(4n) {
    transform: scale(1.2);
}

.responsive {
    max-width: 100%;
    height: auto;
}

.logo-header-natal {
    max-width: clamp(150px, 100vw, 200px);
    max-height: 60px;
}

.logo-header-normal {
    max-width: 200px;
}

@media (max-width: 767px) {
.steps-wrapper > .d-flex {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
}
}

@media (max-width: 991px) {
.section-portfolioo .row {
    justify-content: center;
}
}

.tab-link {
    position: relative;
    padding: 19px 30px;
    margin-right: 10px;
    border-radius: 12px 12px 0 0;
    background: rgba(255, 255, 255, 0.05);
    color: #757575;
    text-decoration: none;
    font-weight: 400;
    transition: 0.3s ease;
}

.tab-link .label {
    color: #a7a7a7ff;
}

    .tab-link:hover {
        background: rgba(255, 255, 255, 0.08);
        color: #868686;
    }

.tab-link:hover::before {
    transform: scaleX(1);
}

.tab-link.active {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.tab-link.active::before {
    transform: scaleX(1);
}

.cursor-wait {
    cursor: wait;
}

#layoutSidenav #layoutSidenav_nav {
    position: fixed;
    width: 270px;
    height: 100vh;
    z-index: 100;
    overflow: hidden;
    transition: width 0.3s ease;
    padding: 15px;
    background-color: #282828;
    border-right: 2px solid #313131;
}

@media (min-width: 992px) {
#myNavbar {
    display: none;
}
}

@media (max-width: 992px) {
#layoutSidenav_nav {
    display: none;
}
}

@media (max-width: 992px) {
#myNavbar {
    display: block;
}
}

/* =========================================================
   ROOT: DEFAULT.ASPX
========================================================= */

.pad-350-200-20-20 {
    padding: 350px 20px 220px 20px !important;
}

.bg-inicio {
    background-image: url('../images/quadradinho.svg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    overflow-x: hidden;
}

.bg-servicos {
    background-image: url('../images/fundo_servicos.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
    overflow: hidden;
    padding: 0;
    margin: 0;
    outline: 0;
    min-height: 1%;
    max-height: 1%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

@media (max-width: 992px) {
.pad-350-200-20-20 {
    padding: 180px 20px 70px 20px !important;
}
}

@media (max-width: 992px) {
.btn-ver-portfolio,
.btn-ver-portfolio2 {
    margin-top: 10%;
}
}

.text_inicio {
    font-size: clamp(30px, 6vw, 80px);
    font-weight: 800;
    margin-bottom: 0px;
    background-image: linear-gradient(90deg, #D9C8FF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, #FFFFFF 0%, #C8EEFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-decoration: none;
    font-family: Poppins-ExtraBold;
}

.text_white {
    font-size: clamp(30px, 6vw, 50px);
    font-weight: 800;
    margin-bottom: 0px;
    text-decoration: none;
    color: white;
    font-family: Poppins-ExtraBold;
    display: flex;
    align-items: center;
    justify-content: center
}

.text_whiteM {
    font-size: clamp(30px, 6vw, 40px);
    font-weight: 800;
    margin-bottom: 0px;
    text-decoration: none;
    color: white;
    font-family: Poppins-ExtraBold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.paragrafo_inicio {
    font-size: clamp(15px, 1vw, 22px);
    max-width: 830px;
    margin: 0 auto;
    color: #A8A8A8;
}

.text_inicio_2 {
    font-size: clamp(30px, 6vw, 80px);
    font-weight: 800;
    margin-bottom: 0px;
    background-image: linear-gradient(90deg, #2DC4FF 0%, #A47CFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-decoration: none;
    font-family: Poppins-ExtraBold;
    position: relative;
    animation: tracking-in-expand-fwd-bottom 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation-delay: 0.15s;
}

.text_btn_serviços {
    position: relative;
    font-size: clamp(25px, 6vw, 45px);
    font-weight: 800;
    font-family: Poppins-ExtraBold;
    margin: 5px 0 0;
    padding: 0px 10px 0px 10px;
    display: inline-block;
    border-radius: 12px;
}

.text_btn_serviços::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 12px;
    background: linear-gradient(90deg, #2DC4FF, #A47CFF);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0;
}

.text_btn_serviços span {
    position: relative;
    z-index: 1;
    display: block;
    padding: 5px 15px;
    border-radius: 10px;
    color: #009FE3;
}

@media (max-width: 765px) {
.btn-pedir-orcamento {
    min-width: 195px !important;
    max-width: 195px !important;
}
}

@media (max-width: 765px) {
.btn-ver-portfolio {
    min-width: 195px !important;
    max-width: 195px !important;
}
}

@media (max-width: 765px) {
.btn-ver-portfolio2 {
    min-width: 195px !important;
    max-width: 195px !important;
}
}

@media (max-width: 765px) {
.btn-pedir-orcamento span {
    font-size: 14px !important;
}
}

@media (max-width: 765px) {
.btn-ver-portfolio span {
    font-size: 14px !important;
}
}

@media (max-width: 765px) {
.btn-ver-portfolio2 span {
    font-size: 14px !important;
}
}

.btn-pedir-orcamento {
    text-decoration: none;
    padding: 0.8rem 1.6rem;
    min-width: 235px;
    max-width: 250px;
    background: #252525;
    width: auto;
    height: auto;
    max-height: 55px;
    border: 2px solid #19C6FE;
    border-radius: 41px;
    color: white;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s ease, background 0.35s ease;
}

.btn-pedir-orcamento a {
    text-decoration: none;
}

.btn-pedir-orcamento:hover {
    background: #2c2c2c;
}

.btn-ver-portfolio {
    text-decoration: none;
    padding: 0.8rem 1.6rem;
    min-width: 220px;
    max-width: 250px;
    background: #252525;
    border-radius: 41px;
    width: auto;
    height: auto;
    max-height: 60px;
    color: white;
    border: 2px solid #453B5C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 1.5s ease, background 1.5s ease;
}

.btn-ver-portfolio:hover {
    background: linear-gradient(90deg, #5d4f7d 0%, #453B5C 100%);
    border-radius: 41px;
    transition: 0.3s ease !important;
    border: 2px solid #453B5C;
    transition: transform 1.5s ease, background 1.5s ease;
}

.btn-ver-portfolio2 {
    text-decoration: none;
    padding: 0.8rem 1.6rem;
    min-width: 220px;
    max-width: 250px;
    background: #252525;
    border-radius: 41px;
    width: auto;
    height: auto;
    max-height: 60px;
    color: white;
    border: 2px solid #009FE3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-content: center;
    transition: transform 1.5s ease, background 1.5s ease;
}

.btn-ver-portfolio2:hover {
    background: linear-gradient(90deg, #00c6ff 0%, #0789c1 100%);
    border-radius: 41px;
    transition: 0.3s ease !important;
    border: 2px solid #0086bf;
    transition: transform 1.5s ease, background 1.5s ease;
}

.highlight-blue,
.highlight-purple {
    position: relative;
    z-index: 0;
}

.highlight-blue::before {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% + 100px);
    width: 250px;
    height: 250px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #1AC4FB;
    filter: blur(40px);
    opacity: 0.25;
    animation: waveBlue 4s ease-in-out infinite;
    z-index: -2;
}

.highlight-purple::before {
    content: "";
    position: absolute;
    top: calc(50% + 70px);
    left: calc(50% - 60px);
    width: 230px;
    height: 230px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #A47CFF;
    filter: blur(40px);
    opacity: 0.25;
    animation: wavePurple 4s ease-in-out infinite;
    z-index: -2;
}

.highlight-white {
    position: relative;
    z-index: -2;
    text-align: center;
    display: flex;
    opacity: 0.40;
}

.highlight-white::before {
    content: "";
    position: absolute;
    top: calc(20% + -50px);
    min-width: 200px;
    height: 320px;
    border-radius: 50%;
    background: #8f8f8f;
    filter: blur(40px);
    opacity: 0.50;
    z-index: -2;
}

.scroll-indicator-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 140px;
}

.scroll-text {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #949494 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
}

.scroll-line {
    width: 5px;
    height: 80px;
    background: linear-gradient(180deg, rgba(255,255,255,0.3), rgba(255,255,255,0) );
    position: relative;
    overflow: hidden;
}

.scroll-bar {
    width: 100%;
    height: 21px;
    background: #29C5FF;
    position: absolute;
    top: 0;
    border-radius: 0px;
    animation: scrollMove 3.8s infinite;
}

.round {
    position: absolute;
    left: 0;
    top: -17%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid transparent;
    align-content: center;
    align-items: center;
    display: flex;
}

.round::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 4px;
    opacity: 0.7;
    border-radius: 50%;
    background: linear-gradient(90deg, #2DC4FF 0%, #A47CFF 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.holderCircle {
    position: relative;
    z-index: 0;
    width: 590px;
    height: 590px;
    border-radius: 100%;
    margin: 135px auto;
}

.contentCircle {
    position: relative;
    z-index: 2;
    top: 147px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 421px;
    border-radius: 100%;
}

.conhecaNossosServicos {
    position: absolute;
    top: 54px;
    left: 0%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

.section-portfolio {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background: linear-gradient( 90deg, rgba(52, 191, 255, 0.2) 0%, rgba(30, 30, 30, 1) 50%, rgba(156, 128, 255, 0.21) 100% );
    flex-direction: column;
    overflow: hidden;
    min-height: 120vh;
}

.container-portfolio1 {
    position: relative;
    max-width: 884px;
    height: auto;
    aspect-ratio: 884 / 475;
    background: #1E282F;
    border: 1px solid #252B2F;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 0 19px rgba(34, 34, 34, 0.2);
    right: -273px;
}

.container-portfolio2 {
    position: relative;
    width: 884px;
    max-width: 884px;
    height: auto;
    aspect-ratio: 884 / 475;
    background: #1E282F;
    border: 1px solid #252B2F;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 0 19px rgba(34, 34, 34, 0.2);
    right: 178px;
}

.portfolio-bg1 {
    position: absolute;
    left: -22%;
    top: 50%;
    transform: translateY(-50%);
    width: 58%;
    opacity: 0.9;
    z-index: 3;
    max-width: 590px;
    pointer-events: none;
    border-radius: 12px;
}

.portfolio-bg2 {
    position: absolute;
    left: 72%;
    top: 50%;
    transform: translateY(-50%);
    width: 58%;
    opacity: 0.9;
    z-index: 3;
    max-width: 590px;
    pointer-events: none;
    border-radius: 12px;
}

.portfolio-image1 {
    position: absolute;
    right: -3%;
    bottom: -6px;
    width: 98%;
    border-radius: 12px;
    z-index: 2;
    box-shadow: 0 20px 50px rgba(0,0,0,0.45);
}

.portfolio-image2 {
    position: absolute;
    right: 40px;
    bottom: -30px;
    width: 98%;
    border-radius: 12px;
    z-index: 2;
    box-shadow: 0 20px 50px rgba(0,0,0,0.45);
}

.portfolio-item1 {
    position: relative;
    width: 100%;
    max-width: 884px;
    height: auto;
    aspect-ratio: 884 / 475;
    display: flex;
    justify-content: center;
    margin-top: 200px;
}

.portfolio-item2 {
    position: relative;
    width: 100%;
    max-width: 884px;
    height: auto;
    aspect-ratio: 884 / 475;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.section-contacto {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
}

.container-contactos {
    box-sizing: border-box;
    position: relative;
    border-color: transparent !important;
    width: 1210px;
    height: 380px;
    background: #282828;
    box-shadow: 0px 0px 42.5px 2px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-contactos::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 4px;
    border-radius: 0px;
    background: linear-gradient(50deg,rgba(0, 159, 227, 1) 0%, rgba(100, 99, 99, 0.52) 25%, rgba(100, 99, 99, 0.52) 75%, rgba(255, 255, 255, 1) 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 5;
}

.contacto-subtitle {
    font-size: 1.1rem;
    max-width: 750px;
    margin: 0 auto;
    color: #A8A8A8;
    line-height: 1.6;
    text-align: center;
}

.center-screen {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.zoom {
    transition: transform 0.55s ease, background 0.55s ease;
}

.zoom:hover {
    transform: scale(1.006);
}

.cinematic {
    opacity: 0;
    transform: translateY(20px);
}

.cinematic.active {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000), transform 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.cinematic-text {
    transition-duration: 0.9s;
}

.cinematic-btn {
    transform: translateY(25px);
    transition-duration: 0.9s;
}

.cinematic-scroll {
    transition-duration: 1s;
}

.servicos-anim {
    opacity: 0;
    transform: translateY(30px);
}

.servicos-anim.active {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000), transform 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.servicos-title {
    opacity: 0;
    transform: translateY(40px);
}

.servicos-title.active {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.9s cubic-bezier(0.215, 0.610, 0.355, 1.000), transform 0.9s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.holderCircle {
    opacity: 0;
    transform: scale(0.96);
}

.holderCircle.active {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease, transform 1s ease;
}

.circle-card {
    opacity: 0;
    transform: translateX(35px);
}

.circle-card.active {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000), transform 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.circle-card:nth-child(1) {
    transition-delay: 0.05s;
}

.circle-card:nth-child(2) {
    transition-delay: 0.12s;
}

.circle-card:nth-child(3) {
    transition-delay: 0.18s;
}

.circle-card:nth-child(4) {
    transition-delay: 0.24s;
}

.port-card {
    opacity: 0;
    transform: translateX(35px);
}

.port-card.active {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000), transform 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.port-card:nth-child(1) {
    transition-delay: 0.05s;
}

.port-card:nth-child(2) {
    transition-delay: 0.12s;
}

.port-mobile-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.circle-mobile-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.circle-card {
    background: rgba(85, 85, 85, 0.23);
    border: 2px solid #646363;
    border-radius: 16px;
    backdrop-filter: blur(1.7px);
    box-shadow: 0px 0px 42.5px 2px rgba(0,0,0,0.25), inset 0px 4px 4px rgba(0,0,0,0.25);
    color: #fff;
    padding: 25px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.circle-card img {
    width: 100%;
    height: 100%;
}

.circle-card h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
}

.circle-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #ccc;
}

.circle-card:hover {
    transition: 0.5s ease !important;
    filter: drop-shadow(0 0 5px rgba(52,191,255,0.4));
    border: 2px solid #34bfff7f !important;
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}

.portfolio-card-mobile {
    position: relative;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    background: #111;
    border: 1px solid #2d2d2d;
    margin-bottom: 22px;
    z-index:1;
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.45);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.portfolio-card-mobile img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.portfolio-card-mobile:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 17px rgba(0, 0, 0, 0.6);
}

@media (max-width: 576px) {
.circle-card {
    padding: 20px 15px;
}
}

@media (max-width: 576px) {
.circle-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
}
}

@media (max-width: 576px) {
.circle-card h4 {
    font-size: 1.2rem;
}
}

@media (max-width: 576px) {
.circle-card p {
    font-size: 0.95rem;
}
}

@media(min-width: 992px) {
.circle-mobile-wrapper {
    display: none;
}
}

@media(min-width: 1001px) {
.port-mobile-wrapper {
    display: none;
}
}

@media(max-width: 1002px) {
.teste11 {
    display: none;
}
}

@media (max-width: 1530px) {
.portfolio-item1,
.portfolio-item2 {
    max-width: 723px;
}
}

@media (max-width: 1330px) {
.portfolio-item1,
.portfolio-item2 {
    max-width: 650px;
}
}

@media (max-width: 1329px) {
.portfolio-item1,
.portfolio-item2 {
    max-width: 623px;
}
}

@media (max-width: 1329px) {
.portfolio-item1,
.portfolio-item2 {
    max-width: 523px;
}
}

@media (max-width: 1329px) {
.portfolio-item1 {
    right: 84px;
}
}

@media(max-width: 991px) {
.circle-computer-wrapper {
    display: none;
}
}

.margin_mobile_port {
    margin-top: 150px;
    margin-left: 30px;
    margin-right: 30px;
}

#galaxy {
    position: absolute;
    inset: 0;
    width: 150%;
    min-height: 150vh;
    z-index: 1;
    pointer-events: none;
}

/* =========================================================
   ROOT: ABOUT.ASPX
========================================================= */

.btn {
    border-radius: 12px;
    padding: 14px 22px;
    font-weight: 500;
}

@media (max-width: 576px) {
.container-iniciar_projeto1 {
    width: 311px!important;
}
}

.portfolio-filters {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.portfolio-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 992px) {
.portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 576px) {
.portfolio-grid {
    grid-template-columns: 1fr;
}
}

@media (max-width: 992px) {
.portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
}

@media (max-width: 768px) {
.portfolio-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 10px;
}
}

.filter-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.container-iniciar_projeto1 {
    box-sizing: border-box;
    position: relative;
    border-color: transparent !important;
    width: 1105px;
    height: 140px;
    background: #282828;
    box-shadow: 0px 0px 42.5px 2px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: start;
}

.container-iniciar_projeto1::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 4px;
    border-radius: 0px;
    background: linear-gradient(50deg,rgba(0, 159, 227, 1) 0%, rgba(100, 99, 99, 0.52) 25%, rgba(100, 99, 99, 0.52) 75%, rgba(0, 159, 227, 1) 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 5;
}

.container-iniciar_projeto1-roxo {
    box-sizing: border-box;
    position: relative;
    border-color: transparent !important;
    width: 1105px;
    height: 140px;
    background: #282828;
    box-shadow: 0px 0px 42.5px 2px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: start;
}

.container-iniciar_projeto1-roxo::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 4px;
    border-radius: 0px;
    background: linear-gradient(50deg,#9C80FF 0%, rgba(100, 99, 99, 0.52) 25%, rgba(100, 99, 99, 0.52) 75%, #9C80FF 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 5;
}

.filter-card-precario {
    width: fit-content;
    min-height: 55px;
    background: #1b1b1b;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
    padding: 10px 22px;
    text-align: center;
    color: #fff;
    border: 1px solid #777;
}

.filter-card-precario img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.filter-card-precario span {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.filter-card-precario:hover {
    transform: translateY(-5px);
    color: #000;
    border-color: #2fc3ff;
}

.filter-card-precario.active {
    background: #2fc3ff;
    color: #000;
    box-shadow: 0 0px 10px rgba(0,198,255,0.4);
}

.service-group {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.service-group.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.service-group.hide {
    display: none;
}

.service-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 30px;
}

.service-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
}

.service-icon img {
    width: 56px;
    height: 56px;
}

.service-header h2 {
    margin: 0;
    font-size: 26px;
    color: #fff;
}

.service-header p {
    margin: 4px 0 0;
    color: #bdbdbd;
}

.pricing-section {
    padding: 80px 20px;
    z-index:1;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    align-items: stretch;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.05s;
}

.pricing-grid:hover .pricing-card {
    opacity: 0.65;
}

    .pricing-grid:hover .pricing-card:hover {
        opacity: 1;
        transform: translateY(-6px);
        box-shadow: 0 25px 50px rgb(75, 75, 75, 0,00);
    }

@media (max-width: 768px) {
.pricing-grid {
    grid-template-columns: 1fr;
}
}

.pricing-card {
    background: #1f1f1f;
    border-radius: 22px;
    padding: 35px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 450px;
    transition: transform 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.card-header h3 {
    font-size: 1.6rem;
    color: #fff;
}

.card-header p {
    color: #aaa;
    font-size: .95rem;
}

.pricing-card hr {
    border: none;
    height: 1px;
    margin: 5px 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.68), transparent);
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-card ul li {
    margin-bottom: 12px;
    padding-left: 26px;
    position: relative;
    color: #ddd;
}

.pricing-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    font-weight: bold;
}

.price {
    margin: 30px 0 20px;
    font-size: 1.25rem;
    color: #fff;
    display: flex;
    justify-content: center;
}

.price-span {
    font-size: 17px;
    color: #d1d1d1;
    margin-top: 4px;
}

.card-blue {
    border: 2px solid #3bd9ff;
    box-shadow: 0 0 30px rgba(59,217,255,0.15);
    color: #3bd9ff;
}

.card-blue ul li::before {
    color: #3bd9ff;
}

.card-purple {
    border: 2px solid #8b5cf6;
    box-shadow: 0 0 30px rgba(139,92,246,0.15);
    color: #8b5cf6;
}

.card-purple ul li::before {
    color: #8b5cf6;
}

.card-gradient ul li:nth-child(1)::before {
    color: #3bbcff;
}

.card-gradient ul li:nth-child(2)::before {
    color: #9b6cff;
}

.card-gradient ul li:nth-child(3)::before {
    color: #3bbcff;
}

.card-gradient ul li:nth-child(4)::before {
    color: #9b6cff;
}

.card-gradient {
    border: 2px solid transparent;
    background: linear-gradient(#1f1f1f, #1f1f1f) padding-box, linear-gradient(120deg, #3bd9ff, #8b5cf6) border-box;
    box-shadow: 0 0 15px rgba(59,217,255,.35), 0 0 30px rgba(139,92,246,.35);
    transform: scale(1.03);
    z-index: 2;
}

.card-gradient h4 {
    background-image: linear-gradient(90deg, #2DC4FF 0%, #A47CFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-decoration: none;
}

.card-gradient ul li::before {
    color: #3bd9ff;
}

.badge {
    position: absolute;
    top: 16px;
    right: -40px;
    background: linear-gradient(90deg, #3bd9ff, #8b5cf6);
    color: #000;
    padding: 6px 50px;
    font-size: .8rem;
    font-weight: bold;
    transform: rotate(45deg);
}

.portfolio-text h2 {
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: clamp(30px, 6vw, 60px);
    font-weight: 700;
    margin-bottom: 0px;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    font-family: Poppins-ExtraBold;
}

.portfolio-text h2 span {
    background: linear-gradient(90deg, #34BFFF, #9C80FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.portfolio-text p {
    font-size: 20px;
    color: #A8A8A8;
    max-width: 420px;
}

@media (max-width: 991px) {
.portfolio-text {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
}

@media (max-width: 991px) {
.portfolio-text p {
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 575px) {
.portfolio-text h2 {
    font-size: clamp(26px, 7vw, 36px);
}
}

@media (max-width: 575px) {
.portfolio-text p {
    font-size: 15px;
}
}

.why-title {
    text-align: center;
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 70px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 0px;
}

.why-card {
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.why-card:hover {
    transform: translateY(-6px);
}

.why-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

.why-icon img {
    width: 110px;
    height: 110px;
}

.why-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.why-card p {
    font-size: 16px;
    color: #A8A8A8;
    line-height: 1.6;
}

.container-preçario {
    position: relative;
    background: linear-gradient( 180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02) );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 22px;
    padding: 30px 40px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0px 0px 16px -2px rgba(54,54,54,0.48);
    -webkit-box-shadow: 0px 0px 16px -2px rgba(54,54,54,0.48);
    -moz-box-shadow: 0px 0px 16px -2px rgba(54,54,54,0.48);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1;
}

.container-preçario::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
    height: 1px;
    background: linear-gradient( 90deg, transparent, rgba(255,255,255,0.4), transparent );
    opacity: 0.4;
}

.container-preçario h2 {
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: clamp(30px, 6vw, 40px);
    font-weight: 500;
    margin-bottom: 0px;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    font-family: Poppins-ExtraBold;
    margin-bottom: 40px;
}

.price-highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.price-top {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.price-from {
    font-size: 14px;
    color: #A8A8A8;
    letter-spacing: 0.5px;
}

.price-value {
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
}

.price-line-blue {
    width: 70px;
    height: 1px;
    background: linear-gradient( 90deg, transparent, #34BFFF, transparent );
    opacity: 0.7;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.price-line-purple {
    width: 70px;
    height: 1px;
    background: linear-gradient( 90deg, transparent, #9C80FF, transparent );
    opacity: 0.7;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.price-line {
    width: 70px;
    height: 1px;
    background: linear-gradient( 90deg, transparent, #34BFFF, #A47CFF, transparent );
    opacity: 0.7;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-card:hover .price-line,
.pricing-card:hover .price-line-blue,
.pricing-card:hover .price-line-purple {
    width: 110px;
}

.price-sub {
    font-size: 12px;
    color: #A8A8A8;
    letter-spacing: 0.4px;
    text-decoration: none;
}

.price-sub:hover {
    font-size: 12px;
    color: #A8A8A8;
    text-decoration: underline;
}

.services-section {
    position: relative;
    background: radial-gradient( ellipse at top center, rgba(240,245,250,0.10), transparent 60% ), radial-gradient( ellipse at bottom center, rgba(161,134,255,0.19), transparent 60% ), #1E1E1E;
    overflow: hidden;
    z-index: 0;
}

.services-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(1px 1px at 15% 20%, rgba(255,255,255,0.50), transparent), radial-gradient(1px 1px at 35% 80%, rgba(255,255,255,0.50), transparent), radial-gradient(1px 1px at 55% 40%, rgba(255,255,255,0.41), transparent), radial-gradient(1px 1px at 75% 60%, rgba(255,255,255,0.39), transparent), radial-gradient(2px 2px at 25% 55%, rgba(255,255,255,0.26), transparent), radial-gradient(2px 2px at 85% 30%, rgba(255,255,255,0.17), transparent);
    background-size: 600px 600px;
    opacity: 0.8;
    pointer-events: none;
}

/* =========================================================
   ROOT: SERVICOS.ASPX
========================================================= */

@media (max-width: 576px) {
.container-iniciar_projeto {
    width: 311px!important;
}
}

.portfolio-card {
    width: 525px;
    height: 270px;
    border-radius: 18px;
    overflow: hidden;
    background: #111;
    transition: transform 0.3s ease;
}

.portfolio-card:hover {
    transform: scale(1.05);
    box-shadow: 0 0px 15px #ffffff46;
}

.portfolio-card img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: filter 0.4s ease, transform 0.4s ease;
}

.portfolio-card:hover img {
    filter: blur(3px) brightness(0.6);
    transform: scale(1.05);
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
    transform: translateY(0);
}

.portfolio-overlay h4 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 8px;
}

.portfolio-overlay span {
    font-size: 0.85rem;
    color: #0dcaf0;
    margin-bottom: 10px;
}

.portfolio-overlay p {
    font-size: 0.9rem;
    color: #ddd;
}

.portfolio-card.hide {
    display: none;
}

.portfolio-card {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.portfolio-card.hide {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.portfolio-card.show {
    animation: fadeUp 0.45s ease forwards;
}

@media (max-width: 768px) {
.portfolio-card {
    width: 87%;
}
}

@media (max-width: 768px) {
.portfolio-overlay {
    padding: 15px;
}
}

@media (max-width: 768px) {
.portfolio-overlay h4 {
    font-size: 1.1rem;
}
}

@media (max-width: 768px) {
.portfolio-overlay span {
    font-size: 0.85rem;
}
}

@media (max-width: 768px) {
.portfolio-overlay p {
    font-size: 0.8rem;
}
}

.filter-card {
    min-width: 160px;
    height: 56px;
    padding: 0 18px;
    background: #1b1b1b;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #777;
    font-size: 15px;
    font-weight: 500;
    color: #eaeaea;
    transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.filter-card img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    opacity: 0.9;
}

.filter-card span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.filter-card:hover {
    transform: translateY(-5px);
    color: #000;
    border-color: #2fc3ff;
}

.filter-card.active {
    background: #2fc3ff;
    color: #000;
    box-shadow: 0 0px 10px rgba(0,198,255,0.4);
}

.container-iniciar_projeto {
    box-sizing: border-box;
    position: relative;
    border-color: transparent !important;
    width: 1105px;
    height: 295px;
    background: #282828;
    box-shadow: 0px 0px 42.5px 2px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-iniciar_projeto::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 4px;
    border-radius: 0px;
    background: linear-gradient(50deg,rgba(0, 159, 227, 1) 0%, rgba(100, 99, 99, 0.52) 25%, rgba(100, 99, 99, 0.52) 75%, #9C80FF 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 5;
}

.gallery-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.gallery-modal.active {
    display: block;
}

.gallery-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(6px);
}

.gallery-container {
    position: fixed;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1244px;
    width: 92%;
    max-height: 90vh;
    padding: 24px;
    background: #111;
    border-radius: 18px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.gallery-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
}

.gallery-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-main img {
    max-width: 100%;
    max-height: 65vh;
    border-radius: 12px;
    object-fit: contain;
}

.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    border: none;
    color: white;
    font-size: 32px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.gallery-arrow:hover {
    background: rgba(255,255,255,0.2);
}

.gallery-arrow.left {
    left: -5px;
}

.gallery-arrow.right {
    right: -5px;
}

.gallery-thumbs {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    overflow-x: auto;
    justify-content: center;
}

.gallery-thumbs img {
    width: 90px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.3s;
}

.gallery-thumbs img.active {
    opacity: 1;
    outline: 2px solid #fff;
}

.gallery-info {
    text-align: center;
    color: #fff;
}

.gallery-info h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}

.gallery-info p {
    font-size: 14px;
    color: #aaa;
    max-width: 600px;
    margin: 0 auto;
}

.gallery-main img {
    transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-main img.fade-out {
    opacity: 0;
    transform: translateX(20px) scale(0.98);
}

.gallery-main img.fade-in {
    opacity: 1;
    transform: translateX(0) scale(1);
}

@media (max-width: 768px) {
.gallery-container {
    max-width: 70%;
    padding: 15px;
}
}

@media (max-width: 768px) {
.gallery-main img {
    max-height: 50vh;
}
}

@media (max-width: 768px) {
.gallery-info h3 {
    font-size: 1.3rem;
}
}

@media (max-width: 768px) {
.gallery-info p {
    font-size: 0.9rem;
}
}

@media (max-width: 768px) {
.gallery-thumbs img {
    width: 60px;
    height: 40px;
}
}

@media (max-width: 768px) {
.gallery-arrow {
    font-size: 1.8rem;
    padding: 6px 10px;
}
}

.section-portfolioo {
    background: #1E1E1E;
    padding: 130px 0px 190px 0px;
    overflow: hidden;
}

.section-portfolioo > *:not(.bg-stars):not(.bg-glow) {
    position: relative;
    z-index: 2;
}

.portfolio-images {
    position: relative;
    width: 420px;
    height: 360px;
}

.portfolio-images img {
    position: absolute;
    width: 584px;
    border-radius: 22px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.45);
    transition: transform 0.8s ease;
}

.img-top {
    top: -8%;
    right: -51px;
    z-index: 1;
    transform: rotate(2deg);
}

.img-bottom {
    bottom: -39%;
    right: 14%;
    z-index: 2;
    transform: rotate(-1deg);
}

.portfolio-images:hover .img-top {
    transform: translateY(-10px) rotate(4deg);
}

.portfolio-images:hover .img-bottom {
    transform: translateY(8px) rotate(-3deg);
}

@media (max-width: 991px) {
.portfolio-images {
    display: none;
}
}

@media (max-width: 991px) {
.section-portfolioo {
    display: flex;
    align-items: center;
}
}

@media (max-width: 991px) {
.service-padding {
    padding: 0px 0px 50px 0px !important;
}
}

@media (max-width: 991px) {
.section-portfolioo {
    padding: 0px !important;
}
}

@media (max-width: 575px) {
.section-portfolioo {
    padding: 60px 0 100px 0;
}
}

@media (min-width: 900px) and (max-width: 1260px) {
.portfolio-images {
    transform: scale(0.7);
    transform-origin: right center;
}
}

.service-padding {
    padding: 100px 0px 50px 0px;
}

.bg-stars {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(1px 1px at 15% 20%, rgba(255,255,255,0.45), transparent), radial-gradient(1px 1px at 35% 80%, rgba(255,255,255,0.35), transparent), radial-gradient(1px 1px at 55% 40%, rgba(255,255,255,0.40), transparent), radial-gradient(1px 1px at 75% 60%, rgba(255,255,255,0.30), transparent), radial-gradient(2px 2px at 25% 55%, rgba(255,255,255,0.22), transparent), radial-gradient(2px 2px at 85% 30%, rgba(255,255,255,0.25), transparent);
    background-size: 240px 240px;
    opacity: 0.7;
    pointer-events: none;
    z-index: 0;
    animation: starsMove 120s linear infinite;
}

.bg-glow {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 1100px;
    height: 520px;
    background: radial-gradient( ellipse at center, rgba(52,191,255,0.28), rgba(156,128,255,0.20), transparent 65% );
    filter: blur(130px);
    opacity: 1;
    pointer-events: none;
    z-index: 0;
}

@media (max-width: 768px) {
.bg-glow {
    display: none;
}
}

@media (max-width: 768px) {
.bg-stars {
    opacity: 0.25;
}
}

/* =========================================================
   ROOT: ORCAMENTO.ASPX
========================================================= */

.mar-bottom-75 {
    margin-bottom: 75px;
}

.text-gray {
    color: #979797;
}

.text_inicio_orçamento {
    font-size: clamp(30px, 6vw, 65px);
    font-weight: 800;
    margin-bottom: 0px;
    color: white;
    text-decoration: none;
    font-family: Poppins-ExtraBold;
}

.text_inicio_2_orçamento {
    font-size: clamp(30px, 6vw, 65px);
    font-weight: 800;
    margin-bottom: 0px;
    background-image: linear-gradient(90deg, #2DC4FF 0%, #A47CFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-decoration: none;
    font-family: Poppins-ExtraBold;
    position: relative;
    animation: tracking-in-expand-fwd-bottom 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation-delay: 0.15s;
}

.btn-submeter-orcamento {
    text-decoration: none;
    padding: 0.8rem 1.6rem !important;
    min-width: 235px;
    max-width: 250px;
    background: #107800;
    background: linear-gradient(290deg,rgba(16, 120, 0, 1) 0%, rgba(32, 222, 2, 1) 100%);
    width: auto;
    height: auto;
    max-height: 55px;
    border-radius: 12px;
    color: white;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s ease, background 0.35s ease;
    cursor: pointer;
}

.btn-submeter-orcamento a {
    text-decoration: none;
    cursor: pointer;
}

.btn-submeter-orcamento:hover {
    background: linear-gradient(290deg,rgba(16, 120, 0, 1) 0%, rgba(32, 222, 2, 1) 100%);
    transition: transform 0.25s ease, background 0.25s ease;
    border: 2px solid #118200;
    color: #e5e5e5;
}

.btn-primary {
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    border: none;
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 30px rgba(0,198,255,0.35);
}

.btn-secondary {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: #ccc;
}

.btn-secondary:hover {
    background: rgba(255,255,255,0.08);
}

.cinematic-title {
    transform: translateY(40px) scale(0.96);
}

.cinematic-title.active {
    transform: translateY(0) scale(1);
}

.cinematic-card {
    opacity: 0;
    transform: translateX(40px) !important;
}

.cinematic-card.active {
    opacity: 1;
    transform: translateX(0) !important;
    transition: opacity 0.55s cubic-bezier(0.215, 0.610, 0.355, 1.000), transform 0.55s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.cinematic-form {
    opacity: 0;
    transform: translateX(-40px) !important;
}

.cinematic-form.active {
    opacity: 1;
    transform: translateX(0) !important;
    transition: opacity 0.55s cubic-bezier(0.215, 0.610, 0.355, 1.000), transform 0.55s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.checkout-card {
    background: linear-gradient( 135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02) );
    backdrop-filter: blur(18px);
    border-radius: 18px;
    padding: 2.5rem;
    border: 1px solid rgba(255,255,255,0.08);
    animation: fadeUp 0.6s ease;
    max-width: 820px;
}

.steps-wrapper {
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

.steps-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 6%;
    right: 6%;
    height: 3px;
    background: rgba(255,255,255,0.15);
    transform: translateY(-50%);
    z-index: 0;
}

.steps-progress {
    position: absolute;
    top: 50%;
    left: 6%;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    transform: translateY(-50%);
    z-index: 1;
    transition: width 0.6s ease;
}

.step-indicator {
    position: relative;
    z-index: 2;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #1b232a;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all 0.4s ease;
}

.step-indicator.active {
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    color: #fff;
    box-shadow: 0 0 18px rgba(0,198,255,0.6);
}

.step-indicator small {
    position: absolute;
    top: 60px;
    font-size: 12px;
    color: #aaa;
    white-space: nowrap;
}

.step-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.step-title + p {
    color: #aaa;
}

.form-control::placeholder {
    color: #888;
}

.step {
    animation: slideFade 0.5s ease;
}

@media (max-width: 768px) {
.checkout-card {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {
.steps-wrapper {
    flex-direction: column;
    gap: 12px;
}
}

@media (max-width: 768px) {
.steps-wrapper::before {
    display: none;
}
}

@media (max-width: 768px) {
.step-indicator small {
    position: static;
    margin-top: 4px;
}
}

@media (max-width: 767px) {
.steps-wrapper {
    flex-direction: row !important;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 10px;
    position: relative;
}
}

@media (max-width: 767px) {
.steps-wrapper::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: rgba(255,255,255,0.15);
    z-index: 0;
}
}

@media (max-width: 767px) {
.steps-progress {
    position: absolute;
    top: 20px;
    left: 10%;
    width: 0%;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    z-index: 1;
    transition: width 0.5s ease;
}
}

@media (max-width: 767px) {
.step-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    width: 56px;
    height: 56px;
    z-index: 2;
}
}

@media (max-width: 767px) {
.step-indicator span {
    margin-bottom: 45px;
    display: flex;
    align-content: center;
    align-items: center;
    vertical-align: middle;
    top: 30%;
    position: relative;
}
}

@media (max-width: 767px) {
.step-indicator small {
    margin: 0;
    font-size: 11px;
    color: #aaa;
    text-align: center;
    max-width: 60px;
    line-height: 1.2;
    word-wrap: break-word;
}
}

.input-error {
    border: 2px solid #dc3545 !important;
    box-shadow: 0 0 0 2px rgba(255,77,79,0.4);
    animation: shake .35s;
}

.iw-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.form-label {
    color: #cfd8dc;
    font-weight: 500;
    margin-bottom: 6px;
}

.project-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 16px;
}

.project-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 20px 16px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    backdrop-filter: blur(8px);
}

.project-card span {
    font-size: 28px;
    display: block;
    margin-bottom: 8px;
}

.project-card strong {
    color: #fff;
    font-weight: 500;
}

.project-card:hover {
    transform: translateY(-4px);
    border-color: #0dcaf0;
}

.project-card.active {
    background: linear-gradient(135deg, #0dcaf0, #0b5ed7);
    border-color: transparent;
    box-shadow: 0 10px 30px rgba(13,202,240,.4);
}

.contactos-form-card .form-label {
    color: #e0e0e0;
    font-weight: 500;
}

/* =========================================================
   ROOT: CONTACTOS.ASPX
========================================================= */

.contactos-sections {
    background: linear-gradient( 90deg, rgba(52, 191, 255, 0.2) 0%, rgba(30, 30, 30, 1) 50%, rgba(156, 128, 255, 0.21) 100% );
    width: 100%;
    padding: 100px 0;
}

.contactos-sectionsss {
    padding-top: 130px;
}

.conteiner-contactos {
    display: block;
    width: 250px;
    height: 200px;
    position: relative;
    text-align: center;
    z-index: 3;
    cursor: pointer;
    font-size: 40px;
    background: rgba(85, 85, 85, 0.23) !important;
    mix-blend-mode: normal !important;
    border: 2px solid #646363 !important;
    box-shadow: 0px 0px 42.5px 2px rgba(0,0,0,0.25), inset 0px 4px 4px rgba(0,0,0,0.25) !important;
    backdrop-filter: blur(5px) !important;
    border-radius: 12px !important;
    transition: 0.3s ease !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.conteiner-contactos:hover {
    padding: 15px;
    cursor: pointer;
    background: rgba(85, 85, 85, 0.23) !important;
    mix-blend-mode: normal !important;
    border: 2px solid #34bfff7f !important;
    box-shadow: 0px 0px 42.5px 2px rgba(0,0,0,0.25), inset 0px 4px 4px rgba(0,0,0,0.25) !important;
    backdrop-filter: blur(5px) !important;
    border-radius: 12px !important;
    transition: 0.5s ease !important;
    /*filter: drop-shadow(0 0 5px rgba(52,191,255,0.4));*/
}

.conteiner-contactos img {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    transition: transform 0.35s ease;
}

.conteiner-contactos:hover img {
    transform: scale(1.05) translateY(-1px);
}

.conteiner-contactos:hover img {
    transform: scale(1.05);
    filter: drop-shadow(0 0 2px rgba(52,191,255,0.4));
}

.contactos-cards-wrapper {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.contacto-icon {
    width: 70px;
    margin-bottom: 15px;
}

.contacto-title {
    color: #ffffff;
    margin: 0;
    font-size: 16px;
}

.contacto-text {
    font-weight: 400;
    color: #b5b5b5;
    font-size: 15px;
    margin-bottom: 5px;
}

.contactos-form-wrapper {
    margin: 0px auto;
}

.contactos-form-card {
    background: rgba(85, 85, 85, 0.23);
    border: 2px solid #646363;
    border-radius: 16px;
    padding: 40px;
    backdrop-filter: blur(6px);
    box-shadow: 0px 0px 42.5px 2px rgba(0,0,0,0.25), inset 0px 4px 4px rgba(0,0,0,0.25);
    transition: 0.3s ease;
}

.contactos-form-card:hover {
    transition: 0.5s ease !important;
    /*filter: drop-shadow(0 0 5px rgba(52,191,255,0.4));*/
    border: 2px solid #34bfff7f !important;
}

.contactos-form-title {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.contactos-form-subtitle {
    color: #bdbdbd;
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
}

.contactos-form-card textarea {
    resize: none;
}
.form-control,
.form-select {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    border-radius: 12px;
    padding: 14px;
    transition: all 0.3s ease;
}

    .form-control::placeholder {
        color: #888;
    }

    .form-control:focus,
    .form-select:focus {
        background: rgba(255,255,255,0.1);
        border-color: #00c6ff;
        box-shadow: 0 0 0 2px rgba(0,198,255,0.25);
        color: #fff;
    }


/* =========================================================
   ROOT: ANIMACOES
========================================================= */

@keyframes waveBlue {
    0% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.23;
    filter: blur(40px);
    }
    50% {
    transform: translate(-50%, -50%) scale(1.35);
    opacity: 0.25;
    filter: blur(55px);
    }
    100% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.23;
    filter: blur(40px);
    }
}

@keyframes wavePurple {
    0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.23;
    filter: blur(40px);
    }
    50% {
    transform: translate(-50%, -50%) scale(1.35);
    opacity: 0.25;
    filter: blur(60px);
    }
    100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.23;
    filter: blur(40px);
    }
}

@keyframes scrollMove {
    0% {
    top: 0;
    transform: scale(1, 1);
    }
    25% {
    transform: scale(1.05, 0.99);
    }
    50% {
    top: calc(100% - 26px);
    transform: scale(0.95, 1.12);
    }
    75% {
    transform: scale(1.08, 0.99);
    }
    100% {
    top: 0;
    transform: scale(1, 1);
    }
}

@keyframes flash-1 {
    0%, 100% {
    background: #9C80FF;
    box-shadow: 0px 4.6667px 24px 3px #9C80FF;
    }
    50% {
    background: #9c80ffb3;
    box-shadow: 0px 4.6667px 24px 3px #9c80ffb3;
    }
}

@keyframes flash-2 {
    0%, 100% {
    background: #2DC4FF;
    box-shadow: 0px 4.6667px 24px 3px #2DC4FF;
    }
    50% {
    background: #2dc4ffd9;
    box-shadow: 0px 4.6667px 24px 3px #2dc4ffd9;
    }
}

@keyframes flash-3 {
    0%, 100% {
    background: #fff;
    box-shadow: 0px 4.6667px 24px 3px #fff;
    }
    50% {
    background: #edededd8;
    box-shadow: 0px 4.6667px 24px 3px #edededd8;
    }
}

@keyframes fall {
    from {
    transform: translateY(0);
    }
    to {
    transform: translateY(100vh);
    }
}

@keyframes wind {
    0% {
    margin-left: 0;
    }
    50% {
    margin-left: 20px;
    }
    100% {
    margin-left: 0;
    }
}

@keyframes slideFade {
    from {
    opacity: 0;
    transform: translateX(25px);
    }
    to {
    opacity: 1;
    transform: translateX(0);
    }
}

@keyframes fadeUp {
    from {
    opacity: 0;
    transform: translateY(25px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
}

@keyframes shake {
    0% {
    transform: translateX(0);
    }
    25% {
    transform: translateX(-4px);
    }
    50% {
    transform: translateX(4px);
    }
    75% {
    transform: translateX(-4px);
    }
    100% {
    transform: translateX(0);
    }
}

@keyframes fadeUp {
    from {
    opacity: 0;
    transform: translateY(20px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
}

@keyframes fadeUp {
    from {
    opacity: 0;
    transform: translateY(20px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
}

@keyframes starsMove {
    from {
    transform: translateY(0);
    }
    to {
    transform: translateY(-80px);
    }
}

/* =========================================================
   ROOT: SISTEMA GLOBAL DE ANIMACOES
========================================================= */

:root {
    --iw-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
    --iw-ease-soft: cubic-bezier(0.16, 1, 0.3, 1);
    --iw-duration-fast: 260ms;
    --iw-duration-base: 620ms;
    --iw-duration-slow: 860ms;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 128px;
}

.bg-cabecalho,
.bg-teste,
.topnav {
    transition: background-color var(--iw-duration-fast) var(--iw-ease-out), border-color var(--iw-duration-fast) var(--iw-ease-out), box-shadow var(--iw-duration-fast) var(--iw-ease-out), backdrop-filter var(--iw-duration-fast) var(--iw-ease-out);
}

.bg-cabecalho.is-scrolled {
    background: rgba(32, 32, 32, 0.66);
    border-color: rgba(94, 94, 94, 0.42);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.btn-pedir-orcamento,
.btn-ver-portfolio,
.btn-ver-portfolio2,
.btn-pedir-orcamento-header,
.btn-submeter-orcamento,
.filter-card,
.filter-card-precario,
.project-card,
.portfolio-card,
.portfolio-card-mobile,
.conteiner-contactos,
.tab-link,
.mobile-menu a {
    backface-visibility: hidden;
    transform: translateZ(0);
    transition-timing-function: var(--iw-ease-out) !important;
}

.btn-pedir-orcamento:hover,
.btn-ver-portfolio:hover,
.btn-ver-portfolio2:hover,
.btn-pedir-orcamento-header:hover,
.btn-submeter-orcamento:hover,
.filter-card:hover,
.filter-card-precario:hover,
.project-card:hover,
.conteiner-contactos:hover,
.tab-link:hover,
.mobile-menu a:hover {
    transform: translateY(-2px) translateZ(0);
}

.portfolio-card:hover,
.portfolio-card-mobile:hover {
    transform: translateY(-6px) scale(1.015) translateZ(0);
}

.iw-motion-ready .iw-reveal {
    --iw-reveal-y: 24px;
    --iw-reveal-scale: 0.985;
    opacity: 0;
    transform: translate3d(0, var(--iw-reveal-y), 0) scale(var(--iw-reveal-scale));
    transition: opacity var(--iw-duration-base) var(--iw-ease-soft), transform var(--iw-duration-slow) var(--iw-ease-soft);
    transition-delay: var(--iw-reveal-delay, 0ms);
    will-change: opacity, transform;
}

.iw-motion-ready .iw-reveal.iw-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    will-change: auto;
}

.iw-motion-ready .cinematic-btn.iw-reveal,
.iw-motion-ready .circle-card.iw-reveal,
.iw-motion-ready .port-card.iw-reveal,
.iw-motion-ready .pricing-card.iw-reveal,
.iw-motion-ready .why-card.iw-reveal,
.iw-motion-ready .portfolio-card.iw-reveal,
.iw-motion-ready .conteiner-contactos.iw-reveal {
    --iw-reveal-y: 30px;
}

.iw-motion-ready .portfolio-images.iw-reveal,
.iw-motion-ready .cinematic-card.iw-reveal {
    --iw-reveal-y: 0px;
    transform: translate3d(28px, 0, 0) scale(var(--iw-reveal-scale));
}

.iw-motion-ready .cinematic-form.iw-reveal {
    --iw-reveal-y: 0px;
    transform: translate3d(-28px, 0, 0) scale(var(--iw-reveal-scale));
}

.iw-motion-ready .portfolio-images.iw-reveal.iw-visible,
.iw-motion-ready .cinematic-card.iw-reveal.iw-visible,
.iw-motion-ready .cinematic-form.iw-reveal.iw-visible {
    transform: translate3d(0, 0, 0) scale(1) !important;
}

@media (max-width: 992px) {
    html {
        scroll-padding-top: 90px;
    }

    .iw-motion-ready .iw-reveal {
        --iw-reveal-y: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }

    .iw-motion-ready .iw-reveal,
    .cinematic,
    .servicos-anim,
    .servicos-title,
    .holderCircle,
    .circle-card,
    .port-card,
    .cinematic-card,
    .cinematic-form {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* =========================================================
   RESPONSIVE HARDENING
========================================================= */

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

@supports (overflow: clip) {
    html,
    body {
        overflow-x: clip;
    }
}

#wrapper,
#content,
#layoutSidenav_nav .row,
.portfolio-grid,
.pricing-grid,
.why-grid {
    min-width: 0;
}

#layoutSidenav_nav .row {
    margin-right: 0;
    margin-left: 0;
}

.header_text {
    padding-inline: clamp(10px, 1.4vw, 28px);
    white-space: nowrap;
}

[data-nav-key]:focus-visible,
.mobile-toggle:focus-visible,
.project-card:focus-visible {
    outline: 3px solid rgba(52, 191, 255, 0.85);
    outline-offset: 4px;
}

.mobile-menu {
    z-index: 99999998;
}

.mobile-menu a.nav-active {
    color: #34BFFF;
}

.mobile-menu a.nav-active:not(.btn-pedir-orcamento-header)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, #34BFFF, #A47CFF);
}

.btn-pedir-orcamento-header.nav-active {
    background: #1E1E1E;
    box-shadow: 0 0 0 2px #34BFFF, 0 10px 28px rgba(52, 191, 255, 0.22);
}

.container-contactos,
.container-iniciar_projeto,
.container-iniciar_projeto1,
.container-iniciar_projeto1-roxo {
    width: 100%;
    max-width: 1210px;
}

.container-iniciar_projeto,
.container-iniciar_projeto1,
.container-iniciar_projeto1-roxo {
    max-width: 1105px;
    min-height: 140px;
}

.portfolio-card {
    position: relative;
    width: min(525px, 100%);
    max-width: 100%;
    height: auto;
    aspect-ratio: 525 / 270;
}

.portfolio-card img {
    height: 100%;
}

.conteiner-contactos {
    max-width: 250px;
}

.steps-progress {
    --step-progress: 0;
    right: 6%;
    width: auto;
    transform: translateY(-50%) scaleX(var(--step-progress));
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 991px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 620px;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .contactos-cards-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        margin-top: 20px;
    }

    .container-contactos,
    .container-iniciar_projeto,
    .container-iniciar_projeto1,
    .container-iniciar_projeto1-roxo {
        padding: 42px 28px;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .portfolio-images {
        transform: scale(0.62);
        transform-origin: right center;
    }

    .bg-glow {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .contactos-sectionsss {
        padding-top: 0px;
    }

    .bg-inicio .w-50,
    .section-contacto .w-50 {
        width: 100% !important;
        max-width: 620px;
    }

    .section-contacto .row {
        row-gap: 16px;
    }

    .container-contactos {
        height: auto;
        min-height: 420px;
        padding: 48px 20px;
    }

    .container-iniciar_projeto,
    .container-iniciar_projeto1,
    .container-iniciar_projeto1-roxo {
        width: 100% !important;
        padding: 36px 20px;
    }

    .contactos-cards-wrapper {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .contactos-form-card {
        padding: 28px 20px;
    }

    .iw-motion-ready .cinematic-card.iw-reveal,
    .iw-motion-ready .cinematic-form.iw-reveal,
    .iw-motion-ready .portfolio-images.iw-reveal {
        --iw-reveal-y: 18px;
        transform: translate3d(0, var(--iw-reveal-y), 0) scale(var(--iw-reveal-scale)) !important;
    }

    .gallery-container {
        width: calc(100% - 24px);
        max-width: none;
        max-height: 94dvh;
        padding: 16px 12px;
    }

    .gallery-thumbs {
        justify-content: flex-start;
        padding-bottom: 4px;
    }

    .steps-wrapper::before {
        display: block;
    }

    .steps-progress {
        right: 10%;
        width: auto;
        transform: scaleX(var(--step-progress));
    }

    .step-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .step-actions .btn,
    .step-actions .btn-submeter-orcamento {
        width: 100% !important;
        min-width: 0;
        max-width: none;
    }
}

@media (max-width: 575px) {
    .mobile-menu {
        top: 76px;
        gap: clamp(18px, 4vh, 28px);
        padding: 28px 20px;
    }

    .mobile-menu a {
        font-size: 20px;
    }

    .filter-card,
    .filter-card-precario {
        min-width: 0;
        max-width: 100%;
        padding-inline: 14px;
    }

    .checkout-card {
        padding: 24px 16px;
    }

    .step-indicator {
        width: 48px;
        height: 48px;
    }

    .step-indicator small {
        font-size: 10px;
        max-width: 72px;
    }
}

/* =========================================================
   CROSS-DOCUMENT VIEW TRANSITIONS
========================================================= */

@view-transition {
    navigation: auto;
}

html,
::view-transition {
    background: var(--cor-primaria-backgrond);
}

.bg-teste {
    view-transition-name: iw-desktop-tabs;
}

.bg-cabecalho {
    view-transition-name: iw-desktop-header;
}

#myNavbar {
    view-transition-name: iw-mobile-header;
}

#content {
    view-transition-name: iw-page-content;
}

@keyframes iw-page-out {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -6px, 0);
    }
}

@keyframes iw-page-in {
    from {
        opacity: 0;
        transform: translate3d(0, 10px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

::view-transition-old(root),
::view-transition-new(root) {
    mix-blend-mode: normal;
    animation: none;
}

::view-transition-image-pair(iw-page-content) {
    isolation: auto;
}

::view-transition-old(iw-page-content),
::view-transition-new(iw-page-content) {
    mix-blend-mode: normal;
    backface-visibility: hidden;
    will-change: opacity, transform;
}

::view-transition-old(iw-page-content) {
    animation: iw-page-out 320ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

::view-transition-new(iw-page-content) {
    animation: iw-page-in 320ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

::view-transition-group(iw-desktop-tabs),
::view-transition-group(iw-desktop-header),
::view-transition-group(iw-mobile-header),
::view-transition-group(iw-page-content) {
    animation-duration: 320ms;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

html.iw-transition-fallback.iw-page-entering #content,
html.iw-transition-fallback.iw-page-entering footer {
    animation: iw-page-in 300ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

html.iw-transition-fallback.iw-page-leaving #content,
html.iw-transition-fallback.iw-page-leaving footer {
    animation: iw-page-out 180ms cubic-bezier(0.4, 0, 1, 1) both;
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
    ::view-transition-old(root),
    ::view-transition-new(root),
    ::view-transition-old(iw-page-content),
    ::view-transition-new(iw-page-content),
    ::view-transition-group(iw-desktop-tabs),
    ::view-transition-group(iw-desktop-header),
    ::view-transition-group(iw-mobile-header),
    ::view-transition-group(iw-page-content),
    html.iw-transition-fallback.iw-page-entering #content,
    html.iw-transition-fallback.iw-page-entering footer,
    html.iw-transition-fallback.iw-page-leaving #content,
    html.iw-transition-fallback.iw-page-leaving footer {
        animation: none !important;
    }
}

@media print {
    ::view-transition-old(root),
    ::view-transition-new(root),
    ::view-transition-old(iw-page-content),
    ::view-transition-new(iw-page-content) {
        animation: none !important;
    }
}


