@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800&display=swap);:root{--primary-color:#ffc34d;--primary-color-hover:#43a0cb;--primary-color-light:#b6e6fc;--secundary-color:#74b4ff;--secundary-color-hover:#cba043;--tertiary-color:#0f171f;--primary-color-rgba:#51b6e5;--light:#fff;--dark-color:#212121;--body-color:#fbfdfe;--title-color:#212121;--text-color:#212121;--input-color:#eef7fc;--card-color:#f4f5f6;--active-button:#2286ce}@-webkit-keyframes slide-1{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:0}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:1}}@keyframes slide-1{0%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:0}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes growUp{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.05);transform:scale(1.05)}}@keyframes growUp{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.05);transform:scale(1.05)}}@-webkit-keyframes showLeftToRight{0%{margin-right:100%;width:300%}to{margin-right:0;width:100%}}@keyframes showLeftToRight{0%{margin-right:100%;width:300%}to{margin-right:0;width:100%}}@-webkit-keyframes showRightToLeft{0%{margin-left:100%;width:300%}to{margin-left:0;width:100%}}@keyframes showRightToLeft{0%{margin-left:100%;width:300%}to{margin-left:0;width:100%}}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none}body{width:100%;font-family:"Montserrat";color:#212121;color:var(--text-color);line-height:normal}body::-webkit-scrollbar{width:9px;background-color:#e2e6e9}body::-webkit-scrollbar-thumb{background-color:#b8bfc7;border-radius:10px}h1,h2,h3,h4,h5,h6{font-family:"Nunito",sans-serif;color:#212121;color:var(--title-color)}#root{height:100%}.container{width:100%;padding:15px 20px;margin:0 auto}@media screen and (min-width:480px){.container{padding:15px 58px}}@media screen and (min-width:768px){.container{max-width:1300px;padding:15px 80px}}@media screen and (min-width:1024px){.container{max-width:1300px;padding:15px 80px}}.special-container{width:100%;padding:15px 0;margin:0 auto}@media screen and (min-width:1024px){.special-container{max-width:1000px}}.spaces{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-o-pre-wrap}.section{padding-top:15px;padding-bottom:15px}.max-width{max-width:100%;padding:0 80px;margin:auto}@media (max-width:991px){.max-width{padding:0 50px}}@media (max-width:947px){.max-width{max-width:930px}}@media (max-width:690px){.max-width{padding:0 23px}}.navbar{position:relative;z-index:999;width:100%;top:0;height:90px;font-family:"Nunito";font-style:normal;font-weight:700;font-size:20px;line-height:27px;color:#212121;transition:all .3s ease;display:flex}.navbar,.navbar__active{background:linear-gradient(180deg,#cef,#fff)}.navbar--home{top:0;position:fixed}.navbar__img{max-width:206;max-height:75px}.navbar__img__mobile{display:none}.navbar__text{font-family:"Nunito";font-style:normal;font-weight:700;font-size:20px;line-height:27px;color:#212121}.navbar__text :hover{color:#0af}.navbar .max-width{display:flex;align-items:center;justify-content:space-between;width:100%}.navbar .logo a{font-family:"Nunito";font-style:normal;font-weight:700;font-size:20px;line-height:27px;color:#212121}.navbar .menu li{list-style:none;display:inline-block}.navbar .menu li a{margin-left:25px;transition:color .3s ease}.login{margin-left:0!important}.login__divider{margin-left:4px!important;margin-right:4px!important}.navbar .menu li a:hover{color:#0af}.menu-btn{color:#212121;font-size:30px;cursor:pointer;display:none}@media (max-width:768px){.menu-btn{display:block;z-index:999}.navbar .menu{position:fixed;height:100vh;width:100%;left:-100%;top:0;background:#cef;text-align:center;padding-top:80px;transition:all .5s ease}.navbar .menu--active{left:0}.navbar .menu li{display:block}.navbar .menu li a{display:inline-block;margin:20px 0;font-family:"Nunito";font-style:normal;font-weight:700;font-size:25px;line-height:27px;color:#212121}.login__divider{display:none!important}.navbar__img{width:100%;display:none}.navbar__img__mobile{display:block}}.navbar__link{width:200px}.item--active{border-bottom:1px solid #74b4ff;border-bottom:1px solid var(--secundary-color);color:#212121;-webkit-animation:fadeIn 1s ease;animation:fadeIn 1s ease;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forward;animation-fill-mode:forward}.header-dropdown{display:inline-block}.header-dropdown div{margin:20px 0 20px 25px;transition:color .3s ease}@media screen and (max-width:768px){.header-dropdown div{display:block;margin:20px;font-size:25px}}.ui.dropdown>.menu{height:auto}.overheader{background-color:#18263d;height:3vh;display:flex;justify-content:right;padding-right:5%;position:fixed;z-index:999;width:100%;top:0}.overheader__list{list-style:none}.overheader__link,.overheader__list{display:flex;justify-content:center;align-items:center}.overheader__link{color:#fff;margin-left:10px;font-size:16px}.containerHeader{display:flex;align-items:center;margin-top:0;margin-bottom:30px;width:100%}.containerHeader__title{font-family:"Nunito";font-style:normal;font-weight:700;font-size:16px;line-height:22px;display:flex;align-items:center;letter-spacing:1px;color:#212121;flex:none;order:0;flex-grow:0}@media screen and (min-width:768px){.containerHeader__title{font-size:24px;line-height:32px}}.containerHeader__line,.containerHeader__line-mobile{margin:20px;height:5px;width:100%;background:#e6b344;border:3px solid #e6b344;border-radius:12px}.containerHeader__line-mobile{display:flex}@media screen and (min-width:768px){.containerHeader__line-mobile{display:none}}.containerHeader__box{display:flex;flex-direction:row;align-items:center;padding:10px 16px;background:#fff;border:3px solid #212121;box-shadow:2.5px 2.5px 0 #212121;border-radius:40px;flex:none;order:0;flex-grow:0}@media screen and (min-width:768px){.containerHeader__box{padding:16px 24px;box-shadow:5px 5px 0 #212121}}.headerSection{align-items:center;padding:80px;width:1512px;height:225px;order:6;align-self:stretch}.headerSection,.headerSection_title{display:flex;flex-direction:row;background:#fff;flex:none;flex-grow:0}.headerSection_title{align-items:flex-start;padding:16px 24px;width:249px;height:65px;border:3px solid #212121;box-shadow:5px 5px 0 #212121;border-radius:50px;order:0}.headerSection_title__title{width:201px;height:33px;font-family:"Nunito";font-style:normal;font-weight:700;font-size:24px;line-height:32px;display:flex;align-items:center;letter-spacing:1px;color:#212121;flex:none;order:0;flex-grow:0}.headerSection_separador{width:1088px;height:5px;background:#e6b344;border:3px solid #e6b344;border-radius:12px;flex:none;order:1;flex-grow:1}.footerContainer{height:1200px;width:100%;margin-top:50px;background:linear-gradient(180deg,#fff,#cef);border-radius:0;display:flex;align-items:center}@media screen and (min-width:768px){.footerContainer{height:600px}}@media screen and (min-width:1200px){.footerContainer{height:400px}}.footerItemsContainer{width:80%;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center}@media screen and (min-width:768px){.footerItemsContainer{display:grid;flex-direction:row;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1200px){.footerItemsContainer{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}}.footerColumn{left:0;margin-bottom:60px;display:flex;flex-direction:column;align-items:center}.footerColumn__title{color:#212121;font-family:"Nunito";font-style:normal;font-weight:700;font-size:24px;line-height:32px}.footerColumn__text{color:#046;margin-bottom:12px!important;font-family:"Montserrat";font-style:normal;font-weight:700;font-size:16px;line-height:20px}.footerColumn a:hover{transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.footerColumn a:hover h5{color:#a9a9a9}.footerColumnMain{display:flex;flex-direction:column;align-items:center;margin-top:50px;margin-bottom:60px;left:0}.footerColumnMain__title{color:#f0f8ff}.footerColumnMain__text{color:#ffc34d;color:var(--primary-color);margin-bottom:5px;font-family:"Montserrat";font-style:normal;font-weight:700;font-size:16px;line-height:20px}@media screen and (min-width:768px){.footerColumnMain{margin-top:0}}.socialNetworksContainer{margin-top:20px;display:flex;align-items:center}.socialNetworksContainer img{margin-right:5px;margin-left:5px;transition:all .1s ease}.socialNetworksContainer img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.socialNetworksContainer__icon{color:#fff;color:var(--light)}.sponsorContainer{display:none;flex-direction:row;align-items:flex-start}@media screen and (min-width:768px){.sponsorContainer{display:flex}}.sponsorContainer__column{display:flex;flex-direction:column;align-items:flex-start}.sponsorContainer__mobile{display:flex}@media screen and (min-width:768px){.sponsorContainer{display:flex;grid-gap:28px;gap:28px}.sponsorContainer__mobile{display:none}.footerColumn,.footerItemsContainer{align-items:flex-start}.footer__logo{-webkit-transform:translateX(-34px);transform:translateX(-34px)}}.iconTextContainer{display:flex;align-items:center;margin-bottom:10px}.iconTextContainer__text{padding:-10px 0!important;margin:0!important;margin-left:5px;color:#046;font-family:"Montserrat";font-style:normal;font-weight:700;font-size:16px;line-height:20px}.iconTextContainer__icon{margin-right:4px}.copyrightFooter{height:25px;padding-top:5px;padding-bottom:5px;background-color:#cef}.copyrightFooter__copyrightText{font-size:13px;color:#046;text-align:center;margin-left:auto;margin-right:auto}.custom-modal{position:fixed;z-index:100;background:#fff;border:1px solid #ccc;transition:1.1s ease-out;box-shadow:-2rem 2rem 2rem rgba(0,0,0,.2);visibility:visible;top:0;left:0;right:0;bottom:0;width:75%;height:150px;margin:auto}@media screen and (min-width:768px){.custom-modal{width:500px}}.custom-modal.off{opacity:0;visibility:hidden;-webkit-filter:blur(8px);filter:blur(8px);-webkit-transform:scale(.33);transform:scale(.33);box-shadow:1rem 0 0 rgba(0,0,0,.2)}.custom-modal h2{border-bottom:1px solid #ccc;padding:1rem;margin:0}.custom-modal .content{padding:1rem}.custom-modal .actions{border-top:1px solid #ccc;background:#eee;padding:.5rem 1rem}.custom-modal .actions button{border:0;background:green;color:#fff;border-radius:5px;padding:.5rem 1rem;font-size:.8rem;line-height:1;margin:1px}.custom-modal-button-color{background-color:red!important}.wsp-background{border-radius:50%;background-color:#08e474;display:scroll;position:fixed;z-index:999;bottom:20px;right:20px;height:50px;width:50px}@media screen and (min-width:768px){.wsp-background{bottom:50px;right:50px;height:70px;width:70px}}.corner-wsp{display:scroll;position:fixed;z-index:999;bottom:33px;right:33px;height:25px;width:25px}@media screen and (min-width:768px){.corner-wsp{bottom:63px;right:63px;height:45px;width:45px}}.corner-wsp:hover{-webkit-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}40%,60%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}40%,60%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}.btn-slide{width:60px;height:60px;border-radius:50%;background-color:rgba(0,0,0,.1);border:2px solid #f1f1f1;position:absolute;display:flex;justify-content:center;align-items:center;cursor:pointer}.btn-slide img{width:25px;height:25px;pointer-events:none;-webkit-filter:invert(100%) sepia(1%) saturate(54%) hue-rotate(169deg) brightness(114%) contrast(89%);filter:invert(100%) sepia(1%) saturate(54%) hue-rotate(169deg) brightness(114%) contrast(89%)}.prev{left:20px}.next,.prev{top:50%;-webkit-transform:translateY(-60%);transform:translateY(-60%)}.next{right:20px}.container-dots{position:absolute;bottom:-50%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:flex}.dot{width:10px;height:10px;border-radius:50%;border:3px solid #f1f1f1;margin:0 5px;background:#f1f1f1;cursor:pointer}.dot.active{background:#202020}.container-text{width:500px}.home .home-content .text-1{font-size:23px;color:#101e3d}.home .home-content .text-2{font-size:80px;letter-spacing:1.7px;font-weight:600;margin-left:-3px;color:#ebf0ff}.home .home-content .text-3{font-size:30px;margin:5px 0;color:#101e3d}.home-banner__typing{color:#f0bb47}.home__img{height:100%;object-fit:cover;opacity:0;transition:1s}.loaded{opacity:1}.home{display:flex;background:linear-gradient(90deg,#5b86e5,#2c4773);margin-top:3vh;height:97vh;color:#fff;min-height:500px;font-family:"Nunito",sans-serif}.home .max-width{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (min-width:768px){.home .max-width{flex-direction:row;justify-content:space-around}}.home-content{width:400px;height:300px;margin:40px 0;display:flex;flex-direction:column;align-items:center}@media screen and (min-width:768px){.home-content{width:500px;height:300px;display:block}}.home-content__top{font-size:23px}.home-content__mid{font-size:80px;letter-spacing:1.7px;font-weight:600;margin-left:-3px;color:#ebf0ff}.home-content__bottom{font-size:28px;margin:5px 0}.home-content__typing{color:#74b4ff;color:var(--secundary-color)}.home-content__button{display:inline-block;background-color:#74b4ff;background-color:var(--secundary-color);color:#fff;font-size:25px;padding:10px 30px;margin-top:20px;border-radius:40px;border:2px solid #74b4ff;border:2px solid var(--secundary-color);transition:all .3s ease}.home-content__button:hover{color:#74b4ff;color:var(--secundary-color);background:none}.home-carousel{width:300px;height:300px}@media screen and (min-width:768px){.home-carousel{width:340px;height:340px}}@media screen and (min-width:810px){.home-carousel{width:365px;height:365px}}@media screen and (min-width:1200px){.home-carousel{width:500px;height:500px}}@media (max-width:1104px){.home .max-width{margin-left:0}}@media (max-width:947px){.home-content__bottom{font-size:26px}}@media (max-width:860px){.home-content__bottom{font-size:24px}}@media (max-width:690px){.home-content__bottom{font-size:22px}}@media (max-width:500px){.home-content__bottom{font-size:23px}}@media (max-width:400px){.home-content__bottom{font-size:20px}}@media (max-width:370px){.home-content__bottom{font-size:19px}}@media (max-width:540px) and (max-height:720px){.home{height:112vh}}@media (max-width:411px) and (max-height:731px){.home{height:112vh}}@media (max-width:360px) and (max-height:640px){.home{height:127vh}}.homeBanner{flex-direction:column;padding:20px 80px 40px;background:linear-gradient(180deg,#cef,#fff);flex:none;order:1;align-self:stretch;flex-grow:0}.homeBanner,.homeBanner-container{display:flex;justify-content:center;align-items:center;grid-gap:40px;gap:40px}.homeBanner-container{flex-direction:column;padding:80px 80px 40px;background:#fff}.homeBanner-subcontainer{display:flex;flex-direction:column;align-items:center;padding:0;grid-gap:0;gap:0;margin-top:20px}@media screen and (min-width:768px){.homeBanner-subcontainer{flex-direction:row;align-items:center;grid-gap:69px;gap:69px;margin-top:0}}.homeBanner-info{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px;grid-gap:10px;gap:10px;width:312px}@media screen and (min-width:768px){.homeBanner-info{width:683px;padding:24px 0;align-items:flex-start}}.homeBanner-logo{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;grid-gap:16px;gap:16px;width:206.09px}@media screen and (min-width:768px){.homeBanner-logo{padding:10px 0;width:670.04px}}.homeBanner-text{display:flex;flex-direction:row;align-items:center;padding:0;justify-content:center}.homeBanner-text__p-desktop{font-family:"Nunito";font-style:normal;font-weight:700;font-size:16px;line-height:22px;text-align:center;letter-spacing:1px;color:#212121;display:none}@media screen and (min-width:768px){.homeBanner-text__p-desktop{text-align:left;font-size:24px;line-height:32px;display:flex}}.homeBanner-text__p-mobile{font-family:"Nunito";font-style:normal;font-weight:700;font-size:16px;line-height:22px;text-align:center;letter-spacing:1px;color:#212121;display:flex}@media screen and (min-width:768px){.homeBanner-text__p-mobile{text-align:left;font-size:24px;line-height:32px;display:none}}@media screen and (min-width:768px){.homeBanner-text{padding:0 24px;grid-gap:10px;gap:10px;flex-direction:column;align-items:flex-start}}.homeBanner-img{display:none;flex-direction:row;justify-content:center;align-items:center;padding:0;width:312px}@media screen and (min-width:768px){.homeBanner-img{width:440px;display:flex}}.homeBanner-img-mobile{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;width:220px}@media screen and (min-width:768px){.homeBanner-img-mobile{width:440px;display:none}}.homeBanner-rrss{display:flex;flex-direction:row;align-items:flex-start;padding:0;grid-gap:16px;gap:16px}.homeBanner-rrss-icon{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 5px;grid-gap:10px;gap:10px;width:48px}@media screen and (min-width:768px){.homeBanner-rrss-icon{width:60px}}.homeBanner-rrss-icon:hover{-webkit-filter:invert(10%);filter:invert(10%)}.homeQuoter-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 24px;grid-gap:24px;gap:24px}@media screen and (min-width:768px){.homeQuoter-container{flex-direction:row;align-items:flex-start;padding:24px;grid-gap:16px;gap:16px}}@media screen and (min-width:768px){.homeQuoter-container-main{flex-direction:column;justify-content:center;align-items:center}}.homeQuoter-button-container{display:flex;flex-direction:row;align-items:center;padding:0;grid-gap:16px;gap:16px}@media screen and (min-width:768px){.homeQuoter-button-container{align-items:flex-start}}.homeQuoter-dropdown-container{display:flex!important;flex-direction:column!important;align-items:center!important;padding:0!important;width:340px!important;height:40px!important;border:3px solid #212121!important;border-radius:4px!important}@media screen and (min-width:768px){.homeQuoter-dropdown-container{align-items:flex-start!important}}.field,.homeQuoter-dropdown{align-items:center!important}.homeQuoter-dropdown{display:flex!important;flex-direction:row!important;justify-content:space-between!important;padding:11px 14px!important;width:340px!important;height:50px!important;-webkit-transform:translate(24px);transform:translate(24px);background:#fff!important;border-radius:4px!important}@media screen and (min-width:768px){.homeQuoter-dropdown{-webkit-transform:translate(-12px);transform:translate(-12px)}}.ui.form .field>.selection.dropdown{flex-direction:row!important;align-items:flex-start!important;border:3px solid #212121;border-radius:4px;width:264px!important;height:30px!important}@media screen and (min-width:768px){.ui.form .field>.selection.dropdown{width:340px!important;height:40px!important}}.ui.dropdown .menu .selected.item,.ui.dropdown.selected{font-family:"Montserrat";font-style:normal;font-weight:700;font-size:12px;line-height:15px;background:#74b4ff;color:#fff;text-transform:uppercase}@media screen and (min-width:768px){.ui.dropdown .menu .selected.item,.ui.dropdown.selected{font-size:16px;line-height:20px}}.ui.dropdown>.text{font-family:"Montserrat";font-style:normal;font-weight:700;font-size:12px;line-height:15px;color:#212121;text-transform:uppercase}@media screen and (min-width:768px){.ui.dropdown>.text{font-size:16px;line-height:20px}}.ui.dropdown .menu>.item{position:relative;cursor:pointer;display:block;border:none;height:auto;text-align:left;line-height:1em;color:rgba(0,0,0,.87);font-size:1rem;text-transform:none;box-shadow:none;font-family:"Montserrat";font-style:normal;font-weight:700;font-size:12px;line-height:15px;-webkit-touch-callout:none;text-transform:uppercase}@media screen and (min-width:768px){.ui.dropdown .menu>.item{font-size:16px;line-height:20px}}.ui.selection.visible.dropdown>.text:not(.default){font-weight:400;font-family:"Montserrat";font-style:normal;font-weight:700;font-size:12px;line-height:15px;color:#212121;text-transform:uppercase}@media screen and (min-width:768px){.ui.selection.visible.dropdown>.text:not(.default){font-size:16px;line-height:20px}}.default{color:#212121}.ui.form input[type=text]{font-family:"Montserrat"!important;font-style:normal!important;font-weight:700!important;text-transform:uppercase}.homeBanner-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 24px;grid-gap:10px;gap:10px;width:264px;background:#e6b344;border:2px solid #212121;box-shadow:2.5px 2.5px 0 #212121;border-radius:4px;flex:none;order:0;flex-grow:0;font-family:"Nunito";font-style:normal;font-weight:800;font-size:18px;line-height:25px;color:#212121}.homeBanner-btn:hover{background:#b28935;cursor:pointer}@media screen and (min-width:768px){.homeBanner-btn{padding:18px 36px;width:320px;border:3px solid #212121;box-shadow:5px 5px 0 #212121;font-size:24px;line-height:33px}}.homeBanner-property-button{font-family:"Montserrat";font-style:normal;font-weight:700;font-size:16px;line-height:20px;display:flex;align-items:center;color:#212121;padding:8px 12px}@media screen and (min-width:768px){.homeBanner-property-button{padding:10px 16px}}.homeBanner-property-button__active{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 16px;border:2px solid #212121;box-shadow:2.5px 2.5px 0 #212121;border-radius:40px;background:#ffc44d;font-family:"Montserrat";font-style:normal;font-weight:700;font-size:12px;line-height:15px;color:#212121}.homeBanner-property-button__active:hover{cursor:pointer}@media screen and (min-width:768px){.homeBanner-property-button__active{font-size:16px;line-height:20px;border:3px solid #212121;box-shadow:5px 5px 0 #212121}}.homeBanner-property-button__disabled{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 16px;border:2px solid #212121;box-shadow:2.5px 2.5px 0 #212121;border-radius:40px;background:#fff;font-family:"Montserrat";font-style:normal;font-weight:700;font-size:12px;line-height:15px;color:#212121}.homeBanner-property-button__disabled:hover{cursor:pointer;-webkit-filter:invert(10%);filter:invert(10%)}@media screen and (min-width:768px){.homeBanner-property-button__disabled{font-size:16px;line-height:20px;border:3px solid #212121;box-shadow:5px 5px 0 #212121}}.homeBanner-btn-container{display:flex;flex-direction:column;align-items:center;padding:24px}@media screen and (min-width:768px){.homeBanner-btn-container{align-items:flex-start}}.service-row{display:block;margin-top:-25px}@media screen and (min-width:1024px){.service-row{display:flex;flex-wrap:wrap;justify-content:center}}.service-row a{color:#212121;color:var(--text-color)}.service-card{background-color:#f4f5f6;background-color:var(--card-color);margin-bottom:60px}@media screen and (min-width:360px){.service-card{width:70%;margin:90px auto}}@media screen and (min-width:768px){.service-card{width:70%;margin:90px auto}}@media screen and (min-width:1024px){.service-card{width:350px;margin:90px 10px 0}}.service-item{padding:40px 36px 32px;transition:all .4s ease-out 0s;text-align:center;position:relative}.service-item:hover{box-shadow:0 8px 8px 1px rgba(0,0,0,.2);transition:all .4s ease-out 0s}.service-item:hover .service-item__icon{transition:all 1s ease;-webkit-transform:rotateY(1turn);transform:rotateY(1turn);background-color:#74b4ff;background-color:var(--secundary-color)}.service-item__icon{text-align:center;overflow:hidden;border-radius:50%;position:relative;height:100px;width:100px;margin:-90px auto 12px}.service-item__img{margin-top:0;max-width:100%}.service-item__title{font-size:20px}.service-item__description{font-size:14px}@media screen and (min-width:1024px){.service-item{width:350px}}.choose-row{flex-direction:row}.choose-container,.choose-row{display:flex;justify-content:center;align-items:center}.choose-container{flex-direction:column;padding:16px 80px;grid-gap:16px;gap:16px}@media screen and (min-width:768px){.choose-container{flex-direction:row;grid-gap:64px;gap:64px}}.choose-box{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px;grid-gap:24px;gap:24px;min-width:260px;background:#e6f7ff;box-shadow:2.5px 2.5px 0 #212121;border:2px solid #212121;border-radius:40px}@media screen and (min-width:768px){.choose-box{box-shadow:5px 5px 0 #212121!important;border:3px solid #212121!important;height:627px}}.choose-img__1{width:140px;height:140px}.choose-img__2{width:96.64px;height:140px}.choose-img__3{width:193.67px;height:140px}.choose-card{width:300px;padding:30px 0 0;background-color:#f4f5f6;background-color:var(--card-color);position:relative;text-align:center;overflow:hidden;margin:0 auto 40px;transition:all .4s ease}.choose-card:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}@media screen and (min-width:768px){.choose-card{width:250px;margin:0 50px 40px 0}}@media screen and (min-width:1024px){.choose-card{width:300px}}.choose-botton{text-align:center;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:18px 36px;grid-gap:10px;gap:10px;background:#74b4ff!important;border:2px solid #212121!important;box-shadow:2.5px 2.5px 0 #212121!important;border-radius:4px!important;font-family:"Nunito";font-style:normal;font-weight:700;font-size:19px;line-height:32px;color:#212121}.choose-botton:hover{background-color:#517eb2!important;color:#212121}@media screen and (min-width:768px){.choose-botton{box-shadow:5px 5px 0 #212121!important;border:3px solid #212121!important}}.choose-info__title{font-family:"Nunito";font-style:normal;font-weight:800;font-size:24px;line-height:33px;display:flex;align-items:center;text-align:center;color:#212121}@media screen and (min-width:768px){.choose-info__title{font-size:32px;line-height:44px;width:284px;height:88px}}.choose-info__text{font-family:"Montserrat";font-style:normal;font-weight:500;font-size:16px;line-height:150%;display:flex;align-items:center;text-align:center;color:#212121}@media screen and (min-width:768px){.choose-info__text{min-width:225px;font-size:18px}}.choose-top{width:130px;height:110px;display:inline-block;margin-bottom:50px;position:relative;z-index:1;transition:all .45s ease}.choose-top:before{content:"";width:100%;background:#ffc34d;background:var(--primary-color);border-radius:50%;position:absolute;bottom:135%;right:0;left:0;-webkit-transform:scale(3);transform:scale(3);transition:all .5s linear 0s;height:100%}.choose-top--color1:before{background:#273fad}.choose-top--color2:before{background:#4665bf}.choose-top--color3:before{background:#3b78c9}.choose-top--color4:before{background:#507bcd}.choose-top--color5:before{background:#7ea1db}.choose-top__circle{background-color:#f4f5f6;background-color:var(--card-color);height:120px;width:120px;border-radius:50%;-webkit-transform:scale(1);transform:scale(1);-webkit-transform:translateY(10px);transform:translateY(10px);transition:all .5s ease 0s;margin-left:auto;margin-right:auto}.choose-top__title{height:80px;text-align:center}.choose-top__title p{padding-top:20px;font-size:60px;display:flex;justify-content:center;align-items:center;font-family:"Nunito",sans-serif;font-weight:700;color:rgba(15,22,30,.85)}.choose-bottom{padding:0 10px;margin-bottom:30px;margin-top:-20px;height:100px}.choose-bottom__title{font-size:23px;margin-bottom:5px}.choose-bottom__description{font-size:13px;color:#212121;color:var(--dark-color)}.choose-social{background-color:#ffc34d;background-color:var(--primary-color);bottom:0;margin-bottom:0;color:transparent}.choose-social--color1{background:#273fad}.choose-social--color2{background:#4665bf}.choose-social--color3{background:#3b78c9}.choose-social--color4{background:#507bcd}.choose-social--color5{background:#7ea1db}.workflow-row{display:block}@media screen and (min-width:768px){.workflow-row{display:grid;grid-template-columns:repeat(3,1fr)}}.workflow-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 80px;grid-gap:16px;gap:16px}@media screen and (min-width:768px){.workflow-container{grid-gap:64px;gap:64px}}.workflow-card{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px;grid-gap:24px;gap:24px;min-width:260px;background:#e6f7ff;border:3px solid #212121;border-radius:40px;box-shadow:2.5px 2.5px 0 #212121}@media screen and (min-width:768px){.workflow-card{box-shadow:5px 5px 0 #212121;padding:40px;grid-gap:24px;gap:24px;flex-direction:row}}.workflow-img{width:140px;height:140px}@media screen and (min-width:768px){.workflow-img{width:168px;height:168px}}.workflow-text{display:flex;flex-direction:column;align-items:center;padding:0;justify-content:center}@media screen and (min-width:768px){.workflow-text{align-items:flex-start}}.workflow-title{display:flex;flex-direction:row;align-items:center;padding:0}.workflow-title__title{font-family:"Nunito";font-style:normal;font-weight:800;font-size:32px;line-height:44px;display:flex;align-items:center;text-align:center;color:#212121}@media screen and (min-width:768px){.workflow-title__title{display:flex;font-size:32px;line-height:44px}}.workflow-title__number{width:42px;height:65px;font-family:"Nunito";font-style:normal;font-weight:800;font-size:48px;line-height:65px;display:flex;align-items:center;text-align:center;display:none;color:#212121}@media screen and (min-width:768px){.workflow-title__number{display:flex}}@media screen and (min-width:768px){.workflow-title{grid-gap:8px;gap:8px}}.workflow-paragraph{display:flex;flex-direction:row;align-items:flex-start;padding:0;grid-gap:10px;gap:10px}.workflow-paragraph__text{font-family:"Montserrat";font-style:normal;font-weight:500;font-size:16px;line-height:150%;display:flex;align-items:center;text-align:center;color:#212121}@media screen and (min-width:768px){.workflow-paragraph__text{font-size:18px;text-align:left}}@media screen and (min-width:768px){.workflow-paragraph{grid-gap:8px;gap:8px;padding:10px 10px 10px 54px;width:848px;height:74px}}.workflow-card2{width:96%;margin:0 auto 40px}@media screen and (min-width:1200px){.workflow-card2{margin:0 auto}}.workflow-item{transition:all .4s ease-out 0s;text-align:center;position:relative;transition:all .4s ease}.workflow-item:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.workflow-item__img img{height:300px;width:300px;object-fit:cover}@media screen and (min-width:768px){.workflow-item__img img{height:250px;width:250px}}@media screen and (min-width:1024px){.workflow-item__img img{height:300px;width:300px}}.workflow-info__title{font-size:16px;margin:5px 0}.workflow-info__text{font-size:14px;width:310px;text-align:center;margin:0 auto}.mobile-row{margin-bottom:40px}@media screen and (min-width:768px){.mobile-row{display:flex;width:900px;justify-content:space-around}}.mobile-item{width:300px;display:flex;flex-direction:column;margin-left:auto;margin-right:auto}@media screen and (min-width:768px){.mobile-item{width:500px;display:block;margin-left:auto;margin-right:auto}}.mobile-item__title{font-size:33px;font-family:"Nunito",sans-serif;margin-bottom:30px;color:#212121;color:var(--title-color)}@media screen and (min-width:768px){.mobile-item__title{display:block;text-align:left}}.mobile-item__description{font-size:16px;font-family:"Rubik",sans-serif;margin-bottom:30px;color:#212121;color:var(--text-color)}@media screen and (min-width:768px){.mobile-item__description{display:block;text-align:left}}.mobile-item__img{display:flex;justify-content:center;margin-top:20px}@media screen and (min-width:768px){.mobile-item__img{display:block;margin-top:0}}.mobile-item__img img{height:300px;transition:all .45s ease}.mobile-item__img img:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.app-buttons{display:flex;justify-content:center}.app-buttons :last-child{margin-left:18px}.app-button{position:relative;transition:-webkit-transform 1s ease-in-out;transition:transform 1s ease-in-out;transition:transform 1s ease-in-out,-webkit-transform 1s ease-in-out}.app-button__img{display:block;width:150px;height:100%}.app-button__text{position:absolute;top:0;left:-18px;margin-left:0;width:100%;height:100%;color:#000;display:flex;align-items:center;justify-content:center;opacity:0}.app-button:hover .app-button__text{background-color:#f4f5f6;background-color:var(--card-color);opacity:1;-webkit-animation:fadeIn 1s ease;animation:fadeIn 1s ease;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forward;animation-fill-mode:forward}.app-button:hover .app-button__img{-webkit-animation:fadeOut 1s ease;animation:fadeOut 1s ease;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forward;animation-fill-mode:forward}.read-more-banner{width:100%;flex-direction:row;padding:16px 80px;grid-gap:80px;gap:80px;background:#fff}.read-more-banner,.read-more-container{display:flex;justify-content:center;align-items:center}.read-more-container{padding:100px 0;flex-direction:column}.read-more-container__img img{height:300px}@media screen and (min-width:768px){.read-more-container__img{height:350px}}@media screen and (min-width:510px){.read-more-container__img{align-items:flex-start}}.read-more-container img{transition:all .45s ease}.read-more-container img:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}@media screen and (min-width:510px){.read-more-container{flex-direction:row}}.read-more-text-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:200px}.read-more-text-container p{color:#152851}@media screen and (min-width:480px){.read-more-text-container{width:400px}}@media screen and (min-width:510px){.read-more-text-container{align-items:flex-start}}@media screen and (min-width:768px){.read-more-text-container{width:400px}}@media screen and (min-width:1024px){.read-more-text-container{width:500px}}.btn-read-more{width:100px;background-color:#222;border-radius:4px;color:#fff;font-size:12px;font-weight:500;padding:9px 20px 8px;text-align:center}.btn-read-more:hover{background-color:#333}.homeReadMore-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 24px;grid-gap:24px;gap:24px;background:#fff}@media screen and (min-width:768px){.homeReadMore-container{flex-direction:row;padding:16px 80px;grid-gap:80px;gap:80px}}.homeReadMore-info{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 24px;grid-gap:24px;gap:24px;flex:none;order:1;align-self:stretch;flex-grow:0}@media screen and (min-width:768px){.homeReadMore-info{padding:0 10px}}.homeReadMore-title{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;grid-gap:24px;gap:24px;width:312px;font-family:"Nunito";font-style:normal;font-weight:800;font-size:32px;line-height:44px;text-align:center;color:#212121}@media screen and (min-width:768px){.homeReadMore-title{width:600px;font-size:48px;line-height:65px;text-align:left}}.homeReadMore-paragrph{width:312px;font-family:"Montserrat";font-style:normal;font-weight:500;font-size:16px;line-height:150%;text-align:center;color:#212121}@media screen and (min-width:768px){.homeReadMore-paragrph{width:600px;font-size:18px;text-align:justify}}.homeReadMore-benefits{flex-direction:column;align-items:flex-start;padding:0;grid-gap:4px;gap:4px;width:600px;height:161px;display:none}@media screen and (min-width:768px){.homeReadMore-benefits{display:flex}}.homeReadMore-benefits-row{display:flex;flex-direction:row;align-items:center;padding:0;grid-gap:16px;gap:16px;width:600px;height:51px}.homeReadMore-text-row{font-family:"Montserrat";font-style:normal;font-weight:700;font-size:18px;line-height:22px;display:flex;align-items:center;text-transform:uppercase;color:#212121}.homeReadMore-img{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;width:225px}@media screen and (min-width:768px){.homeReadMore-img{width:396px;align-items:flex-end}}.homeReadMore-ticket{width:51px;height:51px}.invInput{opacity:0!important;position:absolute!important;top:0!important;left:0!important;height:0!important;width:0!important;z-index:-1!important}.bold-limited{font-weight:700}.alert-img{width:100px;height:100px;display:block;margin:0 auto 15px}.alert-box{display:flex}.alert-box p{text-align:center;margin-top:30px}.alert-button{text-align:center;margin-top:20px}.alert-promo{background-color:rgba(96,132,212,0)}.alert-promo img{height:100%;width:100%}.ht-margin{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:24px 32px;grid-gap:24px;gap:24px;width:300px;height:470px;background:#e6f7ff;border:3px solid #212121;box-shadow:5px 5px 0 #212121;border-radius:40px}@media screen and (min-width:768px){.ht-margin{width:750px!important;height:400px}}.ht-container{display:flex;flex-direction:column;align-items:flex-start;padding:0;grid-gap:16px;gap:16px}@media screen and (min-width:768px){.ht-container{align-items:flex-start}}.ht-title{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0;grid-gap:16px;gap:16px;width:480px;height:129px;-webkit-transform:translate(-24px);transform:translate(-24px)}@media screen and (min-width:768px){.ht-title{align-items:center;justify-content:left}}.ht-name{display:flex;flex-direction:column;align-items:center;padding:0}@media screen and (min-width:768px){.ht-name{align-items:center;justify-content:left}}.ht-h{width:102px;height:44px;font-family:"Nunito";font-style:normal;font-weight:800;font-size:24px;line-height:33px;display:flex;align-items:center;color:#212121}@media screen and (min-width:768px){.ht-h{font-size:32px;line-height:44px}}.ht-img{width:100px!important;height:100px!important}@media screen and (min-width:768px){.ht-img{width:126px!important;height:129px!important}}.ht-arrows{width:72px!important;height:85.71px!important;top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.ht-arrows__L{left:0}.ht-arrows__R{right:0}.ht-text{width:228px;font-family:"Montserrat";font-style:italic;font-weight:500;font-size:16px;line-height:150%;display:flex;align-items:center;text-align:center;-webkit-transform:translate(125px);transform:translate(125px);color:#212121}@media screen and (min-width:768px){.ht-text{text-align:left;font-size:18px;width:480px;-webkit-transform:translate(0);transform:translate(0)}}.containerHomeCoverage{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 24px;grid-gap:16px;gap:16px;background:#fff}@media screen and (min-width:768px){.containerHomeCoverage{flex-direction:column;padding:0 80px;grid-gap:40px;gap:40px;flex-direction:row;justify-content:center}}.homeCoverage-img-container{display:flex;flex-direction:row;align-items:center;padding:0;grid-gap:20px;gap:20px;width:646px;height:538px;display:none}@media screen and (min-width:768px){.homeCoverage-img-container{display:flex}}.homeCoverage-img{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;grid-gap:16px;gap:16px;width:500px;height:538px;text-align:center}.homeCoverage-img-img{width:500px;height:500px}.homeCoverage-img-title{height:22px;font-family:"Montserrat";font-style:normal;font-weight:700;font-size:18px;line-height:22px;display:flex;align-items:center!important;text-align:center;text-transform:uppercase;color:#212121}.homeCoverage-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 24px;grid-gap:16px;gap:16px}@media screen and (min-width:768px){.homeCoverage-info{justify-content:center;align-items:flex-start;padding:0 10px}}.homeCoverage_text{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:0 24px;grid-gap:16px;gap:16px}.homeCoverage_text__title{width:312px;font-family:"Nunito";font-style:normal;font-weight:800;font-size:32px;line-height:44px;text-align:center;color:#212121}@media screen and (min-width:768px){.homeCoverage_text__title{text-align:left;font-size:48px;line-height:65px;width:550px;grid-gap:24px;gap:24px}}.homeCoverage_text__text{width:312px;font-family:"Montserrat";font-style:normal;font-weight:500;font-size:16px;line-height:150%;text-align:center;color:#212121}@media screen and (min-width:768px){.homeCoverage_text__text{font-size:18px;text-align:left;width:550px;grid-gap:24px;gap:24px}}@media screen and (min-width:768px){.homeCoverage_text{padding:0;grid-gap:24px;gap:24px}}.homeCoverage-communes-container{display:flex;flex-direction:column;align-items:flex-start;padding:0;grid-gap:8px;gap:8px;display:none}@media screen and (min-width:768px){.homeCoverage-communes-container{display:flex}}.homeCoverage-communes-container-mobile{flex-direction:column;align-items:flex-start;padding:0;grid-gap:8px;gap:8px;display:flex}@media screen and (min-width:768px){.homeCoverage-communes-container-mobile{display:none}}.homeCoverage-communes-container-2{display:flex;flex-direction:row;align-items:flex-start;padding:0}@media screen and (min-width:768px){.homeCoverage-communes-container-2{grid-gap:24px;gap:24px}}.homeCoverage-column{display:flex;flex-direction:column;align-items:flex-start;padding:0;grid-gap:8px;gap:8px}.homeCoverage-commune{display:flex;flex-direction:row;align-items:center;padding:0;grid-gap:16px;gap:16px}.homeCoverage-commune__icon{width:25px;height:25px}@media screen and (min-width:768px){.homeCoverage-commune__icon{width:51px;height:51px}}.homeCoverage-commune__text{font-family:"Montserrat";font-style:normal;font-weight:700;font-size:14px;line-height:17px;display:flex;align-items:center;text-transform:uppercase;color:#212121}@media screen and (min-width:768px){.homeCoverage-commune__text{font-size:18px;line-height:22px}}.homeCoverage-arrow{-webkit-transform:scale(.5);transform:scale(.5)}.homeCoverage-arrow:hover{-webkit-filter:saturate(50%);filter:saturate(50%);cursor:pointer}.paymentMethodsContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 80px;grid-gap:16px;gap:16px}@media screen and (min-width:768px){.paymentMethodsContainer{flex-direction:row;grid-gap:64px;gap:64px;align-items:flex-start}}.paymentMethods-box{display:flex;flex-direction:column;align-items:center;padding:0;grid-gap:12px;gap:12px;width:165px;height:206px}@media screen and (min-width:768px){.paymentMethods-box{width:280px;height:348px}}.paymentMethods-img{width:165px;height:165px}@media screen and (min-width:768px){.paymentMethods-img{width:280px;height:280px}}.paymentMethods-text{white-space:"pre-line";font-family:"Montserrat";font-style:normal;font-weight:700;font-size:14px;line-height:17px;display:flex;align-items:center;text-transform:uppercase;text-align:center;color:#212121}@media screen and (min-width:768px){.paymentMethods-text{font-size:18px;line-height:22px;text-align:center}}.joinUsContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 24px;grid-gap:0;gap:0;background:#fff}@media screen and (min-width:768px){.joinUsContainer{flex-direction:row;padding:16px 80px 120px;grid-gap:80px;gap:80px}}.joinUs-info{justify-content:center;align-items:center;padding:16px 24px}.joinUs-info,.joinUs-info__text{display:flex;flex-direction:column;grid-gap:16px;gap:16px}.joinUs-info__text{align-items:flex-start;padding:0}.joinUs-info__text__title{width:312px;font-family:"Nunito";font-style:normal;font-weight:800;font-size:32px;line-height:44px;text-align:center}@media screen and (min-width:768px){.joinUs-info__text__title{width:600px;font-size:48px;line-height:65px;text-align:left}}.joinUs-info__text__p{width:312px;font-family:"Montserrat";font-style:normal;font-weight:500;font-size:16px;line-height:150%;color:#212121;text-align:center}@media screen and (min-width:768px){.joinUs-info__text__p{width:600px;font-size:18px;text-align:left}}@media screen and (min-width:768px){.joinUs-info{padding:0 10px;grid-gap:24px;gap:24px}}.joinUs-buttonContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0}@media screen and (min-width:768px){.joinUs-buttonContainer{justify-content:flex-end;align-items:flex-start}}.joinUs-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 24px;grid-gap:16px;gap:16px;width:180px;background:#74b4ff;border:2px solid #212121;box-shadow:2.5px 2.5px 0 #212121;border-radius:4px}@media screen and (min-width:768px){.joinUs-button{padding:18px 36px;grid-gap:10px;gap:10px;width:200px;border:3px solid #212121;box-shadow:5px 5px 0 #212121}}.joinUs-button__text{font-family:"Nunito";font-style:normal;font-weight:700;font-size:18px;line-height:25px;display:flex;align-items:center;letter-spacing:1px;color:#212121}@media screen and (min-width:768px){.joinUs-button__text{font-size:24px;line-height:32px}}.joinUs-button:hover{background:#517eb3!important}.joinUs-img{display:none;flex-direction:row;justify-content:center;align-items:center;padding:4px 0;width:239.12px}@media screen and (min-width:768px){.joinUs-img{display:flex;width:463.42px;padding:0;align-items:flex-start}}.joinUs-img-mobile{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 0;width:239.12px}@media screen and (min-width:768px){.joinUs-img-mobile{width:463.42px;padding:0;align-items:flex-start;display:none}}.service-banner{padding:40px;background:linear-gradient(90deg,#5b86e5,#2c4773)}.service-banner__title{font-family:"Nunito",sans-serif;font-size:28px;color:#fff}.service-banner__subtitle{font-family:"Rubik",sans-serif;font-weight:500;font-size:14px;color:#000}.services-container{margin-right:auto;margin-left:auto;-webkit-transform:translateY(-35px);transform:translateY(-35px)}.service-button{height:60px;width:290px;background-color:#fff;background-color:var(--light);display:flex;flex-direction:row;justify-content:center;border-radius:15px;margin-right:auto;margin-left:auto;padding-top:5px}@media screen and (min-width:400px){.service-button{height:65px;width:385px;background-color:#fff;background-color:var(--light);display:flex;flex-direction:row;justify-content:center;border-radius:15px;margin-right:auto;margin-left:auto;padding-top:5px}}@media screen and (min-width:480px){.service-button{width:500px;height:80px;background-color:#fff;background-color:var(--light);display:flex;flex-direction:row;justify-content:center;border-radius:15px;margin-right:auto;margin-left:auto;padding-top:5px}}@media screen and (min-width:null){.service-button{height:75px;width:325px;background-color:#fff;background-color:var(--light);display:flex;flex-direction:row;justify-content:center;border-radius:15px;margin-right:auto;margin-left:auto;padding-top:5px}}@media screen and (min-width:1024px){.service-button{height:75px;width:790px;background-color:#fff;background-color:var(--light);display:flex;flex-direction:row;justify-content:center;border-radius:15px;margin-right:auto;margin-left:auto;padding-top:5px}}.service-button--active{background-color:#74b4ff;background-color:var(--secundary-color);border-radius:10px;-webkit-animation:fadeIn 1s ease;animation:fadeIn 1s ease;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forward;animation-fill-mode:forward}.service-button__text{display:flex;justify-content:center;width:55px;padding:15px 0;border-radius:10px;text-align:center;-webkit-transform:translateY(5px);transform:translateY(5px)}.service-button__text h2{font-family:"Nunito",sans-serif;font-size:10px}@media screen and (min-width:400px){.service-button__text{display:flex;justify-content:center;width:75px;padding:15px 0;border-radius:10px;text-align:center;-webkit-transform:translateY(5px);transform:translateY(5px)}.service-button__text h2{font-family:"Nunito",sans-serif;font-size:12px}}@media screen and (min-width:480px){.service-button__text{display:flex;justify-content:center;width:95px;padding:15px 0;border-radius:10px;text-align:center;-webkit-transform:translateY(10px);transform:translateY(10px)}.service-button__text h2{font-family:"Nunito",sans-serif;font-size:15px}}@media screen and (min-width:null){.service-button__text{display:flex;justify-content:center;width:150px;padding:15px 0;border-radius:10px;text-align:center;-webkit-transform:translateY(10px);transform:translateY(10px)}.service-button__text h2{font-family:"Nunito",sans-serif;font-size:18px}}@media screen and (min-width:1024px){.service-button__text{display:flex;justify-content:center;width:155px;padding:15px 0;border-radius:10px;text-align:center;-webkit-transform:translateY(10px);transform:translateY(10px)}}.product-card-list{width:100%;height:auto;flex-wrap:wrap;min-height:calc(100% - 820px)}.product-card,.product-card-list{display:flex;justify-content:center}.product-card{width:360px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:10px;border:2px solid #e9e9ea;border-radius:24px;overflow:hidden;flex-direction:column;align-items:center;-webkit-animation:fadeInUp 1s ease;animation:fadeInUp 1s ease;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forward;animation-fill-mode:forward}.product-card__header{width:95%;height:100px;margin:20px}.product-card__header h1{margin:20px;font-size:18px}.product-card__header p{margin:20px;font-size:14px}.product-card li{list-style:none}.subservice-details-container{width:100%;height:100%;margin-top:20px;background-color:#f4f4f5;border-top:2px solid #e9e9ea;overflow:hidden;border-bottom-left-radius:24px;border-bottom-right-radius:24px}.subservice-details-container h4{margin-top:10px;font-size:16px}.subservice-details-container p{margin-bottom:0;font-size:12px}.included-container{margin:30px 20px 0}.extra-notes-container,.not-included-container{margin:20px 20px 30px}.button-service{background:#d3d3d3;border:0 #74b4ff;border:0 var(--secundary-color);border-radius:45px;color:#fff;width:270px;height:56px;margin-top:15px;position:relative}.button-service__text{font-size:18px}.button-service--active{background:#74b4ff;background:var(--secundary-color)}.button-service--active:hover{background-color:#cba043;background-color:var(--secundary-color-hover)}.row-box{display:flex;flex-direction:row}.row-box img{margin-right:5px;margin-top:2px}.row-box--not img{margin-top:4px;margin-right:5px}.appointment-house-container{text-align:center;padding:40px 20px}.appointment-house-container,.appointment-next-button,.appointment-price-error{display:flex;justify-content:center}.appointment-price-error{color:red;margin-bottom:5px}.appointment-service-icon{margin-left:auto;margin-right:auto;width:20px;margin-bottom:30px}.appointment-border{border:1px!important;border-color:#000!important}.appointment-form-container-main{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px}@media screen and (min-width:768px){.appointment-form-container-main{justify-content:left;align-items:flex-start;padding:20px 80px 80px;grid-gap:0;gap:0}}.appointment-form-container{display:flex;flex-direction:column;align-items:flex-start;padding:24px;grid-gap:24px;gap:24px}.appointment-size-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;grid-gap:16px;gap:16px;width:100%}@media screen and (min-width:768px){.appointment-size-container{align-items:flex-start;grid-gap:16px;gap:16px}}.appointment-title-option{font-family:"Nunito";font-style:normal;font-weight:800;font-size:18px;line-height:25px;display:flex;align-items:center;color:#212121}@media screen and (min-width:768px){.appointment-title-option{font-size:20px;line-height:27px}}.appointment-size-row{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;grid-gap:16px;gap:16px}@media screen and (min-width:768px){.appointment-size-row{display:flex;flex-direction:row;align-items:center;padding:0;grid-gap:16px;gap:16px}}.appointment-size-button__active{font-family:"Montserrat";font-style:normal;font-weight:700;font-size:12px;line-height:15px;color:#212121;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 16px;height:31px;background:#ffc44d;border:2px solid #212121;box-shadow:2.5px 2.5px 0 #212121;border-radius:40px}.appointment-size-button__active:hover{cursor:pointer}@media screen and (min-width:768px){.appointment-size-button__active{border:3px solid #212121;box-shadow:5px 5px 0 #212121;height:40px;font-size:16px;line-height:20px}}.appointment-size-button__disabled{font-family:"Montserrat";font-style:normal;font-weight:700;font-size:12px;line-height:15px;color:#212121;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 16px;height:31px;border:2px solid #212121;box-shadow:2.5px 2.5px 0 #212121;border-radius:40px;background:#fff}.appointment-size-button__disabled:hover{cursor:pointer;-webkit-filter:invert(10%);filter:invert(10%)}@media screen and (min-width:768px){.appointment-size-button__disabled{border:3px solid #212121;box-shadow:5px 5px 0 #212121;height:40px;font-size:16px;line-height:20px}}.appointment-size-text{height:27px;font-family:"Montserrat";font-style:normal;font-weight:500;font-size:16px;line-height:150%;color:#212121;text-align:center}@media screen and (min-width:768px){.appointment-size-text{font-size:18px;text-align:left}}.appointment-room-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;grid-gap:16px;gap:16px;width:100%}@media screen and (min-width:768px){.appointment-room-container{grid-gap:16px;gap:16px;flex-direction:row;justify-content:left}}.appointment-room-buttons-container{display:flex;flex-direction:row;align-items:flex-start;padding:0;grid-gap:16px;gap:16px}.appointment-room-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 16px;width:40px;height:40px;background:#fff;border:2px solid #212121;border-radius:40px;font-family:"Montserrat";font-style:normal;font-weight:700;font-size:18px;line-height:22px;text-transform:uppercase}.appointment-room-button:hover{cursor:pointer;-webkit-filter:invert(10%);filter:invert(10%)}@media screen and (min-width:768px){.appointment-room-button{width:40px;height:40px;border:3px solid #212121}}.appointment-room-count{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 16px;width:40px;height:40px;background:#fff;border:2px solid #212121;border-radius:40px;font-family:"Montserrat";font-style:normal;font-weight:700;font-size:14px;line-height:17px;text-transform:uppercase}@media screen and (min-width:768px){.appointment-room-count{width:40px;height:40px;font-size:18px;line-height:22px;border:3px solid #212121}}.appointment-form-title-container{display:flex;flex-direction:column;align-items:center;padding:24px}@media screen and (min-width:768px){.appointment-form-title-container{align-items:flex-start}}.appointment-form-title{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;grid-gap:8px;gap:8px;font-family:"Nunito";font-style:normal;font-weight:800;font-size:32px;line-height:44px;text-align:center}@media screen and (min-width:768px){.appointment-form-title{display:flex;flex-direction:row;align-items:center;padding:0;grid-gap:8px;gap:8px;font-size:40px;line-height:55px;text-align:right}}.appointment-form-title-text{font-family:"Montserrat";font-style:normal;font-weight:500;font-size:16px;line-height:150%;color:#212121;text-align:center;width:312px;height:96px}@media screen and (min-width:768px){.appointment-form-title-text{font-size:18px;width:608px;height:54px;text-align:left}}.appointment-frequency-container{display:flex;flex-direction:column;align-items:center;padding:0;grid-gap:16px;gap:16px}@media screen and (min-width:768px){.appointment-frequency-container{align-items:flex-start;grid-gap:24px;gap:24px;padding:24px}}.appointment-frequency-box{display:flex;flex-direction:column;align-items:flex-start;padding:16px;width:90%;background:#e6f7ff;border:3px solid #212121;box-shadow:5px 5px 0 #212121;border-radius:20px}@media screen and (min-width:768px){.appointment-frequency-box{width:608px;height:105px}}.c__1{background:#e6f7ff}.c__2{background:#ffc44d}.appointment-frequency-title{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;grid-gap:10px;gap:10px;text-align:center;font-family:"Nunito";font-style:normal;font-weight:800;font-size:32px;line-height:44px;color:#212121}@media screen and (min-width:768px){.appointment-frequency-title{font-size:40px;line-height:55px}}.appointment-frequency-text{font-family:"Nunito";font-style:normal;font-weight:800;font-size:18px!important;line-height:25px!important;display:flex;align-items:center;color:#212121}@media screen and (min-width:768px){.appointment-frequency-text{font-size:20px!important;line-height:27px!important}}.appointment-frequency-down-text{display:flex;min-width:200px;width:80%;flex-direction:row;align-items:center;grid-gap:8px;gap:8px;justify-content:space-between;-webkit-transform:translate(34px);transform:translate(34px)}.appointment-frequency-down-text__text{display:flex;font-family:"Montserrat";font-style:normal;font-weight:500;font-size:16px;line-height:150%;color:#212121}.appointment-frequency-down-text__price{font-family:"Nunito";font-style:normal;font-weight:800;font-size:18px;line-height:25px;display:flex;align-items:center;color:#212121}@media screen and (min-width:768px){.appointment-frequency-down-text__price{font-size:20px;line-height:27px}}@media screen and (min-width:768px){.appointment-frequency-down-text{width:90%;-webkit-transform:translate(36px);transform:translate(36px)}}.appointment-button-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px 0;width:656px;height:117px}.appointment-button-container2{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;padding:24px 0}@media screen and (min-width:768px){.appointment-button-container2{padding:0}}.appointment-button__prev{font-family:"Nunito";font-style:normal;font-weight:800;font-size:18px;line-height:25px;color:#212121;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 24px;grid-gap:10px;gap:10px;width:140px;height:49px;background:#fff;border:2px solid #212121;box-shadow:2.5px 2.5px 0 #212121;border-radius:4px 0 0 4px}.appointment-button__prev:hover{-webkit-filter:invert(10%);filter:invert(10%);cursor:pointer}@media screen and (min-width:768px){.appointment-button__prev{padding:18px 36px;border:3px solid #212121;box-shadow:5px 5px 0 #212121;width:313px;height:69px;font-size:24px;line-height:33px}}.appointment-button__next{font-family:"Nunito";font-style:normal;font-weight:800;font-size:18px;line-height:25px;color:#212121;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 24px;grid-gap:10px;gap:10px;width:140px;height:49px;background:#74b4ff;border:2px solid #212121;box-shadow:2.5px 2.5px 0 #212121;border-radius:0 4px 4px 0}.appointment-button__next:hover{background:#517eb2;cursor:pointer}@media screen and (min-width:768px){.appointment-button__next{padding:18px 36px;border:3px solid #212121;box-shadow:5px 5px 0 #212121;width:313px;height:69px;font-size:24px;line-height:33px}}.appointment-button__disabled{font-family:"Nunito";font-style:normal;font-weight:800;font-size:18px;line-height:25px;color:#212121;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 24px;grid-gap:10px;gap:10px;width:140px;height:49px;background:#bbb;border:2px solid #212121;box-shadow:2.5px 2.5px 0 #212121;border-radius:0 4px 4px 0}@media screen and (min-width:768px){.appointment-button__disabled{padding:18px 36px;border:3px solid #212121;box-shadow:5px 5px 0 #212121;width:313px;height:69px;font-size:24px;line-height:33px}}.appointment-button__pay{font-family:"Nunito";font-style:normal;font-weight:800;font-size:18px;line-height:25px;color:#212121;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 24px;grid-gap:10px;gap:10px;height:49px;background:#ffc44d;border:2px solid #212121;box-shadow:2.5px 2.5px 0 #212121;border-radius:0 4px 4px 0}.appointment-button__pay:hover{background:#b28935;cursor:pointer}@media screen and (min-width:768px){.appointment-button__pay{padding:18px 36px;border:3px solid #212121;box-shadow:5px 5px 0 #212121;width:313px;height:69px;font-size:24px;line-height:33px}}.appointment-propCom-container{display:flex;flex-direction:column;align-items:center;padding:0;grid-gap:24px;gap:24px;justify-content:center}@media screen and (min-width:768px){.appointment-propCom-container{flex-direction:row;grid-gap:16px;gap:16px;align-items:flex-start}}.appointment-property-container{align-items:flex-start;padding:0;grid-gap:16px;gap:16px;width:270px;height:40px}.appointment-property-button__active,.appointment-property-container{display:flex;flex-direction:row;align-items:center;justify-content:center}.appointment-property-button__active{padding:10px 16px;height:31px;background:#ffc44d;border:2px solid #212121;box-shadow:2.5px 2.5px 0 #212121;border-radius:40px;font-family:"Montserrat";font-style:normal;font-weight:700;font-size:12px;line-height:15px;text-transform:uppercase;color:#212121}@media screen and (min-width:768px){.appointment-property-button__active{height:40px;font-size:16px;line-height:20px;border:3px solid #212121;box-shadow:5px 5px 0 #212121}}.appointment-property-button__active:hover{cursor:pointer}.appointment-property-button__unactive{flex-direction:row;justify-content:center;padding:10px 16px;height:31px;background:#fff;border:2px solid #212121;box-shadow:2.5px 2.5px 0 #212121;border-radius:40px;font-family:"Montserrat";font-style:normal;font-weight:700;font-size:12px;line-height:15px;display:flex;align-items:center;text-transform:uppercase;color:#212121}@media screen and (min-width:768px){.appointment-property-button__unactive{height:40px;font-size:16px;line-height:20px;border:3px solid #212121;box-shadow:5px 5px 0 #212121}}.appointment-property-button__unactive:hover{cursor:pointer;-webkit-filter:invert(10%);filter:invert(10%)}@media screen and (min-width:768px){.measure__1{width:79px}}@media screen and (min-width:768px){.measure__2{width:175px}}.appointment-dirtness-btn-container{display:flex;flex-direction:row;grid-gap:10px;gap:10px}@media screen and (min-width:768px){.appointment-dirtness-btn-container{grid-gap:10px;gap:10px;flex-direction:row}}.mobile{display:flex!important;-webkit-transform:translate(0)!important;transform:translate(0)!important}@media screen and (min-width:768px){.mobile{display:none!important}}.desktop{display:none!important}@media screen and (min-width:768px){.desktop{display:flex!important}}.desktop2{display:none;-webkit-transform:translate(0)!important;transform:translate(0)!important}@media screen and (min-width:768px){.desktop2{display:flex!important;justify-content:left}}.margin-top{margin-top:10px}.button-calendar{text-align:center;margin-top:20px}.loader-top{margin:25% 0;width:100%}.app-calendar-text{margin-top:10px;text-align:center}.app-calendar-box{background-color:#fff;border-radius:40px;border:2px solid #2286ce;margin:auto auto 10px;text-align:center;padding:10px;width:180px}.app-calendar-box h1{margin-bottom:5px}@media screen and (min-width:768px){.app-calendar-box{margin:15px}}.app-calendar-info{display:block;margin:auto}@media screen and (min-width:768px){.app-calendar-info{display:flex;flex-wrap:wrap;justify-content:center;text-align:center}}.fc .fc-timegrid-now-indicator-line{z-index:4;border-color:red;border-width:3px 0 0}.appointment-client-form{background:linear-gradient(0deg,#abccee,#abccee,#abccee)!important;height:100vh;width:100vw}.client-form{margin-right:auto;margin-left:auto;text-align:center;position:fixed;z-index:10;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.client-form__title{margin-bottom:5%}.appointment-client-buttons{display:flex;justify-content:center}.header-appointment{width:100%;background:#f4f5f6;background:var(--card-color);flex-direction:column;height:405px;padding:0 1.5rem;top:0;display:flex;align-items:center}.header-appointment__logo{height:60px;margin-top:15px;margin-bottom:10px}@media screen and (min-width:480px){.header-appointment__logo{height:80px;margin-right:100px;margin-bottom:0;margin-top:0}}@media screen and (min-width:480px){.header-appointment{height:180px;flex-direction:row}}@media screen and (min-width:768px){.header-appointment{height:90px;flex-direction:row}}.circles-appointment-container{width:100%;display:grid;grid-template-columns:repeat(1,1fr);justify-content:center;align-items:center}@media screen and (min-width:480px){.circles-appointment-container{display:grid;grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:768px){.circles-appointment-container{display:flex;flex-direction:row}}.item-header-appointment{display:flex;justify-content:flex-start;align-items:center;height:45px;pointer-events:none}.item-header-appointment__name-step h3{margin:0;padding:0;font-size:12px}@media screen and (min-width:480px){.item-header-appointment__name-step h3{font-size:14px}}.item-header-appointment--active{pointer-events:all;cursor:pointer}@media screen and (min-width:480px){.item-header-appointment{height:90px;margin-right:30px;margin-top:0}}.circle-appointment{height:30px;width:30px;background-color:rgba(0,0,0,.1);border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:10px}.circle-appointment--active{background-color:#2286ce}.circle-appointment--active h5{margin:30px;color:#f4f5f6;color:var(--card-color)}.grid-service-container{width:100%;height:100%;display:grid}.grid-service-container hr{height:1px;background:#212121;background:var(--dark-color);margin:20px;border:1px solid #212121;border-radius:12px}.grid-service-container span{color:#1a1a1a;font-family:"Rubik",sans-serif}@media screen and (min-width:1200px){.grid-service-container{grid-template-columns:6fr 2fr}}.grid-step{width:100%;background-color:rgba(0,0,0,.08)}.grid-summary{display:flex;align-items:flex-start;justify-content:center;padding-bottom:80px;min-width:350px}.grid-summary h4{margin:0!important}.grid-summary hr{height:1px;background:#212121;background:var(--dark-color);margin:20px;border:1px solid #212121;border-radius:12px}@media screen and (min-width:768px){.grid-summary{width:100%;padding-bottom:0;height:100%!important;min-width:450px;max-width:500px;overflow:hidden}}.summary-container{display:flex;flex-direction:column;align-items:flex-start;height:100%;width:100%}.test{display:flex;justify-content:space-between}.grid-service-name-container{width:80%;display:flex;justify-content:center;align-items:center;margin-right:auto;margin-left:auto;margin-top:20px;background-color:#fff;padding:20px;border-radius:40px}.grid-service-name-container__img-service{height:60px;width:60px;margin-right:10px}.grid-service-name-container__name-service{width:130px}.grid-service-name-container__name-service h3{font-size:16px;margin-bottom:0}.grid-service-name-container__name-service h4{font-size:12px;margin-top:0;color:grey}@media screen and (min-width:480px){.grid-service-name-container{margin-top:40px;padding:20px 0}}.grid-service-description{width:80%;display:flex;flex-direction:column;margin-top:20px;background-color:#e6f7ff;padding:20px;border-radius:40px}.grid-service-description__title h3{font-size:16px;margin-bottom:0}@media screen and (min-width:768px){.grid-service-description{min-height:725px}}.item-details-summary{display:flex;justify-content:space-between;margin:5px 0}.item-details-summary--coupon{display:flex;justify-content:space-evenly}.item-details-summary--title{font-weight:700}.summary_web{display:none}.appointment-loading{display:flex;margin-top:10px}.appointment-loading h5{margin:4px 10px!important}.appointment-loading__icon{border:3px solid #b4b2b2;border-top-color:#202020;border-radius:50%;width:20px;height:20px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.bloqued-view{height:100%;width:100%;top:0;left:0;position:fixed;z-index:1;background-color:hsla(0,0%,54.9%,.5)}@media screen and (min-width:1200px){.bloqued-view{height:100%;width:100%;top:0;left:0;z-index:1;background-color:hsla(0,0%,54.9%,.5)}}.summary-text{font-family:"Montserrat"!important;font-style:normal!important;font-weight:700;font-size:14px;line-height:17px}.summary-text__title{font-family:"Nunito"!important;font-style:normal;font-weight:800;font-size:24px;line-height:33px}.summary-text__blue{font-family:"Montserrat"!important;font-style:normal!important;color:#046!important}.summary-text__price{font-family:"Nunito"!important;font-style:normal;font-weight:800;font-size:24px;line-height:33px;color:#046!important;margin-bottom:10px}@media screen and (min-width:768px){.summary-text{font-size:16px;line-height:20px}.summary-text__title{font-family:"Nunito"!important;font-style:normal;font-weight:800;font-size:32px;line-height:44px}.summary-text__blue{font-family:"Montserrat"!important;font-style:normal!important;color:#046!important;font-size:16px;line-height:20px}.summary-text__price{font-family:"Nunito"!important;font-style:normal;font-weight:800;font-size:32px;line-height:44px;color:#046!important;margin-bottom:10px}.summary_web{display:block}.summary_mobile{display:none}}.item-empty{display:none}.input-coupon{width:80%}.price-container{margin:20px 0}.appointment-container{display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(180deg,#fff 95.25%,#cdefff)}@media screen and (min-width:768px){.appointment-container{flex-direction:row;align-items:flex-start;min-height:1200px;padding:20px 200px 80px}}.appointment-address-container{width:300px;margin-right:auto;margin-left:auto}@media screen and (min-width:480px){.appointment-address-container{width:400px}}@media screen and (min-width:768px){.appointment-address-container{width:500px}}@media screen and (min-width:1024px){.appointment-address-container{width:800px}}.appointment-address-container .appointment-address-container__new-address{margin:10px;display:flex;align-items:center;justify-content:center}.appointment-address-container .appointment-address-container__new-address :hover{cursor:pointer}.address-buttons-container{margin-top:40px;display:flex;justify-content:center}.appointment-address-title{margin-top:10px;margin-bottom:10px;font-family:"Nunito";font-style:normal;font-weight:800;font-size:18px;line-height:25px;display:flex;align-items:center;color:#212121;text-align:center}@media screen and (min-width:768px){.appointment-address-title{text-align:left;font-size:20px;line-height:27px}}.appointment-address-main-title{font-family:"Nunito";font-style:normal;font-weight:800;font-size:32px;line-height:44px;color:#212121;text-align:center}@media screen and (min-width:768px){.appointment-address-main-title{text-align:left;font-size:40px;line-height:55px}}.ui.input{border:2px solid #212121;border-radius:4px}@media screen and (min-width:768px){.ui.input{border:3px solid #212121}}.ui.form textarea{border:2px solid #212121;border-radius:4px}@media screen and (min-width:768px){.ui.form textarea{border:3px solid #212121}}.pay-container{display:flex;flex-direction:column;align-items:flex-start;padding:0 50px}@media screen and (min-width:768px){.pay-container{padding:0 8px;grid-gap:32px;gap:32px}}.pay-method-box{display:flex;justify-content:space-between;align-items:center;padding:25px 10px;border-radius:40px}.pay-method-box img{height:100%}.pay-title-container{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%}@media screen and (min-width:768px){.pay-title-container{justify-content:left}}.pay-text{font-family:"Nunito";font-style:normal;font-weight:800;font-size:18px;line-height:25px;text-align:center}@media screen and (min-width:768px){.pay-text{font-size:20px;line-height:27px;text-align:left}}.pay-text__title{font-weight:800;font-size:32px;line-height:44px;text-align:center}@media screen and (min-width:768px){.pay-text__title{font-size:40px;line-height:55px;text-align:left}}.pay-method-box:hover{background-color:#f4f5f6;background-color:var(--card-color)}.pay-image-box{display:flex;justify-content:center;align-items:center}.pay-method-container,.pay-methods-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.pay-methods-container{width:100%;padding:0;grid-gap:40px;gap:40px}@media screen and (min-width:768px){.pay-methods-container{flex-direction:row}}.pay-img{height:100px;width:100px}@media screen and (min-width:768px){.pay-img{width:165px;height:165px}}.pay-button__active{font-family:"Montserrat";font-style:normal;font-weight:700;font-size:12px;line-height:15px;display:flex;color:#212121;justify-content:center;align-items:center;padding:10px 16px;height:31px;background:#ffc44d;border:2px solid #212121;box-shadow:2.5px 2.5px 0 #212121;border-radius:40px}.pay-button__active:hover{cursor:pointer}@media screen and (min-width:768px){.pay-button__active{border:3px solid #212121;height:40px;font-size:16px;line-height:20px;min-width:180px}}.pay-button__disabled{font-family:"Montserrat";font-style:normal;font-weight:700;font-size:12px;line-height:15px;display:flex;color:#212121;justify-content:center;align-items:center;padding:10px 16px;height:31px;border:2px solid #212121;box-shadow:2.5px 2.5px 0 #212121;border-radius:40px;background:#fff}.pay-button__disabled:hover{cursor:pointer;-webkit-filter:invert(10%);filter:invert(10%)}@media screen and (min-width:768px){.pay-button__disabled{border:3px solid #212121;height:40px;font-size:16px;line-height:20px;min-width:180px}}.pay-check-container{display:flex;flex-direction:column;align-items:flex-start;padding:24px;grid-gap:24px;gap:24px}@media screen and (min-width:768px){.pay-check-container{padding:0;grid-gap:16px;gap:16px}}.pay-check-row{display:flex;flex-direction:row;align-items:center;padding:0;grid-gap:8px;gap:8px}@media screen and (min-width:768px){.pay-check-row{grid-gap:16px;gap:16px}}.pay-check-circle{height:40px}.pay-check-circle,.pay-check-circle__unactive{width:40px;border:3px solid #212121;background:#fff;border-radius:40px}.pay-check-circle__unactive{height:30px;max-width:30px}@media screen and (min-width:768px){.pay-check-circle__unactive{border:3px solid #212121;border-radius:40px}}.pay-check-circle__unactive:hover{cursor:pointer;-webkit-filter:invert(10%);filter:invert(10%)}.pay-check-circle__active{width:28px;height:28px;border:3px solid #212121;background:#ffc44d;border-radius:28px}@media screen and (min-width:768px){.pay-check-circle__active{width:28px;height:28px;border:3px solid #212121;border-radius:28px}}.pay-button-container{display:flex;flex-direction:row;align-items:flex-start;margin:20px}.appointment-count-container{justify-content:center;text-align:center;padding:20px}.appointment-count-container__button{margin:10px 0}.appointment-count-price-box{box-shadow:inset 0 0 0 1px #74b4ff,0 0 0 0 transparent!important;box-shadow:0 0 0 1px var(--secundary-color) inset,0 0 0 0 transparent!important;margin:auto;width:200px}.appointment-count-price-box__color{background:rgba(248,188,68,.8)!important}@media screen and (min-width:768px){.appointment-count-price-box{width:400px}}.appointment-count-text{font-size:90%!important}@media screen and (min-width:768px){.appointment-count-text{font-size:120%!important}}.appointment-user-addresses{display:flex;flex-direction:column;width:75%;height:100%;padding:0;margin:0 auto}.appointment-user-address-container{display:flex;margin-bottom:15px}.appointment-user-address-container .appointment-user-address-container__radio{margin:10px;display:flex;align-items:center}.appointment-opt-serv-container-main{display:flex;flex-direction:column;align-items:center;padding:24px;grid-gap:24px;gap:24px}@media screen and (min-width:768px){.appointment-opt-serv-container-main{padding:0 8px;grid-gap:32px;gap:32px}}.appointment-opt-serv-title{display:flex;flex-direction:column;align-items:center;padding:0;grid-gap:8px;gap:8px}.appointment-opt-serv-title__text{font-family:"Nunito";font-style:normal;font-weight:800;font-size:32px;line-height:44px;color:#212121;text-align:center}@media screen and (min-width:768px){.appointment-opt-serv-title__text{font-size:40px;line-height:55px;text-align:left}}@media screen and (min-width:768px){.appointment-opt-serv-title{align-items:flex-start;grid-gap:0;gap:0}}.appointment-opt-serv-container{display:flex;flex-direction:column;align-items:flex-start;padding:0;grid-gap:24px;gap:24px}.appointment-opt-serv-container__button{margin:10px 0}.appointment-opt-serv-size-box{display:grid;grid-template-columns:repeat(3,1fr);flex:auto 1 auto;flex-direction:row;height:50%}.appointment-opt-serv-size-box-small{align-items:center;align-content:center;display:grid;grid-template-columns:repeat(1,1fr);flex:auto 1 auto;flex-direction:column;height:100%;width:100%}.appointment-opt-serv-price-box{box-shadow:inset 0 0 0 1px #74b4ff,0 0 0 0 transparent!important;box-shadow:0 0 0 1px var(--secundary-color) inset,0 0 0 0 transparent!important;margin:5px;width:200px}.appointment-opt-serv-price-box__color{background:rgba(248,188,68,.6)!important;height:100%}@media screen and (min-width:768px){.appointment-opt-serv-price-box{width:400px;height:190px}}@media only screen and (max-width:800px){.appointment-opt-serv-price-box{margin:auto;width:80%}}.appointment-opt-serv-text{font-size:90%!important}@media screen and (min-width:768px){.appointment-opt-serv-text{font-size:120%!important}}.appointment-opt-serv-buttons{text-align:center;display:flex;align-items:center}.appointment-opt-serv-extra{vertical-align:middle}.appointment-opt-serv-center{text-align:center;display:flex;align-items:stretch}.appointment-opt-serv-fit{width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;text-align:center}.appointment-opt-serv-inline{align-items:center;align-content:center}.appointment-opt-serv-center-text{text-align:center}.appointment-opt-serv-row1{display:flex;flex-direction:column;align-items:flex-start;padding:0;grid-gap:0;gap:0}@media screen and (min-width:768px){.appointment-opt-serv-row1{flex-direction:row;grid-gap:16px;gap:16px;align-items:center}}.appointment-opt-serv-title1{display:flex;flex-direction:row;align-items:center;padding:0;grid-gap:8px;gap:8px}@media screen and (min-width:768px){.appointment-opt-serv-title1{grid-gap:16px;gap:16px}}.appointment-opt-serv-title1__title{font-family:"Nunito";font-style:normal;font-weight:800;font-size:18px;line-height:25px;display:flex;align-items:center;color:#212121}@media screen and (min-width:768px){.appointment-opt-serv-title1__title{font-size:20px;line-height:27px}}.appointment-opt-serv-price-container{display:flex;flex-direction:row;grid-gap:10px;gap:10px;-webkit-transform:translate(48px);transform:translate(48px)}@media screen and (min-width:768px){.appointment-opt-serv-price-container{-webkit-transform:translate(0);transform:translate(0)}}.appointment-opt-serv-info{display:flex;flex-direction:row}.appointment-opt-serv-price{font-family:"Nunito";font-style:normal;font-weight:800;font-size:18px;line-height:25px;display:flex;align-items:center;color:#0089cc;min-width:100px}@media screen and (min-width:768px){.appointment-opt-serv-price{font-size:24px;line-height:33px;min-width:0}}.appointment-opt-serv-circle-button,.appointment-opt-serv-circle-button__unactive{width:40px;height:40px;border:3px solid #212121;background:#fff;border-radius:40px}@media screen and (min-width:768px){.appointment-opt-serv-circle-button__unactive{width:40px;height:40px;border:3px solid #212121;border-radius:40px}}.appointment-opt-serv-circle-button__unactive:hover{cursor:pointer;-webkit-filter:invert(10%);filter:invert(10%)}.appointment-opt-serv-circle-button__active{width:40px;height:40px;border:3px solid #212121;background:#ffc44d;border-radius:40px}@media screen and (min-width:768px){.appointment-opt-serv-circle-button__active{width:40px;height:40px;border:3px solid #212121;border-radius:40px}}.appointment-opt-serv-addSubstract-container{display:flex;flex-direction:column;align-items:flex-start;padding:0}.appointment-opt-serv-addSubstract-top{display:flex;flex-direction:row;align-items:center;padding:0;grid-gap:8px;gap:8px}@media screen and (min-width:768px){.appointment-opt-serv-addSubstract-top{grid-gap:16px;gap:16px}}.appointment-opt-serv-addSubstract-top__title{font-family:"Nunito";font-style:normal;font-weight:800;font-size:20px;line-height:27px;display:flex;align-items:center;color:#212121}.appointment-opt-serv-addSubstract-bottom{display:flex;flex-direction:column;align-items:flex-start;padding:0 0 0 56px;grid-gap:8px;gap:8px}.appointment-opt-serv-addSubstract-text{font-family:"Montserrat";font-style:normal;font-weight:500;font-size:16px;line-height:150%;color:#212121}.appointment-opt-serv-addSubstract-container-btn{display:flex;flex-direction:row;align-items:center;justify-content:left;grid-gap:10px;gap:10px}.onePage-calendar-container{display:flex;flex-direction:column;align-items:center;padding:0;grid-gap:32px;gap:32px}.onePage-calendar-title-container{display:flex;flex-direction:row;align-items:center;padding:0;grid-gap:8px;gap:8px}@media screen and (min-width:768px){.onePage-calendar-title-container{justify-content:left}}.onePage-calendar-title-container2{display:flex;flex-direction:column;width:100%;align-items:center}@media screen and (min-width:768px){.onePage-calendar-title-container2{align-items:flex-start}}.onePage-calendar-popup{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.onePage-calendar-title{font-family:"Nunito";font-style:normal;font-weight:800;font-size:40px;line-height:55px;color:#212121}.onePage-calendar-box{display:flex;flex-direction:column;align-items:center;padding:16px 24px;grid-gap:8px;gap:8px;background:#e6f7ff;width:90%;border:2px solid #212121;box-shadow:2.5px 2.5px 0 #212121;border-radius:20px}@media screen and (min-width:768px){.onePage-calendar-box{align-items:flex-start;border:3px solid #212121;box-shadow:5px 5px 0 #212121;width:100%}}.onePage-calendar-box-day{font-family:"Nunito";font-style:normal;font-weight:800;font-size:18px;line-height:25px;display:flex;align-items:center;text-align:center}@media screen and (min-width:768px){.onePage-calendar-box-day{font-size:20px;line-height:27px;min-width:55px}}.onePage-calendar-top-box{display:flex;flex-direction:column;align-items:center;padding:0;grid-gap:0;gap:0}@media screen and (min-width:768px){.onePage-calendar-top-box{flex-direction:row;grid-gap:24px;gap:24px}}.onePage-calendar-info{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:345px}@media screen and (min-width:768px){.onePage-calendar-info{text-align:left;align-items:flex-start;padding:0 0 0 81px;max-width:550px}}.onePage-calendar-info__text{font-family:"Montserrat";font-style:normal;font-weight:500;font-size:16px;line-height:150%;color:#212121}.onePage-calendar-top-calendar-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;grid-gap:12px;gap:12px}@media screen and (min-width:768px){.onePage-calendar-top-calendar-container{flex-direction:row;grid-gap:24px;gap:24px}}.onePage-calendar{display:flex;flex-direction:column;align-items:center;width:229px;height:40px;border:3px solid #212121;border-radius:2px;padding:11px 14px;font-family:"Montserrat";font-style:normal;font-weight:700;font-size:16px;line-height:20px;text-transform:uppercase;color:#212121}@media screen and (min-width:768px){.onePage-calendar{border-radius:4px}}.react-datepicker__triangle{display:none}.react-datepicker__header{border-bottom:5px solid #fff!important;border-bottom:5px solid var(--light)!important;background:#fff!important}.react-datepicker__day-name{font-family:"Montserrat";font-style:normal;font-weight:700;font-size:16px;line-height:20px;visibility:hidden;text-align:right}.react-datepicker__day-name:first-letter{visibility:visible;text-transform:uppercase}.react-datepicker{-webkit-transform:translateY(-14px);transform:translateY(-14px);width:229px!important;border:4px solid #212121;border-top:0 solid #212121;border-radius:0 0 4px 4px}@media screen and (min-width:768px){.react-datepicker{-webkit-transform:translateY(-13px);transform:translateY(-13px);border-width:0 4px 4px}}.react-datepicker__day--today{border-radius:30px!important;border:2px solid var(--brand)!important;background-color:#fd9!important;color:#212121!important}.react-datepicker__day--selected{border-radius:30px;background-color:#74b4ff;background:#74b4ff;color:#212121!important}.react-datepicker__day{font-family:"Montserrat";font-style:normal;font-weight:500;font-size:14px;line-height:25px;color:#212121}.react-datepicker__day--disabled{cursor:default;color:#bbb}.react-datepicker__current-month{font-family:"Montserrat";font-style:normal;font-weight:700!important;font-size:16px;line-height:20px;text-transform:uppercase}.react-datepicker__time-container{width:220px!important;-webkit-transform:translate(0);transform:translate(0)}.react-datepicker__time-box{width:220px!important}.react-datepicker__header--time--only{display:none}.react-datepicker__time-list-item{display:flex;flex-direction:row;align-items:center;padding:11px 14px;width:229px;height:40px!important;font-family:"Montserrat";font-style:normal;font-weight:700;font-size:16px;line-height:20px;text-transform:uppercase;color:#212121}.react-datepicker__time-list-item--disabled{display:none!important}.react-datepicker__time-list-item--selected{background:#74b4ff!important;color:#fff}.menu-container{display:flex;padding:0;border:solid;border-radius:1rem;border-width:1px;border-color:grey;margin:0 0 1rem}.profile-menu{display:flex;flex-direction:column;width:100%}.profile-menu__buttons{height:auto;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.profile-menu__buttons .ui.tabular.menu .item{padding:.5rem 1rem}.profile-menu-account{height:40%;width:100%;flex-direction:column;margin-bottom:1rem}.profile-menu-account,.profile-menu-account__avatar{display:flex;justify-content:center;align-items:center}.profile-menu-account__avatar{width:75%;height:75%}.profile-menu-account__avatar svg{width:100%;height:100%}.profile-menu-account__name{display:flex;width:80%;text-align:center;justify-content:center;font-size:2rem;font-weight:700}.account-container{display:grid;grid-area:1/2/auto/span 1;width:60%;padding:0;margin:0}@media screen and (max-width:1100px){.account-container{grid-area:1/2/auto/span 1;width:100%}}@media screen and (max-width:830px){.account-container{grid-area:2/1/auto/1;width:100%}}.appointments-container{display:grid;grid-area:1/2/auto/span 1;padding:0;margin:0}@media screen and (max-width:1100px){.appointments-container{grid-area:1/2/auto/span 1}}@media screen and (max-width:830px){.appointments-container{grid-area:2/1/auto/1}}.profile-appointment{width:100%;margin-bottom:1rem;display:grid;grid-template-columns:3fr 1fr}.profile-appointment__title{grid-column:1/span 1;font-size:1.5rem;font-weight:700;color:#000;margin:0;padding:0}.profile-appointment__address{grid-column:1/span 1;font-size:1rem;color:#000;margin:0;padding:0}.profile-appointment__status{display:grid;grid-column:2/span 1;grid-row:1/span 2;justify-self:center;align-self:center;height:2rem;width:auto}.profile-appointment__status--pending{background-color:#ffc107;color:#000}.profile-appointment__status--finished,.profile-appointment__status--pending{border-radius:5px;padding:.5rem;font-size:1rem;font-weight:700;text-align:center}.profile-appointment__status--finished{background-color:#28a745;color:#fff}.addresses-container{display:grid;grid-area:1/2/auto/span 1;padding:0;margin:0}@media screen and (max-width:1100px){.addresses-container{grid-area:1/2/auto/span 1}}@media screen and (max-width:830px){.addresses-container{grid-area:2/1/auto/1}}.profile-addresses{display:flex;flex-direction:column;width:100%;height:100%;padding:0;margin:0 auto}.profile-addresses__new-address{display:flex;align-items:center;justify-content:center}.profile-addresses__new-address :hover{cursor:pointer}.profile-address-container{display:flex;margin-bottom:15px}.profile-address-container .profile-address-container__radio{margin:10px;display:flex;align-items:center}.profile-address{width:80%;flex-grow:1}.profile-address .profile-address__title{font-size:1.5rem;font-weight:700;color:#000;margin:0;padding:0}.profile-address .profile-address__address{font-size:1rem;color:#000;margin:0;padding:0}.profile-address-buttons{width:20%;display:flex;align-items:center;justify-content:center}.profile-address-buttons .profile-address-buttons__delete{margin:0;padding:0;float:right}.profile-address-buttons .profile-address-buttons__delete :hover{cursor:pointer}.profile-address-buttons .profile-address-buttons__edit{margin:0;padding:0;float:right}.profile-address-buttons .profile-address-buttons__edit :hover{cursor:pointer}.change-password-container{display:grid;grid-area:1/2/auto/span 1;width:60%;padding:0;margin:0}@media screen and (max-width:1100px){.change-password-container{grid-area:1/2/auto/span 1;width:100%}}@media screen and (max-width:830px){.change-password-container{grid-area:2/1/auto/1;width:100%}}.profile-container{display:grid;grid-column-gap:2rem;grid-template-columns:1fr 3fr 1fr;grid-template-rows:auto;width:70%;padding:0;margin:2rem auto}@media screen and (max-width:1100px){.profile-container{grid-template-columns:1fr 2fr 1fr}}@media screen and (max-width:830px){.profile-container{grid-template-columns:1fr}}.faq-container{margin-bottom:50px;display:flex;flex-direction:column;height:100%;width:100%;justify-content:center;align-items:center;-webkit-animation:skyblue-to-pink 1s ease;animation:skyblue-to-pink 1s ease;-webkit-animation:fadeInUp 1s ease;animation:fadeInUp 1s ease;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forward;animation-fill-mode:forward}.faq-container h1{font-size:180%;text-decoration:underline;-webkit-text-decoration-color:#74b4ff;text-decoration-color:#74b4ff;-webkit-text-decoration-color:var(--secundary-color);text-decoration-color:var(--secundary-color)}@media screen and (min-width:768px){.faq-container h1{font-size:300%}}.faq-subtitle-style{margin-top:60px!important;margin-bottom:60px!important;text-align:center}.accordion{width:300px}@media screen and (min-width:480px){.accordion{width:400px}}@media screen and (min-width:768px){.accordion{width:500px}}@media screen and (min-width:1024px){.accordion{width:600px;width:700px}}.item-accordion-container{background:#f4f5f6;background:var(--card-color);margin-top:10px;margin-bottom:10px;padding:30px 30px 20px;cursor:pointer}.item-accordion-container__question{display:flex;justify-content:space-between;align-items:center}.item-accordion-container__question h3{color:#076794}.item-accordion-container__question span{font-size:20px;font-weight:400;color:#076794}.item-accordion-container__content{max-height:0;overflow:hidden;transition:all .5s cubic-bezier(0,1,0,1)}.item-accordion-container__content--show{height:auto;max-height:9999px;transition:all .5s cubic-bezier(1,0,1,0)}.item-accordion-container__content p{color:var(--dark);font-size:16px}.about-us-square{background:linear-gradient(90deg,#5b86e5,#2c4773);position:relative;text-align:justify;text-justify:inter-word}.about-us-square h1{color:#bfd8ff}.about-us-square__title-container{margin-top:30px;display:flex;-webkit-animation:fadeIn 3s ease;animation:fadeIn 3s ease;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forward;animation-fill-mode:forward}.about-us-square__title-container img{height:35px;margin-right:10px;transition:-webkit-transform .7s ease-in-out;transition:transform .7s ease-in-out;transition:transform .7s ease-in-out,-webkit-transform .7s ease-in-out}.about-us-square__title-container img:hover{-webkit-transform:rotate(1turn);transform:rotate(1turn)}.about-us-square__title-container--icon{margin-left:10px;color:#fff;color:var(--light)}.about-us-square__text-box{width:100%;padding:15px 0;margin:0 auto;font-family:"Rubik",sans-serif;font-weight:500;color:#212121;color:var(--dark-color);-webkit-animation:fadeInDown 3s ease;animation:fadeInDown 3s ease;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forward;animation-fill-mode:forward}@media screen and (min-width:1200px){.about-us-square__text-box{width:400px;padding:0;margin:0}}@media screen and (min-width:1200px){.about-us-square{height:300px;background:linear-gradient(90deg,#5b86e5,#2c4773);position:relative;-webkit-clip-path:polygon(0 0,100% 0,100% 75%,0 100%);clip-path:polygon(0 0,100% 0,100% 75%,0 100%)}}.about-us-square-img{position:relative;-webkit-clip-path:polygon(0 0,100% 0,100% 70%,0 90%);clip-path:polygon(0 0,100% 0,100% 70%,0 90%)}.about-us-square-img__image-size{width:100%;height:250px;object-fit:cover}@media screen and (min-width:1200px){.about-us-square-img__image-size{width:100%;height:300px}}@media screen and (min-width:1200px){.about-us-square-img{width:45%;position:absolute;top:0;margin-top:90px;margin-left:55%;-webkit-clip-path:polygon(0 0,100% 0,100% 75%,0 90%);clip-path:polygon(0 0,100% 0,100% 75%,0 90%)}}.about-us-box-vision{margin-top:100px}@media screen and (min-width:1200px){.about-us-box-vision{margin-top:100px;margin-right:220px}}.about-us-box-vision__image{margin-top:30px;width:100%;max-width:600px;display:block;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;-webkit-animation:fadeInUp 1s ease;animation:fadeInUp 1s ease;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forward;animation-fill-mode:forward}@media screen and (min-width:768px){.about-us-box-vision__image{margin-top:30px;display:block;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}}@media screen and (min-width:1200px){.about-us-box-vision__image{display:block;object-fit:cover;width:600px;height:350px;position:relative;right:1%;border-radius:5%}}.about-us-box-vision__text{width:100%;max-width:600px;padding-right:15px;padding-left:15px;margin:0 auto}.about-us-box-vision__text--style{text-align:justify;text-justify:inter-word}@media screen and (min-width:768px){.about-us-box-vision__text{padding-right:15px;padding-left:15px;margin:0 auto}.about-us-box-vision__text--style{text-align:justify;text-justify:inter-word}}@media screen and (min-width:1200px){.about-us-box-vision__text{width:290px;height:350px;position:absolute;background-color:#fff;top:0;margin-top:520px;margin-left:55%;display:block;box-shadow:2px 4px 9.9px 5px rgba(0,0,0,.25);border-radius:5%}.about-us-box-vision__text h1{padding-top:50px;padding-left:30px;padding-right:30px;text-align:center;-webkit-animation:fadeIn 1s ease;animation:fadeIn 1s ease;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forward;animation-fill-mode:forward}.about-us-box-vision__text--style{padding:10px 30px;text-align:center;text-justify:none}}.about-us-box-mission{margin-top:100px}@media screen and (min-width:1200px){.about-us-box-mission{margin-top:150px;margin-right:-12%}}.about-us-box-mission__image{margin-top:30px;width:100%;max-width:600px;display:block;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;-webkit-animation:fadeInUp 1s ease;animation:fadeInUp 1s ease;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forward;animation-fill-mode:forward}@media screen and (min-width:768px){.about-us-box-mission__image{margin-top:30px;display:block;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}}@media screen and (min-width:1200px){.about-us-box-mission__image{display:block;object-fit:cover;width:600px;height:350px;position:relative;border-radius:5%}}.about-us-box-mission__text{width:100%;max-width:600px;padding-right:15px;padding-left:15px;margin:0 auto}.about-us-box-mission__text--style{text-align:justify;text-justify:inter-word}@media screen and (min-width:1024px){.about-us-box-mission__text{padding-right:15px;padding-left:15px;margin:0 auto}.about-us-box-mission__text--style{text-align:justify;text-justify:inter-word}}@media screen and (min-width:1200px){.about-us-box-mission__text{width:290px;height:350px;position:absolute;right:57%;background-color:#fff;top:0;margin-top:1020px;display:block;box-shadow:-2px 4px 9.9px 5px rgba(0,0,0,.25);border-radius:5%}.about-us-box-mission__text h1{padding-top:50px;padding-left:30px;padding-right:30px;text-align:center;-webkit-animation:fadeIn 1s ease;animation:fadeIn 1s ease;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forward;animation-fill-mode:forward}.about-us-box-mission__text--style{padding:10px 30px;text-align:center;text-justify:none}}.about-us-box{background:#f4f5f6;background:var(--card-color);-webkit-clip-path:polygon(50% 1%,100% 0,100% 18%,100% 100%,50% 100%,0 100%,0 70%,0 1%,50% 0);clip-path:polygon(50% 1%,100% 0,100% 18%,100% 100%,50% 100%,0 100%,0 70%,0 1%,50% 0);-webkit-transform:translateY(50px);transform:translateY(50px);margin-top:150px}.about-us-box__information{text-align:justify;text-justify:inter-word;-webkit-animation:fadeInUp 1s ease;animation:fadeInUp 1s ease;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forward;animation-fill-mode:forward}.about-us-box__information h1{margin-top:50px;color:#74b4ff;color:var(--secundary-color)}.about-us-box__information li,.about-us-box__information p{color:#212121;color:var(--dark-color)}.about-us-box__information--ul-margin{margin-left:15px;margin-bottom:100px}.about-us-box__information--li-margin{margin:15px 0}@media screen and (min-width:480px){.about-us-box{-webkit-clip-path:polygon(50% 3%,100% 0,100% 18%,100% 100%,50% 100%,0 100%,0 70%,0 2%,50% 0);clip-path:polygon(50% 3%,100% 0,100% 18%,100% 100%,50% 100%,0 100%,0 70%,0 2%,50% 0)}}@media screen and (min-width:768px){.about-us-box{-webkit-clip-path:polygon(50% 5%,76% 2%,100% 0,100% 70%,100% 100%,47% 100%,0 100%,0 70%,0 6%,50% 0);clip-path:polygon(50% 5%,76% 2%,100% 0,100% 70%,100% 100%,47% 100%,0 100%,0 70%,0 6%,50% 0)}}.terms-options{background:#fff;width:100%;padding:15px 25%;margin:0 auto}.terms-options h2{font-size:130%}@media screen and (min-width:768px){.terms-options{width:30%;padding:0;margin:0}.terms-options h2{font-size:180%}}.terms-title-container{margin-top:20px;display:flex}.terms-title-container img{height:35px;margin-left:auto}.terms-title-container__text{overflow:hidden}.terms-title-container__icon{margin-left:10px;color:#fff;color:var(--light)}.terms-boxes{-webkit-animation:fadeInUp 1s ease;animation:fadeInUp 1s ease;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forward;animation-fill-mode:forward}@media screen and (min-width:768px){.terms-boxes{display:flex}}.terms-text{margin-left:10px;min-height:800px;text-align:justify;text-justify:inter-word}.terms-text h1{text-align:start;text-justify:inter-word;font-size:200%}@media screen and (min-width:768px){.terms-text h1{font-size:300%}}.terms-active-box:hover{background-color:#dfdfdf;cursor:pointer}.apponiment-pr-title{justify-content:center;text-align:center}.apponiment-pr-title h1{margin-top:0;margin-bottom:0}.apponiment-pr-title__color-style{color:#ffc34d;color:var(--primary-color)}.appointment-pr-banner{background-color:#38e08b;display:flex;justify-content:center;align-items:center}.appointment-pr-banner--failure{background-color:#ff4747}.banner-pr-banner-container{width:300px;height:200px;margin:20px 0;background-color:#fff;border-radius:120px;display:flex;flex-direction:column;justify-content:center;align-items:center}.banner-pr-banner-container img{width:80px;margin-top:20px;margin-bottom:0}.banner-pr-banner-container__thanks{margin:5px 0 20px;color:#38e08b}.banner-pr-banner-container__failure{margin:5px 0 20px;color:#ff4747}.banner-pr-banner-container h5{margin:0 0 20px}@media screen and (min-width:510px){.banner-pr-banner-container{width:400px;height:200px}.banner-pr-banner-container img{width:120px;margin-top:20px;margin-bottom:0}}.title-app-pr{justify-content:center;margin:50px 0}.app-pr-content,.title-app-pr{display:flex;align-items:center}.app-pr-content{flex-direction:column}@media screen and (min-width:810px){.app-pr-content{display:flex;flex-direction:row;justify-content:center;margin:0}}.app-pr-content-box{background-color:#d3d3d3;border-radius:40px;width:400px;height:100%;min-height:300px;padding:20px;list-style:none;margin:0 10px 20px}.app-pr-content-box__img{height:20px}@media screen and (min-width:810px){.app-pr-content-box{margin-bottom:0}}.app-pr-point{display:flex;justify-content:space-between;margin:10px 0}.share-app-pr{display:flex;flex-direction:column;align-items:center;margin:80px 0}.socialNetwork-resume-container{display:flex;margin-bottom:20px}.app-pr-btn-back{background-color:#74b4ff!important;background-color:var(--secundary-color)!important;color:#fff!important;width:200px;height:80px;padding:20px!important;border-radius:40px!important}.app-pr-back-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:100px}.apponiment-pr-boxes__margin-style{margin:auto}.apponiment-pr-boxes__share-info{min-height:250px;border:5px solid var(red);border-radius:10px;margin:20px 5px}.apponiment-pr-boxes__share-info a,.apponiment-pr-boxes__share-info h1,.apponiment-pr-boxes__share-info p{margin:10px}.apponiment-pr-boxes__share-info ul{list-style:none;margin:10px}.apponiment-pr-boxes__share-info ul li{margin-bottom:1em;padding-left:1.5em;position:relative}.apponiment-pr-boxes__share-info ul li:after{content:"";height:.4em;width:.4em;background:#ffc34d;background:var(--primary-color);display:block;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);top:.25em;left:0}.apponiment-pr-boxes__share-info--social-style{width:150px;height:200px;margin:10px}.apponiment-pr-boxes__share-info--payment-style{width:100%;height:100px;margin:10px 20% 0 0;max-width:400px;object-fit:contain}.apponiment-pr-boxes__share-info--agend-style{margin:10px!important;background-color:#74b4ff!important;background-color:var(--secundary-color)!important}@media screen and (min-width:1024px){.apponiment-pr-boxes{display:flex;align-items:center}.apponiment-pr-boxes__share-info{width:800px;min-width:800px;border:5px solid grey;border-radius:10px;margin:20px 5px;display:flex}}.wwu-box{padding-top:40px;height:380px;-webkit-clip-path:polygon(50% 0,70% 0,100% 0,100% 100%,75% 75%,50% 82%,25% 75%,0 100%,0 0,35% 0);clip-path:polygon(50% 0,70% 0,100% 0,100% 100%,75% 75%,50% 82%,25% 75%,0 100%,0 0,35% 0);background:linear-gradient(90deg,#5b86e5,#2c4773)}.wwu-box a{font-size:16px;font-weight:500;color:#fff}.wwu-box__title{color:#bfd8ff;font-size:200%;text-align:center;padding:45px 0 5px}.wwu-box__text{text-align:center;justify-content:center}.wwu-box__text--color{font-size:16px;font-weight:700;color:#212121;color:var(--title-color)}@media screen and (min-width:480px){.wwu-box{-webkit-clip-path:polygon(50% 0,70% 0,100% 0,100% 100%,75% 75%,50% 82%,25% 75%,0 100%,0 0,35% 0);clip-path:polygon(50% 0,70% 0,100% 0,100% 100%,75% 75%,50% 82%,25% 75%,0 100%,0 0,35% 0)}.wwu-box__title{font-size:300%}}@media screen and (min-width:1024px){.wwu-box__text{display:flex;text-align:center;justify-content:center;color:#212121;color:var(--text-color)}}.wwu-steps{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:40px}.wwu-steps img{height:250px}@media screen and (min-width:768px){.wwu-steps{display:flex;flex-direction:row}}.step-circle-text{display:flex}.wwu-circular{display:flex;background-color:#74b4ff;background-color:var(--secundary-color);width:80px;height:80px;border-radius:50%;margin-right:20px}.wwu-circular h1{margin-top:0!important}.wwu-circular__number{display:flex;transition:-webkit-transform .7s ease-in-out;transition:transform .7s ease-in-out;transition:transform .7s ease-in-out,-webkit-transform .7s ease-in-out}.wwu-circular__number:hover{-webkit-transform:rotate(1turn);transform:rotate(1turn)}.wwu-circular__number h1{font-size:300%;color:#fff;padding:15px 27px}@media screen and (min-width:480px){.wwu-circular__text{font-size:200%}}.wwu-text-container{display:flex;flex-direction:column;justify-content:flex-start;width:200px}@media screen and (min-width:480px){.wwu-text-container{display:flex;flex-direction:column;justify-content:flex-start;width:350px}}.wwu-mail-container{width:350px;height:110px;flex-direction:row;background-color:#aec1ea;margin-left:auto;margin-right:auto;margin-bottom:80px;border-radius:40px}.wwu-mail-container,.wwu-mail-content{display:flex;justify-content:center;align-items:center}.wwu-mail-content{transition:all .2s ease}.wwu-mail-content h5{font-size:20px;margin-right:15px;color:#212121;color:var(--text-color);margin-top:10px}.wwu-mail-content img{height:60px;margin-bottom:20px}.wwu-mail-content:hover{-webkit-transform:scale(.98);transform:scale(.98)}.wwu-help{text-align:center;justify-content:center}.wwu-help h1{font-size:16px}.wwu-help__wsp{color:#08e474;padding-bottom:50px}@media screen and (min-width:1024px){.wwu-help{display:flex}}@media screen and (min-width:480px){.wwu-help h1{font-size:20px}}.support-box{min-height:200px;background:linear-gradient(90deg,#5b86e5,#2c4773)}.support-box a{color:#fff}.support-box__title{color:#bfd8ff;font-size:200%;text-align:center;padding:20px 0 5px}.support-box__text{text-align:center;justify-content:center;font-weight:500}.support-box__text--color{color:#212121;color:var(--title-color)}@media screen and (min-width:480px){.support-box__title{font-size:300%;padding-top:40px}}@media screen and (min-width:1200px){.support-box__text{font-size:16px;text-align:center;justify-content:center}}.support-inputs{justify-content:center;text-align:center;padding:40px 20px;margin:0 auto;width:40%;min-width:350px}.support-inputs__margin{margin-top:40px!important}.support-form-button{margin-top:30px!important;background:#ffc34d!important;background:var(--primary-color)!important;color:#fff!important}.wt-data-box{background-color:#d3d3d3;margin:50px auto;height:460px;width:300px;border-radius:40px}.wt-data-box p{margin:0!important}.wt-data-box__title{padding-top:7px;text-align:center;font-weight:700}.wt-data-box__text{padding-bottom:20px;text-align:center}.wt-title{text-align:center;padding-top:100px}.wt-alert{margin:30px auto}.wt-alert,.wt-alert--margin{min-width:300px;height:50px;width:40%;text-align:center;justify-content:center}.wt-alert--margin{margin-top:40px;margin-bottom:5px!important}@media screen and (min-width:400px){.wt-alert,.wt-alert--margin{margin:10px auto}}.wt-button{text-align:center;padding-bottom:50px}.login-container{display:flex;flex-direction:column;width:90%;margin:2rem auto 0;max-width:500px;padding:20px;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.1)}.login-container__header{display:flex;justify-content:center;align-items:center;font-size:2rem;font-weight:700}.login-container__logo{display:flex;margin-bottom:20px;width:15vh;height:15vh;align-self:center;justify-self:center}.login-container__forgot-password{margin-bottom:20px;text-align:center;font-size:.8rem;color:#888}.login-container__send-button{display:flex;justify-content:center;align-items:center}.wsp-box{position:absolute;top:50%;left:50%;margin-right:-50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center}.wsp-box img{width:50%}
/*# sourceMappingURL=main.2adb2f51.chunk.css.map */