﻿/* ============================================================
   FOOTER-NEW â€” Estilos completos
   pinturaelectrostaticacolombia.com
   ============================================================ */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   NEUTRALIZAR WRAPPERS DE JOOMLA / BOOTSTRAP
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
section#sp-footer-new {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
}

section#sp-footer-new > .container,
section#sp-footer-new > .container > .container-inner {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

section#sp-footer-new .row {
  margin: 0 !important;
}

section#sp-footer-new .col-lg-12,
section#sp-footer-new .sp-column,
section#sp-footer-new .sp-module,
section#sp-footer-new .sp-module-content,
section#sp-footer-new .mod-custom {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FOOTER NEW â€” Base
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
footer.footer-new {
  background: #0d111b;
  padding: 70px 0 0;
  color: rgba(255,255,255,0.8);
}

.footer-new-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1fr;
  gap: 50px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px 60px;
}

/* â”€â”€ TÃ­tulos de columna â”€â”€ */
.fnew-title {
  font-size: 28px;
  font-weight: 800;
  color: white;
  margin-bottom: 8px;
}

.fnew-bar {
  width: 50px;
  height: 3px;
  background: #F04E23;
  margin-bottom: 28px;
}

/* â”€â”€ Col 1: Servicios â”€â”€ */
.fnew-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 16px;
}

.fnew-services-grid a {
  color: rgba(255,255,255,0.68);
  text-decoration: none;
  font-size: 15px;
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.2s;
}

.fnew-services-grid a:hover {
  color: #F04E23;
}

.fnew-services-grid a::before {
  content: "â†’";
  color: #F04E23;
  font-size: 11px;
  flex-shrink: 0;
}

/* â”€â”€ Col 2: Horario â”€â”€ */
.fnew-schedule-card {
  background: rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 22px 24px;
  margin-bottom: 18px;
}

.fnew-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.09);
  font-size: 17px;
}

.fnew-row:last-child {
  border-bottom: none;
}

.fnew-row .day {
  color: rgba(255,255,255,0.60);
}

.fnew-row .hrs {
  color: white;
  font-weight: 700;
}

.fnew-contact-btn {
  display: block;
  background: #F04E23;
  color: white;
  padding: 13px 0;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s;
  width: 100%;
}

.fnew-contact-btn:hover {
  background: #d03d18;
  transform: translateY(-2px);
}

.fnew-contact-info {
  margin-top: 16px;
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  line-height: 1.9;
}

.fnew-contact-info a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}

.fnew-contact-info a:hover {
  color: #F04E23;
}

/* â”€â”€ Col 3: Por quÃ© elegirnos â”€â”€ */
.fnew-why-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.fnew-why-thumb {
  width: 105px;
  height: 74px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(255,255,255,0.07);
}

.fnew-why-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fnew-why-eyebrow {
  font-size: 13px;
  color: #F04E23;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}

.fnew-why-eyebrow::before {
  content: "â†’";
}

.fnew-why-title {
  font-size: 18px;
  font-weight: 800;
  color: white;
  line-height: 1.35;
}

/* â”€â”€ Barra inferior â”€â”€ */
.fnew-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 22px 50px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.fnew-bottom p {
  color: rgba(255,255,255,0.42);
  font-size: 15px;
  margin: 0;
}

.fnew-bottom .brand {
  color: #F04E23;
  font-weight: 700;
}

/* â”€â”€ Responsive â”€â”€ */
@media (max-width: 1024px) {
  .footer-new-grid {
    grid-template-columns: 1fr 1fr;
    padding: 0 30px 40px;
    gap: 30px;
  }
}

@media (max-width: 700px) {
  .footer-new-grid {
    grid-template-columns: 1fr;
    padding: 0 20px 40px;
    gap: 30px;
  }

  .fnew-bottom {
    padding: 18px 20px;
    flex-direction: column;
    text-align: center;
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   POPUP COTIZACIÃ“N
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.cotizar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cotizar-modal {
  background: #13182a;
  border-radius: 16px;
  border: 1px solid rgba(240,78,35,0.3);
  width: 100%;
  max-width: 480px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  animation: cotizarFadeIn 0.25s ease;
}

@keyframes cotizarFadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.cotizar-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: rgba(255,255,255,0.08);
  border: none;
  color: rgba(255,255,255,0.7);
  font-size: 22px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  line-height: 1;
  transition: background 0.2s;
}

.cotizar-close:hover {
  background: rgba(240,78,35,0.3);
  color: white;
}

.cotizar-header {
  padding: 30px 28px 20px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.cotizar-icon {
  font-size: 36px;
  margin-bottom: 10px;
}

.cotizar-title {
  font-size: 22px;
  font-weight: 800;
  color: white;
  margin: 0 0 6px;
}

.cotizar-subtitle {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  margin: 0;
}

.cotizar-body {
  padding: 24px 28px 28px;
}

.cotizar-field {
  margin-bottom: 18px;
}

.cotizar-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}

.cotizar-req {
  color: #F04E23;
  font-weight: 900;
}

.cotizar-input {
  width: 100%;
  padding: 12px 14px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  color: white;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.cotizar-input:focus {
  border-color: #F04E23;
}

.cotizar-input--error {
  border-color: #e74c3c !important;
}

.cotizar-textarea {
  min-height: 100px;
  resize: vertical;
  background: #ffffff !important;
  color: #222222 !important;
  border-color: rgba(255,255,255,0.3) !important;
}

.cotizar-textarea::placeholder {
  color: #999999;
}

.cotizar-error {
  display: block;
  font-size: 12px;
  color: #e74c3c;
  margin-top: 5px;
  font-weight: 600;
}

.cotizar-note {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  margin: 0 0 18px;
}

.cotizar-submit {
  width: 100%;
  padding: 14px;
  background: #25D366;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.cotizar-submit:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
}

/* ============================================================
   IMPROCOL - Apariencia visual popup cotizaciÃ³n
   ============================================================ */
.cotizar-overlay {
  background: rgba(0,0,0,0.72) !important;
  backdrop-filter: blur(6px);
}

.cotizar-modal {
  background: #1C1C1C !important;
  border: 1px solid #D59B02 !important;
  border-radius: 5px !important;
  box-shadow: 0 24px 70px rgba(0,0,0,0.62), 0 0 0 1px rgba(255,199,44,0.16) !important;
  color: #F4F4F2 !important;
  overflow: hidden;
}

.cotizar-modal::before {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, #FFC72C, #D59B02);
}

.cotizar-close {
  background: #FFC72C !important;
  border: 1px solid #D59B02 !important;
  color: #000 !important;
  border-radius: 3px !important;
}
.cotizar-close:hover {
  background: #FFF !important;
  border-color: #999 !important;
  color: #000 !important;
}

.cotizar-header {
  background: #1F1F1F !important;
  border-bottom: 1px solid rgba(255,199,44,0.24) !important;
}
.cotizar-icon {
  display: none !important;
}
.cotizar-title {
  color: #FFC72C !important;
  font-family: "Inter", system-ui, sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}
.cotizar-subtitle {
  color: #D6D6D2 !important;
}

.cotizar-body {
  background: #1C1C1C !important;
}
.cotizar-label {
  color: #FFC72C !important;
  letter-spacing: 0 !important;
}
.cotizar-req {
  color: #FFC72C !important;
}

.cotizar-input,
.cotizar-textarea {
  background: #F4F4F2 !important;
  border: 1px solid #D6D6D2 !important;
  border-radius: 3px !important;
  color: #1C1C1C !important;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.04) !important;
}
.cotizar-input::placeholder,
.cotizar-textarea::placeholder {
  color: #8A8A8A !important;
}
.cotizar-input:focus,
.cotizar-textarea:focus {
  border-color: #FFC72C !important;
  box-shadow: 0 0 0 3px rgba(255,199,44,0.22) !important;
}
.cotizar-input--error {
  border-color: #D59B02 !important;
}
.cotizar-error {
  color: #FFC72C !important;
}
.cotizar-note {
  color: #D6D6D2 !important;
}

.cotizar-submit {
  background: #FFC72C !important;
  border: 1px solid #D59B02 !important;
  border-radius: 3px !important;
  color: #000 !important;
  font-family: "Inter", system-ui, sans-serif !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
}
.cotizar-submit:hover {
  background: #FFF !important;
  border-color: #999 !important;
  color: #000 !important;
  transform: translateY(-2px);
}

/* ============================================================
   LÃ­nea grÃ¡fica igual a footer-contacto / fc-wrap
   ============================================================ */
footer.footer-new {
  background: #111 !important;
  padding: 92px 0 0 !important;
  color: #D6D6D2 !important;
  border-top: 1px solid rgba(255,199,44,0.28) !important;
  font-family: "Inter", system-ui, sans-serif !important;
}

.footer-new-grid {
  max-width: 1400px !important;
  padding: 0 50px 70px !important;
  grid-template-columns: 1.05fr 0.95fr 1fr !important;
  gap: 80px !important;
}

.fnew-title {
  font-family: "Archivo", sans-serif !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  color: #F4F4F2 !important;
  margin: 0 0 18px !important;
}

.fnew-bar {
  width: 48px !important;
  height: 2px !important;
  background: #FFC72C !important;
  border-radius: 0 !important;
  margin: 0 0 28px !important;
}

.fnew-services-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0 18px !important;
  border-top: 1px solid rgba(214,214,210,0.16) !important;
}

.fnew-services-grid a {
  font-family: "Archivo", sans-serif !important;
  color: #F4F4F2 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid rgba(214,214,210,0.16) !important;
  transition: color 0.2s !important;
}

.fnew-services-grid a::before {
  content: "â†’" !important;
  color: #FFC72C !important;
  font-size: 12px !important;
}

.fnew-services-grid a:hover {
  color: #FFC72C !important;
}

.fnew-schedule-card {
  background: #242424 !important;
  border: 1px solid rgba(214,214,210,0.16) !important;
  border-radius: 0 !important;
  padding: 18px 22px !important;
  margin-bottom: 20px !important;
  position: relative !important;
}

.fnew-schedule-card::before {
  content: "" !important;
  position: absolute !important;
  top: -1px !important;
  left: -1px !important;
  width: 34px !important;
  height: 34px !important;
  border-top: 2px solid #FFC72C !important;
  border-left: 2px solid #FFC72C !important;
  pointer-events: none !important;
}

.fnew-row {
  border-bottom: 1px solid rgba(214,214,210,0.16) !important;
  padding: 12px 0 !important;
  font-size: 15px !important;
}

.fnew-row .day {
  font-family: "JetBrains Mono", monospace !important;
  font-size: 11px !important;
  color: #8A8A8A !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.fnew-row .hrs {
  color: #F4F4F2 !important;
  font-family: "Archivo", sans-serif !important;
  font-weight: 700 !important;
}

.fnew-contact-btn {
  background: #FFC72C !important;
  color: #1F1F1F !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 16px 26px !important;
  font-family: "Archivo", sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  transform: none !important;
}

.fnew-contact-btn:hover {
  background: #FFD752 !important;
  color: #1F1F1F !important;
  transform: none !important;
}

.fnew-contact-info {
  color: #8A8A8A !important;
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

.fnew-contact-info a {
  color: #F4F4F2 !important;
}

.fnew-contact-info a:hover {
  color: #FFC72C !important;
}

.fnew-why-item {
  border-bottom: 1px solid rgba(214,214,210,0.16) !important;
  padding: 0 0 18px !important;
  margin-bottom: 18px !important;
}

.fnew-why-thumb {
  width: 105px !important;
  height: 74px !important;
  border-radius: 0 !important;
  background: #242424 !important;
  border: 1px solid rgba(255,199,44,0.24) !important;
}

.fnew-why-eyebrow {
  font-family: "JetBrains Mono", monospace !important;
  font-size: 11px !important;
  color: #FFC72C !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.fnew-why-eyebrow::before {
  color: #FFC72C !important;
}

.fnew-why-title {
  font-family: "Archivo", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #F4F4F2 !important;
  line-height: 1.35 !important;
}

.fnew-bottom {
  max-width: 1400px !important;
  border-top: 1px solid rgba(214,214,210,0.16) !important;
  padding: 22px 50px !important;
}

.fnew-bottom p {
  color: #8A8A8A !important;
  font-size: 14px !important;
}

.fnew-bottom .brand {
  color: #FFC72C !important;
  font-weight: 800 !important;
}

.cotizar-modal {
  background: #242424 !important;
  border: 1px solid rgba(214,214,210,0.16) !important;
  border-radius: 0 !important;
  box-shadow: 0 24px 70px rgba(0,0,0,0.62) !important;
  max-height: 92vh !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

.cotizar-modal::-webkit-scrollbar {
  width: 5px;
}

.cotizar-modal::-webkit-scrollbar-track {
  background: #1F1F1F !important;
}

.cotizar-modal::-webkit-scrollbar-thumb {
  background: #FFC72C !important;
  border-radius: 4px;
}

.cotizar-modal::before {
  background: #FFC72C !important;
}

.cotizar-title {
  font-family: "Archivo", sans-serif !important;
  color: #F4F4F2 !important;
}

.cotizar-label {
  font-family: "JetBrains Mono", monospace !important;
  color: #8A8A8A !important;
  font-size: 10px !important;
  letter-spacing: 0.16em !important;
}

.cotizar-req,
.cotizar-error {
  color: #FFC72C !important;
}

.cotizar-input,
.cotizar-textarea {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #5A5A5A !important;
  border-radius: 0 !important;
  color: #F4F4F2 !important;
  padding: 10px 0 !important;
  box-shadow: none !important;
}

.cotizar-input::placeholder,
.cotizar-textarea::placeholder {
  color: #D6D6D2 !important;
  opacity: 1 !important;
}

.cotizar-input:focus,
.cotizar-textarea:focus {
  border-color: #FFC72C !important;
  box-shadow: none !important;
}

.cotizar-submit {
  background: #FFC72C !important;
  color: #1F1F1F !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-family: "Archivo", sans-serif !important;
  letter-spacing: 0.06em !important;
}

.cotizar-submit:hover {
  background: #FFD752 !important;
  color: #1F1F1F !important;
  transform: none !important;
}

@media (max-width: 1024px) {
  .footer-new-grid {
    grid-template-columns: 1fr 1fr !important;
    padding: 0 30px 50px !important;
    gap: 42px !important;
  }

  .fnew-bottom {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (max-width: 700px) {
  footer.footer-new {
    padding-top: 62px !important;
  }

  .footer-new-grid {
    grid-template-columns: 1fr !important;
    padding: 0 20px 44px !important;
    gap: 40px !important;
  }

  .fnew-bottom {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Popup cotizacion: inputs blancos con letra negra */
.cotizar-modal .cotizar-input,
.cotizar-modal .cotizar-textarea {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid #D6D6D2 !important;
  border-radius: 3px !important;
}
.cotizar-modal .cotizar-input::placeholder,
.cotizar-modal .cotizar-textarea::placeholder {
  color: #5A5A5A !important;
  opacity: 1 !important;
}
.cotizar-modal .cotizar-input:focus,
.cotizar-modal .cotizar-textarea:focus {
  background: #FFFFFF !important;
  color: #000000 !important;
  border-color: #FFC72C !important;
  box-shadow: 0 0 0 3px rgba(255,199,44,0.22) !important;
}


/* Popup cotizacion: boton cerrar por encima del titulo */
.cotizar-modal .cotizar-close {
  top: 10px !important;
  right: 12px !important;
  z-index: 20 !important;
}

/* Popup cotizacion: separar texto del textarea */
.cotizar-modal .cotizar-textarea {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

/* Popup cotizacion: misma tipografia del boton enviar solicitud */
.cotizar-modal .cotizar-submit {
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

/* Popup cotizacion: labels iguales al popup de asesoria */
.cotizar-modal .cotizar-label {
  display: block !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #FFC72C !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  margin-bottom: 7px !important;
}

.cotizar-modal .cotizar-req {
  color: #FFC72C !important;
  font-weight: 900 !important;
}
