*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
background-color: #05070a;
color: #f5f5f5;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
}
img {
max-width: 100%;
display: block;
}
a {
color: inherit;
text-decoration: none;
}
a:focus-visible {
outline: 2px solid #ffb322;
outline-offset: 3px;
}
ul {
list-style: none;
}
button {
font: inherit;
}
.skip-link {
position: absolute;
top: -40px;
left: 0;
padding: 0.5rem 0.9rem;
background: #ffb322;
color: #05070a;
z-index: 50;
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.14em;
}
.skip-link:focus-visible {
top: 0.5rem;
left: 0.5rem;
}
.container {
width: 100%;
max-width: 1180px;
margin: 0 auto;
padding: 0 1.25rem;
}
.site-header {
position: sticky;
top: 0;
z-index: 40;
background: rgba(5, 7, 10, 0.96);
backdrop-filter: blur(12px);
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.header-inner {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem 1.25rem;
}
.brand {
display: inline-flex;
align-items: center;
gap: 0.6rem;
padding: 0.35rem 0.9rem;
border-radius: 999px;
background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
border: 1px solid rgba(255, 255, 255, 0.32);
}
.brand-logo {
height: 68px;
width: auto;
object-fit: contain;
}
.brand-text {
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
font-size: 0.9rem;
color: #ffb322;
}
.nav-contact-link {
border-radius: 999px;
border: 1px solid rgba(255, 255, 255, 0.32);
padding: 0.45rem 1rem;
color: #ffb322;
}
.nav-contact-link:hover,
.nav-contact-link:focus-visible {
border-color: #ffb322;
background: rgba(255, 179, 34, 0.08);
color: #ffb322;
}
.main-nav {
display: flex;
align-items: center;
gap: 1rem;
}
.nav-list {
display: flex;
align-items: center;
gap: 2rem;
}
.nav-list a {
font-size: 0.95rem;
text-transform: uppercase;
letter-spacing: 0.1em;
color: #c7c7c7;
transition: color 0.2s ease, opacity 0.2s ease;
padding: 0.35rem 0.1rem;
}
.nav-list a:hover,
.nav-list a:focus-visible {
color: #ffb322;
opacity: 1;
}
.nav-toggle {
display: none;
flex-direction: column;
justify-content: center;
gap: 0.22rem;
background: transparent;
border: none;
padding: 0.35rem;
cursor: pointer;
}
.nav-toggle-line {
width: 20px;
height: 2px;
background: #f5f5f5;
border-radius: 999px;
}
.hero {
position: relative;
min-height: 80vh;
display: flex;
align-items: stretch;
background: radial-gradient(circle at top left, #1a1f2a 0, #05070a 55%, #000 100%);
color: #ffffff;
}
.hero-media {
position: absolute;
inset: 0;
background-image: linear-gradient(120deg, rgba(5, 7, 10, 0.3), rgba(5, 7, 10, 0.86)), url("Foto Inicial/WhatsApp Image 2026-03-05 at 12.03.29.jpeg");
background-size: cover;
background-position: center;
opacity: 0.75;
}
.hero-content {
position: relative;
z-index: 1;
display: flex;
align-items: center;
min-height: 80vh;
}
.hero-text {
max-width: 560px;
padding: 4.5rem 0 3.5rem;
}
.hero h1 {
font-size: clamp(2.4rem, 4vw, 3.1rem);
line-height: 1.1;
letter-spacing: 0.03em;
margin-bottom: 1rem;
}
.hero-subtitle {
font-size: 1rem;
max-width: 32rem;
color: #e3e3e3;
margin-bottom: 1.75rem;
}
.hero-actions {
display: flex;
flex-wrap: wrap;
gap: 0.9rem;
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.8rem 1.6rem;
border-radius: 999px;
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 0.1em;
border: 1px solid transparent;
cursor: pointer;
transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
}
.btn-primary {
background: linear-gradient(135deg, #ffb322, #ff8c1a);
color: #05070a;
border-color: #ffb322;
box-shadow: 0 12px 30px rgba(255, 153, 0, 0.4);
}
.btn-primary:hover,
.btn-primary:focus-visible {
transform: translateY(-1px);
box-shadow: 0 18px 45px rgba(255, 153, 0, 0.45);
}
.btn-secondary {
background: transparent;
color: #f5f5f5;
border-color: rgba(255, 255, 255, 0.3);
}
.btn-secondary:hover,
.btn-secondary:focus-visible {
border-color: #ffb322;
color: #ffb322;
}
.btn-outline {
background: transparent;
border-color: #444857;
color: #f5f5f5;
}
.btn-outline:hover,
.btn-outline:focus-visible {
border-color: #ffb322;
color: #ffb322;
}
.btn-block {
width: 100%;
}
.section {
padding: 4.5rem 0;
}
.section:nth-of-type(odd) {
background: #060910;
}
.section:nth-of-type(even) {
background: #080b12;
}
.section-inner {
display: flex;
flex-direction: column;
gap: 2.5rem;
}
.section-header {
max-width: 620px;
}
.section-header h2 {
font-size: 1.6rem;
margin-bottom: 0.5rem;
}
.section-header p {
color: #c1c4ce;
font-size: 0.98rem;
}
.section-header-inline {
display: flex;
justify-content: space-between;
align-items: flex-end;
gap: 1.5rem;
flex-wrap: wrap;
}
.link-ghost {
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 0.12em;
color: #9ea3b5;
border-bottom: 1px solid transparent;
padding-bottom: 0.2rem;
}
.link-ghost:hover,
.link-ghost:focus-visible {
color: #ffb322;
border-color: #ffb322;
}
.about-grid {
display: grid;
grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.4fr);
gap: 2.7rem;
align-items: start;
}
.section-about .section-inner {
gap: 3rem;
}
.about-subtitle {
font-size: 1.05rem;
margin-bottom: 0.7rem;
color: #e3e4ee;
}
.about-text p + p {
margin-top: 0.8rem;
}
.about-highlights {
display: flex;
flex-direction: column;
gap: 1rem;
}
.stat-card {
background: radial-gradient(circle at top left, #181d28, #090c13);
border-radius: 1rem;
padding: 1.1rem 1.2rem;
border: 1px solid rgba(255, 255, 255, 0.05);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
.stat-label {
display: block;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 0.16em;
color: #9ea3b5;
margin-bottom: 0.4rem;
}
.stat-value {
font-size: 1rem;
color: #f5f5f5;
}
.section-stock {
position: relative;
}
.stock-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 1.8rem;
margin-top: 1.5rem;
}
.stock-card {
background: radial-gradient(circle at top left, #171c27, #060811);
border-radius: 1rem;
overflow: hidden;
display: flex;
flex-direction: column;
border: 1px solid rgba(255, 255, 255, 0.06);
box-shadow: 0 16px 35px rgba(0, 0, 0, 0.66);
transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.stock-card:hover {
transform: translateY(-4px);
box-shadow: 0 24px 50px rgba(0, 0, 0, 0.8);
border-color: rgba(255, 179, 34, 0.6);
}
.stock-image-wrapper {
position: relative;
padding-top: 62%;
overflow: hidden;
cursor: zoom-in;
}
.stock-image {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.stock-multi-badge {
position: absolute;
top: 0.9rem;
right: 0.9rem;
background: rgba(5, 7, 10, 0.86);
border-radius: 999px;
padding: 0.25rem 0.7rem;
font-size: 0.7rem;
text-transform: uppercase;
letter-spacing: 0.16em;
color: #f5f5f5;
border: 1px solid rgba(255, 255, 255, 0.18);
}
.stock-tag {
position: absolute;
bottom: 0.9rem;
left: 0.9rem;
background: rgba(5, 7, 10, 0.85);
color: #ffb322;
font-size: 0.7rem;
text-transform: uppercase;
letter-spacing: 0.16em;
padding: 0.35rem 0.7rem;
border-radius: 999px;
}
.stock-body {
padding: 1.25rem 1.25rem 1.15rem;
display: flex;
flex-direction: column;
gap: 0.6rem;
}
.stock-title {
font-size: 1rem;
}
.stock-meta {
display: flex;
flex-wrap: wrap;
gap: 0.6rem 1rem;
font-size: 0.82rem;
color: #c3c7d4;
}
.stock-meta span {
display: inline-flex;
align-items: center;
gap: 0.25rem;
}
.stock-meta-label {
font-weight: 500;
color: #e5e7f0;
font-size: 0.78rem;
text-transform: uppercase;
letter-spacing: 0.14em;
}
.stock-price {
margin-top: 0.4rem;
font-size: 0.92rem;
}
.stock-price strong {
color: #ffb322;
}
.stock-price-on-request {
font-size: 0.95rem;
margin-top: 0.55rem;
}
.stock-price-on-request span {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.25rem 0.8rem;
border-radius: 999px;
border: 1px solid rgba(255, 179, 34, 0.7);
background: rgba(255, 179, 34, 0.1);
color: #ffb322;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 0.16em;
}
.stock-footer {
margin-top: 0.6rem;
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
font-size: 0.8rem;
}
.stock-footer-text {
color: #99a0b4;
}
.stock-footer-cta {
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 0.16em;
color: #ffb322;
}
.stock-cta {
margin-top: 2.2rem;
display: flex;
justify-content: center;
}
.section-why {
position: relative;
}
.why-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 1.6rem;
}
.why-item {
background: radial-gradient(circle at top left, #181d29, #070910);
border-radius: 1rem;
padding: 1.4rem 1.3rem 1.4rem;
border: 1px solid rgba(255, 255, 255, 0.06);
}
.why-icon {
width: 34px;
height: 34px;
border-radius: 999px;
background: linear-gradient(135deg, #ffb322, #ff8c1a);
display: inline-flex;
align-items: center;
justify-content: center;
color: #05070a;
font-weight: 600;
font-size: 0.9rem;
margin-bottom: 0.75rem;
}
.why-item h3 {
font-size: 1rem;
margin-bottom: 0.4rem;
}
.why-item p {
font-size: 0.9rem;
color: #c1c4ce;
}
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 1.6rem;
}
.service-card {
background: radial-gradient(circle at top left, #181d28, #060811);
border-radius: 1rem;
padding: 1.4rem 1.3rem;
border: 1px solid rgba(255, 255, 255, 0.06);
}
.service-card h3 {
font-size: 1rem;
margin-bottom: 0.4rem;
}
.service-card p {
font-size: 0.9rem;
color: #c1c4ce;
}
.section-cta {
background: radial-gradient(circle at top left, #191f2b, #05070a);
}
.cta-inner {
align-items: center;
justify-content: space-between;
flex-direction: row;
gap: 1.8rem;
}
.cta-text h2 {
font-size: 1.5rem;
margin-bottom: 0.4rem;
}
.cta-text p {
color: #d1d3dd;
}
.section-contact {
background: #05070a;
}
.contact-grid {
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.6fr);
gap: 2rem;
}
.contact-info {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.contact-block h3 {
font-size: 0.95rem;
margin-bottom: 0.4rem;
}
.contact-block p {
font-size: 0.9rem;
color: #c1c4ce;
}
.contact-block a {
color: #ffb322;
}
.contact-form-wrapper {
background: radial-gradient(circle at top left, #151a25, #05070a);
border-radius: 1rem;
padding: 1.6rem 1.5rem;
border: 1px solid rgba(255, 255, 255, 0.06);
}
.contact-form-wrapper h3 {
font-size: 1.05rem;
margin-bottom: 1rem;
}
.contact-form {
display: flex;
flex-direction: column;
gap: 1rem;
}
.form-row {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
.form-field {
flex: 1 1 160px;
display: flex;
flex-direction: column;
gap: 0.25rem;
}
.form-field label {
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 0.14em;
color: #a1a6b8;
}
.form-field input,
.form-field textarea {
background: rgba(7, 9, 15, 0.9);
border-radius: 0.55rem;
border: 1px solid rgba(255, 255, 255, 0.08);
padding: 0.6rem 0.7rem;
color: #f5f5f5;
font-size: 0.9rem;
outline: none;
transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.form-field input:focus-visible,
.form-field textarea:focus-visible {
border-color: #ffb322;
box-shadow: 0 0 0 1px rgba(255, 179, 34, 0.4);
}
.form-field textarea {
resize: vertical;
min-height: 120px;
}
.contact-map {
grid-column: 1 / -1;
border-radius: 1rem;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.06);
max-height: 360px;
}
.contact-map iframe {
width: 100%;
height: 100%;
min-height: 260px;
border: 0;
}
.site-footer {
border-top: 1px solid rgba(255, 255, 255, 0.08);
background: #04060a;
}
.footer-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1.5rem;
padding: 1.2rem 1.25rem 1.4rem;
}
.footer-brand {
display: inline-flex;
align-items: center;
gap: 0.6rem;
padding: 0.3rem 0.8rem;
border-radius: 999px;
background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
border: 1px solid rgba(255, 255, 255, 0.26);
}
.footer-logo {
height: 48px;
width: auto;
}
.footer-brand-name {
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 0.12em;
color: #e5e7f0;
}
.footer-meta p {
font-size: 0.8rem;
color: #8c90a0;
}
.footer-contact {
display: flex;
flex-wrap: wrap;
gap: 0.7rem;
font-size: 0.82rem;
}
.footer-contact a {
color: #c1c4ce;
}
.footer-contact a:hover,
.footer-contact a:focus-visible {
color: #ffb322;
}
.image-lightbox {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.88);
display: none;
align-items: center;
justify-content: center;
z-index: 80;
padding: 1.5rem;
}
.image-lightbox.is-open {
display: flex;
}
.image-lightbox-figure {
margin: 0;
max-width: min(1100px, 100%);
max-height: 100%;
display: flex;
flex-direction: column;
align-items: center;
gap: 0.7rem;
}
.image-lightbox-img {
max-width: 100%;
max-height: calc(100vh - 8rem);
border-radius: 0.75rem;
box-shadow: 0 28px 60px rgba(0, 0, 0, 0.85);
}
.image-lightbox-caption {
font-size: 0.85rem;
color: #e5e7f0;
text-align: center;
}
.image-lightbox-close,
.image-lightbox-prev,
.image-lightbox-next {
position: absolute;
background: rgba(5, 7, 10, 0.9);
border-radius: 999px;
border: 1px solid rgba(255, 255, 255, 0.16);
color: #f5f5f5;
width: 36px;
height: 36px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 1.1rem;
}
.image-lightbox-close {
top: 1.4rem;
right: 1.6rem;
font-size: 1.3rem;
}
.image-lightbox-prev {
left: 1.3rem;
}
.image-lightbox-next {
right: 1.3rem;
}
.image-lightbox-prev,
.image-lightbox-next {
top: 50%;
transform: translateY(-50%);
}
.image-lightbox-close:hover,
.image-lightbox-prev:hover,
.image-lightbox-next:hover,
.image-lightbox-close:focus-visible,
.image-lightbox-prev:focus-visible,
.image-lightbox-next:focus-visible {
border-color: #ffb322;
color: #ffb322;
}
.reviews-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 1.6rem;
}
.review-card {
background: radial-gradient(circle at top left, #181d28, #060811);
border-radius: 1rem;
padding: 1.4rem 1.3rem;
border: 1px solid rgba(255, 255, 255, 0.06);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
display: flex;
flex-direction: column;
gap: 0.6rem;
}
.review-header {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 0.6rem 0.8rem;
}
.review-name {
font-weight: 600;
}
.review-stars {
color: #ffb322;
letter-spacing: 0.08em;
}
.review-date {
font-size: 0.8rem;
color: #9ea3b5;
}
.review-text {
font-size: 0.92rem;
color: #c1c4ce;
line-height: 1.5;
}
.review-aggregate {
display: inline-flex;
align-items: center;
gap: 0.5rem;
font-size: 0.95rem;
color: #d1d3dd;
}
.review-aggregate .review-stars {
font-size: 1rem;
}
@media (max-width: 880px) {
.about-grid {
grid-template-columns: minmax(0, 1fr);
}
.contact-grid {
grid-template-columns: minmax(0, 1fr);
}
.contact-map {
max-height: none;
}
.cta-inner {
flex-direction: column;
align-items: flex-start;
}
}
@media (max-width: 720px) {
.header-inner {
padding-inline: 1rem;
}
.nav-toggle {
display: flex;
}
.nav-list {
position: absolute;
inset-inline: 0;
top: 100%;
background: rgba(5, 7, 10, 0.98);
flex-direction: column;
padding: 0.8rem 1.25rem 1rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
transform-origin: top;
transform: scaleY(0.8);
opacity: 0;
pointer-events: none;
transition: opacity 0.16s ease, transform 0.16s ease;
}
.nav-list.is-open {
opacity: 1;
pointer-events: auto;
transform: scaleY(1);
}
.hero-content {
min-height: 70vh;
}
.hero-text {
padding-top: 3.2rem;
}
.hero h1 {
font-size: 2rem;
}
.section {
padding: 3.5rem 0;
}
.footer-inner {
flex-direction: column;
align-items: flex-start;
}
}
@media (max-width: 520px) {
.hero-actions {
flex-direction: column;
align-items: stretch;
}
.section-header h2 {
font-size: 1.4rem;
}
.stock-grid {
grid-template-columns: minmax(0, 1fr);
}
}
