.elementor-387 .elementor-element.elementor-element-fb8a702{margin-top:-60px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-ff8575b *//* ========================================
   HERO DE CONTACTO
   ======================================== */

.contact-hero-section {
  padding: 120px 20px 80px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  position: relative;
  overflow: hidden;
}

.contact-hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.contact-hero-wrap {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.contact-hero-content {
  text-align: center;
}

.contact-hero-label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: var(--white);
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-hero-title {
  font-size: clamp(32px, 6vw, 56px);
  font-weight: 700;
  color: var(--white);
  margin: 0 0 24px;
  line-height: 1.15;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.contact-hero-text {
  font-size: clamp(16px, 2vw, 19px);
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.7;
  margin: 0 0 40px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.contact-hero-cta {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.contact-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  color: var(--brand);
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.contact-hero-btn:hover {
  background: var(--accent-2);
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: var(--brand);
}

.contact-hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--white);
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid var(--white);
  transition: all 0.3s ease;
}

.contact-hero-btn-secondary:hover {
  background: var(--white);
  color: var(--brand);
  transform: translateY(-3px);
  text-decoration: none;
}

@media (max-width: 768px) {
  .contact-hero-section {
    padding: 80px 20px 60px;
  }
  
  .contact-hero-cta {
    flex-direction: column;
  }
  
  .contact-hero-btn,
  .contact-hero-btn-secondary {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7350816 *//* ========================================
   HORARIOS Y RESERVA
   ======================================== */

.contact-schedule-section {
  padding: 80px 20px;
  background: var(--accent-2);
}

.contact-schedule-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.schedule-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* Tarjeta de horarios */
.schedule-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 40px 36px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.schedule-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  margin-bottom: 24px;
}

.schedule-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--brand);
  margin: 0 0 24px;
}

.schedule-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.schedule-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: var(--accent-2);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.schedule-item:hover {
  background: var(--accent-1);
  transform: translateX(5px);
}

.schedule-item.closed {
  opacity: 0.6;
}

.schedule-day {
  font-weight: 600;
  color: var(--brand);
  font-size: 15px;
}

.schedule-time {
  font-weight: 700;
  color: var(--ink);
  font-size: 15px;
}

.schedule-note {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  margin: 0;
  padding: 12px 16px;
  background: rgba(49, 91, 101, 0.08);
  border-radius: 8px;
  border-left: 3px solid var(--brand);
}

.schedule-note svg {
  flex-shrink: 0;
  color: var(--brand);
}

/* Tarjeta CTA */
.schedule-cta-card {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  border-radius: var(--radius);
  padding: 40px 36px;
  color: var(--white);
  box-shadow: 0 8px 30px rgba(49, 91, 101, 0.25);
  display: flex;
  flex-direction: column;
}

.schedule-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: var(--white);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  align-self: flex-start;
}

.schedule-cta-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 16px;
  line-height: 1.2;
}

.schedule-cta-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 24px;
  line-height: 1.6;
}

.schedule-cta-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.schedule-cta-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  font-weight: 500;
}

.schedule-cta-benefits svg {
  flex-shrink: 0;
  color: var(--accent-1);
}

.schedule-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--white);
  color: var(--brand);
  padding: 18px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  margin-top: auto;
}

.schedule-cta-btn:hover {
  background: var(--accent-2);
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: var(--brand);
}

.schedule-cta-btn svg {
  transition: transform 0.3s ease;
}

.schedule-cta-btn:hover svg {
  transform: translateX(5px);
}

@media (max-width: 900px) {
  .schedule-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .contact-schedule-section {
    padding: 60px 20px;
  }
  
  .schedule-card,
  .schedule-cta-card {
    padding: 32px 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a4eb66a *//* ========================================
   CANALES DE CONTACTO
   ======================================== */

.contact-channels-section {
  padding: 80px 20px;
  background: var(--white);
}

.contact-channels-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.channels-header {
  text-align: center;
  margin-bottom: 60px;
}

.channels-title {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  color: var(--brand);
  margin: 0 0 16px;
}

.channels-subtitle {
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}

.channels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.channel-card {
  background: var(--white);
  border: 2px solid var(--accent-2);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.channel-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(49, 91, 101, 0.12);
  border-color: var(--brand);
}

.channel-card.featured {
  border-color: #25D366;
  background: linear-gradient(135deg, #f0fdf4 0%, var(--white) 100%);
}

.channel-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  transition: all 0.3s ease;
}

.channel-icon.whatsapp {
  background: #25D366;
  color: var(--white);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}

.channel-icon.phone {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  color: var(--white);
}

.channel-icon.email {
  background: var(--accent-2);
  color: var(--brand);
}

.channel-card:hover .channel-icon {
  transform: scale(1.1) rotate(5deg);
}

.channel-badge {
  display: inline-block;
  background: #25D366;
  color: var(--white);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.channel-name {
  font-size: 22px;
  font-weight: 700;
  color: var(--brand);
  margin: 0 0 12px;
}

.channel-desc {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 20px;
  line-height: 1.6;
}

.channel-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: var(--white);
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.channel-btn:hover {
  background: #128C7E;
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
  text-decoration: none;
  color: var(--white);
}

.channel-link {
  display: inline-block;
  color: var(--brand);
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.channel-link:hover {
  color: var(--brand-2);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .contact-channels-section {
    padding: 60px 20px;
  }
  
  .channels-header {
    margin-bottom: 40px;
  }
  
  .channels-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ecde35 *//* ========================================
   CONTACT SECTION - Mejorado (sin cambiar HTML)
   ======================================== */

.contact-section {
  padding: 80px 20px;
  background: var(--white);
  position: relative;
  overflow: hidden;
}

/* Decoración sutil de fondo */
.contact-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 15% 25%, var(--accent-2) 0%, transparent 50%),
    radial-gradient(circle at 85% 75%, var(--accent-2) 0%, transparent 50%);
  opacity: 0.4;
  pointer-events: none;
}

.contact-wrap {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ============================================
   HEADER
   ============================================ */

.contact-header {
  text-align: center;
  margin-bottom: 50px;
}

.contact-label {
  display: inline-block;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  color: var(--white);
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(49, 91, 101, 0.2);
}

.contact-title {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  color: var(--brand);
  margin: 0 0 16px;
  line-height: 1.2;
}

.contact-intro {
  font-size: clamp(15px, 2vw, 17px);
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

/* ============================================
   CONTENEDOR PRINCIPAL
   ============================================ */

.contact-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* ============================================
   FORMULARIO
   ============================================ */

.contact-form-box {
  background: var(--white);
  border: 2px solid var(--accent-2);
  border-radius: 20px;
  padding: 50px 45px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.contact-form-box:hover {
  box-shadow: 0 15px 50px rgba(49, 91, 101, 0.12);
  border-color: var(--accent-1);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Filas de formulario */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* Campos individuales */
.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field.full-width {
  grid-column: 1 / -1;
}

/* Labels mejorados */
.form-field label {
  font-size: 14px;
  font-weight: 600;
  color: var(--brand);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Inputs, selects y textarea con mejor diseño */
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid var(--accent-2);
  border-radius: 12px;
  font-size: 15px;
  color: var(--ink);
  font-family: inherit;
  transition: all 0.3s ease;
  background: var(--white);
  box-sizing: border-box;
}

.form-field input:hover,
.form-field select:hover,
.form-field textarea:hover {
  border-color: var(--accent-1);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(49, 91, 101, 0.1);
  background: var(--white);
}

.form-field textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}

/* Placeholder mejorado */
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}

/* Select con mejor estilo */
.form-field select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23315B65' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 45px;
}

/* ============================================
   CHECKBOX
   ============================================ */

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  background: var(--accent-2);
  border-radius: 12px;
  border-left: 4px solid var(--brand);
  margin-top: 8px;
}

.form-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: var(--brand);
  flex-shrink: 0;
  margin-top: 2px;
}

.form-checkbox label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  cursor: pointer;
}

.form-checkbox a {
  color: var(--brand);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.form-checkbox a:hover {
  color: var(--brand-2);
  text-decoration: underline;
}

/* ============================================
   BOTÓN SUBMIT
   ============================================ */

.form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  color: var(--white);
  padding: 18px 50px;
  border: none;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(49, 91, 101, 0.3);
  font-family: inherit;
  margin: 20px auto 0;
  min-width: 250px;
}

.form-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(49, 91, 101, 0.4);
}

.form-submit:active {
  transform: translateY(-1px);
}

.form-submit svg {
  transition: transform 0.3s ease;
}

.form-submit:hover svg {
  transform: rotate(45deg);
}

/* ============================================
   INFO CARDS
   ============================================ */

.contact-info-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.info-card-inline {
  background: var(--white);
  border: 2px solid var(--accent-2);
  padding: 28px 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.info-card-inline:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(49, 91, 101, 0.15);
  border-color: var(--brand);
}

.info-icon-small {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(49, 91, 101, 0.25);
  transition: all 0.3s ease;
}

.info-card-inline:hover .info-icon-small {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 30px rgba(49, 91, 101, 0.35);
}

.info-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info-content h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--brand);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-content p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  margin: 0;
  line-height: 1.4;
}

.info-content a {
  color: var(--brand);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
}

.info-content a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--brand-2);
  transition: width 0.3s ease;
}

.info-content a:hover::after {
  width: 100%;
}

.info-content a:hover {
  color: var(--brand-2);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 900px) {
  .contact-info-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .info-card-inline {
    flex-direction: row;
    text-align: left;
    padding: 24px 20px;
  }
  
  .info-content {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 60px 20px;
  }
  
  .contact-header {
    margin-bottom: 40px;
  }
  
  .contact-form-box {
    padding: 36px 28px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .form-submit {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contact-form-box {
    padding: 32px 24px;
  }
  
  .contact-form {
    gap: 20px;
  }
  
  .form-field label {
    font-size: 13px;
  }
  
  .form-field input,
  .form-field select,
  .form-field textarea {
    padding: 12px 16px;
    font-size: 14px;
  }
  
  .form-submit {
    padding: 16px 40px;
    font-size: 16px;
  }
  
  .info-icon-small {
    width: 50px;
    height: 50px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d786c7f *//* ========================================
   UBICACIÓN Y MAPA
   ======================================== */

.contact-location-section {
  padding: 80px 20px;
  background: var(--accent-2);
}

.contact-location-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.location-header {
  text-align: center;
  margin-bottom: 50px;
}

.location-title {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  color: var(--brand);
  margin: 0 0 16px;
}

.location-subtitle {
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
}

/* Info de ubicación */
.location-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.location-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px 32px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.location-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  margin: 0 auto 24px;
  box-shadow: 0 8px 25px rgba(49, 91, 101, 0.25);
}

.location-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--brand);
  margin: 0 0 20px;
}

.location-card p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0 8px;
  line-height: 1.6;
}

.location-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--brand);
  color: var(--white);
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 16px;
  box-shadow: 0 4px 15px rgba(49, 91, 101, 0.2);
}

.location-btn:hover {
  background: var(--brand-2);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(49, 91, 101, 0.3);
  text-decoration: none;
  color: var(--white);
}

/* Features */
.location-features {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.location-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}

.location-feature svg {
  flex-shrink: 0;
  color: var(--brand);
}

/* Legal */
.location-legal {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.location-legal-text {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  margin: 0;
}

.location-legal-text svg {
  flex-shrink: 0;
  color: var(--brand);
  margin-top: 2px;
}

/* Mapa */
.location-map {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  height: 500px;
  border: 3px solid var(--white);
}

.location-map iframe {
  display: block;
}

@media (max-width: 900px) {
  .location-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .location-map {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .contact-location-section {
    padding: 60px 20px;
  }
  
  .location-header {
    margin-bottom: 40px;
  }
  
  .location-card {
    padding: 28px 24px;
  }
  
  .location-map {
    height: 350px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-acd030d *//* ========================================
   REDES SOCIALES Y NEWSLETTER
   ======================================== */

.contact-social-section {
  padding: 80px 20px;
  background: var(--white);
  position: relative;
}

.contact-social-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.social-header {
  text-align: center;
  margin-bottom: 50px;
}

.social-title {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  color: var(--brand);
  margin: 0 0 16px;
  line-height: 1.2;
}

.social-subtitle {
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}

/* Contenido */
.social-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

/* Enlaces sociales */
.social-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 20px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
}

.social-link svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.social-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.social-link:hover svg {
  transform: scale(1.1);
}

/* Instagram */
.social-link.instagram {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: var(--white);
}

.social-link.instagram:hover {
  box-shadow: 0 8px 30px rgba(225, 48, 108, 0.4);
}

/* Facebook */
.social-link.facebook {
  background: #1877F2;
  color: var(--white);
}

.social-link.facebook:hover {
  background: #0d65d9;
  box-shadow: 0 8px 30px rgba(24, 119, 242, 0.4);
}

/* YouTube */
.social-link.youtube {
  background: #FF0000;
  color: var(--white);
}

.social-link.youtube:hover {
  background: #cc0000;
  box-shadow: 0 8px 30px rgba(255, 0, 0, 0.4);
}

/* LinkedIn */
.social-link.linkedin {
  background: #0A66C2;
  color: var(--white);
}

.social-link.linkedin:hover {
  background: #004182;
  box-shadow: 0 8px 30px rgba(10, 102, 194, 0.4);
}

/* Newsletter */
.newsletter-box {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  border-radius: 20px;
  padding: 40px 36px;
  color: var(--white);
  text-align: center;
  box-shadow: 0 12px 40px rgba(49, 91, 101, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.newsletter-icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  margin-bottom: 24px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.newsletter-box h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 12px;
}

.newsletter-box p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 24px;
  line-height: 1.6;
}

/* Formulario newsletter */
.newsletter-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.newsletter-form input {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  font-size: 15px;
  color: var(--ink);
  font-family: inherit;
  background: var(--white);
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.newsletter-form input:focus {
  outline: none;
  border-color: var(--white);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}

.newsletter-form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.newsletter-form button {
  width: 100%;
  padding: 14px 28px;
  background: var(--white);
  color: var(--brand);
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.newsletter-form button:hover {
  background: var(--accent-2);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.newsletter-form button:active {
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 900px) {
  .social-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .social-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .contact-social-section {
    padding: 60px 20px;
  }
  
  .social-header {
    margin-bottom: 40px;
  }
  
  .social-links {
    gap: 16px;
  }
  
  .social-link {
    padding: 20px 16px;
    font-size: 15px;
  }
  
  .newsletter-box {
    padding: 32px 28px;
  }
}

@media (max-width: 480px) {
  .social-links {
    grid-template-columns: 1fr;
  }
  
  .social-link {
    padding: 18px 16px;
  }
  
  .newsletter-box {
    padding: 28px 24px;
  }
  
  .newsletter-icon {
    width: 60px;
    height: 60px;
  }
  
  .newsletter-box h3 {
    font-size: 20px;
  }
}/* End custom CSS */