/* =============================================================
   Novamedia — Estilos globales + Sección de Planes
   ============================================================= */

/* ---------------------------------------------------------- */
/* Fuente global: Poppins en todo el sitio                    */
/* ---------------------------------------------------------- */
body,
p,
a,
li,
ul,
ol,
span,
label,
input,
textarea,
select,
button,
.btn,
.navbar a,
.footer-big,
footer,
.tooltip-inner {
	font-family: 'Poppins', Arial, sans-serif !important;
}

/* ---------------------------------------------------------- */
/* Variables locales                                          */
/* ---------------------------------------------------------- */
.nm-plans-section,
.nm-plans-page {
	--nm-accent:        #e91e63;
	--nm-accent-dark:   #c2185b;
	--nm-text-dark:     #3C4858;
	--nm-text-mid:      #555f6e;
	--nm-text-muted:    #9aa5b4;
	--nm-border:        #e8ecf0;
	--nm-bg-light:      #f7f9fc;
	--nm-white:         #ffffff;
	--nm-radius:        12px;
	--nm-radius-sm:     8px;
	--nm-shadow-sm:     0 2px 12px rgba(0,0,0,0.06);
	--nm-shadow-md:     0 8px 32px rgba(0,0,0,0.10);
	--nm-shadow-featured: 0 16px 48px rgba(233,30,99,0.18);
	--nm-transition:    all 0.25s ease;
}

/* ---------------------------------------------------------- */
/* Sección home — wrapper                                     */
/* ---------------------------------------------------------- */
.nm-plans-section {
	padding: 80px 0 90px;
	background: var(--nm-bg-light);
	position: relative;
}

/* Separador sutil superior */
.nm-plans-section::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: var(--nm-accent);
	border-radius: 2px;
}

/* ---------------------------------------------------------- */
/* Header de la sección                                       */
/* ---------------------------------------------------------- */
.nm-plans-header {
	max-width: 620px;
	margin: 0 auto 56px;
}

.nm-plans-eyebrow {
	display: inline-block;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--nm-accent);
	margin-bottom: 14px;
}

.nm-plans-title {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	color: var(--nm-text-dark);
	line-height: 1.25;
	margin: 0 0 16px;
}

.nm-plans-subtitle {
	font-size: 16px;
	color: var(--nm-text-mid);
	line-height: 1.65;
	margin: 0;
}

/* ---------------------------------------------------------- */
/* Grid de tarjetas                                           */
/* ---------------------------------------------------------- */
.nm-plans-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.nm-plan-col {
	float: none;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}

/* ---------------------------------------------------------- */
/* Tarjeta de plan                                            */
/* ---------------------------------------------------------- */
.nm-plan-card {
	background: var(--nm-white);
	border: 1px solid var(--nm-border);
	border-radius: var(--nm-radius);
	padding: 32px 28px 28px;
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
	transition: var(--nm-transition);
	box-shadow: var(--nm-shadow-sm);
}

.nm-plan-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--nm-shadow-md);
	border-color: rgba(233, 30, 99, 0.2);
}

/* --- Variante destacada --- */
.nm-plan-card--featured {
	border-color: var(--nm-accent);
	border-width: 2px;
	box-shadow: var(--nm-shadow-featured);
}

.nm-plan-card--featured:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 56px rgba(233,30,99,0.22);
}

/* --- Badge "Más popular" --- */
.nm-plan-badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--nm-accent);
	color: #fff;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 5px 16px;
	border-radius: 20px;
	white-space: nowrap;
	box-shadow: 0 4px 12px rgba(233,30,99,0.35);
}

/* ---------------------------------------------------------- */
/* Header de la tarjeta                                       */
/* ---------------------------------------------------------- */
.nm-plan-header {
	min-height: 148px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--nm-border);
}

.nm-plan-icon {
	width: 44px;
	height: 44px;
	background: rgba(233, 30, 99, 0.08);
	border-radius: var(--nm-radius-sm);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}

.nm-plan-icon i {
	font-size: 18px;
	color: var(--nm-accent);
}

.nm-plan-name {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: var(--nm-text-dark);
	margin: 0 0 6px;
	line-height: 1.3;
}

.nm-plan-name-sub {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: var(--nm-primary);
	margin-top: 2px;
}

.nm-plan-ideal {
	font-size: 12.5px;
	color: var(--nm-text-muted);
	margin: 0;
	line-height: 1.4;
}

/* ---------------------------------------------------------- */
/* Precio                                                     */
/* ---------------------------------------------------------- */
.nm-plan-price-block {
	display: flex;
	align-items: baseline;
	gap: 3px;
	margin-bottom: 24px;
}

.nm-plan-currency {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: var(--nm-text-mid);
	line-height: 1;
}

.nm-plan-amount {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 34px;
	font-weight: 700;
	color: var(--nm-text-dark);
	line-height: 1;
	letter-spacing: -0.02em;
}

.nm-plan-card--featured .nm-plan-amount {
	color: var(--nm-accent);
}

/* ---------------------------------------------------------- */
/* Lista de features                                          */
/* ---------------------------------------------------------- */
.nm-plan-features {
	list-style: none;
	padding: 0;
	margin: 0 0 auto;
	flex-grow: 1;
}

.nm-plan-features li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13.5px;
	color: var(--nm-text-mid);
	padding: 7px 0;
	border-bottom: 1px solid rgba(0,0,0,0.04);
	line-height: 1.45;
}

.nm-plan-features li:last-child {
	border-bottom: none;
}

.nm-check-icon {
	font-size: 11px;
	color: var(--nm-accent);
	margin-top: 3px;
	flex-shrink: 0;
}

/* ---------------------------------------------------------- */
/* CTA de la tarjeta                                          */
/* ---------------------------------------------------------- */
.nm-plan-actions {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid var(--nm-border);
}

.nm-plan-btn {
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding: 12px 20px;
	border-radius: var(--nm-radius-sm);
	transition: var(--nm-transition);
}

/* override btn-border para mejor visibilidad */
.nm-plan-btn.btn-border {
	border: 1.5px solid var(--nm-accent);
	color: var(--nm-accent);
	background: transparent;
}

.nm-plan-btn.btn-border:hover {
	background: var(--nm-accent);
	color: #fff;
}

/* ---------------------------------------------------------- */
/* Footer de la sección                                       */
/* ---------------------------------------------------------- */
.nm-plans-footer {
	margin-top: 16px;
	padding-top: 40px;
	border-top: 1px solid var(--nm-border);
}

.nm-plans-footer-text {
	font-size: 13.5px;
	color: var(--nm-text-muted);
	margin-bottom: 12px;
}

.nm-plans-footer-text i {
	color: var(--nm-accent);
	margin-right: 6px;
}

.nm-plans-detail-link {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--nm-accent) !important;
	text-decoration: none;
}

.nm-plans-detail-link i {
	margin-left: 6px;
	font-size: 11px;
	transition: transform 0.2s ease;
}

.nm-plans-detail-link:hover i {
	transform: translateX(4px);
}

/* ========================================================== */
/* PÁGINA /PLANES/ — Estilos adicionales                      */
/* ========================================================== */

/* ---------------------------------------------------------- */
/* Banner hero imagen — /planes-precios/                      */
/* ---------------------------------------------------------- */


.nm-planes-banner {
	position: relative;
	width: 100%;
	height: 400px;
	background-image: url('/wp-content/uploads/2025/08/planes-precios.jpg');
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nm-planes-banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.52);
}

.nm-planes-banner-content {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 0 20px;
}

.nm-planes-banner-title {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 4.2rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.15;
	margin: 0;
}

@media (max-width: 991px) {
	.nm-planes-banner { height: 320px; }
	.nm-planes-banner-title { font-size: 2.6rem; }
}

@media (max-width: 480px) {
	.nm-planes-banner { height: 260px; }
	.nm-planes-banner-title { font-size: 1.9rem; }
}

/* ---------------------------------------------------------- */
/* Sección planes detallados (página)                         */
/* ---------------------------------------------------------- */
.nm-plans-page {
	background: var(--nm-bg-light);
	padding: 70px 0 80px;
}

/* Cards en la página completa — más padding y features extra */
.nm-plans-page .nm-plan-card {
	padding: 36px 30px 30px;
}

.nm-plans-page .nm-plan-features li {
	font-size: 14px;
	padding: 8px 0;
}

/* ---------------------------------------------------------- */
/* Proceso de trabajo                                         */
/* ---------------------------------------------------------- */
.nm-process-section {
	padding: 80px 0 70px;
	background: var(--nm-white, #fff);
}

.nm-section-header {
	text-align: center;
	max-width: 580px;
	margin: 0 auto 56px;
}

.nm-section-eyebrow {
	display: inline-block;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--nm-accent, #e91e63);
	margin-bottom: 12px;
}

.nm-section-title {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.9rem;
	font-weight: 700;
	color: var(--nm-text-dark, #3C4858);
	margin: 0 0 14px;
	line-height: 1.3;
}

.nm-section-subtitle {
	font-size: 16px;
	color: var(--nm-text-mid, #555f6e);
	line-height: 1.65;
	margin: 0;
}

.nm-process-grid {
	position: relative;
}

/* Línea conectora entre pasos (solo desktop) */
.nm-process-grid::before {
	content: '';
	display: block;
	position: absolute;
	top: 36px;
	left: calc(16.66% + 36px);
	right: calc(16.66% + 36px);
	height: 1px;
	background: linear-gradient(90deg, var(--nm-border) 0%, var(--nm-accent) 50%, var(--nm-border) 100%);
	z-index: 0;
}

.nm-process-step {
	text-align: center;
	padding: 0 16px;
	position: relative;
	z-index: 1;
}

.nm-process-number {
	width: 72px;
	height: 72px;
	background: var(--nm-white, #fff);
	border: 2px solid var(--nm-accent, #e91e63);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	position: relative;
}

.nm-process-number span {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: var(--nm-accent, #e91e63);
	line-height: 1;
}

.nm-process-icon {
	position: absolute;
	bottom: -8px;
	right: -8px;
	width: 26px;
	height: 26px;
	background: var(--nm-accent, #e91e63);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nm-process-icon i {
	font-size: 10px;
	color: #fff;
}

.nm-process-step-title {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: var(--nm-text-dark, #3C4858);
	margin: 0 0 8px;
}

.nm-process-step-text {
	font-size: 13.5px;
	color: var(--nm-text-muted, #9aa5b4);
	line-height: 1.6;
	margin: 0;
}

/* ---------------------------------------------------------- */
/* FAQ                                                        */
/* ---------------------------------------------------------- */
.nm-faq-section {
	padding: 70px 0 80px;
	background: var(--nm-bg-light, #f7f9fc);
}

.nm-faq-list {
	max-width: 780px;
	margin: 0 auto;
}

.nm-faq-item {
	border-bottom: 1px solid var(--nm-border, #e8ecf0);
}

.nm-faq-item:first-child {
	border-top: 1px solid var(--nm-border, #e8ecf0);
}

.nm-faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 22px 0;
	cursor: pointer;
	user-select: none;
	list-style: none;
}

.nm-faq-question::-webkit-details-marker { display: none; }

.nm-faq-question-text {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: var(--nm-text-dark, #3C4858);
	line-height: 1.4;
}

.nm-faq-icon {
	width: 28px;
	height: 28px;
	border: 1.5px solid var(--nm-border, #e8ecf0);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: var(--nm-transition, all 0.25s ease);
}

.nm-faq-icon i {
	font-size: 11px;
	color: var(--nm-accent, #e91e63);
	transition: transform 0.25s ease;
}

details[open] .nm-faq-icon {
	background: var(--nm-accent, #e91e63);
	border-color: var(--nm-accent, #e91e63);
}

details[open] .nm-faq-icon i {
	transform: rotate(45deg);
	color: #fff;
}

.nm-faq-answer {
	padding: 0 0 22px;
}

.nm-faq-answer p {
	font-size: 14.5px;
	color: var(--nm-text-mid, #555f6e);
	line-height: 1.7;
	margin: 0;
}

/* ---------------------------------------------------------- */
/* Bloque CTA medio (banner)                                  */
/* ---------------------------------------------------------- */
.nm-cta-banner {
	background: linear-gradient(135deg, var(--nm-accent, #e91e63) 0%, #c2185b 100%);
	padding: 60px 0;
	text-align: center;
}

.nm-cta-banner-title {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 12px;
	line-height: 1.3;
}

.nm-cta-banner-subtitle {
	font-size: 16px;
	color: rgba(255,255,255,0.85);
	margin: 0 0 32px;
	line-height: 1.6;
}

.nm-cta-banner-actions {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}

.nm-btn-white {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	color: var(--nm-accent, #e91e63) !important;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding: 13px 28px;
	border-radius: var(--nm-radius-sm, 8px);
	text-decoration: none;
	transition: var(--nm-transition, all 0.25s ease);
	border: 2px solid #fff;
}

.nm-btn-white:hover {
	background: transparent;
	color: #fff !important;
}

.nm-btn-outline-white {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: transparent;
	color: #fff !important;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding: 13px 28px;
	border-radius: var(--nm-radius-sm, 8px);
	text-decoration: none;
	border: 2px solid rgba(255,255,255,0.6);
	transition: var(--nm-transition, all 0.25s ease);
}

.nm-btn-outline-white:hover {
	border-color: #fff;
	background: rgba(255,255,255,0.1);
}

/* ---------------------------------------------------------- */
/* Sección de cotización (formulario)                         */
/* ---------------------------------------------------------- */
.nm-quote-section {
	padding: 80px 0 90px;
	background: var(--nm-white, #fff);
}

.nm-quote-intro h2 {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--nm-text-dark, #3C4858);
	margin-bottom: 14px;
}

.nm-quote-intro p {
	font-size: 15px;
	color: var(--nm-text-mid, #555f6e);
	line-height: 1.7;
	margin-bottom: 28px;
}

.nm-contact-info-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nm-contact-info-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	color: var(--nm-text-mid, #555f6e);
	margin-bottom: 16px;
}

.nm-contact-info-list li i {
	width: 36px;
	height: 36px;
	background: rgba(233, 30, 99, 0.08);
	border-radius: var(--nm-radius-sm, 8px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: var(--nm-accent, #e91e63);
	flex-shrink: 0;
}

.nm-contact-info-list li a {
	color: inherit;
	font-weight: 500;
}

.nm-whatsapp-direct {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #25d366;
	color: #fff !important;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 13.5px;
	font-weight: 600;
	padding: 14px 24px;
	border-radius: var(--nm-radius-sm, 8px);
	text-decoration: none;
	margin-top: 24px;
	transition: var(--nm-transition, all 0.25s ease);
}

.nm-whatsapp-direct:hover {
	background: #1da855;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(37,211,102,0.3);
}

.nm-whatsapp-direct i {
	font-size: 18px;
}

.nm-form-card {
	background: var(--nm-white, #fff);
	border: 1px solid var(--nm-border, #e8ecf0);
	border-radius: var(--nm-radius, 12px);
	padding: 36px 32px;
	box-shadow: var(--nm-shadow-md, 0 8px 32px rgba(0,0,0,0.10));
}

.nm-form-card .card-header-primary {
	background: var(--nm-accent, #e91e63);
	border-radius: var(--nm-radius-sm, 8px) var(--nm-radius-sm, 8px) 0 0;
	padding: 18px 24px;
	margin: -36px -32px 28px;
	text-align: center;
}

.nm-form-card .card-header-primary h4 {
	color: #fff;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

/* ---------------------------------------------------------- */
/* Botón flotante WhatsApp                                    */
/* ---------------------------------------------------------- */
.nm-whatsapp-float {
	position: fixed;
	bottom: 28px;
	right: 28px;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.nm-whatsapp-float-btn {
	width: 56px;
	height: 56px;
	background: #25d366;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 20px rgba(37,211,102,0.4);
	transition: var(--nm-transition, all 0.25s ease);
	position: relative;
}

.nm-whatsapp-float-btn i {
	font-size: 26px;
	color: #fff;
}

/* Pulso animado */
.nm-whatsapp-float-btn::before {
	content: '';
	position: absolute;
	inset: -6px;
	border-radius: 50%;
	border: 2px solid rgba(37,211,102,0.4);
	animation: nm-whatsapp-pulse 2.4s ease-out infinite;
}

@keyframes nm-whatsapp-pulse {
	0%   { transform: scale(0.9); opacity: 1; }
	70%  { transform: scale(1.4); opacity: 0; }
	100% { transform: scale(1.4); opacity: 0; }
}

.nm-whatsapp-float-label {
	background: var(--nm-text-dark, #3C4858);
	color: #fff;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	padding: 7px 14px;
	border-radius: 6px;
	white-space: nowrap;
	box-shadow: var(--nm-shadow-sm, 0 2px 12px rgba(0,0,0,0.06));
	opacity: 0;
	transform: translateX(8px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	pointer-events: none;
}

.nm-whatsapp-float:hover .nm-whatsapp-float-label {
	opacity: 1;
	transform: translateX(0);
}

.nm-whatsapp-float:hover .nm-whatsapp-float-btn {
	transform: scale(1.08);
	box-shadow: 0 6px 28px rgba(37,211,102,0.5);
}

/* ---------------------------------------------------------- */
/* Testimonios inline (página /planes/)                       */
/* ---------------------------------------------------------- */
.nm-testimonials-section {
	padding: 70px 0 80px;
	background: var(--nm-white, #fff);
}

.nm-testimonial-card {
	background: var(--nm-bg-light, #f7f9fc);
	border-radius: var(--nm-radius, 12px);
	padding: 28px 26px;
	height: 100%;
	border-left: 3px solid var(--nm-accent, #e91e63);
}

.nm-testimonial-stars {
	color: #f59e0b;
	font-size: 13px;
	margin-bottom: 14px;
	letter-spacing: 1px;
}

.nm-testimonial-text {
	font-size: 14.5px;
	color: var(--nm-text-mid, #555f6e);
	line-height: 1.7;
	margin: 0 0 18px;
	font-style: italic;
}

.nm-testimonial-author {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: var(--nm-text-dark, #3C4858);
	margin: 0 0 2px;
}

.nm-testimonial-role {
	font-size: 12px;
	color: var(--nm-text-muted, #9aa5b4);
	margin: 0;
}

/* ---------------------------------------------------------- */
/* Garantía                                                   */
/* ---------------------------------------------------------- */
.nm-guarantee-section {
	padding: 56px 0;
	background: var(--nm-bg-light, #f7f9fc);
	text-align: center;
}

.nm-guarantee-inner {
	max-width: 640px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.nm-guarantee-icon {
	width: 64px;
	height: 64px;
	background: rgba(233, 30, 99, 0.08);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nm-guarantee-icon i {
	font-size: 26px;
	color: var(--nm-accent, #e91e63);
}

.nm-guarantee-title {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: var(--nm-text-dark, #3C4858);
	margin: 0;
}

.nm-guarantee-text {
	font-size: 14.5px;
	color: var(--nm-text-mid, #555f6e);
	line-height: 1.7;
	margin: 0;
}

/* ---------------------------------------------------------- */
/* Página /contacto/ — título de page-header                 */
/* ---------------------------------------------------------- */
.nm-page-contacto .page-header.header-small .hestia-title {
	font-family: 'Poppins', Arial, sans-serif !important;
	font-size: 67px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
}

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

@media (min-width: 992px) {
	.nm-plan-col {
		display: flex;
	}
}

@media (max-width: 991px) {
	.nm-page-contacto .page-header.header-small .hestia-title {
		font-size: 36px !important;
	}
	.nm-plans-title {
		font-size: 1.75rem;
	}
	.nm-plans-grid .col-sm-6 {
		margin-bottom: 24px;
	}
	.nm-process-grid::before {
		display: none;
	}
	.nm-process-step {
		margin-bottom: 32px;
	}
}

@media (max-width: 767px) {
	.nm-plans-section {
		padding: 56px 0 64px;
	}
	.nm-plans-header {
		margin-bottom: 36px;
	}
	.nm-plans-title {
		font-size: 1.55rem;
	}
	.nm-plan-amount {
		font-size: 28px;
	}
	.nm-plan-card {
		padding: 28px 22px 22px;
	}
	.nm-section-title {
		font-size: 1.6rem;
	}
	.nm-cta-banner-title {
		font-size: 1.45rem;
	}
	.nm-cta-banner-actions {
		flex-direction: column;
		align-items: center;
	}
	.nm-whatsapp-float {
		bottom: 20px;
		right: 20px;
	}
	.nm-form-card {
		padding: 28px 20px;
	}
	.nm-form-card .card-header-primary {
		margin: -28px -20px 24px;
	}
	.nm-quote-intro {
		margin-bottom: 40px;
	}
	.nm-process-section,
	.nm-faq-section,
	.nm-quote-section,
	.nm-process-section,
	.nm-testimonials-section {
		padding: 56px 0 60px;
	}
}
