@charset "UTF-8";
/* ======================================================
   FUENTES
   ====================================================== */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap");

/* Gradiente negro–transparente que se superpone a cada fondo */
/* ======================================================
   RESET + TIPOGRAFÍA GLOBAL
   ====================================================== */
* {
  box-sizing: border-box;
  user-select: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: #fff;
  background: #000;
  overflow: hidden;
}

/* Botton flotante */

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

/* ======================================================
   HEADER (barra de navegación)
   ====================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(0.66rem, 2vw, 1rem);
  letter-spacing: 0.5em;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
}

.nav a {
  margin: 0 1rem;
  color: #fff;
  text-decoration: none;
}

.nav a:hover {
  opacity: 0.8;
}

/* ======================================================
   SLIDE SECTION – contenedor principal
   ====================================================== */
.slide-section {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  will-change: transform;
}

/* Wrappers internos (para la animación) */
.slide-section .outer,
.slide-section .inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
}

/* Background + centro de contenido */
.slide-section .bg {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

/* Heading animado */
.section-heading {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 8vw, 6rem);
  text-align: center;
  letter-spacing: 0.5em;
  margin: 0.5rem 0;
  color: hsl(0, 0%, 80%);
}

.svcol {
  color: hsla(0, 0%, 0%, 0.762)
}

/* Sub‑título opcional (solo slide 1) */
.subtitle {
  font-size: clamp(1rem, 4vw, 2rem);
  max-width: 80vw;
  text-align: center;
  line-height: 1.3;
}

/* ======================================================
   BACKGROUNDS DE CADA SLIDE
   ====================================================== */
.first .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(../images/Vehiculos/Fondo1.png);
}

.second .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(../images/carga.jpg);
}

.third .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(../images/Vehiculos/camino-forestal.jpg);
}

.fourth .bg {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), url(https://images.unsplash.com/photo-1617141636403-f511e2d5dc17?crop=entropy&cs=srgb&fm=jpg&ixid=MnwxNDU4OXwwfDF8cmFuZG9tfHx8fHx8fHx8MTYxODAzMjc4Mw&ixlib=rb-1.2.1&q=75w=1920);
  background-position: 50% 45%;
}

/* ======================================================
   SLIDE 2 – CONTENIDO DE SERVICIOS
   ====================================================== */
.service-text,
.service-list {
  max-width: 80vw;
  text-align: center;
  line-height: 1.4;
  margin-top: 1rem;
}

.services-container {
  max-width: 60%;
  margin: auto;

}



.services-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  background: #ffffff97;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 2rem;

}

.services-text {
  flex: 1 1 400px;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #374151;
}

.services-list {
  flex: 1 1 400px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #f3f4f6;
  padding: 1rem;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.service-item:hover {
  background: #e5e7eb;
}

.service-item .icon {
  font-size: 1.5rem;
  color: #2563eb;
  flex-shrink: 0;
}

.service-item p {
  margin: 0;
  font-size: 1.05rem;
  color: #1f2937;
}

/* ======================================================
   SLIDE 3 – TARJETAS DE VEHÍCULOS
   ====================================================== */
.third .bg {
  /* el heading ya está centrado; añadimos algo de margen inferior */
  padding-top: 5rem;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  width: 100%;
  max-width: 1600px;
}

.card {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0.5rem;
  padding: 1rem;
  width: 300px;
  max-width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.3rem;
  margin-bottom: 0.5rem;
}

.card h3 {
  margin: 0.3rem 0;
  font-size: 1.4rem;
  font-weight: 500;
}

.card ul {
  list-style: none;
  padding: 0;
  margin: 0.3rem 0 0 0;
  font-size: 1.2rem;
  text-align: left;
}

.card li {
  margin: 0.2rem 0;
}

/* ======================================================
   SLIDE 4 – FORMULARIO DE RESERVA
   ====================================================== */
.reservation-form {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 460px;
  background: rgba(0, 0, 0, 0.45);
  padding: 2rem;
  border-radius: 0.6rem;
  margin-top: 2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.form-group label {
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.5rem;
  border: none;
  border-radius: 0.3rem;
  font-size: 0.9rem;
}

.btn-primary {
  background: #ff6600;
  color: #fff;
  border: none;
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 0.3rem;
  transition: background 0.2s;
}

.btn-primary:hover {
  background: #e65500;
}

/* Mensajes de envío */
.msg {
  margin-top: 1rem;
  padding: 0.8rem;
  border-radius: 0.3rem;
  text-align: center;
}

.success {
  background: rgba(0, 120, 0, 0.6);
}

.error {
  background: rgba(180, 0, 0, 0.6);
}

.hidden {
  display: none;
}

/* ======================================================
   RESPONSIVE
   ====================================================== */
@media (max-width: 992px) {

  /* Header */
  header {
    height: clamp(4rem, 10vw, 6rem);
    font-size: clamp(0.55rem, 3vw, 0.9rem);
    letter-spacing: 0.3em;
  }

  .nav a {
    margin: 0 0.5rem;
  }

  /* Título principal */
  .section-heading {
    font-size: clamp(1.8rem, 9vw, 4.5rem);
    letter-spacing: 0.3em;
  }

  .subtitle {
    font-size: clamp(0.9rem, 4vw, 1.6rem);
    max-width: 85vw;
  }

  /* Servicios (slide 2) */
  .services-content {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem;
    max-width: 90vw;
    margin: 0 auto;
  }

  .services-text,
  .services-list {
    flex: 1 1 100%;
    max-width: 100%;
    font-size: 1rem;
  }

  .service-item {
    flex-direction: row;
    align-items: center;
    gap: 0.8rem;
  }

  /* Tarjetas de vehículos (slide 3) */
  .cards {
    /* Convertimos el flex en grid para que el navegador “re‑empaquete” */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    width: 100%;
    padding: 0 1rem;
  }

  .card {
    width: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .card h3 {
    font-size: 1.2rem;
  }

  .card ul {
    font-size: 1rem;
  }

  /* Formulario de reserva (slide 4) */
  .reservation-form {
    width: 95%;
    padding: 1.5rem;
  }
}

/* ----------------------------------------------
   2️⃣  Mobile – ≤ 576px
   ---------------------------------------------- */
@media (max-width: 576px) {

  /* Header */
  header {
    height: clamp(3rem, 12vw, 5rem);
    font-size: clamp(0.5rem, 4vw, 0.85rem);
    letter-spacing: 0.15em;
  }

  .nav a {
    margin: 0 0.3rem;
    font-size: 0.85rem;
  }

  /* Título y subtítulo */
  .section-heading {
    font-size: clamp(1.4rem, 12vw, 3.5rem);
    letter-spacing: 0.15em;
    margin: 0.3rem 0;
  }

  .subtitle {
    font-size: clamp(0.8rem, 5vw, 1.4rem);
    max-width: 90vw;
    line-height: 1.4;
  }

  /* Servicios */
  .services-content {
    padding: 1rem;
    gap: 1rem;
  }

  .services-text,
  .services-list {
    font-size: 0.95rem;
  }

  .service-item {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .service-item .icon {
    font-size: 1.8rem;
  }

  /* Tarjetas (GRID) */
  .cards {
    grid-template-columns: 0,6fr;
    /* una sola columna */
    gap: 0.3rem;
    padding: 0 0.1rem;
  }

  .card {
    padding: 0.1rem;
  }

  .card h3 {
    font-size: 1.1rem;
    margin: 0.2rem 0;
  }

  .card ul {
    font-size: 0.9rem;
  }

  /* Formulario de reserva */
  .reservation-form {
    width: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .form-group label {
    font-size: 0.85rem;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 0.85rem;
    padding: 0.4rem;
  }

  .btn-primary {
    font-size: 0.95rem;
    padding: 0.6rem 1rem;
  }

  /* Mensajes */
  .msg {
    font-size: 0.85rem;
    padding: 0.6rem;
  }
}


/*# sourceMappingURL=slides.css.map */