/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #333;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  background-color: #1e1e1e;
  color: white;
  text-align: center;
  padding: 2rem 1rem;
}
.hero {
  background-color: #1a1a1a;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-centered {
  max-width: 250px;
  width: 100%;
  height: auto;
}

main {
  flex: 1;
  padding: 2rem 1rem;
  max-width: 1000px;
  margin: auto;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-color: #f9f9f9;
}

.main-header {
  background-color: #1c1c1c;
  padding: 4rem 1rem 1 rem;
  text-align: center;
  color: white;
}


.main-header a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 10px;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s ease;
}
.main-header a:hover {
  color: #ff2c2c; /* o el color rojo/granate que uses en tu web */
  /*font-size: 1.5rem;*/
}

.logo {
  max-width: 90%;
  width: 500px;
  height: auto;
  transition: width 0.3s ease;
}

.tagline {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffea00; /* Amarillo vibrante */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  margin-bottom: 2rem;
}



@media (max-width: 768px) {
  .logo {
    width: 80%;
  }

  .tagline {
    font-size: 1rem;
    padding: 0 1rem;
  }
}

@media (max-width: 480px) {
  .main-header {
    padding: 3rem 1rem;
  }

  .logo {
    width: 90%;
  }

  .tagline {
    font-size: 0.95rem;
  }

  .main-header {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
  }

  .main-header .tagline {
    flex: 1 1 100%;
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .main-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    text-align: center;
  }

  .main-header a {
    text-decoration: none;
    color: inherit;
    padding: 0.5rem 1rem;
    white-space: nowrap;
  }
}
section {
  margin-bottom: 2rem;
}

section h1 {
  font-size: 1.5rem;
  color: #1e1e1e;
  margin-bottom: 3rem;
  border-bottom: 2px solid #ff2c2c;
  display: inline-block;
  padding-bottom: 0.3rem;
}

ul {
  list-style-type: disc;
  padding-left: 2rem;
}

/* FOOTER ESTILOS */
.footer {
  background-color: #1e1e1e;
  color: white;
  padding: 2rem 1rem 0 1rem;
}

.footer a {
  color:  white;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  gap: 2rem;
}

.footer-block {
  flex: 1 1 300px;
}

.center-logo img {
  max-width: 150px;
  height: auto;
}

/* Instagram icon */
.instagram-link {
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.icon {
  font-size: 24px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: white;
}

.footer-block .social-links {
    display: flex;
    justify-content: center; /* Centra los iconos horizontalmente */
    gap: 1rem; /* Espacio entre los iconos */
}

.footer-block .social-links a {
    text-decoration: none; /* Elimina subrayado de los enlaces */
}

.footer-block .icon {
    font-size: 24px; /* Tamaño del icono */
    color: white; /* Color del icono */
}

.footer-block .social-links a:hover .icon {
    color: #ffea00; /* Cambia el color al pasar el ratón */
}


/* Footer Bottom */
.footer-bottom {
  background-color: #1e1e1e;
  text-align: center;
  padding: 1rem;
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #bbb;
}
.footer-bottom {
  border-top: 1px solid white; /* la línea blanca */
  padding-top: 10px;
  margin-top: 20px;
  text-align: center;
  color: white;
  font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    gap: 1rem; /* Espacio reducido entre las filas */
  }

  .footer-block {
    text-align: center;
    flex: 1 1 100%; /* Asegura que cada columna ocupe toda la fila */
    margin-bottom: 1rem; /* Espacio entre las filas */
  }

  .center-logo img {
    max-width: 120px; /* Tamaño reducido para pantallas pequeñas */
  }

  .icon {
    font-size: 28px; /* Aumenta el tamaño del icono si lo prefieres */
  }
}

.location {
  /*background-color: #ffffff;*/
  background-color: #f7f7f7;
  color: #1c1c1c;
  padding: 4rem 1rem;
  text-align: center;
}

.location h1 {
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.location p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
}
.location a {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  transition: color 0.3s ease;
  cursor: default;
}

.location a:hover {
  color: #ff2c2c; 
  font-size: 1.5rem;
  font-weight: 600;
}

.map-container {
  width: 100%;
  max-width: 900px;
  height: 350px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

@media (max-width: 600px) {
  .location {
    padding: 3rem 1rem;
  }

  .location h1 {
    font-size: 1.5rem;
  }

  .location p {
    font-size: 1rem;
  }

  .map-container {
    height: 250px;
  }
}

.reviews {
  background-color: #f7f7f7;
  color: #1c1c1c;
  padding: 4rem 1rem;
  text-align: center;
}

.reviews h1 {
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services {
  background-color: #f7f7f7;  
  padding: 40px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
}

.services h1 {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #1e1e1e;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.services p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #555;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Crear un diseño responsivo */
  gap: 20px;
  padding: 0;
}

.services-list li {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: left;
}

.services-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.services-list li i {
  font-size: 30px;
  color: #ff2c2c; /* Color vibrante para los iconos */
  margin-right: 15px;
}

.services-list li span {
  font-weight: 600;
  font-size: 1.1rem;
}

.services-list li.highlight {
  grid-column: span 2; /* Hace que ocupe dos columnas del grid */
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

@media (max-width: 600px) {
  .services-list li.highlight {
    grid-column: span 1;
  }
}



.services .extra {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-weight: 600;
  font-size: 1.1rem;
  margin: 2rem auto 0;
  width: 100%;
  max-width: 600px; /* mismo ancho que los bloques de servicios */
  box-sizing: border-box;
  text-align: center;
}

.services .extra i {
  font-size: 30px;
  color: #ff2c2c; /* Color vibrante para los iconos */
  margin-right: 15px;
}

.services .extra i {
  font-size: 40px;
  color: #ff2c2c; /* Color vibrante */
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.services .extra p:hover i {
  color: #ffea00; /* Color dorado al pasar el mouse */
}
.services .extra p:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}


/* Efecto en los iconos */
.services-list li i {
  font-size: 40px;
  color: #ff2c2c; /* Color vibrante */
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.services-list li:hover i {
  color: #ffea00; /* Color dorado al pasar el mouse */
}

@media (max-width: 768px) {
  .services {
    padding: 3rem 1rem;
  }

  .services h1 {
    font-size: 1.8rem;
  }

  .services p {
    font-size: 1rem;
  }

  .services-list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

@media (max-width: 600px) {
  .services {
    padding: 2rem 1rem;
  }

  .services h1 {
    font-size: 1.5rem;
  }

  .services-list li {
    padding: 15px;
  }
}

.services-list {
  display: flex;
  justify-content: center; /* Centra el grid horizontalmente */
}

.services-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  max-width: 700px; /* Opcional: limita el ancho del bloque */
  width: 100%;
}

@media (max-width: 600px) {
  .services-list ul {
    grid-template-columns: 1fr;
  }
}

.services-list ul li {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 80px;
  width: 100%;
  box-sizing: border-box;
  font-size: 1rem;
}


.who {
  background-color: #f7f7f7;
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
}

.who h1 {
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.who-content {
  display: flex;
  justify-content: center;
  align-items: center; /* Centrar verticalmente la imagen y el texto */
  gap: 1rem; /* Espacio entre imagen y texto */
  max-width: 1000px;
  margin: 0 auto;
}

.who-image {
  flex: 1 1 30%; /* Reducir la imagen al 30% de su contenedor */
  max-width: 100%; /* Asegurarse de que no se expanda más allá de su contenedor */
  margin: 0;
  padding: 0;
}

.who-image img {
  width: 100%; /* Hacer que la imagen ocupe todo el espacio disponible */
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.who-text {
  flex: 1 1 70%; /* El texto ocupa el 70% restante */
  max-width: 100%; /* Asegurar que no se expanda más de lo necesario */
}

.who-text p {
  font-size: 1.3rem; /* Tamaño de fuente aumentado */
  color: #000000;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}



@media (max-width: 768px) {
  .who-content {
    flex-direction: column;
    align-items: center;
  }

  .who-image img {
    max-width: 80%; /* En pantallas pequeñas la imagen ocupa el 80% del ancho */
    margin-bottom: 1rem;
  }

  .who-text {
    text-align: center;
    max-width: 90%;
  }
}

.brands {
  margin-top: 2rem;
  text-align: center;
}


.brand-logos {
  /*display: flex;*/
  /*justify-content: space-around;*/
  /*gap: 20px;*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
  justify-items: center;
  align-items: center;
  margin-top: 1rem;
}

.brand-logos img {
  height: 60px; /* Ajusta la altura según sea necesario */
  width: auto;
  object-fit: contain;
}
 .brands p{
  text-align: center;
  max-width: 90%;
  font-size: 1.3rem; /* Tamaño de fuente aumentado */
  color: #000000;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 1.3rem; 
  line-height: 1.6;
  margin-bottom: 1.5rem;
 }

@media (max-width: 768px) {
  /* Centrar solo la imagen de Syrox en pantallas pequeñas */
  .syrox-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .brand-logos img.syrox-centered {
    display: block;
    margin: 0 auto 1rem;
  }
}


.who,
.services,
.location,
.instagram-gallery,
.reviews, .contact0 {
  margin-bottom: 0; /* Elimina el margen inferior */
}

.who + .services,
.services + .location + .instagram-gallery,
+ .reviews + .contacto {
  margin-top: 0; 
}

.cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1e1e1e;
  color: white;
  text-align: center;
  padding: 1rem;
  z-index: 1000;
}

.cookie-notice a {
  color: #ffea00;
  text-decoration: underline;
}

.cookie-notice button {
  background-color: #ff2c2c;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  margin-left: 1rem;
}

.cookie-notice button:hover {
  background-color: #d01919;
}

/* --- Overlay General (Bloquea la Navegación) --- */
.cookie-notice-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Fondo oscuro semitransparente */
    display: none; /* Por defecto se oculta con JS si ya hay preferencias */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    z-index: 9999; /* Asegura que esté por encima de todo */
}

/* --- Contenedor del Banner Principal y Configuración --- */
.cookie-notice-container, .cookie-settings-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    width: 90%;
    text-align: center; /* Opcional: para centrar el texto interno */
}

/* --- Acciones y Botones (Cumpliendo la Igualdad de Opciones) --- */
.cookie-actions, .settings-actions {
    display: flex;
    justify-content: space-between; /* Distribuye los botones */
    gap: 10px; /* Espacio entre botones */
    margin-top: 20px;
}

.cookie-btn {
    flex: 1; /* OBLIGATORIO: Fuerza a los tres botones a tener el mismo ancho */
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    /* Misma tipografía y color base para todos */
    color: #fff; 
    transition: background-color 0.3s;
}

/* Color para "Aceptar" y "Guardar" (Primary) */
.cookie-btn.primary {
    background-color: #007bff; /* Azul o el color de branding de Soto Carrocerías */
}

/* Color para "Rechazar" y "Configuración" (Secondary) */
.cookie-btn.secondary {
    background-color: #6c757d; /* Gris para igualdad de color */
}

/* Estilos para el panel de configuración (Switches) - MUY RECOMENDADO */
.cookie-group {
    text-align: left;
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.switch-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}
/* ... (Añadir estilos completos para switches tipo iOS/Android para una mejor UX) ... */

.legal-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
}

.legal-container h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
  text-align: center;
  border-bottom: 2px solid #ff2c2c;
}

.legal-container p {
  margin-bottom: 1rem;
}

.legal-container a {
  color: #0066cc;
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

.instagram-gallery {
  padding: 40px 20px;
  background-color: #f7f7f7;
  text-align: center;
  color:  #000000;
}

.instagram-gallery h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #1e1e1e;
}

.instagram-gallery p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #000000;
}

@media (max-width: 768px) {
  .snapwidget-widget {
    width: 100% !important; /* Se asegura de que el iframe se ajuste al 100% del ancho en móviles */
    height: 255px; /* Ajustar la altura del iframe en pantallas más pequeñas */
  }
}

@media (max-width: 480px) {
  .snapwidget-widget {
    height: 250px; /* Ajusta aún más la altura para pantallas muy pequeñas */
  }
}

@media (max-width: 480px) {
  .instagram-gallery iframe {
    height: 125px !important; 
  }
  .instagram-gallery {
    padding-bottom: 0 !important;
  }
}

#google-reviews {
   margin-top: 20px;
}

.review {
   border: 1px solid #ddd;
   padding: 10px;
   margin-bottom: 10px;
   background-color: #f9f9f9;
}

.review h3 {
   font-size: 1.2em;
   color: #333;
}

.review p {
   font-size: 1em;
   color: #555;
}

.review .rating {
   color: #ffb400;
}


.eapps-widget-toolbar-panel,
.eapps-widget-toolbar-panel-share,
.eapps-widget-toolbar-panel-wrapper {
  display: none !important;
}
a[href^="https://elfsight.com/google-reviews-widget"] {
    display: none !important;
  }

.widget-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 12px;
    background-color: #fff;
  }

  /* Opcional: hace que el widget no se extienda más allá de su contenedor */
  .widget-container > div {
    max-width: 100% !important;
  }


.contacto {
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Arial', sans-serif;
  color: #333;
  width: 100%;
  padding: 4rem 1rem;
}

.contacto h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #1e1e1e;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.contacto .container {
  max-width: 1100px;
  margin: 0 auto;
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.contacto-content {
  display: flex;
  justify-content: center;
  align-items: center; /* Centrar verticalmente la imagen y el texto */
  gap: 1rem; /* Espacio entre imagen y texto */
  max-width: 1000px;
  margin: 0 auto;
}

.contacto-image {
  flex: 1 1 30%; /* Reducir la imagen al 30% de su contenedor */
  max-width: 100%; /* Asegurarse de que no se expanda más allá de su contenedor */
  margin: 0;
  padding: 0;
}

.contacto-image img {
  width: 100%; /* Hacer que la imagen ocupe todo el espacio disponible */
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contacto-text {
  flex: 1 1 70%; /* El texto ocupa el 70% restante */
  max-width: 100%; /* Asegurar que no se expanda más de lo necesario */
}

.contacto-text p {
  font-size: 1.3rem; /* Tamaño de fuente aumentado */
  color: #000000;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}



@media (max-width: 768px) {
  .contacto-content {
    flex-direction: column;
    align-items: center;
  }

  .contacto-image img {
    max-width: 80%; /* En pantallas pequeñas la imagen ocupa el 80% del ancho */
    margin-bottom: 1rem;
  }

  .contacto-text {
    text-align: center;
    max-width: 90%;
  }
}

.contacto-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  margin-top: 2rem;
}

.contacto-info {
  flex: 1 1 300px;
  background-color: #f7f7f7;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  margin-bottom: 2rem;
}

.contacto-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contacto-info li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.6;
}

.contacto-info li::before {
  position: absolute;
  left: 0;
  top: 0;
}


.formulario-contacto {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.formulario-contacto input,
.formulario-contacto textarea {
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.formulario-contacto button {
  padding: 0.9rem;
  background-color: #c60000;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.formulario-contacto button:hover {
  background-color: #a00000;
}

.success {
  color: green;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.errors {
  color: red;
  list-style: disc inside;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.errors li {
  margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
  .contacto {
    padding: 1.5rem 1rem;
  }

  .formulario-contacto input,
  .formulario-contacto textarea {
    font-size: 1rem;
  }

  .formulario-contacto button {
    font-size: 1rem;
  }

}

/* Dos columnas */
.contacto-columns {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

----

.contacto-info {
  flex: 1;
  min-width: 280px;
}

.contacto-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contacto-info li {
  margin-bottom: 1.2rem;
  line-height: 1.6;
  font-size: 1rem;
}

.formulario-contacto {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 280px;
}

.formulario-contacto input,
.formulario-contacto textarea {
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.formulario-contacto button {
  background-color: #c60000;
  color: white;
  padding: 0.9rem;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.formulario-contacto button:hover {
  background-color: #a00000;
}

.success {
  color: green;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

.errors {
  color: red;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.errors li {
  margin-bottom: 0.5rem;
}

/* Responsive: una columna en pantallas pequeñas */
@media (max-width: 768px) {
  .contacto-columns {
    flex-direction: column;
  }

  .contacto h1 {
    font-size: 1.5rem;
  }

  .formulario-contacto input,
  .formulario-contacto textarea,
  .formulario-contacto button {
    font-size: 1rem;
  }
}
