/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/ContactForm.vue?vue&type=style&index=0&id=67929df8&scoped=true&lang=css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.contact-overlay[data-v-67929df8] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}
.contact-modal[data-v-67929df8] {
  background: white;
  width: 90%;
  max-width: 800px;
  border-radius: 8px;
  overflow: hidden;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
.contact-type-selection[data-v-67929df8] {
  padding: 2rem;
}
.contact-type-selection h2[data-v-67929df8] {
  text-align: center;
  color: #333;
  margin-bottom: 2rem;
}
.type-options[data-v-67929df8] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.type-option[data-v-67929df8] {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.type-option[data-v-67929df8]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.type-option.selected[data-v-67929df8] {
  border-color: #fd7e14;
  background: #fff5eb;
}
.type-icon[data-v-67929df8] {
  font-size: 2rem;
  color: #fd7e14;
  margin-bottom: 1rem;
}
.type-option h3[data-v-67929df8] {
  color: #333;
  margin-bottom: 0.5rem;
}
.type-option p[data-v-67929df8] {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}
.contact-form[data-v-67929df8] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.form-header[data-v-67929df8] {
  padding: 1.5rem;
  background: #f8f9fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
}
.form-header h2[data-v-67929df8] {
  margin: 0;
  color: #333;
}
.form-content[data-v-67929df8] {
  padding: 2rem;
  overflow-y: auto;
}
.form-group[data-v-67929df8] {
  margin-bottom: 1.5rem;
}
.form-group label[data-v-67929df8] {
  display: block;
  margin-bottom: 0.5rem;
  color: #333;
}
.form-control[data-v-67929df8] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 1rem;
}
.form-control[data-v-67929df8]:focus {
  outline: none;
  border-color: #fd7e14;
  box-shadow: 0 0 0 2px rgba(253, 126, 20, 0.25);
}
.modal-actions[data-v-67929df8],
.form-actions[data-v-67929df8] {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2rem;
}
.btn[data-v-67929df8] {
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}
.btn-primary[data-v-67929df8] {
  background: #fd7e14;
  color: white;
}
.btn-primary[data-v-67929df8]:hover:not(:disabled) {
  background: #e76b00;
}
.btn-primary[data-v-67929df8]:disabled {
  background: #fda661;
  cursor: not-allowed;
}
.btn-secondary[data-v-67929df8] {
  background: #6c757d;
  color: white;
}
.btn-secondary[data-v-67929df8]:hover {
  background: #5a6268;
}
.btn-close[data-v-67929df8] {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #666;
  cursor: pointer;
}
.btn-close[data-v-67929df8]:hover {
  color: #333;
}
@media (max-width: 768px) {
.contact-modal[data-v-67929df8] {
    width: 95%;
    max-height: 95vh;
}
.type-options[data-v-67929df8] {
    grid-template-columns: 1fr;
}
.form-actions[data-v-67929df8] {
    flex-direction: column;
}
.form-actions button[data-v-67929df8] {
    width: 100%;
}
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/AppNavbar.vue?vue&type=style&index=0&id=1fd76d11&scoped=true&lang=css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.navbar[data-v-1fd76d11] {
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.navbar-collapse[data-v-1fd76d11] {
  display: flex;
  justify-content: center;
}
.navbar-nav[data-v-1fd76d11] {
  display: flex;
  gap: 2rem;
}
.auth-nav[data-v-1fd76d11] {
  position: absolute;
  right: 1rem;
}
.nav-link[data-v-1fd76d11] {
  color: #fd7e14 !important;
  font-weight: 500;
  transition: color 0.2s ease;
  padding: 0.5rem 1rem;
}
.nav-link[data-v-1fd76d11]:hover {
  color: #e76b00 !important;
}
.nav-link.active[data-v-1fd76d11] {
  color: #e76b00 !important;
}
.navbar-brand[data-v-1fd76d11] {
  color: #fd7e14 !important;
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.navbar-logo[data-v-1fd76d11] {
  height: 2rem;
  width: auto;
}
.navbar-toggler[data-v-1fd76d11] {
  border-color: #fd7e14;
}
.navbar-toggler-icon[data-v-1fd76d11] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28253, 126, 20, 1%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.dropdown-menu[data-v-1fd76d11] {
  min-width: 200px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.dropdown-item[data-v-1fd76d11] {
  padding: 0.5rem 1rem;
  color: #fd7e14;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.dropdown-item[data-v-1fd76d11]:hover {
  background-color: #fff3e6;
  color: #e76b00;
}
.dropdown-divider[data-v-1fd76d11] {
  margin: 0.5rem 0;
  border-top: 1px solid #ffe5cc;
}
@media (max-width: 991.98px) {
.navbar-nav[data-v-1fd76d11] {
    gap: 0;
}
.auth-nav[data-v-1fd76d11] {
    position: static;
    margin-top: 1rem;
}
.nav-link[data-v-1fd76d11] {
    padding: 0.5rem 0;
}
.dropdown-menu[data-v-1fd76d11] {
    position: static !important;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.dropdown-item[data-v-1fd76d11] {
    padding: 0.5rem 1rem;
    color: #fd7e14;
}
.dropdown-divider[data-v-1fd76d11] {
    display: none;
}
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/AppFooter.vue?vue&type=style&index=0&id=fdb56dc8&scoped=true&lang=css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.footer[data-v-fdb56dc8] {
  background-color: #f8f9fa;
  padding: 3rem 0;
  margin-top: 3rem;
  border-top: 1px solid #dee2e6;
}
.footer h5[data-v-fdb56dc8] {
  color: #fd7e14;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.footer p[data-v-fdb56dc8] {
  color: #6c757d;
}
.footer-links[data-v-fdb56dc8] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li[data-v-fdb56dc8] {
  margin-bottom: 0.75rem;
}
.footer-links a[data-v-fdb56dc8] {
  color: #6c757d;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a[data-v-fdb56dc8]:hover {
  color: #fd7e14;
}
.social-links[data-v-fdb56dc8] {
  display: flex;
  gap: 1rem;
}
.social-links a[data-v-fdb56dc8] {
  color: #6c757d;
  font-size: 1.5rem;
  transition: color 0.2s;
}
.social-links a[data-v-fdb56dc8]:hover {
  color: #fd7e14;
}
hr[data-v-fdb56dc8] {
  margin: 2rem 0;
  border-color: #dee2e6;
}
.copyright[data-v-fdb56dc8] {
  color: #6c757d;
  font-size: 0.9rem;
  margin: 0;
}
@media (max-width: 768px) {
.footer[data-v-fdb56dc8] {
    padding: 2rem 0;
}
.col-md-4[data-v-fdb56dc8] {
    margin-bottom: 2rem;
}
.col-md-4[data-v-fdb56dc8]:last-child {
    margin-bottom: 0;
}
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************/

:root {
  --primary-color: #fd7e14;
  --primary-light: #ff922b;
  --primary-dark: #f76707;
  --text-color: #2d3748;
  --card-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
#app {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--text-color);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Asegurar que el contenido principal ocupe el espacio disponible */
#app > .router-view {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Toast.vue?vue&type=style&index=0&id=0321d2b2&scoped=true&lang=css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/* Variables CSS para colores consistentes */
[data-v-0321d2b2]:root {
  --toast-info-bg: #3498db;
  --toast-success-bg: #2ecc71;
  --toast-warning-bg: #f1c40f;
  --toast-error-bg: #e74c3c;
  --toast-text: #ffffff;
}

/* Contenedor principal del toast */
.toast-container[data-v-0321d2b2] {
  position: fixed;
  bottom: 20px;
  right: 20px;
  min-width: 250px;
  max-width: 350px;
  background: var(--toast-info-bg);
  color: var(--toast-text);
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

/* Layout del contenido */
.toast-content[data-v-0321d2b2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* Estilo del mensaje */
.message[data-v-0321d2b2] {
  flex-grow: 1;
  font-size: 0.95rem;
}

/* Botón de cierre */
.close-button[data-v-0321d2b2] {
  background: none;
  border: none;
  color: var(--toast-text);
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.close-button[data-v-0321d2b2]:hover {
  opacity: 1;
}

/* Variantes de color según el tipo */
.info[data-v-0321d2b2] {
  background: var(--toast-info-bg);
}
.success[data-v-0321d2b2] {
  background: var(--toast-success-bg);
}
.warning[data-v-0321d2b2] {
  background: var(--toast-warning-bg);
}
.error[data-v-0321d2b2] {
  background: var(--toast-error-bg);
}

/* Animaciones de entrada/salida */
.toast-enter-active[data-v-0321d2b2],
.toast-leave-active[data-v-0321d2b2] {
  transition: all 0.3s ease;
}
.toast-enter-from[data-v-0321d2b2] {
  transform: translateX(100%);
  opacity: 0;
}
.toast-leave-to[data-v-0321d2b2] {
  transform: translateX(100%);
  opacity: 0;
}

/* Ajustes responsive */
@media (max-width: 768px) {
.toast-container[data-v-0321d2b2] {
    bottom: 10px;
    right: 10px;
    left: 10px;
    max-width: none;
}
}

/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./src/assets/global.css ***!
  \*********************************************************************************************************************************************************************/
body {
    background-color: rgb(249, 246, 239);
  }
  
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/views/ErrorView.vue?vue&type=style&index=0&id=5e7ed583&scoped=true&lang=css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.error-container[data-v-5e7ed583] {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  text-align: center;
}
.error-message[data-v-5e7ed583] {
  margin: 1rem 0;
  font-size: 1.2rem;
}
.debug-info[data-v-5e7ed583] {
  margin: 2rem 0;
  padding: 1rem;
  background: #f8f8f8;
  border-radius: 4px;
  text-align: left;
}
.action-button[data-v-5e7ed583] {
  padding: 0.5rem 1rem;
  background: #42b983;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

