.layout-isasa-seguros{--primary-color:#008069;--secondary-color:#25d366;--accent-color:#128c7e;--text-color:#333;--light-gray:#f9f9f9;--white:#fff;--dark-bg:#1e1e1e;--border-radius:8px;--font-stack:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-family:var(--font-stack);background-color:var(--white);color:var(--text-color);min-height:100vh;line-height:1.6}.layout-isasa-seguros *{box-sizing:border-box;margin:0;padding:0}.layout-isasa-seguros a{color:inherit;text-decoration:none}.main-header{background-color:var(--white);z-index:1000;padding:.5rem 0;position:sticky;top:0;box-shadow:0 2px 4px #0000001a}.header-container{justify-content:space-between;align-items:center;gap:10px;max-width:1200px;margin:0 auto;padding:0 15px;display:flex}.logo-link{flex-shrink:1;align-items:center;display:flex}.logo-img{object-fit:contain;max-width:100%;height:50px;transition:height .3s}.nav-links{gap:20px;display:flex}.nav-link{color:var(--text-color);font-weight:500;transition:color .3s}.nav-link:hover{color:var(--primary-color)}.cta-button-nav{background-color:var(--primary-color);color:var(--white);white-space:nowrap;border-radius:20px;flex-shrink:0;padding:.4rem .8rem;font-size:.85rem;font-weight:600;transition:background-color .3s}.cta-button-nav:hover{background-color:var(--accent-color)}.about-grid .about-image{width:100%;height:auto}.about-image img{width:100%}@media (min-width:768px){.main-header{padding:1rem 0}.header-container{padding:0 20px}.logo-img{height:80px}.cta-button-nav{padding:.5rem 1rem;font-size:1rem}}@media (min-width:1024px){.logo-img{height:100px}.about-image img{width:500px}}.hero-section{background-color:var(--light-gray);text-align:center;color:#fff;background-image:linear-gradient(#00000080,#00000080),url(/assets/isasa-seguros/isasa-seguros.jpeg);background-position:top;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;height:auto;min-height:400px;padding:6rem 15px;display:flex;position:relative}@media (min-width:768px){.hero-section{height:800px;min-height:600px;padding:8rem 20px}}.hero-content{z-index:1;max-width:800px;margin:0 auto}.hero-title{color:#f9c80c;text-shadow:0 2px 4px #e11d1d;text-transform:uppercase;margin-bottom:1rem;font-size:2rem;font-weight:800}.hero-subtitle{color:#f1f1f1;text-shadow:0 1px 3px #000c;margin-bottom:2rem;font-size:1.1rem;font-weight:500}@media (min-width:768px){.hero-title{margin-bottom:1.5rem;font-size:3rem}.hero-subtitle{margin-bottom:2.5rem;font-size:1.5rem}}.hero-image-container{margin:2rem 0}.hero-image{border-radius:var(--border-radius);max-width:100%;height:auto;box-shadow:0 4px 12px #0000001a}.btn-primary{background-color:var(--primary-color);color:var(--white);cursor:pointer;border:none;border-radius:30px;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:transform .2s,background-color .3s;display:inline-block;box-shadow:0 4px 6px #0000001a}.btn-primary:hover{background-color:var(--accent-color);transform:translateY(-2px)}.section{padding:4rem 20px}.container{max-width:1200px;margin:0 auto}.section-title{text-align:center;margin-bottom:3rem;padding-bottom:1rem;font-size:2rem;position:relative}.section-title:after{content:"";background-color:var(--primary-color);border-radius:2px;width:60px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.about-grid{grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}@media (min-width:768px){.about-grid{grid-template-columns:1fr 1fr}}.about-text p{color:#555;margin-bottom:1rem;font-size:1.1rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.testimonials-marquee{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.testimonials-marquee-track{gap:1.5rem;width:max-content;animation:40s linear infinite testimonials-scroll;display:flex}.testimonials-marquee-track:hover{animation-play-state:paused}@keyframes testimonials-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonials-marquee .testimonial-card{flex-shrink:0;width:320px}.testimonial-card{background:var(--white);border-radius:var(--border-radius);border-left:4px solid var(--primary-color);padding:2rem;box-shadow:0 2px 8px #0000000d}.testimonial-author{color:var(--primary-color);text-transform:uppercase;margin-bottom:.5rem;font-weight:700}.testimonial-text{color:#555;font-style:italic}.features-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.feature-item{padding:2rem}.feature-icon{color:var(--primary-color);margin-bottom:1rem;font-size:3rem}.feature-title{margin-bottom:1rem;font-size:1.25rem;font-weight:600}.contact-strip{background-color:var(--primary-color);color:var(--white);text-align:center;padding:3rem 20px}.contact-strip h2{margin-bottom:1.5rem}.contact-icons{justify-content:center;gap:2rem;font-size:2rem;display:flex}.contact-icon-link{color:var(--white);transition:transform .2s}.contact-icon-link:hover{transform:scale(1.2)}.tips-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.tip-card{border-radius:var(--border-radius);text-align:center;border-top:5px solid var(--primary-color);background-color:#fff;padding:2rem;transition:transform .3s;box-shadow:0 4px 6px #0000000d}.tip-card:hover{transform:translateY(-5px)}.tip-number{color:var(--light-gray);background:-webkit-linear-gradient(#eee,#fff);-webkit-text-fill-color:transparent;text-shadow:2px 2px 4px #0000001a;-webkit-background-clip:text;margin-bottom:1rem;font-size:4rem;font-weight:800;line-height:1}.tip-title{text-transform:uppercase;color:var(--text-color);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.tip-text{color:#666;font-size:1rem}.instant-bot-section{background:linear-gradient(135deg,var(--primary-color)0%,var(--accent-color)100%);color:#fff;padding:4rem 20px;overflow:hidden}.instant-bot-container{text-align:center;flex-direction:column;align-items:center;gap:2rem;max-width:1000px;margin:0 auto;display:flex}@media (min-width:768px){.instant-bot-container{text-align:left;flex-direction:row;justify-content:space-between}.instant-bot-text{flex:1;padding-right:2rem}.instant-bot-image{flex:1;justify-content:center;display:flex}}.instant-stars{color:gold;margin-bottom:1rem;font-size:2rem}.instant-title{margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.instant-title strong{font-weight:900}.instant-desc{opacity:.9;max-width:500px;margin-bottom:2rem;font-size:1.1rem}.phone-mockup-img{filter:drop-shadow(0 10px 20px #0000004d);width:100%;max-width:300px;animation:6s ease-in-out infinite float}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.main-footer{color:#ccc;text-align:center;background-color:#333;padding:2rem 20px;font-size:.9rem}.footer-link{color:var(--primary-color);font-weight:600}@media (min-width:768px){.main-header{padding:1rem 0}.header-container{padding:0 20px}.logo-img{height:80px}.cta-button-nav{padding:.5rem 1rem;font-size:1rem}.hero-section{height:800px;min-height:600px;padding:8rem 20px}.hero-title{margin-bottom:1.5rem;font-size:3rem}.hero-subtitle{margin-bottom:2.5rem;font-size:1.5rem}.about-grid{grid-template-columns:1fr 1fr}.instant-bot-container{text-align:left;flex-direction:row;justify-content:space-between}.instant-bot-text{flex:1;padding-right:2rem}.instant-bot-image{flex:1;justify-content:center;display:flex}}@media (min-width:1024px){.logo-img{height:100px}}
.bot-fab-avatar-btn{z-index:9999;cursor:pointer;background:0 0;border:none;border-radius:50%;width:65px;height:65px;padding:0;transition:transform .3s cubic-bezier(.3,1.2,.2,1),opacity .3s;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 15px #0003}.bot-fab-avatar-btn:hover{transform:scale(1.05)}.bot-fab-avatar-btn.hidden{opacity:0;pointer-events:none;transform:scale(.8)translateY(20px)}.bot-avatar-container{background-color:#fff;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.bot-avatar-container img{object-fit:cover;width:100%;height:100%}.bot-status-indicator{background-color:#25d366;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:5px;right:5px;box-shadow:0 1px 3px #0003}.bot-teaser{z-index:9998;cursor:pointer;background:#fff;border-radius:12px 12px 4px;align-items:flex-start;max-width:250px;padding:1rem;animation:.5s cubic-bezier(.18,.89,.32,1.28) teaser-pop;display:flex;position:fixed;bottom:7rem;right:2rem;box-shadow:0 5px 20px #00000026}@keyframes teaser-pop{0%{opacity:0;transform:translateY(20px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.bot-teaser-content{flex-direction:column;flex:1;display:flex}.bot-teaser-title{color:#333;margin-bottom:.25rem;font-size:.95rem;font-weight:700}.bot-teaser-text{color:#666;font-size:.85rem;line-height:1.4}.bot-teaser-close{color:#999;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;margin-left:.5rem;padding:0;font-size:1rem;line-height:1;display:flex}.bot-teaser-close:hover{color:#333}.bot-teaser-arrow{border-top:8px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;bottom:-8px;right:24px}.bot-panel{z-index:10000;background-blend-mode:soft-light;transform-origin:100% 100%;opacity:0;pointer-events:none;background-color:#0b141a;background-image:url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png);border-radius:12px;flex-direction:column;width:350px;max-width:calc(100vw - 2rem);height:500px;max-height:calc(100vh - 7rem);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:5.5rem;right:2rem;overflow:hidden;transform:scale(0);box-shadow:0 10px 30px #00000080}.bot-panel--open{opacity:1;pointer-events:all;transform:scale(1)}.bot-header{color:#e9edef;z-index:2;background:#202c33;align-items:center;gap:.8rem;padding:.8rem 1rem;display:flex;box-shadow:0 1px 3px #0003}.bot-header__avatar{background:#2a3942;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative;overflow:hidden}.bot-header__avatar img.header-avatar-img{object-fit:cover;width:100%;height:100%}.bot-status-dot{background:#00a884;border:1px solid #202c33;border-radius:50%;width:8px;height:8px;position:absolute;bottom:2px;right:2px}.bot-header__info{flex-direction:column;flex:1;justify-content:center;display:flex}.bot-header__info strong{color:#e9edef;font-size:1rem;font-weight:500;line-height:1.2}.bot-header__info span{opacity:.8;color:#8696a0;font-size:.75rem}.bot-header__close{color:#8696a0;cursor:pointer;opacity:.8;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;padding:.2rem;font-size:1.2rem;transition:opacity .2s;display:flex}.bot-header__close:hover{opacity:1;color:#e9edef;background:#ffffff1a;border-radius:50%}.bot-messages{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex;overflow-y:auto}.bot-body{flex-direction:column;flex:1;padding:1rem;display:flex;position:relative;overflow:hidden auto}.bot-date-divider{text-align:center;color:#8696a0;background:#202c33;border:1px solid #ffffff0d;border-radius:8px;align-self:center;margin-bottom:1rem;padding:.3rem .8rem;font-size:.75rem;box-shadow:0 1px 1px #0003}.bot-msg{max-width:80%;box-shadow:none;word-wrap:break-word;background-color:#ca5e2f;border-radius:7.5px;margin-bottom:.5rem;padding:0;font-size:.9rem;line-height:1.4;position:relative}.bot-msg--bot{color:#fff;background-color:#005c4b;align-self:flex-start;padding:5px}.bot-msg--bot .bot-msg__bubble{color:#e9edef;background:#202c33;border-radius:0 8px 8px;padding:5px;display:inline-block;position:relative;box-shadow:0 1px .5px #00000021}.bot-msg--user{color:#fff;background-color:#005c4b;align-self:flex-end;padding:5px}.bot-msg--user .bot-msg__bubble{color:#e9edef;background:#005c4b;border-radius:8px 0 8px 8px;padding:.5rem .8rem;display:inline-block;position:relative;box-shadow:0 1px .5px #00000021}.bot-msg__time{text-align:right;color:#8696a0;margin-top:.2rem;font-size:.65rem;line-height:1;display:block}.typing-dots span{background:#8696a0;border-radius:50%;width:4px;height:4px;margin:0 2px;animation:1.4s ease-in-out infinite both typing;display:inline-block}.typing-dots span:first-child{animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.bot-footer{background:#202c33;border-top:1px solid #8696a026;flex-direction:column;justify-content:center;gap:.5rem;padding:.5rem;display:flex}.bot-options{flex-wrap:wrap;justify-content:center;gap:.5rem;padding:.5rem 0;display:flex}.bot-options button{color:#00a884;cursor:pointer;background:#0b141a;border:1px solid #37404a;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.bot-options button:hover{background:#37404a;border-color:#00a884}.bot-input-area{background:#2a3942;border:none;border-radius:24px;gap:.5rem;padding:.5rem;display:flex}.bot-input-area input{color:#e9edef;background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.bot-input-area input::placeholder{color:#8696a0}.bot-input-area button{color:#111b21;cursor:pointer;background:#00a884;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.bot-input-area button:disabled{color:#8696a0;cursor:default;background:#37404a}.bot-final-action{justify-content:center;padding:1rem;display:flex}.btn-wa-final{color:#111b21;cursor:pointer;background:#00a884;border:none;border-radius:30px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:1rem;font-weight:700;transition:transform .2s;display:flex;box-shadow:0 4px 6px #0003}.btn-wa-final:hover{background:#00c698;transform:translateY(-2px)}
