/**
Theme Name: MRS Gestión
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mrs-gestion
Template: astra
*/

/* =================================================================
   MRS GESTIÓN — CSS PERSONALIZADO PARA ASTRA
   Pegar en: Apariencia → Personalizar → CSS adicional
   ================================================================= */

/* === VARIABLES === */
:root {
  --mrs-magenta: #B5275D;
  --mrs-magenta-dark: #8E1D49;
  --mrs-black: #1F1F1F;
  --mrs-text: #3A3A3A;
  --mrs-text-muted: #6B6B6B;
  --mrs-bg-light: #F5F5F5;
  --mrs-border: #E5E5E5;
}

.entry-content a { text-decoration:none !important;}
.entry-content a:hover { text-decoration:underline !important;}


/* === TÍTULOS GLOBALES === */
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4 {
  color: var(--mrs-black);
  letter-spacing: -0.01em;
}

.site-content h1 { font-weight: 700; }
.site-content h2 { font-weight: 700; }
.site-content h3 { font-weight: 600; }

/* Línea decorativa magenta bajo H2 de sección */
.mrs-section-title {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
.mrs-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--mrs-magenta);
}
.mrs-section-title.text-center {
  text-align: center;
}
.mrs-section-title.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}

/* === HERO PRINCIPAL (Inicio) === */
.mrs-hero {
  position: relative;
  background: linear-gradient(135deg, #1F1F1F 0%, #2A2A2A 60%, #3A1525 100%);
  color: #fff;
  padding: 100px 0 !important;
  overflow: hidden;
}
.mrs-hero::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: var(--mrs-magenta);
  opacity: 0.08;
  border-radius: 50%;
  filter: blur(60px);
}
.mrs-hero h1 {
  color: #ffffff !important;
  font-size: 48px;
  line-height: 1.15;
  margin-bottom: 22px;
  font-weight: 700;
}
.mrs-hero .mrs-hero-sub {
  color: #d9d9d9;
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 540px;
}
.mrs-hero .mrs-tagline {
  display: inline-block;
  color: #ccc;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}


/* === HERO PEQUEÑO CON CAPA OSCURA SOBRE PARALLAX === */
.mrs-hero-inner {
  background: var(--mrs-black);
  color: #fff;
  padding: 70px 0 60px !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Capa real de imagen de WPBakery */
.mrs-hero-inner .vc_parallax-inner {
  position: absolute !important;
  z-index: 0 !important;
}

/* Overlay oscuro encima de la imagen */
.mrs-hero-inner .vc_parallax-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 31, 31, 0.7);
  z-index: 1;
  pointer-events: none;
}

/* Contenido por encima del overlay */
.mrs-hero-inner > .wpb_column {
  position: relative !important;
  z-index: 2 !important;
}

.mrs-hero-inner h1 {
  color: #fff !important;
  font-size: 40px;
  margin: 0 0 12px;
  font-weight: 700;
  position: relative;
  z-index: 3;
}

/* Línea inferior decorativa */
.mrs-hero-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--mrs-magenta) 0%, var(--mrs-magenta) 25%, transparent 25%);
  z-index: 4;
  pointer-events: none;
}

/* === SECCIÓN GRIS ALTERNA === */
.mrs-bg-light {
  background-color: var(--mrs-bg-light) !important;
}

/* === STATS / NÚMEROS === */
.mrs-stat {
  text-align: center;
  padding: 20px;
}
.mrs-stat-number {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: var(--mrs-magenta);
  line-height: 1;
  margin-bottom: 8px;
}
.mrs-stat-label {
  font-size: 15px;
  color: var(--mrs-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}

/* === TARJETAS DE SERVICIO === */
.mrs-service-card {
  background: #fff;
  border: 1px solid var(--mrs-border);
  border-radius: 8px;
  padding: 36px 30px;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
}
.mrs-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(31, 31, 31, 0.08);
  border-color: var(--mrs-magenta);
}
.mrs-service-card .mrs-service-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(181, 39, 93, 0.08);
  color: var(--mrs-magenta);
  border-radius: 10px;
  font-size: 26px;
  margin-bottom: 22px;
}



.mrs-service-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
  color: var(--mrs-black);
}
.mrs-service-card p {
  color: var(--mrs-text-muted);
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.6;
}
.mrs-service-card .mrs-card-link {
  color: var(--mrs-magenta);
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.mrs-service-card .mrs-card-link::after {
  content: " →";
  transition: margin-left 0.2s ease;
}
.mrs-service-card:hover .mrs-card-link::after {
  margin-left: 4px;
}

/* === LISTA DE SERVICIOS CON CHECK === */
.mrs-service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mrs-service-list li {
  position: relative;
  padding: 12px 0 12px 34px;
  border-bottom: 1px solid var(--mrs-border);
  color: var(--mrs-text);
  font-size: 16px;
  line-height: 1.55;
}
.mrs-service-list li:last-child {
  border-bottom: none;
}
.mrs-service-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 12px;
  width: 22px;
  height: 22px;
  background: var(--mrs-magenta);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

/* === BLOQUE "POR QUÉ ELEGIRNOS" === */
.mrs-why-item {
  text-align: center;
  padding: 20px 16px;
}
.mrs-why-item .mrs-why-icon {
  width: 70px;
  height: 70px;
  background: var(--mrs-black);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
}
.mrs-why-item h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--mrs-black);
  font-weight: 600;
}
.mrs-why-item p {
  font-size: 14px;
  color: var(--mrs-text-muted);
  line-height: 1.6;
  margin: 0;
}

/* === CTA BANDA MAGENTA === */
.mrs-cta-band {
  background: linear-gradient(135deg, var(--mrs-magenta) 0%, var(--mrs-magenta-dark) 100%);
  color: #fff;
  padding: 60px 0 !important;
  text-align: center;
}
.mrs-cta-band h2 {
  color: #fff !important;
  font-size: 32px;
  margin-bottom: 12px;
}
.mrs-cta-band p {
  color: rgba(255,255,255,0.92);
  font-size: 17px;
  margin-bottom: 28px;
}
.mrs-cta-band .vc_btn3 {
  background: #fff !important;
  color: var(--mrs-black) !important;
  border: none;
  font-weight: 600;
}
.mrs-cta-band .vc_btn3:hover {
  background: var(--mrs-black) !important;
  color: #fff !important;
}

/* === BOTONES (override WPBakery vc_btn) === */
.vc_btn3.vc_btn3-style-flat[data-mrs="primary"],
.mrs-btn-primary > .vc_btn3 {
  background-color: var(--mrs-magenta) !important;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  padding: 14px 28px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: background-color 0.2s ease;
}
.mrs-btn-primary > .vc_btn3:hover {
  background-color: var(--mrs-magenta-dark) !important;
}

/* === BOX DE CONTACTO === */
.mrs-contact-box {
  background: #fff;
  border: 1px solid var(--mrs-border);
  border-left: 4px solid var(--mrs-magenta);
  padding: 28px 30px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.mrs-contact-box h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--mrs-text-muted);
  margin-bottom: 8px;
  font-weight: 600;
}
.mrs-contact-box p,
.mrs-contact-box a {
  font-size: 18px;
  color: var(--mrs-black);
  text-decoration: none;
  margin: 0;
  font-weight: 500;
}
.mrs-contact-box a:hover {
  color: var(--mrs-magenta);
}

/* === GRAVITY FORMS ESTILOS === */
.gform_wrapper .gfield_label {
  font-weight: 600 !important;
  color: var(--mrs-black) !important;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper select,
.gform_wrapper textarea {
  border: 1px solid var(--mrs-border) !important;
  border-radius: 4px !important;
  padding: 12px 14px !important;
  font-size: 16px !important;
  background: #fff !important;
  transition: border-color 0.2s ease;
}
.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  border-color: var(--mrs-magenta) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(181, 39, 93, 0.12) !important;
}
.gform_wrapper .gform_button {
  background-color: var(--mrs-magenta) !important;
  color: #fff !important;
  border: none !important;
  padding: 14px 32px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  cursor: pointer;
  transition: background 0.2s ease;
  letter-spacing: 0.02em;
}
.gform_wrapper .gform_button:hover {
  background-color: var(--mrs-magenta-dark) !important;
}

/* === LINKS GENERALES DENTRO DE CONTENIDO === */
.site-content a:not(.vc_btn3):not(.mrs-card-link):not(.ast-button) {
  color: var(--mrs-magenta);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.site-content a:not(.vc_btn3):hover {
  color: var(--mrs-magenta-dark);
}

/* === RESPONSIVE === */
@media (max-width: 921px) {
  .mrs-hero {
    padding: 60px 0 !important;
    text-align: center;
  }
  .mrs-hero h1 { font-size: 32px; }
  .mrs-hero .mrs-hero-sub { font-size: 17px; margin-left: auto; margin-right: auto; }
  .mrs-hero-inner h1 { font-size: 28px; }
  .mrs-hero-inner { padding: 50px 0 45px !important; }
  .mrs-cta-band h2 { font-size: 24px; }
  .mrs-stat-number { font-size: 42px; }
  .mrs-service-card { padding: 28px 22px; }
  .mrs-section-title { font-size: 26px; }
}

@media (max-width: 544px) {
  .mrs-hero h1 { font-size: 28px; }
  .mrs-hero-inner h1 { font-size: 24px; }
  .mrs-stat-number { font-size: 36px; }
  .mrs-contact-box { padding: 22px 20px; }
  .mrs-contact-box p, .mrs-contact-box a { font-size: 16px; }
}


 
/* Footer Astra */
.site-footer {
  background: #1F1F1F !important;
  color: #d0d0d0;
}
.site-footer h4 {
  color: #fff !important;
}
.site-footer a:hover {
  color: #B5275D !important;
}
.site-footer ul li a:hover {
  color: #B5275D !important;
}


/* === HEADER BLANCO LIMPIO === */
.ast-primary-header-bar,
.site-header,
.ast-above-header,
.ast-primary-header {
  background-color: #FFFFFF !important;
  box-shadow: 0 1px 0 #E5E5E5;
}
.main-header-menu > .menu-item > a,
.ast-builder-menu-1 .menu-item > a {
  color: #1F1F1F !important;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.main-header-menu > .menu-item > a:hover,
.main-header-menu > .current-menu-item > a,
.ast-builder-menu-1 .menu-item > a:hover {
  color: #B5275D !important;
}
.main-header-menu .sub-menu {
  border-top: 2px solid #B5275D !important;
  box-shadow: 0 8px 24px rgba(31,31,31,0.08) !important;
}

/* Logo: quitarle el aire excesivo si lo tiene */
.site-logo-img img,
.custom-logo-link img {

  width: auto;
}

/* Iconos sociales en gris discreto */
.ast-header-social-1-wrap .ast-builder-social-element {
  color: #6B6B6B !important;
}
.ast-header-social-1-wrap .ast-builder-social-element:hover {
  color: #B5275D !important;
}