<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tno-select{display:grid;grid-template-areas:"select";align-items:center;font-family:var(--font-family-heading);font-size:.8125rem;line-height:.8125rem;cursor:pointer}.tno-select::after{content:"";width:.625rem;height:.625rem;justify-self:end;margin-top:.125rem;background-color:var(--color-black);-webkit-mask:url(../img/svg/icon_select.min.svg) center/contain no-repeat;mask:url(../img/svg/icon_select.min.svg) center/contain no-repeat}.tno-select select,.tno-select::after{grid-area:select}.tno-select select{appearance:none;background-color:transparent;border:none;padding:0 1em 0 0;margin:0;width:100%;font-size:inherit;cursor:inherit;line-height:inherit;outline:0}.tno-select select::-ms-expand{display:none}.tno-select select,.tno-select select option{font-family:var(--font-family-heading)!important}label.error{color:var(--color-danger);font-size:var(--font-size-small)}.input.error{border-color:var(--color-danger-border);outline-color:var(--color-danger-border)}form.tno-form&gt;div{width:100%}form.tno-form&gt;div+div{margin-top:.625rem}form.tno-form&gt;div:focus-within input,form.tno-form&gt;div:focus-within textarea{border-color:var(--color-black)}form.tno-form&gt;div.valid input,form.tno-form&gt;div.valid textarea{border-color:#72d672}form.tno-form&gt;div.invalid input,form.tno-form&gt;div.invalid textarea{border-color:#f85252}form.tno-form input,form.tno-form textarea{transition:border-color .3s linear;border-color:var(--color-gray-cursos-border);border-radius:.1875rem}form.tno-form input:read-only,form.tno-form input:read-only:focus,form.tno-form input:read-only:hover,form.tno-form textarea:read-only,form.tno-form textarea:read-only:focus,form.tno-form textarea:read-only:hover{color:var(--color-gray-hover);border-color:var(--color-gray-footer);background:var(--color-gray-banner)}form.tno-form input[type=checkbox],form.tno-form input[type=radio]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}form.tno-form input[type=checkbox]+span,form.tno-form input[type=radio]+span{top:.125rem;height:.875rem;width:.875rem;cursor:pointer;border:1px solid var(--color-gray-border)}form.tno-form input[type=checkbox]+span,form.tno-form input[type=checkbox]+span::after,form.tno-form input[type=radio]+span,form.tno-form input[type=radio]+span::after{position:absolute;left:0}form.tno-form input[type=checkbox]+span:after,form.tno-form input[type=radio]+span:after{top:0;width:.8125rem;height:.8125rem;content:"";display:none;-webkit-mask:url(../img/svg/icon_close.min.svg) center no-repeat;mask:url(../img/svg/icon_close.min.svg) center no-repeat;-webkit-mask-size:9px;mask-size:9px;background:var(--color-black)}form.tno-form input[type=checkbox]:checked+span,form.tno-form input[type=radio]:checked+span{border-color:var(--color-black)}form.tno-form input[type=checkbox]:checked+span::after,form.tno-form input[type=radio]:checked+span::after{display:block}form.tno-form label{position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;font-size:.875rem;line-height:.875rem;padding-left:1.25rem}form.tno-form label a{text-decoration:underline}form.tno-form button{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;text-align:center;font-size:1rem;line-height:1.875rem;font-weight:600;padding:0 .9375rem;margin-top:1.5rem;background:var(--color-primary)}form.tno-form button:hover{color:var(--color-primary);background:var(--color-black)}form.tno-form button[disabled]{pointer-events:none!important;color:var(--color-white);background:var(--color-gray-border)}form.tno-form button.loading::before{content:'';flex-shrink:0!important;width:1rem;height:1rem;margin-right:8px;border:2px solid var(--color-black);border-left-color:var(--color-primary);border-radius:50%;animation:spinner 1s forwards infinite linear}form.tno-form.form-valid div input,form.tno-form.form-valid div textarea{border-color:#72d672!important}form.tno-form.form-error div input,form.tno-form.form-error div textarea{border-color:#f85252!important}.checkbox-group{display:flex;flex-flow:row nowrap;align-self:center;margin:0 .9375rem}.checkbox-group input[type=checkbox],.checkbox-group input[type=radio]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-group input[type=checkbox]+span,.checkbox-group input[type=radio]+span{top:.125rem;height:.875rem;width:.875rem;cursor:pointer;border:1px solid var(--color-gray-border)}.checkbox-group input[type=checkbox]+span,.checkbox-group input[type=checkbox]+span::after,.checkbox-group input[type=radio]+span,.checkbox-group input[type=radio]+span::after{position:absolute;left:0}.checkbox-group input[type=checkbox]+span:after,.checkbox-group input[type=radio]+span:after{top:0;width:.8125rem;height:.8125rem;content:"";display:none;-webkit-mask:url(../img/svg/icon_close.min.svg) center no-repeat;mask:url(../img/svg/icon_close.min.svg) center no-repeat;-webkit-mask-size:9px;mask-size:9px;background:var(--color-black)}.checkbox-group input[type=checkbox]:checked+span,.checkbox-group input[type=radio]:checked+span{border-color:var(--color-black)}.checkbox-group input[type=checkbox]:checked+span::after,.checkbox-group input[type=radio]:checked+span::after{display:block}.checkbox-group label{position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;font-size:1.5625rem;line-height:1.5625rem;font-weight:500;padding-left:1.25rem}.studentform-complete{display:none;position:relative;width:100%;max-width:26rem;padding:1.875rem;background:var(--color-white);z-index:1}.tno-form__row{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}.tno-form__row--center{justify-content:center}.tno-form__row--center button{margin:0 .5rem!important}.tno-form__message{display:block;width:100%}.tno-form__message p{font-size:.875rem;line-height:1rem;font-weight:500;color:red;margin:1rem 0 0!important}.tno-form__message p a{color:red;font-weight:500;text-decoration:underline}.tno-form__message.success p{font-weight:600;color:var(--color-black)}@keyframes fadein{0%{opacity:0}100%{opacity:1}}.tno-share{display:flex;flex-flow:row nowrap;align-items:center;list-style-type:none;padding:0;margin:0}.tno-share__item{margin:0 .625rem 0 0;animation:fadein .2s forwards linear}.tno-share__item a,.tno-share__item button{position:relative;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;width:1.875rem!important;height:1.875rem!important;font-size:0!important;line-height:0!important;border:1px solid var(--color-black)!important;border-radius:50%!important;transition:all .3s ease-out!important;cursor:pointer}.tno-share__item a::before,.tno-share__item button::before{content:'';width:.875rem;height:.875rem;-webkit-mask:url(../img/svg/icon_twitter.min.svg) center no-repeat;mask:url(../img/svg/icon_twitter.min.svg) center no-repeat;-webkit-mask-size:contain;mask-size:contain;background:var(--color-black)!important;transition:background-color .3s!important}.tno-share__item a span,.tno-share__item button span{position:absolute;bottom:calc(100% + .625rem);left:50%;font-size:.75rem!important;line-height:1.375rem!important;padding:0 .625rem;border-radius:.3125rem;transform:translateX(-50%);color:var(--color-white);background:var(--color-black-staff);visibility:hidden;pointer-events:none;opacity:0;z-index:-100;transition:visibility 10ms linear,z-index 10ms linear,opacity .2s linear;transition-delay:250ms,250ms,0s}.tno-share__item a span.active,.tno-share__item button span.active{opacity:1;visibility:visible;z-index:1;transition-delay:0s,0s,10ms}.tno-share__item a span::after,.tno-share__item button span::after{position:absolute;content:'';width:0;height:0;top:100%;left:50%;transform:translate(-50%);border-width:6px 5px 0 5px;border-color:var(--color-black-staff) transparent transparent transparent;border-style:solid}.tno-share__item a:hover,.tno-share__item button:hover{border-color:var(--color-gray-border)!important}.tno-share__item a:hover::before,.tno-share__item button:hover::before{background:var(--color-gray-border)!important}.tno-share__item--twitter a::before{width:.75rem}.tno-share__item--facebook a::before{width:.5rem;-webkit-mask-image:url(../img/svg/icon_facebook_f.min.svg);mask-image:url(../img/svg/icon_facebook_f.min.svg)}.tno-share__item--telegram a::before{-webkit-mask-image:url(../img/svg/icon_telegram.min.svg);mask-image:url(../img/svg/icon_telegram.min.svg)}.tno-share__item--whatsapp a::before{-webkit-mask-image:url(../img/svg/icon_whatsapp.min.svg);mask-image:url(../img/svg/icon_whatsapp.min.svg)}.tno-share__item--linkedin a::before{width:.9375rem;-webkit-mask-image:url(../img/svg/icon_linkedin_share.min.svg);mask-image:url(../img/svg/icon_linkedin_share.min.svg)}.tno-share__item--email a::before{-webkit-mask-image:url(../img/svg/icon_mail.min.svg);mask-image:url(../img/svg/icon_mail.min.svg)}.tno-share__item--url button::before{-webkit-mask-image:url(../img/svg/icon_url.min.svg);mask-image:url(../img/svg/icon_url.min.svg)}.tno-share__item--print button::before{-webkit-mask-image:url(../img/svg/icon_print.min.svg);mask-image:url(../img/svg/icon_print.min.svg)}.tno-share__item--more button::before{width:15px;height:15px;-webkit-mask-image:url(../img/svg/icon_share.min.svg);mask-image:url(../img/svg/icon_share.min.svg)}.tno-share__item:nth-child(n+5){display:none;opacity:0}.tno-share__item--open{display:block!important;opacity:1!important}.tno-share.open .tno-share__item:nth-child(5){display:block;animation-delay:70ms}.tno-share.open .tno-share__item:nth-child(6){display:block;animation-delay:140ms}.tno-share.open .tno-share__item:nth-child(7){display:block;animation-delay:210ms}.tno-share.open .tno-share__item:nth-child(8){display:block;animation-delay:280ms}.tno-share.open .tno-share__item:nth-child(9){display:block;animation-delay:350ms}.tno-share.open .tno-share__item:nth-child(10){display:block;animation-delay:420ms}.tno-share.open .tno-share__item:nth-child(11){display:block;animation-delay:490ms}.tno-share.open .tno-share__item:nth-child(12){display:block;animation-delay:560ms}.tno-share.open .tno-share__item--more{display:flex;flex-flow:row nowrap;align-items:center;margin:0}.tno-share.open .tno-share__item--more::after{display:block;content:'';width:1px;height:1.125rem;margin:0 1.125rem 0 1rem;background:var(--color-black)!important}.tno-share.open .tno-share__item--more button{background:var(--color-black)!important}.tno-share.open .tno-share__item--more button::before{background:var(--color-white)!important;-webkit-mask-image:url(../img/svg/icon_close.min.svg);mask-image:url(../img/svg/icon_close.min.svg);-webkit-mask-size:.75rem;mask-size:.75rem}.tno-share.open .tno-share__item--more button:hover{background:var(--color-gray-border)!important}.tno-share--light .tno-share__item a,.tno-share--light .tno-share__item button{border-color:var(--color-white)!important}.tno-share--light .tno-share__item a::before,.tno-share--light .tno-share__item button::before{background:var(--color-white)!important}.tno-share--light.open .tno-share__item--more::after{background:var(--color-white)!important}@media print{.tno-share{display:none!important}}.tno-header__cursosbar{height:3.75rem;justify-content:center;background:var(--color-white)}@media screen and (max-width:41.67188em){.tno-header__cursosbar{height:3.125rem;padding:0 .9375rem 0 .625rem}}.tno-header__cursosbar__button{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;font-size:0;line-height:0}.tno-header__cursosbar__button::before{content:'';width:12px;height:20px;-webkit-mask:url(../img/svg/icon_menu_dots.min.svg) center/contain no-repeat;mask:url(../img/svg/icon_menu_dots.min.svg) center/contain no-repeat;background:var(--color-black);transition:background-color .3s ease-out}.tno-header__cursosbar__button:hover::before{background:var(--color-primary)}.tno-header__cursosbar__logo{font-size:1.6875rem;line-height:1.6875rem;font-weight:600;letter-spacing:.01rem;margin-top:-2px}.tno-header__cursosbar__logo em{font-weight:700}.tno-header__cursosbar__logo:hover{color:var(--color-gray)}@media screen and (max-width:41.67188em){.tno-header__cursosbar__logo{font-size:1.1875rem;line-height:.9375rem;width:5rem}}.tno-header__cursosbar__promoted{margin-top:.125rem}.tno-header__cursosbar__promoted a,.tno-header__cursosbar__promoted span{display:block}.tno-header__cursosbar__promoted span{font-size:.9375rem;line-height:1.6875rem;font-weight:500;left:.01rem}@media screen and (max-width:62.23438em){.tno-header__cursosbar__promoted span{display:none}}.tno-header__cursosbar__promoted a{max-width:9.5rem;height:1.6875rem;margin-left:.5rem}.tno-header__cursosbar__promoted a img{width:100%;height:100%;object-fit:contain}.tno-header__cursosbar__menu{padding:0;margin:0;list-style-type:none}.tno-header__cursosbar__menu__item{margin:0 0 0 1.5625rem}.tno-header__cursosbar__menu__item:first-child{margin:0}.tno-header__cursosbar__menu__item a{font-size:1.125rem;line-height:1.125rem;font-weight:600;letter-spacing:.01rem}.tno-header__cursosbar__menu__item--active a{border-bottom:5px solid var(--curso-color,#fee300)}@media screen and (max-width:79.98438em){.tno-header__cursosbar__menu__item--active a{border:none}}@media screen and (max-width:79.98438em){.tno-header__cursosbar__menu__item{display:block;margin:0 1.875rem;border-top:1px solid var(--color-white)}.tno-header__cursosbar__menu__item a{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;width:100%;height:3.125rem;font-size:1.5rem;line-height:1.5rem}.tno-header__cursosbar__menu__item a:hover{color:var(--color-primary);background:var(--color-black)}.tno-header__cursosbar__menu__item--active a{color:var(--color-white)}.tno-header__cursosbar__menu__item:first-child{border:none}}@media screen and (max-width:79.98438em){.tno-header__cursosbar__menu{position:absolute;display:block;left:0;top:100%;right:0;background:var(--color-primary);opacity:0;visibility:hidden;transform:translateY(calc(-100% - 3.75rem));transition:transform .3s ease-out,opacity .3s linear,visibility 0s linear;transition-delay:0s,0s,310ms;z-index:-1;box-shadow:0 0 .5rem rgba(0,0,0,.1)}.tno-header__cursosbar__menu.active{opacity:1;visibility:visible;transform:translateY(0);transition-delay:10ms,10ms,0s}}.tno-header__cursosbar__left{margin-top:-1px}.tno-header__cursosbar__left:only-child{width:100%}.tno-header__cursosbar--with-menu{justify-content:space-between}.tno-header__cursosbar--with-menu .tno-header__cursosbar__promoted::before{content:'';width:1px;height:.875rem;margin:0 .75rem 0 .875rem;background:var(--color-black)}@media screen and (max-width:79.98438em){.tno-header__cursosbar--with-menu .tno-header__cursosbar__promoted::before{display:none}}@media screen and (max-width:79.98438em){.tno-header__cursosbar--with-menu{padding:0}.tno-header__cursosbar--with-menu .tno-header__cursosbar__left{position:relative;width:100%;height:100%;padding:0 1.5625rem 0 .375rem;background:var(--color-white);z-index:1}.tno-header__cursosbar--with-menu .tno-header__cursosbar__logo{margin-right:auto}}@media screen and (max-width:41.67188em){.tno-header__cursosbar--with-menu .tno-header__cursosbar__left{padding:0 .625rem 0 0}}.tno-cursos-type-view .tno-header .tno-header__cursosbar{transform:translateY(3.75rem);transition:transform .3s linear}.tno-cursos-type-view .tno-header--scrolled .tno-header__cursosbar{transform:translateY(0)}.tno-course-button{display:block;font-size:.875rem;line-height:2rem;font-weight:700;padding:0 1.125rem;text-align:center;text-decoration:none!important;color:var(--color-white);margin:1.875rem 0 0;border:1px solid var(--color-white)}.tno-course-button:hover{color:var(--curso-color);background:var(--color-white)}.tno-course-modal{position:relative;width:100%;max-width:26rem;background:var(--color-white);z-index:1}.tno-course-modal__header{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;height:2.5rem;background:var(--color-primary)}.tno-course-modal__header span{font-size:1.375rem;line-height:1.375rem;letter-spacing:.01rem;font-weight:600;color:var(--color-black)}.tno-course-modal__content{padding:1.5625rem 1.875rem 1.75rem;background:var(--color-gray-cursos)}@media screen and (max-width:41.67188em){.tno-course-modal__content{padding:1.5625rem 1.25rem 1.125rem}}.tno-course-modal__content,.tno-course-modal__content__wrapper{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}.tno-course-modal__info{text-align:center}.tno-course-modal__info span{display:block;position:relative;padding-top:3.125rem;font-size:1.25rem;line-height:1.375rem;font-weight:600}.tno-course-modal__info span::after,.tno-course-modal__info span::before{position:absolute;content:'';width:2.1875rem;height:2.1875rem;left:50%;top:0;transform:translateX(-50%)}.tno-course-modal__info span::before{border-radius:50%;background:var(--color-primary)}.tno-course-modal__info span::after{-webkit-mask:url(../img/svg/icon_check.min.svg) center no-repeat;mask:url(../img/svg/icon_check.min.svg) center no-repeat;-webkit-mask-size:1.25rem;mask-size:1.25rem;background:var(--color-black)}.tno-course-modal__info p{font-size:1rem;line-height:1.125rem;font-weight:500;margin:1.25rem 0 0}.tno-course-modal__info p a{text-decoration:underline}.tno-course-modal__info p a:hover{color:var(--color-gray-border)}.tno-course-modal__info+.tno-button{margin:1.875rem 0 0}.tno-course-modal__info--error span::after{-webkit-mask:url(../img/svg/icon_error.min.svg) center no-repeat;mask:url(../img/svg/icon_error.min.svg) center no-repeat;-webkit-mask-size:.3125rem;mask-size:.3125rem;background:var(--color-black)}.tno-course-modal__action{position:relative;text-align:center;padding:1.75rem 0 0;margin:1rem 0 0}.tno-course-modal__action::before{position:absolute;content:'';width:30%;height:1px;background:var(--color-black);left:50%;top:0;transform:translateX(-50%)}.tno-course-modal__action p{font-size:1rem;line-height:1.125rem;font-weight:500;margin:0 auto 1.25rem}.tno-course-modal__action button{margin:0 .3125rem}.tno-course-modal__action button.close{line-height:1.875rem;background:0 0;color:var(--color-black);border:1px solid var(--color-black)}.tno-course-modal__action button.close:hover{color:var(--color-white);background:var(--color-black)}.tno-course-modal--loading{opacity:0}.tno-course-modal--session{transition:opacity .3s linear}.tno-course-modal .tno-course-details{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}.tno-course-modal .tno-course-details&gt;span{display:block;text-align:center}.tno-course-modal .tno-course-details__title{font-size:1.25rem;line-height:1.375rem;font-weight:700;margin:0 0 .875rem}.tno-course-modal .tno-course-details__subtitle{font-size:.75rem;line-height:.75rem;font-weight:500;letter-spacing:.01rem;margin:0 0 1rem}.tno-course-modal .tno-course-details__subtitle strong{display:block;font-size:1.125rem;line-height:1.125rem;margin:0 0 .3125rem}.tno-course-modal .tno-course-details__date{margin:0 0 .5rem}.tno-course-modal .tno-course-details__date span{display:flex;flex-flow:row nowrap;align-items:center}.tno-course-modal .tno-course-details__date&gt;span{font-size:.875rem;line-height:.875rem}.tno-course-modal .tno-course-details__date&gt;span span::before{content:'';width:1px;height:.75rem;margin:0 .5rem;background:var(--color-black)}.tno-course-modal .tno-course-details__meta{margin-top:.375rem}.tno-course-modal .tno-course-details__meta,.tno-course-modal .tno-course-details__meta span{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center}.tno-course-modal .tno-course-details__meta&gt;span{font-size:.75rem;line-height:.75rem;font-weight:500}.tno-course-modal .tno-course-details__meta&gt;span:not(:last-child)::after{content:'';width:.25rem;height:.25rem;border-radius:50%;margin:0 .5rem;background:var(--color-black)}.tno-course-modal .tno-course-details__meta&gt;span span{display:inline-block;margin-left:6px;font-size:.9375rem;line-height:.9375rem;font-weight:600}.tno-course-modal .tno-course-details__form{width:100%}.tno-course-modal .tno-course-details .tno-form{width:100%;margin:1.25rem 0 0}.tno-course-modal .tno-course-details .tno-form__row{margin-top:1.25rem}.tno-course-modal .tno-course-details .tno-form__row .tno-button{display:flex;flex:1;cursor:pointer;text-align:center;align-items:center;justify-content:center;font-size:.8125rem!important;line-height:1.875rem!important;padding:0 .75rem!important;margin:0 .5rem!important;border:1px solid var(--color-primary)}.tno-course-modal .tno-course-details .tno-form__row .tno-button:disabled{border-color:var(--color-gray-border)!important}.tno-course-modal .tno-course-details .tno-form__row .tno-button:hover{border-color:var(--color-black)}.tno-course-modal .tno-course-details .tno-form__row .tno-button.close{border-color:var(--color-black);background:0 0}.tno-course-modal .tno-course-details .tno-form__row .tno-button.close:hover{color:var(--color-white);background:var(--color-black)}.tno-course-modal .tno-course-details .tno-form__row .tno-button:not(:only-child):first-child{margin-left:0!important}.tno-course-modal .tno-course-details .tno-form__row .tno-button:not(:only-child):last-child{margin-right:0!important}.tno-course-register{display:block;font-size:.875rem;line-height:1.875rem;font-weight:700;padding:0 .9375rem;border-radius:1.25rem;text-align:center;text-decoration:none!important;color:var(--color-black);background:var(--color-primary)}.tno-course-register:hover{color:var(--color-primary);background:var(--color-black)}.tno-course-register--disabled{color:var(--color-white);border:1px solid var(--color-white);pointer-events:none!important;background:0 0!important}.tno-course .tno-course-message{display:flex;flex-flow:row nowrap;align-items:center;font-size:.875rem;line-height:2rem;font-weight:600;letter-spacing:.02rem;border-radius:.25rem;padding:0 .625rem;margin-top:1.5625rem;pointer-events:none!important;text-align:center;text-decoration:none!important;color:var(--curso-color);background:var(--color-white)}.tno-course .tno-course-message::before{content:'';width:.9375rem;height:1rem;margin-right:.4375rem;-webkit-mask:url(../img/svg/icon-message.min.svg) center/contain no-repeat;mask:url(../img/svg/icon-message.min.svg) center/contain no-repeat;background:var(--curso-color)}.tno-course .tno-course__teacher{margin:0 0 1.875rem}.tno-course .tno-course__teacher__name{font-size:1.375rem;line-height:1.5rem;font-weight:600;letter-spacing:.02rem;color:var(--color-white);margin:0 0 .5rem}.tno-course .tno-course__teacher__name:hover{color:var(--curso-color);filter:brightness(.4)}.tno-course .tno-course__teacher__description{font-size:.875rem;line-height:1.125rem;font-weight:500;letter-spacing:.02rem;margin:0}.tno-course .tno-course__teacher:last-child{margin:0}.tno-course .tno-share{margin:1.5625rem 0 0}.tno-course .tno-share__item a,.tno-course .tno-share__item button{text-decoration:none!important}.tno-course .tno-share__item a:hover,.tno-course .tno-share__item button:hover{background:var(--color-white)!important}.tno-course .tno-share__item a:hover::before,.tno-course .tno-share__item button:hover::before{background:var(--curso-color)!important}.tno-course .tno-share.open .tno-share__more{background:var(--color-white)!important}.tno-course .tno-share.open .tno-share__more::before{background:var(--curso-color)!important}.tno-course .tno-share.open .tno-share__more:hover{background:var(--curso-color)!important}.tno-course .tno-share.open .tno-share__more:hover::before{background:var(--color-white)!important}.tno-course__price{font-size:2.25rem;line-height:2.25rem;font-weight:400;letter-spacing:.02rem;margin:.5rem 0 0}.tno-course__price sup{font-size:50%;margin-right:5px;vertical-align:middle}.tno-course__details{display:block;list-style-type:none;padding:0;margin:0}.tno-course__details__item{display:flex;flex-flow:row nowrap;align-items:center;font-size:1rem;line-height:1rem;font-weight:600;margin:1.5625rem 0 0}.tno-course__details__item span{font-size:.75rem;line-height:.8125rem;font-weight:400;letter-spacing:.02rem;margin-left:.3125rem;align-self:flex-end}.tno-course__details__item::before{content:'';width:1rem;height:1rem;margin:0 .625rem 0 0;background:var(--color-white);-webkit-mask:center/contain no-repeat;mask:center/contain no-repeat}.tno-course__details__item--date{margin:.625rem 0 0}.tno-course__details__item--date::before{background:0 0;-webkit-mask:none;mask:none}.tno-course__details__item--date:first-child{margin-top:0}.tno-course__details__item--date:first-child::before{background:var(--color-white);-webkit-mask:url(../img/svg/icon_curso_calendar.min.svg) center/contain no-repeat;mask:url(../img/svg/icon_curso_calendar.min.svg) center/contain no-repeat}.tno-course__details__item--date span{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;font-size:inherit;line-height:inherit;margin:0}.tno-course__details__item--date span::before{content:'';width:1px;height:.75rem;margin:0 .75rem;background:var(--color-white)}.tno-course__details__item--duration::before{-webkit-mask-image:url(../img/svg/icon_curso_time.min.svg);mask-image:url(../img/svg/icon_curso_time.min.svg)}.tno-course__details__item--mode::before{height:1.375rem;-webkit-mask-image:url(../img/svg/icon_curso_mode.min.svg);mask-image:url(../img/svg/icon_curso_mode.min.svg)}.tno-course__info{display:grid;grid-template-columns:33% auto 30%;grid-gap:0;max-width:120rem;height:calc(calc(var(--vh,1vh) * 100) - 3.75rem);margin:0 auto;background:var(--curso-color);overflow:hidden}.tno-course__info__image{height:100%;overflow:hidden}.tno-course__info__image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.tno-course__info__box{position:relative;display:flex;flex-flow:column nowrap;align-items:flex-start;padding:3.75rem 4.375rem;color:var(--color-white);z-index:1}.tno-course__info__box:nth-child(2){border-left:1px solid rgba(255,255,255,.1);padding-right:28%}.tno-course__info__box:last-child::before{position:absolute;left:0;top:0;content:'';width:100%;height:100%;mix-blend-mode:overlay;background:linear-gradient(0deg,rgba(0,0,0,.15) 0,rgba(0,0,0,0) 100%);z-index:-1}.tno-course__info__box .tno-course-register{margin:auto 0 0}.tno-course__info__box .tno-course__price{margin-bottom:2.5rem}.tno-course__info__box__category{display:block;font-size:.75rem;line-height:.75rem;font-weight:500;letter-spacing:.01rem;color:var(--color-white);text-transform:uppercase;margin:0 0 .25rem}.tno-course__info__box__category:hover{color:var(--curso-color);filter:brightness(.4)}.tno-course__info__box__title{font-size:2.5rem;line-height:2.6875rem;font-weight:700;margin:0 0 .5rem}.tno-course__info__box__subtitle{font-size:1.375rem;line-height:1.5rem;font-weight:500;letter-spacing:.02rem;margin:0}.tno-course__info__box__teachers{margin:2.1875rem 0 0}.tno-course__info__box__teachers__title{display:block;font-size:.75rem;line-height:.75rem;font-weight:500;font-style:italic;letter-spacing:.01rem;margin:0 0 .5rem}.tno-course__info__box__greeting{font-size:1.875rem;line-height:1.875rem;font-weight:600}.tno-course__info__box__greeting span{display:block;margin:.3125rem 0 0;font-size:1.125rem;line-height:1.125rem;font-weight:500;letter-spacing:.02rem;color:var(--color-white)}.tno-course__info__box .tno-course__details,.tno-course__info__box__copy{width:100%;padding:1.875rem 0 0;margin:1.875rem 0 0;border-top:1px solid rgba(255,255,255,.6)}.tno-course__info__box__copy p{font-size:1.125rem;line-height:1.375rem;font-weight:500;letter-spacing:.02rem;margin:0 0 .625rem}.tno-course__info__box__copy p strong{font-weight:700}.tno-course__info__box__copy p a{color:var(--color-white);text-decoration:underline}.tno-course__info__box__copy p a:hover{color:var(--curso-color);filter:brightness(.5)}.tno-course__info__box__copy p:last-child{margin:0}.tno-course__info__box__copy.is-registered{max-width:90%;padding-right:1.5rem}.tno-course__info__box__copy.is-registered a{margin:.75rem 0 0}.tno-course__info__box__student{font-size:1rem;line-height:1.25rem;font-weight:600;padding:0 0 0 1.625rem;margin:1.125rem 0 0;background:url(../img/svg/icon_curso_student.min.svg) left top 3px no-repeat;background-size:1.25rem}.tno-course__info__box__student span{display:block;font-size:.9375rem;font-weight:500}.tno-course__info__box__student a{color:var(--color-white);text-decoration:underline}.tno-course__info__box__student a:hover{color:var(--curso-color);filter:brightness(.4)}@media screen and (max-width:89.98438em){.tno-course__info__box{padding:2.5rem}}@media screen and (max-width:79.98438em){.tno-course__info{height:auto;grid-template-columns:40% 1fr 1fr;grid-template-rows:auto;grid-template-areas:"pic box1 box1" "pic box2 box2"}.tno-course__info__image{grid-area:pic}.tno-course__info__box{grid-area:box1;padding:2.5rem}.tno-course__info__box:last-child{padding-top:0;grid-area:box2}}@media screen and (max-width:62.23438em){.tno-course__info{display:block}.tno-course__info__image{width:100%;aspect-ratio:1;overflow:hidden}}@media screen and (max-width:41.67188em){.tno-course__info .tno-course__info__box{padding:1.875rem 1.5625rem}.tno-course__info .tno-course__info__box:last-child{padding-top:0}}.tno-course__bar{position:fixed;left:0;right:0;top:3.75rem;z-index:100;height:3.75rem;color:var(--color-white);background:var(--curso-color);transform:translateY(-100%);opacity:0;transition:transform 360ms linear,opacity 360ms linear;box-shadow:0 0 .375rem rgba(0,0,0,.45)}@media screen and (max-width:41.67188em){.tno-course__bar{top:3.125rem;min-height:3.75rem}}.tno-course__bar__category,.tno-course__bar__left,.tno-course__bar__right,.tno-course__bar__wrapper{display:flex;flex-flow:row nowrap;align-items:center}.tno-course__bar__wrapper{justify-content:space-between;max-width:120rem;height:100%;margin:0 auto;padding:0 1.5625rem}@media screen and (max-width:41.67188em){.tno-course__bar__wrapper{padding:0 .75rem}}.tno-course__bar__category{font-size:.9375rem;line-height:.9375rem;font-weight:600;letter-spacing:.01rem;text-transform:uppercase;color:var(--color-white)}.tno-course__bar__category::after{content:'';width:.0625rem;height:.9375rem;margin:0 .9375rem;background:rgba(255,255,255,.6)}@media screen and (max-width:41.67188em){.tno-course__bar__category{display:none}}.tno-course__bar__title{font-size:1.125rem;line-height:1.125rem;font-weight:500;max-width:20rem}@media screen and (max-width:41.67188em){.tno-course__bar__title{font-size:1rem;line-height:1rem;max-width:18.75rem}}.tno-course__bar .tno-course__details{position:absolute;left:50%;top:50%;display:flex;flex-flow:row nowrap;align-items:center;transform:translate(-50%,-50%)}.tno-course__bar .tno-course__details__item{margin:0}.tno-course__bar .tno-course__details__item::after{content:'';width:.0625rem;height:.75rem;margin:0 1.25rem;background:rgba(255,255,255,.6)}@media screen and (max-width:89.98438em){.tno-course__bar .tno-course__details__item::after{margin:0 .875rem}}.tno-course__bar .tno-course__details__item:last-child::after{margin:0}@media screen and (max-width:89.98438em){.tno-course__bar .tno-course__details{display:none}}.tno-course__bar .tno-course__price{margin:0 1.25rem 0 0}@media screen and (max-width:41.67188em){.tno-course__bar .tno-course__price{display:none}}.tno-course__bar .tno-course-register{margin:0}@media screen and (max-width:41.67188em){.tno-course__bar .tno-course-register{width:6rem;height:1.875rem;overflow:hidden;margin-left:1.25rem}}.tno-course__bar--scrolled{transform:translateY(0);opacity:1}.tno-course__footer,.tno-course__main{max-width:44rem;margin:0 auto}.tno-course__main{padding:3rem 0}@media screen and (max-width:41.67188em){.tno-course__main{padding:2rem .9375rem}}.tno-course__footer{padding:2rem 0 3rem;border-top:1px solid var(--color-gray)}@media screen and (max-width:41.67188em){.tno-course__footer{padding:2rem .9375rem}}.tno-course__footer .tno-course-message{color:var(--color-white);background:var(--curso-color);margin:0}.tno-course__footer .tno-course-message::before{background:var(--color-white)}.tno-course__footer .tno-share{margin-top:.9375rem}.tno-course__footer .tno-share__item a:hover,.tno-course__footer .tno-share__item button:hover{border-color:var(--curso-color)!important;background:var(--curso-color)!important}.tno-course__footer .tno-share__item a:hover::before,.tno-course__footer .tno-share__item button:hover::before{background:var(--color-white)!important}.tno-course__footer .tno-share.open .tno-share__more{background:var(--color-white)!important}.tno-course__footer .tno-share.open .tno-share__more::before{background:var(--color-black)!important}.tno-course__footer .tno-share.open .tno-share__more:hover{background:var(--curso-color)!important}.tno-course__footer .tno-share.open .tno-share__more:hover::before{background:var(--color-white)!important}.tno-course__footer .is-registered{flex-flow:column nowrap;align-items:flex-end;justify-content:flex-end;margin-left:auto;text-align:right;max-width:10.3125rem}.tno-course__footer .is-registered a{background:var(--color-black);margin:.75rem 0 0}.tno-course__footer .is-registered a:hover{filter:none}.tno-course__footer__top{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;padding:0 0 1.75rem}.tno-course__footer__top .tno-course__info__box__greeting span,.tno-course__footer__top a{color:var(--color-black)}.tno-course__footer__top a{text-decoration:underline}.tno-course__footer__top a:hover{color:var(--curso-color)}@media screen and (max-width:41.67188em){.tno-course__footer__top{flex-flow:column nowrap;align-items:flex-start;justify-content:flex-start}}.tno-course__footer__signup,.tno-course__footer__top__copy{display:flex;flex-flow:column}.tno-course__footer__top__copy{align-items:flex-start;justify-content:flex-start;flex:1;padding-right:3rem}@media screen and (max-width:41.67188em){.tno-course__footer__top__copy{padding-right:0}}.tno-course__footer__signup{align-items:center}.tno-course__footer__signup .tno-course-register{font-size:1.25rem;line-height:2.5rem;padding:0 1.375rem}.tno-course__footer__signup .tno-course__info__box__student{background-image:url(../img/svg/icon_curso_student_black.min.svg)}@media screen and (max-width:41.67188em){.tno-course__footer__signup{margin:1.875rem 0 0}}.tno-course__footer__copy{margin-top:1.5rem}.tno-course__footer__copy p{font-size:1rem;line-height:1.1875rem;letter-spacing:.02rem;font-weight:500;margin:0 0 .3125rem}.tno-course__footer__copy p:last-child{margin:0}.tno-course__footer__disclaimer{border-top:1px solid var(--color-gray-footer);padding:1.5rem 32% 0 0;color:var(--color-gray)}.tno-course__footer__disclaimer p{font-size:.75rem;line-height:.9375rem;font-weight:500;letter-spacing:.02rem;margin:0}.tno-course__footer__disclaimer p a{text-decoration:underline;color:inherit}.tno-course__footer__disclaimer p a:hover{color:var(--color-black)}@media screen and (max-width:41.67188em){.tno-course__footer__disclaimer{padding:1.5rem 0 0}}.tno-student{position:relative;transition:opacity .3s ease-out;z-index:1}.tno-student .tno-form,.tno-student__content,.tno-student__title{display:flex;flex-flow:column nowrap;align-items:center}.tno-student__content{justify-content:center;max-width:26rem;padding:1.875rem;border-radius:1rem;background:var(--color-white)}@media screen and (max-width:41.67188em){.tno-student__content{padding:1.25rem}}.tno-student__title{font-size:1.375rem;line-height:1.375rem;font-weight:700;margin:0 0 .5rem}.tno-student__title::before{content:'';width:2rem;height:1.375rem;margin:0 0 .75rem;-webkit-mask:url(../img/svg/icon_curso_student_black.min.svg) center/contain no-repeat;mask:url(../img/svg/icon_curso_student_black.min.svg) center/contain no-repeat;background:var(--color-black)}.tno-student__description{font-size:.875rem;line-height:.9375rem;font-weight:500;text-align:center;margin:0}.tno-student .tno-form,.tno-student .tno-form__field,.tno-student__form{width:100%}.tno-student__form{margin:1.875rem 0 0}.tno-student__form .tno-form__field{margin:.75rem 0 0}.tno-student__form .tno-form__field:first-of-type{margin:0}.tno-student__form .tno-form__field.margin{margin-top:1.5625rem}.tno-student__form .tno-form__field.margin:nth-child(2){margin-top:0}.tno-student__form .tno-form__field.margin+.submit-btn{margin-top:1.875rem}.tno-student__form label,.tno-student__form span{display:block;text-align:left;margin:0;padding:0}.tno-student__form label:not(.terms){font-size:.75rem;line-height:.875rem;font-weight:600;padding:0}.tno-student__form span{font-size:.625rem;line-height:.75rem;font-weight:500;letter-spacing:.02rem}.tno-student__form span.info{display:inline-block;max-width:calc(100% - 9rem);max-height:1.75rem;text-overflow:ellipsis;overflow:hidden;vertical-align:bottom}.tno-student__form__remove,.tno-student__form__upload{margin:.5rem 0 0}.tno-student__form__upload{position:relative;display:inline-block;font-size:.875rem;line-height:1.75rem;font-weight:700;padding:0 .9375rem;color:var(--color-black);background:var(--color-primary)}.tno-student__form__upload:hover{color:var(--color-primary);background:var(--color-black)}.tno-student__form__upload input{position:absolute;left:0;top:0;z-index:-1}.tno-student__form__remove{display:none!important;pointer-events:none!important;flex-flow:column nowrap;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;font-size:0;line-height:0;margin:0 .5rem;vertical-align:bottom;background:var(--color-black)}.tno-student__form__remove::before{content:'';width:.75rem;height:.75rem;padding:0;-webkit-mask:url(../img/svg/icon_close.min.svg) center/contain no-repeat;mask:url(../img/svg/icon_close.min.svg) center/contain no-repeat;background:var(--color-primary)}.tno-student__form__remove:hover{background:var(--color-gray)}.tno-student__form__remove:hover::before{background:var(--color-white)}.tno-student__form__remove.active{display:inline-flex!important;pointer-events:all!important}.tno-student--loading{opacity:0}.tno-course-box,.tno-course-box__info{display:flex;flex-flow:column nowrap}.tno-course-box__image{flex-shrink:0;aspect-ratio:1}.tno-course-box__image a{display:block;position:relative;aspect-ratio:1}.tno-course-box__image a::after{position:absolute;left:0;top:0;width:100%;height:100%;content:'';z-index:2;background:linear-gradient(0deg,#000 0,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%)}.tno-course-box__image a img{position:relative;width:100%;height:100%;object-fit:cover;z-index:1}.tno-course-box__info{flex:1;padding:1.5625rem 1.875rem 1.875rem;border:1px solid var(--color-black)}.tno-course-box__info__date{display:flex;flex-flow:row nowrap;align-items:center;font-size:1rem;line-height:1rem;font-weight:700;margin:0}.tno-course-box__info__date::before{content:'';width:.9375rem;height:.9375rem;-webkit-mask:url(../img/svg/icon_curso_calendar.min.svg) center/contain no-repeat;mask:url(../img/svg/icon_curso_calendar.min.svg) center/contain no-repeat;background:var(--color-black);margin-right:.4375rem}.tno-course-box__info__title{font-size:1.875rem;line-height:1.875rem;font-weight:700;margin:1rem 0 .375rem}.tno-course-box__info__subtitle{font-size:1.5625rem;line-height:1.875rem;letter-spacing:.02rem;font-weight:500;margin:0}.tno-course-box__info__teachers{margin:0 0 1.125rem}.tno-course-box__info__teachers span{display:block;font-size:.75rem;line-height:.75rem;font-weight:500;font-style:italic;letter-spacing:.01rem;margin:1.25rem 0 0}.tno-course-box__info__teachers ul{display:block;margin:.375rem 0 0;padding:0;list-style-type:none}.tno-course-box__info__teachers ul li{margin:0 0 .25rem}.tno-course-box__info__teachers ul li a{font-size:1.375rem;line-height:1.375rem;font-weight:600;letter-spacing:.02rem}.tno-course-box__info__teachers ul li:last-child{margin:0}.tno-course-box__info__actions{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}.tno-course-box__info__actions .tno-course-button:nth-child(2){margin-right:0;background:var(--color-white);border:1px solid var(--color-black)}.tno-course-box__info__actions .tno-course-button:nth-child(2):hover{color:var(--color-white);background:var(--color-black)}@media screen and (max-width:41.67188em){.tno-course-box__info__actions{flex-flow:column nowrap}.tno-course-box__info__actions .tno-course-button{width:10rem;margin:0 auto 0 0}.tno-course-box__info__actions .tno-course-button:nth-child(2){margin:1.25rem auto 0 0}}.tno-course-box__info__downloads{padding:0 0 1.25rem;margin:0 0 1.875rem;border-bottom:1px solid var(--color-black)}.tno-course-box__info__downloads .download{display:flex;flex-flow:row nowrap;align-items:center;font-size:1rem;line-height:1rem;font-weight:600;margin:0 0 .875rem}.tno-course-box__info__downloads .download::before{content:'';width:1.0625rem;height:1.0625rem;margin:-1px .625rem 0 0;-webkit-mask:url(../img/svg/icon_download.min.svg) center/contain no-repeat;mask:url(../img/svg/icon_download.min.svg) center/contain no-repeat;background:var(--color-black)}.tno-course-box__info__downloads .download:last-child{margin:0}.tno-course-box__info .tno-course-button{display:inline-block;color:var(--color-black);border-color:var(--color-primary);background:var(--color-primary);margin:auto auto 0 0}.tno-course-box__info .tno-course-button:hover{color:var(--color-primary);border-color:var(--color-black);background:var(--color-black)}.tno-escuela-view .studentform-complete{width:26rem}.tno-escuela-view .studentform-complete .tno-form__row{align-items:flex-end}.tno-cursos .tno-cursos-instructor__wrapper{display:flex;flex-flow:row nowrap;align-items:center}.tno-cursos .tno-cursos-instructor__image{width:13.125rem;flex-shrink:0}.tno-cursos .tno-cursos-instructor__info{flex:1}.tno-cursos .tno-cursos-instructor__info__name,.tno-cursos .tno-cursos-instructor__info__subtitle{color:var(--color-black)}.tno-cursos .tno-cursos-instructor__info__name{font-size:1.375rem;line-height:1.375rem;font-weight:600;letter-spacing:.01rem;margin:0 0 .375rem}.tno-cursos .tno-cursos-instructor__info__subtitle{display:block;font-size:.875rem;line-height:.875rem;font-weight:500;letter-spacing:.06rem}.tno-cursos .is-registered{display:flex;flex-flow:row nowrap;align-items:center}.tno-cursos .is-registered span{display:block;font-size:.875rem;line-height:.9375rem;font-weight:600}.tno-cursos .is-registered a{display:block;font-size:0;line-height:0;width:4.1875rem;height:1.5rem;margin-left:1.25rem;-webkit-mask:url(../img/svg/logo_myto.min.svg) center/contain no-repeat;mask:url(../img/svg/logo_myto.min.svg) center/contain no-repeat;background:var(--color-white)}.tno-cursos .is-registered a:hover{background:var(--curso-color);filter:brightness(.5)}.tno-cursos .tno-cursos-testimony__content{margin:0 0 1.25rem}.tno-cursos .tno-cursos-testimony__content p{font-size:1.25rem;line-height:1.5625rem;font-weight:500;margin:0 0 1.5rem}.tno-cursos .tno-cursos-testimony__content p:last-child{margin:0}@media screen and (max-width:41.67188em){.tno-cursos .tno-cursos-testimony__content{text-align:center}.tno-cursos .tno-cursos-testimony__content p{font-size:1.125rem;line-height:1.25rem}}.tno-cursos .tno-cursos-testimony__bottom{display:flex;flex-flow:row nowrap;align-items:center}.tno-cursos .tno-cursos-testimony__bottom__image{width:4.125rem;height:4.125rem;border-radius:50%;overflow:hidden;border:.3125rem solid var(--color-primary)}.tno-cursos .tno-cursos-testimony__bottom__info{flex:1;padding:0 0 0 .75rem}.tno-cursos .tno-cursos-testimony__bottom__info__name,.tno-cursos .tno-cursos-testimony__bottom__info__subtitle{letter-spacing:.01rem}.tno-cursos .tno-cursos-testimony__bottom__info__name{font-size:1rem;line-height:1rem;font-weight:600}.tno-cursos .tno-cursos-testimony__bottom__info__subtitle{font-size:.9375rem;line-height:.9375rem;font-weight:500}.tno-cursos .tno-cursos-testimony__bottom__info:only-child{padding:0}@media screen and (max-width:41.67188em){.tno-cursos .tno-cursos-testimony{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;padding:0 .625rem}}.tno-cursos .tno-article-general__image{width:100%;aspect-ratio:233/128;overflow:hidden;margin:0 0 .9375rem;background:var(--color-gray-footer)}.tno-cursos .tno-article-general__image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.tno-cursos .tno-article-general__content{padding-bottom:1.25rem}.tno-cursos .tno-article-general__content__title{font-size:1.125rem;line-height:1.25rem;font-weight:600}.tno-cursos .tno-article-general__content__footer{display:flex;flex-flow:row nowrap;align-items:center;margin:.3125rem 0 0}@media screen and (max-width:41.67188em){.tno-cursos .tno-article-general__content{padding:0}}.tno-cursos .tno-cursos-book{display:flex;flex-flow:column nowrap;align-items:center;justify-content:flex-start}.tno-cursos .tno-cursos-book__wrapper{position:relative;width:12.875rem;height:19.375rem;transition:all .3s ease-out}.tno-cursos .tno-cursos-book__wrapper,.tno-cursos .tno-cursos-book__wrapper img{display:block}.tno-cursos .tno-cursos-book__wrapper img{width:100%;height:100%;object-fit:contain;object-position:top center;margin:auto}@media screen and (max-width:41.67188em){.tno-cursos .tno-cursos-book__wrapper img{height:auto}}@media screen and (max-width:41.67188em){.tno-cursos .tno-cursos-book__wrapper{max-height:22.5rem!important}}.tno-cursos .tno-cursos-book__info{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;text-align:center;padding:.625rem .9375rem 0}.tno-cursos .tno-cursos-book__info__title{font-size:1.25rem;line-height:1.375rem;font-weight:600;letter-spacing:.01rem;margin:0 0 .25rem}.tno-cursos .tno-cursos-book__info__author{font-size:.75rem;line-height:.875rem;font-weight:500;letter-spacing:.06rem}@media screen and (max-width:41.67188em){.tno-cursos .tno-cursos-book__info{display:none!important}}.tno-cursos .flickity-prev-next-button{width:1.625rem;height:1.625rem;top:calc(50% + .5rem);color:var(--color-primary);background:var(--color-black);transform:none}.tno-cursos .flickity-prev-next-button.previous{left:-4rem}.tno-cursos .flickity-prev-next-button.next{right:-4rem}@media screen and (max-width:89.98438em){.tno-cursos .flickity-prev-next-button.previous{left:-.625rem}.tno-cursos .flickity-prev-next-button.next{right:-.625rem}}.tno-cursos .flickity-page-dots .dot::before{display:none!important}@media screen and (max-width:41.67188em){.tno-cursos .flickity-page-dots{bottom:-2.5rem}}.tno-cursos__intro,.tno-cursos__title{text-align:center}.tno-cursos__title{font-size:2.5rem;line-height:2.875rem;font-weight:700;margin:0 0 .5rem}.tno-cursos__title span{font-style:italic}@media screen and (max-width:41.67188em){.tno-cursos__title{font-size:2.125rem;line-height:2.1875rem}}.tno-cursos__intro{max-width:43.75rem;margin:0 auto}.tno-cursos__intro p{font-size:1.75rem;line-height:2rem;font-weight:500;margin:0 0 1.5rem}.tno-cursos__intro p:last-child{margin:0}@media screen and (max-width:41.67188em){.tno-cursos__intro p{font-size:1.375rem;line-height:1.5rem}}.tno-cursos__teachers{position:relative;padding:4.375rem 1.875rem 0}.tno-cursos__teachers::before{position:absolute;content:'';left:0;bottom:0;width:100%;height:10.3125rem;background:var(--color-primary);z-index:-1}.tno-cursos__teachers__content{max-width:78rem;margin:3.75rem auto 0}.tno-cursos__teachers__content .tno-cursos-instructor{width:33.33%;padding-top:1.5rem;padding-right:2.8125rem}.tno-cursos__teachers__content .tno-cursos-instructor__wrapper:hover{transform:scale(1.1);transform-origin:center}@media screen and (max-width:79.98438em){.tno-cursos__teachers__content .tno-cursos-instructor{width:50%}}@media screen and (max-width:62.23438em){.tno-cursos__teachers__content .tno-cursos-instructor{padding-right:.9375rem}}@media screen and (max-width:41.67188em){.tno-cursos__teachers__content .tno-cursos-instructor{width:100%;padding-right:0}}@media screen and (max-width:41.67188em){.tno-cursos__teachers__content{margin-top:0}}@media screen and (max-width:41.67188em){.tno-cursos__teachers{padding:2.5rem .5rem 0}}.tno-cursos__testimonies{padding:4.375rem 5px 4.375rem 2.5rem}.tno-cursos__testimonies__content{max-width:72rem;margin:3.75rem auto 0}.tno-cursos__testimonies__content .tno-cursos-testimony{width:33.33%;padding-right:3.75rem;padding-bottom:1rem}@media screen and (max-width:79.98438em){.tno-cursos__testimonies__content .tno-cursos-testimony{width:50%}}@media screen and (max-width:41.67188em){.tno-cursos__testimonies__content .tno-cursos-testimony{width:100%;padding:0}}@media screen and (max-width:41.67188em){.tno-cursos__testimonies__content{margin:2rem auto 0}}@media screen and (max-width:41.67188em){.tno-cursos__testimonies{padding:5.5rem .9375rem 4.5rem}}.tno-cursos__articles{padding:3.125rem .0625rem 4.5rem 2.5rem;background:var(--color-gray-cursos)}.tno-cursos__articles__content{max-width:65rem;padding-bottom:1.25rem;margin:3.75rem auto 0}.tno-cursos__articles__content .tno-article-general{width:25%;padding:0 1.875rem 0 0}@media screen and (max-width:79.98438em){.tno-cursos__articles__content .tno-article-general{width:33.33%;padding-right:2.5rem}}@media screen and (max-width:41.67188em){.tno-cursos__articles__content .tno-article-general{width:100%;padding:0}}@media screen and (max-width:41.67188em){.tno-cursos__articles__content{margin-top:1.875rem}}@media screen and (max-width:41.67188em){.tno-cursos__articles{padding:2.5rem 1.5625rem 4.5rem}}.tno-cursos__books{padding:3.125rem .9375rem 4.5rem}.tno-cursos__books__content{height:25rem;max-width:82rem;margin:3.75rem auto 0}.tno-cursos__books__content .flickity-viewport{height:100%!important}.tno-cursos__books__content .tno-cursos-book{width:20%}.tno-cursos__books__content .tno-cursos-book.is-selected .tno-cursos-book__wrapper{width:100%;height:25rem}@media screen and (max-width:41.67188em){.tno-cursos__books__content .tno-cursos-book.is-selected .tno-cursos-book__wrapper{height:auto}}.tno-cursos__books__content .tno-cursos-book:hover .tno-cursos-book__info{opacity:0}.tno-cursos__books__content .tno-cursos-book:hover:not(.is-selected) .tno-cursos-book__wrapper{width:100%;height:25rem}@media screen and (max-width:79.98438em){.tno-cursos__books__content .tno-cursos-book{width:33.33%}}@media screen and (max-width:41.67188em){.tno-cursos__books__content .tno-cursos-book{width:60%}}@media screen and (max-width:41.67188em){.tno-cursos__books__content{margin-top:1.875rem;height:23.75rem!important}}.tno-cursos__books .flickity-prev-next-button{color:var(--color-white);top:50%;transform:translateY(-50%)}.tno-cursos__books .flickity-prev-next-button.previous{left:-3rem}.tno-cursos__books .flickity-prev-next-button.next{right:-3rem}@media screen and (max-width:89.98438em){.tno-cursos__books .flickity-prev-next-button.previous{left:.9375rem}.tno-cursos__books .flickity-prev-next-button.next{right:.9375rem}}@media screen and (max-width:41.67188em){.tno-cursos__books{padding:2.5rem .625rem 4.375rem}.tno-cursos__books .flickity-page-dots{bottom:-2rem}}.tno-cursos__info{padding:3.75rem 2.5rem 4.375rem 1.25rem;background:linear-gradient(0deg,rgba(0,0,0,0) 0,rgba(0,0,0,.04) 100%)}.tno-cursos__info__wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:84rem;margin:0 auto}@media screen and (max-width:62.23438em){.tno-cursos__info__wrapper{display:flex;flex-flow:column-reverse nowrap;padding:0 1.5625rem}}.tno-cursos__info__text{padding-left:15%;padding-right:20%}.tno-cursos__info__text p{font-size:1.125rem;line-height:1.5625rem;font-weight:500;letter-spacing:.02rem;margin:0 0 1.875rem}.tno-cursos__info__text p:last-of-type{margin:0}.tno-cursos__info__text h1,.tno-cursos__info__text h2{font-size:2.8125rem;line-height:3.125rem;font-weight:700;margin:0 0 1.25rem}.tno-cursos__info__text h1 span,.tno-cursos__info__text h2 span{font-style:italic}.tno-cursos__info__text h3{font-size:1.75rem;line-height:1.875rem;font-weight:500;letter-spacing:.02rem;margin:0 0 .875rem}.tno-cursos__info__text h4,.tno-cursos__info__text h5,.tno-cursos__info__text h6{font-size:1.25rem;line-height:1.1875rem;font-weight:600;letter-spacing:.02rem;margin:0 0 .625rem}.tno-cursos__info__text h4+p,.tno-cursos__info__text h5+p,.tno-cursos__info__text h6+p{font-size:.875rem;line-height:1.125rem;font-weight:500;letter-spacing:.02rem}@media screen and (max-width:89.98438em){.tno-cursos__info__text{padding-left:2rem;padding-right:10%}}@media screen and (max-width:62.23438em){.tno-cursos__info__text{padding:2.5rem 0 0!important}}@media screen and (max-width:41.67188em){.tno-cursos__info__text{padding-top:1.875rem!important}}.tno-cursos__info__follow{margin-top:1.875rem}.tno-cursos__info__follow span{display:block;font-size:.75rem;line-height:.75rem;font-weight:700}.tno-cursos__info__follow__links{display:flex;flex-flow:row nowrap;align-items:center;margin-top:.5rem}.tno-cursos__info__follow__links a{display:block;width:1rem;height:1rem;font-size:0;line-height:0;margin:0 .25rem 0 0;-webkit-mask:center/contain no-repeat;mask:center/contain no-repeat;background:var(--color-black)}.tno-cursos__info__follow__links a:hover{background:var(--color-gray-border)}.tno-cursos__info__follow__links a.fb{-webkit-mask-image:url(../img/svg/icon_facebook_f.min.svg);mask-image:url(../img/svg/icon_facebook_f.min.svg)}.tno-cursos__info__follow__links a.tw{-webkit-mask-image:url(../img/svg/icon_twitter.min.svg);mask-image:url(../img/svg/icon_twitter.min.svg)}.tno-cursos__info__follow__links a.ig{-webkit-mask-image:url(../img/svg/icon_instagram.min.svg);mask-image:url(../img/svg/icon_instagram.min.svg)}@media screen and (max-width:41.67188em){.tno-cursos__info{padding:2.5rem 1.25rem 3rem}.tno-cursos__info__wrapper{padding:0}}.tno-cursos__header{max-width:600px;margin:0 auto;text-align:center}.tno-cursos__header__title{font-size:3.625rem;line-height:3.625rem;font-weight:700;margin:0 0 .9375rem}@media screen and (max-width:41.67188em){.tno-cursos__header__title{font-size:2.625rem;line-height:2.625rem}}.tno-cursos__header__description{font-size:1.5625rem;line-height:1.5625rem;font-weight:500;margin:0}@media screen and (max-width:41.67188em){.tno-cursos__header__description{font-size:1.5rem;line-height:1.5rem}}.tno-cursos__posts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:3.75rem;max-width:87.5rem;margin:3.75rem auto 0;padding:0 .9375rem}@media screen and (max-width:89.98438em){.tno-cursos__posts{grid-gap:1.875rem}}@media screen and (max-width:79.98438em){.tno-cursos__posts{grid-gap:2.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:62.23438em){.tno-cursos__posts{grid-gap:1.875rem;grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:41.67188em){.tno-cursos__posts{padding:0;grid-template-columns:repeat(1,minmax(0,1fr));margin:1.875rem auto 0}}.tno-cursos .tno-load-button{margin:3.5rem auto 0}.tno-cursos-type-view .tno-cursos{padding:3rem .9375rem 4.5rem}@media screen and (max-width:41.67188em){.tno-cursos-type-view .tno-cursos{padding:0 .9375rem 3rem}}</pre></body></html>