.elementor-1113 .elementor-element.elementor-element-c2ce5d5{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:120px;--padding-bottom:120px;--padding-left:20px;--padding-right:20px;}.elementor-1113 .elementor-element.elementor-element-c2ce5d5.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1113 .elementor-element.elementor-element-dc8cfc4{--display:flex;}.elementor-1113 .elementor-element.elementor-element-dc8cfc4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1113 .elementor-element.elementor-element-6e5bcc7{--display:flex;}.elementor-1113 .elementor-element.elementor-element-d06053c{--display:flex;}body.elementor-page-1113:not(.elementor-motion-effects-element-type-background), body.elementor-page-1113 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#181818;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1113 .elementor-element.elementor-element-c2ce5d5{--padding-top:120px;--padding-bottom:120px;--padding-left:0px;--padding-right:15px;}}@media(min-width:768px){.elementor-1113 .elementor-element.elementor-element-c2ce5d5{--width:75.301%;}.elementor-1113 .elementor-element.elementor-element-dc8cfc4{--width:119.341%;}}/* Start custom CSS for html, class: .elementor-element-faf00bb *//* Estilos para o componente de seleção de unidades */
.tayaya-unit-selection {
  font-family: 'TT Norms Pro', Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  color: #032626;
}

.tayaya-title {
  font-family: 'Perfectly Nineties', Georgia, serif;
  font-size: 32px;
  color: #054040;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

.tayaya-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(to right, #C18E47, #054040);
}

/* Estilos para o seletor de propriedades */
.property-.elementor-1113 .elementor-element.elementor-element-faf00bb {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  overflow: hidden;
}

..elementor-1113 .elementor-element.elementor-element-faf00bb-header {
  background-color: #f5f5f5;
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
}

..elementor-1113 .elementor-element.elementor-element-faf00bb-header h3 {
  margin: 0 0 15px 0;
  font-size: 20px;
  font-weight: 600;
}

..elementor-1113 .elementor-element.elementor-element-faf00bb-tabs {
  display: flex;
  border-bottom: 2px solid #e0e0e0;
}

.tab-btn {
  background: none;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #696969;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.tab-btn:focus {
  outline: none;
}

.tab-btn.active {
  color: #054040;
  font-weight: 600;
}

.tab-btn.active:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #054040;
}

/* Estilos para etapas de seleção */
.selection-steps {
  padding: 25px;
}

.selection-step {
  display: none;
  animation: fadeIn 0.5s ease;
}

.selection-step.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Estilos para o passo 1: tipos de imóveis */
.property-types {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.property-type-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.property-type-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  border-color: #C18E47;
}

.property-type-card.selected {
  border: 2px solid #054040;
  box-shadow: 0 5px 15px rgba(5, 64, 64, 0.2);
}

.card-info h4 {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #032626;
}

.card-info .highlight {
  color: #C18E47;
  font-weight: 600;
}

.card-info .area {
  font-size: 14px;
  color: #555;
  margin: 0 0 12px 0;
}

.card-info .description {
  font-size: 14px;
  color: #696969;
  margin: 0;
  line-height: 1.4;
}

.card-status {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}

.availability {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
}

.availability.high {
  background-color: #e8f5e9;
  color: #1b5e20;
}

.availability.medium {
  background-color: #fff8e1;
  color: #ff8f00;
}

.availability.low {
  background-color: #ffebee;
  color: #c62828;
}

/* Efeito de seleção animado */
.card-selected-animation {
  animation: selectPulse 0.4s ease;
}

@keyframes selectPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}

/* Passo 2: Seleção de unidades */
.selected-type-info {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  border-left: 3px solid #054040;
}

.selected-type-info p {
  margin: 0;
  font-size: 16px;
  color: #696969;
}

.selected-type-info span {
  font-weight: 600;
  color: #054040;
}

.units-grid {
  margin-bottom: 25px;
}

.metragem-group {
  margin-bottom: 30px;
}

.metragem-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #696969;
  padding-bottom: 5px;
  border-bottom: 1px dashed #e0e0e0;
}

.units-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.unit-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 15px;
  width: calc(25% - 12px);
  min-width: 120px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
}

@media (max-width: 768px) {
  .unit-card {
    width: calc(33.33% - 10px);
  }
}

@media (max-width: 576px) {
  .unit-card {
    width: calc(50% - 8px);
  }
}

.unit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  border-color: #C18E47;
}

.unit-card.selected {
  border: 2px solid #054040;
  background-color: #f5f9f9;
  box-shadow: 0 5px 12px rgba(5, 64, 64, 0.15);
}

.unit-number {
  font-size: 16px;
  font-weight: 600;
  color: #032626;
  margin-bottom: 5px;
}

.unit-area {
  font-size: 13px;
  color: #696969;
  margin-bottom: 5px;
}

.cotas-available {
  font-size: 12px;
  color: #054040;
  font-weight: 500;
}

.scarcity-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #E74C3C;
  color: white;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 7px;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transform: rotate(5deg);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1) rotate(5deg); }
  50% { transform: scale(1.05) rotate(5deg); }
  100% { transform: scale(1) rotate(5deg); }
}

.no-units-message {
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 6px;
  text-align: center;
  color: #696969;
}

.step-navigation {
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
}

.back-btn {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 14px;
  color: #696969;
  cursor: pointer;
  transition: all 0.25s ease;
}

.back-btn:hover {
  background-color: #eee;
}

/* Passo 3: Seleção de quantidade */
.selected-unit-info {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  border-left: 3px solid #054040;
}

.selected-unit-info p {
  margin: 0;
  font-size: 16px;
  color: #696969;
}

.selected-unit-info span {
  font-weight: 600;
  color: #054040;
}

.cotas-selection {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
}

.cotas-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.cotas-display {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  min-width: 200px;
  flex: 1;
  transition: all 0.3s ease;
}

.cotas-display.warning {
  background-color: #FFF8E1;
  border-left: 3px solid #FFA000;
}

.cotas-display.danger {
  background-color: #FFEBEE;
  border-left: 3px solid #C62828;
}

.cotas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.cotas-header h4 {
  margin: 0;
  font-size: 16px;
  color: #696969;
}

.cotas-number {
  font-size: 24px;
  font-weight: 700;
  color: #054040;
}

.scarcity-indicator {
  font-size: 14px;
  color: #696969;
}

.cotas-options {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.option-group {
  margin-bottom: 20px;
}

.option-group label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #696969;
}

.quantity-.elementor-1113 .elementor-element.elementor-element-faf00bb {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.qty-btn {
  width: 36px;
  height: 36px;
  border: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.qty-btn:hover {
  background-color: #f0f0f0;
}

.qty-btn.minus {
  border-radius: 4px 0 0 4px;
}

.qty-btn.plus {
  border-radius: 0 4px 4px 0;
}

.qty-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#cotas-quantity {
  width: 60px;
  height: 36px;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  text-align: center;
  font-size: 16px;
  color: #054040;
  background-color: #fff;
}

#cotas-quantity:focus {
  outline: none;
}

.field-hint {
  font-size: 12px;
  color: #696969;
}

.option-whole-apt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
}

.checkbox-container {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checkbox-container input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.checkbox-custom {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #054040;
  border-radius: 4px;
  margin-right: 10px;
  transition: all 0.2s ease;
  position: relative;
}

.checkbox-container input[type="checkbox"]:checked + .checkbox-custom:after {
  content: '\2714';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #054040;
  font-size: 14px;
}

.checkbox-label {
  font-size: 15px;
  color: #696969;
  font-weight: 500;
}

.economy-tag {
  background-color: #E8F5E9;
  color: #1B5E20;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 600;
}

.add-unit-btn {
  background-color: #103173;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.add-unit-btn:hover {
  background-color: #0d2a5e;
  transform: translateY(-2px);
}

.calculate-now-btn {
  background-color: #054040;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  margin-left: 10px;
}

.calculate-now-btn:hover {
  background-color: #032626;
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(3, 38, 38, 0.2);
}

/* Estilos para unidades selecionadas */
.selected-units-summary {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  padding: 25px;
  margin-bottom: 30px;
}

.selected-units-summary h3 {
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #032626;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
}

.selected-units-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.selected-unit-item {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 4px solid #054040;
  transition: all 0.25s ease;
}

.selected-unit-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transform: translateX(5px);
}

.selected-unit-info {
  flex: 1;
}

.selected-unit-type {
  font-size: 16px;
  font-weight: 600;
  color: #032626;
  margin-bottom: 5px;
}

.selected-unit-details {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.selected-unit-details span {
  font-size: 14px;
  color: #696969;
}

.remove-unit {
  background: none;
  border: none;
  font-size: 20px;
  color: #C62828;
  cursor: pointer;
  transition: all 0.25s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.remove-unit:hover {
  background-color: #FFEBEE;
  transform: scale(1.1);
}

.summary-footer {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.calculate-btn {
  background-color: #054040;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 10px rgba(5, 64, 64, 0.2);
}

.calculate-btn:hover {
  background-color: #032626;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(5, 64, 64, 0.3);
}

.calculate-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Seção de pagamento */
.payment-section {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 50px;
}

.payment-section.active {
  max-height: 3000px;
}

.payment-section-content {
  padding: 30px;
}

.section-header {
  margin-bottom: 30px;
  text-align: center;
}

.section-header h2 {
  font-family: 'Perfectly Nineties', Georgia, serif;
  font-size: 28px;
  color: #054040;
  margin: 0;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.section-header h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #C18E47, #054040);
}

.payment-summary {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.payment-summary h3 {
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #032626;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
}

.broker-info-summary {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  border-left: 3px solid #103173;
}

.broker-info-summary h4 {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #103173;
}

.broker-info-details {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}

.broker-info-details p {
  margin: 0;
  font-size: 14px;
  color: #696969;
}

.payment-units {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.payment-unit-item {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 15px;
  border-left: 4px solid #054040;
}

.payment-unit-type {
  font-size: 16px;
  font-weight: 600;
  color: #032626;
  margin-bottom: 15px;
}

.payment-unit-details {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}

.payment-unit-info {
  display: flex;
  flex-direction: column;
}

.payment-unit-info-label {
  font-size: 12px;
  color: #696969;
  margin-bottom: 5px;
}

.payment-unit-info-value {
  font-size: 16px;
  font-weight: 600;
  color: #032626;
}

.total-value {
  background: linear-gradient(to right, #032626, #054040);
  color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  box-shadow: 0 5px 15px rgba(3, 38, 38, 0.1);
}

.payment-plans {
  margin-bottom: 30px;
}

.payment-plans h3 {
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #032626;
  text-align: center;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 25px;
}

@media (max-width: 768px) {
  .plans-grid {
    grid-template-columns: 1fr;
  }
}

.plan-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.plan-header {
  background: linear-gradient(to right, #C18E47, #d2a968);
  color: white;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan-discount {
  background-color: #103173;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  animation: pulse 2s infinite;
}

.plan-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.plan-details {
  flex: 1;
}

.plan-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #f0f0f0;
}

.plan-detail:last-child {
  border-bottom: none;
}

.plan-detail-label {
  color: #696969;
  font-size: 14px;
}

.plan-detail-value {
  font-weight: 600;
  color: #032626;
}

.plan-saving {
  background-color: rgba(76, 175, 80, 0.1);
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  text-align: center;
  color: #1B5E20;
  font-weight: 600;
  border-left: 3px solid #2E7D32;
}

.plan-saving span {
  font-weight: 700;
}

.plan-monthly {
  background-color: #054040;
  padding: 15px;
  border-radius: 8px;
  margin-top: auto;
  text-align: center;
}

.plan-monthly-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 5px;
}

.plan-monthly-value {
  font-size: 22px;
  font-weight: 700;
  color: white;
}

.pdf-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.pdf-btn {
  background-color: #054040;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pdf-btn:hover {
  background-color: #032626;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(3, 38, 38, 0.2);
}

.pdf-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8.5 7.5c0 .83-.67 1.5-1.5 1.5H9v2H7.5V7H10c.83 0 1.5.67 1.5 1.5v1zm5 2c0 .83-.67 1.5-1.5 1.5h-2.5V7H15c.83 0 1.5.67 1.5 1.5v3zm4-3H19v1h1.5V11H19v2h-1.5V7h3v1.5zM9 9.5h1v-1H9v1zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm10 5.5h1v-3h-1v3z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.share-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92 1.61 0 2.92-1.31 2.92-2.92s-1.31-2.92-2.92-2.92z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Estilos para o modal do corretor */
.broker-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  animation: fadeIn 0.3s ease;
}

.broker-modal-content {
  background-color: #fff;
  margin: 10% auto;
  max-width: 500px;
  width: 90%;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from { transform: translateY(-30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.broker-modal-header {
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.broker-modal-header h3 {
  margin: 0;
  font-size: 20px;
  color: #032626;
}

.broker-modal-close {
  font-size: 24px;
  color: #696969;
  cursor: pointer;
  transition: all 0.25s ease;
}

.broker-modal-close:hover {
  color: #C62828;
}

.broker-modal-body {
  padding: 20px;
}

.broker-info-text {
  font-size: 14px;
  color: #696969;
  margin-bottom: 20px;
}

.broker-form-group {
  margin-bottom: 20px;
}

.broker-form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #696969;
}

.broker-form-group input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 16px;
  color: #032626;
  transition: all 0.25s ease;
}

.broker-form-group input:focus {
  outline: none;
  border-color: #054040;
  box-shadow: 0 0 0 2px rgba(5, 64, 64, 0.1);
}

.broker-error {
  font-size: 12px;
  color: #C62828;
  margin-top: 5px;
  min-height: 18px;
}

.broker-modal-footer {
  padding: 15px 20px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.broker-btn {
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.broker-btn-cancel {
  background-color: #f5f5f5;
  color: #696969;
  border: 1px solid #e0e0e0;
}

.broker-btn-cancel:hover {
  background-color: #eeeeee;
}

.broker-btn-submit {
  background-color: #054040;
  color: white;
  border: none;
}

.broker-btn-submit:hover {
  background-color: #032626;
}

/* Toast de notificação */
.toast-notification {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background-color: rgba(5, 64, 64, 0.9);
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  opacity: 0;
  transition: all 0.3s ease;
}

.toast-notification.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* Overlay de carregamento */
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2000;
}

/* Estilos para o PDF */
@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Ajustes responsivos */
@media (max-width: 767px) {
  .payment-plans-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 15px;
  }
}

@media (max-width: 600px) {
  .pdf-container {
    padding: 15px;
  }
  
  .pdf-title {
    font-size: 22px;
  }
  
  .section-title {
    font-size: 18px;
  }
  
  .unit-details {
    grid-template-columns: 1fr;
  }
  
  .pdf-unit {
    padding: 15px;
  }
  
  .total-value {
    font-size: 18px;
    padding: 12px 15px;
  }
  
  .plan-header {
    font-size: 16px;
    padding: 12px 15px;
  }
  
  .plan-body {
    padding: 15px;
  }
  
  .plan-detail {
    margin-bottom: 10px;
    padding-bottom: 6px;
  }
  
  .plan-monthly {
    padding: 12px;
  }
  
  .plan-monthly-value {
    font-size: 20px;
    letter-spacing: 0;
  }
  
  .opportunity-seal {
    top: 60px;
    right: 10px;
    font-size: 14px;
    padding: 8px 15px;
  }
  
  .pdf-contact {
    padding: 20px 15px;
  }
  
  .contact-info-line {
    font-size: 14px;
  }
  
  .contact-title {
    font-size: 18px;
  }
}/* End custom CSS */