@charset "utf-8";

/* ==========================================================
   Mujeres de Luz - CSS principal
   Plantilla Dreamweaver clásica, editable en código
   ========================================================== */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #fff8fb;
  color: #2d2530;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  color: #67224f;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.container {
  width: 100%;
  margin: 0 auto;
  background: #fff8fb;
}

/* ==========================================================
   Barra superior
   ========================================================== */

.top-call-bar {
  background: #351229;
  color: #ffffff;
}

.top-call-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 15px;
}

.top-call-inner a {
  color: #ffffff;
  font-weight: bold;
}

/* ==========================================================
   Cabecera
   ========================================================== */

.site-header {
  background: linear-gradient(180deg, #fff3f8 0%, #ffffff 100%);
  border-bottom: 1px solid #ead7e2;
}

.header-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 24px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}

.brand-block {
  text-align: left;
}

.brand-name {
  display: block;
  color: #5a2148;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
}

.brand-name:hover {
  text-decoration: none;
}

.brand-subtitle {
  margin: 8px 0 0;
  color: #6f6473;
  font-size: 16px;
}

.header-contact {
  text-align: right;
}

.header-price {
  margin: 0 0 7px;
  color: #7b5b16;
  font-weight: bold;
}

.header-phone {
  display: inline-block;
  background: #5a2148;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 30px;
  font-size: 22px;
  font-weight: bold;
}

.header-phone:hover {
  background: #351229;
  text-decoration: none;
}

/* ==========================================================
   Menú
   ========================================================== */

.main-nav {
  background: #ffffff;
  border-top: 1px solid #ead7e2;
  border-bottom: 1px solid #ead7e2;
}

.main-nav ul {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 16px;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.main-nav li {
  margin: 0;
  padding: 0;
}

.main-nav a {
  display: block;
  padding: 13px 14px;
  color: #351229;
  font-size: 15px;
  font-weight: bold;
}

.main-nav a:hover,
.main-nav a:focus {
  background: #f5e8ef;
  text-decoration: none;
}

/* ==========================================================
   Hero + oferta
   ========================================================== */

.hero-home {
  max-width: 1160px;
  margin: 0 auto;
  padding: 36px 16px 22px;
  display: flex;
  gap: 26px;
  align-items: stretch;
}

.hero-text {
  flex: 1 1 62%;
  background: #ffffff;
  border: 1px solid #ead7e2;
  border-radius: 22px;
  padding: 42px;
  box-shadow: 0 12px 34px rgba(53,18,41,0.10);
}

.hero-label {
  margin: 0 0 10px;
  color: #b27624;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-text h1 {
  margin: 0 0 18px;
  color: #351229;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1.1;
  text-align: left;
}

.hero-text p {
    margin: 0 0 18px;
    padding: 0;
    color: #514656;
    font-size: 20px;
    text-align: left;
}

.hero-buttons {
  margin-top: 24px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary,
.btn-offer {
  display: inline-block;
  padding: 13px 22px;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
}

.btn-primary,
.btn-offer {
  background: #5a2148;
  color: #ffffff;
}

.btn-primary:hover,
.btn-offer:hover {
  background: #351229;
  text-decoration: none;
}

.btn-secondary {
  background: #f5e8ef;
  color: #351229;
  border: 1px solid #ead7e2;
}

.btn-secondary:hover {
  background: #ead7e2;
  text-decoration: none;
}

.offer-box {
  flex: 1 1 38%;
  background: #fff4df;
  border: 1px solid #e7c58b;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 12px 34px rgba(53,18,41,0.10);
}

.offer-title {
  margin: 0 0 6px;
  padding: 0;
  color: #9b1c3f;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}

.offer-subtitle {
  margin: 0 0 14px;
  padding: 0;
  color: #351229;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
}

.offer-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-box li {
  padding: 11px 0;
  border-bottom: 1px solid rgba(176,118,36,0.25);
  color: #2d2530;
  font-size: 16px;
}

.offer-box li span {
  display: block;
  color: #9b1c3f;
  font-weight: bold;
}

.offer-note {
  margin: 16px 0;
  padding: 0;
  color: #514656;
  font-size: 15px;
  text-align: left;
}

.btn-offer {
  width: 100%;
  box-sizing: border-box;
}

/* ==========================================================
   Franja de teléfonos
   ========================================================== */

.contact-strip {
  max-width: 1160px;
  margin: 0 auto 24px;
  padding: 0 16px;
  display: flex;
  gap: 12px;
}

.contact-strip a {
  flex: 1;
  display: block;
  background: #351229;
  color: #ffffff;
  padding: 14px 12px;
  border-radius: 14px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.contact-strip a:hover {
  background: #5a2148;
  text-decoration: none;
}

.contact-strip span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #ead7e2;
}

/* ==========================================================
   Contenido editable
   ========================================================== */

.content {
  max-width: 1060px;
  width: auto;
  float: none;
  margin: 0 auto 44px;
  padding: 36px;
  background: #ffffff;
  border: 1px solid #ead7e2;
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(53,18,41,0.07);
}

.content h1,
.content h2,
.content h3,
.content h4 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.2;
  text-align: left;
}

.content h1 {
  margin: 0 0 20px;
  color: #351229;
  font-size: 42px;
}

.content h2 {
  margin: 32px 0 14px;
  color: #5a2148;
  font-size: 31px;
}

.content h3 {
  margin: 26px 0 12px;
  color: #7b5b16;
  font-size: 25px;
}

.content p {
  margin: 0 0 18px;
  padding: 0;
  color: #2d2530;
  font-size: 18px;
  text-align: left;
}

.content ul,
.content ol {
  margin: 0 0 22px;
  padding-left: 28px;
}

.content li {
  margin-bottom: 8px;
  font-size: 18px;
}
/* ==========================================================
   Enlaces SEO dentro del contenido
   ========================================================== */

.content a{
  color:#5a2148;
  text-decoration:underline;
  font-weight:600;
  text-underline-offset:3px;
}

.content a:hover,
.content a:focus{
  color:#351229;
  text-decoration:underline;
}

/* ==========================================================
   Footer
   ========================================================== */

.site-footer {
  clear: both;
  background: #351229;
  color: #f7edf3;
  padding: 34px 16px;
  text-align: center;
}

.footer-phones p {
  margin: 0 0 10px;
  font-weight: bold;
}

.footer-phones a {
  display: inline-block;
  margin: 6px 8px;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
}

.footer-links {
  max-width: 1000px;
  margin: 22px auto 16px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #ffffff;
  text-decoration: underline;
}

.legal-text {
  max-width: 900px;
  margin: 0 auto;
  color: #e4d7e0;
  font-size: 14px;
}

/* ==========================================================
   Cookies
   ========================================================== */

.cookie-consent {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  max-width: 520px;
  margin: 0 auto;
  background: #ffffff;
  color: #2d2530;
  border: 1px solid #ead7e2;
  box-shadow: 0 12px 34px rgba(53,18,41,0.18);
  padding: 18px;
  border-radius: 16px;
  text-align: center;
  z-index: 1000;
  display: none;
}

.cookie-consent p {
  margin: 0 0 12px;
  padding: 0;
  font-size: 14px;
  text-align: center;
}

.cookie-consent a {
  color: #5a2148;
  text-decoration: underline;
}

.cookie-consent button {
  background: #5a2148;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 24px;
  font-weight: bold;
}

.cookie-consent button:hover {
  background: #351229;
}

/* ==========================================================
   Compatibilidad con clases antiguas
   ========================================================== */

.blanco {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.rojocentro {
  color: #9b1c3f;
  text-align: center;
  font-weight: bold;
}

.centrarverde {
  color: #5a2148;
  text-align: center;
}

.azulcentro {
  color: #5a2148;
}

/* ==========================================================
   Responsive
   ========================================================== */

@media (max-width: 860px) {
  .top-call-inner,
  .header-inner,
  .hero-home,
  .contact-strip {
    display: block;
  }

  .top-call-inner {
    text-align: center;
  }

  .top-call-inner span,
  .top-call-inner a {
    display: block;
  }

  .brand-block,
  .header-contact {
    text-align: center;
  }

  .brand-name {
    font-size: 40px;
  }

  .header-contact {
    margin-top: 18px;
  }

  .main-nav ul {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .main-nav a {
    white-space: nowrap;
  }

  .hero-home {
    padding: 24px 12px 18px;
  }

  .hero-text,
  .offer-box {
    margin-bottom: 16px;
    padding: 24px;
  }

  .hero-text h1 {
    font-size: 36px;
    text-align: center;
  }

  .hero-text p,
  .hero-label {
    text-align: center;
  }

  .hero-buttons {
    display: block;
  }

  .btn-primary,
  .btn-secondary {
    display: block;
    margin-bottom: 10px;
  }

  .contact-strip {
    padding: 0 12px;
  }

  .contact-strip a {
    margin-bottom: 10px;
  }

  .content {
    margin: 0 12px 34px;
    padding: 24px;
  }

  .content h1 {
    font-size: 32px;
  }

  .content h2 {
    font-size: 26px;
  }
}

@media (max-width: 520px) {
  .brand-name {
    font-size: 34px;
  }

  .brand-subtitle {
    font-size: 14px;
  }

  .header-phone {
    display: block;
    font-size: 21px;
  }

  .hero-text h1 {
    font-size: 31px;
  }

  .hero-text p,
  .content p,
  .content li {
    font-size: 17px;
  }

  .footer-phones a {
    display: block;
    font-size: 24px;
  }
}
.contact-strip{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
}

.contact-strip a{
    display:block;
    text-align:center;
    padding:14px 10px;
    border-radius:8px;
    text-decoration:none;
    font-weight:bold;
}

.contact-strip a span{
    display:block;
    font-size:13px;
    margin-bottom:4px;
}
/* ===== HOME MUJERES DE LUZ ===== */

.home-intro{
	padding:15px 0;
}

.home-destacado{
	background:#fff7ef;
	border:2px solid #e5c48b;
	border-radius:12px;
	padding:25px;
	margin:30px 0;
	text-align:center;
}

.home-destacado h2{
	margin-top:0;
}

.home-oferta-grid{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:15px;
	margin:25px 0;
}

.home-oferta-item{
	background:#fff;
	padding:15px;
	border-radius:10px;
	border:1px solid #e5d3b0;
}

.home-oferta-item strong{
	display:block;
	font-size:22px;
	color:#7b2c50;
}

.home-oferta-item span{
	display:block;
	font-weight:bold;
	color:#008000;
	margin:5px 0;
}

.home-oferta-item em{
	display:block;
	font-style:normal;
	color:#c00000;
	font-weight:bold;
}

.home-nota{
	font-size:14px;
	color:#555;
	margin-top:15px;
}

.home-servicios{
	margin:40px 0;
}

.home-cards{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:20px;
	margin-top:25px;
}

.home-card{
	background:#ffffff;
	border:1px solid #e6e6e6;
	border-radius:12px;
	padding:20px;
	box-shadow:0 2px 8px rgba(0,0,0,0.08);
}

.home-card h3{
	margin-top:0;
	color:#7b2c50;
}

.home-confianza{
	background:#f9f9f9;
	border-radius:12px;
	padding:25px;
	margin:40px 0;
}

.home-confianza ul{
	margin:0;
	padding-left:25px;
}

.home-cta-final{
	background:#7b2c50;
	color:#fff;
	border-radius:12px;
	padding:30px;
	text-align:center;
	margin-top:40px;
}

.home-cta-final h2{
	color:#fff;
	margin-top:0;
}

.home-cta-final p{
	color:#fff;
}

/* ===== MOVIL ===== */

@media (max-width:768px){

.home-oferta-grid{
	grid-template-columns:1fr;
}

.home-cards{
	grid-template-columns:1fr;
}

}
.home-llamada-box{
	background:#7b2c50;
	color:#fff;
	text-align:center;
	padding:35px 25px;
	border-radius:15px;
	margin:40px 0;
	box-shadow:0 5px 20px rgba(0,0,0,0.15);
}

.home-llamada-box p{
	color:#fff;
	margin-bottom:20px;
	font-size:32px;
	font-weight:bold;
	line-height:1.2;
}

.home-llamada-box a{
	display:inline-block;
	background:#ffffff;
	color:#7b2c50;
	padding:18px 35px;
	border-radius:10px;
	font-weight:bold;
	font-size:34px;
	text-decoration:none;
	box-shadow:0 3px 10px rgba(0,0,0,0.15);
	transition:all .3s ease;
}

.home-llamada-box a:hover{
	transform:scale(1.03);
	background:#fff5f9;
}
.paypal-pagos{
  margin:35px 0;
}

.paypal-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}

.paypal-card{
  background:#fff;
  border:1px solid #e6d3df;
  border-radius:14px;
  padding:25px;
  text-align:center;
  box-shadow:0 3px 12px rgba(0,0,0,.08);
}

.paypal-card h3{
  margin-top:0;
  color:#7b2c50;
}

.paypal-precio{
  font-size:30px;
  font-weight:bold;
  color:#111;
}

@media(max-width:768px){
  .paypal-grid{
    grid-template-columns:1fr;
  }
}
.hero-llamadas{
  display:block;
  text-align:center;
}

.hero-llamadas .hero-text{
  max-width:900px;
  margin:0 auto;
}

.hero-phone-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:25px;
}

.hero-phone-grid a{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  min-height:90px;
  font-size:28px;
  line-height:1.2;
}

.hero-phone-grid a span{
  font-size:15px;
  text-transform:uppercase;
  margin-bottom:6px;
  opacity:.9;
}

@media(max-width:768px){
  .hero-phone-grid{
    grid-template-columns:1fr;
  }

  .hero-phone-grid a{
    font-size:30px;
  }
}
.bizum-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
  margin:30px 0;
}

.bizum-card{
  background:#ffffff;
  border:1px solid #e6d3df;
  border-radius:14px;
  padding:25px;
  text-align:center;
  box-shadow:0 3px 12px rgba(0,0,0,.08);
}

.bizum-card h3{
  margin-top:0;
  color:#7b2c50;
}

.bizum-precio{
  font-size:34px;
  font-weight:bold;
  color:#111;
  margin:15px 0;
}

.bizum-btn{
  display:block;
  background:#00a884;
  color:#ffffff !important;
  text-decoration:none !important;
  padding:15px;
  border-radius:10px;
  font-weight:bold;
  font-size:20px;
  margin-top:15px;
}

.bizum-btn:hover{
  background:#008d6f;
  color:#ffffff !important;
}

@media(max-width:768px){
  .bizum-grid{
    grid-template-columns:1fr;
  }
}