* {
  box-sizing: border-box;
  font-family: "Raleway", serif;
}

.boton {
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  font-weight: bold;
  display: inline-block;
  margin-top: 1rem;
  transition: background 0.3s ease;
}

.boton-rojo {
  background: #c0392b;
  color: white;
}

.boton-rojo:hover {
  background: #a93226;
}

.seccion {
  padding: 4rem 1rem;
  background-color: #ffffff;
}


.card {
  background: #fff;
  border: 2px solid #005baa;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}


footer {
  background: #002855;
  color: white;
  padding: 2rem 1rem;
}



.barra-footer {
  text-align: center;
  background: #001f3f;
  padding: 1rem;
  font-size: 0.9rem;
}

iframe {
  width: 100%;
  height: 400px;
  border: none;
}

.form-block input,
.form-block textarea {
  width: 100%;
  padding: 0.75rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-top: 1rem;
  font-size: 1rem;
}

.form-block textarea {
  height: 120px;
}

.form-block .boton-negro {
  background-color: #002855;
  color: white;
  border: none;
  margin-top: 1rem;
}

.form-block .boton-negro:hover {
  background-color: #001a3d;
}

body {
  font-size: 18px;
  background-color: #033e72;
  font-family: 'Raleway', sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #333;
}


a {
  display: inline-block;
  text-decoration: none;
  font-family: inherit;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(3, 62, 114, 0.95);
  backdrop-filter: blur(6px);
  z-index: 100;
  transition: background 0.3s ease;
}

nav {
  display: flex;
  gap: 1.5rem;
}

nav a {
  color: white;
  margin: 0 15px;
  position: relative;
  font-weight: 600;
  transition: color 0.3s ease;
}

nav a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #fbcb07;
  transition: width 0.3s ease;
}

nav a:hover::after {
  width: 100%;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slideshow video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.bloque-inicio {
  position: relative;
  top: 30%;
  left: 50%;
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  padding: 2rem;
  border-radius: 12px;
}

.bloque-inicio h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

header .container .logo {
  width: 360px;
}

header .container nav a {
  color: #FFFFFF;
  text-decoration: double;
  font-size: 20px;
  margin: 0 15px 0 15px;
}

.hamburguesa {
  display: none;
  color: #033e72;
  font-size: 1.8rem;
}

footer {
  background-color: black;
  color: white;
  padding-top: 30px;
}

footer .logo-footer {
  width: 100%;
}

footer p {
  color: white;
}


footer .barra-footer {
  background-color: black;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

footer ul li {
  margin-bottom: 10px;
}

footer a {
  color: white;
}

footer .redes {
  font-size: 30px;
  display: flex;
}

footer .redes a {
  margin: 0 7.5px;
}

.container {
  width: 1140px;
  margin: 0 auto 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.boton {
  text-align: center;
  text-decoration: none;
  padding: 15px 20px;
  border: none;
}

.boton.boton-rojo {
  color: white;
  background-color: #fbcb07;
  font-size: 20px;
  font-weight: bold;
}

.boton.boton-blanco {
  color: #fbcb07;
  background-color: white;
  font-size: 16px;
  border: solid #fbcb07;
  border-width: thin;
  font-weight: bold;
}

.boton.boton-negro {
  color: white;
  background-color: black;
  font-size: 20px;
  font-weight: bold;
}

.boton.boton-negro:hover {
  color: black;
  background-color: white;
}

.seccion {
  padding-top: 60px;
  padding-bottom: 60px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.columna {
  padding-left: 30px;
  padding-right: 30px;
}

.columna-33 {
  width: 33.33%;
}

.cuadrado-perfecto {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.cuadrado-perfecto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.columna-50 {
  width: 50%;
}

.columna-41 {
  width: 41.66%;
}

.columna-25 {
  width: 25%;
}

.empujar-50 {
  margin-left: 50%;
}

.empujar-58 {
  margin-left: 58.33%;
}

.empujar-66 {
  margin-left: 66.66%;
}

.empujar-0 {
  margin-left: 0;
}

.float {
  position: fixed;
  width: 90px;
  height: 90px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 60px;
  text-align: center;
  font-size: 70px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}


.my-float {
  margin-top: 8px;
}

#inicio {
  position: relative;
  overflow: hidden;
}

#inicio::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.55),
      rgba(0, 0, 0, 0.65));
  z-index: 1;
}

.slideshow {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slideshow ul {
  display: flex;
  animation: cambio 15s infinite alternate linear;
  width: 300%;
  margin: 0;
  padding: 0;
}

.slideshow li {
  width: 100%;
  list-style: none;
}

.slideshow video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@keyframes cambio {
  0% {
    margin-left: 0;
  }

  33% {
    margin-left: 0;
  }

  35% {
    margin-left: -100%;
  }

  68% {
    margin-left: -100%;
  }

  70% {
    margin-left: -200%;
  }

  100% {
    margin-left: -200%;
  }
}

#inicio .bloque-inicio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 900px;
  text-align: center;
  color: white;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  padding: 3rem 2rem;
  border-radius: 16px;
  backdrop-filter: blur(4px);
  animation: fadeInUp 1s ease-in-out;
}

#inicio h1 {
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}

#inicio p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #f1f5f9;
}

#inicio .subinfo {
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: #e2e8f0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  margin-top: 0.5rem;
  text-transform: uppercase;
}


#servicios img {
  width: 100%;
  height: 100%;
}

#servicios .container-yellow {
  width: fit-content;
  margin: 0 auto 0 auto;
  background-color: #fecb00;
  padding-right: 140px;
  padding-left: 140px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

#contactanos {
  position: relative;
}

#contactanos iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}

#contactanos form {
  padding: 60px;
  background-color: #fbcb07;
}

#contactanos form .form-block {
  width: 100%;
  margin-bottom: 15px;
}

#contactanos form .form-block .form-control {
  display: block;
  height: 40px;
  font-size: 16px;
  border: 1px solid gray;
  width: 100%;
  padding: 5px 10px;
}

#contactanos form .form-block textarea {
  display: block;
  height: 100px;
  font-size: 16px;
  border: 1px solid gray;
  width: 100%;
  padding: 5px 10px;
}

#contactanos form .form-block.bloque-ultimo {
  margin-bottom: 0;
}

#contactanos p {
  font-size: 20px;
  color: white;
  font-weight: bold;
}

/* Make sure Montserrat is applied to all elements, including paragraphs and headings */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  font-family: "Raleway", serif;
  /* Ensure the font is applied to all headings and text */
}


/*
secciones nuevas
*/

/* General Flexbox Layout */

#nosotros {
  position: relative;
  background-color: #fff;
}

/* General reset for padding and margin */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  overflow-x: hidden;
}

body {
  background-color: #f7fafc;
  /* Light background color */
}

/* Flex container for the entire screen */
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.md\:flex-row {
  flex-direction: row;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.min-h-screen {
  min-height: 100vh;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.md\:w-1\/2 {
  width: 50%;
}

.h-auto {
  height: auto;
}

/* Text and content container */
.mt-8 {
  margin-top: 2rem;
}

.md\:mt-0 {
  margin-top: 0;
}

.md\:pl-8 {
  padding-left: 2rem;
}

/* Heading styles */
.text-gray-500 {
  color: #6b7280;
}

.text-sm {
  font-size: 18px;
}

.font-semibold {
  font-weight: 600;
}


.font-bold {
  font-weight: 700;
}

.text-gray-800 {
  color: #2d3748;
}

.text-gray-600 {
  color: #4a5568;
}

/* List and items */
.space-y-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.text-blue-500 {
  color: #033e72;
}

.mr-2 {
  margin-right: 0.5rem;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

/* Additional hover effect for the link */
a:hover {
  text-decoration: underline;
}

.inline-block {
  display: inline-block;
}

/* General reset for padding and margin */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  background-color: #f7fafc;
  /* Light background color */
}

/* Container setup */
.container {
  width: 100%;
  max-width: 1200px;
  /* You can adjust this based on your needs */
  margin: 0 auto;
  padding: 0 1rem;
  /* This mimics the px-4 utility class */
}

.swiper-slide img {
  width: 175px;
  /* o el tamaño deseado */
  height: 175px;
  /* o el tamaño deseado */
  object-fit: contain;
  /* o 'cover', según tu preferencia */
  margin: 0 auto;
  /* centra la imagen horizontalmente */
  display: block;
}

/* Grid layout */
.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  /* Space between items (gap-8) */
}

.md\:grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* Card styles */
.border-2 {
  border-width: 2px;
}

.border-blue-500 {
  border-color: #033e72;
  /* Blue color */
}

.rounded-lg {
  border-radius: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.text-center {
  text-align: center;
}

.relative {
  position: relative;
}

/* Image positioning */
img {
  width: auto;
  height: auto;
}

.absolute {
  position: absolute;
}

.-top-10 {
  top: -6.5rem;
}

.left-12 {
  left: 50%;
}

.transform {
  transform: translateX(-50%);
}

/* Text styles */
.text-blue-900 {
  color: black;
  /* Darker blue */
}

.mt-12 {
  margin-top: 3rem;
}

.font-bold {
  font-weight: 700;
}

.mt-4 {
  margin-top: 1rem;
}

.text-yellow-500 {
  color: #f59e0b;
  /* Yellow color */
}

.text-lg {
  font-size: 18px;
}

.text-gray-700 {
  color: #4a5568;
}

.font-semibold {
  font-weight: 600;
}

/* Pagination styles */
.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.mt-8 {
  margin-top: 2rem;
}

.h-2 {
  height: 0.5rem;
}

.w-2 {
  width: 0.5rem;
}

.bg-gray-300 {
  background-color: #e2e8f0;
  /* Light gray */
}

.bg-blue-500 {
  background-color: #033e72;
  /* Blue */
}

.rounded-full {
  border-radius: 9999px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

#mas {
  position: relative;
  background-color: #fff;
}

#extra {
  position: relative;
  background-color: #fff;
}

/* General reset for padding and margin */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  background-color: white;
  /* Light background color */
}

/* Flex container */
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.lg\:flex-row {
  flex-direction: row;
}

.items-center {
  align-items: center;
}



.justify-between {
  justify-content: space-between;
}

.max-w-7xl {
  max-width: 80rem;
  /* This can be adjusted depending on your design requirements */
}

.max-w-8xl {
  width: max-content;
  /* This can be adjusted depending on your design requirements */
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.lg\:px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Text Section */
.lg\:w-1\/2 {
  width: 50%;
}

.text-gray-500 {
  color: #6b7280;
  /* Light gray */
}

.text-lg {
  font-size: 18px;
}

.mb-4 {
  margin-bottom: 1rem;
}

.text-4xl {
  font-size: 36px;
}

.lg\:text-5xl {
  font-size: 18px;
  /* Large screen size font */
}

.font-bold {
  font-weight: 700;
}


.leading-tight {
  line-height: 1.1;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.text-gray-700 {
  color: #4a5568;
  /* Slightly lighter gray */
}

.leading-relaxed {
  line-height: 1.75;
}

/* Image Section */
.lg\:w-1\/2 {
  width: 50%;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.mt-12 {
  margin-top: 3rem;
}

.lg\:mt-0 {
  margin-top: 0;
}

.max-w-md {
  max-width: 28rem;
  /* Maximum width for the image */
}

/* Ensure border-2 and border-blue-500 are being applied */
.border-2 {
  border-width: 2px;
}

.boton-cotiza {
  align-self: center;
}

.border-blue-500 {
  border-color: #033e72;
  /* Blue border color */
}

/* If needed, apply this more specifically to card elements */
.card {
  border-width: 2px;
  border-color: #033e72;
  /* Blue border */
  border-radius: 0.5rem;
  /* Optional: for rounded corners */
}

/* Optional: If you want a hover effect to change border color */
.card:hover {
  border-color: #2563eb;
  /* Change to a darker blue on hover */
}

/* Container */
/* Remove the max-width and set the container width to 100% */
.max-w-7xl {
  width: 100%;
  /* This ensures the container takes up the full width */
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

/* Optionally, remove any padding on the left and right */
.px-4 {
  padding-left: 0;
  padding-right: 0;
}

/* The rest remains unchanged */
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}


/* Heading Styles */
.text-4xl {
  font-size: 36px;
  /* 36px */
}

.font-bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.text-gray-900 {
  color: #1a202c;
  /* Dark gray */
}

.text-blue-000 {
  color: #033e72;
  /* Blue color */
}

/* Grid Section */
.mt-12 {
  margin-top: 3rem;
  /* 48px */
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.md\:grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
  /* Applies at the "md" breakpoint */
}

.gap-8 {
  gap: 2rem;
  /* 32px */
}

.items-center {
  align-items: center;
}

/* Card Styles */
.text-center {
  text-align: center;
}

.mb-4 {
  margin-bottom: 1rem;
}

.h-16 {
  height: 64px;
  /* 64px */
}

.w-16 {
  width: 64px;
  /* 64px */
}

.text-lg {
  font-size: 18px;
  /* 18px */
}

.font-semibold {
  font-weight: 600;
}

.text-gray-700 {
  color: #4a5568;
  /* Gray color */
}

.mt-2 {
  margin-top: 0.5rem;
  /* 8px */
}

.rounded-lg {
  border-radius: 0.5rem;
  /* 8px */
}

.shadow-lg {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  /* Large shadow */
}

/* Image Container */
.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

/* Container for the image and overlay */
.relative {
  position: relative;
}

/* Image styles */
.w-full {
  width: 100%;
}

.h-\[600px\] {
  height: 600px;
}

.object-cover {
  object-fit: cover;
}


.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.bg-black {
  background-color: rgba(0, 0, 0, 1);
}

.bg-opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
  /* 50% opacity */
}

/* Overlay text styles */
.text-white {
  color: white;
}

.text-4xl {
  font-size: 36px;
  /* 36px */
}

.font-bold {
  font-weight: 700;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.md\:px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.bg-white {
  background-color: white;
}

/* Content heading */
.text-2xl {
  font-size: 24px;
  /* 24px */
}

.md\:text-3xl {
  font-size: 30px;
  /* 30px */
}

.font-bold {
  font-weight: 700;
}

.text-blue-700 {
  color: #033e72;
  /* Dark blue */
}

.mb-6 {
  margin-bottom: 1.5rem;
  /* 24px */
}

/* Content paragraph */
.text-gray-700 {
  color: black;
  /* Gray */
}

.text-lg {
  font-size: 18px;
  /* 18px */
}

.leading-relaxed {
  line-height: 1.625;
  /* relaxed line height */
}

/* Floating Home Button */
.floating-home-button {
  position: fixed;
  bottom: 20px;
  /* Position the button 20px from the bottom */
  right: 20px;
  /* Position the button 20px from the right */
  background-color: #033e72;
  /* Tailwind Blue-700 */
  color: white;
  border-radius: 50%;
  /* Make the button circular */
  padding: 15px;
  /* Adjust the size of the button */
  font-size: 24px;
  /* Icon size */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Slight shadow for better visibility */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  /* Smooth hover effect */
}

.floating-home-button:hover {
  background-color: #2563EB;
  /* Tailwind Blue-600 (darker shade) */
}

.mayus {
  background: #033e72;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.05rem;
  padding: 2px 6px;
  border-radius: 4px;
  display: inline;
  /* No rompe el flujo del texto */
  line-height: 1.5;
  /* Mantiene altura estable */
  vertical-align: baseline;
  /* Alinea con el texto normal */
}


/* Ocultar menú normal y mostrar hamburguesa en móviles */

.hamburguesa {
  display: none;
  color: #033e72;
  font-size: 1.8rem;
}



.bloque-inicio {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  text-align: center;
  color: white;
  padding: 1rem;
}

.bloque-inicio h1 {
  font-size: 3rem;
  font-weight: 700;
}

.bloque-inicio p {
  font-size: 1.2rem;
}

/* === Secciones === */
.seccion {
  padding: 4rem 1rem;
}

/* === Ajustes del grid "Misión, Visión, Valores" === */
.grid {
  display: grid;
  gap: 2rem;
}

.card {
  background-color: white;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

/* === Ajuste de Swiper (proveedores) === */
.swiper-slide img {
  max-width: 120px;
  height: auto;
}

/* === Footer === */
footer {
  text-align: center;
}

footer .container {
  flex-direction: column;
  align-items: center;
}


/* Responsiveness (Optional) */
@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:mt-0 {
    margin-top: 0;
  }
}

/* Tablets (pantallas medianas) */
@media (max-width: 992px) {
  nav {
    display: none;
  }

  .hamburguesa {
    display: block;
  }

  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* Secciones en columna */
  .flex {
    flex-direction: column !important;
  }

  [class*="w-1/2"] {
    width: 100% !important;
  }

  .max-w-7xl {
    padding: 0 1rem;
  }

  .bloque-inicio h1 {
    font-size: 2rem;
  }

  .bloque-inicio p {
    font-size: 1rem;
  }

  iframe {
    width: 100%;
    height: 300px;
  }
}

/* Celulares (pantallas pequeñas) */
@media (max-width: 600px) {
  .logo {
    max-width: 130px;
  }

  .bloque-inicio {
    position: static;
    transform: none;
    background: rgba(0, 0, 0, 0.6);
    margin-top: -20%;
  }

  .bloque-inicio h1 {
    font-size: 1.8rem;
  }

  .bloque-inicio p {
    font-size: 0.9rem;
  }

  .seccion {
    padding: 2rem 1rem;
  }

  .swiper-slide img {
    max-width: 80px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .card {
    padding: 1rem;
  }

  footer .row {
    flex-direction: column;
    text-align: center;
  }

  footer .columna {
    width: 100%;
    margin-bottom: 1rem;
  }
}

/* ========================= */
/* 🔸 MENÚ RESPONSIVO        */
/* ========================= */

.hamburguesa {
  display: none;
  font-size: 2rem;
  color: #fbcb07;
  cursor: pointer;
  transition: color 0.3s ease;
}

.hamburguesa:hover {
  color: #ffd54f;
}

nav.menu {
  display: flex;
  gap: 1.5rem;
}

/* Vista móvil */
@media (max-width: 768px) {
  nav.menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: rgba(3, 62, 114, 0.97);
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
    display: none;
    z-index: 50;
  }

  nav.menu a {
    display: block;
    padding: 1rem;
    font-size: 1.2rem;
    color: white;
    transition: background 0.3s ease;
  }

  nav.menu a:hover {
    background: rgba(251, 203, 7, 0.2);
  }

  .hamburguesa {
    display: block;
  }

  nav.menu.activo {
    display: block;
  }

  nav.menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    opacity: 0;
  }

  nav.menu.activo {
    max-height: 500px;
    /* suficiente para mostrar todos los enlaces */
    opacity: 1;
  }

  #contactanos form {
    position: relative;
    /* o static, no fixed */
    width: 100%;
    max-width: 600px;
    /* tamaño máximo deseado */
    margin: 0 auto;
    /* centrar horizontalmente */
    padding: 2rem;
    background-color: #fbcb07;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }

  .empujar-mobile {

    margin-left: 0;
  }

  .sinpadding-mobile {
    padding: 0;
  }

  .columna-mobile-100 {
    width: 100%;
  }

  .slideshow-mobile {
  position: relative;
  width: 100%;
  height: 80vh; /* o 80vh si prefieres menos */
  overflow: hidden;
}

.slideshow-mobile video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ✅ Llena el contenedor recortando lo necesario */
  position: absolute;
  top: 0;
  left: 0;
}


  /* Ajusta el bloque de texto encima del video */
  .bloque-inicio-mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    color: white;
    z-index: 2;
  }

  /* Corrige márgenes y alturas */
  #inicio {
    position: relative;
    min-height: 80vh;
  }

  #inicio .bloque-inicio-mobile h1 {
    font-size: 3rem;
    padding-top: 110px;
  }

}