*{box-sizing:border-box;margin:0;padding:0}body{font-family:'OpenSansRegular';overflow-x:hidden;font-size:16px;color:#959595}a{text-decoration:none}p{margin:0;line-height:normal}h2,h3,h4{margin:0;line-height:normal;font-weight:100}img{width:100%}.m-t-0{margin-top:0 !important}.m-bg--blue{background-color:#051c2c}.m-section{position:relative}.m-button{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;background-color:transparent;border-radius:3px;outline:none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;border:none;font-size:22px;width:100%;max-width:max-content;min-width:120px;height:50px;color:#fff;font-weight:100;cursor:pointer;font-family:'OpenSansBold';padding:0 25px}.m-button:HOVER{-webkit-box-shadow:0 4px 4px rgba(0,0,0,0.15);-moz-box-shadow:0 4px 4px rgba(0,0,0,0.15);-ms-box-shadow:0 4px 4px rgba(0,0,0,0.15);-o-box-shadow:0 4px 4px rgba(0,0,0,0.15);box-shadow:0 4px 4px rgba(0,0,0,0.15);font-family:'OpenSansBold'}.m-button.m-button--raised{background-color:#00b3e6}.m-button.m-button--default{background-color:#fff;color:#00b3e6}.m-container{width:100%;max-width:1100px;margin:auto;padding:40px 0}.m-title{text-align:center;width:100%;max-width:700px;margin:40px auto}.m-title h2{font-size:30px;line-height:48px;font-family:'OpenSansBold';color:#808080;position:relative;width:100%;max-width:max-content;margin:auto}.m-title h2.blue{color:#051c2c}.m-title h2:BEFORE{content:'';display:block;background-color:#00b3e6;height:1px;width:100%;position:absolute;bottom:0}.m-title h2:AFTER{content:'';display:block;background-color:#00b3e6;height:4px;width:100%;position:absolute;bottom:-1px;left:0;right:0;margin:auto;max-width:50%}.m-title p{font-size:20px;line-height:normal;margin:20px 0}.m-title p strong{font-family:'OpenSansBold'}.m-input{margin:10px 0}.m-input input{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;width:100%;border-radius:28px;background-color:$COLOR_PASTEL;color:#fff;padding:10px 15px;height:45px;outline:none;border:none;font-family:'OpenSansBold'}.m-input input::-webkit-input-placeholder{color:rgba(255,255,255,0.6)}.m-range{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;margin:8px 0}.m-range p{color:#fff;width:100%;max-width:300px;text-align:right;font-size:18px}.m-range input{width:100%;margin:0 20px;pointer-events:none}.m-range span{display:block;color:#00b3e6;width:100%;max-width:50px;font-family:'OpenSansBold';font-size:18px}.m-range span small{font-size:18px}.m-actions{margin:20px 0}.m-sticky{position:sticky;position:-webkit-sticky;top:0;width:100%;z-index:1020}.m-header{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;justify-content:center;height:50px;background-color:#00b3e6;text-align:center}.m-header p{color:#fff;font-size:18px;font-family:'OpenSansBold';letter-spacing:18px}.navbar{background-color:#fff;height:85px;display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;justify-content:center;-webkit-box-shadow:0 2px 10px -2px rgba(0,0,0,0.2);-moz-box-shadow:0 2px 10px -2px rgba(0,0,0,0.2);-ms-box-shadow:0 2px 10px -2px rgba(0,0,0,0.2);-o-box-shadow:0 2px 10px -2px rgba(0,0,0,0.2);box-shadow:0 2px 10px -2px rgba(0,0,0,0.2)}.navbar .navbar-brand img{max-width:160px}.navbar .navbar-collapse{justify-content:flex-end}.navbar .navbar-collapse .nav-item{padding:0 15px}.navbar .navbar-collapse .nav-item .nav-link{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;font-size:16px;line-height:20px;font-family:'OpenSansBold';padding:12px 0;color:#959595;position:relative;outline:none}.navbar .navbar-collapse .nav-item .nav-link:BEFORE{border-top:6px solid #00b3e6;content:attr(data-hover);text-align:center;width:100%;max-width:0;padding:3px 0;left:0;position:absolute;top:0;height:100%;white-space:nowrap;-webkit-transition:max-width .5s;-moz-transition:max-width .5s;-ms-transition:max-width .5s;-o-transition:max-width .5s;transition:max-width .5s}.navbar .navbar-collapse .nav-item .nav-link:AFTER{content:'';width:0;height:0;border-right:12px solid transparent;border-left:12px solid transparent;border-bottom:12px solid transparent;border-top:10px solid #00b3e6;position:absolute;right:0;top:2px;left:0;right:0;text-align:center;margin:auto;opacity:0;-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-ms-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.navbar .navbar-collapse .nav-item .nav-link:HOVER:BEFORE,.navbar .navbar-collapse .nav-item .nav-link.active:BEFORE{max-width:100%}.navbar .navbar-collapse .nav-item .nav-link:HOVER:AFTER,.navbar .navbar-collapse .nav-item .nav-link.active:AFTER{opacity:1}.navbar .navbar-toggler{padding:20px;outline:none !important;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;border:none}.navbar .navbar-toggler .c-button--menu{width:28px;height:20px;position:relative}.navbar .navbar-toggler .c-button--menu span{display:block;position:absolute;height:4px;width:100%;background-color:#00b3e6;border-radius:20px;opacity:1;right:0;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-ms-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}.navbar .navbar-toggler .c-button--menu span:nth-child(1){top:0}.navbar .navbar-toggler .c-button--menu span:nth-child(2),.navbar .navbar-toggler .c-button--menu span:nth-child(3){top:7px}.navbar .navbar-toggler .c-button--menu span:nth-child(4){top:15px}.navbar .navbar-toggler[aria-expanded="true"] .c-button--menu span{width:65%}.navbar .navbar-toggler[aria-expanded="true"] .c-button--menu span:nth-child(1){top:18px;width:0%;right:50%}.navbar .navbar-toggler[aria-expanded="true"] .c-button--menu span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.navbar .navbar-toggler[aria-expanded="true"] .c-button--menu span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.navbar .navbar-toggler[aria-expanded="true"] .c-button--menu span:nth-child(4){top:18px;width:0%;right:50%}#home{height:calc(100vh - 135px);position:relative}#home .owl-stage-outer,#home .owl-stage{height:calc(100vh - 135px)}#home .owl-carousel{width:100%;z-index:1;max-width:100%}#home .owl-carousel .owl-item{height:calc(100vh - 135px)}#home .owl-carousel .owl-item .item{height:calc(100vh - 135px)}#home .owl-carousel .owl-item .item img{height:calc(100vh - 135px);object-fit:cover}#home .owl-carousel img.mobile{display:none}#home .owl-dots{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;justify-content:center;position:absolute;bottom:20px;left:0;right:0;margin:0}#home .owl-dots .owl-dot span{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:16px;height:16px;border:1px solid #fff;background-color:transparent}#home .owl-dots .owl-dot:HOVER span,#home .owl-dots .owl-dot.active span{background-color:#fff}#home .owl-dots .owl-dot.active span{width:25px;height:25px}#home .m-carouse__actions{width:100%;max-width:850px;margin:auto;position:absolute;bottom:70px;left:0;right:0;text-align:right;z-index:999}#home .m-carouse__actions a{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;justify-content:center;text-decoration:none;margin-left:auto}.m-videos--grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:10px}.m-videos--grid .m-video__item .m-item__image video{height:205px;outline:none;border:none}.m-videos--grid .m-video__item .m-item__text{padding:10px 0}.m-videos--grid .m-video__item .m-item__text h2{color:#051c2c;font-family:'OpenSansBold';font-size:18px}.m-videos--grid .m-video__item .m-item__text p{font-family:'OpenSansBold'}.m-videos--grid .m-video__item .m-item__text span{display:block}.m-choose .m-choose__content{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:flex-end;justify-content:center;margin-top:20px;margin-bottom:40px}.m-choose .m-choose__content .m-choose__title{width:100%}.m-choose .m-choose__content h2{color:#fff;font-size:80px;font-family:'OpenSansBold';position:relative;padding-bottom:20px;width:100%;max-width:max-content}.m-choose .m-choose__content h2:BEFORE{content:'';display:block;background-color:#00b3e6;height:1px;width:100%;position:absolute;bottom:0}.m-choose .m-choose__content h2:AFTER{content:'';display:block;background-color:#00b3e6;height:4px;width:100%;position:absolute;bottom:-1px;margin:auto;max-width:35%}.m-choose .m-choose__content .m-choose__skills{width:100%}.m-choose .m-choose__videos{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:10px;margin-bottom:40px}.m-choose .m-choose__videos .m-video__item video{margin-bottom:10px;height:205px;outline:none;border:none}.m-choose .m-choose__videos .m-video__item h2{color:#fff;font-family:'OpenSansBold';font-size:18px}.m-choose .m-choose__videos .m-video__item p{color:#fff;font-size:16px}.m-about__item .m-about--grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:10px;margin-bottom:30px}.m-about__item .m-about__content{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center}.m-about__item .m-about__content .m-icon{margin-right:25px}.m-about__item .m-about__content .m-icon img{max-width:110px}.m-about__item .m-about__content .m-content{width:100%;max-width:650px}.m-about__item .m-about__content .m-content h2{color:#051c2c;font-family:'OpenSansBold';font-size:20px}.m-about__item .m-about__content .m-content p{font-size:16px}.m-about__actions{margin-top:50px;text-align:center}.m-about__actions p{font-family:'OpenSansBold';font-size:18px;margin-bottom:10px}.m-about__actions a{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;margin:auto}.m-plus--grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:10px}.m-plus--grid .m-plus__item .m-plus__title{margin-bottom:20px}.m-plus--grid .m-plus__item .m-plus__title .m-plus__name{background-color:#051c2c;display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;height:60px;justify-content:center;border-bottom:6px solid #00b3e6}.m-plus--grid .m-plus__item .m-plus__title .m-plus__name h2{color:#fff;font-family:'OpenSansBold';font-size:25px}.m-plus--grid .m-plus__item .m-plus__title .m-plus__name img{max-width:45px;margin-right:10px}.m-plus--grid .m-plus__item .m-plus__title .m-plus__text{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;justify-content:center;height:65px;text-align:center;padding:10px 5px}.m-plus--grid .m-plus__item .m-plus__title .m-plus__text p{font-size:18px}.m-plus--grid .m-plus__item .m-plus__content .m-item{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;justify-content:center;margin-bottom:25px}.m-plus--grid .m-plus__item .m-plus__content .m-item .m-image{width:100%;max-width:150px}.m-plus--grid .m-plus__item .m-plus__content .m-item .m-content{width:100%;padding:15px}.m-plus--grid .m-plus__item .m-plus__content .m-item .m-content h2{font-size:18px;font-family:'OpenSansBold'}.m-plus--grid .m-plus__item .m-plus__content .m-item .m-content p{font-size:16px}.m-plus--grid .m-plus__item .m-plus__content .m-item .m-content strong{display:block;font-size:16px;font-family:'OpenSansBold'}footer{background:url("../img/fondo/fondo-footer.jpg") no-repeat center center;background-size:cover !important}footer .m-footer__container{width:100%;max-width:1100px;margin:auto}footer .m-footer__container .m-footer__content{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;justify-content:center;padding:80px 20px}footer .m-footer__container .m-footer__content .m-footer__logo{width:100%}footer .m-footer__container .m-footer__content .m-footer__logo img{max-width:360px}footer .m-footer__container .m-footer__content .m-footer__location{width:100%;max-width:450px}footer .m-footer__container .m-footer__content .m-footer__location .m-footer__redes{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;margin-bottom:15px}footer .m-footer__container .m-footer__content .m-footer__location .m-footer__redes a{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;justify-content:center;width:35px;height:35px;background-color:#00b3e6;border-radius:50%;margin-right:15px}footer .m-footer__container .m-footer__content .m-footer__location .m-footer__redes a i{color:#051c2c}footer .m-footer__container .m-footer__content .m-footer__location a{color:#fff;text-decoration:none;display:block}footer .m-footer__container .m-footer__menu{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;justify-content:center;padding:0 20px}footer .m-footer__container .m-footer__menu a{padding:20px;font-size:18px;font-family:'OpenSansBold';display:block;color:#fff;text-decoration:none}footer .m-footer__copy{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;justify-content:center;height:100px;background-color:#fff}footer .m-footer__copy p{font-size:18px;font-family:'OpenSansBold'}#toast-container .toast{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;padding:12px 15px;background-color:#fff;opacity:1;color:#051c2c;border:2px solid #051c2c;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14);-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14);-ms-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14);-o-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14)}#toast-container .toast .e-button--icon{opacity:1;display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;justify-content:flex-end;right:inherit;top:inherit;order:2}#toast-container .toast .e-button--icon i{color:#051c2c}#toast-container .toast .toast-message{order:1;font-size:14px;font-family:'OpenSansBold';width:100%}.m-icon__postulacion{background-color:#00b3e6;position:fixed;right:0;bottom:20px;z-index:999;border-radius:18px;border-bottom-right-radius:0;padding:12px 30px;text-decoration:none !important;text-align:center;cursor:pointer}.m-icon__postulacion img{max-width:45px;margin:auto}.m-icon__postulacion p{color:#fff;font-family:'OpenSansBold';font-size:14px;margin-top:5px}.m-icon__postulacion:BEFORE{content:'';width:0;height:0;border-right:10px solid #00b3e6;border-top:10px solid #00b3e6;border-left:10px solid transparent;border-bottom:10px solid transparent;position:absolute;right:0;bottom:-20px}.owl-carousel .owl-nav{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:flex-start;margin-top:60px;justify-content:space-between;z-index:-1}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next{background-color:transparent !important}.owl-carousel .owl-nav .owl-prev.disabled,.owl-carousel .owl-nav .owl-next.disabled{opacity:0}.owl-carousel .owl-nav .owl-prev i,.owl-carousel .owl-nav .owl-next i{font-size:60px;color:#00b3e6}.owl-carousel .owl-nav .owl-next{margin-right:-65px}.owl-carousel .owl-nav .owl-prev{margin-left:-65px}@media (max-width:768px){.m-container{padding:40px 20px}.m-title h2{font-size:26px}.m-title p{font-size:18px}.m-header{height:36px}.m-header p{letter-spacing:12px;font-size:11px}.navbar{padding:0}.navbar .navbar-brand{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;justify-content:center;height:85px;padding:20px}.navbar .navbar-toggler{height:85px}.navbar .navbar-nav{background-color:#fff;text-align:center}.navbar .navbar-nav .nav-item{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;height:60px;justify-content:center;border-bottom:1px solid #ededed}.navbar .navbar-nav .nav-item:LAST-CHILD{border:none}#home{height:225px;position:relative}#home .owl-stage-outer,#home .owl-stage{height:225px}#home .owl-carousel{width:100%;z-index:1;max-width:100%}#home .owl-carousel .owl-item{height:225px}#home .owl-carousel .owl-item .item{height:225px}#home .owl-carousel .owl-item .item img{height:225px;object-fit:cover}#home .owl-carousel img.web{display:none}#home .owl-carousel img.mobile{display:block}#home .owl-dots{bottom:5px}#home .owl-dots .owl-dot span{-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:8px;height:8px;background-color:#a5efff;border:none;margin:5px}#home .owl-dots .owl-dot:HOVER span,#home .owl-dots .owl-dot.active span{background-color:#00b3e6}#home .owl-dots .owl-dot.active span{width:8px;height:8px}#home .m-carouse__actions{bottom:35px}#home .m-carouse__actions a{height:30px;display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;justify-content:center;text-decoration:none;margin-left:auto;background-color:#00b3e6;color:#fff;font-size:12px;padding:0 12px;margin-right:40px}.m-videos--grid{width:100%;max-width:320px;margin:auto}.m-choose .m-choose__content{flex-direction:column}.m-choose .m-choose__content .m-choose__title{margin-bottom:25px}.m-choose .m-choose__content .m-choose__title h2{font-size:26px;margin:auto;text-align:center}.m-choose .m-choose__content .m-choose__title h2::AFTER{left:0;right:0}.m-choose .m-choose__content .m-choose__skills{max-width:320px;margin:auto}.m-choose .m-choose__videos{width:100%;max-width:320px;margin:auto}.m-plus--grid .m-plus__item .m-plus__title .m-plus__name h2{font-size:22px}.m-plus--grid .m-plus__item .m-plus__title .m-plus__text p{font-size:16px}.m-plus--grid .m-plus__item .m-plus__content .m-item{margin-bottom:15px}.m-plus--grid .m-plus__item .m-plus__content .m-item .m-content h2,.m-plus--grid .m-plus__item .m-plus__content .m-item .m-content strong{font-size:16px}.m-plus--grid .m-plus__item .m-plus__content .m-item .m-content p{font-size:15px}.m-about__item{width:100%;max-width:320px;margin:auto}.m-about__item .m-about__content{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:flex-start}.m-about__item .m-about__content .m-icon{margin-top:5px;margin-right:12px}.m-about__item .m-about__content .m-icon img{max-width:55px}.m-about__item .m-about__content .m-content h2{font-size:18px}.m-about__item .m-about__content .m-content p{font-size:15px}footer .m-footer__container .m-footer__content{flex-direction:column;text-align:center;padding:50px 20px}footer .m-footer__container .m-footer__content .m-footer__logo{margin-bottom:25px}footer .m-footer__container .m-footer__content .m-footer__logo img{max-width:240px}footer .m-footer__container .m-footer__content .m-footer__location{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;align-items:center;flex-direction:column}footer .m-footer__container .m-footer__content .m-footer__location a{order:1}footer .m-footer__container .m-footer__content .m-footer__location .m-footer__redes{justify-content:center;order:2;margin-top:30px}footer .m-footer__container .m-footer__menu{display:none}footer .m-footer__copy{padding:20px}footer .m-footer__copy p{font-size:14px}.m-icon__postulacion{padding:12px 25px}.m-icon__postulacion img{max-width:35px}.m-icon__postulacion p{font-size:12px}.owl-carousel .owl-nav{position:relative;justify-content:center;margin-top:20px}.owl-carousel .owl-nav .owl-prev i,.owl-carousel .owl-nav .owl-next i{font-size:40px}.owl-carousel .owl-nav .owl-next{margin:0 20px}.owl-carousel .owl-nav .owl-prev{margin:0 20px}.m-about__actions{margin-top:20px}}