
/* Conversion-focused homepage additions — 2026 */
.apm-hero{position:relative;min-height:620px;display:flex;align-items:center;background:url('../images/malaga.webp') center/cover no-repeat;color:#fff;overflow:hidden}
.apm-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,28,39,.88) 0%,rgba(15,28,39,.69) 56%,rgba(15,28,39,.30) 100%)}
.apm-hero .container{position:relative;z-index:1}
.apm-hero__content{max-width:760px;padding:95px 0}
.apm-hero h1{color:#fff;font-size:50px;line-height:1.12;margin:0 0 22px;text-transform:none}
.apm-hero__lead{font-size:22px;line-height:1.55;max-width:700px;margin:0 0 28px;color:#fff}
.apm-hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:25px}
.apm-hero .theme_button{margin:0;min-width:210px;text-align:center}
.apm-button-outline{background:transparent!important;border:2px solid #fff!important;color:#fff!important}
.apm-button-outline:hover{background:#fff!important;color:#333!important}
.apm-proof{display:flex;flex-wrap:wrap;gap:10px 24px;font-size:15px}
.apm-proof span:before{content:"✓";font-weight:700;margin-right:8px;color:#d8b46a}
.apm-trust-strip{padding:24px 0;background:#f7f5f1;border-bottom:1px solid #e9e3d8}
.apm-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
.apm-trust-item strong{display:block;font-size:18px;color:#333;margin-bottom:3px}
.apm-trust-item span{font-size:14px;color:#777}
.apm-intro{padding:75px 0}
.apm-intro .section_header{margin-top:0}
.apm-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:28px 0 30px;padding:0;list-style:none}
.apm-benefits li{position:relative;padding:19px 18px 19px 48px;background:#f8f8f8;border-radius:4px;margin:0}
.apm-benefits li:before{content:"✓";position:absolute;left:20px;top:18px;color:#c59b52;font-weight:bold}
.apm-service-card{height:100%;padding:28px 22px;border:1px solid #eee;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.05)}
.apm-service-card p{min-height:92px}
.apm-cta{padding:55px 0}
.apm-cta p{font-size:18px}
.apm-mobile-bar{display:none}
@media(max-width:991px){.apm-hero{min-height:560px}.apm-hero h1{font-size:42px}.apm-trust-grid{grid-template-columns:repeat(2,1fr)}.apm-benefits{grid-template-columns:1fr}}
@media(max-width:767px){body{padding-bottom:64px}.page_topline{display:none}.apm-hero{min-height:auto;background-position:62% center}.apm-hero:before{background:rgba(15,28,39,.76)}.apm-hero__content{padding:70px 0 62px;text-align:center}.apm-hero h1{font-size:34px;line-height:1.15}.apm-hero__lead{font-size:18px}.apm-hero__actions{display:block}.apm-hero .theme_button{display:block;width:100%;margin:0 0 12px}.apm-proof{display:block;text-align:left;max-width:310px;margin:0 auto}.apm-proof span{display:block;margin:7px 0}.apm-trust-grid{grid-template-columns:1fr 1fr;gap:18px 10px}.apm-trust-item strong{font-size:16px}.apm-intro{padding:48px 0}.section_header{font-size:30px!important;line-height:1.2}.apm-mobile-bar{position:fixed;display:flex;left:0;right:0;bottom:0;z-index:9999;height:64px;box-shadow:0 -4px 20px rgba(0,0,0,.18)}.apm-mobile-bar a{flex:1;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px}.apm-mobile-bar__call{background:#444}.apm-mobile-bar__wa{background:#25D366}.botonLlamada,.botonWhat{display:none!important}}


/* Visual refinements — profile image and two-band footer */
.apm-profile-image{
  position:relative;
  width:100%;
  aspect-ratio:4/3;
  overflow:hidden;
  border-radius:18px;
  background:#f3f3f3;
  box-shadow:0 16px 38px rgba(0,0,0,.10);
}
.apm-profile-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center 38%;
  transform:none;
}

/* First band: final call to action */
.apm-footer-cta{
  position:relative;
  padding:58px 0 54px!important;
  background:#4a4a4a!important;
  color:#fff!important;
  border:0!important;
}
.apm-footer-cta .section_header{color:#f021df!important;margin-bottom:4px}
.apm-footer-cta p{color:#fff!important}
.apm-footer-cta .theme_button{
  margin-top:4px;
  background:#fff!important;
  border-color:#f021df!important;
  color:#f021df!important;
}
.apm-footer-cta .theme_button:hover{background:#f021df!important;color:#fff!important}

/* Second band: company information */
.page_footer{
  padding-top:52px!important;
  padding-bottom:38px!important;
  background:#333!important;
  border-top:10px solid #252525!important;
}
.page_footer .widget-title{margin-top:0}
.page_copyright{
  background:#242424!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
}

@media(max-width:991px){
  .apm-profile-image{max-width:620px;margin:0 auto 34px}
}
@media(max-width:767px){
  .apm-profile-image{aspect-ratio:1/1;border-radius:14px;margin-bottom:28px}
  .apm-profile-image img{object-position:center 32%;transform:none}
  .apm-footer-cta{padding:42px 18px 38px!important}
  .page_footer{padding-top:40px!important;padding-bottom:28px!important;border-top-width:6px!important}
}

/* Footer final: three clearly differentiated bands + WhatsApp — 2026-07-27 */
.apm-footer-cta{
  background:#4a4a4a!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  border-bottom:1px solid #5d5d5d!important;
  box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)!important;
}
.apm-footer-cta .toppadding_30{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
}
.apm-footer-cta .theme_button{margin:0!important;min-width:190px}
.apm-footer-cta .apm-footer-wa{
  background:#25D366!important;
  border-color:#25D366!important;
  color:#fff!important;
}
.apm-footer-cta .apm-footer-wa:hover{
  background:#1fb958!important;
  border-color:#1fb958!important;
  color:#fff!important;
}
.apm-footer-cta .apm-footer-wa .fa{margin-right:8px;font-size:18px}

.page_footer{
  background:#303030!important;
  border-top:0!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
}
.page_footer:before{display:none!important}
.page_copyright{
  background:#1f1f1f!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  color:#cfcfcf!important;
}
.page_copyright a{color:#e4e4e4!important}
.page_copyright a:hover{color:#f021df!important}

/* Always-visible desktop WhatsApp access, independent of old image widget */
.apm-whatsapp-float{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:10050;
  display:flex;
  align-items:center;
  gap:9px;
  padding:12px 16px;
  border-radius:999px;
  background:#25D366;
  color:#fff!important;
  font-weight:700;
  box-shadow:0 10px 28px rgba(0,0,0,.24);
  text-decoration:none!important;
  transition:transform .2s ease,background .2s ease;
}
.apm-whatsapp-float:hover{background:#1fb958;color:#fff!important;transform:translateY(-2px)}
.apm-whatsapp-float .fa{font-size:24px}

@media(max-width:767px){
  .apm-footer-cta .toppadding_30{display:block}
  .apm-footer-cta .theme_button{display:block;width:100%;margin:0 0 12px!important}
  .apm-whatsapp-float{display:none!important}
}

/* Footer visual refinement — stronger separation and clearer WhatsApp CTA */
.apm-footer-cta{
  background:#f5f2f4!important;
  color:#333!important;
  border-top:1px solid #ece6ea!important;
  border-bottom:0!important;
  box-shadow:none!important;
  padding:56px 0 52px!important;
}
.apm-footer-cta .section_header{
  color:#333!important;
  margin-bottom:22px!important;
  font-weight:700;
}
.apm-footer-cta .toppadding_30{
  margin-top:0!important;
  gap:16px!important;
}
.apm-footer-cta .theme_button{
  min-width:220px!important;
  min-height:56px;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  border-radius:30px!important;
  font-weight:700!important;
  letter-spacing:.2px;
  box-shadow:0 8px 22px rgba(0,0,0,.10);
}
.apm-footer-cta .theme_button:not(.apm-footer-wa){
  background:#f021df!important;
  border:2px solid #f021df!important;
  color:#fff!important;
}
.apm-footer-cta .theme_button:not(.apm-footer-wa):hover{
  background:#ce18be!important;
  border-color:#ce18be!important;
  color:#fff!important;
  transform:translateY(-2px);
}
.apm-footer-cta .apm-footer-wa{
  background:linear-gradient(135deg,#25D366 0%,#19b957 100%)!important;
  border:2px solid #25D366!important;
  color:#fff!important;
  font-size:16px!important;
  box-shadow:0 10px 24px rgba(37,211,102,.28)!important;
}
.apm-footer-cta .apm-footer-wa .fa{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  margin-right:10px!important;
  border-radius:50%;
  background:#fff;
  color:#25D366;
  font-size:20px!important;
}
.apm-footer-cta .apm-footer-wa:hover{
  background:linear-gradient(135deg,#20c763 0%,#159e49 100%)!important;
  border-color:#20c763!important;
  color:#fff!important;
  transform:translateY(-2px);
}
.page_footer{
  background:#444!important;
  padding-top:52px!important;
  padding-bottom:40px!important;
  box-shadow:none!important;
}
.page_footer .widget-title,
.page_footer p,
.page_footer a{color:#fff!important}
.page_copyright{
  background:#252525!important;
}

.apm-whatsapp-float{
  right:24px!important;
  bottom:86px!important;
  min-height:54px;
  padding:10px 18px 10px 10px!important;
  background:linear-gradient(135deg,#25D366 0%,#18b956 100%)!important;
  box-shadow:0 12px 30px rgba(37,211,102,.35),0 6px 18px rgba(0,0,0,.20)!important;
}
.apm-whatsapp-float .fa{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius:50%;
  background:#fff;
  color:#25D366;
  font-size:23px!important;
}
.apm-whatsapp-float:hover{
  background:linear-gradient(135deg,#20c763 0%,#159e49 100%)!important;
}

@media(max-width:767px){
  .apm-footer-cta{padding:40px 18px 34px!important}
  .apm-footer-cta .section_header{font-size:28px!important;margin-bottom:20px!important}
  .apm-footer-cta .theme_button{width:100%!important;min-width:0!important}
}
