@charset "UTF-8";

/* bloque-1 */
:root{
  --blue:#0b2d5c;
  --orange:#fd6604;
  --green:#5a8f22;
  --lime:#94c11f;
  --line:#e6eaef;
  --text:#183258;
  --soft:#f7f9fb;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Avenir Next","Segoe UI",Arial,Helvetica,sans-serif;
  color:var(--text);
  background:#fff;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

.header{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:50;
  padding:0 16px;
}
.header-inner{
  height:82px;
  max-width:1220px;
  margin:0 auto;
  padding:0 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(10px);
  border-radius:0 0 18px 18px;
  box-shadow:0 10px 26px rgba(8,44,90,.08);
}
.brand img{width:155px;height:auto}
.nav{display:flex;align-items:center;gap:31px;font-size:14px;font-weight:700}
.nav>a{position:relative;padding:29px 0 26px}
.nav>a:not(.pill):hover,.nav>a.active{color:var(--orange)}
.nav>a.active:after,.nav>a:not(.pill):hover:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:16px;background:var(--orange)}
.pill{padding:12px 19px!important;border-radius:7px;color:#fff!important;transition:transform .2s ease,box-shadow .2s ease}
.pill.green{background:#4d7f22}
.pill.orange{background:var(--orange)}
.menu-toggle{display:none;border:0;background:none;width:38px}
.menu-toggle span{display:block;height:3px;background:var(--blue);margin:5px 0;border-radius:4px}

.hero{
  position:relative;
  min-height:630px;
  background:
    linear-gradient(180deg,rgba(238,244,251,0) 76%,#eef4fb 100%),
    url('../embedded/eb5aa839bfb0875b.webp') center top/cover no-repeat;
}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(238,244,251,.98) 0%,rgba(238,244,251,.90) 28%,rgba(238,244,251,.52) 46%,rgba(238,244,251,0) 66%)}
.hero-content{position:relative;z-index:2;max-width:1220px;margin:auto;padding:146px 26px 58px}
.eyebrow{font-size:14px;font-weight:700;letter-spacing:.15px;margin:0 0 15px}
.orange-text{color:var(--orange)}
.green-text{color:var(--lime)}
.hero h1{font-size:48px;line-height:1.05;letter-spacing:-1.35px;margin:0 0 20px;color:var(--blue);font-weight:700}
.hero h1 span{color:#4e7d27}
.hero-copy{max-width:590px;font-size:16px;line-height:1.5;margin:0 0 24px}
.hero-icons{display:flex;gap:56px;margin:14px 0 30px}
.hero-icons>div{width:95px;text-align:center;font-size:12px;font-weight:700;color:var(--blue)}
.hero-icons img{width:48px;height:48px;object-fit:contain;margin:0 auto 8px}

.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:7px;padding:14px 20px;font:700 14px "Avenir Next","Segoe UI",Arial,Helvetica,sans-serif;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.btn:hover,.pill:hover{transform:translateY(-2px)}
.btn-orange{background:var(--orange);color:#fff}
.btn-orange:hover{box-shadow:0 11px 24px rgba(253,102,4,.33)}
.btn-dark{background:var(--blue);color:#fff;width:100%}
.btn-dark:hover{box-shadow:0 11px 24px rgba(11,45,92,.3)}

.services-strip{background:#fff;padding:14px 0 10px}
.services-grid{max-width:1220px;margin:auto;padding:14px 20px;display:grid;grid-template-columns:repeat(8,1fr)}
.service{min-height:104px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:8px 6px;font-size:11px;font-weight:700}
.service img{width:47px;height:47px;object-fit:contain;margin-bottom:7px}

.section{max-width:1220px;margin:auto;padding:34px 26px}
.section-tight{padding-top:20px;padding-bottom:20px}

.card360{background:linear-gradient(135deg,#092f60,#07366a 58%,#052b54);border-radius:15px;color:#fff;padding:34px;display:grid;grid-template-columns:.95fr 1.35fr;gap:18px;box-shadow:0 8px 20px rgba(10,46,91,.08)}
.c360-left h2{font-size:35px;line-height:1.1;margin:0 0 12px;white-space:nowrap}
.c360-left>p:not(.eyebrow){font-size:14px;line-height:1.52;max-width:490px}
.check-list{list-style:none;margin:17px 0 22px;padding:0}
.check-list li{position:relative;padding-left:25px;margin:10px 0;font-size:13px;line-height:1.35}
.check-list li:before{content:'✓';position:absolute;left:0;top:-1px;border:2px solid #6da430;color:#6da430;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}
.light li:before{border-color:var(--lime);color:var(--lime)}
.c360-right{min-height:430px}
.process-wrap{height:100%;position:relative;min-height:430px}
.wheel{position:absolute;width:45%;left:27.5%;top:54px;z-index:2}
.pstep{position:absolute;display:flex;gap:10px;z-index:3;width:180px}
.pstep img{width:45px;height:45px;object-fit:contain;flex:none}
.pstep b{display:block;font-size:14px}
.pstep b em{font-style:normal;color:#27a1ff}
.pstep span{display:block;font-size:11px;line-height:1.45;margin-top:5px;color:#f2f7fd}
.s1{left:0;top:18px}
.s2{right:0;top:18px}
.s3{right:0;top:236px}
.s4{left:270px;bottom:0}
.s5{left:0;top:246px}
.s2 b em{color:#99c624}
.s3 b em{color:#ffbe17}
.s4 b em{color:var(--orange)}
.s5 b em{color:#ef352d}
.c360-bottom{grid-column:1/-1;background:#f7fbff;color:var(--blue);border-radius:12px;display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden;margin-top:10px}
.c360-bottom>div{text-align:center;padding:18px 16px;border-right:1px solid #d7e1eb}
.c360-bottom>div:last-child{border-right:0}
.c360-bottom img{width:48px;height:48px;object-fit:contain;margin:0 auto 7px}
.c360-bottom b{display:block;font-size:12px}
.c360-bottom span{display:block;font-size:10px;line-height:1.45;margin-top:5px}

.opportunity{background:linear-gradient(90deg,#286c13,#317d0e);border-radius:12px;color:#fff;min-height:108px;padding:16px 28px;display:grid;grid-template-columns:82px 1fr auto;gap:18px;align-items:center}
.opportunity>img{width:72px;height:72px;object-fit:contain}
.opportunity h2{font-size:20px;margin:0 0 4px}
.opportunity h2 span{color:var(--orange)}
.opportunity p{font-size:12px;margin:0}

.unified{border:1px solid var(--line);border-radius:13px;display:grid;grid-template-columns:1fr 1.1fr;overflow:hidden;background:transparent}
.unified article{padding:30px 34px}
.unified article+article{border-left:1px solid var(--line)}
.unified h2,.section-heading h2{margin:0 0 14px;color:var(--orange);font-size:27px}
.unified .check-list li{font-size:12px;margin:14px 0}
.who-lead{font-size:13px;font-weight:700;line-height:1.45}
.who-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;margin:22px 0}
.who-grid>div{display:flex;gap:10px;align-items:flex-start}
.who-grid img{width:45px;height:45px;object-fit:contain}
.who-grid b,.who-grid span{display:block}
.who-grid b{font-size:12px}
.who-grid span{font-size:10px;line-height:1.35;margin-top:3px}
.who-cta{display:flex;justify-content:center;margin-top:6px}

.section-heading{text-align:center;margin-bottom:22px}
.section-heading h2{margin-bottom:5px}
.section-heading p{font-size:12px;color:#304a70;margin:0}
.carousel-wrap{position:relative}
.sector-track{display:flex;gap:16px;overflow-x:auto;scroll-behavior:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 6px;cursor:grab}
.sector-track:active{cursor:grabbing}
.sector-track::-webkit-scrollbar{display:none}
.sector-track img{flex:0 0 190px;width:190px;height:285px;object-fit:cover;border-radius:14px;scroll-snap-align:start;box-shadow:0 8px 18px rgba(9,39,78,.10)}
.carousel-btn{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:1px solid #dce3eb;background:#fff;color:var(--orange);font-size:28px;box-shadow:0 5px 14px rgba(0,0,0,.08);cursor:pointer}
.carousel-btn.prev{left:-13px}
.carousel-btn.next{right:-13px}
.carousel-dots{text-align:center;margin-top:16px}
.carousel-dots span{display:inline-block;width:7px;height:7px;background:#d6dce3;border-radius:50%;margin:0 3px;transition:all .25s ease}
.carousel-dots .active{background:var(--orange);width:18px;border-radius:8px}

.faq-list{border:1px solid var(--line);border-radius:10px;overflow:hidden}
.faq-item{border-bottom:1px solid var(--line)}
.faq-item:last-child{border-bottom:0}
.faq-item button{width:100%;border:0;background:#fff;text-align:left;padding:15px 44px 15px 18px;font:700 14px "Avenir Next","Segoe UI",Arial,Helvetica,sans-serif;color:var(--blue);position:relative;cursor:pointer}
.faq-item button span{position:absolute;right:18px;color:var(--orange);font-size:20px;top:9px;transition:transform .28s ease}
.faq-item>div{display:grid;grid-template-rows:0fr;opacity:.2;transition:grid-template-rows .34s ease,opacity .34s ease}
.faq-item>div>p{overflow:hidden;margin:0;padding:0 18px;font-size:12px;line-height:1.6;color:#55677f;transition:padding .34s ease}
.faq-item.open>div{grid-template-rows:1fr;opacity:1}
.faq-item.open>div>p{padding:0 18px 15px}
.faq-item.open button span{transform:rotate(45deg)}

.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.coverage-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;min-height:330px;display:flex;align-items:center}
.coverage-card img{width:100%;height:auto}
.contact-card{background:linear-gradient(135deg,#ff5b00,#fd6604);border-radius:12px;padding:30px;color:#fff}
.contact-card h2{font-size:24px;margin:0 0 5px}
.contact-card p{font-size:12px;margin:0 0 16px}
.two{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.contact-card input,.contact-card textarea{width:100%;border:0;border-radius:4px;padding:10px 11px;margin-bottom:8px;font:12px "Avenir Next","Segoe UI",Arial,Helvetica,sans-serif}
.contact-card textarea{resize:vertical;min-height:128px}
.contact-extra{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:10px 0 12px}
.contact-extra>div{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);border-radius:8px;padding:11px 12px}
.contact-extra strong{display:block;font-size:12px;margin-bottom:4px}
.contact-extra span{display:block;font-size:11px;line-height:1.45}
.contact-note{display:flex;gap:8px;align-items:flex-start;font-size:11px;line-height:1.45;margin:0 0 14px;color:#fff}
.contact-note input{width:15px;height:15px;margin:2px 0 0;flex:none}

.footer{background:linear-gradient(135deg,#082c5a,#062344);color:#fff;padding:31px 28px 13px}
.footer-grid{max-width:1220px;margin:auto;display:grid;grid-template-columns:1.45fr 1fr .8fr 1fr;gap:40px}
.footer-brand img{width:150px;filter:brightness(0) invert(1)}
.footer p{font-size:10px;line-height:1.55;color:#e7eef7}
.footer h3{font-size:12px;margin:0 0 9px}
.footer a{display:block;font-size:10px;line-height:1.75;color:#eef4fb}
.socials{display:flex;gap:8px;margin-top:9px}
.socials a{width:26px;height:26px;border-radius:50%;background:#fff;color:var(--blue);display:flex;align-items:center;justify-content:center;font-weight:700}
.footer-bottom{max-width:1220px;margin:20px auto 0;padding-top:11px;border-top:1px solid rgba(255,255,255,.14);font-size:9px;display:flex;justify-content:space-between;gap:20px}

/* V5 polish */
.services-grid,.section,.footer-grid,.footer-bottom{width:100%}
.card360,.unified,.coverage-card,.contact-card{box-shadow:0 10px 28px rgba(10,46,91,.06)}
.service img{transition:transform .22s ease}
.service:hover img{transform:translateY(-3px)}
.sector-track img{transition:transform .25s ease,box-shadow .25s ease}
.sector-track img:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(9,39,78,.15)}
.faq-item button{transition:background .2s ease,color .2s ease}
.faq-item button:hover{background:#fbfcfe}
.contact-card input:focus,.contact-card textarea:focus{outline:2px solid rgba(11,45,92,.22);outline-offset:1px}

@media(max-width:950px){
  .header{padding:0}
  .header-inner{height:68px;border-radius:0;max-width:none;padding:0 22px}
  .brand img{width:137px}
  .menu-toggle{display:block}
  .nav{display:none;position:absolute;left:16px;right:16px;top:68px;background:#fff;flex-direction:column;gap:0;padding:10px 22px 18px;border:1px solid var(--line);border-top:0;border-radius:0 0 14px 14px;box-shadow:0 10px 20px rgba(0,0,0,.06)}
  .nav.open{display:flex}
  .nav a{padding:12px 4px!important;width:100%}
  .nav .pill{text-align:center;margin-top:7px}
  .hero{min-height:620px;background-position:68% top}
  .hero-overlay{background:linear-gradient(180deg,rgba(238,244,251,.97) 0%,rgba(238,244,251,.88) 48%,rgba(238,244,251,.28) 75%,rgba(238,244,251,0) 100%)}
  .hero-content{padding:108px 22px 290px}
  .hero h1{font-size:36px}
  .services-grid{grid-template-columns:repeat(4,1fr)}
  .card360{grid-template-columns:1fr}
  .c360-left h2{white-space:normal}
  .c360-right{min-height:470px}
  .c360-bottom{grid-template-columns:repeat(2,1fr)}
  .c360-bottom>div{border-bottom:1px solid #d7e1eb}
  .c360-bottom>div:nth-child(even){border-right:0}
  .c360-bottom>div:last-child{grid-column:1/-1}
  .opportunity{grid-template-columns:70px 1fr}
  .opportunity .btn{grid-column:1/-1;justify-self:center}
  .unified{grid-template-columns:1fr}
  .unified article+article{border-left:0;border-top:1px solid var(--line)}
  .contact-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1.3fr 1fr}
}

@media(max-width:580px){
  .header-inner{padding:0 16px}
  .hero{min-height:595px;background-position:70% top}
  .hero-content{padding:98px 18px 230px}
  .eyebrow{font-size:10px}
  .hero h1{font-size:29px;letter-spacing:-.7px}
  .hero-copy{font-size:13px}
  .hero-icons{gap:8px;justify-content:space-between}
  .hero-icons>div{width:23%;font-size:9px}
  .hero-icons img{width:38px;height:38px}
  .services-grid{grid-template-columns:repeat(2,1fr);padding:10px}
  .service{min-height:96px}
  .section{padding:17px 12px}
  .card360{padding:21px 15px}
  .c360-left h2{font-size:27px}
  .c360-right{min-height:auto}
  .process-wrap{min-height:auto;display:grid;grid-template-columns:1fr 1fr;gap:15px;padding-top:5px}
  .wheel{position:relative;left:auto;top:auto;width:72%;margin:0 auto 12px;grid-column:1/-1}
  .pstep{position:static;width:auto;display:block;text-align:center}
  .pstep img{margin:0 auto 5px;width:36px;height:36px}
  .pstep span{font-size:9px}
  .c360-bottom{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}
  .c360-bottom>div{flex:0 0 76%;border-right:1px solid #d7e1eb!important;border-bottom:0!important;scroll-snap-align:center}
  .opportunity{grid-template-columns:55px 1fr;padding:14px}
  .opportunity>img{width:50px;height:50px}
  .opportunity h2{font-size:16px}
  .opportunity p{font-size:10px}
  .unified article{padding:20px 18px}
  .who-grid{grid-template-columns:1fr 1fr}
  .sector-track{gap:10px}
  .sector-track img{flex-basis:72vw;width:72vw;height:auto;aspect-ratio:2/3}
  .carousel-btn{display:none}
  .section-heading h2{font-size:20px}
  .section-heading p{font-size:10px}
  .two,.contact-extra{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
  .coverage-card{min-height:auto}
}

/* V6 requested refinements */
:root{
  --green:#2D7411;
  --lime:#2D7411;
}
.header{background:transparent}
.header-inner{
  background:transparent;
  backdrop-filter:none;
  box-shadow:none;
  border-radius:0;
}
.pill.green{background:#2D7411}
.hero-green,.green-text{color:#2D7411!important}
.hero h1 span{color:#2D7411}
.hero-icons{gap:34px;margin-bottom:20px}
.hero{min-height:535px}
.hero-content{padding-bottom:24px}
.services-strip{padding-top:0}
.services-grid{padding-top:9px}
.btn{padding:11px 17px;font-size:13px;border-radius:6px}
.pill{padding:10px 17px!important;border-radius:6px}
.unified article:first-child{display:flex;flex-direction:column}
.unified article:first-child .check-list{margin:12px 0 0;display:flex;flex-direction:column;justify-content:space-between;flex:1}
.unified article:first-child .check-list li{font-size:14px;line-height:1.55;margin:0 0 19px;padding-left:29px}
.unified article:first-child .check-list li:last-child{margin-bottom:0}
.unified article:first-child .check-list li:before{width:17px;height:17px;font-size:11px;top:1px}
.who-grid b{color:#2D7411;font-size:13px}
.section-heading p{color:var(--blue);font-weight:700;font-size:13px}
.c360-bottom b{color:var(--orange);font-size:13px}
.contact-extra{display:none!important}
.contact-reassurance{font-size:11px;font-weight:700;line-height:1.4;margin:2px 0 12px;color:#fff}
.contact-card .btn-dark{width:76%;margin:0 auto;display:flex}

@media(max-width:950px){
  .header-inner{background:rgba(255,255,255,.88);backdrop-filter:blur(8px)}
  .hero-icons{gap:24px}
  .hero{min-height:610px}
}
@media(max-width:580px){
  .header-inner{background:rgba(255,255,255,.90)}
  .hero-icons{gap:6px}
  .hero{min-height:585px}
  .unified article:first-child .check-list li{font-size:13px;margin-bottom:15px}
  .contact-card .btn-dark{width:100%}
}

/* V6 corrected — requested refinements */
:root{
  --green:#92B501;
  --lime:#92B501;
}

/* Transparent header over the hero */
.header-inner{
  background:transparent;
  backdrop-filter:none;
  box-shadow:none;
}
.pill.green{background:var(--green)}

/* New hero image already contains the white fade on the left */
.hero{
  min-height:610px;
  background-image:url('../embedded/de37f3d4f25c70ce.webp');
  background-position:center top;
  background-size:cover;
}
.hero-overlay{background:transparent}
.hero-content{padding-top:126px;padding-bottom:34px}
.hero h1 span,.hero-green,.green-text{color:var(--green)!important}
.hero-icons{gap:34px;margin-top:12px;margin-bottom:16px;max-width:475px}
.hero-cta{width:475px;text-align:center}

/* Buttons: slimmer, no shadow, contrast only */
.btn,.pill{box-shadow:none!important;transform:none!important}
.btn{padding:12px 18px;border-radius:6px;transition:background-color .18s ease,color .18s ease,filter .18s ease}
.btn:hover,.pill:hover{box-shadow:none!important;transform:none!important;filter:brightness(.94)}
.btn-orange:hover,.btn-dark:hover{box-shadow:none!important}

/* Solutions label above service icons */
.services-strip{padding-top:8px;padding-bottom:8px}
.services-title{margin:0 auto 2px;text-align:center;color:var(--orange);font-size:19px;line-height:1.2;font-weight:700}
.services-grid{padding-top:8px}
.service{min-height:98px}

/* Use the selected green consistently */
.check-list li:before{border-color:var(--green);color:var(--green)}
.light li:before{border-color:var(--green);color:var(--green)}
.who-grid b{color:var(--green)}

/* More readable 'Qué nos diferencia' card */
.unified article:first-child .check-list{margin-top:22px}
.unified article:first-child .check-list li{font-size:14px;line-height:1.55;margin:20px 0;padding-left:28px}

/* Who we are exact icons + title colour */
.who-grid img{width:47px;height:47px}

/* Sector subtitle */
.section-heading p{color:var(--blue);font-weight:700;font-size:13px}

/* 360 bottom labels in orange */
.c360-bottom b{color:var(--orange);font-size:12px}

/* Move step 04 closer to its arrow/wheel and center it */
.s4{left:50%;transform:translateX(-50%);bottom:4px;width:210px;justify-content:center}

/* Contact form CTA in green; remove old auxiliary boxes */
.contact-extra{display:none!important}
.form-trust{font-size:11px!important;margin:3px 0 12px!important;color:#fff;font-weight:700}
.contact-card .btn-dark{background:var(--green);color:#fff}
.contact-card .btn-dark:hover{background:#819f01;filter:none}

/* Keep all green text aligned to the selected brand green */
.hero-green,.green-text,.who-grid b{color:#92B501!important}

@media(max-width:950px){
  .header-inner{background:rgba(255,255,255,.9);backdrop-filter:blur(8px)}
  .hero-content{padding-top:96px}
  .hero-cta{width:auto;text-align:left}
}
@media(max-width:580px){
  .hero-content{padding-top:88px}
  .hero-icons{max-width:none;gap:8px}
  .hero-cta{width:auto;text-align:center}
  .services-title{font-size:18px;margin-top:2px}
  .s4{transform:none;width:auto}
}

/* V6 FINAL — ajustes de cierre 15/08/2026 */
/* Mostrar el hero completo en escritorio respetando la proporción original 1672×941 */
@media(min-width:951px){
  .hero{
    min-height:0;
    aspect-ratio:1672 / 941;
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat;
  }
  .hero-content{
    padding-top:126px;
    padding-bottom:36px;
  }
}

/* Más respiración entre iconos y CTA del hero */
.hero-cta{margin-top:14px}

/* Bloque 360: checks más legibles y CTA algo más bajo */
.c360-left .check-list li{
  padding-left:33px;
  line-height:1.5;
  margin:11px 0;
}
.c360-left .check-list li:before{left:0}
.c360-left > .btn{margin-top:9px}

/* Paso 04 más próximo a la flecha inferior */
.s4{
  bottom:24px;
}

/* Qué nos diferencia: más separación respecto al check y todo en negrita */
.unified article:first-child .check-list li{
  padding-left:35px;
  font-weight:700;
  line-height:1.6;
}

/* Quiénes somos: icono arriba y títulos naranjas */
.who-grid>div{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:6px;
}
.who-grid img{
  width:47px;
  height:47px;
  margin:0 auto 2px;
}
.who-grid p{margin:0}
.who-grid b{
  color:var(--orange)!important;
  font-size:13px;
}
.who-grid span{
  margin-top:4px;
}

@media(max-width:950px){
  .hero{background-size:cover}
  .hero-cta{margin-top:12px}
  .s4{bottom:0}
}


/* ===== V6 ÚLTIMA — correcciones solicitadas ===== */

/* Hero: mostrar la imagen completa en escritorio, sin recorte */
@media (min-width: 951px){
  .hero{
    min-height:0 !important;
    aspect-ratio:1672 / 941 !important;
    background-size:100% 100% !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
  }
  .hero-content{
    padding-top:118px !important;
    padding-bottom:34px !important;
  }
}

/* Más aire entre los iconos del hero y el CTA */
.hero-cta{
  margin-top:28px !important;
}

/* 360º: más interlineado, más separación del check y CTA más abajo */
.c360-left .check-list{
  margin-bottom:18px !important;
}
.c360-left .check-list li{
  padding-left:40px !important;
  line-height:1.62 !important;
  margin:12px 0 !important;
}
.c360-left .check-list li:before{
  left:0 !important;
}
.c360-left > .btn{
  margin-top:18px !important;
}

/* Paso 04 algo más arriba y más cerca de su flecha */
.s4{
  bottom:46px !important;
}

/* ¿Qué nos diferencia?: más separación del icono y frases completas en negrita */
.unified article:first-child .check-list li{
  padding-left:42px !important;
  font-weight:700 !important;
  line-height:1.7 !important;
  margin:18px 0 !important;
}
.unified article:first-child .check-list li strong{
  font-weight:800 !important;
}

/* ¿Quiénes somos?: iconos arriba y títulos naranjas */
.who-grid{
  gap:20px 28px !important;
}
.who-grid>div{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:center !important;
  gap:7px !important;
}
.who-grid img{
  width:50px !important;
  height:50px !important;
  object-fit:contain !important;
  margin:0 auto 3px !important;
}
.who-grid p{
  margin:0 !important;
  text-align:center !important;
}
.who-grid b{
  color:var(--orange) !important;
  font-size:13px !important;
}
.who-grid span{
  display:block !important;
  margin-top:4px !important;
}

/* Mantener los botones sin sombra */
.btn,.pill,.carousel-btn{
  box-shadow:none !important;
}
.btn:hover,.pill:hover{
  box-shadow:none !important;
  transform:none !important;
}

/* Móvil/tablet: no forzar la proporción panorámica */
@media (max-width: 950px){
  .hero{
    aspect-ratio:auto !important;
    background-size:cover !important;
  }
  .hero-cta{margin-top:20px !important;}
  .s4{bottom:0 !important;}
}


/* ===== AJUSTE HERO 15/08/2026 ===== */
/* Hacer el hero más estrecho y menos alto para que entre mejor en la primera pantalla */
@media (min-width: 951px){
  .hero{
    min-height: clamp(620px, 84vh, 760px) !important;
    height: clamp(620px, 84vh, 760px) !important;
    aspect-ratio: auto !important;
    background-size: 100% auto !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
  .hero-content{
    padding-top: 104px !important;
    padding-bottom: 42px !important;
  }
  .hero-copy{
    margin-bottom: 20px !important;
  }
  .hero-icons{
    margin-top: 12px !important;
    margin-bottom: 20px !important;
  }
  .hero-cta{
    margin-top: 34px !important;
  }
}

@media (max-width: 950px){
  .hero{
    height: auto !important;
  }
}


/* ===== V6 DEFINITIVA — ajustes finales ===== */
:root{--green:#92B501}

/* Hero: bajar un poco todo el bloque manteniendo la separación actual */
@media (min-width: 951px){
  .hero{
    min-height: clamp(620px, 84vh, 760px) !important;
    height: clamp(620px, 84vh, 760px) !important;
    background-size: 100% auto !important;
    background-position: center top !important;
    overflow: hidden;
  }
  .hero-content{
    padding-top: 122px !important;
    padding-bottom: 42px !important;
  }
}

/* Pequeño degradado blanco en la base del hero */
.hero::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:46px;
  background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.94) 72%, #fff 100%);
  pointer-events:none;
  z-index:1;
}
.hero-overlay,.hero-content{z-index:2}
.hero-content{position:relative;z-index:3}

/* Separación y decoración del título Soluciones */
.services-strip{
  padding-top: 18px !important;
  margin-top: 6px;
}
.services-title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin: 0 auto 12px !important;
}
.services-title::before,
.services-title::after{
  content:"";
  display:block;
  width:86px;
  height:1px;
  background:var(--orange);
  opacity:.9;
}

/* Los iconos de servicios no son botones: sin hover visual */
.service img,
.service,
.service span{
  transition:none !important;
  transform:none !important;
  cursor:default;
}
.service:hover img,
.service:hover{
  transform:none !important;
}

/* CTA del hero un poco más abajo */
.hero-cta{margin-top: 40px !important;}

/* Textos pequeños más legibles */
.c360-bottom span{font-size:11px !important; line-height:1.58 !important;}
.who-grid span{font-size:11px !important; line-height:1.5 !important;}
.faq-item>div>p{font-size:13px !important; line-height:1.72 !important;}
.section-heading p{font-size:13px !important; line-height:1.55 !important;}

/* Qué nos diferencia */
.unified article:first-child .check-list li,
.c360-left .check-list li{
  padding-left:44px !important;
}
.unified article:first-child .check-list li::before,
.c360-left .check-list li::before{
  left:2px !important;
}
.unified article:first-child .check-list li{
  font-weight:700 !important;
}

/* Quiénes somos */
.who-lead{
  color:var(--blue) !important;
  font-weight:700 !important;
  font-size:14px !important;
  line-height:1.6 !important;
  max-width:650px;
}
.who-grid b{color:var(--orange) !important;}

/* Footer */
.footer-grid{grid-template-columns:1.35fr .9fr .9fr .95fr !important;}
.footer-grid > div:not(.footer-brand){padding-left:24px;}
.footer h3{font-size:13px !important;}
.footer a{font-size:11px !important; transition:font-weight .15s ease, color .15s ease;}
.footer-grid > div:not(.footer-brand) a:hover{font-weight:700; color:#fff;}

.socials{display:flex;gap:10px;margin-top:12px;align-items:center;}
.social-icon{
  width:32px !important;
  height:32px !important;
  border-radius:50%;
  background:#fff;
  color:var(--blue) !important;
  display:flex !important;
  align-items:center;
  justify-content:center;
  padding:0 !important;
}
.social-icon svg{width:17px;height:17px;fill:currentColor;display:block;}
.social-icon:hover{filter:brightness(.96);}

@media (max-width: 950px){
  .services-title::before,
  .services-title::after{width:56px;}
  .footer-grid > div:not(.footer-brand){padding-left:0;}
}


/* ===== AJUSTES FINALES LIGEROS ===== */
@media (min-width: 951px){
  /* Subir ligeramente la imagen del hero para ver mejor el coche, manteniendo tamaño */
  .hero{
    background-position: center -18px !important;
  }
  /* Bajar el bloque interior del hero manteniendo las separaciones internas */
  .hero-content{
    padding-top: 142px !important;
    padding-bottom: 34px !important;
  }
  /* Más aire bajo el botón del hero respecto al siguiente bloque */
  .services-strip{
    padding-top: 28px !important;
    margin-top: 14px !important;
  }
}

/* El botón del hero un poco más abajo */
.hero-cta{margin-top: 52px !important;}

/* Líneas naranjas más largas a ambos lados de “Soluciones” */
.services-title::before,
.services-title::after{
  width: 122px !important;
}

/* Botones de servicios totalmente estáticos */
.service, .service img, .service span{
  transition: none !important;
}
.service:hover, .service:hover img, .service:hover span{
  transform:none !important;
  filter:none !important;
  opacity:1 !important;
}

/* Textos secundarios ligeramente mayores */
.c360-bottom span,
.who-grid span,
.section-heading p,
.faq-item > div > p,
.unified article p,
.contact-card p,
.contact-note,
.service span{
  font-size: 12px !important;
  line-height: 1.65 !important;
}
.faq-item > div > p{font-size:13px !important;}

/* Botón del formulario en un verde más oscuro, como el mapa */
.contact-card .btn-dark,
.contact-card .btn-dark:hover{
  background:#4F7F1F !important;
  color:#fff !important;
}

/* Footer: bloques más juntos y alineados a la derecha */
.footer-grid{
  grid-template-columns: 1.55fr .68fr .68fr .82fr !important;
  gap: 18px !important;
}
.footer-grid > div:not(.footer-brand){
  justify-self:end !important;
  text-align:right !important;
  padding-left:0 !important;
}
.footer-grid > div:not(.footer-brand) h3,
.footer-grid > div:not(.footer-brand) a{
  text-align:right !important;
}
.footer-grid > div:nth-child(2),
.footer-grid > div:nth-child(3),
.footer-grid > div:nth-child(4){
  max-width: 180px;
}
.footer-grid > div:not(.footer-brand) a:hover{
  font-weight:700 !important;
}

@media (max-width: 950px){
  .services-title::before,
  .services-title::after{width:76px !important;}
  .hero-cta{margin-top: 34px !important;}
}


/* ===== OPORTUNIDADES FINAL ===== */
.opportunity-section{padding-top:10px !important;padding-bottom:14px !important;}
.opportunity-v2{
  display:grid !important;
  grid-template-columns:90px minmax(0,1fr) 390px !important;
  gap:26px !important;
  align-items:center !important;
  min-height:300px !important;
  padding:26px 28px !important;
  background:linear-gradient(105deg,#2b761d 0%,#247018 56%,#2f831f 100%) !important;
  border-radius:14px !important;
}
.opp-icon-wrap{align-self:start;padding-top:20px;}
.opp-icon{width:72px !important;height:72px !important;object-fit:contain !important;}
.opp-copy{min-width:0;}
.opp-copy h2{margin:0 0 13px !important;font-size:25px !important;line-height:1.15 !important;color:#fff !important;font-weight:800 !important;}
.opp-copy h2 span{color:var(--orange) !important;}
.opp-copy p{margin:0 0 10px !important;color:#fff !important;font-size:13px !important;line-height:1.55 !important;max-width:690px;}
.opp-copy .opp-honesty{margin-top:13px !important;font-weight:700 !important;}
.opp-points{display:flex;flex-wrap:wrap;gap:10px 19px;margin-top:17px;}
.opp-points>div{display:flex;align-items:center;gap:8px;color:#fff;font-size:11.5px;white-space:nowrap;}
.opp-check{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:2px solid var(--orange);border-radius:50%;color:var(--orange);font-size:15px;font-weight:900;line-height:1;}
.opp-media{justify-self:end;width:330px;display:flex;flex-direction:column;align-items:flex-end;gap:16px;}
.opp-media>img{width:330px;height:150px;object-fit:cover;border-radius:12px;display:block;}
.opp-btn{min-width:250px !important;padding:12px 19px !important;font-size:14px !important;text-align:center;}

/* Crisp vector social icons */
.socials{display:flex;gap:9px;align-items:center;margin-top:12px;}
.social-icon{display:inline-flex !important;align-items:center;justify-content:center;width:30px !important;height:30px !important;border-radius:50%;background:transparent !important;padding:0 !important;color:var(--blue) !important;overflow:hidden;}
.social-icon svg{width:17px;height:17px;display:block;fill:currentColor;}
.social-icon:hover{filter:brightness(.94);font-weight:normal !important;}

@media(max-width:1050px){
  .opportunity-v2{grid-template-columns:70px 1fr 280px !important;gap:20px !important;}
  .opp-media{width:280px;}.opp-media>img{width:280px;height:128px;}
  .opp-copy h2{font-size:22px !important;}.opp-copy p{font-size:12px !important;}
}
@media(max-width:780px){
  .opportunity-v2{grid-template-columns:64px 1fr !important;}
  .opp-media{grid-column:1/-1;width:100%;align-items:center;}
  .opp-media>img{width:100%;height:auto;max-height:180px;object-fit:cover;}
  .opp-points{gap:10px;}.opp-points>div{white-space:normal;}
}
@media(max-width:560px){
  .opportunity-v2{grid-template-columns:1fr !important;padding:22px 18px !important;}
  .opp-icon-wrap{padding-top:0;}.opp-icon{margin:0 auto;}
  .opp-copy h2{text-align:center;font-size:22px !important;}
  .opp-copy p{text-align:left;font-size:12.5px !important;}
  .opp-points{display:grid;grid-template-columns:1fr;}
  .opp-media{grid-column:auto;}
  .opp-btn{width:100%;}
}



/* ===== Ajustes 15/08/2026 solicitados ===== */
.contact-card select{
  width:100%;
  border:0;
  border-radius:4px;
  padding:10px 11px;
  margin-bottom:8px;
  font:12px "Avenir Next","Segoe UI",Arial,Helvetica,sans-serif;
  color:#1d2b3a;
  background:#fff;
  appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230B2D5C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 12px center;
  background-size:16px;
  padding-right:36px;
}
.contact-card select:focus{outline:2px solid rgba(11,45,92,.22);outline-offset:1px}
.contact-card .btn-dark,
.contact-card .btn-dark:hover{
  background:var(--blue) !important;
  color:#fff !important;
}
.contact-card .btn-dark:hover{filter:brightness(.96) !important}
.contact-whatsapp{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 14px;
  color:#fff;
  font-size:12px;
  font-weight:700;
}
.contact-whatsapp svg{width:18px;height:18px;fill:currentColor;flex:0 0 auto}
.contact-whatsapp a{color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.35)}
.contact-whatsapp a:hover{border-bottom-color:#fff}
.whatsapp-float{
  position:fixed;
  right:22px;
  bottom:22px;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 24px rgba(0,0,0,.22);
  z-index:999;
  transition:transform .18s ease, filter .18s ease;
}
.whatsapp-float:hover{transform:translateY(-2px);filter:brightness(.97)}
.whatsapp-float svg{width:28px;height:28px;fill:currentColor}
@media(max-width:580px){
  .whatsapp-float{right:14px;bottom:14px;width:54px;height:54px}
}



/* ===== V8 FINAL: oportunidades + formulario + footer ===== */
@media (min-width: 1060px){
  .opportunity-v2{
    grid-template-columns:92px minmax(0,1fr) 390px !important;
    column-gap:26px !important;
    min-height:306px !important;
    padding:26px 28px !important;
    align-items:center !important;
  }
  .opp-copy h2{max-width:640px !important;}
  .opp-copy p{max-width:650px !important;}
  .opp-points{
    display:grid !important;
    grid-template-columns:max-content max-content max-content !important;
    align-items:center !important;
    gap:16px !important;
    margin-top:19px !important;
    white-space:nowrap !important;
  }
  .opp-points>div{font-size:11.2px !important;gap:8px !important;}
  .opp-media{
    width:340px !important;
    height:236px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:space-between !important;
    align-items:center !important;
    align-self:center !important;
  }
  .opp-media>img{
    width:340px !important;
    height:158px !important;
    object-fit:cover !important;
    border-radius:12px !important;
  }
  .opp-btn{
    width:275px !important;
    min-width:275px !important;
    margin:0 auto !important;
    padding:12px 18px !important;
  }
}

/* El formulario mantiene el aspecto original: solo cambia selector y CTA azul */
.contact-card select{
  min-height:38px !important;
  margin-bottom:8px !important;
}
.contact-card .btn-dark,
.contact-card .btn-dark:hover{
  background:#0B2D5C !important;
  color:#fff !important;
  box-shadow:none !important;
}

/* WhatsApp: acceso discreto y siempre disponible */
.whatsapp-float{
  box-shadow:0 6px 16px rgba(0,0,0,.18) !important;
}

/* Footer: sin enlace redundante de Contacto en la columna Enlaces */
.footer-grid > div:nth-child(3) a[href="#contacto"]{display:none !important;}



/* EMPRESAS — construida sobre HOME V8 FINAL AJUSTE OPORTUNIDADES */
:root{--green:#92B501;--lime:#92B501}
/* Hero: same geometry/behavior as V8, different B2B image */
.hero{background-image:url("../embedded/99679500899a3c74.webp" )!important;background-position:center right!important;background-size:cover!important}
.hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,1) 0%,rgba(255,255,255,.98) 31%,rgba(255,255,255,.80) 46%,rgba(255,255,255,.25) 61%,rgba(255,255,255,0) 73%)!important}

.empresas-needs{max-width:1220px;margin:0 auto;padding-left:26px;padding-right:26px}
.needs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px}
.need-card{border:1px solid var(--line);border-radius:13px;background:linear-gradient(180deg,#fff,#fbfcfd);box-shadow:0 8px 24px rgba(8,44,90,.06);padding:22px;display:grid;grid-template-columns:58px 1fr;gap:16px;align-items:start}
.need-card img{width:52px;height:52px;object-fit:contain}.need-card h3{font-size:16px;color:var(--blue);margin:2px 0 7px}.need-card p{font-size:13px;line-height:1.5;margin:0 0 10px}.need-card a{color:var(--orange);font-size:12px;font-weight:800}

.opportunity-enterprise{display:block!important;padding:30px 34px!important}
.opp-head{display:grid;grid-template-columns:90px 1fr;gap:18px;align-items:center;margin-bottom:22px}.opp-head .opp-icon-wrap{display:flex;align-items:center;justify-content:center}.opp-head .opp-icon{width:70px!important;height:70px!important;object-fit:contain}.opp-head h2{font-size:27px;margin:0 0 7px}.opp-head p{margin:0;max-width:900px;line-height:1.55;font-size:13px}
.opp-detail-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid rgba(255,255,255,.22);border-radius:12px;overflow:hidden;background:linear-gradient(180deg,#fff,#f7fbeF);color:var(--blue)}
.opp-detail{min-height:128px;padding:16px 10px;text-align:center;border-right:1px solid #e1e8dd;border-bottom:1px solid #e1e8dd;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.opp-detail:nth-child(5n){border-right:0}.opp-detail:nth-child(n+6){border-bottom:0}.opp-detail svg{width:40px;height:40px;fill:none;stroke:#92B501;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.opp-detail b{font-size:11px;line-height:1.28}
.opp-enterprise-footer{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:18px}.opp-enterprise-footer p{margin:0;font-size:12.5px;line-height:1.45}.opp-enterprise-footer .btn{white-space:nowrap}

.why-enterprise{max-width:1220px;margin:0 auto;padding-left:26px;padding-right:26px}.why-row{margin-top:24px;border:1px solid var(--line);border-radius:12px;overflow:hidden}.why-row>div{background:transparent}

@media(max-width:900px){.needs-grid{grid-template-columns:1fr}.opp-detail-grid{grid-template-columns:repeat(2,1fr)}.opp-detail{border-right:1px solid #e1e8dd!important;border-bottom:1px solid #e1e8dd!important}.opp-detail:nth-child(2n){border-right:0!important}.opp-detail:nth-last-child(-n+2){border-bottom:0!important}.opp-enterprise-footer{flex-direction:column;align-items:flex-start}.hero{background-position:68% center!important}}
@media(max-width:620px){.empresas-needs,.why-enterprise{padding-left:18px;padding-right:18px}.opp-head{grid-template-columns:1fr;text-align:center}.opp-head .opp-icon-wrap{display:none}.opp-detail-grid{grid-template-columns:1fr 1fr}.opp-detail{min-height:116px}.opportunity-enterprise{padding:24px 18px!important}.opp-enterprise-footer .btn{width:100%}.hero{background-position:72% center!important}}
.op360-badge{display:block;width:86px;height:86px;margin:0 0 14px;background:none;border:none;border-radius:0;box-shadow:none;padding:0;}
.op360-badge img{display:block;width:100%;height:100%;object-fit:contain;border-radius:16px;}
.op360-maincopy{max-width:1060px;}
.op360-maincopy > p{margin:0;max-width:980px;font-size:15px;line-height:1.72;color:#f5fff3;}
.op360-priority{margin-top:22px;padding-top:10px;border-top:none;}
.op360-priority-intro{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;margin:0 auto 20px;}
.op360-priority-copy h3{margin:0 0 6px;color:#FD6604;font-size:25px;line-height:1.18;}
.op360-priority-copy p{margin:0 auto;color:#f1ffef;font-size:14px;line-height:1.62;max-width:760px;}
.op360-priority-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px 24px;margin-top:20px;align-items:start;}
.op360-priority-item{background:none;border:none;border-radius:0;padding:0;text-align:center;}
.op360-priority-num{display:block;color:#d7f168;font-size:28px;font-weight:900;line-height:1;letter-spacing:.02em;margin:0 0 10px;}
.op360-priority-item h4{margin:0 0 8px;color:#0b2d5c;font-size:17px;line-height:1.22;font-weight:800;}
.op360-priority-item p{margin:0 auto;color:#f3fff1;font-size:12.8px;line-height:1.58;max-width:170px;}
.op360-priority-foot{margin:24px auto 0;color:#fff;font-weight:800;font-size:15px;line-height:1.65;text-align:center;max-width:900px;}
@media(max-width:980px){.op360-priority-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:620px){.op360-badge{width:64px;height:64px;margin:0 auto 4px;}.op360-head{padding:24px 20px !important;}.op360-head-inner{grid-template-columns:1fr;gap:14px;}.op360-copy{text-align:left;}.op360-priority-copy h3{font-size:21px;}.op360-priority-grid{grid-template-columns:1fr;gap:18px;}.op360-priority-foot{margin-top:18px;}}

/* empresas-v2-ajustes */
:root{--green:#92B501;--lime:#92B501}

/* Hero: mantiene exactamente el tratamiento V8 y cambia solo la fotografía */
.hero{
  background-image:url('../embedded/47871bc25dd178b7.webp') !important;
  background-position:center right !important;
  background-size:cover !important;
}
.hero-overlay{
  background:linear-gradient(90deg,rgba(255,255,255,.995) 0%,rgba(255,255,255,.97) 29%,rgba(255,255,255,.78) 45%,rgba(255,255,255,.28) 58%,rgba(255,255,255,0) 72%) !important;
}

/* Cómo podemos ayudarte: una sola pieza visual, no tres tarjetas sueltas */
.help-choice{
  max-width:1168px;margin:24px auto 0;background:linear-gradient(110deg,#fff 0%,#fbfdf7 100%);
  border:1px solid #e2e8ee;border-radius:16px;box-shadow:0 12px 30px rgba(11,45,92,.07);
  display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;
}
.help-path{
  padding:28px 27px;display:grid;grid-template-columns:58px 1fr;gap:16px;min-height:210px;
  border-right:1px solid #e2e8ee;position:relative;
}
.help-path:last-child{border-right:0}
.help-path:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:transparent}
.help-path:hover:before{background:var(--orange)}
.help-icon{width:52px;height:52px;border-radius:50%;background:#f4f9e9;display:flex;align-items:center;justify-content:center;color:var(--lime)}
.help-icon svg{width:30px;height:30px;fill:none;stroke:var(--lime);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.help-icon-360{font-size:14px;font-weight:900;border:1px solid rgba(146,181,1,.5)}
.help-kicker{display:block;color:var(--orange);font-size:10px;font-weight:800;letter-spacing:.7px;margin-bottom:5px}
.help-path h3{font-size:17px;color:var(--blue);margin:0 0 8px}
.help-path p{font-size:12.5px;line-height:1.55;color:#435a78;margin:0 0 12px}
.help-path a{font-size:12px;font-weight:800;color:var(--orange)}

/* 360º compacto: diferencial, no repetición de la home */
.c360-compact{
  max-width:1168px;margin:0 auto;background:linear-gradient(120deg,#0b2d5c,#073c74);
  color:white;border-radius:16px;padding:31px 35px;display:grid;grid-template-columns:.82fr 1.18fr;gap:34px;
  box-shadow:0 14px 34px rgba(11,45,92,.14);
}
.c360-compact .eyebrow{margin:0 0 6px}
.c360-compact h2{font-size:30px;line-height:1.08;margin:0 0 9px;color:#fff}
.c360-compact h2 span{color:var(--lime)}
.c360-compact-main>p:not(.eyebrow){font-size:13px;line-height:1.55;color:#eef4fb;margin:0 0 17px}
.c360-mini-flow{display:grid;grid-template-columns:1fr 22px 1fr 22px 1fr 22px 1fr;align-items:center;gap:6px}
.c360-mini-flow>div{text-align:center;padding:14px 6px}
.c360-mini-flow b{display:flex;width:35px;height:35px;border:1px solid var(--lime);border-radius:50%;align-items:center;justify-content:center;margin:0 auto 8px;color:var(--lime);font-size:12px}
.c360-mini-flow span{display:block;font-weight:800;font-size:12px;color:#fff}
.c360-mini-flow small{display:block;font-size:10px;line-height:1.35;color:#cbd9e9;margin-top:4px}
.c360-mini-flow i{font-style:normal;color:var(--orange);font-size:21px;text-align:center}

/* Por qué MASAR: contraste intencionado frente al fondo blanco */
.why-dark{
  max-width:1168px;margin:0 auto;border-radius:16px;background:#0b2d5c;color:#fff;padding:30px 34px 26px;
  box-shadow:0 12px 30px rgba(11,45,92,.13);
}
.why-dark-head{text-align:left;max-width:760px}
.why-dark-head .eyebrow{margin:0 0 5px}
.why-dark-head h2{font-size:29px;line-height:1.1;margin:0 0 8px;color:#fff}
.why-dark-head h2 span{color:var(--lime)}
.why-dark-head>p:not(.eyebrow){margin:0;color:#dce7f3;font-size:13px;line-height:1.5}
.why-dark-grid{display:grid;grid-template-columns:repeat(5,1fr);margin-top:25px;border-top:1px solid rgba(255,255,255,.16)}
.why-dark-grid>div{padding:21px 19px 5px;border-right:1px solid rgba(255,255,255,.14)}
.why-dark-grid>div:last-child{border-right:0}
.why-dark-grid svg{width:34px;height:34px;fill:none;stroke:var(--lime);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;margin-bottom:8px}
.why-dark-grid b{display:block;font-size:12px;color:#fff;margin-bottom:5px}
.why-dark-grid span{display:block;font-size:10.5px;line-height:1.45;color:#cbd9e9}

@media(max-width:900px){
  .help-choice{grid-template-columns:1fr}
  .help-path{border-right:0;border-bottom:1px solid #e2e8ee}
  .help-path:last-child{border-bottom:0}
  .c360-compact{grid-template-columns:1fr}
  .why-dark-grid{grid-template-columns:repeat(2,1fr)}
  .why-dark-grid>div{border-bottom:1px solid rgba(255,255,255,.14)}
}
@media(max-width:620px){
  .hero{background-position:68% center !important}
  .help-path{grid-template-columns:48px 1fr;padding:22px 18px}
  .help-icon{width:44px;height:44px}
  .c360-compact{padding:25px 20px}
  .c360-mini-flow{grid-template-columns:1fr 1fr;gap:12px}
  .c360-mini-flow i{display:none}
  .why-dark{padding:25px 20px}
  .why-dark-grid{grid-template-columns:1fr}
  .why-dark-grid>div{border-right:0}
}

/* empresas-v3-como-ayudamos */
.help-cards-photo{
  max-width:1168px;
  margin:26px auto 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.help-photo-card{
  background:#fff;
  border:1px solid #e2e8ee;
  border-radius:15px;
  overflow:hidden;
  box-shadow:0 10px 26px rgba(11,45,92,.075);
  display:flex;
  flex-direction:column;
  transition:transform .22s ease,box-shadow .22s ease;
}
.help-photo-card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 34px rgba(11,45,92,.12);
}
.help-photo{
  height:155px;
  overflow:hidden;
  background:#eef3f7;
}
.help-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.help-photo-card:hover .help-photo img{transform:scale(1.035)}
.help-photo-body{
  padding:21px 20px 20px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.help-photo-icon{
  width:45px;
  height:45px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(145deg,#f7faef,#eef6d9);
  border:1px solid rgba(146,181,1,.23);
  margin:-43px 0 14px;
  position:relative;
  z-index:2;
  box-shadow:0 5px 14px rgba(11,45,92,.09);
}
.help-photo-icon svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:#92B501;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.help-photo-icon-360{
  color:#92B501;
  font-size:12px;
  font-weight:900;
}
.help-photo-card .help-kicker{
  color:#fd6604;
  font-size:9.5px;
  font-weight:800;
  letter-spacing:.7px;
  margin-bottom:5px;
}
.help-photo-card h3{
  margin:0 0 8px;
  color:#0b2d5c;
  font-size:17px;
  line-height:1.2;
}
.help-photo-card p{
  margin:0 0 17px;
  color:#445d7b;
  font-size:12px;
  line-height:1.55;
  flex:1;
}
.help-card-btn{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  color:#fd6604;
  font-size:12px;
  font-weight:800;
  padding-bottom:3px;
  border-bottom:1px solid rgba(253,102,4,.35);
}
.help-card-btn:hover{border-color:#fd6604}
.help-photo-card-360{border-color:rgba(11,45,92,.2)}

@media(max-width:980px){
  .help-cards-photo{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .help-cards-photo{grid-template-columns:1fr;gap:15px}
  .help-photo{height:185px}
  .help-photo-body{padding:20px}
}

/* empresas-v4-ajustes */
.help-cards-five{grid-template-columns:repeat(5,1fr);}
.help-cards-photo{max-width:1168px;margin:26px auto 0;display:grid;gap:16px;align-items:stretch}
.help-photo-card{background:#fff;border:1px solid #e2e8ee;border-radius:15px;overflow:hidden;box-shadow:0 10px 26px rgba(11,45,92,.075);display:flex;flex-direction:column;transition:transform .22s ease,box-shadow .22s ease}
.help-photo-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(11,45,92,.12)}
.help-photo{height:146px;overflow:hidden;background:#eef3f7}
.help-photo img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.help-photo-card:hover .help-photo img{transform:scale(1.035)}
.help-photo-body{padding:19px 18px 18px;display:flex;flex-direction:column;flex:1}
.help-photo-icon{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#f7faef,#eef6d9);border:1px solid rgba(146,181,1,.23);margin:-42px 0 13px;position:relative;z-index:2;box-shadow:0 5px 14px rgba(11,45,92,.09)}
.help-photo-icon svg{width:26px;height:26px;fill:none;stroke:#92B501;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.help-photo-icon-360{color:#92B501;font-size:12px;font-weight:900}
.help-photo-card .help-kicker{color:#fd6604;font-size:9.5px;font-weight:800;letter-spacing:.7px;margin-bottom:5px}
.help-photo-card h3{margin:0 0 8px;color:#0b2d5c;font-size:16px;line-height:1.2}
.help-photo-card p{margin:0 0 16px;color:#445d7b;font-size:11.5px;line-height:1.55;flex:1}
.help-card-btn{display:inline-flex;align-items:center;align-self:flex-start;color:#fd6604;font-size:11.5px;font-weight:800;padding-bottom:3px;border-bottom:1px solid rgba(253,102,4,.35)}
.help-card-btn:hover{border-color:#fd6604}

.service-detail-block{padding-top:20px;padding-bottom:12px}
.detail-card{max-width:1168px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}
.detail-card.reverse .detail-media{order:2}
.detail-card.reverse .detail-copy{order:1}
.detail-media img{width:100%;height:360px;object-fit:cover;border-radius:16px;box-shadow:0 12px 28px rgba(11,45,92,.09)}
.detail-copy h2{font-size:34px;line-height:1.08;color:#0b2d5c;margin:0 0 12px}
.detail-copy p{font-size:15px;line-height:1.65;color:#33506f;margin:0 0 18px}
.detail-list{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:10px}
.detail-list li{position:relative;padding-left:28px;font-size:14px;line-height:1.5;color:#17335b}
.detail-list li:before{content:'✓';position:absolute;left:0;top:0;color:#92B501;border:2px solid #92B501;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800}
.detail-tags{display:flex;flex-wrap:wrap;gap:8px 10px;margin:0 0 22px}
.detail-tags span{background:#f4f8ec;border:1px solid rgba(146,181,1,.18);color:#5c7725;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:700}
.service-detail-360{padding-top:22px}

.how-grid{max-width:1168px;margin:22px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.how-card{background:#fff;border:1px solid #e6edf2;border-radius:14px;padding:24px 20px;box-shadow:0 8px 22px rgba(11,45,92,.05)}
.how-card span{display:inline-flex;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;background:#0b2d5c;color:#fff;font-size:13px;font-weight:800;margin-bottom:12px}
.how-card h3{font-size:18px;line-height:1.25;color:#0b2d5c;margin:0 0 9px}
.how-card p{font-size:13px;line-height:1.6;color:#445d7b;margin:0}

@media(max-width:1180px){.help-cards-five{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.help-cards-five{grid-template-columns:repeat(2,1fr)}.detail-card{grid-template-columns:1fr}.detail-card.reverse .detail-media,.detail-card.reverse .detail-copy{order:initial}.how-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.help-cards-five{grid-template-columns:1fr}.help-photo{height:185px}.detail-copy h2{font-size:28px}.detail-media img{height:260px}.how-grid{grid-template-columns:1fr}}

/* empresas-v5-final-ajustes */
.hero{background-image:url('../embedded/f325b471eb6df1ac.webp')!important;background-position:center right!important;background-size:cover!important;}
.hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.995) 0%,rgba(255,255,255,.97) 29%,rgba(255,255,255,.80) 44%,rgba(255,255,255,.26) 59%,rgba(255,255,255,0) 74%)!important;}
.help-cards-five{grid-template-columns:repeat(5,1fr)!important;gap:16px!important}
.help-photo{height:150px!important}
.help-photo-360logo{display:flex!important;align-items:center;justify-content:center;background:linear-gradient(135deg,#f9fbf2,#eaf3d5)!important}
.logo360-wrap{display:flex;flex-direction:column;align-items:center;gap:8px;color:#92B501}
.logo360-wrap svg{width:78px;height:78px;fill:none;stroke:#92B501;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.logo360-wrap strong{font-size:24px;letter-spacing:.4px}
.help-photo-icon{width:48px!important;height:48px!important;background:linear-gradient(145deg,#f8fbf0,#edf6d8)!important;border:1px solid rgba(146,181,1,.2)!important}
.help-photo-icon svg{width:27px!important;height:27px!important;fill:none;stroke:#92B501;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.help-photo-icon-360{padding:9px!important}
.help-photo-card h3{color:#0b2d5c!important}

.opportunity-master-v5{max-width:1168px;margin:0 auto;background:linear-gradient(105deg,#2b761d 0%,#247018 56%,#2f831f 100%);border-radius:14px;padding:26px 28px 28px;box-shadow:0 12px 28px rgba(11,45,92,.08)}
.opp-top-v5{display:grid;grid-template-columns:82px minmax(0,1fr) 315px;gap:24px;align-items:center}
.opp-main-icon{width:72px;height:72px;border-radius:50%;padding:16px;background:rgba(255,255,255,.09)}
.opp-main-icon svg,.opp-grid-v5 svg{width:100%;height:100%;fill:none;stroke:#92B501;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.opp-main-icon svg{stroke:#fff}
.opp-copy-v5 h2{color:#fff;font-size:27px;line-height:1.15;margin:0 0 12px}
.opp-copy-v5 h2 span{color:#fd6604}
.opp-copy-v5 p{color:#fff;font-size:13px;line-height:1.58;margin:0 0 10px}
.opp-honesty-v5{font-weight:700!important}
.opp-image-v5 img{width:315px;height:170px;object-fit:cover;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.16)}
.opp-grid-v5{margin-top:22px;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-radius:12px;overflow:hidden}
.opp-grid-v5 article{padding:20px 18px;min-height:158px;border-right:1px solid #e1e8dd;border-bottom:1px solid #e1e8dd}
.opp-grid-v5 article:nth-child(3n){border-right:0}
.opp-grid-v5 article:nth-last-child(-n+3){border-bottom:0}
.opp-grid-v5 article svg{width:36px;height:36px;display:block;margin-bottom:10px}
.opp-grid-v5 b{display:block;color:#17335b;font-size:13.5px;line-height:1.3;margin-bottom:6px}
.opp-grid-v5 span{display:block;color:#506784;font-size:11.5px;line-height:1.5}

.service-detail-block .neutral-kicker{color:#697888!important;font-size:11px!important;font-weight:800!important;letter-spacing:.7px!important;margin-bottom:8px!important}
.service-detail-block .detail-copy h2{color:#303a46!important}
.service-detail-block .detail-copy>p:not(.eyebrow){color:#43586e!important}

.finance-grid{max-width:1168px;margin:24px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.finance-card{background:#fff;border:1px solid #e4eaf0;border-radius:13px;padding:23px 20px;box-shadow:0 8px 22px rgba(11,45,92,.055)}
.finance-icon{width:48px;height:48px;padding:10px;border-radius:50%;background:linear-gradient(145deg,#f8fbf0,#edf6d8);margin-bottom:14px}
.finance-icon svg{width:100%;height:100%;fill:none;stroke:#92B501;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.finance-card h3{color:#0b2d5c;font-size:17px;margin:0 0 8px}
.finance-card p{color:#4a617c;font-size:12.5px;line-height:1.55;margin:0}

.how-flow{max-width:1168px;margin:24px auto 0;display:grid;grid-template-columns:1fr 36px 1fr 36px 1fr 36px 1fr;align-items:stretch}
.how-flow article{background:#fff;border:1px solid #e5eaf0;border-radius:13px;padding:24px 20px;box-shadow:0 8px 22px rgba(11,45,92,.05)}
.how-icon{width:50px;height:50px;padding:10px;border-radius:50%;background:linear-gradient(145deg,#f8fbf0,#edf6d8);margin-bottom:12px}
.how-icon svg{width:100%;height:100%;fill:none;stroke:#92B501;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.how-number{display:block;color:#fd6604;font-size:11px;font-weight:800;margin-bottom:5px}
.how-flow h3{color:#0b2d5c;font-size:17px;line-height:1.25;margin:0 0 8px}
.how-flow p{color:#4a617c;font-size:12.5px;line-height:1.55;margin:0}
.flow-arrow{display:flex;align-items:center;justify-content:center;color:#92B501;font-size:25px;font-weight:300}

.why-premium{max-width:1168px;margin:0 auto;background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e3e8ee;border-radius:15px;padding:30px 30px 26px;box-shadow:0 10px 28px rgba(11,45,92,.055)}
.why-head{max-width:760px}
.why-head h2{font-size:30px;line-height:1.12;color:#0b2d5c;margin:0 0 9px}
.why-head>p:not(.eyebrow){font-size:13px;line-height:1.55;color:#526981;margin:0}
.why-premium-grid{display:grid;grid-template-columns:repeat(5,1fr);margin-top:23px;border-top:1px solid #e4e9ee}
.why-premium-grid article{padding:20px 18px 4px;border-right:1px solid #e4e9ee}
.why-premium-grid article:last-child{border-right:0}
.why-premium-grid svg{width:36px;height:36px;display:block;margin-bottom:10px;fill:none;stroke:#92B501;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.why-premium-grid b{display:block;color:#17335b;font-size:13px;line-height:1.3;margin-bottom:6px}
.why-premium-grid span{display:block;color:#526981;font-size:11.5px;line-height:1.5}

@media(max-width:1180px){.help-cards-five{grid-template-columns:repeat(3,1fr)!important}.finance-grid{grid-template-columns:repeat(2,1fr)}.why-premium-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:980px){.opp-top-v5{grid-template-columns:70px 1fr}.opp-image-v5{grid-column:1/-1;justify-self:center}.opp-grid-v5{grid-template-columns:repeat(2,1fr)}.opp-grid-v5 article:nth-child(3n){border-right:1px solid #e1e8dd}.opp-grid-v5 article:nth-child(2n){border-right:0}.opp-grid-v5 article:nth-last-child(-n+3){border-bottom:1px solid #e1e8dd}.opp-grid-v5 article:nth-last-child(-n+2){border-bottom:0}.how-flow{grid-template-columns:1fr 1fr;gap:16px}.flow-arrow{display:none}}
@media(max-width:760px){.why-premium-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.help-cards-five{grid-template-columns:1fr!important}.opp-top-v5{grid-template-columns:1fr}.opp-main-icon{display:none}.opp-image-v5 img{width:100%;height:175px}.opp-grid-v5{grid-template-columns:1fr}.opp-grid-v5 article{border-right:0!important;border-bottom:1px solid #e1e8dd!important;min-height:auto}.opp-grid-v5 article:last-child{border-bottom:0!important}.finance-grid,.how-flow,.why-premium-grid{grid-template-columns:1fr}.why-premium-grid article{border-right:0;border-bottom:1px solid #e4e9ee}.why-premium-grid article:last-child{border-bottom:0}.hero{background-position:69% center!important}}

/* empresas-v6-ajustes */
.hero{background-image:url('../embedded/f325b471eb6df1ac.webp') !important;background-position:center right !important;background-size:cover !important;}
.hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.995) 0%,rgba(255,255,255,.97) 31%,rgba(255,255,255,.82) 45%,rgba(255,255,255,.26) 58%,rgba(255,255,255,0) 74%) !important;}

/* Better icon system */
.help-photo-icon,.finance-icon,.how-premium-icon{background:linear-gradient(145deg,#f8fbf0,#edf6d8)!important;border:1px solid rgba(146,181,1,.23)}
.help-photo-icon svg,.opp-master-icon svg,.opp-detail-card svg,.finance-icon svg,.how-premium-icon svg,.why-card svg,.logo360-wrap svg,.help-photo-icon-360 svg{width:100%;height:100%;fill:none;stroke:#92B501;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.help-photo-icon{width:52px;height:52px;padding:11px;border-radius:50%;box-shadow:0 6px 16px rgba(11,45,92,.09)}
.help-photo-icon-360{padding:11px}
.help-photo-icon-360 svg{width:28px;height:28px}
.logo360-wrap svg{width:82px;height:82px}
.logo360-wrap span{font-size:25px;font-weight:900;letter-spacing:.5px;color:#92B501}
.help-photo-card h3{color:#4a5560 !important}
.help-photo-card:not(.help-photo-card-360) h3{color:#4c5968 !important}
.help-photo-card-360 h3{color:#0b2d5c !important}

.orange-kicker{color:#fd6604 !important}
.service-detail-block .detail-copy h2{color:#434f5d !important}

/* Opportunities restored closer to master */
.opportunity-master-fix{max-width:1168px;margin:0 auto;background:#2d851b;border-radius:16px;padding:28px 30px 24px;display:grid;grid-template-columns:94px minmax(0,1fr) 330px;gap:24px;align-items:start;box-shadow:0 12px 28px rgba(11,45,92,.09)}
.opp-icon-wrap-master{padding-top:18px}
.opp-master-icon{width:72px;height:72px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;padding:16px}
.opp-text-master h2{font-size:27px;line-height:1.15;color:#fff;margin:0 0 14px;font-weight:800}
.opp-text-master h2 span{color:#fd6604}
.opp-text-master p{font-size:13px;line-height:1.65;color:#fff;margin:0 0 12px;max-width:650px}
.opp-strong-master{margin-top:6px!important;font-weight:700}
.opp-media-master{display:flex;flex-direction:column;align-items:flex-end;gap:16px}
.opp-media-master img{width:330px;height:150px;object-fit:cover;border-radius:12px;display:block;box-shadow:0 10px 22px rgba(0,0,0,.14)}
.opp-btn-master{min-width:250px !important;padding:12px 19px !important;font-size:14px !important;text-align:center;}
.opp-checks-master{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:16px 22px;padding-top:8px}
.opp-check-item{display:flex;align-items:center;gap:8px;color:#fff;font-size:11.5px;white-space:nowrap}
.opp-check-mark{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:2px solid #fd6604;border-radius:50%;color:#fd6604;font-size:15px;font-weight:900;line-height:1;flex:0 0 auto}
.opp-details-grid{max-width:1168px;margin:16px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.opp-detail-card{background:#fff;border:1px solid #e6edf2;border-radius:14px;padding:22px 18px;box-shadow:0 8px 22px rgba(11,45,92,.05)}
.opp-detail-card svg{width:36px;height:36px;display:block;margin-bottom:12px}
.opp-detail-card b{display:block;font-size:14px;line-height:1.3;color:#17335b;margin-bottom:7px}
.opp-detail-card p{font-size:12px;line-height:1.55;color:#506784;margin:0}

.finance-icon{width:48px;height:48px;padding:10px;border-radius:50%;margin-bottom:14px}
.how-premium-icon{width:54px;height:54px;padding:11px;border-radius:50%;margin-bottom:14px}
.why-card svg{width:38px;height:38px;display:block;margin-bottom:12px}

@media(max-width:1180px){.opp-details-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:980px){.opportunity-master-fix{grid-template-columns:72px 1fr;}.opp-media-master{grid-column:1 / -1;justify-self:center;align-items:center}.opp-checks-master{gap:12px 18px}}
@media(max-width:620px){.opportunity-master-fix{grid-template-columns:1fr;padding:24px 20px}.opp-icon-wrap-master{display:none}.opp-media-master img{width:100%;height:165px}.opp-checks-master{display:grid;grid-template-columns:1fr;gap:10px}.opp-details-grid{grid-template-columns:1fr}}

/* empresas-v7-ajuste-360-card */
.help-photo-360logo{background:#0b2d5c !important;}
.logo360-wrap{color:#fff !important;gap:12px !important;padding:18px;text-align:center;}
.logo360-wrap svg{stroke:#92B501 !important;}
.logo360-wrap span{color:#fff !important;font-size:20px !important;line-height:1.15 !important;font-weight:800 !important;max-width:170px;}
@media(max-width:620px){.logo360-wrap span{font-size:18px !important;max-width:none;}}

/* empresas-v8-icons-and-360 */
.help-photo-icon.asset-icon{padding:0;overflow:hidden;background:linear-gradient(145deg,#f8fbf0,#edf6d8)!important}
.help-photo-icon.asset-icon img{width:64%;height:64%;object-fit:contain;display:block}
.help-photo-card-360 .help-photo img{background:#0b2d5c;object-fit:cover}

/* empresas-v9-icon-fix */
.help-photo-icon.asset-icon{padding:0;overflow:hidden;background:linear-gradient(145deg,#f8fbf0,#edf6d8)!important}
.help-photo-icon.asset-icon img{width:66%;height:66%;object-fit:contain;display:block}
.help-cards-photo .help-photo-card:nth-child(2) .help-photo-icon.asset-icon img{width:72%;height:72%}

/* empresas-v11-oportunidades-ajustes */
.opportunity-extended{max-width:1168px;margin:0 auto;background:#2d851b;border-radius:18px;padding:30px 30px 22px;box-shadow:0 12px 28px rgba(11,45,92,.08)}
.opportunity-hero{display:grid;grid-template-columns:90px minmax(0,1fr) 345px;gap:24px;align-items:start}
.opp-hero-icon-image{padding-top:8px}
.opp-home-icon{width:72px;height:72px;display:block;object-fit:contain}
.opp-eyebrow{margin:0 0 8px;color:#fff;font-size:12px;font-weight:800;letter-spacing:.8px}
.opp-hero-copy h2{margin:0 0 14px;font-size:28px;line-height:1.12;color:#fff;font-weight:800}
.opp-hero-copy h2 span{color:#fd6604}
.opp-hero-copy p{margin:0 0 12px;color:#fff;font-size:14px;line-height:1.65;max-width:660px}
.opp-claim{font-weight:700}
.opp-hero-media{display:flex;align-items:flex-start;justify-content:flex-end;padding-top:14px}
.opp-hero-media img{width:345px;height:188px;object-fit:cover;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.15)}
.opp-what-we-check{margin-top:24px;background:linear-gradient(180deg,#f7fafc 0%,#f2f6fa 100%);border-radius:16px;padding:24px 24px 16px}
.opp-subheading{margin-bottom:20px}
.opp-subheading h3{margin:0 0 7px;color:#0b2d5c;font-size:28px;line-height:1.15}
.opp-subheading p{margin:0;color:#4a6480;font-size:14px;line-height:1.6}
.opp-grid-6.pro-style{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.pro-card{border-radius:16px;padding:22px 20px;box-shadow:0 12px 24px rgba(11,45,92,.06);border:0;position:relative;overflow:hidden}
.pro-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:#92B501;opacity:.9}
.pro-card-light{background:#ffffff}
.pro-card-dark{background:linear-gradient(145deg,#0b2d5c 0%,#11386f 100%)}
.opp-card-icon{width:44px;height:44px;padding:8px;background:linear-gradient(145deg,#f8fbf0,#edf6d8);border:1px solid rgba(146,181,1,.22);border-radius:50%;margin-bottom:12px;position:relative;z-index:1}
.pro-card h4,.pro-card .opp-card-intro,.pro-card ul,.pro-card li,.pro-card .opp-note{position:relative;z-index:1}
.pro-card h4{margin:0 0 9px;font-size:17px;line-height:1.28}
.pro-card-light h4{color:#17335b}
.pro-card-dark h4{color:#fff}
.pro-card .opp-card-intro{margin:0 0 10px;font-size:13px;line-height:1.55;font-weight:700}
.pro-card-light .opp-card-intro{color:#4c647f}
.pro-card-dark .opp-card-intro{color:#d9e6f6}
.pro-card ul{margin:0;padding:0 0 0 18px}
.pro-card li{margin:0 0 6px;font-size:13px;line-height:1.52}
.pro-card-light li{color:#4c647f}
.pro-card-dark li{color:#ecf3fb}
.pro-card .opp-note{margin:10px 0 0;font-size:12px;line-height:1.5;font-weight:700}
.pro-card-light .opp-note{color:#5e7725}
.pro-card-dark .opp-note{color:#bfe06d}
.opp-card-icon svg{width:100%;height:100%;fill:none;stroke:#92B501;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.opp-bottom-note{background:#0b2d5c!important;border:0!important;box-shadow:none!important;text-align:center!important;padding:22px 20px!important}
.opp-bottom-note h4{margin:0 0 12px;color:#fd6604;font-size:24px;line-height:1.2;text-align:center}
.opp-bottom-note p{margin:0;color:#ffffff;font-size:15px;line-height:1.7;font-weight:700;max-width:none;margin-inline:auto}

@media(max-width:1100px){.opportunity-hero{grid-template-columns:72px 1fr}.opp-hero-media{grid-column:1 / -1;justify-content:center;padding-top:6px}.opp-grid-6.pro-style{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.opportunity-extended{padding:24px 18px 18px}.opportunity-hero{grid-template-columns:1fr}.opp-hero-icon-image{display:none}.opp-hero-copy h2{font-size:26px}.opp-hero-media img{width:100%;height:190px}.opp-what-we-check{padding:20px 16px 14px}.opp-subheading h3{font-size:24px}.opp-grid-6.pro-style{grid-template-columns:1fr}.opp-bottom-note h4{font-size:22px}}

/* empresas-v12-oportunidades-ajuste-fino */
/* Oportunidades: ajustes visuales solicitados */
.opp-subheading h3{color:#fd6604 !important;}
.opp-subheading p{color:#0b2d5c !important;font-weight:700 !important;}
.opp-what-we-check{background:#ffffff !important;}
.opp-grid-6.pro-style{background:transparent !important;}
.pro-card::before{display:none !important;content:none !important;}
.pro-card,
.pro-card-light,
.pro-card-dark{
  background:#eef6d8 !important;
  border:1px solid rgba(146,181,1,.18) !important;
  box-shadow:0 10px 22px rgba(11,45,92,.05) !important;
}
.pro-card h4,
.pro-card-light h4,
.pro-card-dark h4{color:#17335b !important;}
.pro-card .opp-card-intro,
.pro-card-light .opp-card-intro,
.pro-card-dark .opp-card-intro,
.pro-card li,
.pro-card-light li,
.pro-card-dark li{color:#4c647f !important;}
.pro-card .opp-note,
.pro-card-light .opp-note,
.pro-card-dark .opp-note{color:#5e7725 !important;}
.opp-card-icon{
  width:42px !important;
  height:42px !important;
  padding:0 !important;
  margin:0 auto 14px !important;
  background:none !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.opp-card-icon svg{
  width:42px !important;
  height:42px !important;
  stroke:#fd6604 !important;
}

/* empresas-v13-oportunidades-sin-borde-numero */
.pro-card,
.pro-card-light,
.pro-card-dark{
  border:0 !important;
  box-shadow:none !important;
}
.opp-card-icon{
  width:auto !important;
  height:auto !important;
  margin:0 0 14px 0 !important;
  text-align:left !important;
}
.opp-card-icon svg{display:none !important;}
.opp-card-icon::before{
  content: attr(data-num);
  display:block;
  color:#fd6604;
  font-size:22px;
  font-weight:800;
  line-height:1;
}

/* empresas-v14-oportunidades-numeracion-final */
.opp-card-icon{
  width:100% !important;
  height:auto !important;
  margin:0 0 16px 0 !important;
  text-align:center !important;
}
.opp-card-icon::before{
  display:block;
  text-align:center;
  color:#fd6604;
  font-size:30px !important;
  font-weight:800;
  line-height:1;
}
.pro-card h4,
.pro-card-light h4,
.pro-card-dark h4{
  text-align:left;
}

/* empresas-v15-bullets-orange */
.pro-card ul li::marker,
.pro-card-light ul li::marker,
.pro-card-dark ul li::marker{
  color:#fd6604 !important;
}

/* empresas-v16-titulos-naranja-numeracion-punto */
.pro-card h4,
.pro-card-light h4,
.pro-card-dark h4{
  color:#fd6604 !important;
  text-align:center !important;
}
.opp-card-icon::before{
  content: attr(data-num) "." !important;
}

/* empresas-v17-subtitulos-naranja */
.service-detail-block .detail-copy .eyebrow,
.service-detail-block .detail-copy .neutral-kicker,
.service-detail-block .detail-copy .orange-kicker{
  color:#fd6604 !important;
}

/* empresas-v18-financiacion-iconografia */
.finance-icons-row{max-width:1168px;margin:24px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:28px 18px;align-items:start}
.finance-icon-item{text-align:center;padding:0 10px}
.finance-icon-plain{width:58px;height:58px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center}
.finance-icon-plain svg{width:44px;height:44px;fill:none;stroke:#fd6604;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.finance-icon-item h3{margin:0 0 8px;color:#0b2d5c;font-size:22px;line-height:1.2;font-weight:800}
.finance-icon-item p{margin:0;color:#4c647f;font-size:14px;line-height:1.6}
@media(max-width:980px){.finance-icons-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.finance-icons-row{grid-template-columns:1fr;gap:24px}.finance-icon-item h3{font-size:20px}}

/* empresas-v19-financiacion-ajuste-iconos */
.finance-icon-plain{
  width:108px !important;
  height:108px !important;
  margin:0 auto 16px !important;
}
.finance-icon-plain svg{
  width:88px !important;
  height:88px !important;
  stroke:#92B501 !important;
}
.finance-icon-item h3{
  font-size:20px !important;
  line-height:1.2 !important;
}
@media(max-width:620px){
  .finance-icon-plain{width:96px !important;height:96px !important;}
  .finance-icon-plain svg{width:78px !important;height:78px !important;}
  .finance-icon-item h3{font-size:18px !important;}
}

/* empresas-v20-financiacion-titulos-verdes */
.finance-icon-item h3{
  font-size:18px !important;
  line-height:1.2 !important;
  color:#92B501 !important;
}
@media(max-width:620px){
  .finance-icon-item h3{font-size:17px !important;}
}

/* empresas-v21-financiacion-png */
.finance-icon-png{
  width:108px;
  height:108px;
  margin:0 auto 16px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.finance-icon-png img{
  width:94px;
  height:94px;
  object-fit:contain;
  display:block;
}
@media(max-width:620px){
  .finance-icon-png{width:96px;height:96px}
  .finance-icon-png img{width:84px;height:84px}
}

/* empresas-v22-finance-png-final */
.finance-icon-png{width:108px;height:108px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center}
.finance-icon-png img{width:100%;height:100%;object-fit:contain;display:block}
@media(max-width:620px){.finance-icon-png{width:96px;height:96px}}

/* empresas-v24-how-why-redesign */
.how-process,.why-masar-open{max-width:1220px;margin:0 auto;padding-left:26px;padding-right:26px}
.process-line-wrap{max-width:1168px;margin:28px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}
.process-line-wrap::before{content:"";position:absolute;left:12%;right:12%;top:34px;height:1px;background:linear-gradient(90deg,rgba(146,181,1,0) 0%,rgba(146,181,1,.25) 12%,rgba(146,181,1,.25) 88%,rgba(146,181,1,0) 100%)}
.process-step{position:relative;text-align:center;padding:0 12px;background:transparent}
.process-icon{width:68px;height:68px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;background:transparent}
.process-icon svg,.why-open-icon svg{width:100%;height:100%;fill:none;stroke:#92B501;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.process-number{display:block;margin:0 0 8px;color:#fd6604;font-size:24px;font-weight:800;line-height:1}
.process-step h3{margin:0 0 8px;color:#0b2d5c;font-size:22px;line-height:1.2;font-weight:800}
.process-step p{margin:0;color:#4c647f;font-size:14px;line-height:1.62}

.why-open-grid{max-width:980px;margin:28px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:26px 28px;align-items:start}
.why-open-item{text-align:center;padding:4px 8px}
.why-open-icon{width:54px;height:54px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center}
.why-open-item h3{margin:0 0 8px;color:#0b2d5c;font-size:19px;line-height:1.22;font-weight:800}
.why-open-item p{margin:0;color:#4c647f;font-size:14px;line-height:1.58}

@media(max-width:980px){
  .process-line-wrap{grid-template-columns:repeat(2,1fr);gap:28px 22px}
  .process-line-wrap::before{display:none}
  .why-open-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:620px){
  .how-process,.why-masar-open{padding-left:18px;padding-right:18px}
  .process-line-wrap{grid-template-columns:1fr;gap:24px}
  .process-step{padding:0}
  .process-icon{width:62px;height:62px}
  .process-step h3{font-size:20px}
  .why-open-grid{grid-template-columns:1fr 1fr;gap:22px 16px}
  .why-open-item h3{font-size:17px}
}

/* empresas-v25-how-why-png-icons */
.process-icon img,.why-open-icon img{width:100%;height:100%;object-fit:contain;display:block}
.process-icon{width:78px !important;height:78px !important;background:transparent !important}
.why-open-icon{width:62px !important;height:62px !important}
@media(max-width:620px){
  .process-icon{width:70px !important;height:70px !important}
  .why-open-icon{width:56px !important;height:56px !important}
}

/* empresas-v27-porque-masar-titulos-verdes */
.why-open-item h3{
  color:#92B501 !important;
}

/* empresas-v29-lineas-titulos-centro */
.section-heading h2{
  display:flex !important;
  align-items:center;
  justify-content:center;
  gap:18px;
}
.section-heading h2::before,
.section-heading h2::after{
  content:"";
  display:block;
  width:110px;
  height:1px;
  background:rgba(253,102,4,.55);
  flex:0 0 110px;
}
@media (max-width: 768px){
  .section-heading h2{
    gap:12px;
  }
  .section-heading h2::before,
  .section-heading h2::after{
    width:56px;
    flex-basis:56px;
  }
}
@media (max-width: 480px){
  .section-heading h2::before,
  .section-heading h2::after{
    width:34px;
    flex-basis:34px;
  }
}

/* empresas-v30-lineas-titulos-ajuste */
.section-heading h2{
  gap:20px !important;
}
.section-heading h2::before,
.section-heading h2::after{
  width:145px !important;
  flex-basis:145px !important;
  height:2px !important;
  background:rgba(253,102,4,.62) !important;
}
@media (max-width:768px){
  .section-heading h2{
    gap:14px !important;
  }
  .section-heading h2::before,
  .section-heading h2::after{
    width:74px !important;
    flex-basis:74px !important;
    height:2px !important;
  }
}
@media (max-width:480px){
  .section-heading h2::before,
  .section-heading h2::after{
    width:44px !important;
    flex-basis:44px !important;
  }
}

/* masar-empresas-final-ajustes */
/* CTA intermedio — coherente con HOME / EMPRESAS */
.masar-cta-mid{
  padding-top:18px !important;
  padding-bottom:24px !important;
}
.cta-mid-wrap{
  max-width:1168px;
  margin:0 auto;
  background:linear-gradient(135deg,#0b2d5c 0%,#123b73 100%);
  border-radius:16px;
  padding:28px 32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  box-shadow:0 12px 26px rgba(11,45,92,.10);
}
.cta-mid-copy{max-width:820px}
.cta-mid-kicker{
  margin:0 0 7px;
  color:#92B501;
  font-size:11px;
  font-weight:800;
  letter-spacing:.8px;
}
.cta-mid-copy h2{
  margin:0 0 8px;
  color:#fff;
  font-size:28px;
  line-height:1.18;
  font-weight:800;
}
.cta-mid-copy p:not(.cta-mid-kicker){
  margin:0;
  color:#dce7f3;
  font-size:14px;
  line-height:1.6;
}
.cta-mid-btn{
  white-space:nowrap;
  flex:0 0 auto;
}

/* Cómo trabajamos — línea únicamente ENTRE los iconos */
.process-line-wrap::before{
  display:none !important;
}
.process-step{
  position:relative !important;
}
.process-step:not(:last-child)::after{
  content:"";
  position:absolute;
  top:38px;
  left:calc(50% + 52px);
  right:calc(-50% + 52px);
  height:2px;
  background:rgba(146,181,1,.58);
  border-radius:2px;
  z-index:0;
}
.process-icon{
  position:relative !important;
  z-index:2 !important;
  background:transparent !important;
}

@media(max-width:980px){
  .process-step::after{display:none !important;}
}
@media(max-width:820px){
  .cta-mid-wrap{
    flex-direction:column;
    align-items:flex-start;
  }
  .cta-mid-copy h2{font-size:25px}
  .cta-mid-btn{
    width:100%;
    text-align:center;
    justify-content:center;
  }
}
@media(max-width:620px){
  .cta-mid-wrap{padding:24px 20px}
  .cta-mid-copy h2{font-size:23px}
}

/* gestion360-final-page */
.hero-360{background-image:url("../embedded/de37f3d4f25c70ce.webp") !important;background-size:cover !important;background-position:78% center !important;}
.hero-360 .hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.95) 27%,rgba(255,255,255,.72) 45%,rgba(255,255,255,.10) 68%,rgba(255,255,255,0) 100%) !important;}
.hero-360 h1{max-width:700px;}
.what360-grid{max-width:1168px;margin:26px auto 0;display:grid;grid-template-columns:.92fr 1.08fr;gap:42px;align-items:center;}
.what360-media{height:310px;border-radius:15px;overflow:hidden;box-shadow:0 10px 28px rgba(11,45,92,.09);}
.what360-media img{width:100%;height:100%;object-fit:cover;display:block;}
.what360-copy p{font-size:15px;line-height:1.7;color:#304a70;margin:0 0 18px;}
.what360-copy strong{color:#0b2d5c;}
.what360-principles{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px;}
.what360-principles span{padding:8px 12px;border-radius:999px;background:#eef6d8;color:#587300;font-size:12px;font-weight:800;}
.process-five{grid-template-columns:repeat(5,1fr) !important;gap:18px !important;}
.process-five .process-step:not(:last-child)::after{content:"";position:absolute;top:38px;left:calc(50% + 48px);right:calc(-50% + 48px);height:2px;background:rgba(146,181,1,.58);border-radius:2px;z-index:0;}
.process-five .process-icon{position:relative;z-index:2;background:transparent !important;}
.include-grid{max-width:1168px;margin:28px auto 0;display:grid;grid-template-columns:repeat(6,1fr);gap:34px 24px;align-items:start;}
.include-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:4px 8px;}
.include-icon{width:58px;height:58px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;}
.include-icon img{width:100%;height:100%;object-fit:contain;display:block;filter:brightness(0) saturate(100%) invert(64%) sepia(73%) saturate(1233%) hue-rotate(27deg) brightness(88%) contrast(100%);}
.include-item h3{margin:0 0 8px;color:#0b2d5c;font-size:15px;line-height:1.18;min-height:36px;display:flex;align-items:flex-start;justify-content:center;}
.include-item p{margin:0 auto;max-width:170px;color:#536a84;font-size:11.5px;line-height:1.52;}
.include-message{max-width:1168px;margin:30px auto 0;padding:16px 22px;border-radius:11px;background:linear-gradient(90deg,#f3f8e7,#eef6d8,#f3f8e7);text-align:center;color:#4b6077;font-size:14px;}
.include-message strong{color:#fd6604;}
.include-message .after-text{color:#0b2d5c;font-weight:700;}
.op360-head{max-width:1168px;margin:0 auto;background:linear-gradient(135deg,#2e7d20,#39922b);border-radius:16px;color:#fff;padding:30px 34px;}
.op360-head-inner{display:grid;grid-template-columns:88px minmax(0,1fr);gap:22px;align-items:start;}
.op360-badge{display:block;width:72px;height:72px;margin:4px 0 0;background:none;border:none;border-radius:0;box-shadow:none;padding:0;}
.op360-badge img{display:block;width:100%;height:100%;object-fit:contain;}
.op360-copy{min-width:0;}
.op360-head .opp-eyebrow{color:#d7f168;font-weight:800;font-size:11px;letter-spacing:.8px;}
.op360-head h2{margin:5px 0 10px;color:#fff;font-size:30px;line-height:1.18;}
.op360-head .op360-maincopy > p{margin:0;max-width:920px;font-size:14px;line-height:1.7;color:#f5fff3;}
.op360-body{max-width:1168px;margin:0 auto;padding:26px 0 0 !important;}
.op360-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px;}
.op360-card{background:#eef6d8;border-radius:13px;padding:22px 20px;text-align:center;}
.op360-num{color:#fd6604;font-size:28px;font-weight:900;line-height:1;margin-bottom:10px;}
.op360-card h3{margin:0 0 7px;color:#fd6604;font-size:17px;}
.op360-card p{margin:0;color:#4c647f;font-size:12px;line-height:1.5;}
.audience-grid{max-width:1168px;margin:28px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:22px;}
.audience-card{border:1px solid #e1e8ef;border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 10px 28px rgba(11,45,92,.07);display:grid;grid-template-columns:.86fr 1.14fr;}
.audience-media{min-height:300px;}
.audience-media img{width:100%;height:100%;object-fit:cover;display:block;}
.audience-copy{padding:28px 26px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;}
.audience-copy span{color:#fd6604;font-size:10px;font-weight:900;letter-spacing:.8px;}
.audience-copy h3{margin:7px 0 9px;color:#0b2d5c;font-size:23px;}
.audience-copy p{margin:0 0 20px;color:#4c647f;font-size:13px;line-height:1.58;}
.priority-grid{max-width:1168px;margin:28px auto 0;display:grid;grid-template-columns:repeat(8,1fr);gap:14px;}
.priority-item{text-align:center;padding:3px 4px;}
.priority-item img{width:48px;height:48px;object-fit:contain;margin:0 auto 10px;}
.priority-item h3{font-size:13px;color:#0b2d5c;margin:0 0 5px;}
.priority-item p{font-size:10.5px;line-height:1.4;color:#536a84;margin:0;}
.priority-close{text-align:center;color:#0b2d5c;font-weight:700;font-size:13px;margin:26px 0 0;}
.why-masar-open .why-open-item h3{color:#92B501 !important;}
.cta-mid-wrap{max-width:1168px;margin:0 auto;background:linear-gradient(135deg,#0b2d5c 0%,#123b73 100%);border-radius:16px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:28px;box-shadow:0 12px 26px rgba(11,45,92,.10);}
.cta-mid-copy{max-width:820px;} .cta-mid-kicker{margin:0 0 7px;color:#92B501;font-size:11px;font-weight:800;letter-spacing:.8px;}
.cta-mid-copy h2{margin:0 0 8px;color:#fff;font-size:28px;line-height:1.18;font-weight:800;} .cta-mid-copy p:not(.cta-mid-kicker){margin:0;color:#dce7f3;font-size:14px;line-height:1.6;}
.cta-mid-btn{white-space:nowrap;flex:0 0 auto;}
@media(max-width:1050px){.include-grid{grid-template-columns:repeat(4,1fr)}.priority-grid{grid-template-columns:repeat(4,1fr)}.process-five{grid-template-columns:repeat(2,1fr) !important}.process-five .process-step::after{display:none !important}}
@media(max-width:850px){.what360-grid{grid-template-columns:1fr;gap:22px}.audience-grid{grid-template-columns:1fr}.cta-mid-wrap{flex-direction:column;align-items:flex-start}.cta-mid-btn{width:100%}}
@media(max-width:620px){.hero-360{background-position:72% center !important}.include-grid{grid-template-columns:repeat(2,1fr)}.op360-grid{grid-template-columns:1fr}.priority-grid{grid-template-columns:repeat(2,1fr)}.audience-card{grid-template-columns:1fr}.audience-media{min-height:210px}.what360-media{height:230px}.process-five{grid-template-columns:1fr !important}}

/* masar-360-v2-ajustes */
/* ===== MASAR 360º — iteración visual diferencial ===== */
body{
  background:transparent !important;
}
header, .header, .site-header{
  background:rgba(255,255,255,.96);
}
.hero-360{
  background-image:url("../embedded/bb88193e4ec71162.webp") !important;
  background-position:center center !important;
  background-size:cover !important;
}
.hero-360 .hero-overlay{
  background:linear-gradient(90deg,
    rgba(247,249,251,.995) 0%,
    rgba(247,249,251,.97) 31%,
    rgba(247,249,251,.82) 45%,
    rgba(247,249,251,.32) 59%,
    rgba(247,249,251,.04) 72%,
    rgba(247,249,251,0) 100%) !important;
}
.hero-360 h1{max-width:720px !important;}
.hero-360 .hero-copy{max-width:575px !important;}

/* Contraste sutil: secciones blancas sobre fondo frío corporativo */
.what360,
.include360,
.audience360,
.why-masar-open,
.contact-section{
  background:transparent !important;
}
.process360,
.opportunity360,
.priorities360{
  background:transparent !important;
}

/* Informe 360º */
.report360{
  max-width:1100px;
  margin:22px auto 0;
  padding:10px 0 6px;
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);
  gap:28px;
  align-items:center;
  background:transparent;
  border:none;
  border-radius:0;
  box-shadow:none;
}
.report360-kicker{
  margin:0 0 7px;
  color:#FD6604;
  font-size:11px;
  font-weight:800;
  letter-spacing:.8px;
}
.report360 h3{
  margin:0 0 10px;
  color:#0b2d5c;
  font-size:27px;
  line-height:1.18;
}
.report360-lead{
  margin:0 0 18px;
  color:#334e68;
  font-size:15px;
  line-height:1.65;
}
.report360-points{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px 18px;
}
.report360-points span{
  position:relative;
  padding-left:22px;
  color:#0b2d5c;
  font-size:13px;
  line-height:1.45;
}
.report360-points span::before{
  content:"✓";
  position:absolute;
  left:0;
  top:-1px;
  width:16px;
  height:16px;
  border:1.5px solid #92B501;
  border-radius:50%;
  color:#92B501;
  display:grid;
  place-items:center;
  font-size:10px;
  font-weight:900;
}
.report360-foot{
  margin:18px 0 0;
  color:#0b2d5c;
  font-size:14px;
}

/* Visual de informe, sin imágenes externas */
.report360-visual{
  position:relative;
  min-height:220px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.report-sheet{
  position:absolute;
  width:190px;
  height:238px;
  padding:22px;
  background:#fff;
  border:1px solid #dbe4ec;
  border-radius:8px;
  box-shadow:0 12px 24px rgba(11,45,92,.12);
}
.sheet-back{right:0;top:12px;transform:rotate(7deg);}
.sheet-mid{right:92px;top:4px;transform:rotate(1.5deg);}
.sheet-front{right:180px;top:16px;transform:rotate(-5deg);}
.report-mark{
  color:#92B501;
  font-weight:900;
  font-size:18px;
  margin-bottom:16px;
}
.mini-heading{
  color:#0b2d5c;
  font-size:15px;
  line-height:1.25;
  font-weight:800;
  margin-bottom:18px;
}
.mini-title{width:72px;height:9px;border-radius:6px;background:#0b2d5c;margin-bottom:18px;opacity:.85;}
.mini-line{height:6px;background:#d9e3ec;border-radius:6px;margin:8px 0;}
.mini-line.short{width:68%;}
.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:18px;}
.mini-grid i{height:27px;border-radius:3px;background:#eef4e0;border:1px solid rgba(146,181,1,.25);}
.mini-chart{height:78px;display:flex;align-items:flex-end;gap:8px;margin-top:25px;}
.mini-chart i{width:20px;background:#92B501;border-radius:3px 3px 0 0;opacity:.75;}
.mini-chart i:nth-child(1){height:30%;}
.mini-chart i:nth-child(2){height:58%;}
.mini-chart i:nth-child(3){height:42%;}
.mini-chart i:nth-child(4){height:82%;}
.mini-donut{
  width:82px;height:82px;border-radius:50%;
  margin:20px auto 26px;
  background:conic-gradient(#92B501 0 38%,#FD6604 38% 56%,#0b2d5c 56% 100%);
  position:relative;
}
.mini-donut::after{
  content:"";position:absolute;inset:18px;border-radius:50%;background:#fff;
}

/* Línea del proceso: exclusivamente entre iconos */
.process-line-wrap::before{display:none !important;}
.process-step{position:relative !important;}
.process-step:not(:last-child)::after{
  content:"";
  position:absolute;
  top:38px;
  left:calc(50% + 52px);
  right:calc(-50% + 52px);
  height:2px;
  background:rgba(146,181,1,.58);
  border-radius:2px;
  z-index:0;
}
.process-icon{position:relative !important;z-index:2 !important;background:transparent !important;}

@media(max-width:980px){
  .hero-360{background-position:68% center !important;}
  .report360{grid-template-columns:1fr;}
  .report360-visual{min-height:245px;max-width:500px;width:100%;margin:0 auto;}
  .process-step::after{display:none !important;}
}
@media(max-width:680px){
  .hero-360{background-position:73% center !important;}
  .report360{padding:24px 20px;}
  .report360 h3{font-size:24px;}
  .report360-points{grid-template-columns:1fr;}
  .report360-visual{display:none;}
}

/* masar-360-v6-fixes */
/* Ajustes visuales solicitados */
.hero-360{min-height:500px !important; padding:124px 0 52px !important;}
.hero-360 .hero-copy{max-width:610px !important;}

/* Iconos sin fondos blancos en toda la página */
.hero-icons > div,
.include-icon,
.process-icon,
.why-open-icon,
.priority-item,
.report360-visual,
.report360-visual * {
  background: transparent !important;
  box-shadow:none !important;
  border:none !important;
}
.hero-icons img,
.include-icon img,
.process-icon img,
.why-open-icon img,
.priority-item > img {
  background: transparent !important;
  mix-blend-mode:normal;
  display:block;
}
.include-icon, .why-open-icon {
  padding: 0 !important;
}
.process-icon{
  padding:0 !important;
}
.process-step:not(:last-child)::after{
  top:34px !important;
  left:calc(50% + 44px) !important;
  right:calc(-50% + 44px) !important;
  height:3px !important;
  background:rgba(146,181,1,.6) !important;
}
.process-icon img{width:68px !important; height:68px !important;}

/* Bloque de valor superior / mini strip */
.include-strip, .include-strip article, .include-strip .include-item,
.include360 .include-icon, .include360 .include-item {
  background: transparent !important;
  box-shadow:none !important;
}

/* Imagen después del hero */
.what360-media{
  border-radius: 24px !important;
  overflow:hidden !important;
  box-shadow:0 12px 30px rgba(11,45,92,.10) !important;
}
.what360-media img{display:block; width:100%; height:100%; object-fit:cover;}

/* Nuevo visual del informe */
.report360{align-items:center !important;}
.report360-visual{
  display:flex !important;
  align-items:center;
  justify-content:center;
  min-height:420px;
}
.report-visual-image{
  display:block;
  width:100%;
  max-width:450px;
  height:auto;
}

@media (max-width:980px){
  .hero-360{min-height:460px !important; padding:116px 0 48px !important;}
  .report-visual-image{max-width:420px;}
}
@media (max-width:680px){
  .hero-360{min-height:420px !important; padding:106px 0 42px !important;}
  .process-icon img{width:56px !important; height:56px !important;}
  .report-visual-image{max-width:360px;}
}

/* masar-360-v8-icons-under-hero */
/* ===== Resumen 360º debajo del hero ===== */
.hero-benefits-strip{
  background:#fff;
  border-top:1px solid rgba(11,45,92,.05);
  border-bottom:1px solid rgba(11,45,92,.07);
}
.hero-benefits-grid{
  max-width:1220px;
  margin:0 auto;
  padding:20px 24px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.hero-benefit{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:14px;
  align-items:center;
  min-height:92px;
  padding:8px 22px;
  position:relative;
}
.hero-benefit:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:18%;
  bottom:18%;
  width:1px;
  background:#dce4ec;
}
.hero-benefit-icon{
  width:54px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent !important;
}
.hero-benefit-icon img{
  width:48px;
  height:48px;
  object-fit:contain;
  display:block;
  background:transparent !important;
  mix-blend-mode:normal;
}
.hero-benefit h3{
  margin:0 0 4px;
  color:#0b2d5c;
  font-size:15px;
  line-height:1.2;
  font-weight:800;
}
.hero-benefit p{
  margin:0;
  color:#536b86;
  font-size:12px;
  line-height:1.45;
}

/* Hero sigue compacto y limpio */
.hero-360{
  min-height:500px !important;
  padding-bottom:48px !important;
}

@media(max-width:980px){
  .hero-benefits-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .hero-benefit:nth-child(2)::after{
    display:none;
  }
  .hero-benefit:nth-child(-n+2){
    border-bottom:1px solid #e1e8ef;
  }
}
@media(max-width:620px){
  .hero-benefits-grid{
    grid-template-columns:1fr;
    padding:14px 18px;
  }
  .hero-benefit{
    grid-template-columns:50px 1fr;
    padding:14px 4px;
  }
  .hero-benefit::after{
    display:none !important;
  }
  .hero-benefit:not(:last-child){
    border-bottom:1px solid #e1e8ef;
  }
  .hero-benefit-icon{
    width:48px;
    height:48px;
  }
  .hero-benefit-icon img{
    width:42px;
    height:42px;
  }
}

/* masar-360-v9-fondo-azul-claro */
/* Fondo general uniforme en azul claro 360º */
html,
body,
main,
.hero-benefits-strip,
.what360,
.process360,
.include360,
.opportunity360,
.audience360,
.priorities360,
.why-masar-open,
.contact-section,
.section,
.section-tight{
  background:transparent !important;
}

/* Se eliminan bloques blancos de fondo para que toda la página
   mantenga el mismo azul claro corporativo */
.hero-benefits-strip{
  border-top:1px solid rgba(11,45,92,.05);
  border-bottom:1px solid rgba(11,45,92,.07);
}
.hero-benefit{
  background:transparent !important;
}
.hero-benefit:not(:last-child)::after{
  background:#d8e1ea !important;
}

/* Mantener blancas únicamente las piezas que funcionan como tarjetas */
.report360,
.audience-card,
.opp-card,
.opp-card-light,
.opp-card-dark,
.cta-mid-wrap,
.contact-card,
.map-card{
  background:#fff;
}

/* masar-360-v10-sin-separadores */
/* Franja de resumen bajo hero: sin líneas de separación */
.hero-benefits-strip{
  border-top:none !important;
  border-bottom:none !important;
}
.hero-benefit::after{
  display:none !important;
}
.hero-benefit{
  border:none !important;
}

/* masar-360-v12-no-card-image */
/* ¿Qué es MASAR 360? — imagen sin efecto tarjeta */
#que-es-360 .what360-media{
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
#que-es-360 .what360-media img{
  display:block;
  width:100%;
  height:auto;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
}

/* masar-360-v13-integracion-imagen */
#que-es-360 .what360-media{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}
#que-es-360 .what360-media img{
  display:block;
  width:100%;
  height:auto;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* masar-360-v14-hero-compacto */
/* HERO 360 EMPRESAS — más compacto y pegado bajo el menú */
.hero-360{
  min-height: 410px !important;
  height: auto !important;
  padding: 92px 0 34px !important;
  margin-top: 0 !important;
  background-position: 76% center !important;
  background-size: cover !important;
}
.hero-360 .hero-content{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.hero-360 h1{
  margin-bottom: 14px !important;
}
.hero-360 .hero-copy{
  margin-bottom: 0 !important;
}

/* La imagen empieza justo debajo del header, sin franja extra */
header + .hero,
.site-header + .hero,
.header + .hero{
  margin-top: 0 !important;
}

/* Reducir espacio entre hero y franja de iconos */
.hero-benefits-strip{
  margin-top: 0 !important;
}
.hero-benefits-grid{
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* Asegurar que la navegación quede por encima del hero */
header,
.site-header,
.header{
  position: relative !important;
  z-index: 20 !important;
}
.hero-360{
  position: relative !important;
  z-index: 1 !important;
}

@media(max-width:980px){
  .hero-360{
    min-height: 380px !important;
    padding: 86px 0 30px !important;
    background-position: 80% center !important;
  }
}
@media(max-width:680px){
  .hero-360{
    min-height: 350px !important;
    padding: 78px 0 26px !important;
    background-position: 84% center !important;
  }
}

/* masar-360-v15-hero-under-menu */
/* HERO visible por debajo del menú */
header,
.site-header,
.header{
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  z-index:50 !important;
  background:transparent !important;
  box-shadow:none !important;
  border-bottom:none !important;
}

/* Si hay contenedor interior del header, también sin fondo blanco */
header .header-inner,
header .nav-wrap,
header .navbar,
.site-header .header-inner,
.header .header-inner{
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
}

/* El hero empieza arriba del todo y la imagen queda detrás del menú */
.hero-360{
  margin-top:0 !important;
  padding-top:92px !important;
  border-bottom:none !important;
  box-shadow:none !important;
}

/* Fundir el final del hero con el fondo azul claro de la página */
.hero-360::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:64px;
  pointer-events:none;
  background:linear-gradient(
    to bottom,
    rgba(243,246,249,0) 0%,
    rgba(243,246,249,.55) 48%,
    #f3f6f9 100%
  );
  z-index:2;
}
.hero-360 .hero-content{
  position:relative;
  z-index:4;
}

/* La franja de iconos se integra sin corte */
.hero-benefits-strip{
  position:relative;
  z-index:3;
  margin-top:-1px !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}

/* Mantener legibilidad del menú sobre la imagen */
header .nav a,
.site-header .nav a,
.header .nav a{
  text-shadow:0 1px 10px rgba(255,255,255,.65);
}

/* CTA del menú mantiene su acabado */
header .btn,
header .btn-orange,
.site-header .btn,
.header .btn{
  text-shadow:none !important;
}

@media(max-width:980px){
  .hero-360{
    padding-top:86px !important;
  }
  .hero-360::after{
    height:54px;
  }
}
@media(max-width:680px){
  .hero-360{
    padding-top:78px !important;
  }
  .hero-360::after{
    height:46px;
  }
}

/* masar-360-v16-iconos-sin-fondo */
/* Iconos sin fondo blanco */
.process-icon,
.process-icon img,
.hero-benefit-icon,
.hero-benefit-icon img{
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.process-icon{
  padding: 0 !important;
}

/* masar-360-v18-process-icons-transparent */
/* El proceso 360 usa los nuevos iconos PNG transparentes, sin recuadro */
.process-step{
  background: transparent !important;
}
.process-icon{
  width: 68px;
  height: 68px;
  margin: 0 auto 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:1;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.process-icon img{
  width: 68px !important;
  height: 68px !important;
  object-fit: contain !important;
  display:block;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* masar-v19-process-icons */
.process-icon{background:transparent !important;border:none !important;box-shadow:none !important;}
.process-icon img{background:transparent !important;border:none !important;box-shadow:none !important;display:block;}

/* masar-360-v20-no-white-icon-bg */
/* Corrección final: iconos del proceso sin ningún recuadro blanco */
.process-step, .process-step *::before, .process-step *::after { box-shadow:none !important; }
.process-step .process-icon,
.process-step .process-icon img{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.process-step .process-icon{
  width:56px !important;
  height:56px !important;
  padding:0 !important;
}
.process-step .process-icon img{
  width:56px !important;
  height:56px !important;
  object-fit:contain !important;
  mix-blend-mode:normal !important;
}

/* masar-v21-process-blue-bg */
/* V21 overrides: fondo azul general y proceso 360 centrado con iconos sin recuadro */
html, body, main{background:#eef4fb !important;}
body{background:#eef4fb !important;}
.section, .hero-benefits-strip, .how-process, .process360, .cta-band, .report-band, .footer, footer{background-color:transparent;}

#proceso-360{background:transparent !important;}
#proceso-360 .section-heading,
#proceso-360 .section-heading p,
#proceso-360 .section-heading h2{ text-align:center !important; }
#proceso-360 .process-line-wrap{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:28px !important;
  align-items:start !important;
  margin-top:26px !important;
}
#proceso-360 .process-step{
  text-align:center !important;
  padding:0 10px !important;
  background:transparent !important;
}
#proceso-360 .process-step::before,
#proceso-360 .process-step::after{ display:none !important; }
#proceso-360 .process-icon,
#proceso-360 .process-icon img{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
}
#proceso-360 .process-icon{
  width:84px !important;
  height:84px !important;
  margin:0 auto 18px !important;
}
#proceso-360 .process-icon img{
  width:84px !important;
  height:84px !important;
  object-fit:contain !important;
}
#proceso-360 .process-number{
  display:block !important;
  text-align:center !important;
  margin:0 0 10px !important;
}
#proceso-360 h3{
  text-align:center !important;
  margin:0 0 10px !important;
}
#proceso-360 p{
  text-align:center !important;
  margin:0 auto !important;
}
@media (max-width:1100px){
  #proceso-360 .process-line-wrap{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}
@media (max-width:760px){
  #proceso-360 .process-line-wrap{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:22px !important;}
  #proceso-360 .process-icon,#proceso-360 .process-icon img{width:72px !important;height:72px !important;}
}
@media (max-width:520px){
  #proceso-360 .process-line-wrap{grid-template-columns:1fr !important;}
}

/* masar-v22-resumen-centro-fondo-azul */
/* ==========================================================
   V22 — ÚLTIMO CAMBIO SOLICITADO
   1) Fondo azul claro en toda la página
   2) Franja bajo hero: iconos naranjas, grandes y arriba
   3) Icono + título + texto centrados
   ========================================================== */

/* Fondo azul claro general */
html,
body,
main{
  background:#eef4fb !important;
}
main > section:not(.hero-360),
.section,
.section-tight,
.hero-benefits-strip,
.what360,
.process360,
.include360,
.opportunity360,
.audience360,
.priorities360,
.why-masar-open,
.contact-section{
  background:#eef4fb !important;
}

/* Se conservan como piezas independientes los bloques/tarjetas */
.report360,
.audience-card,
.contact-card,
.cta-mid-wrap,
.opp-card,
.pro-card,
.finance-card{
  background-color:#fff;
}

/* Resumen 360º justo debajo del hero */
#resumen-360{
  background:#eef4fb !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
}
#resumen-360 .hero-benefits-grid{
  max-width:1168px !important;
  margin:0 auto !important;
  padding:30px 24px 34px !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:34px !important;
}
#resumen-360 .hero-benefit{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:center !important;
  min-height:0 !important;
  padding:0 14px !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}
#resumen-360 .hero-benefit::after,
#resumen-360 .hero-benefit::before{
  display:none !important;
}
#resumen-360 .hero-benefit-icon{
  width:76px !important;
  height:76px !important;
  margin:0 auto 13px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}
#resumen-360 .hero-benefit-icon img{
  width:72px !important;
  height:72px !important;
  object-fit:contain !important;
  display:block !important;
  margin:0 auto !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  mix-blend-mode:normal !important;
}
#resumen-360 .hero-benefit-copy{
  width:100% !important;
  text-align:center !important;
}
#resumen-360 .hero-benefit h3{
  margin:0 0 8px !important;
  color:#0b2d5c !important;
  font-size:17px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  text-align:center !important;
}
#resumen-360 .hero-benefit p{
  max-width:245px !important;
  margin:0 auto !important;
  color:#4c647f !important;
  font-size:13px !important;
  line-height:1.5 !important;
  text-align:center !important;
}

/* No divisores en esta franja */
#resumen-360 *{
  border-color:transparent;
}

@media(max-width:980px){
  #resumen-360 .hero-benefits-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:30px 36px !important;
  }
}
@media(max-width:620px){
  #resumen-360 .hero-benefits-grid{
    grid-template-columns:1fr !important;
    gap:28px !important;
    padding:26px 20px 30px !important;
  }
  #resumen-360 .hero-benefit-icon,
  #resumen-360 .hero-benefit-icon img{
    width:68px !important;
    height:68px !important;
  }
}

/* masar-v23-hero-blue-fuse */
/* V23 — hero integrado con el fondo azul, sin línea de corte */
.hero.hero-360,
#inicio.hero.hero-360{
  background-color:#eef4fb !important;
  background-repeat:no-repeat !important;
  background-position:right center !important;
  background-size:cover !important;
  margin-bottom:0 !important;
  padding-bottom:0 !important;
  overflow:hidden !important;
}
.hero.hero-360 .hero-overlay{
  background:
    linear-gradient(90deg,
      rgba(238,244,251,.985) 0%,
      rgba(238,244,251,.955) 28%,
      rgba(238,244,251,.70) 46%,
      rgba(238,244,251,0) 68%),
    linear-gradient(180deg,
      rgba(238,244,251,0) 72%,
      rgba(238,244,251,.92) 90%,
      rgba(238,244,251,1) 100%) !important;
}
.hero.hero-360::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:-1px;
  height:48px;
  background:linear-gradient(180deg, rgba(238,244,251,0) 0%, rgba(238,244,251,1) 100%);
  pointer-events:none;
  z-index:1;
}
.hero.hero-360 .hero-content{position:relative;z-index:2;}
#resumen-360{
  margin-top:0 !important;
  padding-top:0 !important;
  position:relative;
  z-index:2;
}

/* masar-360-v26-report-card-refine */
/* Refinado de la tarjeta del informe 360º */
.report360{
  max-width:1120px !important;
  margin:26px auto 0 !important;
  padding:36px 38px !important;
  gap:44px !important;
  align-items:center !important;
  background:rgba(255,255,255,.88) !important;
  border:none !important;
  border-radius:30px !important;
  box-shadow:none !important;
}
.report360-copy{
  display:flex;
  flex-direction:column;
  gap:0;
}
.report360-kicker{
  margin:0 0 10px !important;
  font-size:12px !important;
  letter-spacing:1px !important;
}
.report360 h3{
  margin:0 0 16px !important;
  font-size:29px !important;
  line-height:1.15 !important;
}
.report360-lead{
  margin:0 0 24px !important;
  font-size:15px !important;
  line-height:1.72 !important;
}
.report360-points{
  gap:14px 26px !important;
}
.report360-points span{
  padding-left:26px !important;
  font-size:13px !important;
  line-height:1.62 !important;
}
.report360-points span::before{
  top:2px !important;
}
.report360-foot{
  margin:24px 0 0 !important;
  font-size:14px !important;
  line-height:1.6 !important;
}
.report360-visual{
  min-height:auto !important;
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
}
.report-visual-image{
  width:100% !important;
  max-width:410px !important;
  border-radius:28px !important;
  overflow:hidden !important;
  display:block !important;
}
@media (max-width:980px){
  .report360{
    grid-template-columns:1fr !important;
    padding:30px 28px !important;
    gap:26px !important;
  }
  .report360-visual{
    justify-content:center !important;
  }
  .report-visual-image{
    max-width:380px !important;
  }
}
@media (max-width:680px){
  .report360{
    padding:24px 20px !important;
    border-radius:24px !important;
  }
  .report360 h3{
    font-size:24px !important;
  }
  .report360-lead{
    margin-bottom:20px !important;
    font-size:14px !important;
  }
  .report360-points{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  .report360-points span{
    line-height:1.58 !important;
  }
  .report-visual-image{
    max-width:320px !important;
    border-radius:22px !important;
  }
}

/* masar-360-v29-report-spacing */
/* V29: respiración y separación más clara en el bloque del informe */
.report360{
  padding:48px 54px !important;
  gap:58px !important;
  align-items:center !important;
}
.report360-copy{
  max-width:700px !important;
  display:flex !important;
  flex-direction:column !important;
}
.report360-kicker{
  margin:0 0 16px !important;
  letter-spacing:1.6px !important;
}
.report360 h3{
  margin:0 0 26px !important;
  line-height:1.18 !important;
}
.report360-lead{
  margin:0 auto 40px !important;
  max-width:650px !important;
  font-size:16px !important;
  line-height:2 !important;
}
.report360-points{
  margin:4px 0 0 !important;
  gap:28px 46px !important;
  align-items:start !important;
}
.report360-points span{
  display:block !important;
  padding-left:34px !important;
  padding-right:14px !important;
  font-size:14px !important;
  line-height:1.95 !important;
}
.report360-points span::before{
  width:18px !important;
  height:18px !important;
  top:5px !important;
}
.report360-foot{
  margin:42px 0 0 !important;
  padding-top:4px !important;
  font-size:15px !important;
  line-height:1.9 !important;
}
@media (max-width:980px){
  .report360{
    padding:38px 34px !important;
    gap:38px !important;
  }
  .report360-lead{
    margin-bottom:34px !important;
    line-height:1.9 !important;
  }
  .report360-points{
    gap:24px 32px !important;
  }
  .report360-foot{
    margin-top:32px !important;
  }
}
@media (max-width:680px){
  .report360{
    padding:28px 20px !important;
  }
  .report360-kicker{
    margin-bottom:12px !important;
  }
  .report360 h3{
    margin-bottom:20px !important;
  }
  .report360-lead{
    margin-bottom:26px !important;
    font-size:14px !important;
    line-height:1.85 !important;
  }
  .report360-points{
    gap:18px !important;
  }
  .report360-points span{
    line-height:1.75 !important;
  }
  .report360-foot{
    margin-top:26px !important;
    line-height:1.75 !important;
  }
}

/* masar-360-v30-report-spacing */
/* V30: mejor respiración del bloque informe + título en verde */
.report360{
  grid-template-columns:minmax(0,1.18fr) minmax(300px,0.82fr) !important;
  padding:44px 52px !important;
  gap:40px 54px !important;
  align-items:center !important;
}
.report360-copy{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  gap:0 !important;
  max-width:100% !important;
}
.report360 h3{
  color:#92B501 !important;
  margin:0 0 30px !important;
  max-width:700px !important;
  line-height:1.18 !important;
}
.report360-lead{
  margin:0 auto 34px !important;
  max-width:720px !important;
  font-size:16px !important;
  line-height:2.05 !important;
}
.report360-points{
  width:100% !important;
  max-width:780px !important;
  margin:4px auto 0 !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  column-gap:54px !important;
  row-gap:24px !important;
}
.report360-points span{
  padding-left:34px !important;
  padding-right:10px !important;
  font-size:14px !important;
  line-height:1.95 !important;
}
.report360-points span::before{
  top:5px !important;
}
.report360-foot{
  margin:30px 0 0 !important;
  max-width:700px !important;
  font-size:15px !important;
  line-height:1.95 !important;
}
.report360-visual{
  max-width:360px !important;
  width:100% !important;
  justify-self:end !important;
}
@media (max-width:1100px){
  .report360{
    grid-template-columns:minmax(0,1fr) minmax(260px,0.72fr) !important;
    padding:38px 36px !important;
    gap:32px 34px !important;
  }
  .report360-points{
    column-gap:34px !important;
    row-gap:20px !important;
  }
}
@media (max-width:980px){
  .report360{
    grid-template-columns:1fr !important;
    padding:34px 28px !important;
    gap:28px !important;
  }
  .report360-copy,.report360-lead,.report360-foot,.report360-points{
    max-width:100% !important;
  }
  .report360-points{
    column-gap:28px !important;
  }
  .report360-visual{
    max-width:420px !important;
    justify-self:center !important;
  }
}
@media (max-width:680px){
  .report360{padding:26px 18px !important;}
  .report360 h3{margin-bottom:22px !important;}
  .report360-lead{margin-bottom:24px !important;font-size:14px !important;line-height:1.85 !important;}
  .report360-points{grid-template-columns:1fr !important;row-gap:16px !important;}
  .report360-points span{line-height:1.75 !important;}
  .report360-foot{margin-top:22px !important;line-height:1.75 !important;}
}

/* masar-360-v31-lead-adjust */
/* V31: ajuste del texto introductorio del informe */
.report360-lead{
  font-size:15px !important;
  font-weight:700 !important;
  line-height:1.72 !important;
  margin:0 auto 44px !important;
}
@media (max-width:680px){
  .report360-lead{
    font-size:13px !important;
    line-height:1.62 !important;
    margin:0 auto 30px !important;
  }
}

/* masar-360-v32-line-gap */
/* V32: más aire entre las líneas del texto introductorio del informe */
.report360-lead{
  line-height:1.96 !important;
}
@media (max-width:680px){
  .report360-lead{
    line-height:1.84 !important;
  }
}

/* masar-360-v33-process-clean */
/* V33: iconos del proceso 360 sin fondo blanco, centrados y en naranja */
.process-line-wrap.process-five{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:20px !important;
  align-items:start !important;
}
.process-five .process-step{
  text-align:center !important;
  padding:0 10px !important;
}
.process-five .process-step::after{display:none !important;}
.process-five .process-icon{
  width:82px !important;
  height:82px !important;
  margin:0 auto 14px !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  padding:0 !important;
}
.process-five .process-icon svg{
  width:100% !important;
  height:100% !important;
  display:block !important;
  fill:none !important;
  stroke:#92B501 !important;
  stroke-width:1.8 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.process-five .process-number{
  display:block !important;
  margin:0 0 8px !important;
}
.process-five .process-step h3{
  text-align:center !important;
  margin:0 0 10px !important;
}
.process-five .process-step p{
  text-align:center !important;
  max-width:220px !important;
  margin:0 auto !important;
}
@media (max-width:1050px){
  .process-line-wrap.process-five{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:680px){
  .process-line-wrap.process-five{grid-template-columns:1fr !important;gap:22px !important;}
  .process-five .process-icon{width:74px !important;height:74px !important;}
  .process-five .process-step p{max-width:320px !important;}
}

/* masar-360-v34-report-spacing */
/* V34: más separación bajo el texto introductorio y puntos más juntos */
.report360-lead{
  margin:0 auto 60px !important;
}
.report360-points{
  max-width:700px !important;
  margin:0 auto !important;
  column-gap:26px !important;
  row-gap:26px !important;
}
.report360-points span{
  padding-right:4px !important;
}
@media (max-width:1100px){
  .report360-lead{margin:0 auto 54px !important;}
  .report360-points{max-width:680px !important;column-gap:22px !important;row-gap:24px !important;}
}
@media (max-width:980px){
  .report360-lead{margin:0 auto 46px !important;}
  .report360-points{max-width:100% !important;column-gap:20px !important;}
}
@media (max-width:680px){
  .report360-lead{margin:0 auto 30px !important;}
  .report360-points{row-gap:18px !important;}
}

/* masar-360-v35-report-precise */
/* V35 — ajuste literal del bloque del informe. No modifica el resto de la página. */
.report360-lead{
  margin:0 auto 72px !important;
}
.report360-points{
  width:100% !important;
  max-width:660px !important;
  margin:0 auto !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  column-gap:18px !important;
  row-gap:18px !important;
}
.report360-points span{
  font-size:14px !important;
  line-height:1.62 !important;
  padding-left:32px !important;
  padding-right:0 !important;
}
.report360-points span::before{
  top:2px !important;
}
.report360-foot{
  margin-top:34px !important;
}
@media (max-width:980px){
  .report360-lead{margin-bottom:58px !important;}
  .report360-points{max-width:640px !important;column-gap:16px !important;row-gap:18px !important;}
}
@media (max-width:680px){
  .report360-lead{margin-bottom:34px !important;}
  .report360-points{grid-template-columns:1fr !important;max-width:100% !important;row-gap:14px !important;}
  .report360-points span{line-height:1.58 !important;}
}

/* masar-360-v36-report-final-spacing */
/* V36: más aire entre bloque introductorio, puntos y texto final */
.report360-lead{
  margin:0 auto 30px !important;
  max-width:760px !important;
}
.report360-points{
  margin:18px auto 0 !important;
  max-width:640px !important;
  column-gap:20px !important;
  row-gap:12px !important;
}
.report360-points span{
  line-height:1.75 !important;
}
.report360-foot{
  margin:34px 0 0 !important;
  padding-top:6px !important;
}
@media (max-width:980px){
  .report360-lead{
    margin:0 auto 26px !important;
  }
  .report360-points{
    margin-top:16px !important;
    column-gap:18px !important;
    row-gap:12px !important;
  }
  .report360-foot{
    margin-top:38px !important;
  }
}
@media (max-width:680px){
  .report360-lead{
    margin:0 auto 22px !important;
  }
  .report360-points{
    margin-top:14px !important;
    row-gap:10px !important;
  }
  .report360-foot{
    margin-top:30px !important;
  }
}

/* masar-v41-op360-title-orange */
#oportunidades-360 .op360-head h2{color:#FD6604 !important;}

/* masar-v49-oportunidades-priorizacion */
/* V49 — priorización: 8 bloques blancos limpios dentro de la tarjeta verde */
#oportunidades-360 .op360-head h2{
  color:#FD6604 !important;
}
#oportunidades-360 .op360-priority{
  margin-top:28px !important;
  padding-top:0 !important;
  border-top:none !important;
}
#oportunidades-360 .op360-priority-intro{
  margin:0 auto 22px !important;
}
#oportunidades-360 .op360-priority-copy h3{
  color:#FD6604 !important;
  font-size:23px !important;
  line-height:1.2 !important;
  margin:0 0 7px !important;
}
#oportunidades-360 .op360-priority-copy p{
  max-width:760px !important;
  color:#f5fff3 !important;
  font-size:13.5px !important;
  line-height:1.62 !important;
}
#oportunidades-360 .op360-priority-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:14px !important;
  margin-top:20px !important;
  align-items:stretch !important;
}
#oportunidades-360 .op360-priority-item{
  background:#ffffff !important;
  border:1px solid rgba(11,45,92,.08) !important;
  border-radius:14px !important;
  padding:16px 14px 15px !important;
  text-align:center !important;
  box-shadow:0 4px 12px rgba(11,45,92,.045) !important;
  min-height:128px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
}
#oportunidades-360 .op360-priority-num{
  display:block !important;
  color:#FD6604 !important;
  font-size:21px !important;
  font-weight:900 !important;
  line-height:1 !important;
  letter-spacing:.02em !important;
  margin:0 0 8px !important;
}
#oportunidades-360 .op360-priority-item h4{
  margin:0 0 7px !important;
  color:#0b2d5c !important;
  font-size:15px !important;
  line-height:1.22 !important;
  font-weight:800 !important;
}
#oportunidades-360 .op360-priority-item p{
  margin:0 auto !important;
  max-width:165px !important;
  color:#536a84 !important;
  font-size:12px !important;
  line-height:1.5 !important;
}
#oportunidades-360 .op360-priority-foot{
  margin:25px auto 0 !important;
  color:#ffffff !important;
  font-size:14px !important;
  font-weight:800 !important;
  line-height:1.62 !important;
  text-align:center !important;
  max-width:900px !important;
}
@media(max-width:980px){
  #oportunidades-360 .op360-priority-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media(max-width:620px){
  #oportunidades-360 .op360-priority-grid{grid-template-columns:1fr !important;gap:12px !important;}
  #oportunidades-360 .op360-priority-item{min-height:auto !important;padding:15px 14px !important;}
  #oportunidades-360 .op360-priority-copy h3{font-size:21px !important;}
}

/* masar-360-v50-form-master */
/* Formulario: mismo patrón naranja que Home / Empresas / Particulares */
#contacto .contact-card{
  background:linear-gradient(135deg,#ff5b00,#fd6604) !important;
  color:#fff !important;
}
#contacto .contact-card h2,
#contacto .contact-card p,
#contacto .contact-card .form-trust{
  color:#fff !important;
}

/* masar-v52-cta-dark-master */
/* CTA — igual que páginas maestras */
#cta-360 .cta-mid-wrap{
  background:linear-gradient(135deg,#0b2d5c 0%,#123b73 100%) !important;
  background-color:#0b2d5c !important;
}
#cta-360 .cta-mid-copy h2{color:#ffffff !important;}
#cta-360 .cta-mid-copy p:not(.cta-mid-kicker){color:#dce7f3 !important;}
#cta-360 .cta-mid-kicker{color:#92B501 !important;}

/* masar-v56-oportunidades-icon-arriba */
/* V56 — icono de oportunidades encima del texto, alineado a la izquierda */
#oportunidades-360 .op360-head-inner{
  display:block !important;
}
#oportunidades-360 .op360-badge{
  width:72px !important;
  height:72px !important;
  margin:0 0 18px 0 !important;
}
#oportunidades-360 .op360-copy{
  width:100% !important;
  text-align:left !important;
}
@media(max-width:620px){
  #oportunidades-360 .op360-badge{
    width:64px !important;
    height:64px !important;
    margin:0 0 16px 0 !important;
  }
}

/* masar-v58-master-sectores */
/* V58 — slider de sectores copiado de la página maestra */
#sectores-360{padding-top:34px !important;padding-bottom:42px !important;}
#sectores-360 .section-heading{max-width:820px;margin:0 auto 26px;text-align:center;}
#sectores-360 .section-heading h2{margin-bottom:10px;}
#sectores-360 .section-heading p{max-width:760px;margin:0 auto;color:#536a84;font-size:15px;line-height:1.65;}
.master-carousel-wrap{max-width:1168px;margin:0 auto;position:relative;padding:0 50px;}
.master-sector-track{
  display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;
  scrollbar-width:none;padding:0 6px 10px;cursor:grab;
}
.master-sector-track:active{cursor:grabbing;}
.master-sector-track::-webkit-scrollbar{display:none;}
.master-sector-track img{
  flex:0 0 190px;width:190px;height:285px;object-fit:cover;border-radius:14px;
  scroll-snap-align:start;box-shadow:0 8px 18px rgba(9,39,78,.10);
  transition:transform .25s ease,box-shadow .25s ease;
}
.master-sector-track img:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(9,39,78,.15);}
.master-carousel-btn{
  position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:38px;height:38px;
  border-radius:50%;border:1px solid rgba(11,45,92,.14);background:#fff;color:#0b2d5c;
  font-size:25px;line-height:1;display:flex;align-items:center;justify-content:center;
  box-shadow:0 5px 15px rgba(11,45,92,.09);cursor:pointer;
}
.master-carousel-btn.prev{left:4px;}
.master-carousel-btn.next{right:4px;}
.master-carousel-dots{display:flex;justify-content:center;gap:7px;margin-top:13px;}
.master-carousel-dots span{width:7px;height:7px;border-radius:50%;background:rgba(11,45,92,.18);}
.master-carousel-dots span.active{background:#92B501;}
@media(max-width:700px){
  #sectores-360{padding-top:26px !important;padding-bottom:34px !important;}
  .master-carousel-wrap{padding:0 42px;}
  .master-sector-track{gap:10px;}
  .master-sector-track img{flex:0 0 72vw;width:72vw;height:auto;aspect-ratio:2/3;}
}

/* masar-v59-include-photos */
/* V59 — Qué puede incluir: fotografías en lugar de iconos */
#include-360 .include-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:stretch !important;
}
#include-360 .include-item{
  background:#fff !important;
  border-radius:15px !important;
  overflow:hidden !important;
  padding:0 0 18px !important;
  border:1px solid rgba(11,45,92,.07) !important;
  box-shadow:0 6px 18px rgba(11,45,92,.045) !important;
  text-align:left !important;
  display:flex !important;
  flex-direction:column !important;
  min-height:100% !important;
}
#include-360 .include-photo{
  width:100% !important;
  height:142px !important;
  overflow:hidden !important;
  margin:0 0 15px !important;
  background:#dfe7ef !important;
}
#include-360 .include-photo img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  filter:none !important;
  transition:transform .3s ease !important;
}
#include-360 .include-item:hover .include-photo img{transform:scale(1.035) !important;}
#include-360 .include-copy{padding:0 16px !important;}
#include-360 .include-item h3{
  margin:0 0 7px !important;
  color:#0b2d5c !important;
  font-size:15px !important;
  line-height:1.28 !important;
  font-weight:800 !important;
  text-align:left !important;
}
#include-360 .include-item p{
  margin:0 !important;
  color:#536a84 !important;
  font-size:12.2px !important;
  line-height:1.55 !important;
  text-align:left !important;
}
@media(max-width:980px){#include-360 .include-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}
@media(max-width:620px){
  #include-360 .include-grid{grid-template-columns:1fr !important;gap:14px !important;}
  #include-360 .include-photo{height:180px !important;}
}

/* masar-v60-fix-fotos-que-incluye */
#que-incluye .include-icon{display:none!important;}
#que-incluye .include-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important;}
#que-incluye .include-item{background:#fff!important;border-radius:15px!important;overflow:hidden!important;padding:0 0 18px!important;border:1px solid rgba(11,45,92,.07)!important;box-shadow:0 6px 18px rgba(11,45,92,.045)!important;text-align:left!important;display:flex!important;flex-direction:column!important;}
#que-incluye .include-photo{display:block!important;width:100%!important;height:150px!important;overflow:hidden!important;margin:0 0 15px!important;background:#dfe7ef!important;}
#que-incluye .include-photo img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;filter:none!important;}
#que-incluye .include-copy{padding:0 16px!important;}
#que-incluye .include-item h3{margin:0 0 7px!important;color:#0b2d5c!important;font-size:15px!important;line-height:1.28!important;font-weight:800!important;text-align:left!important;min-height:0!important;}
#que-incluye .include-item p{margin:0!important;color:#536a84!important;font-size:12.2px!important;line-height:1.55!important;text-align:left!important;max-width:none!important;}
@media(max-width:980px){#que-incluye .include-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:620px){#que-incluye .include-grid{grid-template-columns:1fr!important;gap:14px!important;}#que-incluye .include-photo{height:190px!important;}}

/* masar-v61-oportunidades-master-empresas */
.opportunity-extended{max-width:1168px;margin:0 auto;background:#2d851b;border-radius:18px;padding:30px 30px 22px;box-shadow:0 12px 28px rgba(11,45,92,.08)}
.opportunity-hero{display:grid;grid-template-columns:90px minmax(0,1fr) 345px;gap:24px;align-items:start}
.opp-hero-icon-image{padding-top:8px}.opp-home-icon{width:72px;height:72px;display:block;object-fit:contain}.opp-eyebrow{margin:0 0 8px;color:#fff;font-size:12px;font-weight:800;letter-spacing:.8px}.opp-hero-copy h2{margin:0 0 14px;font-size:28px;line-height:1.12;color:#fff;font-weight:800}.opp-hero-copy h2 span{color:#fd6604}.opp-hero-copy p{margin:0 0 12px;color:#fff;font-size:14px;line-height:1.65;max-width:660px}.opp-claim{font-weight:700}.opp-hero-media{display:flex;align-items:flex-start;justify-content:flex-end;padding-top:14px}.opp-hero-media img{width:345px;height:188px;object-fit:cover;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.15)}
.opp-what-we-check{margin-top:24px;background:#fff;border-radius:16px;padding:24px 24px 16px}.opp-subheading{margin-bottom:20px}.opp-subheading h3{margin:0 0 7px;color:#fd6604;font-size:28px;line-height:1.15}.opp-subheading p{margin:0;color:#0b2d5c;font-size:14px;line-height:1.6;font-weight:700}.opp-grid-6.pro-style{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;background:transparent}.pro-card{border-radius:16px;padding:22px 20px;position:relative;overflow:hidden;background:#eef6d8!important;border:0!important;box-shadow:none!important}.pro-card::before{display:none!important;content:none!important}.pro-card h4{margin:0 0 9px;font-size:17px;line-height:1.28;color:#17335b!important;text-align:center}.pro-card .opp-card-intro{margin:0;font-size:13px;line-height:1.55;font-weight:700;color:#4c647f!important;text-align:center}.opp-card-icon{width:100%!important;height:auto!important;margin:0 0 16px!important;padding:0!important;background:none!important;border:0!important;border-radius:0!important;text-align:center!important}.opp-card-icon::before{content:attr(data-num);display:block;text-align:center;color:#fd6604;font-size:30px;font-weight:800;line-height:1}.opp-bottom-note{margin-top:18px;padding:8px 8px 0;text-align:center}.opp-bottom-note h4{margin:0 0 10px;color:#fd6604;font-size:24px;line-height:1.2}.opp-bottom-note p{margin:0 auto;color:#0b2d5c;font-size:15px;line-height:1.7;font-weight:700;max-width:920px}
@media(min-width:1101px){.opp-grid-8-360 article:nth-child(7){grid-column:1 / 2}.opp-grid-8-360 article:nth-child(8){grid-column:2 / 3}}
@media(max-width:1100px){.opportunity-hero{grid-template-columns:72px 1fr}.opp-hero-media{grid-column:1/-1;justify-content:center;padding-top:6px}.opp-grid-6.pro-style{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.opportunity-extended{padding:24px 18px 18px}.opportunity-hero{grid-template-columns:1fr}.opp-hero-icon-image{display:none}.opp-hero-copy h2{font-size:26px}.opp-hero-media img{width:100%;height:190px}.opp-what-we-check{padding:20px 16px 14px}.opp-subheading h3{font-size:24px}.opp-grid-6.pro-style{grid-template-columns:1fr}.opp-bottom-note h4{font-size:22px}}

/* masar-v62-que-incluye-slider */
/* V62 — Qué puede incluir convertido en carrusel horizontal */
#que-incluye{padding-top:34px!important;padding-bottom:42px!important;}
#que-incluye .section-heading{max-width:820px;margin:0 auto 26px;text-align:center;}
.include-carousel-wrap{max-width:1168px;margin:0 auto;position:relative;padding:0 48px;}
#que-incluye .include-grid.include-carousel-track{
  display:flex!important;grid-template-columns:none!important;gap:16px!important;
  overflow-x:auto!important;scroll-snap-type:x mandatory;scroll-behavior:smooth;
  scrollbar-width:none;padding:4px 4px 12px;align-items:stretch!important;
}
#que-incluye .include-grid.include-carousel-track::-webkit-scrollbar{display:none;}
#que-incluye .include-item{
  flex:0 0 calc((100% - 48px)/4)!important;min-width:0!important;
  scroll-snap-align:start;scroll-snap-stop:always;
  padding-bottom:18px!important;
}
#que-incluye .include-photo{height:160px!important;}
.include-carousel-btn{
  position:absolute;top:50%;transform:translateY(-50%);z-index:5;
  width:38px;height:38px;border-radius:50%;border:1px solid rgba(11,45,92,.14);
  background:#fff;color:#0b2d5c;font-size:25px;line-height:1;display:flex;
  align-items:center;justify-content:center;box-shadow:0 5px 15px rgba(11,45,92,.10);cursor:pointer;
}
.include-carousel-btn.prev{left:2px}.include-carousel-btn.next{right:2px}
.include-carousel-dots{display:flex;justify-content:center;gap:7px;margin-top:10px;}
.include-carousel-dots span{width:7px;height:7px;border-radius:50%;background:rgba(11,45,92,.18);}
.include-carousel-dots span.active{background:#92B501;}
@media(max-width:980px){
 #que-incluye .include-item{flex-basis:calc((100% - 16px)/2)!important;}
 .include-carousel-wrap{padding:0 44px;}
}
@media(max-width:620px){
 #que-incluye{padding-top:26px!important;padding-bottom:34px!important;}
 #que-incluye .include-item{flex-basis:100%!important;}
 #que-incluye .include-photo{height:190px!important;}
 .include-carousel-wrap{padding:0 40px;}
}

/* masar-v63-fotos-slide */
#que-incluye .include-photo{
  overflow:hidden !important;
  border-radius:13px 13px 0 0 !important;
  background:#e9eef4 !important;
}
#que-incluye .include-photo img{
  width:100% !important;
  height:170px !important;
  object-fit:cover !important;
  display:block !important;
  filter:none !important;
}
@media(max-width:700px){
  #que-incluye .include-photo img{height:190px !important;}
}

/* masar-v66-include-overlay-fix */
#que-incluye .include-photo{position:relative!important;height:170px!important;margin:0!important;overflow:hidden!important;border-radius:15px 15px 0 0!important;background:#dfe7ef!important;}
#que-incluye .include-photo img{position:relative!important;z-index:0!important;display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;filter:none!important;opacity:1!important;visibility:visible!important;}
#que-incluye .include-photo:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(11,45,92,0) 25%,rgba(11,45,92,.20) 54%,rgba(11,45,92,.82) 100%);pointer-events:none;}
#que-incluye .include-photo-overlay{position:absolute;z-index:2;left:14px;right:14px;bottom:13px;display:flex;align-items:center;gap:10px;color:#fff;pointer-events:none;}
#que-incluye .include-photo-icon{width:25px;height:25px;flex:0 0 25px;display:flex;align-items:center;justify-content:center;color:#fff;}
#que-incluye .include-photo-icon svg{display:block;width:25px;height:25px;}
#que-incluye .include-photo-overlay h3{margin:0!important;color:#fff!important;font-size:15px!important;line-height:1.22!important;font-weight:800!important;text-align:left!important;min-height:0!important;text-shadow:0 2px 8px rgba(0,0,0,.28);}
#que-incluye .include-copy{padding:14px 16px 18px!important;}
#que-incluye .include-copy p{margin:0!important;color:#536a84!important;font-size:12.2px!important;line-height:1.55!important;text-align:left!important;max-width:none!important;}
@media(max-width:700px){#que-incluye .include-photo{height:190px!important;}}

/* masar-v68-new-photos */
#que-incluye .include-photo img{
  object-position:center center!important;
  filter:none!important;
}

/* v69-slide-refresh */
#que-incluye .include-photo img{object-fit:cover!important;object-position:center center!important;}

/* masar-v72-icons-titles-overlay */
#que-incluye .include-photo{position:relative!important;overflow:hidden!important;}
#que-incluye .include-photo::after{
  content:""!important;display:block!important;position:absolute!important;inset:0!important;z-index:1!important;
  background:linear-gradient(180deg,rgba(4,20,34,0) 42%,rgba(4,20,34,.22) 62%,rgba(4,20,34,.86) 100%)!important;
  pointer-events:none!important;
}
#que-incluye .include-photo-overlay{
  position:absolute!important;left:14px!important;right:14px!important;bottom:16px!important;z-index:3!important;
  display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-end!important;
  gap:7px!important;text-align:center!important;pointer-events:none!important;
}
#que-incluye .include-photo-icon{
  width:36px!important;height:36px!important;display:flex!important;align-items:center!important;justify-content:center!important;
  color:#fff!important;margin:0 auto!important;
}
#que-incluye .include-photo-icon svg{width:36px!important;height:36px!important;display:block!important;stroke:#fff!important;color:#fff!important;}
#que-incluye .include-photo-overlay h3{
  margin:0!important;color:#fff!important;font-size:15px!important;line-height:1.22!important;font-weight:500!important;
  text-align:center!important;text-shadow:0 2px 8px rgba(0,0,0,.35)!important;min-height:0!important;
}

/* masar-v73-sector-like-icons */
#que-incluye .include-photo{
  position:relative!important;
  overflow:hidden!important;
  border-radius:15px 15px 0 0!important;
}
#que-incluye .include-photo::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(180deg,
    rgba(6,22,38,0) 43%,
    rgba(6,22,38,.18) 58%,
    rgba(6,22,38,.72) 82%,
    rgba(6,22,38,.93) 100%)!important;
  pointer-events:none!important;
}
#que-incluye .include-photo-overlay{
  position:absolute!important;
  z-index:3!important;
  left:14px!important;
  right:14px!important;
  bottom:18px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  text-align:center!important;
  color:#fff!important;
  pointer-events:none!important;
}
#que-incluye .include-photo-icon{
  width:38px!important;
  height:38px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
  flex:none!important;
  margin:0!important;
}
#que-incluye .include-photo-icon svg{
  width:38px!important;
  height:38px!important;
  display:block!important;
  fill:none!important;
  stroke:#fff!important;
  stroke-width:2.2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
#que-incluye .include-photo-overlay h3{
  margin:0!important;
  max-width:190px!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:1.22!important;
  font-weight:500!important;
  letter-spacing:0!important;
  text-align:center!important;
  text-shadow:0 2px 8px rgba(0,0,0,.28)!important;
}
@media(max-width:620px){
  #que-incluye .include-photo-icon,
  #que-incluye .include-photo-icon svg{
    width:42px!important;
    height:42px!important;
  }
  #que-incluye .include-photo-overlay h3{font-size:16px!important;}
}

/* empresas-v74-why-icons-orange */
/* Ajuste solicitado: iconos naranjas y títulos algo más pequeños en "Por qué MASAR 360º" */
.why-masar-open .why-open-icon img,
.why-masar-open .why-open-icon svg{
  filter: brightness(0) saturate(100%) invert(52%) sepia(99%) saturate(3447%) hue-rotate(359deg) brightness(101%) contrast(99%) !important;
}
.why-masar-open .why-open-item h3{
  color:#92B501 !important;
  font-size:17px !important;
  line-height:1.2 !important;
}
@media (max-width: 767px){
  .why-masar-open .why-open-item h3{font-size:16px !important;}
}

/* masar-v77-hero-definitivo */
.hero{
  background-image:
    linear-gradient(180deg, rgba(238,244,251,0) 72%, #eef4fb 100%),
    url('../embedded/eb5aa839bfb0875b.webp') !important;
  background-position:center right !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
}
.hero-overlay{
  background:linear-gradient(
    90deg,
    rgba(238,244,251,.99) 0%,
    rgba(238,244,251,.96) 26%,
    rgba(238,244,251,.72) 42%,
    rgba(238,244,251,.30) 56%,
    rgba(238,244,251,0) 70%
  ) !important;
}
@media(max-width:900px){
  .hero{
    background-position:68% center !important;
  }
  .hero.hero-360 .hero-overlay{
    background:linear-gradient(
      180deg,
      rgba(238,244,251,.97) 0%,
      rgba(238,244,251,.86) 46%,
      rgba(238,244,251,.28) 74%,
      rgba(238,244,251,0) 100%
    ) !important;
  }
}

/* masar-v80-priority-grid-equal */
/* 9 tarjetas de priorización con el mismo tamaño */
.opp-grid-8-360{
  grid-template-columns:repeat(3,1fr)!important;
  align-items:stretch!important;
}
.opp-grid-8-360 .pro-card{
  min-height:142px!important;
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:center!important;
  box-sizing:border-box!important;
}
/* La novena tarjeta, bajo la 06 y a la derecha de la 08 */
.opp-grid-8-360 .opp-bottom-note{
  margin:0!important;
  max-width:none!important;
  padding:22px 20px!important;
  background:#0b2d5c!important;
  border-radius:16px!important;
  box-shadow:none!important;
  text-align:center!important;
}
.opp-grid-8-360 .opp-bottom-note h4{
  margin:0 0 9px!important;
  color:#fd6604!important;
  font-size:17px!important;
  line-height:1.28!important;
  font-weight:800!important;
  text-align:center!important;
}
.opp-grid-8-360 .opp-bottom-note p{
  margin:0!important;
  color:#ffffff!important;
  font-size:13px!important;
  line-height:1.55!important;
  font-weight:700!important;
  text-align:center!important;
  max-width:none!important;
}
@media(min-width:1101px){
  .opp-grid-8-360 article:nth-child(7),
  .opp-grid-8-360 article:nth-child(8){grid-column:auto!important;}
}
@media(max-width:1100px){
  .opp-grid-8-360{grid-template-columns:repeat(2,1fr)!important;}
}
@media(max-width:700px){
  .opp-grid-8-360{grid-template-columns:1fr!important;}
  .opp-grid-8-360 .pro-card{min-height:132px!important;}
}

/* masar-v81-hero-master-spacing */
/* Misma distancia vertical logo → eyebrow que en las páginas maestras */
@media (min-width:951px){
  .hero.hero-360{
    padding-top:142px !important;
  }
}
@media (min-width:581px) and (max-width:950px){
  .hero.hero-360{
    padding-top:122px !important;
  }
}
@media (max-width:580px){
  .hero.hero-360{
    padding-top:98px !important;
  }
}

/* masar-v82-sin-corte-fondo-oportunidades */
/* Eliminar la sombra exterior que generaba una franja gris entre secciones */
#oportunidades-360 .opportunity-extended{
  box-shadow:none !important;
}
#oportunidades-360{
  background:#eef4fb !important;
}
#porque-360{
  background:#eef4fb !important;
}

/* masar-v83-slides-fondo-unificado */
/* Unificar el fondo azul de los dos slides y eliminar sombras que generan cortes */
#que-incluye,
#sectores-360{
  background:#eef4fb !important;
}

/* Slide "Qué puede incluir" */
#que-incluye .include-item{
  box-shadow:none !important;
}
#que-incluye .include-carousel-btn{
  box-shadow:none !important;
}

/* Slide de sectores */
#sectores-360 .master-sector-track img{
  box-shadow:none !important;
}
#sectores-360 .master-sector-track img:hover{
  box-shadow:none !important;
}
#sectores-360 .master-carousel-btn{
  box-shadow:none !important;
}

/* Evita cualquier halo en los contenedores del carrusel */
#que-incluye .include-carousel-wrap,
#sectores-360 .master-carousel-wrap,
#que-incluye .include-carousel-track,
#sectores-360 .master-sector-track{
  background:transparent !important;
  box-shadow:none !important;
}

/* masar-v84-contacto-fondo-continuo */
/* Eliminar el corte visual entre CTA y zona de cobertura/contacto */
#cta-360,
#contacto{
  background:#eef4fb !important;
}

/* La sombra del CTA era la franja gris visible */
#cta-360 .cta-mid-wrap{
  box-shadow:none !important;
}

/* También retiramos sombras de las dos tarjetas del contacto */
#contacto .coverage-card,
#contacto .contact-card{
  box-shadow:none !important;
}

/* El contenedor no debe añadir ningún fondo/halo */
#contacto .contact-grid{
  background:transparent !important;
  box-shadow:none !important;
}

/* Cierre técnico: formulario y pie legal */
.sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
.privacy-check{
  display:flex !important;
  align-items:flex-start !important;
  gap:8px !important;
  margin:3px 0 12px !important;
  font-size:10.5px !important;
  line-height:1.45 !important;
  color:#fff !important;
}
.privacy-check input{
  width:15px !important;
  height:15px !important;
  flex:0 0 auto !important;
  margin:1px 0 0 !important;
  padding:0 !important;
  accent-color:#0b2d5c !important;
}
.privacy-check a{
  display:inline !important;
  color:#fff !important;
  text-decoration:underline !important;
  text-underline-offset:2px !important;
}
.footer-location{
  display:block !important;
  font-size:11px !important;
  line-height:1.75 !important;
  color:#eef4fb !important;
}
.footer-legal-links{
  display:inline-flex !important;
  align-items:center !important;
  white-space:nowrap !important;
}
.footer-legal-links a{
  display:inline !important;
  color:inherit !important;
  font-size:inherit !important;
  line-height:inherit !important;
}
@media(max-width:620px){
  .footer-legal-links{white-space:normal !important;flex-wrap:wrap !important;}
  .hero-overlay{
    background:linear-gradient(180deg,rgba(238,244,251,.97) 0%,rgba(238,244,251,.90) 58%,rgba(238,244,251,.99) 100%) !important;
  }
}

/* bloque-77 */
.housing-types .section-heading{max-width:860px;margin:0 auto 28px;text-align:center}
.housing-grid{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding:0 26px}
.housing-card{background:#fff;border:1px solid #e2eaf3;border-radius:24px;overflow:hidden;box-shadow:0 18px 38px rgba(18,51,86,.08)}
.housing-photo{aspect-ratio:16/10;background:#eef4fb}
.housing-photo img{display:block;width:100%;height:100%;object-fit:cover}
.housing-content{padding:24px 24px 26px}
.housing-content h3{margin:0 0 10px;color:var(--blue);font-size:24px;line-height:1.2}
.housing-content p{margin:0;color:#35506d;line-height:1.6}
@media (max-width: 900px){.housing-grid{grid-template-columns:1fr;padding:0 20px}}

/* particulares-housing-cards-final */
/* ===== PARTICULARES — TARJETAS DE TIPO DE VIVIENDA ===== */
#tipos-vivienda .housing-types .section-heading,
#tipos-vivienda .section-heading{max-width:860px;margin:0 auto 24px;text-align:center;}
#tipos-vivienda .housing-grid{
  max-width:1220px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  padding:0 26px;
}
#tipos-vivienda .housing-card{
  background:#fff;
  border:1px solid rgba(11,45,92,.07);
  border-radius:15px;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(11,45,92,.045);
}
#tipos-vivienda .housing-photo{
  position:relative;
  width:100%;
  height:205px;
  overflow:hidden;
  background:#dfe7ef;
}
#tipos-vivienda .housing-photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
#tipos-vivienda .housing-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(11,45,92,0) 36%,rgba(11,45,92,.12) 58%,rgba(11,45,92,.82) 100%);
  pointer-events:none;
}
#tipos-vivienda .housing-photo-title{
  position:absolute;
  z-index:2;
  left:18px;
  right:18px;
  bottom:15px;
  color:#fff;
  font-size:15px;
  line-height:1.22;
  font-weight:800;
  text-align:left;
  text-shadow:0 2px 8px rgba(0,0,0,.28);
}
#tipos-vivienda .housing-content{
  padding:14px 18px 17px;
}
#tipos-vivienda .housing-content p{
  margin:0;
  color:#536a84;
  font-size:12.2px;
  line-height:1.55;
  text-align:left;
}
@media(max-width:900px){
  #tipos-vivienda .housing-grid{grid-template-columns:1fr;padding:0 20px;}
  #tipos-vivienda .housing-photo{height:190px;}
}
@media(max-width:620px){
  #tipos-vivienda .housing-photo{height:180px;}
  #tipos-vivienda .housing-photo-title{font-size:15px;}
}

/* menu-gestion-360 */
/* Menú Gestión 360º */
.nav-dropdown{
  position:relative;
  display:flex;
  align-items:center;
  align-self:stretch;
}
.nav-dropdown-toggle{
  position:relative;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  padding:29px 0 26px;
  white-space:nowrap;
}
.nav-dropdown-toggle::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:16px;
  height:2px;
  background:var(--orange);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .16s ease;
}
.nav-dropdown:hover .nav-dropdown-toggle,
.nav-dropdown:focus-within .nav-dropdown-toggle,
.nav-dropdown.active .nav-dropdown-toggle{
  color:var(--orange);
}
.nav-dropdown:hover .nav-dropdown-toggle::after,
.nav-dropdown:focus-within .nav-dropdown-toggle::after,
.nav-dropdown.active .nav-dropdown-toggle::after{
  transform:scaleX(1);
}
.nav-dropdown-menu{
  position:absolute;
  top:64px;
  left:50%;
  transform:translateX(-50%) translateY(7px);
  min-width:170px;
  padding:8px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  box-shadow:0 12px 28px rgba(8,44,90,.13);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .16s ease,transform .16s ease,visibility .16s ease;
  z-index:80;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.nav-dropdown-menu a{
  display:block;
  padding:10px 12px !important;
  border-radius:7px;
  color:var(--blue) !important;
  font-size:13px;
  line-height:1.2;
  white-space:nowrap;
}
.nav-dropdown-menu a::after{display:none !important;}
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a.active-sub{
  color:var(--orange) !important;
  background:#f7f9fb;
}

@media(max-width:950px){
  .nav-dropdown{
    display:block;
    width:100%;
    align-self:auto;
  }
  .nav-dropdown-toggle{
    width:100%;
    padding:12px 4px !important;
    text-align:left;
    color:var(--blue);
    font-size:14px;
  }
  .nav-dropdown-toggle::after{display:none;}
  .nav-dropdown-menu{
    position:static;
    transform:none !important;
    min-width:0;
    width:100%;
    padding:0 0 0 14px;
    border:0;
    border-radius:0;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    display:none;
  }
  .nav-dropdown.open .nav-dropdown-menu{display:block;}
  .nav-dropdown-menu a{
    padding:9px 4px !important;
    font-size:13px;
    width:100%;
  }
}

/* social-placeholder-style */
.social-placeholder{display:inline-flex;align-items:center;justify-content:center;cursor:default}

/* provisional-mobile-overflow-fix */
@media(max-width:620px){
  html,body{max-width:100%;}
  .footer-grid{grid-template-columns:1fr !important;gap:22px !important;}
  .footer-grid > div:not(.footer-brand){justify-self:start !important;text-align:left !important;padding-left:0 !important;max-width:none !important;width:100% !important;}
  .footer-grid > div:not(.footer-brand) h3,
  .footer-grid > div:not(.footer-brand) a{text-align:left !important;}
  .footer-bottom{flex-direction:column !important;align-items:flex-start !important;}
  #como-funciona .process-capture-style .process-step:not(:last-child)::after{display:none !important;}
}

/* Ajuste final de contraste del hero en móvil */
@media(max-width:620px){
  .hero.hero-360 .hero-overlay{
    background:linear-gradient(180deg,rgba(238,244,251,.97) 0%,rgba(238,244,251,.90) 58%,rgba(238,244,251,.99) 100%) !important;
  }
}
