@charset "UTF-8";.choices{font-size:16px;margin-bottom:24px;overflow:hidden}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{background-color:#fff;border-bottom:1px solid #ddd;display:block;margin:0;padding:10px;width:100%}.choices[data-type*=select-one] .choices__button{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=");background-size:8px;border-radius:10em;height:20px;margin-right:25px;margin-top:-10px;opacity:.25;padding:0;position:absolute;right:0;top:50%;width:20px}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #005f75}.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button{display:none}.choices[data-type*=select-one]:after{border:5px solid transparent;border-top-color:#333;content:"";height:0;margin-top:-2.5px;pointer-events:none;position:absolute;right:11.5px;top:50%;width:0}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{left:0;margin-left:25px;margin-right:0;right:auto}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=");background-size:8px;border-left:1px solid #003642;border-radius:0;display:inline-block;line-height:1;margin:0 -4px 0 8px;opacity:.75;padding-left:16px;position:relative;width:8px}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{background-color:#f9f9f9;border:1px solid #ddd;border-radius:2.5px;display:inline-block;font-size:14px;min-height:44px;overflow:hidden;padding:7.5px 7.5px 3.75px;vertical-align:top;width:100%}.is-open .choices__inner{border-color:#b7b7b7;border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{list-style:none;margin:0;padding-left:0}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{background-color:#005f75;border:1px solid #004a5c;border-radius:20px;box-sizing:border-box;color:#fff;display:inline-block;font-size:12px;font-weight:500;margin-bottom:3.75px;margin-right:3.75px;padding:4px 10px;vertical-align:middle;word-break:break-all}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}.choices__list--multiple .choices__item.is-highlighted{background-color:#004a5c;border:1px solid #003642}.choices__list--dropdown,.choices__list[aria-expanded]{background-color:#fff;border:1px solid #ddd;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;display:none;margin-top:-1px;overflow:hidden;position:absolute;top:100%;width:100%;word-break:break-all;z-index:1}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{display:block}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{border-radius:.25rem .25rem 0 0;bottom:100%;margin-bottom:-1px;margin-top:0;top:auto}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{-webkit-overflow-scrolling:touch;max-height:300px;overflow:auto;position:relative;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{font-size:14px;padding:10px;position:relative}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable[data-select-text],.choices__list[aria-expanded] .choices__item--selectable[data-select-text]{padding-right:100px}.choices__list--dropdown .choices__item--selectable[data-select-text]:after,.choices__list[aria-expanded] .choices__item--selectable[data-select-text]:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;opacity:.5;-webkit-user-select:none;-moz-user-select:none;user-select:none}.choices__heading{border-bottom:1px solid #f7f7f7;color:gray;font-size:12px;font-weight:600;padding:10px}.choices__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-position:50%;background-repeat:no-repeat;border:0;cursor:pointer;text-indent:-9999px}.choices__button:focus{outline:none}.choices__input{background-color:#f9f9f9;border:0;border-radius:0;display:inline-block;font-size:14px;margin-bottom:5px;max-width:100%;padding:4px 0 4px 2px;vertical-align:baseline}.choices__input:focus{outline:0}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;height:0;width:0}.choices__placeholder{opacity:.5}.choices__list .choices__item.choices__item--choice{font-size:1rem;font-size:clamp(1rem,.7333333333rem + .3333333333vw,1.2rem);line-height:1.25}.choices__inner{background-color:#eff1f3!important;border:none;border-radius:.5rem;color:var(--negro)!important;font-family:Montserrat;font-size:.9rem;font-style:normal;padding:0!important}.choices__inner .choices__item.choices__item--selectable{text-wrap:balance;font-family:Montserrat;font-size:.9rem;font-style:normal;font-weight:400;text-transform:lowercase}.choices__inner .choices__item.choices__item--selectable:first-letter{text-transform:uppercase}.choices__inner .choices__list.choices__list--single{border:.125rem solid #ccc;border-radius:.5rem;padding:1rem}.choices{background:transparent;margin:0;position:relative;z-index:10}.choices [data-field-errors]{bottom:-.25rem;position:absolute}.choices:hover .choices__inner{color:var(--negro)!important}.choices:hover .choices__inner .choices__list .choices__placeholder{opacity:1}.choices:hover[aria-expanded=false]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23003c73'%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E")}.choices.is-open.is-focused .choices__inner{margin-bottom:.5rem}.choices.is-open .choices__list.choices__list--single{border:.125rem solid var(--azul)!important}.choices.is-filled .choices__list.choices__list--single{border:.125rem solid var(--azul)!important;color:var(--azul)}.choices[aria-expanded=false]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23003c73'%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;border:none!important;height:22px;margin-right:.5rem;min-height:22px;min-width:22px;top:calc(50% - 11.5px)!important;width:22px}.choices.is-open{z-index:11}.choices.is-open:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23003c73' d='M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;border:none!important;height:22px;margin-right:.5rem;min-height:22px;min-width:22px;top:calc(50% - 11.5px - .25rem)!important;width:22px}.choices__list .choices__input.choices__input--cloned{text-wrap:balance;border:.125rem solid var(--azul)!important;font-family:Montserrat;font-size:.9rem;font-style:normal;font-weight:400;text-transform:lowercase}.choices__list .choices__input.choices__input--cloned:first-letter{text-transform:uppercase}.choices__list .choices__item.choices__item--choice{align-items:center;background-color:transparent;display:flex;justify-content:flex-start}.choices__list .choices__item.choices__item--choice:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23e8f1fa' stroke='%23c6c6c6' stroke-width='5%' d='M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z'/%3E%3C/svg%3E");display:inline-block}.choices__list .choices__item.choices__item--choice.is-selected:before,.choices__list .choices__item.choices__item--choice:before{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:1rem;margin-right:.5rem;min-height:1rem;min-width:1rem;width:1rem}.choices__list .choices__item.choices__item--choice.is-selected:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2326acd4' d='M64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm273 177L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E")!important}.choices__list .choices__item.choices__item--choice:hover{background:transparent!important;color:var(--azul-ctas)!important}.choices__list .choices__item.choices__item--choice.choices__notice.has-no-results:before{display:none}.choices__list--dropdown .choices__item,.choices__list[aria-expanded]{border-color:var(--azul)}.choices__list--dropdown .choices__item.choices__item,.choices__list[aria-expanded].choices__item{font-size:.9rem!important;text-transform:lowercase}.choices__list--dropdown .choices__item.choices__item:first-letter,.choices__list[aria-expanded].choices__item:first-letter{text-transform:capitalize!important}.choices__list--dropdown .choices__item.choices__item:hover,.choices__list[aria-expanded].choices__item:hover{background:#eff1f3!important;color:var(--negro)}.choices__list--dropdown .choices__item.choices__item:hover:before,.choices__list[aria-expanded].choices__item:hover:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23e8f1fa' stroke='%2326acd4' stroke-width='5%' d='M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z'/%3E%3C/svg%3E")}.choices__list--dropdown .choices__item.choices__item.choices__placeholder,.choices__list[aria-expanded].choices__item.choices__placeholder{color:rgba(1,11,19,.5);opacity:1}.choices__list--dropdown .choices__item.choices__item.choices__placeholder:before,.choices__list[aria-expanded].choices__item.choices__placeholder:before{opacity:0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{border:.0938rem solid var(--azul)}.choices[data-type*=select-one]:after{margin-top:0!important}.choices__list--dropdown,.choices__list[aria-expanded]{margin-top:.5rem;z-index:12}.choices[data-type*=select-one] .choices__button{background-image:unset}.choices__item.choices__placeholder.choices__item--selectable{color:var(--negro);opacity:1;text-transform:lowercase}.choices__item.choices__placeholder.choices__item--selectable:first-letter{text-transform:capitalize!important}.choices__inner>.form-control.form-select.choices__input{border:.125rem solid #ccc}.choices__inner>.form-control.form-select.choices__input.is-invalid+.choices__list.choices__list--single{border:.0938rem solid #fc0000;border-radius:.5rem}.choices__inner>.form-control.form-select.choices__input.is-invalid+.choices__list.choices__list--single .choices__item.choices__placeholder.choices__item--selectable{color:#fc0000}.itemselect.active{border-color:var(--azul)}.choices__item.choices__item--choice.choices__item--selectable{text-transform:capitalize}.choices[aria-label=País] .choices__item.choices__item--choice.choices__item--selectable{text-transform:unset}.block_video{position:relative;width:100%;z-index:3}.block_videothumb{aspect-ratio:21/9;cursor:pointer;position:relative;width:100%;z-index:2}.block_videothumb--img{height:100%;width:100%;z-index:1}.block_videothumb .button-play{left:calc(50% - 39px);position:absolute;top:calc(50% - 39px);z-index:2}.block_videothumb .button-play:hover{transform:scale(1.1)}.block_videothumb.inactive{display:none;opacity:0}.block_videomain iframe{aspect-ratio:21/9;min-height:25rem;width:100%}.block_videomain.inactive{display:none;opacity:0}.bodypage404{align-items:center;display:flex;height:100vh;min-height:100%;padding-top:var(--height-nav);position:relative;width:100%}.bodypage404:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='579' height='990' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M588.601 733.358v-1h-81.044l86.395-86.935h77.792v262.321l-.902.916h-82.241V733.358zm-83.447 0 .994-1 87.388-87.935h79.208v263.731l-1.483 1.506h-83.66V733.358h-82.447zm-94.721 85.002.294-.293 84.553-84.151-81.069.051-84.445 85.22v80.842l80.667-81.297v-.372zm1 .784-81.667 82.305-1 1.007v-83.68l85.028-85.808 82.492-.052 1.418-.001-1.005 1-85.266 84.861v.368zm-.366 91.182v-.003h-.397l.008-1 .711-85.525.012-1.431-1.008 1.016-81.627 82.264v83.65h264.143l75.153-76.384.984-1H411.067v-1.587zm-1 .997h-.405l.008-1.009.711-85.499-80.615 81.244v82.238H592.49l74.169-75.384H410.067v-1.59z' fill='url(%23a)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M482.489 28.695v-1H405.18l82.391-82.906h74.203v250.373l-.835.847h-78.45V28.695zm-79.712 0 .994-1 83.383-83.906h75.62v251.783l-1.416 1.437h-79.869V28.695h-78.712zm-90.475 81.133.295-.294 80.644-80.26-77.268.049-80.592 81.332v77.05l76.921-77.522v-.355zm1 .767-77.921 78.53-1 1.008v-79.89l81.175-81.92 78.69-.05h1.419l-1.006 1-81.357 80.97v.352zm-.349 87.051v-.003h-.379l.008-1 .678-81.54.012-1.431-1.008 1.016-77.883 78.491v79.859h252.175l71.703-72.878.984-1h-246.29v-1.514zm-1 .997h-.388l.009-1.009.678-81.514-76.871 77.471v78.447h250.756l70.719-71.878H311.953v-1.517z' fill='url(%23b)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M603.332 304.093v-1h-77.05l82.113-82.627h73.955v249.545l-.83.843h-78.188V304.093zm-79.454 0 .994-1 83.107-83.627h75.371v250.955l-1.412 1.433h-79.606V304.093h-78.454zm-90.181 80.865.295-.294 80.374-79.99-77.004.048-80.327 81.063v76.788l76.662-77.261v-.354zm1 .766-77.662 78.268-1 1.008v-79.627l80.909-81.651 78.427-.049 1.419-.001-1.006 1.001-81.087 80.7v.351zm-.348 86.764v-.003h-.377l.008-1 .676-81.263.012-1.432-1.009 1.016-77.624 78.23v79.597h251.347l71.465-72.635.983-1H434.349v-1.51zm-1 .997h-.386l.009-1.008.675-81.239-76.612 77.21v78.185h249.928l70.481-71.635H433.349v-1.513z' fill='%23003C73'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M310.294 645.853v-1h-41.292l43.781-44.055h39.602V735.96l-.187.19h-41.904v-90.297zm-43.695 0 .993-1 44.775-45.055h41.018V736.37l-.769.78h-43.322v-91.297h-42.695zm-49.024 43.817.295-.293 42.957-42.752-40.612.026-43.448 43.847v40.494l40.808-41.127v-.195zm1 .607-41.808 42.135-1 1.008v-43.334l44.031-44.435 42.034-.027h1.418l-1.005 1-43.67 43.462v.191zm-.189 46.662v-.001h-.206l.009-1 .358-43.116.012-1.432-1.009 1.017-41.783 42.11v43.317h136.785l38.443-39.073.984-1H218.386v-.822zm-1 .999h-.214l.008-1.009.359-43.091-40.772 41.091v41.905h135.366l37.459-38.073H217.386v-.823z' fill='url(%23c)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M482.19 600.047v-1h-27.532l29.031-29.213h26.383v91.088H482.19v-60.875zm-29.936 0 .994-1 30.025-30.213h27.799v92.56l-.521.528H481.19v-61.875h-28.936zm-33.547 29.563.294-.293 28.56-28.424-26.608.017-29.259 29.527v26.53l27.013-27.224v-.133zm1 .545-28.013 28.232-1 1.007v-29.368l29.841-30.116 28.031-.017 1.419-.001-1.006 1-29.272 29.134v.129zm-.129 31.624v-.001h-.139l.008-1 .237-28.437.012-1.432-1.009 1.016-27.993 28.212v29.358h92.704l25.737-26.159.984-1h-90.541v-.557zm-1 .999h-.147l.008-1.008.236-28.413-26.981 27.192v27.946h91.285l24.753-25.159h-89.154v-.558z' fill='url(%23d)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M164.277 254.058v-1h-29.63l31.28-31.476h28.398v97.836h-30.048v-65.36zm-32.034 0 .994-1 32.274-32.476h29.814v99.27l-.558.566h-31.49v-66.36h-31.034zm-36.277 31.736.295-.293 30.754-30.609-28.743.019-31.422 31.71v28.659l29.116-29.344v-.142zm1 .554L66.85 316.7l-1 1.007v-31.498l32.005-32.298 30.166-.019 1.418-.001-1.005 1.001-31.468 31.317v.139zm-.137 34.321v-.001h-.15l.008-1 .255-30.676.012-1.431-1.008 1.016-30.096 30.331v31.486h99.425l27.674-28.128.984-1H96.829v-.597zm-1 .999h-.158l.008-1.009.255-30.65L66.85 319.32v30.074h98.006l26.69-27.128H95.829v-.598z' fill='url(%23e)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M272.729 835.956v-1h-29.63l31.28-31.476h28.398v97.837h-30.048v-65.361zm-32.034 0 .994-1 32.274-32.476h29.814v99.27l-.558.567h-31.49v-66.361h-31.034zm-36.277 31.736.295-.293 30.754-30.608-28.743.018-31.422 31.711v28.658l29.116-29.343v-.143zm1 .555-30.116 30.351-1 1.008v-31.498l32.005-32.299 30.166-.018 1.418-.001-1.005 1-31.468 31.318v.139zm-.137 34.321v-.002h-.15l.008-1 .256-30.675.011-1.432-1.008 1.017-30.096 30.331v31.486h99.425l27.674-28.128.984-1h-97.104v-.597zm-1 .998h-.158l.008-1.008.255-30.651-29.084 29.312v30.074h98.006l26.69-27.128h-95.717v-.599z' fill='url(%23f)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M160.225 47.981v-1H110.91l52.381-52.71h47.31v160.827l-.331.336h-50.045V47.981zm-51.719 0 .994-1 53.375-53.71h48.726v162.237l-.913.926h-51.463V47.981h-50.719zm-58.653 52.13.295-.293L101.5 48.711l-48.777.03L1 100.938v48.638l48.853-49.234v-.231zm1 .643L1 150.996l-1 1.008v-51.477l52.306-52.786 50.199-.031h1.419l-1.006 1-52.065 51.817v.227zm-.225 56.09v-.002h-.244l.008-1 .43-51.676.012-1.431-1.009 1.016L0 153.966v51.457h162.49l45.852-46.603.984-1H50.628v-.976zm-1 .998h-.252l.008-1.009.43-51.65L1 154.377v50.046h161.071l44.868-45.603H49.629v-.978z' fill='url(%23g)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M352.194-153.291v-1h-49.315L355.26-207h47.31v160.827l-.331.336h-50.045v-107.454zm-51.719 0 .994-1L354.844-208h48.726v162.236l-.913.927h-51.463v-108.454h-50.719zm-58.653 52.131.295-.293 51.352-51.107-48.777.03-51.723 52.197v48.638l48.853-49.234v-.231zm1 .643-49.853 50.242-1 1.008v-51.477l52.306-52.786 50.199-.031 1.419-.001-1.006 1.001-52.065 51.817v.227zm-.225 56.09v-.002h-.244l.008-1 .43-51.675.012-1.432-1.009 1.017-49.825 50.214V4.153h162.49l45.852-46.604.984-1H242.597v-.976zm-1 .998h-.252l.008-1.008.429-51.65-48.813 49.194V3.153H354.04l44.868-45.604H241.597v-.978z' fill='url(%23h)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M253.845 379.553v-1h-76.647l81.681-82.192h73.569v248.257l-.823.835h-77.78v-165.9zm-79.051 0 .994-1 82.675-83.192h74.985v249.667l-1.405 1.425h-79.198v-166.9h-78.051zm-89.723 80.448.295-.293 79.952-79.572-76.594.048-79.911 80.644v76.379l76.258-76.854v-.352zm1 .764L8.813 538.627l-1 1.008v-79.219l80.493-81.232 78.018-.049 1.418-.001-1.005 1.001-80.666 80.281v.349zm-.346 86.319v-.003h-.375l.007-1 .673-80.834.011-1.431-1.008 1.016-77.22 77.823v79.189H257.87l71.092-72.258.984-1H85.725v-1.502zm-1 .997h-.384l.008-1.008.672-80.809-76.208 76.803v77.777H257.45l70.109-71.258H84.725v-1.505z' fill='url(%23i)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='328.766' y1='644.423' x2='672.825' y2='988.482' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23003C73' stop-opacity='.1'/%3E%3Cstop offset='1' stop-color='%23003C73' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='234.609' y1='-48.099' x2='536.534' y2='272.752' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23003C73' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23003C73' stop-opacity='.4'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='175.767' y1='599.798' x2='353.382' y2='777.458' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23003C73'/%3E%3Cstop offset='1' stop-color='%23003C73' stop-opacity='.4'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='390.694' y1='568.834' x2='511.069' y2='689.24' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23003C73'/%3E%3Cstop offset='1' stop-color='%23003C73' stop-opacity='.4'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='65.85' y1='220.582' x2='195.355' y2='350.088' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23003C73' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23003C73' stop-opacity='.4'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='174.302' y1='802.48' x2='303.808' y2='931.986' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23003C73' stop-opacity='.4'/%3E%3Cstop offset='1' stop-color='%23003C73' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='0' y1='-6.728' x2='211.65' y2='204.922' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23003C73' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23003C73' stop-opacity='.1'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='191.969' y1='-208' x2='403.62' y2='3.651' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23003C73' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23003C73' stop-opacity='.1'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='26.765' y1='295.625' x2='314.994' y2='621.758' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23003C73' stop-opacity='.4'/%3E%3Cstop offset='1' stop-color='%23003C73'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");background-position:0 0;background-repeat:no-repeat;background-size:cover;content:"";height:100%;position:absolute;right:0;top:0;width:35%}@media (max-width:768px){.bodypage404:after{width:40%}}.bodypage404__title{color:var(--azul);font-size:15.5rem}@media (max-width:768px){.bodypage404__title{font-size:10rem}}.bodypage404__info{align-items:center;color:var(--azul);display:flex;flex-direction:column;gap:.5rem;justify-content:center}@media (max-width:768px){.bodypage404__info br{display:contents}}.btnchat-whatsapp{bottom:43px;cursor:pointer;left:1rem;position:fixed;z-index:100}@media (max-width:992px){.btnchat-whatsapp{bottom:28px}}@media (max-width:600px){.btnchat-whatsapp{bottom:35px}}.btnchat-whatsapp img,.btnchat-whatsapp svg{filter:drop-shadow(3px 5px 2px rgba(0,0,0,.25));height:3.75rem;transition:transform .2s;width:3.75rem}.btnchat-whatsapp img:hover,.btnchat-whatsapp svg:hover{transform:scale(1.1)}
