@charset "UTF-8";
.presupuesto-main, .form-group, .contact-form {
  display: flex;
  flex-direction: column;
}

/* Main formulario */
.form-container {
  background-color: #f5e9e6;
}

.contact-form {
  margin: 0 auto;
  width: 100%;
  padding: 2rem;
  max-width: 700px;
  gap: 1rem;
}

.form-group {
  width: 100%;
  text-align: center;
}

.form-group label {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

.contact-form button {
  width: fit-content;
  padding: 0.5rem 1rem;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #555;
}

/* Main especializaciones */
.especializaciones img {
  max-width: 100%;
  height: 250px;
  object-fit: cover;
}

/* Main Botón Contacto */
.btn {
  background-color: #c4a199;
  outline: #000000;
}

.presupuesto-main img {
  height: 400px;
  border: none;
  filter: brightness(0.6);
}

.presupuesto-main {
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0.375rem;
}

/* Main sobre mí */
.about-section {
  background-color: #f9f6f4;
  padding: 3rem 1.5rem;
  display: flex;
  justify-content: center;
}

.about-container {
  max-width: 900px;
  width: 100%;
  padding: 2rem;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.about-container h1 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 1rem;
  text-align: center;
}

.intro {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-align: center;
  color: #555;
}

.about-block {
  margin-bottom: 2rem;
}

.about-block h2 {
  font-size: 1.4rem;
  color: #6a4c93;
  margin-bottom: 0.5rem;
  border-left: 4px solid #6a4c93;
  padding-left: 0.5rem;
}

.about-block p {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
}

/* Header/Nav */
.index-header {
  background-color: #c4a199; /* tu variable SCSS */
  padding: 10px 20px;
}

/* Navbar */
.navbar {
  background-color: #c4a199 !important; /* asegura fondo correcto */
  padding: 0; /* opcional: elimina padding extra */
  margin: 0;
}

/* Logo */
.logotipo img {
  width: 150px;
  height: auto;
  display: block;
}

/* Ajustes en móviles */
@media (max-width: 768px) {
  .index-header {
    padding: 5px 10px;
  }
  .logotipo img {
    width: 120px; /* achica logo en pantallas chicas */
  }
}
/* Footer */
.footer-design {
  background-color: #c4a199;
}

.logotipo-footer {
  width: 3rem;
  padding: 5px;
  height: 3rem;
  object-fit: cover;
}

.logo-wrapper {
  background-color: #c4a199;
}

/* Estilos generales */
* {
  font-family: "Montserrat", sans-serif;
}

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