@import"https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Work Sans,sans-serif;font-optical-sizing:auto}h1,.h1{font-size:clamp(3.125rem,2.8409rem + 1.2121vw,3.75rem);font-weight:600;font-family:Titillium Web,sans-serif}h2,.h2{font-size:clamp(2.5rem,2.2159rem + 1.2121vw,3.125rem);line-height:1.1}h3,.h3{font-size:clamp(2.1875rem,1.9034rem + 1.2121vw,2.8125rem);font-weight:600;font-family:Titillium Web,sans-serif}h4,.h4{font-size:clamp(1rem,.7443rem + 1.0909vw,1.5625rem)}p,span,li{font-size:14px}ul{padding:0;list-style:none}a{text-decoration:none;color:inherit}main{position:relative;z-index:0}.max-width{width:100%;height:100%;max-width:1200px;margin:0 auto;padding-left:1rem;padding-right:1rem}.main-header{width:100%;height:72px;position:fixed;top:0;left:0;background-color:#fff;z-index:1}.main-header .max-width{display:flex;align-items:center;justify-content:space-between}.main-header .max-width .to-home-link{width:auto;height:26px}.main-header .max-width .to-home-link img{width:100%;height:100%}.main-header .max-width .mb-nav .burger{width:24px;height:20px;display:flex;flex-direction:column;justify-content:space-between}.main-header .max-width .mb-nav .burger .line{width:100%;height:3px;transition:all .3s cubic-bezier(.215,.61,.355,1);background-color:#005f9f}.main-header .max-width .mb-nav .burger .line.line3{width:80%}.main-header .max-width .mb-nav .mb-nav-bg{width:100vw;height:calc(100vh - 72px);position:fixed;top:72px;left:0;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.215,.61,.355,1);background-color:#8097a533;z-index:-2}.main-header .max-width .mb-nav .mb-navlist{width:100%;height:0;padding:0;display:flex;flex-direction:column;position:fixed;top:72px;left:0;overflow:hidden;transition:all .4s cubic-bezier(.215,.61,.355,1);background-color:#fff;z-index:-1}.main-header .max-width .mb-nav .mb-navlist .mb-navitem,.main-header .max-width .mb-nav .mb-navlist .mb-navitem-btn{width:100%;border-top:.5px solid #d1d1d1;padding:1.1rem 1.5rem;display:flex;flex-direction:column;justify-content:center;opacity:0;transform:translate(-5px);transition:all .2s cubic-bezier(.215,.61,.355,1);font-size:16px;font-weight:400;color:#241f21}.main-header .max-width .mb-nav .mb-navlist .mb-navitem:nth-child(1),.main-header .max-width .mb-nav .mb-navlist .mb-navitem-btn:nth-child(1){transition-delay:.33s}.main-header .max-width .mb-nav .mb-navlist .mb-navitem:nth-child(2),.main-header .max-width .mb-nav .mb-navlist .mb-navitem-btn:nth-child(2){transition-delay:.43s}.main-header .max-width .mb-nav .mb-navlist .mb-navitem:nth-child(3),.main-header .max-width .mb-nav .mb-navlist .mb-navitem-btn:nth-child(3){transition-delay:.53s}.main-header .max-width .mb-nav .mb-navlist .mb-navitem:nth-child(4),.main-header .max-width .mb-nav .mb-navlist .mb-navitem-btn:nth-child(4){transition-delay:.63s}.main-header .max-width .mb-nav .mb-navlist .mb-navitem:nth-child(5),.main-header .max-width .mb-nav .mb-navlist .mb-navitem-btn:nth-child(5){transition-delay:.73s}.main-header .max-width .mb-nav .mb-navlist .mb-navitem:nth-child(6),.main-header .max-width .mb-nav .mb-navlist .mb-navitem-btn:nth-child(6){transition-delay:.83s}.main-header .max-width .mb-nav .mb-navlist .mb-navitem:nth-child(7),.main-header .max-width .mb-nav .mb-navlist .mb-navitem-btn:nth-child(7){transition-delay:.93s}.main-header .max-width .mb-nav .mb-navlist .mb-navitem:nth-child(8),.main-header .max-width .mb-nav .mb-navlist .mb-navitem-btn:nth-child(8){transition-delay:1.03s}.main-header .max-width .mb-nav .mb-navlist .mb-navitem:nth-child(9),.main-header .max-width .mb-nav .mb-navlist .mb-navitem-btn:nth-child(9){transition-delay:1.13s}.main-header .max-width .mb-nav .mb-navlist .mb-navitem:nth-child(10),.main-header .max-width .mb-nav .mb-navlist .mb-navitem-btn:nth-child(10){transition-delay:1.23s}.main-header .max-width .mb-nav .mb-navlist .mb-navitem-btn{opacity:0;transform:translateY(5px);border:0;align-items:center;background-color:#04b6e1}.main-header .max-width .mb-nav .mb-navlist .mb-navitem-btn span{font-size:16px;font-weight:600;text-transform:uppercase;color:#fff}.main-header .max-width .lg-nav{display:none}.main-header.open-mb-header .max-width .mb-nav .burger .line{background-color:#04b6e1}.main-header.open-mb-header .max-width .mb-nav .mb-nav-bg{opacity:1;visibility:visible}.main-header.open-mb-header .max-width .mb-nav .mb-navlist{height:273px}.main-header.open-mb-header .max-width .mb-nav .mb-navlist .mb-navitem{opacity:1;transform:unset}.main-header.open-mb-header .max-width .mb-nav .mb-navlist .mb-navitem-btn{opacity:1;transform:translateY(0)}.countdown-banner{width:100%;position:fixed;bottom:0;background-color:#003a60}.countdown-banner .max-width{height:100%;padding:20px 0;display:flex;align-items:center;justify-content:center;gap:16px;color:#fff}.countdown-banner .max-width p{font-weight:600;font-size:20px;transform:translateY(-8px)}.countdown-banner .max-width .countdown{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:8px}.countdown-banner .max-width .countdown .time-cont{display:flex;flex-direction:column;gap:4px;align-items:center}.countdown-banner .max-width .countdown .time-cont .time-num{width:40px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background-color:#fff}.countdown-banner .max-width .countdown .time-cont .time-num span{font-size:16px;font-weight:600;color:#04b6e1}.countdown-banner .max-width .countdown .time-cont span{font-size:10px;text-transform:uppercase}.main-footer{width:100%;margin-bottom:96px;display:flex;flex-direction:column}.main-footer.clear-margin{margin:0}.main-footer .top-footer{padding:3rem 0;background-color:#005f9f}.main-footer .top-footer .max-width{display:grid;grid-template-columns:repeat(12,1fr);gap:36px 20px}.main-footer .top-footer .max-width .footer-to-home-link{grid-column:1/5}.main-footer .top-footer .max-width .links-container{grid-column:6/10;display:flex;flex-direction:column;align-items:flex-start;gap:6px;color:#fff}.main-footer .top-footer .max-width .links-container .footer-link-listitem{transition:all .2s ease;cursor:pointer}.main-footer .top-footer .max-width .links-container .footer-link-listitem:hover{color:#04b6e1}.main-footer .top-footer .max-width .social-container{display:flex;flex-direction:column;align-items:flex-end;gap:18px;grid-column:10/12;color:#fff}.main-footer .top-footer .max-width .social-container .footer-link-listitem{display:flex;align-items:center;gap:16px;color:#fff;cursor:pointer}.main-footer .top-footer .max-width .social-container .footer-link-listitem a svg{transition:all .2s ease;fill:#fff}.main-footer .top-footer .max-width .social-container .footer-link-listitem a:hover{color:#04b6e1}.main-footer .top-footer .max-width .social-container .footer-link-listitem a:hover svg{fill:#04b6e1}.main-footer .top-footer .max-width .social-container .footer-link-listitem a span{display:none;transition:all .2s ease}.main-footer .top-footer .max-width .newsletter-container{display:flex;flex-direction:column;gap:16px;grid-area:2/1/3/13}.main-footer .top-footer .max-width .newsletter-container .newsletter-title{color:#fff}.main-footer .top-footer .max-width .newsletter-container #newsletter-form{width:100%;display:grid;grid-template-columns:auto 80px;position:relative}.main-footer .top-footer .max-width .newsletter-container #newsletter-form .nletter-form-input{width:100%;height:40px;padding:0 10px;border:1px solid #fff;background-color:transparent;color:#fff}.main-footer .top-footer .max-width .newsletter-container #newsletter-form .nletter-form-input::placeholder{color:#fff}.main-footer .top-footer .max-width .newsletter-container #newsletter-form .nletter-form-input:focus{outline:none}.main-footer .top-footer .max-width .newsletter-container #newsletter-form .newsletter-button{width:100%;height:100%;border:1px solid #fff;border-left:0;transition:all .3s cubic-bezier(.215,.61,.355,1);background-color:#fff;color:#005f9f;cursor:pointer}.main-footer .top-footer .max-width .newsletter-container #newsletter-form .newsletter-button span{transition:all .3s cubic-bezier(.215,.61,.355,1)}.main-footer .top-footer .max-width .newsletter-container #newsletter-form .newsletter-button:hover{background-color:#04b6e1}.main-footer .top-footer .max-width .newsletter-container #newsletter-form .newsletter-button:hover span{color:#fff}.main-footer .bottom-footer{padding:3rem 0;background-color:#005f9f}.main-footer .bottom-footer .max-width{display:grid;grid-template-columns:75% 20%;gap:5%}.main-footer .bottom-footer .max-width .links-container{display:flex;flex-direction:column;align-items:flex-start;gap:12px;color:#fff}.main-footer .bottom-footer .max-width .links-container .footer-link-listitem{cursor:pointer}.main-footer .bottom-footer .max-width .to-top{width:40px;height:40px;border:2.5px solid #04b6e1;display:flex;align-items:center;justify-content:center;align-self:flex-end;justify-self:self-end;transition:all .3s cubic-bezier(.215,.61,.355,1);cursor:pointer}.main-footer .bottom-footer .max-width .to-top:hover{background-color:#003a60}main{margin-top:72px}main .hero-section{width:100vw;min-height:calc(100vh - 72px);position:relative}main .hero-section .hero-img-container{width:100%;height:100%;position:absolute;left:0;top:0;overflow:hidden;background-color:#005f9f;z-index:0}main .hero-section .hero-img-container .hero-img{width:100%;height:100%;object-fit:cover;object-position:10%}main .hero-section .hero-text-container{width:100%;height:100%;max-width:450px;margin:0 auto;padding:2rem 1rem;display:flex;flex-direction:column;gap:32px;position:relative;z-index:1}main .hero-section .hero-text-container .title-text-container{display:flex;flex-direction:column;align-items:flex-start;gap:8px}main .hero-section .hero-text-container .title-text-container .title-wrapper{display:flex;flex-direction:column;gap:16px}main .hero-section .hero-text-container .title-text-container .title-wrapper .page-title{font-family:Work Sans,sans-serif;font-size:25px;font-weight:400;color:#fff}main .hero-section .hero-text-container .title-text-container .title-wrapper .title-underline{width:150%;max-width:250px;height:4px;background-color:#64c2c8}main .hero-section .hero-text-container .title-text-container .page-subtitle{margin-top:24px;font-family:Titillium Web,sans-serif;font-size:clamp(2.5rem,2.1023rem + 1.697vw,3.375rem);font-weight:600;color:#fff}main .hero-section .hero-text-container .hero-info-container{display:flex;flex-direction:column;gap:20px}main .hero-section .hero-text-container .hero-info-container .dates-container{display:flex;flex-direction:column;align-items:flex-start;gap:11px;font-size:16px;color:#fff}main .hero-section .hero-text-container .hero-info-container .dates-container .dates-title{font-size:25px;font-weight:400;text-transform:uppercase}main .hero-section .hero-text-container .hero-info-container .dates-container .dates{font-size:16px;font-weight:600;line-height:1.2}main .hero-section .hero-text-container .hero-info-container .dates-container .dates span{font-size:inherit;font-weight:inherit;text-transform:uppercase;color:#64c2c8}main .hero-section .hero-text-container .hero-info-container .dates-container .dates-separator{width:75%;height:4px;max-width:450px;border:0;background-color:#64c2c8}main .hero-section .hero-text-container .hero-info-container .dates-container .date-time{font-weight:400}main .hero-section .hero-text-container .hero-info-container .dates-container .date-time span{font-size:inherit}main .hero-section .hero-text-container .hero-info-container .platform-container{margin-bottom:3px;display:flex;flex-direction:column;gap:6px;font-size:16px;color:#fff}main .hero-section .hero-text-container .hero-info-container .platform-container .platform{font-weight:600}main .hero-section .hero-text-container .hero-info-container .platform-container .platform-separator{width:75%;height:4px;max-width:450px;border:0;background-color:#64c2c8}main .hero-section .hero-text-container .hero-info-container .platform-container .platform-detail{font-size:16px;line-height:25px;text-transform:unset;font-weight:600}main .hero-section .hero-text-container .hero-info-container .platform-container .platform-detail span{font-size:16px}main .hero-section .hero-text-container .hero-info-container .platform-container .hero-cta{width:100%;height:42px;max-width:252px;margin:20px 0 0;position:relative;overflow:hidden;cursor:pointer}main .hero-section .hero-text-container .hero-info-container .platform-container .hero-cta:hover .hero-btn:not(.hover-hero-btn) span{transform:scale(.75)}main .hero-section .hero-text-container .hero-info-container .platform-container .hero-cta:hover .hero-btn.hover-hero-btn{left:0}main .hero-section .hero-text-container .hero-info-container .platform-container .hero-cta:hover .hero-btn.hover-hero-btn .arrow-btn span{color:#005f9f}main .hero-section .hero-text-container .hero-info-container .platform-container .hero-cta .hero-btn{width:100%;height:42px;padding-left:42px;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;background-color:#fff;z-index:1}main .hero-section .hero-text-container .hero-info-container .platform-container .hero-cta .hero-btn.hover-hero-btn{padding:0 42px 0 0;left:calc(-100% + 42px);transition:all .3s cubic-bezier(.215,.61,.355,1);background-color:#64c2c8}main .hero-section .hero-text-container .hero-info-container .platform-container .hero-cta .hero-btn.hover-hero-btn span{color:#005f9f}main .hero-section .hero-text-container .hero-info-container .platform-container .hero-cta .hero-btn span{text-transform:uppercase;transition:all .3s cubic-bezier(.215,.61,.355,1);font-weight:500;color:#005f9f}main .hero-section .hero-text-container .hero-info-container .platform-container .hero-cta .hero-btn .arrow-btn{height:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;background-color:#64c2c8}main .problemas-frecuentes{position:relative}main .problemas-frecuentes #prob-svg{position:absolute;bottom:0;left:0;z-index:0}main .problemas-frecuentes .max-width{padding-top:56px;padding-bottom:64px;display:flex;flex-direction:column;align-items:center;gap:40px;position:relative;z-index:1}main .problemas-frecuentes .max-width .pf-text-container{display:flex;flex-direction:column;align-items:flex-start;gap:24px}main .problemas-frecuentes .max-width .pf-text-container .section-title{font-family:Titillium Web,sans-serif;font-size:40px;font-weight:300;color:#005f9f}main .problemas-frecuentes .max-width .pf-text-container .section-text-container{display:flex;flex-direction:column;gap:16px}main .problemas-frecuentes .max-width .pf-text-container .section-text-container .section-text,main .problemas-frecuentes .max-width .pf-text-container .section-text-container .text-list .text-list-item{font-size:16px;line-height:1.5}main .problemas-frecuentes .max-width .pf-text-container .section-text-container .text-list{display:flex;flex-direction:column;align-items:flex-start;gap:12px}main .problemas-frecuentes .max-width .pf-text-container .section-text-container .text-list .text-list-item{font-weight:700;color:#241f21}main .problemas-frecuentes .max-width .pf-text-container .section-text-container .text-list .text-list-item span{margin-right:4px;font-weight:700;color:#64c2c8}main .problemas-frecuentes .max-width .pf-carousel-container{width:100%;max-width:380px;position:relative}main .problemas-frecuentes .max-width .pf-carousel-container .swiper-img-cont{aspect-ratio:3/4;background-color:#04b6e1}main .problemas-frecuentes .max-width .pf-carousel-container .swiper-img-cont .swiper-img{width:100%;height:100%;object-fit:cover}main .problemas-frecuentes .max-width .pf-carousel-container .swiper-button-prev svg,main .problemas-frecuentes .max-width .pf-carousel-container .swiper-button-next svg{width:auto;height:20px;color:#005f9f}main .orientado-section{position:relative;overflow:hidden}main .orientado-section .orientado-bg{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#e5edf2;z-index:0}main .orientado-section .orientado-bg .misc-1-container{width:auto;height:100%;position:absolute;bottom:0;left:0;z-index:0}main .orientado-section .orientado-bg .misc-1-container svg{width:auto;height:100%}main .orientado-section .orientado-bg .helmet-container{width:35%;max-width:70vw;height:auto;position:absolute;bottom:32px;left:15%;z-index:1}main .orientado-section .max-width{padding-top:48px;padding-bottom:32px;display:flex;flex-direction:column;align-items:center;gap:40px;position:relative;z-index:1}main .orientado-section .max-width .section-title{font-family:Titillium Web,sans-serif;font-size:40px;font-weight:300;text-align:center;color:#005f9f}main .orientado-section .max-width .orientado-content{display:flex;flex-direction:column;gap:40px}main .orientado-section .max-width .orientado-content .section-subtitle,main .orientado-section .max-width .orientado-content .industria-subtitle{font-family:Work Sans,sans-serif;font-size:25px;font-weight:600;line-height:1.3;color:#005f9f}main .orientado-section .max-width .orientado-content .section-text,main .orientado-section .max-width .orientado-content .industria-text{font-size:16px;font-weight:400;line-height:25px;color:#241f21}main .orientado-section .max-width .orientado-content .industrias-content{display:flex;flex-direction:column;align-items:flex-start}main .orientado-section .max-width .orientado-content .industrias-content .section-subtitle{margin-bottom:8px}main .orientado-section .max-width .orientado-content .industrias-content .industria-card{width:100%;padding:24px 16px;display:flex;flex-flow:row nowrap;gap:16px;background-color:#fff}main .orientado-section .max-width .orientado-content .industrias-content .industria-card .industria-icon-container{width:75px;min-width:75px;min-height:75px;display:flex;align-items:center;justify-content:center}main .orientado-section .max-width .orientado-content .industrias-content .industria-card .industria-text-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:15px}main .orientado-section .max-width .orientado-content .industrias-content .industria-card .industria-text-container .industria-subtitle{font-size:16px}main .orientado-section .max-width .orientado-content .industrias-card-container{gap:16px}main .aprendizajes-section{min-height:675px;position:relative;overflow:hidden}main .aprendizajes-section .misc-cont{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#005f9f;z-index:0}main .aprendizajes-section .misc-cont svg{width:auto;height:100%;transform:translate(50vw)}main .aprendizajes-section .max-width{padding-top:48px;padding-bottom:32px;display:flex;flex-direction:column;align-items:flex-start;gap:40px;position:relative;z-index:1}main .aprendizajes-section .max-width .section-title{font-family:Titillium Web,sans-serif;font-size:40px;font-weight:300;color:#fff}main .aprendizajes-section .max-width .section-text-container{display:flex;flex-direction:column;gap:32px}main .aprendizajes-section .max-width .section-text-container .aprendizaje-item{display:flex;flex-flow:row nowrap;align-items:flex-start;gap:36px}main .aprendizajes-section .max-width .section-text-container .aprendizaje-item .aprendizaje-num{width:50px;font-size:54px;font-weight:600;line-height:1;color:#64c2c8}main .aprendizajes-section .max-width .section-text-container .aprendizaje-item .aprendizaje-text-container{display:flex;flex-direction:column;gap:12px;color:#fff}main .aprendizajes-section .max-width .section-text-container .aprendizaje-item .aprendizaje-text-container .aprendizaje-title{font-family:Work Sans,sans-serif;font-size:25px;font-weight:400;line-height:1;letter-spacing:0;text-transform:uppercase;color:#64c2c8}main .aprendizajes-section .max-width .section-text-container .aprendizaje-item .aprendizaje-text-container .aprendizaje-text{font-size:14px;font-weight:400;line-height:25px}main .aprendizajes-section .max-width .aprendizajes-how .section-subtitle{font-family:Work Sans,sans-serif;font-size:25px;font-weight:400;line-height:1.2;color:#fff}main .aprendizajes-section .max-width .aprendizajes-how .section-text{font-family:Work Sans,sans-serif;font-size:16px;line-height:25px;font-weight:600;color:#fff}main .aprendizajes-section .max-width .aprendizajes-how .text-list{display:flex;flex-direction:column;align-items:flex-start;gap:12px}main .aprendizajes-section .max-width .aprendizajes-how .text-list .text-list-item{font-weight:600;color:#64c2c8}main .aprendizajes-section .max-width .aprendizajes-how .text-list .text-list-item span{margin-right:4px;font-weight:inherit;color:inherit}main .disertantes-section{overflow:hidden;background-color:#e5edf2}main .disertantes-section .max-width{padding-top:48px;padding-bottom:48px;display:flex;flex-direction:column;align-items:flex-start;gap:24px}main .disertantes-section .max-width .section-title{font-family:Titillium Web,sans-serif;font-size:40px;font-weight:300;text-align:center;color:#005f9f}main .disertantes-section .max-width .disertantes-list{width:100%;display:flex;flex-direction:column;align-items:center;gap:32px}main .disertantes-section .max-width .disertantes-list .disertante-card{max-width:247px;display:flex;flex-direction:column;gap:36px;position:relative}main .disertantes-section .max-width .disertantes-list .disertante-card .disertante-misc{width:auto;height:300px;position:absolute;top:0;left:0;z-index:0}main .disertantes-section .max-width .disertantes-list .disertante-card .disertante-img-container{width:100%;height:300px;position:relative;overflow:hidden;background-color:#005f9f}main .disertantes-section .max-width .disertantes-list .disertante-card .disertante-img-container svg{width:auto;height:45px;position:absolute;bottom:0;left:0;z-index:1}main .disertantes-section .max-width .disertantes-list .disertante-card .disertante-img-container img{width:100%;height:100%;object-fit:cover;position:relative;z-index:0}main .disertantes-section .max-width .disertantes-list .disertante-card .disertante-details{display:flex;flex-direction:column;align-items:flex-start;gap:8px}main .disertantes-section .max-width .disertantes-list .disertante-card .disertante-details .disertante-name{font-family:Work Sans,sans-serif;font-weight:400;font-size:25px;line-height:1.2;color:#005f9f}main .disertantes-section .max-width .disertantes-list .disertante-card .disertante-details .disertante-pos{font-family:Work Sans,sans-serif;font-weight:600;font-size:16px;line-height:1.5;color:#241f21}main .disertantes-section .max-width .disertantes-list .disertante-card .disertante-details .disertante-link{font-family:Work Sans,sans-serif;font-weight:400;font-size:16px;text-decoration:none;line-height:1;color:#241f21}main .inscripcion-section{position:relative;z-index:1}main .inscripcion-section .inscripcion-misc{width:auto;height:100%;position:absolute;right:0;bottom:0;z-index:0}main .inscripcion-section .max-width{padding-top:72px;padding-bottom:72px;display:flex;flex-direction:column;gap:48px;position:relative;z-index:1}main .inscripcion-section .max-width .title-container{display:flex;flex-direction:column;align-items:flex-start;gap:18px}main .inscripcion-section .max-width .title-container .section-title{font-family:Titillium Web,sans-serif;font-weight:300;letter-spacing:-.5px;color:#005f9f}main .inscripcion-section .max-width .title-container .section-text{font-family:Work Sans,sans-serif;font-size:16px;line-height:25px;font-weight:600;color:#005f9f}main .inscripcion-section .max-width .form-card{width:100%;padding:1.5rem;background-color:#f5f5f5}main .inscripcion-section .max-width .form-card .contact-form{display:grid;gap:30px}main .inscripcion-section .max-width .form-card .contact-form .form-label{display:flex;flex-direction:column;gap:8px;position:relative}main .inscripcion-section .max-width .form-card .contact-form .form-label span{color:#8097a5}main .inscripcion-section .max-width .form-card .contact-form .form-label .form-input{min-height:48px;padding:4px 18px;border:1px solid #04b6e1;position:relative;color:#005f9f}main .inscripcion-section .max-width .form-card .contact-form .form-label .form-input:after{content:url(/webinar/medicion-flares/form-warning.png);position:absolute;right:20px;top:50%;transform:translateY(-50%)}main .inscripcion-section .max-width .form-card .contact-form .form-label .form-input:focus{border-color:#005f9f;outline:none}main .inscripcion-section .max-width .form-card .contact-form .form-label .form-input.form-input-error{border-color:#e10404;color:#e10404}main .inscripcion-section .max-width .form-card .contact-form .form-label .selector-wrapper{width:100%;position:relative}main .inscripcion-section .max-width .form-card .contact-form .form-label .selector-wrapper .form-selection{width:100%;position:initial;appearance:none}main .inscripcion-section .max-width .form-card .contact-form .form-label .selector-wrapper .selector{height:48px;border:1px solid #04b6e1;width:48px;display:flex;align-items:center;justify-content:center;position:absolute;bottom:0;right:0;pointer-events:none;background-color:#04b6e1}main .inscripcion-section .max-width .form-card .contact-form .form-label .selector-wrapper .selector.selector-error{background-color:#e10404;border-color:#e10404}main .inscripcion-section .max-width .form-card .contact-form .selectors-group{display:flex;flex-direction:column;align-items:flex-start;gap:12px}main .inscripcion-section .max-width .form-card .contact-form .selectors-group span{margin-bottom:12px;color:#005f9f}main .inscripcion-section .max-width .form-card .contact-form .selectors-group .form-label{flex-direction:row-reverse;align-items:center;gap:16px}main .inscripcion-section .max-width .form-card .contact-form .selectors-group .form-label span{margin:0}main .inscripcion-section .max-width .form-card .contact-form .selectors-group .form-label .form-radio{appearance:none;position:relative}main .inscripcion-section .max-width .form-card .contact-form .selectors-group .form-label .form-radio:before{content:"";width:30px;height:30px;border:1px solid #005f9f;border-radius:50%;display:inline-block;position:relative;background-color:#fff;cursor:pointer;z-index:1}main .inscripcion-section .max-width .form-card .contact-form .selectors-group .form-label .form-radio:after{content:"";width:20px;height:20px;border-radius:50%;position:absolute;left:6px;top:6px;transform:scale(0);transition:all .3s cubic-bezier(.215,.61,.355,1);background-color:#005f9f;z-index:2}main .inscripcion-section .max-width .form-card .contact-form .selectors-group .form-label .form-radio:checked:after{transform:scale(1)}main .inscripcion-section .max-width .form-card .contact-form .button.submit-btn{width:100%;max-width:330px;border:0;padding:15px 20px;justify-self:center;transition:all .3s cubic-bezier(.215,.61,.355,1);background-color:#04b6e1;cursor:pointer}main .inscripcion-section .max-width .form-card .contact-form .button.submit-btn:hover{background-color:#005f9f}main .inscripcion-section .max-width .form-card .contact-form .button.submit-btn span{font-size:14px;font-weight:600;text-transform:uppercase;color:#fff}main .inscripcion-section .max-width .form-status-modal{width:calc(100vw - 2rem);max-width:500px;padding:24px 10px;position:fixed;bottom:7rem;right:1rem;text-align:center;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.215,.61,.355,1);background-color:#04b6e1;color:#fff;z-index:100}main .inscripcion-section .max-width .form-status-modal.show-form-status-modal{opacity:1;visibility:visible}main .inscripcion-section .max-width .results-container{display:grid;grid-template-columns:1fr;gap:24px;color:#616366}main .inscripcion-section .max-width .results-container .title-container .section-title{margin-bottom:24px;font-weight:600;line-height:1}main .inscripcion-section .max-width .results-container .title-container .linkedin-logo-cont{margin-top:16px;width:140px;height:auto;cursor:pointer}main .inscripcion-section .max-width .results-container .title-container .linkedin-logo-cont img{width:100%;height:auto}main .inscripcion-section .max-width .results-container .video-container{width:100%;aspect-ratio:9/16}main .inscripcion-section .max-width .results-container .video-container iframe{width:100%;height:100%}@media screen and (min-width:768px){.max-width{padding-left:1.5rem;padding-right:1.5rem}.main-header .max-width .mb-nav{display:none}.main-header .max-width .lg-nav{display:inline-block}.main-header .max-width .lg-nav .lg-navlist{display:flex;align-items:center;gap:24px}.main-header .max-width .lg-nav .lg-navlist .lg-navitem{font-weight:400;transition:all .3s cubic-bezier(.215,.61,.355,1);color:#241f21;cursor:pointer}.main-header .max-width .lg-nav .lg-navlist .lg-navitem:hover{color:#04b6e1}.main-header .max-width .lg-nav .lg-navlist .lg-navitem-btn{padding:15px 21px;text-transform:uppercase;transition:all .3s cubic-bezier(.215,.61,.355,1);background-color:#64c2c8;color:#005f9f;cursor:pointer}.main-header .max-width .lg-nav .lg-navlist .lg-navitem-btn span{font-weight:600}.main-header .max-width .lg-nav .lg-navlist .lg-navitem-btn:hover{background-color:#005f9f;color:#64c2c8}.main-footer .top-footer .max-width .footer-to-home-link{grid-column:1/3}.main-footer .top-footer .max-width .links-container{grid-column:3/5}.main-footer .top-footer .max-width .social-container{grid-column:5/6;align-items:center}.main-footer .top-footer .max-width .newsletter-container{grid-area:1/7/2/13}.main-footer .bottom-footer{padding:1rem 0}.main-footer .bottom-footer .max-width{align-items:center}.main-footer .bottom-footer .max-width .links-container{flex-direction:row}main .hero-section .hero-text-container{max-width:unset;padding:5rem 3rem;gap:80px}main .hero-section .hero-text-container .title-text-container{width:100%}main .hero-section .hero-text-container .title-text-container .title-wrapper .title-underline{max-width:unset}main .hero-section .hero-text-container .title-text-container .page-subtitle{text-wrap:balance}main .hero-section .hero-text-container .title-text-container .hero-cta{margin-top:32px}main .hero-section .hero-text-container .hero-info-container{display:grid;grid-template-columns:1fr 1fr;gap:48px}main .hero-section .hero-text-container .hero-info-container .platform-container .platform-title,main .hero-section .hero-text-container .hero-info-container .platform-container .dates-title,main .hero-section .hero-text-container .hero-info-container .dates-container .platform-title,main .hero-section .hero-text-container .hero-info-container .dates-container .dates-title{font-size:24px}main .problemas-frecuentes .max-width{padding-top:80px;padding-bottom:80px}main .orientado-section .max-width{padding-top:80px;padding-bottom:120px}main .orientado-section .max-width .section-title{width:50%;text-wrap:balance}main .orientado-section .max-width .orientado-content{width:100%;display:grid;grid-template-columns:1fr 1fr}main .orientado-section .max-width .orientado-content .industrias-content{padding-top:38px}main .orientado-section .max-width .orientado-content .industrias-card-container{padding:0}main .aprendizajes-section .max-width{padding-top:56px;padding-bottom:80px;display:grid;grid-template-columns:repeat(12,1fr);align-content:center;gap:56px 17px}main .aprendizajes-section .max-width .section-title{grid-column:1/13}main .aprendizajes-section .max-width .section-text-container:first-of-type{grid-column:1/7}main .aprendizajes-section .max-width .section-text-container.aprendizajes-how{grid-column:8/12}main .aprendizajes-section .max-width .section-text-container.aprendizajes-how .text-list .text-list-item{font-size:16px;line-height:25px}main .aprendizajes-section .max-width .section-text-container .aprendizaje-item .aprendizaje-text-container .aprendizaje-text{font-size:16px}main .disertantes-section .max-width{padding-top:80px;padding-bottom:92px}main .disertantes-section .max-width .disertantes-list{display:grid;align-items:flex-start;grid-template-columns:1fr 1fr}main .inscripcion-section .max-width .form-card{padding:3rem 1.5rem}main .inscripcion-section .max-width .form-card .contact-form{grid-template-columns:1fr 1fr}main .inscripcion-section .max-width .form-card .contact-form .form-label span{height:20px}main .inscripcion-section .max-width .form-card .contact-form .selectors-group{display:grid;grid-template-columns:1fr 1fr;justify-items:start;grid-column:1/3;gap:12px 30px}main .inscripcion-section .max-width .form-card .contact-form .selectors-group span{grid-column:1/3}main .inscripcion-section .max-width .form-card .contact-form .button.submit-btn{margin-top:20px;grid-column:1/3;justify-self:center}main .inscripcion-section .max-width .results-container{grid-template-columns:1fr 1fr;gap:32px}main .inscripcion-section .max-width .results-container .video-container{max-width:420px;grid-column:1/2;grid-row:1/2}main .inscripcion-section .max-width .results-container .title-container{grid-column:2/3;grid-row:1/2}}@media screen and (min-width:1024px){.max-width{padding-left:82px;padding-right:82px}.main-header .max-width .to-home-link{height:33px}.main-header .max-width .lg-nav .lg-navlist{gap:40px}.main-footer .top-footer .max-width .links-container{grid-column:4/6}.main-footer .top-footer .max-width .social-container{grid-column:6/9;align-items:flex-start}.main-footer .top-footer .max-width .social-container .footer-link-listitem{cursor:pointer}.main-footer .top-footer .max-width .social-container .footer-link-listitem a{display:flex;align-items:center;gap:16px}.main-footer .top-footer .max-width .social-container .footer-link-listitem a span{display:inline-flex}.main-footer .top-footer .max-width .newsletter-container{grid-area:1/9/2/13}main .hero-section{min-height:calc(100vh - 168px)}main .hero-section .hero-text-container{max-width:1200px;height:calc(100vh - 168px);padding-left:82px;padding-right:82px;justify-content:center}main .problemas-frecuentes #prob-svg{top:0;right:0;bottom:unset;left:unset}main .problemas-frecuentes .max-width{padding-top:80px;padding-bottom:92px;display:grid;grid-template-columns:1fr 1fr;align-items:start}main .problemas-frecuentes .max-width .pf-carousel-container{margin:0 21px}main .problemas-frecuentes .max-width .pf-carousel-container .swiper-button-prev{transform:translate(-42px)}main .problemas-frecuentes .max-width .pf-carousel-container .swiper-button-next{transform:translate(42px)}main .orientado-section .max-width .orientado-content .industrias-card-container .industria-card{padding:36px 34px;gap:34px}main .orientado-section .max-width .orientado-content .industrias-card-container .industria-card .industria-icon-container{min-width:90px}main .disertantes-section .max-width .disertantes-list{grid-template-columns:repeat(3,1fr)}main .inscripcion-section .max-width .form-card{padding:75px 112px}main .inscripcion-section .max-width .form-status-modal{right:5rem}}@media screen and (min-width:1200px){main .misc-wrapper .misc-cont{overflow:visible}main .misc-wrapper .inscripcion-section .max-width .form-status-modal{right:calc(50vw - 600px)}}.spinner_aj0A[data-v-7701312c]{transform-origin:center;animation:spinner_KYSC-7701312c .75s infinite linear;fill:#003a60}@keyframes spinner_KYSC-7701312c{to{transform:rotate(360deg)}}
