@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap";html{font-size:16px}:root{--font-family: "Roboto";--font-color: #151515;--blue-color: #02698E;--blue-color-secondary: #008BB0}*{margin:0;padding:0;box-sizing:border-box}section,footer{width:100vw;padding:0 20px;display:flex;flex-direction:column;align-items:center}button,button a{text-align:center;margin:10px 0;cursor:pointer}ul{list-style:none}a,p,h1,h2,h3,h4,h5{margin:0;padding:0}p{font-size:1rem;line-height:19.2px;font-weight:400;color:var(--font-color)}h1{font-size:4.5rem;line-height:86.4px;font-weight:950;color:var(--font-color)}h2{font-size:2.25rem;line-height:43.2px;font-weight:400;color:var(--font-color)}h3{font-size:1.5rem;line-height:28.8px;font-weight:400;color:var(--font-color)}h4{font-size:1.25rem;line-height:24px;font-weight:400;color:var(--font-color)}h5{font-size:1.125rem;line-height:21.6px;font-weight:400;color:var(--font-color)}.subtitle{font-weight:300;font-size:1.125rem;line-height:21.6px;color:#15151580;align-self:flex-start}body{color:var(--font-color);background-color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;padding:0 20px 40px}header{display:flex;justify-content:space-between;align-items:baseline;padding:39px 20px 31px;width:100vw;box-shadow:0 4px 15px #00000008;margin-bottom:34px}#header-icons{display:flex;height:26px;gap:10px;align-items:center}#header-icons img{height:26px}.icon-menu{background-image:url(../../assets/header/menu.svg);width:32px;height:20px;background-size:cover;cursor:pointer}.header-separator{width:1px;height:18px;background-color:#151515}.header-expanded{height:100vh;overflow:hidden}.hidden{display:none}#opened-header_menu{height:70vh;margin-top:72px;display:flex;flex-direction:column;gap:20px}#opened-header_menu a{color:var(--font-color);font-weight:400}#opened-header_menu .deployed_list{padding-left:15px}.icon-close{background-image:url(../../assets/header/icon-close-menu.svg);width:22px;height:20.3px;background-size:cover}footer{margin-top:34px;margin-bottom:40px;align-items:flex-start;gap:30px}.navigation-list{width:100%}.navigation-list li{list-style:none;padding:0;text-align:start}.navigation-list a{color:var(--font-color);text-decoration:none}.not_deployable_list,.deployable_list{margin:40px 0}.deployable_list{display:flex;width:100%;flex-direction:column}.deployable_list-title{display:flex;justify-content:space-between;align-items:center}.deployable_list-title img{height:17px;width:17px}.deployed_list{display:flex;flex-direction:column;text-align:start;gap:30px;margin:30px 0}.deployed_list li a{color:var(--blue-color-third);font-weight:700}.deployed_list li span a,.deployed_list li span a p{color:var(--blue-color-third);font-weight:700;text-decoration:underline}#footer-subscribe{width:100%;text-align:start}#footer-subscribe h4{font-weight:900}#footer-subscribe_mail{display:flex;gap:10px;align-items:center;margin-top:40px}#footer-subscribe_mail .form-group{width:80%}#footer-subscribe_mail button{width:20%;padding:15px 0;border-radius:30px;background-color:transparent;border:none;cursor:pointer}#footer-subscribe_mail button p{font-weight:700;color:var(--blue-color-third);padding-bottom:20px}#footer-rights{width:100%;text-align:center}#footer-rights p{font-size:.625rem;line-height:12px}#footer-rights span{font-weight:700;font-size:.6875rem;line-height:13.2px}#footer-navigation{width:100%}#footer-social_media{width:100%;display:flex;justify-content:space-evenly;align-items:center}#footer-social-icons{display:flex;justify-content:space-evenly}.social-media-icon p{margin-top:26px;font-weight:700;font-size:.75rem;line-height:14.4px;width:100px}footer .form-label{position:absolute;left:10px;top:0;transition:all .3s ease;color:#15151580;background-color:transparent;padding:0 5px;transform-origin:left top;transform:translateY(50%) scale(1);pointer-events:none}input:focus+.form-label,textarea:focus+.form-label,input:not(:placeholder-shown)+.form-label,textarea:not(:placeholder-shown)+.form-label{transform:translate(-10px) scale(.65);opacity:1}.form-group{position:relative;margin-bottom:20px}footer input[type=email],footer textarea{width:100%;border:none;border-bottom:1px solid rgba(21,21,21,.5019607843);background-color:transparent;color:#000;padding:15px 10px}footer input[type=email]:focus,footer textarea:focus{border-bottom:1px solid black;outline:none;color:#000}footer input[type=email]{width:100%;border:none;border-bottom:1px solid rgba(21,21,21,.5019607843);background-color:transparent;color:color;padding:10px 0}footer input::placeholder,footer textarea::placeholder{color:#15151580;opacity:1}#footer-bottom{display:flex;flex-direction:column;gap:32px}#footer-terms{width:100%;display:flex;justify-content:space-evenly;align-items:center}@media screen and (min-width: 481px){header{display:flex;align-items:center}#menu-icon,.separator_menu{display:none}#opened-header_menu{display:flex!important;flex-direction:row;height:fit-content;margin:0 5%;justify-content:space-between;padding:0;width:100%}header .navigation-list{justify-content:space-evenly}header .deployable_list{margin:0;width:fit-content;align-self:center}header .deployable_list-title{display:flex;align-items:center;gap:12px}header .deployable_list-title img{height:5.68px;width:9.3px;margin:auto}#section-content-list{display:flex}.not_deployable_list_m{display:none}body{padding:0}header,section,footer{margin:auto;padding:0 20%}footer{padding-top:70px;padding-bottom:100px}#footer-navigation{display:flex;flex-direction:column;gap:30px;width:100%;align-items:center}.navigation-list{display:flex;width:100%;justify-content:space-between}.nav-list-column{display:flex;flex-direction:column;width:30%}.nav-list-column li{width:100%}.not_deployable_list,.deployable_list{margin:20px 0}.deployable_list-title{gap:30px}#footer-subscribe{width:30%;display:flex;flex-direction:column;justify-content:space-between}#footer-subscribe_mail .form-group{width:80%;margin-bottom:0}#footer-bottom{width:100%;flex-direction:row;justify-content:space-between;align-items:center;gap:15px}#footer-rights{width:25%;text-align:start}#footer-social_media{flex-direction:row;justify-content:center;gap:32px;width:fit-content}#footer-terms{gap:32px;width:initial;width:25%}}.alert-danger{width:100%;background-color:#ff000038;padding:10px}.alert-success{width:100%;background-color:#00ff1538;padding:10px}@font-face{font-family:Frutiger;src:url(/build/assets/Frutiger_LT_Std_55_Roman-tnytL71-.otf) format("opentype")}@font-face{font-family:Frutiger;font-weight:700;src:url(/build/assets/Frutiger_LT_Std_65_Bold-5tMPCPGt.otf) format("opentype")}html{font-family:Frutiger}.mabe-btn-container{width:100%;display:flex;justify-content:center}.mabe-btn-container a{text-decoration:none}.mabe-btn-container .mabe-btn{padding:14px 44px 12px;border-radius:30px;margin:auto;background-color:#008bb0;color:#fff;border:2px solid #008BB0;cursor:pointer;font-weight:900}.mabe-btn-container .mabe-btn:hover{background-color:#fff;color:#008bb0}.mabe-btn-container .mabe-btn-grey{padding:14px 44px 12px;border-radius:30px;margin:auto 15px auto auto;background-color:#eee;color:#000;border:2px solid #eeeeee;cursor:pointer;font-weight:900}.mabe-btn-container .mabe-btn-grey:hover{background-color:#fff;border:2px solid black;color:#000}.img_services{border:black dotted 2px;background-color:#f5f5f5}.select-date{width:320px}@media only screen and (max-width: 767px){#section-content-list,#opened-header_menu{display:none}header{padding-bottom:0;margin-bottom:10px}}.loading{position:absolute;width:100vw;height:100vh;background-color:#0006;justify-content:center;align-items:center;z-index:10;padding:0;display:none}.loading.active{display:flex}@media (max-width: 600px){.loading{padding:0 20px}}.loading .loading_container{background-color:#fff;padding:50px;border-radius:20px}@media (max-width: 600px){.loading .loading_container{padding:50px 20px}}.loading .loading_container img{animation:spin 2s linear infinite}.loading .loading_container h3{font-weight:700;color:#008bb0;font-size:1.8rem;line-height:40px;margin-top:5px}@media (max-width: 600px){.loading .loading_container h3{font-size:1.7rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contrata_aqui{position:fixed;bottom:10px;left:10px;text-decoration:none;z-index:10}.contrata_aqui button{padding:10px 20px 8px;border-radius:50px;color:#fff;background:linear-gradient(to right,#f09236,#f2bc4a);border:none;box-shadow:0 4px 6px #0006}.contactanos{position:fixed;bottom:10px;right:10px;text-decoration:none;z-index:10}.contactanos button{padding:10px 20px 8px;border-radius:50px;color:#fff;background:linear-gradient(to right,#1c87b7,#0d405c);border:none;box-shadow:0 4px 6px #0006}.whatsapp-icon{position:fixed;bottom:10px;right:10px;text-decoration:none;z-index:10}.whatsapp-icon img{width:60px;height:60px}.select_global{width:100%;border:1px solid rgba(21,21,21,.5019607843);background-color:transparent;color:#15151580;padding:13px 0 10px 10px}.percentage{font-weight:900;font-size:4.5rem;line-height:86.4px;margin-top:9px;margin-bottom:20px}
