:root{--bg-color:#25262a;--text-color:#fefefe;--highlight:#f5d976;--cta-green:#9be3a2;--cta-yellow:#fdf0ba;--specialty-tag:#44c450;--shadow:rgba(0,0,0,0.1);--max-navbar-width:1200px;}body{padding:0;margin:0;font-family:"Segoe UI",sans-serif;background:#c3ded7;background:url("../assets/img/background_page.png") center / cover no-repeat;background:image-set( url("../assets/img/background_page.avif") 1x,url("../assets/img/background_page.webp") 1x,url("../assets/img/background_page.png") 1x ) center / cover no-repeat;}.navbar{display:flex;justify-content:space-between;align-items:center;background:var(--bg-color);color:var(--text-color);width:auto;max-width:var(--max-navbar-width);margin:1rem auto 0 auto;border-top-left-radius:1rem;border-top-right-radius:1rem;overflow:hidden;box-shadow:4px 4px 6px var(--shadow);box-sizing:border-box;gap:2rem;}.logo-area{display:flex;align-items:center;gap:0.75rem;white-space:nowrap;margin-left:20px;margin-right:auto;}.logo{height:50px;}.doctor-name{display:flex;flex-direction:column;line-height:1.2;}.prefix{color:var(--highlight);font-weight:bold;}.name{font-size:1.3rem;font-weight:600;}.nav-links{display:flex;gap:2rem;overflow-x:auto;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;margin-left:auto;margin-right:auto;padding-bottom:6px;}.nav-links::-webkit-scrollbar{display:none;}.nav-links a{color:var(--highlight);text-decoration:none;position:relative;font-size:1rem;flex:0 0 auto;padding-bottom:4px;}.nav-links a::after{content:"";display:block;height:2px;background:var(--highlight);position:absolute;bottom:0;left:0;width:0;transition:width 0.3s ease-in-out;border-radius:2px;}.nav-links a.active::after{width:100%;}.cta-box{display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(135deg,#1e2d34 9%,#176e7f 35%,#D9B382 100%);border-radius:0 1rem 0 0;overflow:hidden;min-width:210px;max-width:min-content;text-align:center;margin-left:auto;margin-right:-1px;}.cta-button{all:unset;padding:0.75rem 1rem;font-weight:400;color:#ffffff;display:flex;align-items:center;justify-content:center;gap:0.5rem;background:none;cursor:pointer;}.cta-button .arrow{font-size:1.2rem;line-height:1;}.phone{background:var(--cta-yellow);padding:0.75rem;font-weight:600;color:#444;font-size:1rem;}.cta-box{transition:opacity 0.5s ease;}.cta-progress{position:relative;overflow:hidden;}.cta-progress::after{content:"";position:absolute;bottom:0;left:0;height:100%;background:linear-gradient(135deg,#479caa70,#1ed6f917,#fff4d585);animation:progressBar 4s linear forwards;width:0%;}@keyframes progressBar{to{width:100%;}}.hero-banner{max-width:var(--max-navbar-width);width:auto;margin-left:auto;margin-right:auto;overflow:hidden;box-shadow:4px 4px 8px var(--shadow);}.hero-picture{display:block;}.hero-img{width:100%;height:auto;display:block;object-fit:cover;}:root{--max-infobar-width:1100px;}.info-bar{position:relative;background:#fefefe;padding:0.7rem;margin:-3rem auto 0 auto;border-radius:1.5rem;box-shadow:2px 2px 6px var(--shadow);max-width:var(--max-infobar-width);overflow:hidden;}.info-bar::before,.info-bar::after{content:"";position:absolute;top:0;width:60px;height:100%;z-index:2;pointer-events:none;}.info-bar::before{left:0;background:linear-gradient(to right,#fdffff 7%,transparent 100%);}.info-bar::after{right:0;background:linear-gradient(to left,#fdffff 7%,transparent 100%);}.info-columns{display:flex;align-items:stretch;font-size:0.85rem;gap:3.5rem;flex-wrap:nowrap;scroll-snap-type:x mandatory;animation:autoScroll 45s linear infinite;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;width:max-content;}.info-columns::-webkit-scrollbar{display:none;}@keyframes autoScroll{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}.column{flex:0 0 auto;min-width:auto;background:#ffffff;padding:0.75rem;border-radius:0.5rem;display:flex;align-items:center;gap:0.75rem;scroll-snap-align:start;}.column:not(:last-child)::after{content:"";position:absolute;right:-0.375rem;top:20%;bottom:20%;width:1px;background:repeating-linear-gradient( to bottom,#ccc,#ccc 4px,transparent 4px,transparent 8px );}.info-icon{width:28px;height:28px;flex-shrink:0;}.social{display:flex;gap:1rem;flex-wrap:wrap;}.social a{display:flex;align-items:center;gap:0.5rem;color:#222;text-decoration:none;font-weight:600;flex:1 1 auto;}.social img{width:22px;height:22px;}.info-columns.paused{animation-play-state:paused !important;}.about-section{background:#fff;padding:0;border-radius:1rem;box-shadow:2px 4px 8px var(--shadow);max-width:var(--max-navbar-width);margin:auto;}.about-header{background:var(--highlight);color:#222;font-weight:bold;font-size:1.25rem;text-align:center;padding:0.75rem 2.5rem 0.75rem 2.5rem;border-radius:1rem 1rem 0 0;max-width:36%;margin:2rem auto 0 auto;}.about-container{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;align-items:stretch;padding:2rem 2rem 0 0;}.about-image{flex:auto;}.about-image picture{display:block;height:100%;}.about-image img{width:auto;height:90%;object-fit:cover;border-top-left-radius:1rem;border-bottom-left-radius:1rem;}.about-info{flex:1 1 60%;}.info-header-rows{display:flex;flex-direction:column;gap:0.75rem;margin-bottom:1.5rem;}.info-col-left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;}.info-col-left h2{margin:0;font-size:1.6rem;font-weight:700;color:#222;}.info-col-left .specialty-tag{background:#176E7F;color:#fff;font-weight:bold;padding:0.4rem 1.2rem;font-size:1rem;border-radius:0 1rem 1rem 1rem;margin-top:0.5rem;}.info-col-right{display:flex;flex-wrap:wrap;align-items:center;gap:0.75rem;justify-content:flex-start;width:100%;}.tag-item{display:inline-flex;align-items:center;gap:0.5rem;background:#e8fbff;color:#176E7F;border-radius:2rem;padding:0.5rem 1.2rem;font-size:1rem;font-weight:600;transition:background 0.3s ease,transform 0.2s ease,box-shadow 0.2s ease;}.tag-item:hover{background:#e6eafc;box-shadow:0 2px 6px rgba(0,0,0,0.1);transform:translateY(-2px);}.tag-icon{width:16px;height:16px;flex-shrink:0;}.about-description{margin:1rem 0 0 1.66rem;font-size:1rem;line-height:1.6;}.education{margin-bottom:2.5rem;}.education h3{display:inline-block;font-size:1.15rem;color:#111;}.icon-title{width:25px;height:25px;vertical-align:middle;margin-right:0.5rem;}.education ul{padding-left:3.2rem;list-style:disc;font-size:0.95rem;}.education li{margin-bottom:1rem;}.about-logos{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center;}.about-logos img{width:60px;height:auto;transition:transform 0.3s;}button.modal-trigger{border:none;background:transparent;cursor:pointer;}.pulse-animation{animation:pulseZoom 7s infinite;}@keyframes pulseZoom{0%,100%{transform:scale(1);}50%{transform:scale(1.1);}}.head-carousel{color:rgb(34,34,34);font-weight:bold;font-size:1.25rem;text-align:center;max-width:36%;background:var(--highlight);padding:0.75rem 2.5rem;border-radius:1rem;margin:2rem auto 0px;}.neuro-carousel{padding:2rem 1rem;text-align:center;position:relative;max-width:1200px;margin:auto;}.carousel-info{background:white;border-radius:1rem;padding:2rem;margin:auto;box-shadow:0 4px 12px rgba(0,0,0,0.06);position:relative;}.carousel-info h4{color:#af4646;font-size:0.9rem;margin-bottom:0.5rem;text-transform:uppercase;letter-spacing:1px;}.carousel-info h2{font-size:2rem;font-weight:700;margin:0.5rem 0;}.carousel-info p{max-width:600px;margin:0 auto 1rem;color:#555;font-size:1rem;}.symptoms-list{display:flex;flex-direction:column;gap:0.75rem;margin-top:1rem;max-height:0;overflow:hidden;transition:max-height 0.4s ease,opacity 0.4s ease;opacity:0;}.symptoms-list.show{max-height:500px;opacity:1;}.symptom-item{background:#fdf0ba;border-radius:0.75rem;padding:0.75rem 1rem;font-size:0.95rem;color:#333;}.symptom-warning{background:#e8fbff;color:#1a202c;font-size:0.75rem;}.toggle-symptoms{position:absolute;bottom:-1.2rem;left:50%;transform:translateX(-50%);width:36px;height:36px;background:#f5d976;color:#1a202c;border-radius:50%;border:none;font-size:1.5rem;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,0.15);display:flex;align-items:center;justify-content:center;transition:transform 0.3s ease;animation:shadow-pulse 2s infinite;}.toggle-symptoms:hover{background-color:#fdf0ba;}.carousel-track{display:flex;gap:1rem;margin:auto;overflow-x:auto;scroll-behavior:smooth;padding:1rem 1.5rem;justify-content:space-evenly;scrollbar-width:none;scroll-padding-inline:1.5rem;}.carousel-track::-webkit-scrollbar{display:none;}.icon-item{flex:0 0 auto;width:80px;height:80px;border-radius:16px;background:#FFFFFF;box-shadow:0 4px 4px rgba(0,0,0,0.144);display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all 0.3s;scroll-snap-align:center;position:relative;}.icon-item svg{width:48px;height:48px;max-width:90%;max-height:90%;fill:#363021;transition:transform 0.3s ease,fill 0.3s ease;}.icon-item:hover svg{transform:scale(1.1);}.icon-item.active svg{fill:white;transform:scale(1.1);}.icon-item.active{background:linear-gradient(145deg,#fffae7,#f5d976);transform:scale(1.1);}.controls-top{display:flex;justify-content:center;align-items:center;gap:0.75rem;margin-bottom:1rem;flex-wrap:wrap;}.toggle-auto{background:#25262a;color:#fff;border:none;border-radius:50px;padding:0.5rem 1rem;font-size:0.95rem;cursor:pointer;transition:background 0.3s;box-shadow:0 2px 6px rgba(0,0,0,0.1);animation:shadow-pulse 2s infinite;}.toggle-auto:hover{background:#fdf0ba;color:#25262a;}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(214,182,93,0.4);}70%{box-shadow:0 0 0 9px rgba(223,182,71,0.4);}100%{box-shadow:0 0 0 0 rgba(223,182,71,0);}}.ubicacion-header{background:var(--highlight);color:#1a202c;font-weight:600;font-size:1.3rem;text-align:center;padding:1rem 2rem;border-radius:1rem 1rem 0 0;max-width:36%;margin:2rem auto 0 auto;box-shadow:0 3px 10px rgba(0,0,0,0.06);line-height:1.4;}.ubicacion-header h3{margin:0;}.ubicacion-container{display:flex;flex-direction:row;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 6px 24px rgba(0,0,0,0.08);max-width:1200px;margin:0 auto;}.info-ubicacion{flex:1 1 60%;padding:2rem;background-color:#f9fafb;display:flex;flex-direction:column;gap:1.5rem;}.ubicacion-ciudad-box{display:flex;flex-direction:column;gap:0.25rem;}.ubicacion-ciudad{display:flex;align-items:center;gap:0.5rem;font-style:italic;font-weight:bold;font-size:1.1rem;flex-wrap:wrap;}.consultorio-sub{font-size:0.95rem;color:#4a5568;margin:0;padding-left:1.5rem;}.btn-consultorio{margin-left:auto;font-size:0.8rem;padding:0.4rem;background-color:#176E7F;color:#ffffff;border-radius:0.5rem;text-decoration:none;transition:background-color 0.3s ease;white-space:nowrap;}.btn-consultorio:hover{background-color:#e8eafa;color:#176E7F;}.azul{color:#0c6cb9;}.info-ubicacion ul{list-style:none;padding:0;margin:0;}.info-ubicacion li{display:flex;align-items:center;gap:0.6rem;margin-bottom:1rem;line-height:1.6;font-size:0.95rem;color:#2d3748;}.info-ubicacion li img{width:16px;height:16px;}.mapa-ubicacion{flex:1 1 40%;min-height:300px;}.mapa-ubicacion iframe{width:100%;height:100%;object-fit:cover;display:block;}.hospital-location-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2.2rem;margin-top:2rem;margin-bottom:2rem;}.hospital-card{width:200px;text-align:center;background:#fff;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,0.08);overflow:hidden;transition:transform 0.2s;}.hospital-card:hover{transform:translateY(-5px);}.hospital-card picture{display:block;}.hospital-card img{width:100%;aspect-ratio:5 / 4;object-fit:cover;display:block;height:auto;border-bottom:1px solid #eee;}.hospital-card h4{margin:0.4rem 0 0.8rem;font-size:1rem;color:#333;}.hospital-card h4 a{text-decoration:none;color:#333;}body.modal-open{overflow:hidden;}.modal-overlay{position:fixed;inset:0;background:linear-gradient( to bottom,rgba(0,0,0,0.8),rgba(50,50,50,0.5) );display:none;justify-content:center;align-items:flex-end;z-index:999;backdrop-filter:blur(27px);-webkit-backdrop-filter:blur(27px);}.modal-overlay.active{display:flex;}.modal-content{background:#fff;border-radius:1rem 1rem 0 0;width:100%;min-width:auto;margin:0 1rem 0 1rem;height:60vh;transition:height 0.3s ease,border-radius 0.3s ease;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 0 20px rgba(0,0,0,0.4);}.modal-content.fullscreen{height:80vh;border-radius:1rem;z-index:2;}.modal-header{background:linear-gradient(to right,#f7d074,#f9e3a7);padding:0.7rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #e0c76e;cursor:pointer;}.modal-header h3{font-size:1.4rem;margin:0;color:#2c2c2c;font-weight:600;}.modal-actions{display:flex;align-items:center;gap:1rem;}.modal-actions a{font-size:0.9rem;font-weight:500;color:#7f6019;text-decoration:none;transition:color 0.2s;}.modal-actions a:hover{color:#b57f04;}.modal-close{font-size:1.6rem;background:#7d7765;border:none;border-radius:50%;height:40px;width:40px;color:#ffffff;cursor:pointer;transition:transform 0.2s;}.modal-close:hover{transform:scale(0.9);}.modal-body{position:relative;height:100%;overflow-y:auto;}.iframe-wrapper{position:relative;min-height:100vh;}.iframe-wrapper iframe{width:100%;height:100vh;border:none;display:block;}.iframe-mask{position:absolute;inset:0;z-index:10;background:transparent;pointer-events:all;cursor:default;height:100vh;}.modal-backdrop-hint{position:absolute;bottom:65vh;width:100%;text-align:center;color:#ffffffcc;font-size:1rem;font-weight:500;pointer-events:none;animation:fadeInHint 0.8s ease-in-out both;}.modal-backdrop-hint{background:rgba(0,0,0,0.3);padding:0.5rem 0;width:100%;margin:0 auto;z-index:1;}@keyframes fadeInHint{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}.site-footer{background:#25262a;color:#f2f2f2;padding:1rem 1rem;font-size:0.85rem;}.footer-container{max-width:1200px;margin:0 auto;text-align:center;}.footer-brand h4{margin-bottom:0.5rem;font-weight:600;}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin:1rem 0;flex-wrap:wrap;}.footer-links a{color:#d8b55a;text-decoration:none;transition:opacity 0.3s ease;}.footer-links a:hover{opacity:0.7;}.footer-copy{margin-top:1rem;opacity:0.7;}.agenda-frases{display:flex;gap:0.5rem;align-items:stretch;background:transparent;padding-top:1rem;flex-wrap:nowrap;margin:auto;max-width:var(--max-navbar-width);}.agenda-box{display:block;text-decoration:none;position:relative;background:linear-gradient(180deg,#1e2d34 0%,#176e7f 100%);color:#ffffff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,0.1);transition:transform 0.2s ease,box-shadow 0.2s ease;}.agenda-box h2{color:#fffae3;margin:0;font-size:1.4rem;}.agenda-box p{margin:1rem 0;font-style:italic;font-size:0.8rem;}.agenda-box:hover{transform:scale(0.9);box-shadow:0 6px 16px rgba(0,0,0,0.15);}.verificar-link{display:inline-flex;align-items:center;gap:0.4rem;font-weight:bold;text-decoration:none;border-bottom:0.1rem solid #edd986;}.arrow-icon{width:16px;height:16px;transition:transform 0.2s ease;}.verificar-link:hover .arrow-icon{transform:translateX(4px);}.agenda-bg{position:absolute;right:1rem;bottom:1rem;width:60px;opacity:0.2;z-index:1;}.frases-scroll{overflow:hidden;flex:1 1 600px;position:relative;display:flex;align-items:center;}.frases-track{display:flex;gap:1rem;animation:frasesScroll 30s linear infinite;width:max-content;}.frase-card{display:flex;align-items:center;gap:0.6rem;background:#fff;border-radius:1rem;padding:1rem 1.5rem;box-shadow:4px 4px 4px var(--shadow);font-weight:500;font-size:0.88rem;color:#176e7f;min-width:166px;white-space:normal;}.frase-icon{width:20px;height:20px;flex-shrink:0;}@keyframes frasesScroll{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}@media (max-width:1200px){.navbar{margin:1rem 0.7rem 0 0.7rem;}}@media (max-width:850px){.navbar{flex-direction:column;align-items:flex-start;border-radius:1rem 1rem 0 0;padding:1rem;gap:1rem;}.logo-area{margin-left:auto;margin-right:auto;}.cta-box{flex-direction:row;border-radius:1rem;width:100%;max-width:60%;margin-left:auto;margin-right:auto;}.cta-button{justify-content:center;margin:auto;}.logo{height:40px;}.doctor-name .name{font-size:1rem;}.phone{display:block;font-size:0.9rem;}.nav-links{width:100%;overflow-x:auto;white-space:nowrap;gap:1rem;flex-wrap:nowrap;justify-content:center;}.nav-links a{flex:0 0 auto;text-align:center;}}@media (min-width:1024px){body{background-attachment:fixed;}}@media (max-width:736px){.cta-box{max-width:80%;margin-left:10%;margin-right:10%;}}@media (max-width:570px){.cta-box{max-width:100%;margin-left:auto;margin-right:auto;}.cta-button{margin:inherit;}}@media (max-width:474px){.navbar{margin:0;border-radius:0 0 0.9rem 0.9rem;}.cta-button{font-size:0.8rem;}.phone{display:none;}}@media (max-width:1200px){.hero-banner{margin:0 0.7rem 0 0.7rem;}}@media (max-width:500px){.hero-banner{display:none;}}@media (max-width:1200px){.info-bar{padding:0.1rem;max-width:88%;}.info-columns{gap:2rem;margin:0;}}@media (max-width:768px){.info-bar{padding:0;max-width:100%;margin:0 0.7rem 0 0.7rem;border-radius:0 0 1rem 1rem;}.info-columns{gap:1rem;animation:autoScrollMobile 105s linear infinite;}@keyframes autoScrollMobile{0%{transform:translateX(0);}100%{transform:translateX(-100%);}}.column{min-width:220px;padding:0.75rem;}.column:not(:last-child)::after{content:none;}.social{justify-content:center;}.social a{justify-content:center;}.social a img{width:28px;height:28px;}}@media (max-width:500px){.info-columns{gap:0rem;height:10%;}.column{min-width:180px;padding:0.4rem;}}@media (max-width:1200px){.about-section{margin:0 0.7rem 0 0.7rem;}}@media (max-width:925px){.about-header{max-width:80%;margin:1rem auto 0 auto;padding:0.5rem 1.5rem 0.5rem 1.5rem;}.about-container{gap:1rem;}.about-image img{border-radius:0;}.about-info{flex:1 1 50%;}.about-logos{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:5.5rem;margin:auto;padding-bottom:1rem;}}@media (max-width:768px){.info-header-rows{gap:1rem;}.info-col-left,.info-col-right{width:100%;}.info-col-right{justify-content:flex-start;gap:0.75rem;}}@media (max-width:768px){.about-header{max-width:80%;margin:2rem auto 0 auto;padding:0.5rem 0.5rem 0.5rem 0.5rem;}.about-container{flex-direction:row;align-items:stretch;gap:0rem;}.about-image img{min-width:100%;border-top-left-radius:1rem;height:auto;object-fit:cover;position:sticky;top:0;}.about-description{margin: 1rem 0;}.about-logos{flex-direction:row;flex-wrap:wrap;gap:4.5rem;padding-top:1rem;}}@media (max-width:660px){.about-container{flex-direction:column;padding:1.5rem;}.about-image img{display:none;}.about-logos{gap:2.5rem;}}@media (max-width:420px){.education ul{padding-left:1.7rem;}}@media (max-width:600px){.carousel-info{padding:1.5rem;}.carousel-info h2{font-size:1.5rem;}.carousel-info p{font-size:0.9rem;}.icon-item{width:70px;height:70px;}.icon-item svg{width:36px;height:36px;}}@media (max-width:768px){.head-carousel{max-width:80%;margin:0.5rem auto 0 auto;padding:0.5rem 0.5rem 0.5rem 0.5rem;}}@media (max-width:925px){.head-carousel{max-width:80%;margin:1rem auto 0 auto;padding:0.5rem 1.5rem 0.5rem 1.5rem;}}@media (max-width:768px){.ubicacion-container{flex-direction:column;}.mapa-ubicacion{order:-1;min-height:220px;}.info-ubicacion{padding:1.5rem;}.mapa-ubicacion iframe{height:220px;}.consultorio-sub{padding-left:0;}}@media (max-width:480px){.ubicacion-ciudad img{display:none;}.ubicacion-ciudad em{text-align:center;margin:auto;}.consultorio-sub{text-align:center;margin:auto;padding:0;}.btn-consultorio{margin:auto;}.info-ubicacion li{display:grid;text-align:center;}.info-ubicacion li img{margin:auto;}}@media (max-width:925px){.ubicacion-header{font-size:1.1rem;max-width:80%;margin:1rem auto 0 auto;padding:0.5rem 1.5rem 0.5rem 1.5rem;}}@media (max-width:768px){.ubicacion-header{max-width:80%;margin:0.5rem auto 0 auto;padding:0.5rem 0.5rem 0.5rem 0.5rem;}}@media (max-width:1200px){.hospital-header{margin:1rem 0.7rem 0 0.7rem;}}@media (max-width:450px){.hospital-location-grid{gap:0.3rem;margin-top:2rem;margin-bottom:2rem;}}@media (max-width:399px){.hospital-card{width:80%;margin-bottom:0.8rem;}}@media (max-width:768px){.modal-header h3{font-size:1.2rem;}.modal-close{font-size:1.3rem;height:34px;width:34px;}}@media (max-width:500px){.modal-content{margin:0;}.modal-header h3{font-size:1rem;}.modal-close{font-size:1rem;height:30px;width:30px;}.modal-actions a{font-size:0.7rem;}}@media (max-width:350px){.modal-header h3{font-size:0.9rem;}.modal-close{font-size:1rem;height:24px;width:24px;}.modal-actions a{display:none;}}@media (max-width:450px){.footer-links{flex-direction:column;align-items:center;gap:0.75rem;}}@media (max-width:1200px){.agenda-frases{margin:0 0.7rem 0 0.7rem;}}@media (max-width:768px){.agenda-frases{flex-direction:column;flex-wrap:nowrap;align-items:stretch;margin-bottom:2rem;}.agenda-box{text-align:center;max-width:100%;}.frases-scroll{flex:0;display:flex;padding-bottom:0.4rem;}.frases-track{animation-duration:40s;}.frase-card{font-size:0.75rem;padding:0.7rem;min-width:160px;}}