@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-white: #fff;--spacing: .25rem;--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:color-mix(in oklab,currentColor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.relative{position:relative}.container{width:100%}@media (width >= 40rem){.container{max-width:40rem}}@media (width >= 48rem){.container{max-width:48rem}}@media (width >= 64rem){.container{max-width:64rem}}@media (width >= 80rem){.container{max-width:80rem}}@media (width >= 96rem){.container{max-width:96rem}}.mx-8{margin-inline:calc(var(--spacing) * 8)}.my-16{margin-block:calc(var(--spacing) * 16)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.flex{display:flex}.transform{transform:var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y)}.resize{resize:both}.text-center{text-align:center}@media (width >= 48rem){.md\:mx-24{margin-inline:calc(var(--spacing) * 24)}}}:root{--color-pink: #eb5fff;--color-red: #ff4d4d;--color-yellow: #ffb92e;--color-cyan: #00c6c6;--color-white: #ffffff}html{font-size:16px;-webkit-text-size-adjust:100%}body{margin:0;background-color:#121212;font-family:Poppins,sans-serif;color:#fff;line-height:1.5;overflow-x:hidden}a{text-decoration:none;color:inherit;transition:all .3s ease}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{margin-top:0;line-height:1.2}h1{font-size:3rem;font-weight:700}h2{font-size:2rem;font-weight:600}p{margin-top:0}.hero-section{background-color:#171717;display:flex;justify-content:space-between;align-items:center;width:100%;margin:0 auto;padding:60px 0;gap:30px;flex-wrap:wrap}.hero-description{color:#aaa;margin-bottom:25px;line-height:1.6;max-width:600px}.cta-button{background-color:transparent;border:1px solid var(--color-white);color:var(--color-white);padding:8px 20px;border-radius:20px;text-decoration:none;font-size:.9rem;transition:all .3s ease;display:inline-block}.cta-button:hover{background-color:var(--color-pink);border-color:var(--color-pink)}.hero-image{width:40%;max-width:300px}.container{width:100%;margin:0 auto;padding:0 20px}.video-section{position:relative;width:100%;height:100vh;overflow:hidden}.video-section video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.video-content{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;height:100%;padding:0 5%;max-width:1400px;margin:0 auto}.text-content{flex:1;max-width:800px}.hero-title{font-size:6rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1}.hero-title .highlight{font-weight:600;background:linear-gradient(90deg,var(--color-red) 0%,var(--color-pink) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.hero-title .normal{font-weight:700;color:#fff}.bajada{font-weight:400;color:#f3f4f6;font-size:1.5rem;margin:20px 0;max-width:100%;line-height:1.4}.btn-leer-mas{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border:2px solid white;border-radius:999px;background:transparent;color:#fff;font-family:Poppins,sans-serif;font-size:1rem;text-decoration:none;transition:all .3s ease;cursor:pointer;margin-top:10px}.btn-leer-mas:hover{background-color:#ffffff1a}.image-wrapper{display:flex;justify-content:center;align-items:center}.video-content img{width:350px;max-width:100%;height:auto}.text-center{text-align:center}.py-64{padding-top:64px;padding-bottom:64px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-4{gap:1rem}@media (max-width: 1400px){.hero-title{font-size:5.5rem}}@media (max-width: 1200px){.hero-title{font-size:5rem}.bajada{font-size:1.3rem}.container{max-width:100%}}@media (max-width: 992px){html{font-size:15px}.hero-title{font-size:4.5rem}.bajada{font-size:1.2rem}.video-content{flex-direction:column;justify-content:center;text-align:center;padding:0 30px;gap:30px}.text-content{margin-bottom:30px;display:flex;flex-direction:column;align-items:center;max-width:100%}.hero-title{text-align:center}.image-wrapper{margin-top:20px}}@media (max-width: 768px){.video-section{height:auto;min-height:80vh;padding:40px 0}.video-content{flex-direction:column;justify-content:center;text-align:center;padding:0 20px;gap:20px}.text-content{margin-bottom:20px}.hero-title{font-size:3.5rem;margin-bottom:15px}.bajada{font-size:1.1rem;margin:10px 0}.video-content img{max-width:200px}}@media (max-width: 576px){.video-section{min-height:70vh;padding:30px 0}.hero-title{font-size:2.5rem}.bajada{font-size:1rem}.video-content img{max-width:180px}}@media (max-width: 480px){.video-section{padding:50px 0}.hero-title{font-size:3.2rem;line-height:1.2;margin-bottom:15px}.hero-title .highlight,.hero-title .normal{display:inline;height:auto}}@media (max-height: 500px) and (orientation: landscape){.video-section{height:auto;min-height:500px;padding:40px 0}.video-content{flex-direction:row;align-items:center;height:auto}.text-content{margin-bottom:0;margin-right:20px}.hero-title{font-size:3.2rem}.bajada{font-size:.9rem;margin:10px 0}.video-content img{max-width:130px}}@property --tw-rotate-x{syntax: "*"; inherits: false; initial-value: rotateX(0);}@property --tw-rotate-y{syntax: "*"; inherits: false; initial-value: rotateY(0);}@property --tw-rotate-z{syntax: "*"; inherits: false; initial-value: rotateZ(0);}@property --tw-skew-x{syntax: "*"; inherits: false; initial-value: skewX(0);}@property --tw-skew-y{syntax: "*"; inherits: false; initial-value: skewY(0);}
