/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --bg: #f4f7fb;
  --card: #ffffff;
  --primary: #0D47A1; /* azul profundo */
  --accent: #FF6F00; /* naranja acento */
  --muted: #6b7280;
  --radius: 10px;
}

.btn-flotante {
  position: fixed;
  padding: 1rem;
  background-color: #0D47A1;
  width: 4rem;
  border-radius: 2rem;
  box-shadow: 0.2rem 0.4rem 0.5rem #616161;
  bottom: 3rem;
  right: 1rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .btn-flotante {
    bottom: 10.5rem;
    right: 10.5rem;
    width: 4rem;
  }
}

body {
  margin: 0;
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background: var(--bg);
  color: #111827;
  -webkit-font-smoothing: antialiased;
}

main {
  max-width: 900px;
  margin: 2rem auto;
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.container {
  max-width: 1100px;
  margin: 1.4rem auto;
  padding: 0 1rem;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.hero .card {
  background: var(--card);
  padding: 1.25rem;
  border-radius: var(--radius);
  box-shadow: 0 6px 24px rgba(16, 24, 40, 0.04);
}

.hero .lead {
  font-size: 1.05rem;
  color: var(--muted);
}

.introduccion {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4rem 2rem;
  text-align: center;
}
.introduccion h2 {
  font-size: 2.5rem;
  color: #88bcf1;
  margin-bottom: 1.5rem;
}
.introduccion p {
  font-size: 1.2rem;
  color: #333333;
  max-width: 800px;
  line-height: 1.6;
}

header.header {
  background: linear-gradient(90deg, var(--primary), #1565C0);
  color: white;
  padding: 2.25rem 1rem;
  text-align: center;
}

header.header h1 {
  margin: 0;
  font-size: 1.8rem;
  letter-spacing: 0.2px;
}

header.header p {
  margin: 0.4rem 0 0;
  opacity: 0.95;
}

/* Servicios grid */
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.card h3 {
  color: var(--primary);
  margin-top: 0;
}

.service-item {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 0.8rem;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(13, 71, 161, 0.03), transparent);
}

.service-item img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 8px;
  flex: 0 0 56px;
}

ul {
  margin: 0.5rem 0 0 1rem;
  padding: 0;
}

#servicios {
  background-color: #e0e0e0;
  padding: 2rem;
  text-align: center;
  font-size: 1.2rem;
}
#servicios h2 {
  color: #1f7e0c;
  margin-bottom: 1rem;
}
#servicios p {
  color: #616161;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
#servicios ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
#servicios ul li {
  background-color: #ffffff;
  border: 1px solid #9e9e9e;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-size: 1rem;
  color: #616161;
}
#servicios ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
#servicios ul li img {
  width: 40px;
  height: 40px;
  margin-bottom: 0.5rem;
}
@media (min-width: 600px) {
  #servicios {
    font-size: calc(1.2rem + (2rem - 1.2rem) * (100vw - 600px) / 600);
  }
}
@media (min-width: 1200px) {
  #servicios {
    font-size: 2rem;
  }
}

/* Proceso / pasos */
.steps {
  display: grid;
  gap: 0.75rem;
}

.step {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  background: var(--card);
  padding: 0.85rem;
  border-radius: 8px;
}

.badge {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--primary);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 700;
}

/* Gallery inside servicios */
#servicios .Galeria {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 0.5rem;
  text-align: center;
}

.gallery-item:hover img {
  transform: scale(1.05);
  filter: brightness(0.7);
}

.gallery-item:hover .overlay {
  opacity: 1;
}

/* Gallery responsive - horizontal scroll on mobile */
@media (max-width: 767px) {
  #servicios .Galeria {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
  }
  .gallery-item {
    flex: 0 0 80%;
    min-width: 200px;
  }
}
nav {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  background: var(--card);
  padding: 0.6rem 1rem;
  box-shadow: 0 4px 18px rgba(13, 71, 161, 0.06);
  position: sticky;
  top: 0;
  z-index: 20;
}

nav a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  padding: 0.35rem 0.6rem;
  border-radius: 6px;
}

nav a:hover {
  background: rgba(13, 71, 161, 0.06);
}

footer {
  padding: 1.25rem;
  text-align: center;
  color: white;
  background: linear-gradient(90deg, var(--primary), #1565C0);
  margin-top: 1.5rem;
}

/* Maquinaria list */
.lista-maquinaria {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
}

.lista-maquinaria li {
  background: var(--card);
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(16, 24, 40, 0.03);
  border: 1px solid rgba(13, 71, 161, 0.05);
  color: var(--primary);
  font-weight: 600;
}

.maquinaria {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4rem 2rem;
}
.maquinaria .maquinaria__title {
  font-size: 2.5rem;
  color: #88bcf1;
  margin-bottom: 2rem;
  text-align: center;
}
.maquinaria .maquinaria__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
}
.maquinaria .maquinaria__item {
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}
.maquinaria .maquinaria__item:hover {
  transform: translateY(-5px);
}
.maquinaria .maquinaria__item img {
  width: 100%;
  height: auto;
  display: block;
}
.maquinaria .maquinaria__item .maquinaria__item-title {
  font-size: 1.5rem;
  color: #424242;
  margin: 1rem 0;
}
.maquinaria .maquinaria__item .maquinaria__item-description {
  font-size: 1rem;
  color: #333333;
  padding: 0 1rem 1rem;
}

/* Contacto y formulario */
form {
  display: grid;
  gap: 0.6rem;
}

input, textarea, button {
  font-family: inherit;
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  padding: 0.65rem;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

button {
  background: var(--primary);
  color: white;
  border: none;
  cursor: pointer;
  padding: 0.75rem;
  border-radius: 8px;
  font-weight: 700;
}

.map-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.map-responsive iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.Contacto {
  background-color: #e0e0e0;
  padding: 2rem;
  text-align: center;
  font-size: 1.2rem;
}
.Contacto h2 {
  color: #1f7e0c;
  margin-bottom: 1rem;
}
.Contacto p {
  color: #616161;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.Contacto p a {
  color: #1f7e0c;
  text-decoration: none;
}
.Contacto p a:hover {
  text-decoration: underline;
}
.Contacto iframe {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 1.5rem;
}
@media (min-width: 600px) {
  .Contacto {
    font-size: calc(1.2rem + (2rem - 1.2rem) * (100vw - 600px) / 600);
  }
}
@media (min-width: 1200px) {
  .Contacto {
    font-size: 2rem;
  }
}

/* Responsive */
@media (max-width: 767px) {
  header.header {
    padding: 1.5rem 1rem;
  }
  header.header h1 {
    font-size: 1.5rem;
  }
  nav {
    padding: 0.5rem 1rem;
    gap: 0.75rem;
  }
  .container {
    padding: 0 0.5rem;
  }
  .hero .card {
    padding: 1rem;
  }
  .grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .service-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .service-item img {
    margin: 0 auto 0.5rem;
  }
  .lista-maquinaria {
    justify-content: center;
  }
  .steps .step {
    flex-direction: column;
    text-align: center;
  }
  .hero {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 819px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 820px) {
  .hero {
    grid-template-columns: 1fr 420px;
  }
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}/*# sourceMappingURL=app.css.map */
