/* css_desktop */
html,
 body,
 div,
 span,
 applet,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 acronym,
 address,
 big,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 s,
 samp,
 small,
 strike,
 strong,
 sub,
 sup,
 tt,
 var,
 b,
 u,
 i,
 center,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 table,
 caption,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td,
 article,
 aside,
 canvas,
 details,
 embed,
 figure,
 figcaption,
 footer,
 header,
 hgroup,
 menu,
 nav,
 output,
 ruby,
 section,
 summary,
 time,
 mark,
 audio,
 video {
   margin: 0;
   padding: 0;
   border: 0;
   vertical-align: baseline;
   background: none repeat scroll 0 0 transparent;
   font-family: inherit;
   font-size: 100%;
   font-style: inherit;
   font-weight: inherit;
   outline: 0;
 }

 html,
 body {
   width: 100%;
   -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   text-size-adjust: 100%;
   font-family: "Montserrat", sans-serif;
   font-style: normal;
   font-weight: 500;
 }

 input,
 .select,
 textarea,
 input:hover,
 .select-hover,
 textarea:hover,
 input:focus,
 .select-focus,
 textarea:focus,
 input:disabled,
 .select-disabled,
 textarea:disabled {
   background: inherit;
   outline: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
   border: 0;
   -webkit-box-sizing: border-box;
   -khtml-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: all .25s ease-out;
   -o-transition: all .25s ease-out;
   transition: all .25s ease-out;
 }

 form textarea,
 form input,
 form option {
   font-family: "Montserrat", sans-serif;
   font-style: normal;
   font-weight: 500;
   color: inherit;
 }

 html {
   font-size: 10px;
   font-family: sans-serif;
   height: -webkit-fill-available;
   height: -moz-fill-available;
   height: -o-fill-available;
   height: -ms-fill-available;
   transform-origin: left top;
   -webkit-transform-origin: left top;
   -ms-transform-origin: left top;
   -moz-transform-origin: left top;
   -o-transform-origin: left top;
 }

 body {
   color: rgba(0, 0, 0, 0.87);
   height: auto;
   min-width: 320px;
   overflow-x: hidden;
   overflow-y: scroll;
   font-size: 10px;
 }

 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 menu,
 nav,
 section {
   display: block
 }

 ol,
 ul {
   list-style: none
 }

 a {
   margin: 0;
   padding: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent
 }

 .preload * {
   -webkit-transition: none !important;
   -moz-transition: none !important;
   -o-transition: none !important;
   transition: none !important
 }

 b,
 strong {
   font-weight: bold;
 }

 i,
 em {
   font-style: italic;
 }

 s {
   text-decoration: line-through;
 }

 a:hover {
   text-decoration: underline;
   color: inherit;
 }

 .body_bloquear {
   width: 100%;
   height: 100%;
   overflow-y: scroll;
   overflow-x: hidden;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
 }

 .site_borrar {
   -webkit-filter: blur(2px);
   filter: blur(2px);
   pointer-events: none;
   -ms-touch-action: none;
   touch-action: none;
   height: 100%;
   width: 100%;
   position: fixed;
 }

 .ug-el .c * {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   outline: 0;
   line-height: inherit;
   font-smoothing: antialiased;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: antialiased;
   will-change: background-color, color, opacity, transform;
 }

 .ug-bloco {
   width: 100%;
   min-height: 40px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   position: relative;
   background-color: #fff;
   border-width: 0px;
   border-style: solid;
   border-color: rgb(0, 0, 0);
   border-right: 0 none !important;
   border-left: 0 none !important;
   background-size: auto;
   background-repeat: no-repeat;
   background-position: 50%;
 }

 .ug-overlay {
   background-color: #fff;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   position: absolute;
   z-index: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
   opacity: 0;
 }

 .ug-el {
   position: absolute;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }

 .ug-el .c {
   position: relative;
   width: 100%;
   height: 100%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: 50%;
   opacity: 1;
   -o-tab-size: 4;
   tab-size: 4;
   -moz-tab-size: 4;
   white-space: pre-wrap;
   word-wrap: break-word;
   float: left;
   transition-property: background-color, color, opacity, transform;
   will-change: background-color, color, opacity, transform;
 }

 .ug-el.e_html .c {
   word-break: break-word;
   white-space: normal;
 }

 .ug-el.ug-linha-h {
   height: auto !important;
 }

 .ug-el.ug-linha-h .c {
   margin: auto 0;
   width: 100%;
   display: block;
   border-left: 0 none;
   border-right: 0 none;
   border-top: 0 none;
   margin: 5px 0;
 }

 .ug-el.ug-linha-v {
   width: auto !important;
 }

 .ug-el.ug-linha-v .c {
   margin: 0 auto;
   height: 100%;
   width: auto;
   display: block;
   margin: 0 5px;
 }

 .ug-el.ug-caixa .c {
   width: 100%;
   height: 100%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-background-size: auto auto;
   background-size: auto;
   background-repeat: no-repeat;
   background-position: 50%;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-left-radius: 0px;
   border-bottom-right-radius: 0px;
 }

 .ug-el.e_circulo .c {
   width: 100%;
   height: 100%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-background-size: auto auto;
   background-size: auto;
   background-repeat: no-repeat;
   background-position: 50%;
 }

 .centralizar {
   position: relative;
   width: 960px;
   margin: 0 auto;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   text-align: left;
 }

 .ug-el.dm {
   display: none
 }

 .ug-el.dd,
 .ug-el.dd.ug-el.dm {
   display: block
 }

 .ug-el.esconder_desktop,
 .ug-el.ug-el.dd.esconder_desktop,
 .ug-el.ug-el.dm.esconder_desktop,
 .ug-bloco.esconder_desktop {
   display: none;
 }

 @media all and (max-width:800px) {

   .ug-el.esconder_desktop,
   .ug-el.ug-el.dd.esconder_desktop,
   .ug-el.ug-el.dm.esconder_desktop,
   .ug-bloco.esconder_desktop {
     display: block;
   }

   .ug-el.esconder_mobile,
   .ug-bloco.esconder_mobile {
     display: none !important
   }

   .ug-el.dd {
     display: none
   }

   .ug-el.dm,
   .ug-el.dd.ug-el.dm {
     display: block
   }
 }

 #site {
   min-width: 980px;
   overflow: hidden;
 }

 .link_popup,
 .link_interno,
 .link_externo {
   cursor: pointer
 }

 .ug-el .c.ug-cta {
   cursor: pointer;
   user-select: none;
   -webkit-transition: transform, background-color, color, opacity .25s ease-out;
   -o-transition: transform, background-color, color, opacity .25s ease-out;
   transition: transform, background-color, color, opacity .25s ease-out;
   overflow: hidden;
   line-height: 1.3;
   text-decoration: none;
   background-color: rgb(30, 136, 229);
   background-image: none;
   color: rgb(255, 255, 255);
   border: 0px;
   border-radius: 3px;
   text-align: center;
   white-space: normal;
   padding: 0 8px;
   align-content: center;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   flex-wrap: nowrap;
 }

 .ug-el .c .ug-botao span {
   -webkit-transition: color, opacity .25s ease-out;
   -o-transition: color, opacity .25s ease-out;
   transition: color, opacity .25s ease-out;
 }

 .ug-el .c.ug-cta.sombra_botao,
 .ug-el .c .ug-botao span.sombra_botao {
   -moz-box-shadow: 0 1px 3px rgba(1, 1, 1, .5);
   box-shadow: 0 1px 3px rgba(1, 1, 1, .5);
 }

 .ug-el .c.ug-cta.sombra_3d,
 .ug-el .c .ug-botao span.sombra_3d {
   height: calc(100% - 5px)
 }

 .ug-el .c.e_html blockquote {
   display: none
 }

 .ug-el .c.e_html .fb-comments {
   width: 100% !important;
   height: 100% !important;
 }

 .ug-el .c.link_interno {
   cursor: pointer
 }

 .e_circulo {
   border-radius: 50%
 }

 .ug-el.ug-imagem .c .imagem_fundo {
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   border: 0px transparent solid;
   border-radius: inherit;
 }

 option:disabled {
   display: none
 }

 .ug-el.ug-video .c {
   width: 100%;
   height: 100%;
 }

 @keyframes se_key {
   0% {
     opacity: .5;
   }

   100% {
     opacity: 1;
   }
 }

 @-o-keyframes se_key {
   0% {
     opacity: .5;
   }

   100% {
     opacity: 1;
   }
 }

 @-ms-keyframes se_key {
   0% {
     opacity: .5;
   }

   100% {
     opacity: 1;
   }
 }

 @-moz-keyframes se_key {
   0% {
     opacity: .5;
   }

   100% {
     opacity: 1;
   }
 }

 @-webkit-keyframes se_key {
   0% {
     opacity: .5;
   }

   100% {
     opacity: 1;
   }
 }

 .se_imagem .c,
 .se_video,
 .se_fonte,
 .se_caixa .c,
 .se_contador span,
 .se_slider .imagem {
   color: transparent !important;
   background: rgba(128, 128, 128, .05);
   background-repeat: no-repeat;
   background-image: none !important;
   animation: .8s ease infinite alternate se_key;
   -webkit-animation: .8s ease infinite alternate se_key;
   -o-animation: .8s ease infinite alternate se_key;
   text-shadow: none !important;
 }

 .ug-el.se_video {
   overflow: hidden;
 }

 .se_fonte * {
   color: transparent !important;
   text-shadow: none !important;
 }

 .se_fonte input,
 .se_fonte select,
 .se_fonte textarea,
 .se_fonte label {
   opacity: 0 !important;
   -moz-opacity: 0;
   filter: alpha(opacity=0);
   -ms-filter: "alpha(Opacity=0)";
   transition: 0 none;
 }

 .ug-el a:link,
 .ug-el a:visited,
 .ug-el a {
   text-decoration: none;
 }

 .ug-el.ug-titulo a:hover,
 .ug-el.ug-texto a:hover {
   text-decoration: underline;
 }

 .aviso_fundo {
   opacity: 0;
   -moz-opacity: 0;
   filter: alpha(opacity=0);
   -ms-filter: "alpha(Opacity=0)";
   position: fixed;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background: rgba(0, 0, 0, .84);
   z-index: 100000;
   -webkit-transition: all 200ms ease;
   -moz-transition: all 200ms ease;
   -ms-transition: all 200ms ease;
   -o-transition: all 200ms ease;
   transition: all 200ms ease;
 }

 .aviso_texto {
   opacity: 0;
   -moz-opacity: 0;
   filter: alpha(opacity=0);
   -ms-filter: "alpha(Opacity=0)";
   position: fixed;
   margin: auto;
   left: 0;
   right: 0;
   color: #fff;
   top: 0;
   bottom: 0;
   z-index: 100001;
   text-align: center;
   vertical-align: middle;
   font-size: 50px;
   line-height: 2;
   -webkit-transition: all 200ms ease;
   -moz-transition: all 200ms ease;
   -ms-transition: all 200ms ease;
   -o-transition: all 200ms ease;
   transition: all 200ms ease;
   font-family: "", sans-serif;
   font-style: normal;
   font-weight: bold;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
 }

 .aviso_texto_carregando {
   width: 60px;
   aspect-ratio: 2;
   --_g: no-repeat radial-gradient(circle closest-side, #f9f9f9 84%, #0000);
   background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
   background-size: calc(100%/3) 50%;
   animation: l3 1s infinite linear;
   position: fixed;
   margin: auto;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
 }

 @keyframes l3 {
   20% {
     background-position: 0% 0%, 50% 50%, 100% 50%
   }

   40% {
     background-position: 0% 100%, 50% 0%, 100% 50%
   }

   60% {
     background-position: 0% 50%, 50% 100%, 100% 0%
   }

   80% {
     background-position: 0% 50%, 50% 50%, 100% 100%
   }
 }

 .mostrar_aviso {
   opacity: 1;
   -moz-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "alpha(Opacity=100)"
 }

 .esconder {
   display: none
 }

 .video-background {
   pointer-events: none;
   width: 100%;
   height: 100%;
   z-index: 0;
 }

 .video-background iframe {
   width: 140%;
   height: 150%;
   margin: -18% -20%;
 }

 body .gm_fundo {
   position: absolute;
   bottom: 0;
 }

 @media all and (max-width:800px) {
   .aviso_texto {
     font-size: 35px;
   }

   #site {
     min-width: 360px;
   }

   .centralizar {
     width: 360px;
   }

   .ug-modal {
     min-width: 175px !important;
   }
 }

 ::-webkit-scrollbar {
   width: 6px;
   height: 6px;
   background-color: #f9f9f9;
 }

 ::-webkit-scrollbar-track {
   background-color: #f9f9f9;
 }

 ::-webkit-scrollbar-thumb {
   background-color: rgba(0, 0, 0, 0.24);
   border-radius: 6px;
   -webkit-border-radius: 6px;
 }

 ::-webkit-scrollbar-thumb:hover {
   background-color: rgba(0, 0, 0, 0.38);
 }

 .carregando {
   width: 30px;
   height: 30px;
   margin: auto;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
   position: absolute;
   background-size: 30px;
   background-repeat: no-repeat;
   background-position: center;
   background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiBub25lOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyIgd2lkdGg9IjMwcHgiIGhlaWdodD0iMzBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNjQpIiBzdHJva2Utd2lkdGg9IjMiIHI9IjMwIiBzdHJva2UtZGFzaGFycmF5PSIxNDEuMzcxNjY5NDExNTQwNjcgNDkuMTIzODg5ODAzODQ2ODkiPgogIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxcyIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIga2V5VGltZXM9IjA7MSI+PC9hbmltYXRlVHJhbnNmb3JtPgo8L2NpcmNsZT4KPCEtLSBbbGRpb10gZ2VuZXJhdGVkIGJ5IGh0dHBzOi8vbG9hZGluZy5pby8gLS0+PC9zdmc+");
 }

 @supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
   .ug-el .c {
     word-break: break-word;
     white-space: normal;
   }
 }

 @media not all and (min-resolution:.001dpcm) {
   @media {
     .ug-el .c {
       word-break: break-word;
       white-space: normal;
     }
   }
 }

 .e_animacoes {
   opacity: 0;
   -moz-opacity: 0;
   filter: alpha(opacity=0);
   -ms-filter: "alpha(Opacity=0)";
 }

 .ug-el.ug-cta * {
   font-family: "Montserrat", sans-serif;
   font-style: normal;
   font-weight: 900;
 }

 @media all and (max-width:800px) {
   .ug-el.ug-cta * {
     font-family: "Montserrat", sans-serif;
     font-style: normal;
     font-weight: 900;
   }
 }

 .ug-el .c.ug-titulo * a:hover,
 .ug-el .c.ug-titulo * a:link,
 .ug-el .c.ug-titulo * a:visited,
 .ug-el .c.ug-texto * a:hover,
 .ug-el .c.ug-texto * a:visited,
 .ug-el .c.ug-texto * a:link {
   color: inherit;
   font-weight: inherit;
   font-style: inherit;
 }

 .ug-el p,
 .ug-el ol,
 .ug-el ul,
 .ug-el pre,
 .ug-el blockquote,
 .ug-el h1,
 .ug-el h2,
 .ug-el h3,
 .ug-el h4,
 .ug-el h5,
 .ug-el h6 {
   margin: 0;
   padding: 0;
   font-size: inherit;
   font-weight: inherit;
   font-style: inherit;
 }

 .ug-el .c.ug-titulo h1,
 .ug-el .c.ug-titulo h1 * {
   font-family: "Kanit", sans-serif;
   font-style: normal;
   font-weight: 800;
 }

 .ug-el .c.ug-titulo h2,
 .ug-el .c.ug-titulo h2 * {
   font-family: "Kanit", sans-serif;
   font-style: normal;
   font-weight: 300;
 }

 .ug-el .c.ug-titulo h3,
 .ug-el .c.ug-titulo h3 * {
   font-family: "Kanit", sans-serif;
   font-style: normal;
   font-weight: 100;
 }

 .ug-el .c.ug-titulo h4,
 .ug-el .c.ug-titulo h4 * {
   font-family: "Roboto", sans-serif;
   font-style: normal;
   font-weight: 400;
 }

 .ug-el .c.ug-titulo h5,
 .ug-el .c.ug-titulo h5 * {
   font-family: "Roboto", sans-serif;
   font-style: normal;
   font-weight: 400;
 }

 .ug-el .c.ug-titulo h6,
 .ug-el .c.ug-titulo h6 * {
   font-family: "Roboto", sans-serif;
   font-style: normal;
   font-weight: 100;
 }

 .ug-el .c.ug-texto,
 .ug-el .c.ug-texto * {
   font-family: "Montserrat", sans-serif;
   font-style: normal;
   font-weight: inherit;
 }

 .ug-el .c.ug-titulo * b *,
 .ug-el .c.ug-titulo * strong *,
 .ug-el .c.ug-texto * b *,
 .ug-el .c.ug-texto * strong *,
 .ug-el .c.ug-titulo * b,
 .ug-el .c.ug-titulo * strong,
 .ug-el .c.ug-texto * b,
 .ug-el .c.ug-texto * strong {
   font-weight: bold;
   font-style: inherit;
 }

 .ug-el .c.ug-titulo * em,
 .ug-el .c.ug-texto * em,
 .ug-el .c.ug-titulo * i,
 .ug-el .c.ug-texto * i,
 .ug-el .c.ug-titulo * em *,
 .ug-el .c.ug-texto * em *,
 .ug-el .c.ug-titulo * i *,
 .ug-el .c.ug-texto * i * {
   font-style: italic;
 }

 .ug-el .c.ug-titulo * s,
 .ug-el .c.ug-texto * s,
 .ug-el .c.ug-titulo * strike,
 .ug-el .c.ug-texto * strike {
   text-decoration: line-through;
   font-weight: inherit;
 }

 .ug-el .c.ug-titulo * u,
 .ug-el .c.ug-texto * u {
   text-decoration: underline;
   font-weight: inherit;
 }

 .ug-el .c.ug-titulo ul,
 .ug-el .c.ug-texto ul {
   list-style-type: none;
   vertical-align: top;
   zoom: 1;
   *display: inline;
   padding-left: 1.5em;
 }

 .ug-el .c.ug-titulo ul li,
 .ug-el .c.ug-texto ul li,
 .ug-el .c.ug-titulo ol li,
 .ug-el .c.ug-texto ol li {
   position: relative;
 }

 .ug-el .c.ug-titulo ul li>span:first-child:before,
 .ug-el .c.ug-titulo ul li>font:first-child:before,
 .ug-el .c.ug-titulo ul li>b:first-child:before,
 .ug-el .c.ug-titulo ul li>i:first-child:before,
 .ug-el .c.ug-titulo ul li>a:first-child:before,
 .ug-el .c.ug-titulo ul li>u:first-child:before,
 .ug-el .c.ug-texto ul li>span:first-child:before,
 .ug-el .c.ug-texto ul li>font:first-child:before,
 .ug-el .c.ug-texto ul li>b:first-child:before,
 .ug-el .c.ug-texto ul li>i:first-child:before,
 .ug-el .c.ug-texto ul li>a:first-child:before,
 .ug-el .c.ug-texto ul li>u:first-child:before {
   display: list-item;
   content: "●";
   position: absolute;
   float: left;
   left: -1.5em;
   top: 0;
   width: 1.5em;
   text-align: center;
 }

 .ug-el .c.ug-titulo ol,
 .ug-el .c.ug-texto ol {
   list-style-type: none;
   display: inline-block;
   vertical-align: top;
   zoom: 1;
   *display: inline;
   counter-reset: lista_o;
   padding-left: 1.5em;
 }

 .ug-el .c.ug-titulo ol li>span:first-child:before,
 .ug-el .c.ug-titulo ol li>font:first-child:before,
 .ug-el .c.ug-titulo ol li>b:first-child:before,
 .ug-el .c.ug-titulo ol li>i:first-child:before,
 .ug-el .c.ug-titulo ol li>a:first-child:before,
 .ug-el .c.ug-titulo ol li>u:first-child:before,
 .ug-el .c.ug-texto ol li>span:first-child:before,
 .ug-el .c.ug-texto ol li>font:first-child:before,
 .ug-el .c.ug-texto ol li>b:first-child:before,
 .ug-el .c.ug-texto ol li>i:first-child:before,
 .ug-el .c.ug-texto ol li>a:first-child:before,
 .ug-el .c.ug-texto ol li>u:first-child:before {
   counter-increment: lista_o;
   display: list-item;
   content: counter(lista_o)".";
   position: absolute;
   float: left;
   left: -2em;
   top: 0;
   width: 2em;
   text-align: center;
 }

 .ug-el .c.e_faq .gac-item_cabecalho_titulo,
 .ug-el .c.e_faq .gac-item_conteudo {
   font-family: "Montserrat", sans-serif;
   font-style: normal;
   font-weight: 500;
 }

 .ug-el.e_faq {
   height: auto !important;
 }

 .ug-el.e_faq .gac {
   width: 100%;
   font-size: 30px;
 }

 .ug-el.e_faq .gac .gac-item {
   border: 0px solid #000;
   overflow: hidden;
   margin-bottom: 10px;
   border-radius: 8px
 }

 .ug-el.e_faq .gac .gac-item:last-of-type {
   margin-bottom: 0;
 }

 .ug-el.e_faq .gac .gac-item_conteudo {
   height: 0px;
 }

 .ug-el.e_faq .gac .gac-item_cabecalho_titulo,
 .ug-el.e_faq .gac .gac-item_conteudo p {
   -webkit-user-select: auto;
   -moz-user-select: auto;
   -ms-user-select: auto;
   user-select: auto;
 }

 .se_fonte .gac-item_cabecalho,
 .se_fonte .gac-item_cabecalho_icone {
   -webkit-transition: none !important;
   -moz-transition: none !important;
   -o-transition: none !important;
   transition: none !important
 }

 .ug-el .c.ug-video {
   border: 0px solid #a3bac6;
 }

 .ug-el.e_slider .c {
   border: 0 solid #000;
   overflow: hidden;
 }

 .ug-el.e_slider .c.cover .gsi_imagens .imagem,
 .ug-el.e_slider .c.cover .gsi_imagens .gsi_clone {
   background-size: cover;
 }

 .ug-el.e_slider .c.contain .gsi_imagens .imagem,
 .ug-el.e_slider .c.contain .gsi_imagens .gsi_clone {
   background-size: contain;
 }

 .ug-el.e_slider .c.mostrar_controles .gsi_proximo,
 .ug-el.e_slider .c.mostrar_controles .gsi_anterior {
   opacity: 1 !important;
   filter: alpha(opacity=100) !important;
 }

 .ug-el.e_slider .c .gsi_proximo.esconder,
 .ug-el.e_slider .c .gsi_anterior.esconder {
   opacity: 0 !important;
   filter: alpha(opacity=0) !important;
   pointer-events: none;
 }

 .ug-el.e_slider.dm.esconder_desktop:not(.dd) .gsi .gsi_imagens .imagem {
   display: none
 }

 .ug-el.e_slider.dd.esconder_mobile:not(.dm) .gsi .gsi_imagens .imagem {
   display: block
 }

 @media all and (max-width:800px) {
   .ug-el.e_slider.dm.esconder_desktop:not(.dd) .gsi .gsi_imagens .imagem {
     display: block
   }

   .ug-el.e_slider.dd.esconder_mobile:not(.dm) .gsi .gsi_imagens .imagem {
     display: none
   }
 }

 .ug-el.e_html {
   transform: none !important;
 }

 .ug-el.e_html .c,
 .ug-el.e_html .c * {
   will-change: auto;
 }

 #ug-b-3dd01da4 {
   height: 535.016px;
   background-color: rgb(255, 206, 0);
   background-image: url(../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif);
   background-position: 50% 50%;
   background-size: cover;
   background-repeat: no-repeat;
   background-attachment: scroll;
 }

 #ug-b-3dd01da4 .ug-overlay {
   opacity: 0;
 }

 #ug-e-7edf0e60-m {
   width: 241px;
   left: 596.5px;
   top: 2.984px;
   transform: translate(0px, 0px);
   z-index: 2228;
 }

 #ug-e-32e710ff .c {
   z-index: 2228;
   font-size: 16px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-32e710ff .c>H2:nth-of-type(1)>B:nth-of-type(1) {
   color: rgb(255, 255, 255);
 }

 #ug-e-915b91c7 {
   width: 241px;
   left: 596.5px;
   top: 2.984px;
   transform: translate(0px, 0px);
   z-index: 2251;
 }

 #ug-e-915b91c7 .c {
   z-index: 2251;
   font-size: 16px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-915b91c7 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
   color: rgb(255, 255, 255);
 }

 #ug-e-2c47e691-m {
   width: 241px;
   left: 596.5px;
   top: 14.984px;
   transform: translate(0px, 0px);
   z-index: 2227;
 }

 #ug-e-344c1870 .c {
   z-index: 2227;
   font-size: 24px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-344c1870 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
   color: rgb(255, 255, 255);
 }

 #ug-e-0cd360ee {
   width: 241px;
   left: 596.5px;
   top: 14.984px;
   transform: translate(0px, 0px);
   z-index: 2250;
 }

 #ug-e-0cd360ee .c {
   z-index: 2250;
   font-size: 24px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-0cd360ee .c>H2:nth-of-type(1)>B:nth-of-type(1) {
   color: rgb(255, 255, 255);
 }

 #ug-e-75a3c20c {
   height: 97.7233px;
   width: 525.188px;
   left: -3px;
   top: 28.7344px;
   transform: translate(0px, 0px);
   z-index: 2174;
 }

 #ug-e-75a3c20c .c {
   z-index: 2174;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-75a3c20c .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 2174;
   background-image: url(../_assets/385284-6233174625a6f7776363b28d8c7cb40d-71fa3e.avif);
   background-size: 525.188px 97.8906px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-1f1482e4 {
   height: 492.5px;
   width: 379.219px;
   left: 531.406px;
   top: 28.7031px;
   z-index: 1999;
   transform: translate(0px, 0px);
 }

 #ug-e-1f1482e4 .c {
   z-index: 1999;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-1f1482e4 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 1999;
   background-image: url(../_assets/385284-2a27f9074a2a1839308c426cd2401915-5f21a2.avif);
   background-size: 379.219px 505.625px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-bca4163f-m {
   z-index: 2165;
   width: 240px;
   left: 360px;
   top: 100.986px;
   height: 11px;
   z-index: 2165;
   z-index: 2165;
   z-index: 2165;
   z-index: 2165;
   z-index: 2165;
   z-index: 2165;
   z-index: 2165;
   z-index: 2165;
 }

 #ug-e-3587836d .c {
   z-index: 2165;
   border-bottom: 1px solid #a3bac6;
 }

 #ug-e-e10445a7 {
   z-index: 2249;
   width: 240px;
   left: 360px;
   top: 100.986px;
   height: 11px;
   z-index: 2249;
   z-index: 2249;
   z-index: 2249;
   z-index: 2249;
   z-index: 2249;
   z-index: 2249;
   z-index: 2249;
   z-index: 2249;
 }

 #ug-e-e10445a7 .c {
   z-index: 2249;
   border-bottom: 1px solid #a3bac6;
 }

 #ug-e-3cd13258 {
   width: 530px;
   left: 2.4px;
   top: 149.2px;
   transform: translate(0px, 0px);
   z-index: 2000;
 }

 #ug-e-3cd13258 .c {
   z-index: 2000;
   font-size: 25px;
   line-height: 27.5px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #ug-e-3cd13258 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000
 }

 #ug-e-dd878c68 {
   width: 551px;
   left: 0px;
   top: 298.503px;
   transform: translate(0px, 0px);
   z-index: 2171;
 }

 #ug-e-dd878c68 .c {
   line-height: 25.3px;
   letter-spacing: 0px;
   text-align: left;
   font-size: 23px;
   text-shadow: none;
   opacity: 1;
   z-index: 2171;
   ;
 }

 #ug-e-dd878c68 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-ff06387a {
   width: 424.1px;
   height: 58.7812px;
   left: 0px;
   top: 439.074px;
   transform: translate(0px, 0px);
   z-index: 2001;
 }

 #ug-e-ff06387a .c {
   text-decoration: none;
   float: left;
   z-index: 2001;
   background-color: rgb(12, 235, 0);
   background-image: none;
   color: rgb(0, 0, 0);
   font-size: 18px;
   text-align: center;
   border-radius: 3px;
 }

 #ug-e-ff06387a .c:hover,
 #ug-e-ff06387a .c:active {
   background-color: #0ceb00;
 }

 #ug-e-ff06387a .c:hover,
 #ug-e-ff06387a .c:active {
   color: #000000;
 }

 #ug-e-fefd08a9 {
   width: 468px;
   left: 52px;
   top: 9.878px;
   transform: translate(0px, 0px);
   z-index: 3057;
 }

 #ug-e-fefd08a9 .c {
   z-index: 3057;
   font-size: 23px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-fefd08a9 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-5477c50b {
   width: 552px;
   height: 433px;
   left: 10px;
   top: 74.229px;
   transform: translate(0px, 0px);
   z-index: 3056;
 }

 #ug-e-5477c50b .c {
   z-index: 3056;
 }

 .ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacf9954f7585629383"] {
   max-width: 960px;
   width: 572px !important;
   height: 527px !important;
 }

 #ug-e-79de8202 {
   width: 400px;
   height: 58.8px;
   left: 524px;
   top: 440px;
   transform: translate(0px, 0px);
   z-index: 2224;
 }

 #ug-e-79de8202 .c {
   z-index: 2224;
   opacity: 1;
   border: 0px solid rgb(163, 186, 198);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 3px;
   background-image: none;
   background-size: cover;
   background-color: rgb(255, 169, 0);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-1c459bae {
   width: 241px;
   left: 603.5px;
   top: 446.124px;
   transform: translate(0px, 0px);
   z-index: 2226;
 }

 #ug-e-1c459bae .c {
   z-index: 2226;
   font-size: 16px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-fd012549 {
   width: 241px;
   left: 603.5px;
   top: 458.709px;
   transform: translate(0px, 0px);
   z-index: 2225;
 }

 #ug-e-fd012549 .c {
   z-index: 2225;
   font-size: 24px;
   line-height: 33.6px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-b-70e65641 {
   height: 535.016px;
   background-color: rgb(0, 104, 199);
   background-image: url(../_assets/385284-6f8c786bad2e1cbe9639d974325befd4-9076a5.avif);
   background-position: 50% 50%;
   background-size: cover;
   background-repeat: no-repeat;
   background-attachment: scroll;
 }

 #ug-b-70e65641 .ug-overlay {
   opacity: 0;
 }

 #ug-e-5ce9efd2 {
   height: 531.188px;
   width: 980.782px;
   left: 248.125px;
   top: -0.1875px;
   z-index: 2231;
   transform: translate(0px, 0px);
 }

 #ug-e-5ce9efd2 .c {
   z-index: 2231;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-5ce9efd2 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 2231;
   background-image: url(../_assets/385284-2a27f9074a2a1839308c426cd2401915-5f21a2.avif);
   background-size: 980.782px 1307.71px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-7a81bda5 {
   width: 241px;
   left: 596.5px;
   top: 2.984px;
   transform: translate(0px, 0px);
   z-index: 2239;
 }

 #ug-e-7a81bda5 .c {
   z-index: 2239;
   font-size: 16px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-7a81bda5 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-9d0dc0c7 {
   width: 241px;
   left: 596.5px;
   top: 14.984px;
   transform: translate(0px, 0px);
   z-index: 2238;
 }

 #ug-e-9d0dc0c7 .c {
   z-index: 2238;
   font-size: 24px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-9d0dc0c7 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-3436abcd {
   height: 97.75px;
   width: 525.188px;
   left: -3px;
   top: 28.7344px;
   transform: translate(0px, 0px);
   z-index: 2234;
 }

 #ug-e-3436abcd .c {
   z-index: 2234;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-3436abcd .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 2234;
   background-image: url(../_assets/385284-6233174625a6f7776363b28d8c7cb40d-71fa3e.avif);
   background-size: 525.188px 97.9828px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-c09f324a {
   z-index: 2232;
   width: 240px;
   left: 360px;
   top: 100.986px;
   height: 11px;
   z-index: 2232;
   z-index: 2232;
   z-index: 2232;
   z-index: 2232;
   z-index: 2232;
   z-index: 2232;
   z-index: 2232;
   z-index: 2232;
 }

 #ug-e-c09f324a .c {
   z-index: 2232;
   border-bottom: 1px solid rgb(163, 186, 198);
 }

 #ug-e-fd9f3f67 {
   z-index: 2252;
   width: 240px;
   left: 360px;
   top: 100.986px;
   height: 11px;
   z-index: 2252;
   z-index: 2252;
   z-index: 2252;
   z-index: 2252;
   z-index: 2252;
   z-index: 2252;
   z-index: 2252;
   z-index: 2252;
 }

 #ug-e-fd9f3f67 .c {
   z-index: 2252;
   border-bottom: 1px solid rgb(163, 186, 198);
 }

 #ug-e-4d5209c8 {
   width: 530px;
   left: 0px;
   top: 149.039px;
   transform: translate(0px, 0px);
   z-index: 2233;
 }

 #ug-e-4d5209c8 .c {
   z-index: 2233;
   font-size: 25px;
   line-height: 27.5px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-4d5209c8 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-3a32c54b {
   width: 551px;
   left: 0px;
   top: 298.503px;
   transform: translate(0px, 0px);
   z-index: 2229;
 }

 #ug-e-3a32c54b .c {
   line-height: 25.3px;
   letter-spacing: 0px;
   text-align: left;
   font-size: 23px;
   text-shadow: none;
   opacity: 1;
   z-index: 2229;
   ;
 }

 #ug-e-3a32c54b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-60d5bd5d {
   width: 424.1px;
   height: 58.7812px;
   left: 0px;
   top: 439.156px;
   transform: translate(0px, 0px);
   z-index: 2230;
 }

 #ug-e-60d5bd5d .c {
   text-decoration: none;
   float: left;
   z-index: 2230;
   background-color: rgb(245, 51, 63);
   background-image: none;
   color: rgb(255, 255, 255);
   font-size: 18px;
   text-align: center;
   border-radius: 3px;
 }

 #ug-e-60d5bd5d .c:hover,
 #ug-e-60d5bd5d .c:active {
   background-color: #004a98;
 }

 #ug-e-60d5bd5d .c:hover,
 #ug-e-60d5bd5d .c:active {
   color: #ffffff;
 }

 #ug-e-4fa34cc5 {
   width: 468px;
   left: 56.5px;
   top: 420px;
   transform: translate(0px, 0px);
   z-index: 3067;
 }

 #ug-e-4fa34cc5 .c {
   z-index: 3067;
   font-size: 23px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-4fa34cc5 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-ef8819af {
   width: 468px;
   left: 56.5px;
   top: 420px;
   transform: translate(0px, 0px);
   z-index: 3069;
 }

 #ug-e-ef8819af .c {
   z-index: 3069;
   font-size: 23px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-ef8819af .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-c01ed3c4 {
   width: 466px;
   height: 385px;
   left: 57.5px;
   top: 420px;
   transform: translate(0px, 0px);
   z-index: 3068;
 }

 #ug-e-c01ed3c4 .c {
   z-index: 3068;
   ;
 }

 .ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacf9ac836912671836"] {
   max-width: 960px;
   width: 480px !important;
   height: 420px !important;
 }

 #ug-e-6219c634 {
   width: 400px;
   height: 58.8px;
   left: 524px;
   top: 440px;
   transform: translate(0px, 0px);
   z-index: 2235;
 }

 #ug-e-6219c634 .c {
   z-index: 2235;
   opacity: 1;
   border: 0px solid rgb(163, 186, 198);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 3px;
   background-image: none;
   background-size: cover;
   background-color: rgb(255, 204, 0);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-41df2613 {
   width: 241px;
   left: 603.5px;
   top: 446.124px;
   transform: translate(0px, 0px);
   z-index: 2237;
 }

 #ug-e-41df2613 .c {
   z-index: 2237;
   font-size: 16px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-2aacaa52 {
   width: 241px;
   left: 603.5px;
   top: 458.709px;
   transform: translate(0px, 0px);
   z-index: 2236;
 }

 #ug-e-2aacaa52 .c {
   z-index: 2236;
   font-size: 24px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-b-011fea18 {
   height: 982.47px;
   background-color: rgb(0, 104, 199);
 }

 #ug-b-011fea18 .ug-overlay {
   opacity: 0;
   background-color: #fff;
 }

 #ug-e-0c7f85fc {
   height: 123.75px;
   width: 276.547px;
   left: 338.839px;
   top: 18.9688px;
   transform: translate(0px, 0px);
   z-index: 2241;
 }

 #ug-e-0c7f85fc .c {
   z-index: 2241;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-0c7f85fc .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 2241;
   background-image: url(../_assets/385284-a4dfb18bef6b803e956971b501e77da5-04f01c.avif);
   background-size: 366.3px 123.75px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-def0412b {
   width: 766px;
   left: 94.1px;
   top: 159.781px;
   transform: translate(0px, 0px);
   z-index: 2242;
 }

 #ug-e-def0412b .c {
   line-height: 40px;
   letter-spacing: 0px;
   text-align: center;
   font-size: 40px;
   text-shadow: none;
   opacity: 1;
   z-index: 2242;
   ;
 }

 #ug-e-def0412b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-a64eab57 {
   width: 760.5px;
   left: 96.85px;
   top: 256.817px;
   transform: translate(0px, 0px);
   z-index: 2243;
 }

 #ug-e-a64eab57 .c {
   line-height: 20.8px;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 2243;
   ;
 }

 #ug-e-a64eab57 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-a64eab57 .c>P:nth-of-type(2)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-a64eab57 .c>P:nth-of-type(3)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-a64eab57 .c>P:nth-of-type(4)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-a64eab57 .c>P:nth-of-type(5)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-a64eab57 .c>P:nth-of-type(6)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-a64eab57 .c>P:nth-of-type(7)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-a64eab57 .c>P:nth-of-type(8)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-a64eab57 .c>P:nth-of-type(9)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-a64eab57 .c>P:nth-of-type(10)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-a64eab57 .c>P:nth-of-type(11)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-a64eab57 .c>P:nth-of-type(12)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-a64eab57 .c>P:nth-of-type(13)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-a64eab57 .c>P:nth-of-type(13)>SPAN:nth-of-type(2) {
   color: rgb(0, 0, 0);
 }

 #ug-e-a64eab57 .c>P:nth-of-type(14)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-23e67494-d {
   width: 400px;
   height: 155px;
   left: 19.4px;
   top: 671.755px;
   transform: translate(0px, 0px);
   z-index: 2244;
 }

 #ug-e-23e67494-d .c {
   z-index: 2244;
   opacity: 1;
   border: 1px solid rgb(0, 104, 199);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 19px;
   background-image: none;
   background-size: cover;
   background-color: rgb(0, 104, 199);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-e1da1a07-d {
   width: 97.5px;
   left: 170.65px;
   top: 681.756px;
   transform: translate(0px, 0px);
   z-index: 2247;
 }

 #ug-e-e1da1a07-d .c {
   line-height: 46.2px;
   letter-spacing: 0px;
   text-align: center;
   font-size: 42px;
   text-shadow: none;
   opacity: 1;
   z-index: 2247;
   ;
 }

 #ug-e-e1da1a07-d .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 255, 255);
 }

 #ug-e-e412ee98-d {
   width: 517.5px;
   left: 428.5px;
   top: 689.263px;
   transform: translate(0px, 0px);
   z-index: 2245;
 }

 #ug-e-e412ee98-d .c {
   line-height: 24px;
   letter-spacing: 0px;
   text-align: left;
   font-size: 24px;
   text-shadow: none;
   opacity: 1;
   z-index: 2245;
   ;
 }

 #ug-e-e412ee98-d .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-e412ee98-d .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-weight: bold;
 }

 #ug-e-389a9384-d {
   width: 353.5px;
   left: 42.65px;
   top: 727.962px;
   transform: translate(0px, 0px);
   z-index: 2248;
 }

 #ug-e-389a9384-d .c {
   z-index: 2248;
   font-size: 26px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-389a9384-d .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(240, 243, 245);
 }

 #ug-e-389a9384-d .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-weight: bold;
 }

 #ug-e-f329932d-d {
   width: 650px;
   height: 64.1719px;
   left: 156px;
   top: 877.701px;
   transform: translate(0px, 0px);
   z-index: 2246;
 }

 #ug-e-f329932d-d .c {
   text-decoration: none;
   float: left;
   z-index: 2246;
   background-color: rgb(245, 51, 63);
   background-image: none;
   color: rgb(255, 255, 255);
   border: 0px;
   font-size: 18px;
   text-align: center;
   border-radius: 3px;
 }

 #ug-e-f329932d-d .c:hover,
 #ug-e-f329932d-d .c:active {
   background-color: #004a98;
 }

 #ug-e-f329932d-d .c:hover,
 #ug-e-f329932d-d .c:active {
   color: #242424;
 }

 #ug-e-c873706b {
   width: 468px;
   left: 56.5px;
   top: 420px;
   transform: translate(0px, 0px);
   z-index: 3071;
 }

 #ug-e-c873706b .c {
   z-index: 3071;
   font-size: 23px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-c873706b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-2f9af907 {
   width: 466px;
   height: 385px;
   left: 57.5px;
   top: 420px;
   transform: translate(0px, 0px);
   z-index: 3070;
 }

 #ug-e-2f9af907 .c {
   z-index: 3070;
   ;
 }

 .ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacf9b1103445592030_d"] {
   max-width: 960px;
   width: 480px !important;
   height: 420px !important;
 }

 #ug-b-f304fb27 {
   height: 450px;
   background-color: #fff;
 }

 #ug-b-f304fb27 .ug-overlay {
   opacity: 0;
   background-color: #fff;
 }

 #ug-e-66cf8c03 {
   width: 432px;
   height: 155px;
   left: 16.5px;
   top: 450px;
   transform: translate(0px, 0px);
   z-index: 2490;
 }

 #ug-e-66cf8c03 .c {
   z-index: 2490;
   opacity: 1;
   border: 0px solid rgb(0, 104, 199);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 10px;
   background-image: url(../_assets/385284-115c450351e10983c8493259b59ab77b-04db74.avif);
   background-size: cover;
   background-color: rgb(4, 133, 160);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-ce25e9fd {
   width: 407.8px;
   left: 28.65px;
   top: 450px;
   transform: translate(0px, 0px);
   z-index: 2493;
 }

 #ug-e-ce25e9fd .c {
   z-index: 2493;
   font-size: 20px;
   line-height: 1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-ce25e9fd .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-2e1e2385 {
   width: 121.9px;
   left: 171.55px;
   top: 450px;
   transform: translate(0px, 0px);
   z-index: 2492;
 }

 #ug-e-2e1e2385 .c {
   line-height: 1;
   letter-spacing: 0px;
   text-align: center;
   font-size: 60px;
   text-shadow: none;
   opacity: 1;
   z-index: 2492;
   ;
 }

 #ug-e-2e1e2385 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-5559d82f {
   width: 442.5px;
   left: 480.5px;
   top: 450px;
   transform: translate(0px, 0px);
   z-index: 2491;
 }

 #ug-e-5559d82f .c {
   line-height: 1.1;
   letter-spacing: 0px;
   text-align: left;
   font-size: 20px;
   text-shadow: none;
   opacity: 1;
   z-index: 2491;
   ;
 }

 #ug-e-5559d82f .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 255, 255);
 }

 #ug-e-bfe5bcaf-m {
   width: 400px;
   height: 155px;
   left: 19.4px;
   top: 671.755px;
   transform: translate(0px, 0px);
   z-index: 2244;
 }

 #ug-e-9bc8e9cb .c {
   z-index: 2244;
   opacity: 1;
   border: 1px solid rgb(0, 104, 199);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 19px;
   background-image: none;
   background-size: cover;
   background-color: rgb(0, 104, 199);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-e23d5816-m {
   width: 97.5px;
   left: 170.65px;
   top: 681.756px;
   transform: translate(0px, 0px);
   z-index: 2247;
 }

 #ug-e-655569fc .c {
   line-height: 46.2px;
   letter-spacing: 0px;
   text-align: center;
   font-size: 42px;
   text-shadow: none;
   opacity: 1;
   z-index: 2247;
   ;
 }

 #ug-e-655569fc .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 255, 255);
 }

 #ug-e-798d20f2-m {
   width: 517.5px;
   left: 428.5px;
   top: 689.263px;
   transform: translate(0px, 0px);
   z-index: 2245;
 }

 #ug-e-7c98e78e .c {
   line-height: 24px;
   letter-spacing: 0px;
   text-align: left;
   font-size: 24px;
   text-shadow: none;
   opacity: 1;
   z-index: 2245;
   ;
 }

 #ug-e-7c98e78e .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-7c98e78e .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-weight: bold;
 }

 #ug-e-4ab41953-m {
   width: 353.5px;
   left: 42.65px;
   top: 727.962px;
   transform: translate(0px, 0px);
   z-index: 2248;
 }

 #ug-e-37a7ee40 .c {
   z-index: 2248;
   font-size: 26px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-37a7ee40 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(240, 243, 245);
 }

 #ug-e-37a7ee40 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-weight: bold;
 }

 #ug-e-82b112d6-m {
   width: 650px;
   height: 64.1719px;
   left: 156px;
   top: 877.701px;
   transform: translate(0px, 0px);
   z-index: 2246;
 }

 #ug-e-0ccecf09 .c {
   text-decoration: none;
   float: left;
   z-index: 2246;
   background-color: rgb(245, 51, 63);
   background-image: none;
   color: rgb(255, 255, 255);
   border: 0px;
   font-size: 18px;
   text-align: center;
   border-radius: 3px;
 }

 #ug-e-0ccecf09 .c:hover,
 #ug-e-0ccecf09 .c:active {
   background-color: #004a98;
 }

 #ug-e-0ccecf09 .c:hover,
 #ug-e-0ccecf09 .c:active {
   color: #242424;
 }

 #ug-e-c873706b {
   width: 468px;
   left: 56.5px;
   top: 420px;
   transform: translate(0px, 0px);
   z-index: 3071;
 }

 #ug-e-c873706b .c {
   z-index: 3071;
   font-size: 23px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-c873706b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-2f9af907 {
   width: 466px;
   height: 385px;
   left: 57.5px;
   top: 420px;
   transform: translate(0px, 0px);
   z-index: 3070;
 }

 #ug-e-2f9af907 .c {
   z-index: 3070;
   ;
 }

 .ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacf9b1103445592030_m"] {
   max-width: 960px;
   width: 480px !important;
   height: 420px !important;
 }

 #ug-b-2c62e7e1 {
   height: 982.47px;
   background-color: rgb(255, 206, 0);
   background-image: url(../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif);
   background-position: 50% 50%;
   background-size: cover;
   background-repeat: no-repeat;
 }

 #ug-b-2c62e7e1 .ug-overlay {
   opacity: 0;
   background-color: #fff;
 }

 #ug-e-1ccfe150-d {
   width: 241px;
   left: 596.5px;
   top: 2.984px;
   transform: translate(0px, 0px);
   z-index: 2228;
 }

 #ug-e-1ccfe150-d .c {
   z-index: 2228;
   font-size: 16px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-1ccfe150-d .c>H2:nth-of-type(1)>B:nth-of-type(1) {
   color: rgb(255, 255, 255);
 }

 #ug-e-7d375cdc-d {
   width: 241px;
   left: 596.5px;
   top: 14.984px;
   transform: translate(0px, 0px);
   z-index: 2227;
 }

 #ug-e-7d375cdc-d .c {
   z-index: 2227;
   font-size: 24px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-7d375cdc-d .c>H2:nth-of-type(1)>B:nth-of-type(1) {
   color: rgb(255, 255, 255);
 }

 #ug-e-e8ddd590 {
   height: 123.75px;
   width: 365.75px;
   left: 298.153px;
   top: 18.9688px;
   transform: translate(0px, 0px);
   z-index: 2;
 }

 #ug-e-e8ddd590 .c {
   z-index: 2;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-e8ddd590 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 2;
   background-image: url(../_assets/385284-a4dfb18bef6b803e956971b501e77da5-04f01c.avif);
   background-size: 365.75px 123.75px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-ffce4aab-d {
   z-index: 2165;
   width: 240px;
   left: 360px;
   top: 100.986px;
   height: 11px;
   z-index: 2165;
   z-index: 2165;
   z-index: 2165;
   z-index: 2165;
   z-index: 2165;
   z-index: 2165;
   z-index: 2165;
   z-index: 2165;
 }

 #ug-e-ffce4aab-d .c {
   z-index: 2165;
   border-bottom: 1px solid #a3bac6;
 }

 #ug-e-922f62c8 {
   width: 766px;
   left: 94.1px;
   top: 159.781px;
   transform: translate(0px, 0px);
   z-index: 2004;
 }

 #ug-e-922f62c8 .c {
   line-height: 40px;
   letter-spacing: 0px;
   text-align: center;
   font-size: 40px;
   text-shadow: none;
   opacity: 1;
   z-index: 2004;
   ;
 }

 #ug-e-922f62c8 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-2ed44e3c {
   width: 760.5px;
   left: 96.85px;
   top: 256.817px;
   transform: translate(0px, 0px);
   z-index: 2007;
 }

 #ug-e-2ed44e3c .c {
   line-height: 20.8px;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 2007;
   ;
 }

 #ug-e-2ed44e3c .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-2ed44e3c .c>P:nth-of-type(2)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-2ed44e3c .c>P:nth-of-type(3)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-2ed44e3c .c>P:nth-of-type(4)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-2ed44e3c .c>P:nth-of-type(5)>SPAN:nth-of-type(1) {
   color: #000000
 }

 #ug-e-2ed44e3c .c>P:nth-of-type(5)>SPAN:nth-of-type(2) {
   color: rgb(0, 0, 0);
 }

 #ug-e-2ed44e3c .c>P:nth-of-type(6)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-2ed44e3c .c>P:nth-of-type(7)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-2ed44e3c .c>P:nth-of-type(8)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-2ed44e3c .c>P:nth-of-type(9)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-2ed44e3c .c>P:nth-of-type(10)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-4a889ba0 {
   width: 962px;
   height: 195.775px;
   left: -1px;
   top: 648.903px;
   transform: translate(0px, 0px);
   z-index: 8;
 }

 #ug-e-4a889ba0 .c {
   z-index: 8;
   opacity: 1;
   border: 0px solid rgb(163, 186, 198);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 14px;
   background-image: url(../_assets/385284-e4e4efc13cf4a11a862b4e60f7087ec9-97ac9a.avif);
   background-size: cover;
   background-color: rgb(255, 204, 0);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-d40740b3 {
   width: 400px;
   height: 155px;
   left: 19.4px;
   top: 671.755px;
   transform: translate(0px, 0px);
   z-index: 2012;
 }

 #ug-e-d40740b3 .c {
   z-index: 2012;
   opacity: 1;
   border: 0px solid rgb(0, 104, 199);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 19px;
   background-image: url(../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif);
   background-size: cover;
   background-color: rgb(0, 104, 199);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-012c5dd4 {
   width: 97.5px;
   left: 170.65px;
   top: 681.756px;
   transform: translate(0px, 0px);
   z-index: 2016;
 }

 #ug-e-012c5dd4 .c {
   line-height: 46.2px;
   letter-spacing: 0px;
   text-align: center;
   font-size: 42px;
   text-shadow: none;
   opacity: 1;
   z-index: 2016;
   ;
 }

 #ug-e-012c5dd4 .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-d6e83c86 {
   width: 517.5px;
   left: 428.5px;
   top: 689.263px;
   transform: translate(0px, 0px);
   z-index: 2013;
 }

 #ug-e-d6e83c86 .c {
   line-height: 24px;
   letter-spacing: 0px;
   text-align: left;
   font-size: 24px;
   text-shadow: none;
   opacity: 1;
   z-index: 2013;
   ;
 }

 #ug-e-d6e83c86 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #ffffff;
 }

 #ug-e-43a4c102 {
   width: 353.5px;
   left: 42.65px;
   top: 727.962px;
   transform: translate(0px, 0px);
   z-index: 2017;
 }

 #ug-e-43a4c102 .c {
   z-index: 2017;
   font-size: 26px;
   line-height: 28.6px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-43a4c102 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-cc3f0f45 {
   width: 650px;
   height: 64.1719px;
   left: 156px;
   top: 876.701px;
   transform: translate(0px, 0px);
   z-index: 2014;
 }

 #ug-e-cc3f0f45 .c {
   text-decoration: none;
   float: left;
   z-index: 2014;
   background-color: rgb(12, 235, 0);
   background-image: none;
   color: rgb(0, 0, 0);
   border: 0px;
   font-size: 18px;
   text-align: center;
   border-radius: 3px;
 }

 #ug-e-cc3f0f45 .c:hover,
 #ug-e-cc3f0f45 .c:active {
   background-color: #0ceb00;
 }

 #ug-e-cc3f0f45 .c:hover,
 #ug-e-cc3f0f45 .c:active {
   color: #000000;
 }

 #ug-e-544f1a06 {
   width: 468px;
   left: 52.5px;
   top: 12.853px;
   transform: translate(0px, 0px);
   z-index: 3059;
 }

 #ug-e-544f1a06 .c {
   z-index: 3059;
   font-size: 23px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-544f1a06 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-8b60a75d {
   width: 551px;
   height: 411px;
   left: 11px;
   top: 85.229px;
   transform: translate(0px, 0px);
   z-index: 3058;
 }

 #ug-e-8b60a75d .c {
   z-index: 3058;
   ;
 }

 .ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacf9998bc670810247"] {
   max-width: 960px;
   width: 575px !important;
   height: 513.219px !important;
 }

 #ug-b-5ea866fc {
   height: 924.5px;
   background-color: rgb(0, 0, 0);
   background-image: url(../_assets/385284-ae3d80823d1c473a3bdb14c25f6c5230-9314bb.avif);
   background-position: 50% 50%;
   background-size: cover;
   background-repeat: no-repeat;
 }

 #ug-b-5ea866fc .ug-overlay {
   opacity: 0;
   background-color: #fff;
 }

 #ug-e-a4398743 {
   width: 653px;
   left: 153.5px;
   top: 24.5115px;
   transform: translate(0px, 0px);
   z-index: 2175;
 }

 #ug-e-a4398743 .c {
   line-height: 40px;
   letter-spacing: 0px;
   text-align: center;
   font-size: 40px;
   text-shadow: none;
   opacity: 1;
   z-index: 2175;
 }

 #ug-e-a4398743 .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 206, 0)
 }

 #ug-e-16f70e7b {
   width: 779px;
   height: 349px;
   left: 90.5px;
   top: 140.5px;
   transform: translate(0px, 0px);
   z-index: 2210;
 }

 #ug-e-16f70e7b .c {
   z-index: 2210;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 23px;
 }

 #ug-e-16f70e7b .gsi_proximo {
   font-size: 24px;
   height: 24px;
   color: rgb(0, 0, 0);
   background-color: rgb(255, 255, 255);
   border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
 }

 #ug-e-16f70e7b .gsi_anterior {
   font-size: 24px;
   height: 24px;
   color: rgb(0, 0, 0);
   background-color: rgb(255, 255, 255);
   border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
 }

 #ug-e-16f70e7b #dd_gsi_imagem_1724875009764 {
   background-image: url(../_assets/385284-0b4c7577ddc3bb9aefc0c878b500c7c4-6c7e24.avif);
 }

 #ug-e-16f70e7b #dd_gsi_imagem_1724875058059 {
   background-image: url(../_assets/385284-1be47c1e0d3af92645e1cae4a4011d56-8f5ffb.avif);
 }

 #ug-e-16f70e7b #dd_gsi_imagem_1724875047800 {
   background-image: url(../_assets/385284-5a4a0282d414c5e6d9b28ee13bec65ea-0189b0.avif);
 }

 #ug-e-16f70e7b #dd_gsi_imagem_1725300608757 {
   background-image: url(../_assets/385284-8e3aa3f4950e7f69159c1232f10530fe-d4b4fd.avif);
 }

 #ug-e-16f70e7b #dd_gsi_imagem_1725476969653 {
   background-image: url(../_assets/385284-e17fc8486ae465a89bcb6b6a00131c1c-7755fb.avif);
 }

 #ug-e-16f70e7b #dd_gsi_imagem_1725476975009 {
   background-image: url(../_assets/385284-a08507d3ff5bb0030eaaa5e05688cf33-2b2143.avif);
 }

 #ug-e-16f70e7b #dd_gsi_imagem_1725476990437 {
   background-image: url(../_assets/385284-30f56a3cc3432f36607a9af63801096b-d7d25b.avif);
 }

 #ug-e-16f70e7b #dd_gsi_imagem_1726238137106 {
   background-image: url(../_assets/385284-bedf904a64aace3ab9ca41bd4fed784d-8e04e4.avif);
 }

 #ug-e-16f70e7b #dd_gsi_imagem_1742556612885 {
   background-image: url(../_assets/385284-5d1dd92c2db3cafc476a716a95636739-af9f3f.avif);
 }

 #ug-e-b0df9d5f {
   width: 779px;
   height: 349px;
   left: 110.5px;
   top: 160.5px;
   transform: translate(0px, 0px);
   z-index: 3249;
 }

 #ug-e-b0df9d5f .c {
   z-index: 3249;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 23px;
 }

 #ug-e-b0df9d5f .gsi_proximo {
   font-size: 24px;
   height: 24px;
   color: rgb(0, 0, 0);
   background-color: rgb(255, 255, 255);
   border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
 }

 #ug-e-b0df9d5f .gsi_anterior {
   font-size: 24px;
   height: 24px;
   color: rgb(0, 0, 0);
   background-color: rgb(255, 255, 255);
   border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
 }

 #ug-e-b0df9d5f #gsi_imagem_1724875009764 {
   background-image: url(../_assets/385284-0b4c7577ddc3bb9aefc0c878b500c7c4-6c7e24.avif);
 }

 #ug-e-b0df9d5f #gsi_imagem_1724875058059 {
   background-image: url(../_assets/385284-1be47c1e0d3af92645e1cae4a4011d56-8f5ffb.avif);
 }

 #ug-e-b0df9d5f #gsi_imagem_1724875047800 {
   background-image: url(../_assets/385284-5a4a0282d414c5e6d9b28ee13bec65ea-0189b0.avif);
 }

 #ug-e-b0df9d5f #gsi_imagem_1725300608757 {
   background-image: url(../_assets/385284-8e3aa3f4950e7f69159c1232f10530fe-d4b4fd.avif);
 }

 #ug-e-b0df9d5f #gsi_imagem_1725476969653 {
   background-image: url(../_assets/385284-e17fc8486ae465a89bcb6b6a00131c1c-7755fb.avif);
 }

 #ug-e-b0df9d5f #gsi_imagem_1725476975009 {
   background-image: url(../_assets/385284-a08507d3ff5bb0030eaaa5e05688cf33-2b2143.avif);
 }

 #ug-e-b0df9d5f #gsi_imagem_1725476990437 {
   background-image: url(../_assets/385284-30f56a3cc3432f36607a9af63801096b-d7d25b.avif);
 }

 #ug-e-b0df9d5f #gsi_imagem_1726238137106 {
   background-image: url(../_assets/385284-bedf904a64aace3ab9ca41bd4fed784d-8e04e4.avif);
 }

 #ug-e-b0df9d5f #gsi_imagem_1742556612885 {
   background-image: url(../_assets/385284-5d1dd92c2db3cafc476a716a95636739-af9f3f.avif);
 }

 #ug-e-988bafd2 {
   width: 779px;
   height: 349px;
   left: 90.5px;
   top: 525.5px;
   transform: translate(0px, 0px);
   z-index: 2213;
 }

 #ug-e-988bafd2 .c {
   z-index: 2213;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 23px;
 }

 #ug-e-988bafd2 .gsi_proximo {
   font-size: 24px;
   height: 24px;
   color: rgb(0, 0, 0);
   background-color: rgb(255, 255, 255);
   border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
 }

 #ug-e-988bafd2 .gsi_anterior {
   font-size: 24px;
   height: 24px;
   color: rgb(0, 0, 0);
   background-color: rgb(255, 255, 255);
   border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
 }

 #ug-e-988bafd2 #dd_gsi_imagem_1725300687013 {
   background-image: url(../_assets/385284-3f46b2094467ab4bd99ea7f411bc4bc4-33c069.avif);
 }

 #ug-e-988bafd2 #dd_gsi_imagem_1725300646426 {
   background-image: url(../_assets/385284-ea8aef38cf218e329d2f5db7e2a83969-e3741f.avif);
 }

 #ug-e-988bafd2 #dd_gsi_imagem_1725368847809 {
   background-image: url(../_assets/385284-f2df11137f6ffbd3d2362f3f8983597f-6c2578.avif);
 }

 #ug-e-988bafd2 #dd_gsi_imagem_1725300658072 {
   background-image: url(../_assets/385284-d1264bb839d81002b5541010c249bbf5-e40994.avif);
 }

 #ug-e-988bafd2 #dd_gsi_imagem_1725300661238 {
   background-image: url(../_assets/385284-649c41758f95d2804ac62f0452339530-71d2e2.avif);
 }

 #ug-e-988bafd2 #dd_gsi_imagem_1725300666439 {
   background-image: url(../_assets/385284-d1dcbe40930110548fe3bbf056d32d31-2b7843.avif);
 }

 #ug-e-988bafd2 #dd_gsi_imagem_1725300674568 {
   background-image: url(../_assets/385284-3eef99ce79a6f36b43be09d62d1f5dc0-1d6cf7.avif);
 }

 #ug-e-0d3b9b05 {
   width: 779px;
   height: 349px;
   left: 109.5px;
   top: 545.5px;
   transform: translate(0px, 0px);
   z-index: 3250;
 }

 #ug-e-0d3b9b05 .c {
   z-index: 3250;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 23px;
 }

 #ug-e-0d3b9b05 .gsi_proximo {
   font-size: 24px;
   height: 24px;
   color: rgb(0, 0, 0);
   background-color: rgb(255, 255, 255);
   border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
 }

 #ug-e-0d3b9b05 .gsi_anterior {
   font-size: 24px;
   height: 24px;
   color: rgb(0, 0, 0);
   background-color: rgb(255, 255, 255);
   border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
 }

 #ug-e-0d3b9b05 #gsi_imagem_1725300687013 {
   background-image: url(../_assets/385284-3f46b2094467ab4bd99ea7f411bc4bc4-33c069.avif);
 }

 #ug-e-0d3b9b05 #gsi_imagem_1725300646426 {
   background-image: url(../_assets/385284-ea8aef38cf218e329d2f5db7e2a83969-e3741f.avif);
 }

 #ug-e-0d3b9b05 #gsi_imagem_1725368847809 {
   background-image: url(../_assets/385284-f2df11137f6ffbd3d2362f3f8983597f-6c2578.avif);
 }

 #ug-e-0d3b9b05 #gsi_imagem_1725300658072 {
   background-image: url(../_assets/385284-d1264bb839d81002b5541010c249bbf5-e40994.avif);
 }

 #ug-e-0d3b9b05 #gsi_imagem_1725300661238 {
   background-image: url(../_assets/385284-649c41758f95d2804ac62f0452339530-71d2e2.avif);
 }

 #ug-e-0d3b9b05 #gsi_imagem_1725300666439 {
   background-image: url(../_assets/385284-d1dcbe40930110548fe3bbf056d32d31-2b7843.avif);
 }

 #ug-e-0d3b9b05 #gsi_imagem_1725300674568 {
   background-image: url(../_assets/385284-3eef99ce79a6f36b43be09d62d1f5dc0-1d6cf7.avif);
 }

 #ug-b-d8c99019 {
   height: 1890.19px;
   background-color: rgb(36, 36, 36);
 }

 #ug-b-d8c99019 .ug-overlay {
   opacity: 0;
   background-color: #fff;
 }

 #ug-e-3cc5292b {
   width: 554.5px;
   left: 194.3px;
   top: 31.4367px;
   transform: translate(0px, 0px);
   z-index: 3186;
 }

 #ug-e-3cc5292b .c {
   z-index: 3186;
   font-size: 40px;
   line-height: 44px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-3cc5292b .c>H2:nth-of-type(1)>B:nth-of-type(1) {
   color: rgb(255, 204, 0);
 }

 #ug-e-fa0990eb {
   z-index: 3189;
   width: 286.8px;
   left: 328.1px;
   top: 86.1818px;
   transform: translate(0px, 0px);
   z-index: 3189;
   z-index: 3189;
   z-index: 3189;
   z-index: 3189;
   z-index: 3189;
   z-index: 3189;
   z-index: 3189;
 }

 #ug-e-fa0990eb .c {
   z-index: 3189;
   font-size: 26px;
   line-height: 28.6px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-fa0990eb .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-e48558c5 {
   width: 958.8px;
   left: 1.2px;
   top: 156.54px;
   transform: translate(0px, 0px);
   z-index: 3190;
 }

 #ug-e-e48558c5 .c {
   z-index: 3190;
   font-size: 20px;
   line-height: 22px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-e48558c5 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-4db886c5 {
   width: 958.8px;
   left: 1.2px;
   top: 184.337px;
   transform: translate(0px, 0px);
   z-index: 3203;
 }

 #ug-e-4db886c5 .c {
   z-index: 3203;
   font-size: 18px;
   line-height: 19.8px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-4db886c5 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-19f95b6e {
   width: 958.8px;
   left: 2.2px;
   top: 233.644px;
   transform: translate(0px, 0px);
   z-index: 3191;
 }

 #ug-e-19f95b6e .c {
   z-index: 3191;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-19f95b6e .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-4981f23c {
   width: 958.8px;
   left: 3px;
   top: 261.495px;
   transform: translate(0px, 0px);
   z-index: 3192;
 }

 #ug-e-4981f23c .c {
   z-index: 3192;
   font-size: 18px;
   line-height: 19.8px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-4981f23c .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-5099c708 {
   width: 975px;
   height: 76.2812px;
   left: -15px;
   top: 302.257px;
   transform: translate(0px, 0px);
   z-index: 3193;
 }

 #ug-e-5099c708 .c {
   z-index: 3193;
   opacity: 1;
   border: 1px solid rgb(60, 60, 60);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(51, 50, 50);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-af41a39e {
   width: 958.8px;
   left: -1px;
   top: 305.993px;
   transform: translate(0px, 0px);
   z-index: 3195;
 }

 #ug-e-af41a39e .c {
   z-index: 3195;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-af41a39e .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-e7a5a866 {
   width: 958.8px;
   left: -1.9px;
   top: 332.476px;
   transform: translate(0px, 0px);
   z-index: 3196;
 }

 #ug-e-e7a5a866 .c {
   z-index: 3196;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-e7a5a866 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-ca7f3598 {
   width: 958.8px;
   left: 0.3px;
   top: 399.134px;
   transform: translate(0px, 0px);
   z-index: 3197;
 }

 #ug-e-ca7f3598 .c {
   z-index: 3197;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-ca7f3598 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-e13a3faa {
   width: 958.8px;
   left: 0.3px;
   top: 425.133px;
   transform: translate(0px, 0px);
   z-index: 3227;
 }

 #ug-e-e13a3faa .c {
   z-index: 3227;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-e13a3faa .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-83277a19 {
   width: 958.8px;
   left: 2.3px;
   top: 475.844px;
   transform: translate(0px, 0px);
   z-index: 3199;
 }

 #ug-e-83277a19 .c {
   z-index: 3199;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-83277a19 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-2618c50e {
   width: 975px;
   height: 63.0972px;
   left: -14px;
   top: 488.731px;
   transform: translate(0px, 0px);
   z-index: 3236;
 }

 #ug-e-2618c50e .c {
   z-index: 3236;
   opacity: 1;
   border: 1px solid rgb(60, 60, 60);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(51, 50, 50);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-6ba37ac7 {
   width: 958.8px;
   left: 2.3px;
   top: 500.844px;
   transform: translate(0px, 0px);
   z-index: 3200;
 }

 #ug-e-6ba37ac7 .c {
   z-index: 3200;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-6ba37ac7 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-7e16a1f4 {
   width: 958.8px;
   left: 1.2px;
   top: 558.246px;
   transform: translate(0px, 0px);
   z-index: 3201;
 }

 #ug-e-7e16a1f4 .c {
   z-index: 3201;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-7e16a1f4 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-75a5f880 {
   width: 958.8px;
   left: 1.2px;
   top: 583.246px;
   transform: translate(0px, 0px);
   z-index: 3212;
 }

 #ug-e-75a5f880 .c {
   z-index: 3212;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-75a5f880 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-b6609d14 {
   width: 975px;
   height: 78px;
   left: -12.1px;
   top: 631.557px;
   transform: translate(0px, 0px);
   z-index: 3202;
 }

 #ug-e-b6609d14 .c {
   z-index: 3202;
   opacity: 1;
   border: 1px solid rgb(60, 60, 60);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(51, 50, 50);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-e66adff2 {
   width: 958.8px;
   left: 4.1px;
   top: 636.096px;
   transform: translate(0px, 0px);
   z-index: 3232;
 }

 #ug-e-e66adff2 .c {
   z-index: 3232;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-e66adff2 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-f1598e7c {
   width: 958.8px;
   left: 4.1px;
   top: 661.092px;
   transform: translate(0px, 0px);
   z-index: 3204;
 }

 #ug-e-f1598e7c .c {
   z-index: 3204;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-f1598e7c .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-c0d39a35 {
   width: 958.8px;
   left: -0.7px;
   top: 733.675px;
   transform: translate(0px, 0px);
   z-index: 3205;
 }

 #ug-e-c0d39a35 .c {
   line-height: 1.1;
   letter-spacing: 0px;
   text-align: left;
   font-size: 20px;
   text-shadow: none;
   opacity: 1;
   z-index: 3205;
   ;
 }

 #ug-e-c0d39a35 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-a11a2744 {
   width: 975px;
   height: 62.4652px;
   left: -14.8px;
   top: 801.528px;
   transform: translate(0px, 0px);
   z-index: 3209;
 }

 #ug-e-a11a2744 .c {
   z-index: 3209;
   opacity: 1;
   border: 1px solid rgb(60, 60, 60);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(51, 50, 50);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-542c6eee {
   width: 958.8px;
   left: 0.6px;
   top: 807.018px;
   transform: translate(0px, 0px);
   z-index: 3208;
 }

 #ug-e-542c6eee .c {
   z-index: 3208;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-542c6eee .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-8cfc3c93 {
   width: 958.8px;
   left: 0.6px;
   top: 832.018px;
   transform: translate(0px, 0px);
   z-index: 3210;
 }

 #ug-e-8cfc3c93 .c {
   z-index: 3210;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-8cfc3c93 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-45bbf810 {
   width: 958.8px;
   left: 0.7px;
   top: 888.086px;
   transform: translate(0px, 0px);
   z-index: 3222;
 }

 #ug-e-45bbf810 .c {
   line-height: 1.1;
   letter-spacing: 0px;
   text-align: left;
   font-size: 20px;
   text-shadow: none;
   opacity: 1;
   z-index: 3222;
   ;
 }

 #ug-e-45bbf810 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-93b86d3b {
   width: 975px;
   height: 64.9999px;
   left: -15px;
   top: 979.4px;
   transform: translate(0px, 0px);
   z-index: 3198;
 }

 #ug-e-93b86d3b .c {
   z-index: 3198;
   opacity: 1;
   border: 1px solid rgb(60, 60, 60);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(51, 50, 50);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-24c8d01c {
   width: 958.8px;
   left: 0.4px;
   top: 986.9px;
   transform: translate(0px, 0px);
   z-index: 3214;
 }

 #ug-e-24c8d01c .c {
   line-height: 1.1;
   letter-spacing: 0px;
   text-align: left;
   font-size: 20px;
   text-shadow: none;
   opacity: 1;
   z-index: 3214;
   ;
 }

 #ug-e-24c8d01c .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-58ef5486 {
   width: 958.8px;
   left: 1.6px;
   top: 1064.05px;
   transform: translate(0px, 0px);
   z-index: 3215;
 }

 #ug-e-58ef5486 .c {
   z-index: 3215;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-58ef5486 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-d9fd509c {
   width: 958.8px;
   left: 1.6px;
   top: 1090.05px;
   transform: translate(0px, 0px);
   z-index: 3216;
 }

 #ug-e-d9fd509c .c {
   z-index: 3216;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-d9fd509c .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-92b9aa5e {
   width: 975px;
   height: 65.9201px;
   left: -16.6px;
   top: 1135.61px;
   transform: translate(0px, 0px);
   z-index: 3213;
 }

 #ug-e-92b9aa5e .c {
   z-index: 3213;
   opacity: 1;
   border: 1px solid rgb(60, 60, 60);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(51, 50, 50);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-b3bd337b {
   width: 958.8px;
   left: 1.9px;
   top: 1145.11px;
   transform: translate(0px, 0px);
   z-index: 3218;
 }

 #ug-e-b3bd337b .c {
   line-height: 1.1;
   letter-spacing: 0px;
   text-align: left;
   font-size: 20px;
   text-shadow: none;
   opacity: 1;
   z-index: 3218;
   ;
 }

 #ug-e-b3bd337b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-2a1b7715 {
   width: 958.8px;
   left: 0px;
   top: 1223.79px;
   transform: translate(0px, 0px);
   z-index: 3220;
 }

 #ug-e-2a1b7715 .c {
   z-index: 3220;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-2a1b7715 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-3167f001 {
   width: 958.8px;
   left: 1px;
   top: 1249.79px;
   transform: translate(0px, 0px);
   z-index: 3221;
 }

 #ug-e-3167f001 .c {
   z-index: 3221;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-3167f001 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-8c498eef {
   width: 975px;
   height: 58.5763px;
   left: -12.4px;
   top: 1292.71px;
   transform: translate(0px, 0px);
   z-index: 3207;
 }

 #ug-e-8c498eef .c {
   z-index: 3207;
   opacity: 1;
   border: 1px solid rgb(60, 60, 60);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(51, 50, 50);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-b7f018c2 {
   width: 958.8px;
   left: 3px;
   top: 1299.21px;
   transform: translate(0px, 0px);
   z-index: 3223;
 }

 #ug-e-b7f018c2 .c {
   line-height: 1.1;
   letter-spacing: 0px;
   text-align: left;
   font-size: 20px;
   text-shadow: none;
   opacity: 1;
   z-index: 3223;
   ;
 }

 #ug-e-b7f018c2 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-11ddeeba {
   width: 958.8px;
   left: 0.0999999px;
   top: 1372.7px;
   transform: translate(0px, 0px);
   z-index: 3225;
 }

 #ug-e-11ddeeba .c {
   z-index: 3225;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-11ddeeba .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-0477a2bb {
   width: 958.8px;
   left: 0.0999999px;
   top: 1398.7px;
   transform: translate(0px, 0px);
   z-index: 3226;
 }

 #ug-e-0477a2bb .c {
   z-index: 3226;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-0477a2bb .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-5966116f {
   width: 975px;
   height: 75px;
   left: -16.3px;
   top: 1442.02px;
   transform: translate(0px, 0px);
   z-index: 3194;
 }

 #ug-e-5966116f .c {
   z-index: 3194;
   opacity: 1;
   border: 1px solid rgb(60, 60, 60);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(51, 50, 50);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-7dfdbb50 {
   width: 958.8px;
   left: -0.9px;
   top: 1465.52px;
   transform: translate(0px, 0px);
   z-index: 3237;
 }

 #ug-e-7dfdbb50 .c {
   z-index: 3237;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-7dfdbb50 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-82c0f94f {
   width: 958.8px;
   left: -0.9px;
   top: 1485.52px;
   transform: translate(0px, 0px);
   z-index: 3239;
 }

 #ug-e-82c0f94f .c {
   z-index: 3239;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-82c0f94f .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-a57b8dec {
   width: 958.8px;
   left: -0.9px;
   top: 1490.52px;
   transform: translate(0px, 0px);
   z-index: 3238;
 }

 #ug-e-a57b8dec .c {
   z-index: 3238;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-a57b8dec .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-14f18464 {
   width: 958.8px;
   left: -0.9px;
   top: 1510.52px;
   transform: translate(0px, 0px);
   z-index: 3240;
 }

 #ug-e-14f18464 .c {
   z-index: 3240;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-14f18464 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-02e2d19c {
   width: 975px;
   height: 61px;
   left: -13.7px;
   top: 1605.94px;
   transform: translate(0px, 0px);
   z-index: 3187;
 }

 #ug-e-02e2d19c .c {
   z-index: 3187;
   opacity: 1;
   border: 1px solid rgb(60, 60, 60);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(51, 50, 50);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-5fc036a4 {
   width: 650px;
   height: 64.1719px;
   left: 154.4px;
   top: 1784.51px;
   transform: translate(0px, 0px);
   z-index: 3188;
 }

 #ug-e-5fc036a4 .c {
   text-decoration: none;
   float: left;
   z-index: 3188;
   background-color: rgb(245, 51, 63);
   background-image: none;
   color: rgb(255, 255, 255);
   border: 0px;
   font-size: 18px;
   text-align: center;
   border-radius: 3px;
 }

 #ug-e-5fc036a4 .c:hover,
 #ug-e-5fc036a4 .c:active {
   background-color: #004a98;
 }

 #ug-e-5fc036a4 .c:hover,
 #ug-e-5fc036a4 .c:active {
   color: #000000;
 }

 #ug-e-972c1a09 {
   width: 468px;
   left: 56.5px;
   top: 420px;
   transform: translate(0px, 0px);
   z-index: 3235;
 }

 #ug-e-972c1a09 .c {
   z-index: 3235;
   font-size: 23px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-972c1a09 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-9b546920 {
   width: 466px;
   height: 385px;
   left: 57.5px;
   top: 420px;
   transform: translate(0px, 0px);
   z-index: 3234;
 }

 #ug-e-9b546920 .c {
   z-index: 3234;
   ;
 }

 .ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacfa2171d779362012"] {
   max-width: 960px;
   width: 480px !important;
   height: 420px !important;
 }

 #ug-b-6bf169a1 {
   height: 1830.19px;
   background-color: rgb(36, 36, 36);
   background-image: url(../_assets/385284-ae3d80823d1c473a3bdb14c25f6c5230-9314bb.avif);
   background-position: 50% 50%;
   background-size: cover;
   background-repeat: no-repeat;
 }

 #ug-b-6bf169a1 .ug-overlay {
   opacity: 0;
   background-color: #fff;
 }

 #ug-e-578abd96 {
   width: 554.5px;
   left: 194.3px;
   top: 31.4367px;
   transform: translate(0px, 0px);
   z-index: 3178;
 }

 #ug-e-578abd96 .c {
   z-index: 3178;
   font-size: 40px;
   line-height: 44px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-578abd96 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
   color: rgb(255, 206, 0);
 }

 #ug-e-c045812f {
   z-index: 3181;
   width: 286.8px;
   left: 328.1px;
   top: 86.1818px;
   transform: translate(0px, 0px);
   z-index: 3181;
   z-index: 3181;
   z-index: 3181;
   z-index: 3181;
   z-index: 3181;
   z-index: 3181;
   z-index: 3181;
 }

 #ug-e-c045812f .c {
   z-index: 3181;
   font-size: 26px;
   line-height: 28.6px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-c045812f .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-7b5d7224 {
   width: 975px;
   height: 78.6875px;
   left: -15px;
   top: 150px;
   transform: translate(0px, 0px);
   z-index: 3179;
 }

 #ug-e-7b5d7224 .c {
   z-index: 3179;
   opacity: 1;
   border: 1px solid rgb(60, 60, 60);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(51, 50, 50);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-763e41b2 {
   width: 958.8px;
   left: 1.2px;
   top: 156.54px;
   transform: translate(0px, 0px);
   z-index: 3182;
 }

 #ug-e-763e41b2 .c {
   z-index: 3182;
   font-size: 20px;
   line-height: 22px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-763e41b2 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-86952a5e {
   width: 958.8px;
   left: 1.2px;
   top: 184.337px;
   transform: translate(0px, 0px);
   z-index: 3194;
 }

 #ug-e-86952a5e .c {
   z-index: 3194;
   font-size: 18px;
   line-height: 19.8px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-86952a5e .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-99d5194d {
   width: 958.8px;
   left: 2.2px;
   top: 242.238px;
   transform: translate(0px, 0px);
   z-index: 3183;
 }

 #ug-e-99d5194d .c {
   z-index: 3183;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-99d5194d .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-45014488 {
   width: 958.8px;
   left: 3px;
   top: 270.089px;
   transform: translate(0px, 0px);
   z-index: 3184;
 }

 #ug-e-45014488 .c {
   z-index: 3184;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-45014488 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-196a9c57 {
   width: 975px;
   height: 76.2812px;
   left: -15px;
   top: 321.242px;
   transform: translate(0px, 0px);
   z-index: 3185;
 }

 #ug-e-196a9c57 .c {
   z-index: 3185;
   opacity: 1;
   border: 1px solid rgb(60, 60, 60);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(51, 50, 50);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-753a90c7 {
   width: 958.8px;
   left: -1px;
   top: 324.978px;
   transform: translate(0px, 0px);
   z-index: 3186;
 }

 #ug-e-753a90c7 .c {
   z-index: 3186;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-753a90c7 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-6a1b38d8 {
   width: 958.8px;
   left: -1.9px;
   top: 351.461px;
   transform: translate(0px, 0px);
   z-index: 3187;
 }

 #ug-e-6a1b38d8 .c {
   z-index: 3187;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-6a1b38d8 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-387a3123 {
   width: 958.8px;
   left: 0.3px;
   top: 409.119px;
   transform: translate(0px, 0px);
   z-index: 3188;
 }

 #ug-e-387a3123 .c {
   z-index: 3188;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-387a3123 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-c7889fe1 {
   width: 958.8px;
   left: 0.3px;
   top: 435.118px;
   transform: translate(0px, 0px);
   z-index: 3218;
 }

 #ug-e-c7889fe1 .c {
   z-index: 3218;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-c7889fe1 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-cfe18c99 {
   width: 975px;
   height: 78.9062px;
   left: -9px;
   top: 485.05px;
   transform: translate(0px, 0px);
   z-index: 3190;
 }

 #ug-e-cfe18c99 .c {
   z-index: 3190;
   opacity: 1;
   border: 1px solid rgb(60, 60, 60);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(51, 50, 50);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-fa58d882 {
   width: 958.8px;
   left: 2.3px;
   top: 490.829px;
   transform: translate(0px, 0px);
   z-index: 3191;
 }

 #ug-e-fa58d882 .c {
   z-index: 3191;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-fa58d882 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-1df1daee {
   width: 958.8px;
   left: 2.3px;
   top: 515.829px;
   transform: translate(0px, 0px);
   z-index: 3219;
 }

 #ug-e-1df1daee .c {
   z-index: 3219;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-1df1daee .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-76d50f40 {
   width: 958.8px;
   left: 0.2px;
   top: 572.84px;
   transform: translate(0px, 0px);
   z-index: 3192;
 }

 #ug-e-76d50f40 .c {
   z-index: 3192;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-76d50f40 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-641ae61b {
   width: 958.8px;
   left: 0.2px;
   top: 596.89px;
   transform: translate(0px, 0px);
   z-index: 3203;
 }

 #ug-e-641ae61b .c {
   z-index: 3203;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-641ae61b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-a861c14b {
   width: 975px;
   height: 78px;
   left: -12.1px;
   top: 650.347px;
   transform: translate(0px, 0px);
   z-index: 3193;
 }

 #ug-e-a861c14b .c {
   z-index: 3193;
   opacity: 1;
   border: 1px solid rgb(60, 60, 60);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(51, 50, 50);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-42f16e6b {
   width: 958.8px;
   left: 4.1px;
   top: 654.886px;
   transform: translate(0px, 0px);
   z-index: 3220;
 }

 #ug-e-42f16e6b .c {
   z-index: 3220;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-42f16e6b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-f55720e1 {
   width: 958.8px;
   left: 4.1px;
   top: 679.882px;
   transform: translate(0px, 0px);
   z-index: 3195;
 }

 #ug-e-f55720e1 .c {
   z-index: 3195;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-f55720e1 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-1b6e8e50 {
   width: 958.8px;
   left: -0.7px;
   top: 738.402px;
   transform: translate(0px, 0px);
   z-index: 3196;
 }

 #ug-e-1b6e8e50 .c {
   z-index: 3196;
   font-size: 20px;
   line-height: 22px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-1b6e8e50 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-0a81e951 {
   width: 975px;
   height: 78px;
   left: -11.9px;
   top: 812.559px;
   transform: translate(0px, 0px);
   z-index: 3199;
 }

 #ug-e-0a81e951 .c {
   z-index: 3199;
   opacity: 1;
   border: 1px solid rgb(60, 60, 60);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(51, 50, 50);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-724c7d7f {
   width: 958.8px;
   left: 4.5px;
   top: 819.744px;
   transform: translate(0px, 0px);
   z-index: 3200;
 }

 #ug-e-724c7d7f .c {
   z-index: 3200;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-724c7d7f .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-e2de2716 {
   width: 958.8px;
   left: 3.5px;
   top: 843.049px;
   transform: translate(0px, 0px);
   z-index: 3201;
 }

 #ug-e-e2de2716 .c {
   z-index: 3201;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-e2de2716 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-1259e3de {
   width: 958.8px;
   left: 4.5px;
   top: 906.322px;
   transform: translate(0px, 0px);
   z-index: 3213;
 }

 #ug-e-1259e3de .c {
   z-index: 3213;
   font-size: 20px;
   line-height: 22px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-1259e3de .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-e9546025 {
   width: 975px;
   height: 97.4062px;
   left: -12.1px;
   top: 999.644px;
   transform: translate(0px, 0px);
   z-index: 3189;
 }

 #ug-e-e9546025 .c {
   z-index: 3189;
   opacity: 1;
   border: 1px solid rgb(60, 60, 60);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(51, 50, 50);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-a5731e67 {
   width: 958.8px;
   left: 3.3px;
   top: 1007.14px;
   transform: translate(0px, 0px);
   z-index: 3205;
 }

 #ug-e-a5731e67 .c {
   z-index: 3205;
   font-size: 20px;
   line-height: 22px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-a5731e67 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-9eba589a {
   width: 958.8px;
   left: 4.5px;
   top: 1111.71px;
   transform: translate(0px, 0px);
   z-index: 3206;
 }

 #ug-e-9eba589a .c {
   z-index: 3206;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-9eba589a .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-837b3a59 {
   width: 958.8px;
   left: 4.5px;
   top: 1137.71px;
   transform: translate(0px, 0px);
   z-index: 3207;
 }

 #ug-e-837b3a59 .c {
   z-index: 3207;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-837b3a59 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-5a9aecfc {
   width: 975px;
   height: 83.9688px;
   left: -11.6px;
   top: 1190.2px;
   transform: translate(0px, 0px);
   z-index: 3204;
 }

 #ug-e-5a9aecfc .c {
   z-index: 3204;
   opacity: 1;
   border: 1px solid rgb(60, 60, 60);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(51, 50, 50);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-ee0fbcec {
   width: 958.8px;
   left: 7px;
   top: 1199.7px;
   transform: translate(0px, 0px);
   z-index: 3209;
 }

 #ug-e-ee0fbcec .c {
   z-index: 3209;
   font-size: 20px;
   line-height: 22px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-ee0fbcec .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-ec124249 {
   width: 958.8px;
   left: 1.8px;
   top: 1284.38px;
   transform: translate(0px, 0px);
   z-index: 3211;
 }

 #ug-e-ec124249 .c {
   z-index: 3211;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-ec124249 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-3cfa9f25 {
   width: 958.8px;
   left: 2.8px;
   top: 1310.38px;
   transform: translate(0px, 0px);
   z-index: 3212;
 }

 #ug-e-3cfa9f25 .c {
   z-index: 3212;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-3cfa9f25 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-120ab50b {
   width: 975px;
   height: 86.2812px;
   left: -14.6px;
   top: 1365.57px;
   transform: translate(0px, 0px);
   z-index: 3198;
 }

 #ug-e-120ab50b .c {
   z-index: 3198;
   opacity: 1;
   border: 1px solid rgb(60, 60, 60);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(51, 50, 50);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-ced5e217 {
   width: 958.8px;
   left: 0.8px;
   top: 1372.07px;
   transform: translate(0px, 0px);
   z-index: 3214;
 }

 #ug-e-ced5e217 .c {
   z-index: 3214;
   font-size: 20px;
   line-height: 22px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-ced5e217 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-da4b4e3e {
   width: 958.8px;
   left: 0px;
   top: 1473.54px;
   transform: translate(0px, 0px);
   z-index: 3216;
 }

 #ug-e-da4b4e3e .c {
   z-index: 3216;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-da4b4e3e .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-5d0375a3 {
   width: 958.8px;
   left: 0px;
   top: 1499.54px;
   transform: translate(0px, 0px);
   z-index: 3217;
 }

 #ug-e-5d0375a3 .c {
   z-index: 3217;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-5d0375a3 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-35856cdd {
   width: 975px;
   height: 62.5763px;
   left: -11.7px;
   top: 1549.68px;
   transform: translate(0px, 0px);
   z-index: 3228;
 }

 #ug-e-35856cdd .c {
   z-index: 3228;
   opacity: 1;
   border: 1px solid rgb(60, 60, 60);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(51, 50, 50);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-81eb6c87 {
   width: 958.8px;
   left: 3.7px;
   top: 1556.18px;
   transform: translate(0px, 0px);
   z-index: 3229;
 }

 #ug-e-81eb6c87 .c {
   z-index: 3229;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-81eb6c87 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-935babbf {
   width: 958.8px;
   left: 3.7px;
   top: 1581.18px;
   transform: translate(0px, 0px);
   z-index: 3230;
 }

 #ug-e-935babbf .c {
   z-index: 3230;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-935babbf .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-c36437e4 {
   width: 958.8px;
   left: 1.9px;
   top: 1629.72px;
   transform: translate(0px, 0px);
   z-index: 3231;
 }

 #ug-e-c36437e4 .c {
   z-index: 3231;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-c36437e4 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-c9e8f918 {
   width: 958.8px;
   left: 1.9px;
   top: 1657.47px;
   transform: translate(0px, 0px);
   z-index: 3232;
 }

 #ug-e-c9e8f918 .c {
   z-index: 3232;
   font-size: 18px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-c9e8f918 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-37f7aaea {
   width: 650px;
   height: 64.1719px;
   left: 150.4px;
   top: 1743.57px;
   transform: translate(0px, 0px);
   z-index: 3180;
 }

 #ug-e-37f7aaea .c {
   text-decoration: none;
   float: left;
   z-index: 3180;
   background-color: rgb(12, 235, 0);
   background-image: none;
   color: rgb(0, 0, 0);
   border: 0px;
   font-size: 18px;
   text-align: center;
   border-radius: 3px;
 }

 #ug-e-37f7aaea .c:hover,
 #ug-e-37f7aaea .c:active {
   background-color: #0ceb00;
 }

 #ug-e-37f7aaea .c:hover,
 #ug-e-37f7aaea .c:active {
   color: #000000;
 }

 #ug-e-398fa921 {
   width: 468px;
   left: 57px;
   top: 8.853px;
   transform: translate(0px, 0px);
   z-index: 3227;
 }

 #ug-e-398fa921 .c {
   z-index: 3227;
   font-size: 23px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-398fa921 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-6f9dd6e8 {
   width: 553px;
   height: 412px;
   left: 15px;
   top: 90.229px;
   transform: translate(0px, 0px);
   z-index: 3226;
 }

 #ug-e-6f9dd6e8 .c {
   z-index: 3226;
   ;
 }

 .ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacfa09ad5167777999"] {
   max-width: 960px;
   width: 581px !important;
   height: 519.219px !important;
 }

 #ug-b-4d3b05e3 {
   height: 817.375px;
   background-color: rgb(36, 36, 36);
   background-image: url(../_assets/385284-ae3d80823d1c473a3bdb14c25f6c5230-9314bb.avif);
   background-position: 50% 50%;
   background-size: cover;
   background-repeat: no-repeat;
 }

 #ug-b-4d3b05e3 .ug-overlay {
   opacity: 0;
   background-color: #fff;
 }

 #ug-e-b3247bb5 {
   z-index: 2407;
   width: 240px;
   left: 360px;
   top: 8.625px;
   height: 10.9091px;
   z-index: 2407;
   z-index: 2407;
   z-index: 2407;
   z-index: 2407;
 }

 #ug-e-b3247bb5 .c {
   z-index: 2407;
   border-bottom: 1px solid rgb(163, 186, 198);
 }

 #ug-e-8c23fa35 {
   z-index: 2408;
   width: 240px;
   left: 360px;
   top: 28.625px;
   height: 10.9091px;
   z-index: 2408;
   z-index: 2408;
   z-index: 2408;
   z-index: 2408;
 }

 #ug-e-8c23fa35 .c {
   z-index: 2408;
   border-bottom: 1px solid rgb(163, 186, 198);
 }

 #ug-e-157a6568 {
   z-index: 2494;
   width: 240px;
   left: 360px;
   top: 28.625px;
   height: 10.9091px;
   z-index: 2494;
   z-index: 2494;
   z-index: 2494;
   z-index: 2494;
 }

 #ug-e-157a6568 .c {
   z-index: 2494;
   border-bottom: 1px solid rgb(163, 186, 198);
 }

 #ug-e-75ee0401 {
   width: 655.3px;
   left: 152.35px;
   top: 33.589px;
   transform: translate(0px, 0px);
   z-index: 2399;
 }

 #ug-e-75ee0401 .c {
   z-index: 2399;
   font-size: 40px;
   line-height: 40px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-75ee0401 .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 207, 0);
 }

 #ug-e-65276a32 {
   z-index: 2495;
   width: 240px;
   left: 360px;
   top: 48.625px;
   height: 10.9091px;
   z-index: 2495;
   z-index: 2495;
   z-index: 2495;
   z-index: 2495;
 }

 #ug-e-65276a32 .c {
   z-index: 2495;
   border-bottom: 1px solid rgb(163, 186, 198);
 }

 #ug-e-90da2470 {
   z-index: 2496;
   width: 240px;
   left: 360px;
   top: 68.625px;
   height: 10.9091px;
   z-index: 2496;
   z-index: 2496;
   z-index: 2496;
   z-index: 2496;
 }

 #ug-e-90da2470 .c {
   z-index: 2496;
   border-bottom: 1px solid rgb(163, 186, 198);
 }

 #ug-e-a0c66752 {
   width: 423px;
   left: 0px;
   top: 159.179px;
   transform: translate(0px, 0px);
   z-index: 2401;
 }

 #ug-e-a0c66752 .c {
   z-index: 2401;
   font-size: 20px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-a0c66752 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
   color: rgb(255, 207, 0);
 }

 #ug-e-a0c66752 .c>H2:nth-of-type(1)>B:nth-of-type(2) {
   color: rgb(59, 255, 204);
 }

 #ug-e-a0c66752 .c>H2:nth-of-type(2)>DIV:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-ecb713c1 {
   height: 616px;
   left: 474.343px;
   top: 159.1px;
   transform: translate(0px, 0px);
   z-index: 2400;
 }

 #ug-e-ecb713c1 .c {
   z-index: 2400;
   border-left: 1px solid rgb(255, 255, 255);
 }

 #ug-e-b8c1a761 {
   width: 423px;
   left: 537px;
   top: 159.179px;
   transform: translate(0px, 0px);
   z-index: 2404;
 }

 #ug-e-b8c1a761 .c {
   z-index: 2404;
   font-size: 20px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-b8c1a761 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
   color: rgb(255, 207, 0);
 }

 #ug-e-b8c1a761 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-f98f1b02 {
   width: 423px;
   left: 0px;
   top: 346.178px;
   transform: translate(0px, 0px);
   z-index: 2402;
 }

 #ug-e-f98f1b02 .c {
   z-index: 2402;
   font-size: 20px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-f98f1b02 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
   color: rgb(255, 207, 0);
 }

 #ug-e-f98f1b02 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(241, 241, 241);
 }

 #ug-e-f485d261 {
   width: 423px;
   left: 537px;
   top: 346.179px;
   transform: translate(0px, 0px);
   z-index: 2405;
 }

 #ug-e-f485d261 .c {
   z-index: 2405;
   font-size: 20px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-f485d261 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-weight: bold;
   color: rgb(255, 207, 0);
 }

 #ug-e-f485d261 .c>H2:nth-of-type(1)>U:nth-of-type(1) {
   font-weight: 700;
   color: rgb(159, 230, 24);
 }

 #ug-e-f485d261 .c>H2:nth-of-type(1)>SPAN:nth-of-type(2) {
   color: #f1f1f1;
 }

 #ug-e-ac4fcc84 {
   width: 423px;
   left: 0px;
   top: 577.179px;
   transform: translate(0px, 0px);
   z-index: 2403;
 }

 #ug-e-ac4fcc84 .c {
   line-height: 22px;
   letter-spacing: 0px;
   text-align: center;
   font-size: 20px;
   text-shadow: none;
   opacity: 1;
   z-index: 2403;
   ;
 }

 #ug-e-ac4fcc84 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-weight: 700;
   color: rgb(255, 207, 0);
 }

 #ug-e-ac4fcc84 .c>H2:nth-of-type(1)>SPAN:nth-of-type(2) {
   color: rgb(241, 241, 241);
 }

 #ug-e-5d70cb39 {
   width: 423px;
   left: 537px;
   top: 577.18px;
   transform: translate(0px, 0px);
   z-index: 2406;
 }

 #ug-e-5d70cb39 .c {
   z-index: 2406;
   font-size: 20px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-5d70cb39 .c>H2:nth-of-type(1)>B:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 207, 0);
 }

 #ug-e-5d70cb39 .c>H2:nth-of-type(1)>B:nth-of-type(1)>SPAN:nth-of-type(2) {
   color: rgb(159, 230, 24);
 }

 #ug-e-5d70cb39 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 255, 255);
 }

 #ug-b-a76871c2 {
   height: 2353.19px;
   background-color: rgb(36, 36, 36);
  background-image: url(../_assets\385284-0e69da5ae0298f7a8def99c3cf95206d-d6de24.avif ) !important;
   background-position: 50% 50%;
 }

 #ug-b-a76871c2 .ug-overlay {
   opacity: 0;
   background-color: #fff;
 }

 #ug-e-fc343ca3 {
   width: 960px;
   height: 1708.2px;
   left: 0px;
   top: -0.001px;
   transform: translate(0px, 0px);
   z-index: 2428;
 }

 #ug-e-fc343ca3 .c {
   z-index: 2428;
   opacity: 1;
   border: 0px solid rgb(163, 186, 198);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 26px 26px 0px 0px;
   background-image: url(../_assets/385284-0e69da5ae0298f7a8def99c3cf95206d-d6de24.avif);
   background-size: cover;
   background-color: rgb(255, 255, 255);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-ab6c3e02 {
   width: 859px;
   left: 50px;
   top: 68.9338px;
   transform: translate(0px, 0px);
   z-index: 2457;
 }

 #ug-e-ab6c3e02 .c {
   z-index: 2457;
   font-size: 40px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-ab6c3e02 .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-bb2d930c {
   width: 545.1px;
   left: 203.8px;
   top: 111.915px;
   transform: translate(0px, 0px);
   z-index: 2458;
 }

 #ug-e-bb2d930c .c {
   z-index: 2458;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-742c7b70 {
   width: 163px;
   height: 120px;
   left: 380.955px;
   top: 177.971px;
   transform: translate(0px, 0px);
   z-index: 2456;
 }

 #ug-e-742c7b70 .c {
   z-index: 2456;
   opacity: 1;
   border: 1px solid rgb(0, 0, 0);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 17px;
   background-image: none;
   background-size: cover;
   background-color: rgb(36, 36, 36);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-3b489bb8 {
   width: 163px;
   height: 120px;
   left: 380.955px;
   top: 197.971px;
   transform: translate(0px, 0px);
   z-index: 2462;
 }

 #ug-e-3b489bb8 .c {
   z-index: 2462;
   opacity: 1;
   border: 1px solid rgb(0, 0, 0);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 17px;
   background-image: none;
   background-size: cover;
   background-color: rgb(36, 36, 36);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-f418e5dc {
   width: 126.979px;
   left: 399.037px;
   top: 215.95px;
   transform: translate(0px, 0px);
   z-index: 2463;
 }

 #ug-e-f418e5dc .c {
   z-index: 2463;
   font-size: 20px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-f418e5dc .c>H6:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #ffffff;
 }

 #ug-e-b32c2fe4 {
   width: 163px;
   height: 120px;
   left: 380.955px;
   top: 217.971px;
   transform: translate(0px, 0px);
   z-index: 2433;
 }

 #ug-e-b32c2fe4 .c {
   z-index: 2433;
   opacity: 1;
   border: 1px solid rgb(0, 0, 0);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 17px;
   background-image: none;
   background-size: cover;
   background-color: rgb(36, 36, 36);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-7d07b50e {
   width: 494px;
   left: 1.95px;
   top: 224.84px;
   transform: translate(0px, 0px);
   z-index: 2452;
 }

 #ug-e-7d07b50e .c {
   z-index: 2452;
   font-size: 30px;
   line-height: 33px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-7d07b50e .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-a3764592 {
   width: 126.979px;
   left: 399.037px;
   top: 235.95px;
   transform: translate(0px, 0px);
   z-index: 2464;
 }

 #ug-e-a3764592 .c {
   z-index: 2464;
   font-size: 20px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-a3764592 .c>H6:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(28, 28, 28);
 }

 #ug-e-04358e95 {
   width: 545.1px;
   left: 2.05px;
   top: 273.84px;
   transform: translate(0px, 0px);
   z-index: 2453;
 }

 #ug-e-04358e95 .c {
   z-index: 2453;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-7db24da4 {
   height: 126.111px;
   width: 264.784px;
   left: 282.315px;
   top: 324.84px;
   transform: translate(0px, 0px);
   z-index: 2455;
 }

 #ug-e-7db24da4 .c {
   z-index: 2455;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-7db24da4 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 1944;
   background-image: url(../_assets/385284-ecf07238cb4e2e2bb08ff4d199179198-2322f9.avif);
   background-size: 265px 126px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-9b71e745 {
   left: 6.3865px;
   top: 328.84px;
   width: 258.3px;
   height: 123.043px;
   transform: translate(0px, 0px);
   z-index: 2431;
 }

 #ug-e-9b71e745 .c {
   z-index: 2431;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-9b71e745 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 1907;
   background-image: url(../_assets/385284-c20640ec830d636103092736298f50d5-f33cda.avif);
   background-size: 258.297px 123.031px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-be238b86 {
   width: 164px;
   left: 377.971px;
   top: 333.73px;
   transform: translate(0px, 0px);
   z-index: 2434;
 }

 #ug-e-be238b86 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 2434;
   ;
 }

 #ug-e-be238b86 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-87535c99 {
   width: 126.979px;
   left: 197.75px;
   top: 346.526px;
   transform: translate(0px, 0px);
   z-index: 2429;
 }

 #ug-e-87535c99 .c {
   z-index: 2429;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-87535c99 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-aa766d66 {
   width: 182px;
   left: 570.4px;
   top: 349.043px;
   transform: translate(0px, 0px);
   z-index: 2465;
 }

 #ug-e-aa766d66 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 2465;
   ;
 }

 #ug-e-aa766d66 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(36, 36, 36);
 }

 #ug-e-624e752f {
   left: 282.274px;
   top: 450.84px;
   width: 263.926px;
   height: 62.5087px;
   transform: translate(0px, 0px);
   z-index: 2454;
 }

 #ug-e-624e752f .c {
   text-decoration: none;
   float: left;
   z-index: 2454;
   background-color: rgb(255, 255, 255);
   background-image: none;
   color: rgb(36, 36, 36);
   border: 0px;
   font-size: 20.836px;
   text-align: center;
   border-radius: 3px;
 }

 #ug-e-624e752f:hover .c,
 #ug-e-624e752f:active .c {
   background-color: #ffffff;
 }

 #ug-e-624e752f:hover .c,
 #ug-e-624e752f:active .c {
   color: #ffffff;
 }

 #ug-e-f1212a7e {
   left: 6.3px;
   top: 452.84px;
   width: 258.13px;
   height: 61.1359px;
   transform: translate(0px, 0px);
   z-index: 2430;
 }

 #ug-e-f1212a7e .c {
   text-decoration: none;
   float: left;
   z-index: 2430;
   background-color: rgb(255, 255, 255);
   background-image: none;
   color: rgb(36, 36, 36);
   border: 0px;
   font-size: 20.3776px;
   text-align: center;
   border-radius: 3px;
 }

 #ug-e-f1212a7e:hover .c,
 #ug-e-f1212a7e:active .c {
   background-color: #ffffff;
 }

 #ug-e-f1212a7e:hover .c,
 #ug-e-f1212a7e:active .c {
   color: #ffffff;
 }

 #ug-e-9aa04bb6 {
   width: 182px;
   left: 570.4px;
   top: 470.262px;
   transform: translate(0px, 0px);
   z-index: 2436;
 }

 #ug-e-9aa04bb6 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 2436;
   ;
 }

 #ug-e-9aa04bb6 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-fac73d62 {
   width: 151px;
   left: 386.271px;
   top: 492.097px;
   transform: translate(0px, 0px);
   z-index: 2445;
 }

 #ug-e-fac73d62 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 2445;
   ;
 }

 #ug-e-fac73d62 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-8ccd3f96 {
   width: 126.979px;
   left: 196.35px;
   top: 506.058px;
   transform: translate(0px, 0px);
   z-index: 2435;
 }

 #ug-e-8ccd3f96 .c {
   z-index: 2435;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-8ccd3f96 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-2e5e101b {
   width: 154px;
   left: 387.971px;
   top: 640.698px;
   transform: translate(0px, 0px);
   z-index: 2438;
 }

 #ug-e-2e5e101b .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 2438;
   ;
 }

 #ug-e-2e5e101b .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-09e864d7 {
   width: 182.8px;
   left: 570.41px;
   top: 652.019px;
   transform: translate(0px, 0px);
   z-index: 2439;
 }

 #ug-e-09e864d7 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 2439;
   ;
 }

 #ug-e-09e864d7 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-09b2c431 {
   width: 154.979px;
   left: 198.55px;
   top: 664.595px;
   transform: translate(0px, 0px);
   z-index: 2437;
 }

 #ug-e-09b2c431 .c {
   z-index: 2437;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-09b2c431 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-36687502 {
   width: 172.1px;
   left: 569.61px;
   top: 787.316px;
   transform: translate(0px, 0px);
   z-index: 2442;
 }

 #ug-e-36687502 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 2442;
   ;
 }

 #ug-e-36687502 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-17dc7b42 {
   width: 156.3px;
   left: 197.25px;
   top: 855.616px;
   transform: translate(0px, 0px);
   z-index: 2440;
 }

 #ug-e-17dc7b42 .c {
   z-index: 2440;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-17dc7b42 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-55cac0f9 {
   width: 164px;
   left: 377.971px;
   top: 863.477px;
   transform: translate(0px, 0px);
   z-index: 2441;
 }

 #ug-e-55cac0f9 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 2441;
   ;
 }

 #ug-e-55cac0f9 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-e35827fb {
   width: 182.8px;
   left: 568.61px;
   top: 1028.36px;
   transform: translate(0px, 0px);
   z-index: 2461;
 }

 #ug-e-e35827fb .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 2461;
   ;
 }

 #ug-e-e35827fb .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-5abb7ae7 {
   width: 164px;
   left: 379.771px;
   top: 1103.2px;
   transform: translate(0px, 0px);
   z-index: 2444;
 }

 #ug-e-5abb7ae7 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 2444;
   ;
 }

 #ug-e-5abb7ae7 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-ace5f6f0 {
   width: 154.979px;
   left: 197.392px;
   top: 1109.17px;
   transform: translate(0px, 0px);
   z-index: 2443;
 }

 #ug-e-ace5f6f0 .c {
   z-index: 2443;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-ace5f6f0 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-03263f60 {
   width: 182.8px;
   left: 570.41px;
   top: 1261.13px;
   transform: translate(0px, 0px);
   z-index: 2448;
 }

 #ug-e-03263f60 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 2448;
   ;
 }

 #ug-e-03263f60 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-5b1bffdd {
   width: 164px;
   left: 378.971px;
   top: 1304.86px;
   transform: translate(0px, 0px);
   z-index: 2447;
 }

 #ug-e-5b1bffdd .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 2447;
   ;
 }

 #ug-e-5b1bffdd .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-ef39c2cb {
   width: 154.979px;
   left: 197.392px;
   top: 1317.57px;
   transform: translate(0px, 0px);
   z-index: 2446;
 }

 #ug-e-ef39c2cb .c {
   z-index: 2446;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-ef39c2cb .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-5a8e4680 {
   width: 174px;
   left: 374.799px;
   top: 1453.16px;
   transform: translate(0px, 0px);
   z-index: 2450;
 }

 #ug-e-5a8e4680 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 2450;
   ;
 }

 #ug-e-5a8e4680 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-2b626bc7 {
   width: 182.8px;
   left: 570.41px;
   top: 1454.31px;
   transform: translate(0px, 0px);
   z-index: 2451;
 }

 #ug-e-2b626bc7 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 2451;
   ;
 }

 #ug-e-2b626bc7 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-915ee588 {
   width: 154.979px;
   left: 197.713px;
   top: 1486.15px;
   transform: translate(0px, 0px);
   z-index: 2449;
 }

 #ug-e-915ee588 .c {
   z-index: 2449;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-915ee588 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-b839a86d {
   width: 555.3px;
   left: 199.2px;
   top: 1556.42px;
   transform: translate(0px, 0px);
   z-index: 2432;
 }

 #ug-e-b839a86d .c {
   z-index: 2432;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-5f7bb31f {
   width: 649.6px;
   height: 64.1719px;
   left: 149px;
   top: 1610.02px;
   transform: translate(0px, 0px);
   z-index: 2460;
 }

 #ug-e-5f7bb31f .c {
   text-decoration: none;
   float: left;
   z-index: 2460;
   background-color: rgb(245, 51, 63);
   background-image: none;
   color: rgb(255, 255, 255);
   border: 0px;
   font-size: 18px;
   text-align: center;
   box-shadow: rgb(207, 207, 207) 0px 1px 3px;
   border-radius: 10px;
 }

 #ug-e-5f7bb31f .c:hover,
 #ug-e-5f7bb31f .c:active {
   background-color: #004a98;
 }

 #ug-e-5f7bb31f .c:hover,
 #ug-e-5f7bb31f .c:active {
   color: #000000;
 }

 #ug-e-f7a5a416 {
   width: 468px;
   left: 56.5px;
   top: 420px;
   transform: translate(0px, 0px);
   z-index: 3075;
 }

 #ug-e-f7a5a416 .c {
   z-index: 3075;
   font-size: 23px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-f7a5a416 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-ef27a646 {
   width: 466px;
   height: 385px;
   left: 57.5px;
   top: 420px;
   transform: translate(0px, 0px);
   z-index: 3074;
 }

 #ug-e-ef27a646 .c {
   z-index: 3074;
   ;
 }

 .ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacf9be757163047307"] {
   max-width: 960px;
   width: 480px !important;
   height: 420px !important;
 }

 #ug-e-e8a3d137 {
   z-index: 2459;
   width: 555.3px;
   left: 22.55px;
   top: 1640.72px;
   transform: translate(0px, 0px);
   z-index: 2459;
   z-index: 2459;
   z-index: 2459;
   z-index: 2459;
   z-index: 2459;
   z-index: 2459;
   z-index: 2459;
   z-index: 2459;
   z-index: 2459;
   z-index: 2459;
 }

 #ug-e-e8a3d137 .c {
   z-index: 2459;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-d900122b {
   z-index: 2466;
   height: 240px;
   left: 480px;
   top: 1708.19px;
   z-index: 2466;
   z-index: 2466;
   z-index: 2466;
   z-index: 2466;
 }

 #ug-e-d900122b .c {
   z-index: 2466;
   border-left: 1px solid rgb(163, 186, 198);
 }

 #ug-e-2712895c {
   z-index: 2467;
   width: 240px;
   left: 360px;
   top: 1988.19px;
   height: 11px;
   z-index: 2467;
   z-index: 2467;
   z-index: 2467;
   z-index: 2467;
 }

 #ug-e-2712895c .c {
   z-index: 2467;
   border-bottom: 1px solid rgb(163, 186, 198);
 }

 #ug-e-185791b4 {
   z-index: 2468;
   width: 240px;
   left: 360px;
   top: 2008.19px;
   height: 11px;
   z-index: 2468;
   z-index: 2468;
   z-index: 2468;
   z-index: 2468;
 }

 #ug-e-185791b4 .c {
   z-index: 2468;
   border-bottom: 1px solid rgb(163, 186, 198);
 }

 #ug-e-4a7b699a {
   z-index: 2469;
   width: 240px;
   left: 360px;
   top: 2008.19px;
   height: 11px;
   z-index: 2469;
   z-index: 2469;
   z-index: 2469;
   z-index: 2469;
 }

 #ug-e-4a7b699a .c {
   z-index: 2469;
   border-bottom: 1px solid rgb(163, 186, 198);
 }

 #ug-e-1b513f86 {
   z-index: 2471;
   width: 240px;
   left: 360px;
   top: 2028.19px;
   height: 11px;
   z-index: 2471;
   z-index: 2471;
   z-index: 2471;
   z-index: 2471;
 }

 #ug-e-1b513f86 .c {
   z-index: 2471;
   border-bottom: 1px solid rgb(163, 186, 198);
 }

 #ug-e-e37bacee {
   z-index: 2472;
   width: 240px;
   left: 360px;
   top: 2028.19px;
   height: 11px;
   z-index: 2472;
   z-index: 2472;
   z-index: 2472;
   z-index: 2472;
 }

 #ug-e-e37bacee .c {
   z-index: 2472;
   border-bottom: 1px solid rgb(163, 186, 198);
 }

 #ug-e-d2c152da {
   z-index: 2473;
   width: 240px;
   left: 360px;
   top: 2048.19px;
   height: 11px;
   z-index: 2473;
   z-index: 2473;
   z-index: 2473;
   z-index: 2473;
 }

 #ug-e-d2c152da .c {
   z-index: 2473;
   border-bottom: 1px solid rgb(163, 186, 198);
 }

 #ug-e-e3429f4b {
   z-index: 2474;
   width: 240px;
   left: 360px;
   top: 2048.19px;
   height: 11px;
   z-index: 2474;
   z-index: 2474;
   z-index: 2474;
   z-index: 2474;
 }

 #ug-e-e3429f4b .c {
   z-index: 2474;
   border-bottom: 1px solid rgb(163, 186, 198);
 }

 #ug-e-e13fb7a6 {
   z-index: 2475;
   width: 240px;
   left: 360px;
   top: 2068.19px;
   height: 11px;
   z-index: 2475;
   z-index: 2475;
   z-index: 2475;
   z-index: 2475;
 }

 #ug-e-e13fb7a6 .c {
   z-index: 2475;
   border-bottom: 1px solid rgb(163, 186, 198);
 }

 #ug-e-f63c1c81 {
   z-index: 2476;
   width: 240px;
   left: 360px;
   top: 2068.19px;
   height: 11px;
   z-index: 2476;
   z-index: 2476;
   z-index: 2476;
   z-index: 2476;
 }

 #ug-e-f63c1c81 .c {
   z-index: 2476;
   border-bottom: 1px solid rgb(163, 186, 198);
 }

 #ug-e-44d7d619 {
   z-index: 2477;
   width: 240px;
   left: 360px;
   top: 2088.19px;
   height: 11px;
   z-index: 2477;
   z-index: 2477;
   z-index: 2477;
   z-index: 2477;
 }

 #ug-e-44d7d619 .c {
   z-index: 2477;
   border-bottom: 1px solid rgb(163, 186, 198);
 }

 #ug-e-a143611d {
   z-index: 2478;
   width: 240px;
   left: 360px;
   top: 2088.19px;
   height: 11px;
   z-index: 2478;
   z-index: 2478;
   z-index: 2478;
   z-index: 2478;
 }

 #ug-e-a143611d .c {
   z-index: 2478;
   border-bottom: 1px solid rgb(163, 186, 198);
 }

 #ug-e-e7259b29 {
   z-index: 2479;
   width: 240px;
   left: 360px;
   top: 2108.19px;
   height: 11px;
   z-index: 2479;
   z-index: 2479;
   z-index: 2479;
   z-index: 2479;
 }

 #ug-e-e7259b29 .c {
   z-index: 2479;
   border-bottom: 1px solid rgb(163, 186, 198);
 }

 #ug-e-9879f154 {
   z-index: 2470;
   width: 228px;
   height: 54px;
   left: 366px;
   top: 2259.19px;
   z-index: 2470;
   z-index: 2470;
   z-index: 2470;
   z-index: 2470;
 }

 #ug-e-9879f154 .c {
   text-decoration: none;
   float: left;
   z-index: 2470;
   background-color: rgb(30, 136, 229);
   background-image: none;
   color: rgb(255, 255, 255);
   border: 0px;
   font-size: 18px;
   text-align: center;
   box-shadow: rgb(207, 207, 207) 0px 1px 3px;
   border-radius: 3px;
 }

 #ug-e-9879f154:hover .c,
 #ug-e-9879f154:active .c {
   background-color: #1565c0;
 }

 #ug-e-9879f154:hover .c,
 #ug-e-9879f154:active .c {
   color: #ffffff;
 }

 #ug-b-be980268 {
   height: 818.484px;
   background-color: rgb(36, 36, 36);
   background-image: url(../_assets/385284-ae3d80823d1c473a3bdb14c25f6c5230-9314bb.avif);
   background-position: 50% 50%;
   background-size: cover;
   background-repeat: no-repeat;
 }

 #ug-b-be980268 .ug-overlay {
   opacity: 0;
   background-color: #fff;
 }

 #ug-e-51eb5aa0 {
   width: 857.3px;
   left: 51.4px;
   top: 12.589px;
   transform: translate(0px, 0px);
   z-index: 1896;
 }

 #ug-e-51eb5aa0 .c {
   z-index: 1896;
   font-size: 50px;
   line-height: 55px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-51eb5aa0 .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 206, 0);
 }

 #ug-e-363d269b {
   width: 423px;
   left: 0px;
   top: 159.179px;
   transform: translate(0px, 0px);
   z-index: 2051;
 }

 #ug-e-363d269b .c {
   z-index: 2051;
   font-size: 20px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-363d269b .c>H2:nth-of-type(1)>B:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 204, 0);
 }

 #ug-e-363d269b .c>H2:nth-of-type(1)>B:nth-of-type(1)>SPAN:nth-of-type(2) {
   color: rgb(159, 230, 24);
 }

 #ug-e-363d269b .c>H2:nth-of-type(2)>DIV:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #f1f1f1;
 }

 #ug-e-1c16450b {
   z-index: 2021;
   height: 616px;
   left: 469.068px;
   top: 159.1px;
   transform: translate(0px, 0px);
   z-index: 2021;
   z-index: 2021;
   z-index: 2021;
   z-index: 2021;
   z-index: 2021;
   z-index: 2021;
   z-index: 2021;
   z-index: 2021;
 }

 #ug-e-1c16450b .c {
   z-index: 2021;
   border-left: 1px solid rgb(255, 255, 255);
 }

 #ug-e-2bdd179e {
   width: 423px;
   left: 537px;
   top: 159.679px;
   transform: translate(0px, 0px);
   z-index: 2055;
 }

 #ug-e-2bdd179e .c {
   z-index: 2055;
   font-size: 20px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-2bdd179e .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-weight: 700;
   color: rgb(255, 204, 0);
 }

 #ug-e-2bdd179e .c>H2:nth-of-type(1)>SPAN:nth-of-type(2) {
   color: rgb(241, 241, 241);
 }

 #ug-e-670842fe {
   width: 423px;
   left: 0px;
   top: 346.178px;
   transform: translate(0px, 0px);
   z-index: 2053;
 }

 #ug-e-670842fe .c {
   z-index: 2053;
   font-size: 20px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-670842fe .c>H2:nth-of-type(1)>B:nth-of-type(1) {
   color: rgb(255, 204, 0);
 }

 #ug-e-670842fe .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(241, 241, 241);
 }

 #ug-e-ab7a79aa {
   width: 423px;
   left: 537px;
   top: 346.679px;
   transform: translate(0px, 0px);
   z-index: 2056;
 }

 #ug-e-ab7a79aa .c {
   z-index: 2056;
   font-size: 20px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-ab7a79aa .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 204, 0);
   font-weight: bold;
 }

 #ug-e-ab7a79aa .c>H2:nth-of-type(1)>U:nth-of-type(1) {
   font-weight: 700;
   color: rgb(159, 230, 24);
 }

 #ug-e-ab7a79aa .c>H2:nth-of-type(1)>SPAN:nth-of-type(2) {
   color: rgb(241, 241, 241);
 }

 #ug-e-412caf79 {
   width: 423px;
   left: 0px;
   top: 599.179px;
   transform: translate(0px, 0px);
   z-index: 2054;
 }

 #ug-e-412caf79 .c {
   z-index: 2054;
   font-size: 20px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-412caf79 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-weight: 700;
   color: rgb(255, 204, 0);
 }

 #ug-e-412caf79 .c>H2:nth-of-type(1)>SPAN:nth-of-type(2) {
   color: rgb(241, 241, 241);
 }

 #ug-e-e22c7af3 {
   width: 423px;
   left: 537px;
   top: 599.68px;
   transform: translate(0px, 0px);
   z-index: 2057;
 }

 #ug-e-e22c7af3 .c {
   z-index: 2057;
   font-size: 20px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-e22c7af3 .c>H2:nth-of-type(1)>B:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 204, 0);
 }

 #ug-e-e22c7af3 .c>H2:nth-of-type(1)>B:nth-of-type(1)>SPAN:nth-of-type(2) {
   color: rgb(159, 230, 24);
 }

 #ug-e-e22c7af3 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 255, 255);
 }

 #ug-b-149fa2e7 {
   height: 1708.16px;
   background-color: rgb(255, 255, 255);
   background-image: url(../_assets/385284-aaf5ffed38e799ca636b06e0f3d9cc01-3080cf.avif);
   background-position: 50% 50%;
   background-size: cover;
   background-repeat: no-repeat;
 }

 #ug-b-149fa2e7 .ug-overlay {
   opacity: 0;
   background-color: #fff;
 }

 #ug-e-4aeb4c1b {
   width: 859px;
   left: 50.5px;
   top: 38.6213px;
   transform: translate(0px, 0px);
   z-index: 1951;
 }

 #ug-e-4aeb4c1b .c {
   z-index: 1951;
   font-size: 50px;
   line-height: 55px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-4aeb4c1b .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-71edb629 {
   width: 545.1px;
   left: 194.15px;
   top: 121.946px;
   transform: translate(0px, 0px);
   z-index: 1961;
 }

 #ug-e-71edb629 .c {
   z-index: 1961;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-5561d603 {
   width: 163px;
   height: 120px;
   left: 579.8px;
   top: 176.323px;
   transform: translate(0px, 0px);
   z-index: 1911;
 }

 #ug-e-5561d603 .c {
   z-index: 1911;
   opacity: 1;
   border: 1px solid rgb(255, 206, 0);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 17px;
   background-image: none;
   background-size: cover;
   background-color: rgb(255, 206, 0);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-436ef3ba {
   width: 163px;
   height: 120px;
   left: 380.955px;
   top: 177.971px;
   transform: translate(0px, 0px);
   z-index: 1903;
 }

 #ug-e-436ef3ba .c {
   z-index: 1903;
   opacity: 1;
   border: 1px solid rgb(0, 0, 0);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 17px;
   background-image: none;
   background-size: cover;
   background-color: rgb(0, 0, 0);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-4a5957b6 {
   width: 126.979px;
   left: 399.037px;
   top: 215.95px;
   transform: translate(0px, 0px);
   z-index: 1946;
 }

 #ug-e-4a5957b6 .c {
   z-index: 1946;
   font-size: 20px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-4a5957b6 .c>H6:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #ffffff;
 }

 #ug-e-3ac63564 {
   width: 126.979px;
   left: 598.293px;
   top: 215.123px;
   transform: translate(0px, 0px);
   z-index: 1950;
 }

 #ug-e-3ac63564 .c {
   z-index: 1950;
   font-size: 20px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-3ac63564 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-f04ab891-m {
   width: 494px;
   left: 1.95px;
   top: 224.84px;
   transform: translate(0px, 0px);
   z-index: 1941;
 }

 #ug-e-bae03f20 .c {
   z-index: 1941;
   font-size: 30px;
   line-height: 33px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-bae03f20 .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-9092a866-m {
   width: 545.1px;
   left: 2.05px;
   top: 273.84px;
   transform: translate(0px, 0px);
   z-index: 1942;
 }

 #ug-e-bd5780a9 .c {
   z-index: 1942;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-ab22605c-m {
   height: 126.111px;
   width: 264.784px;
   left: 282.315px;
   top: 324.84px;
   transform: translate(0px, 0px);
   z-index: 1944;
 }

 #ug-e-f9d93e50 .c {
   z-index: 1944;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-f9d93e50 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 1944;
   background-image: url(../_assets/385284-ecf07238cb4e2e2bb08ff4d199179198-2322f9.avif);
   background-size: 265px 126px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-8bb2ac3f-m {
   left: 6.3865px;
   top: 328.84px;
   width: 258.3px;
   height: 123.043px;
   transform: translate(0px, 0px);
   z-index: 1907;
 }

 #ug-e-7569f0c8 .c {
   z-index: 1907;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-7569f0c8 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 1907;
   background-image: url(../_assets/385284-c20640ec830d636103092736298f50d5-f33cda.avif);
   background-size: 258.297px 123.031px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-f03bf316 {
   width: 182px;
   left: 570.4px;
   top: 329.043px;
   transform: translate(0px, 0px);
   z-index: 1909;
 }

 #ug-e-f03bf316 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 1909;
   ;
 }

 #ug-e-f03bf316 .c>P:nth-of-type(1)>B:nth-of-type(1) {
   color: rgb(36, 36, 36);
 }

 #ug-e-2095b172 {
   width: 164px;
   left: 377.971px;
   top: 333.73px;
   transform: translate(0px, 0px);
   z-index: 1908;
 }

 #ug-e-2095b172 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 1908;
   ;
 }

 #ug-e-2095b172 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-50f13828 {
   width: 126.979px;
   left: 197.75px;
   top: 346.526px;
   transform: translate(0px, 0px);
   z-index: 1907;
 }

 #ug-e-50f13828 .c {
   z-index: 1907;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-50f13828 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-7bef030f {
   width: 555.2px;
   left: 197.2px;
   top: 421.711px;
   transform: translate(0px, 0px);
   z-index: 1912;
 }

 #ug-e-7bef030f .c {
   z-index: 1912;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-6498b393-m {
   left: 282.274px;
   top: 450.84px;
   width: 263.926px;
   height: 62.5087px;
   transform: translate(0px, 0px);
   z-index: 1943;
 }

 #ug-e-04c2ff8e .c {
   text-decoration: none;
   float: left;
   z-index: 1943;
   background-color: rgb(255, 255, 255);
   background-image: none;
   color: rgb(36, 36, 36);
   border: 0px;
   font-size: 20.836px;
   text-align: center;
   border-radius: 3px;
 }

 #ug-e-04c2ff8e:hover .c,
 #ug-e-04c2ff8e:active .c {
   background-color: #ffffff;
 }

 #ug-e-04c2ff8e:hover .c,
 #ug-e-04c2ff8e:active .c {
   color: #ffffff;
 }

 #ug-e-0d9c4a58-m {
   left: 6.3px;
   top: 452.84px;
   width: 258.13px;
   height: 61.1359px;
   transform: translate(0px, 0px);
   z-index: 1906;
 }

 #ug-e-824d9195 .c {
   text-decoration: none;
   float: left;
   z-index: 1906;
   background-color: rgb(255, 255, 255);
   background-image: none;
   color: rgb(36, 36, 36);
   border: 0px;
   font-size: 20.3776px;
   text-align: center;
   border-radius: 3px;
 }

 #ug-e-824d9195:hover .c,
 #ug-e-824d9195:active .c {
   background-color: #ffffff;
 }

 #ug-e-824d9195:hover .c,
 #ug-e-824d9195:active .c {
   color: #ffffff;
 }

 #ug-e-33857b71 {
   width: 182px;
   left: 570.4px;
   top: 470.262px;
   transform: translate(0px, 0px);
   z-index: 1915;
 }

 #ug-e-33857b71 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 1915;
   ;
 }

 #ug-e-33857b71 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-ec93c017 {
   width: 151px;
   left: 386.271px;
   top: 492.097px;
   transform: translate(0px, 0px);
   z-index: 1914;
 }

 #ug-e-ec93c017 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 1914;
   ;
 }

 #ug-e-ec93c017 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-5248c4d6 {
   width: 126.979px;
   left: 196.35px;
   top: 506.058px;
   transform: translate(0px, 0px);
   z-index: 1913;
 }

 #ug-e-5248c4d6 .c {
   z-index: 1913;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-5248c4d6 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-2210262e {
   width: 554.3px;
   left: 197.2px;
   top: 597.553px;
   transform: translate(0px, 0px);
   z-index: 1916;
 }

 #ug-e-2210262e .c {
   z-index: 1916;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-aff2142b {
   width: 154px;
   left: 387.971px;
   top: 640.698px;
   transform: translate(0px, 0px);
   z-index: 1918;
 }

 #ug-e-aff2142b .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 1918;
   ;
 }

 #ug-e-aff2142b .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-5cbbc019 {
   width: 182.8px;
   left: 570.41px;
   top: 652.019px;
   transform: translate(0px, 0px);
   z-index: 1919;
 }

 #ug-e-5cbbc019 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 1919;
   ;
 }

 #ug-e-5cbbc019 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-6258e5f3 {
   width: 154.979px;
   left: 198.55px;
   top: 664.595px;
   transform: translate(0px, 0px);
   z-index: 1917;
 }

 #ug-e-6258e5f3 .c {
   z-index: 1917;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-6258e5f3 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-784f8681 {
   width: 552.9px;
   left: 198.6px;
   top: 762.49px;
   transform: translate(0px, 0px);
   z-index: 1920;
 }

 #ug-e-784f8681 .c {
   z-index: 1920;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-bca2d51a {
   width: 172.1px;
   left: 569.61px;
   top: 787.316px;
   transform: translate(0px, 0px);
   z-index: 1923;
 }

 #ug-e-bca2d51a .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 1923;
   ;
 }

 #ug-e-bca2d51a .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-cf9fafbf {
   width: 156.3px;
   left: 197.25px;
   top: 855.616px;
   transform: translate(0px, 0px);
   z-index: 1921;
 }

 #ug-e-cf9fafbf .c {
   z-index: 1921;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-cf9fafbf .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-b65757d0 {
   width: 164px;
   left: 377.971px;
   top: 863.477px;
   transform: translate(0px, 0px);
   z-index: 1922;
 }

 #ug-e-b65757d0 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 1922;
   ;
 }

 #ug-e-b65757d0 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-b2cbd28e {
   width: 555.3px;
   left: 196.15px;
   top: 1002.61px;
   transform: translate(0px, 0px);
   z-index: 1924;
 }

 #ug-e-b2cbd28e .c {
   z-index: 1924;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-f7a13e96 {
   width: 182.8px;
   left: 568.61px;
   top: 1028.36px;
   transform: translate(0px, 0px);
   z-index: 1927;
 }

 #ug-e-f7a13e96 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 1927;
   ;
 }

 #ug-e-f7a13e96 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-11760db2 {
   width: 164px;
   left: 379.771px;
   top: 1103.2px;
   transform: translate(0px, 0px);
   z-index: 1926;
 }

 #ug-e-11760db2 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 1926;
   ;
 }

 #ug-e-11760db2 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-8c263911 {
   width: 154.979px;
   left: 197.392px;
   top: 1109.17px;
   transform: translate(0px, 0px);
   z-index: 1925;
 }

 #ug-e-8c263911 .c {
   z-index: 1925;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-8c263911 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-5cda8599 {
   width: 555.3px;
   left: 196.25px;
   top: 1241.73px;
   transform: translate(0px, 0px);
   z-index: 1928;
 }

 #ug-e-5cda8599 .c {
   z-index: 1928;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-76f48d3f {
   width: 182.8px;
   left: 570.41px;
   top: 1261.13px;
   transform: translate(0px, 0px);
   z-index: 1904;
 }

 #ug-e-76f48d3f .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 1904;
   ;
 }

 #ug-e-76f48d3f .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-8d074b83 {
   width: 164px;
   left: 378.971px;
   top: 1304.86px;
   transform: translate(0px, 0px);
   z-index: 1931;
 }

 #ug-e-8d074b83 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 1931;
   ;
 }

 #ug-e-8d074b83 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-d09e5a41 {
   width: 154.979px;
   left: 197.392px;
   top: 1317.57px;
   transform: translate(0px, 0px);
   z-index: 1929;
 }

 #ug-e-d09e5a41 .c {
   z-index: 1929;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-d09e5a41 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-a3620413 {
   width: 555.3px;
   left: 196.25px;
   top: 1425.86px;
   transform: translate(0px, 0px);
   z-index: 1932;
 }

 #ug-e-a3620413 .c {
   z-index: 1932;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-d2b568b5 {
   width: 174px;
   left: 374.799px;
   top: 1453.16px;
   transform: translate(0px, 0px);
   z-index: 1938;
 }

 #ug-e-d2b568b5 .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 1938;
   ;
 }

 #ug-e-d2b568b5 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-501a5f6f {
   width: 182.8px;
   left: 570.41px;
   top: 1454.31px;
   transform: translate(0px, 0px);
   z-index: 1939;
 }

 #ug-e-501a5f6f .c {
   line-height: 1.4;
   letter-spacing: 0px;
   text-align: center;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 1939;
   ;
 }

 #ug-e-501a5f6f .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-b2c429ee {
   width: 154.979px;
   left: 197.713px;
   top: 1486.15px;
   transform: translate(0px, 0px);
   z-index: 1937;
 }

 #ug-e-b2c429ee .c {
   z-index: 1937;
   font-size: 20px;
   line-height: 1.1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-b2c429ee .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-9bfdfd6b {
   z-index: 1952;
   width: 555.3px;
   left: 0.55px;
   top: 1548.77px;
   transform: translate(0px, 0px);
   z-index: 1952;
   z-index: 1952;
   z-index: 1952;
   z-index: 1952;
   z-index: 1952;
   z-index: 1952;
   z-index: 1952;
   z-index: 1952;
   z-index: 1952;
   z-index: 1952;
 }

 #ug-e-9bfdfd6b .c {
   z-index: 1952;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-9dc26f22 {
   width: 555.3px;
   left: 199.2px;
   top: 1556.42px;
   transform: translate(0px, 0px);
   z-index: 1940;
 }

 #ug-e-9dc26f22 .c {
   z-index: 1940;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-6a654487 {
   z-index: 1953;
   width: 555.3px;
   left: 0.55px;
   top: 1568.77px;
   transform: translate(0px, 0px);
   z-index: 1953;
   z-index: 1953;
   z-index: 1953;
   z-index: 1953;
   z-index: 1953;
   z-index: 1953;
   z-index: 1953;
   z-index: 1953;
   z-index: 1953;
   z-index: 1953;
 }

 #ug-e-6a654487 .c {
   z-index: 1953;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-33f31d70 {
   z-index: 1954;
   width: 555.3px;
   left: 0.55px;
   top: 1588.77px;
   transform: translate(0px, 0px);
   z-index: 1954;
   z-index: 1954;
   z-index: 1954;
   z-index: 1954;
   z-index: 1954;
   z-index: 1954;
   z-index: 1954;
   z-index: 1954;
   z-index: 1954;
   z-index: 1954;
 }

 #ug-e-33f31d70 .c {
   z-index: 1954;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-6006ea78 {
   z-index: 1955;
   width: 555.3px;
   left: 0.55px;
   top: 1608.77px;
   transform: translate(0px, 0px);
   z-index: 1955;
   z-index: 1955;
   z-index: 1955;
   z-index: 1955;
   z-index: 1955;
   z-index: 1955;
   z-index: 1955;
   z-index: 1955;
   z-index: 1955;
   z-index: 1955;
 }

 #ug-e-6006ea78 .c {
   z-index: 1955;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-fff9a7d2 {
   width: 649.6px;
   height: 64.1719px;
   left: 149px;
   top: 1609.98px;
   transform: translate(0px, 0px);
   z-index: 2058;
 }

 #ug-e-fff9a7d2 .c {
   text-decoration: none;
   float: left;
   z-index: 2058;
   background-color: rgb(12, 235, 0);
   background-image: none;
   color: rgb(0, 0, 0);
   border: 0px;
   font-size: 18px;
   text-align: center;
   box-shadow: rgb(207, 207, 207) 0px 1px 3px;
   border-radius: 3px;
 }

 #ug-e-fff9a7d2 .c:hover,
 #ug-e-fff9a7d2 .c:active {
   background-color: #0ceb00;
 }

 #ug-e-fff9a7d2 .c:hover,
 #ug-e-fff9a7d2 .c:active {
   color: #000000;
 }

 #ug-e-3debcff8 {
   width: 468px;
   left: 59px;
   top: 8.853px;
   transform: translate(0px, 0px);
   z-index: 3063;
 }

 #ug-e-3debcff8 .c {
   z-index: 3063;
   font-size: 23px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-3debcff8 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-06c5c88d {
   width: 547px;
   height: 411px;
   left: 10px;
   top: 73.229px;
   transform: translate(0px, 0px);
   z-index: 3062;
 }

 #ug-e-06c5c88d .c {
   z-index: 3062;
   ;
 }

 .ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacf99a796826211511"] {
   max-width: 960px;
   width: 572px !important;
   height: 500px !important;
 }

 #ug-e-d8a36d2e {
   z-index: 1956;
   width: 555.3px;
   left: 19.55px;
   top: 1638.25px;
   transform: translate(0px, 0px);
   z-index: 1956;
   z-index: 1956;
   z-index: 1956;
   z-index: 1956;
   z-index: 1956;
   z-index: 1956;
   z-index: 1956;
   z-index: 1956;
   z-index: 1956;
   z-index: 1956;
 }

 #ug-e-d8a36d2e .c {
   z-index: 1956;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-22da6cbd {
   z-index: 1958;
   width: 555.3px;
   left: 22.55px;
   top: 1640.72px;
   transform: translate(0px, 0px);
   z-index: 1958;
   z-index: 1958;
   z-index: 1958;
   z-index: 1958;
   z-index: 1958;
   z-index: 1958;
   z-index: 1958;
   z-index: 1958;
   z-index: 1958;
   z-index: 1958;
 }

 #ug-e-22da6cbd .c {
   z-index: 1958;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-9dcf4e4d {
   z-index: 1957;
   width: 555.3px;
   left: 7.55px;
   top: 1652.62px;
   transform: translate(0px, 0px);
   z-index: 1957;
   z-index: 1957;
   z-index: 1957;
   z-index: 1957;
   z-index: 1957;
   z-index: 1957;
   z-index: 1957;
   z-index: 1957;
   z-index: 1957;
   z-index: 1957;
 }

 #ug-e-9dcf4e4d .c {
   z-index: 1957;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-b-24b53a1c {
   height: 857.938px;
   background-color: rgb(255, 255, 255);
   background-image: url(../_assets/385284-dbd7b7dc7c6f697387869f8700179362-e50a7f.avif);
   background-position: 50% 50%;
   background-size: cover;
   background-repeat: no-repeat;
 }

 #ug-b-24b53a1c .ug-overlay {
   opacity: 0;
   background-color: #fff;
 }

 #ug-e-43700602 {
   width: 360px;
   left: 300.9px;
   top: 15.7213px;
   transform: translate(0px, 0px);
   z-index: 2167;
 }

 #ug-e-43700602 .c {
   z-index: 2167;
   font-size: 50px;
   line-height: 55px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-43700602 .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-525c055b {
   z-index: 2168;
   width: 416.8px;
   left: 269px;
   top: 78.119px;
   transform: translate(0px, 0px);
   z-index: 2168;
   z-index: 2168;
   z-index: 2168;
   z-index: 2168;
   z-index: 2168;
   z-index: 2168;
   z-index: 2168;
   z-index: 2168;
 }

 #ug-e-525c055b .c {
   z-index: 2168;
   font-size: 26px;
   line-height: 28.6px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-525c055b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-525c055b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-weight: bold;
 }

 #ug-e-254320c5 {
   width: 725px;
   height: 240px;
   left: 118.4px;
   top: 159.715px;
   transform: translate(0px, 0px);
   z-index: 2192;
 }

 #ug-e-254320c5 .c {
   z-index: 2192;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 0px;
 }

 #ug-e-254320c5 .gsi_proximo {
   font-size: 24px;
   height: 24px;
   color: rgb(0, 0, 0);
   background-color: rgb(255, 255, 255);
   border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
 }

 #ug-e-254320c5 .gsi_anterior {
   font-size: 24px;
   height: 24px;
   color: rgb(0, 0, 0);
   background-color: rgb(255, 255, 255);
   border-color: rgb(191, 191, 191) rgb(191, 191, 191) rgb(191, 191, 191) rgb(0, 0, 0);
 }

 #ug-e-254320c5 #dd_gsi_imagem_796759_1_1724853089030644891 {
   background-image: url(../_assets/385284-1d694c7566f9e37ea928501f796a7dfb-0c9e99.avif);
 }

 #ug-e-254320c5 #dd_gsi_imagem_796759_1_1724853089030644892 {
   background-image: url(../_assets/385284-f7bcf4bc0848e95929be6e2c499dc046-9f9e42.avif);
 }

 #ug-e-013b1531-d {
   width: 494px;
   left: 1.95px;
   top: 224.84px;
   transform: translate(0px, 0px);
   z-index: 1941;
 }

 #ug-e-013b1531-d .c {
   z-index: 1941;
   font-size: 30px;
   line-height: 33px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-013b1531-d .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-3bc5344a-d {
   width: 545.1px;
   left: 2.05px;
   top: 273.84px;
   transform: translate(0px, 0px);
   z-index: 1942;
 }

 #ug-e-3bc5344a-d .c {
   z-index: 1942;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-2968ec08-m {
   z-index: 2191;
   width: 360px;
   height: 530px;
   left: 300.9px;
   top: 288.073px;
   transform: translate(0px, 0px);
   z-index: 2191;
   z-index: 2191;
   z-index: 2191;
   z-index: 2191;
   z-index: 2191;
   z-index: 2191;
   z-index: 2191;
   z-index: 2191;
 }

 #ug-e-c2cef6ad .c {
   z-index: 2191;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 0px;
 }

 #ug-e-c2cef6ad .gsi_proximo {
   font-size: 24px;
   height: 24px;
   color: rgb(0, 0, 0);
   background-color: rgb(255, 255, 255);
   border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
 }

 #ug-e-c2cef6ad .gsi_anterior {
   font-size: 24px;
   height: 24px;
   color: rgb(0, 0, 0);
   background-color: rgb(255, 255, 255);
   border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
 }

 #ug-e-c2cef6ad #gsi_imagem_1724852617969 {
   background-image: url(../_assets/385284-2382c2b56f32d2809edd9e5cd4605923-e00fd7.avif);
 }

 #ug-e-c2cef6ad #gsi_imagem_1724852639923 {
   background-image: url(../_assets/385284-c5c69129eda4883947d406fa0fa0bcf2-f9f436.avif);
 }

 #ug-e-d4b1d390-d {
   height: 126.111px;
   width: 264.784px;
   left: 282.315px;
   top: 324.84px;
   transform: translate(0px, 0px);
   z-index: 1944;
 }

 #ug-e-d4b1d390-d .c {
   z-index: 1944;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-d4b1d390-d .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 1944;
   background-image: url(../_assets/385284-ecf07238cb4e2e2bb08ff4d199179198-2322f9.avif);
   background-size: 265px 126px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-4d26e2c2-d {
   left: 6.3865px;
   top: 328.84px;
   width: 258.3px;
   height: 123.043px;
   transform: translate(0px, 0px);
   z-index: 1907;
 }

 #ug-e-4d26e2c2-d .c {
   z-index: 1907;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-4d26e2c2-d .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 1907;
   background-image: url(../_assets/385284-c20640ec830d636103092736298f50d5-f33cda.avif);
   background-size: 258.297px 123.031px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-48e462d7 {
   left: 52.545px;
   top: 435.819px;
   width: 189.605px;
   height: 360.585px;
   transform: translate(0px, 0px);
   z-index: 2180;
 }

 #ug-e-48e462d7 .c {
   z-index: 2180;
   border-radius: 26px;
 }

 #ug-e-bee74e6b {
   left: 497.491px;
   top: 435.816px;
   width: 189.605px;
   height: 360.585px;
   transform: translate(0px, 0px);
   z-index: 2182;
 }

 #ug-e-bee74e6b .c {
   z-index: 2182;
   border-radius: 26px;
 }

 #ug-e-899f7a1d {
   left: 719.963px;
   top: 435.825px;
   width: 189.605px;
   height: 360.585px;
   transform: translate(0px, 0px);
   z-index: 2181;
 }

 #ug-e-899f7a1d .c {
   z-index: 2181;
   border-radius: 26px;
 }

 #ug-e-6a66fa86 {
   left: 275.026px;
   top: 436.072px;
   width: 189.605px;
   height: 360.585px;
   transform: translate(0px, 0px);
   z-index: 2212;
 }

 #ug-e-6a66fa86 .c {
   z-index: 2212;
   border-radius: 26px;
 }

 #ug-e-eab1a88b-d {
   left: 282.274px;
   top: 450.84px;
   width: 263.926px;
   height: 62.5087px;
   transform: translate(0px, 0px);
   z-index: 1943;
 }

 #ug-e-eab1a88b-d .c {
   text-decoration: none;
   float: left;
   z-index: 1943;
   background-color: rgb(255, 255, 255);
   background-image: none;
   color: rgb(36, 36, 36);
   border: 0px;
   font-size: 20.836px;
   text-align: center;
   border-radius: 3px;
 }

 #ug-e-eab1a88b-d:hover .c,
 #ug-e-eab1a88b-d:active .c {
   background-color: #ffffff;
 }

 #ug-e-eab1a88b-d:hover .c,
 #ug-e-eab1a88b-d:active .c {
   color: #ffffff;
 }

 #ug-e-60978fc4-d {
   left: 6.3px;
   top: 452.84px;
   width: 258.13px;
   height: 61.1359px;
   transform: translate(0px, 0px);
   z-index: 1906;
 }

 #ug-e-60978fc4-d .c {
   text-decoration: none;
   float: left;
   z-index: 1906;
   background-color: rgb(255, 255, 255);
   background-image: none;
   color: rgb(36, 36, 36);
   border: 0px;
   font-size: 20.3776px;
   text-align: center;
   border-radius: 3px;
 }

 #ug-e-60978fc4-d:hover .c,
 #ug-e-60978fc4-d:active .c {
   background-color: #ffffff;
 }

 #ug-e-60978fc4-d:hover .c,
 #ug-e-60978fc4-d:active .c {
   color: #ffffff;
 }

 #ug-b-858d134a {
   height: 1115.94px;
   background-color: rgb(255, 255, 255);
 }

 #ug-b-858d134a .ug-overlay {
   opacity: 0;
   background-color: #fff;
 }

 #ug-e-481aab44 {
   width: 396.3px;
   left: 281.85px;
   top: 22.1261px;
   transform: translate(0px, 0px);
   z-index: 3011;
 }

 #ug-e-481aab44 .c {
   z-index: 3011;
   font-size: 60px;
   line-height: 66px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-481aab44 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-96b47bb6 {
   width: 219.3px;
   left: 370.35px;
   top: 88.7621px;
   transform: translate(0px, 0px);
   z-index: 3028;
 }

 #ug-e-96b47bb6 .c {
   z-index: 3028;
   font-size: 30px;
   line-height: 33px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-96b47bb6 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-b47e3f48 {
   z-index: 3012;
   width: 325.7px;
   left: 317.15px;
   top: 140.414px;
   transform: translate(0px, 0px);
   z-index: 3012;
   z-index: 3012;
   z-index: 3012;
   z-index: 3012;
   z-index: 3012;
   z-index: 3012;
   z-index: 3012;
   z-index: 3012;
   z-index: 3012;
 }

 #ug-e-b47e3f48 .c {
   z-index: 3012;
   border-bottom: 1px solid rgb(0, 0, 0);
 }

 #ug-e-eda3f9c4 {
   width: 400px;
   height: 150.2px;
   left: 37.4px;
   top: 284.347px;
   transform: translate(0px, 0px);
   z-index: 3016;
 }

 #ug-e-eda3f9c4 .c {
   z-index: 3016;
   opacity: 1;
   border: 1px solid rgb(36, 36, 36);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 14px;
   background-image: none;
   background-size: cover;
   background-color: rgb(0, 74, 152);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-c52d7df8 {
   width: 400px;
   height: 150.2px;
   left: 523.6px;
   top: 284.5px;
   transform: translate(0px, 0px);
   z-index: 3015;
 }

 #ug-e-c52d7df8 .c {
   z-index: 3015;
   opacity: 1;
   border: 1px solid rgb(36, 36, 36);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 14px;
   background-image: none;
   background-size: cover;
   background-color: rgb(245, 51, 63);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-619a2c74 {
   height: 59.5938px;
   width: 59.5938px;
   left: 204.588px;
   top: 299.841px;
   transform: translate(0px, 0px);
   z-index: 3018;
 }

 #ug-e-619a2c74 .c {
   z-index: 3018;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(1) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-619a2c74 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 2994;
   background-image: url(../_assets/385284-8fc333b9ebcdb487e296153d83139fef-f9397f.avif);
   background-size: 59.5833px 59.5833px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-a0196810 {
   height: 51.5881px;
   width: 162.912px;
   left: 642.131px;
   top: 299.965px;
   transform: translate(0px, 0px);
   z-index: 3024;
 }

 #ug-e-a0196810 .c {
   z-index: 3024;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(1) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-a0196810 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 3000;
   background-image: url(../_assets/385284-ad89ee74feac8b864b64c31e0b84caf8-dd3d8e.png);
   background-size: 163px 60px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-0945e08b {
   width: 351px;
   left: 61.9px;
   top: 369.563px;
   transform: translate(0px, 0px);
   z-index: 3025;
 }

 #ug-e-0945e08b .c {
   z-index: 3025;
   font-size: 20px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-0945e08b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-0945e08b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-weight: bold;
 }

 #ug-e-683435ba {
   width: 356px;
   left: 545.6px;
   top: 370.466px;
   transform: translate(0px, 0px);
   z-index: 3026;
 }

 #ug-e-683435ba .c {
   z-index: 3026;
   font-size: 20px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-683435ba .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-a0c90200 {
   width: 400px;
   height: 150.2px;
   left: 37.4px;
   top: 458.221px;
   transform: translate(0px, 0px);
   z-index: 3019;
 }

 #ug-e-a0c90200 .c {
   z-index: 3019;
   opacity: 1;
   border: 1px solid rgb(36, 36, 36);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 14px;
   background-image: none;
   background-size: cover;
   background-color: rgb(245, 51, 63);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-d7d1b2ff {
   width: 400px;
   height: 150.2px;
   left: 523.2px;
   top: 458.847px;
   transform: translate(0px, 0px);
   z-index: 3032;
 }

 #ug-e-d7d1b2ff .c {
   z-index: 3032;
   opacity: 1;
   border: 1px solid rgb(36, 36, 36);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 14px;
   background-image: none;
   background-size: cover;
   background-color: rgb(0, 74, 152);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-8d497176 {
   height: 65.7px;
   width: 65.7px;
   left: 204.576px;
   top: 467.586px;
   transform: translate(0px, 0px);
   z-index: 3030;
 }

 #ug-e-8d497176 .c {
   z-index: 3030;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(1) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-8d497176 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 3006;
   background-image: url(../_assets/385284-0b12836baaf2eb38dac172752a9378eb-c893cd.avif);
   background-size: 65.6875px 65.6875px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-9394341e {
   height: 59.5938px;
   width: 59.5938px;
   left: 690.388px;
   top: 474.341px;
   transform: translate(0px, 0px);
   z-index: 3033;
 }

 #ug-e-9394341e .c {
   z-index: 3033;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(1) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-9394341e .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 3033;
   background-image: url(../_assets/385284-8fb8993f753448d6e7bd485e6dfffa6f-cb3a71.webp);
   background-size: 59.5938px 59.5938px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-852b3600 {
   width: 351px;
   left: 547.7px;
   top: 544.063px;
   transform: translate(0px, 0px);
   z-index: 3034;
 }

 #ug-e-852b3600 .c {
   z-index: 3034;
   font-size: 20px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-852b3600 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-29eeb498 {
   width: 378px;
   left: 48px;
   top: 547.681px;
   transform: translate(0px, 0px);
   z-index: 3031;
 }

 #ug-e-29eeb498 .c {
   z-index: 3031;
   font-size: 20px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-29eeb498 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-0365284b {
   width: 400px;
   height: 150.2px;
   left: 37.2px;
   top: 632.295px;
   transform: translate(0px, 0px);
   z-index: 3014;
 }

 #ug-e-0365284b .c {
   z-index: 3014;
   opacity: 1;
   border: 1px solid rgb(36, 36, 36);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 14px;
   background-image: none;
   background-size: cover;
   background-color: rgb(0, 74, 152);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-b19b65ea {
   width: 400px;
   height: 150.2px;
   left: 523.8px;
   top: 633.317px;
   transform: translate(0px, 0px);
   z-index: 3020;
 }

 #ug-e-b19b65ea .c {
   z-index: 3020;
   opacity: 1;
   border: 1px solid rgb(36, 36, 36);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 14px;
   background-image: none;
   background-size: cover;
   background-color: rgb(245, 51, 63);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-833345be {
   height: 59.5938px;
   width: 59.5938px;
   left: 207.388px;
   top: 647.789px;
   transform: translate(0px, 0px);
   z-index: 3017;
 }

 #ug-e-833345be .c {
   z-index: 3017;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(1) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-833345be .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 2993;
   background-image: url(../_assets/385284-bb5780435183188f85622bc24d76a049-fcc8cb.avif);
   background-size: 59.5833px 59.5833px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-d1eabc30 {
   height: 59.5938px;
   width: 66.3125px;
   left: 687.99px;
   top: 648.795px;
   transform: translate(0px, 0px);
   z-index: 3021;
 }

 #ug-e-d1eabc30 .c {
   z-index: 3021;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(1) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-d1eabc30 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 2997;
   background-image: url(../_assets/385284-d588654190cb388ce664e4703e394ead-dc6c9b.avif);
   background-size: 66px 60px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-c368ec84 {
   width: 369px;
   left: 52.7px;
   top: 717.511px;
   transform: translate(0px, 0px);
   z-index: 3023;
 }

 #ug-e-c368ec84 .c {
   z-index: 3023;
   font-size: 20px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-c368ec84 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-c368ec84 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-weight: bold;
 }

 #ug-e-aa4ff4ed {
   width: 356px;
   left: 545.8px;
   top: 720.283px;
   transform: translate(0px, 0px);
   z-index: 3022;
 }

 #ug-e-aa4ff4ed .c {
   z-index: 3022;
   font-size: 20px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-aa4ff4ed .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-aa4ff4ed .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-weight: bold;
 }

 #ug-e-aa4ff4ed .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(2) {
   font-weight: bold;
 }

 #ug-b-2a6a2760 {
   height: 709.985px;
   background-color: rgb(4, 133, 160);
   background-image: url(../_assets/385284-115c450351e10983c8493259b59ab77b-04db74.avif);
   background-position: 50% 50%;
   background-size: cover;
   background-repeat: no-repeat;
 }

 #ug-b-2a6a2760 .ug-overlay {
   opacity: 0;
   background-color: #fff;
 }

 #ug-e-4e0e915f {
   width: 477px;
   height: 332px;
   left: 241.5px;
   top: 42.714px;
   transform: translate(0px, 0px);
   z-index: 3038;
 }

 #ug-e-4e0e915f .c {
   z-index: 3038;
   opacity: 1;
   border: 1px solid rgb(255, 255, 255);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 10px;
   background-image: none;
   background-size: cover;
   background-color: rgb(255, 255, 255);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-c28e809d {
   width: 431px;
   height: 171px;
   left: 264.5px;
   top: 69.776px;
   transform: translate(0px, 0px);
   z-index: 3039;
 }

 #ug-e-c28e809d .c {
   z-index: 3039;
   opacity: 1;
   border: 1px solid rgb(240, 243, 245);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 10px;
   background-image: none;
   background-size: cover;
   background-color: rgb(240, 243, 245);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-7e2e0d36 {
   width: 341.3px;
   left: 309.9px;
   top: 78.252px;
   transform: translate(0px, 0px);
   z-index: 3041;
 }

 #ug-e-7e2e0d36 .c {
   z-index: 3041;
   font-size: 24px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-7e2e0d36 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-29b72701 {
   width: 240.3px;
   left: 360.35px;
   top: 85.262px;
   transform: translate(0px, 0px);
   z-index: 3043;
 }

 #ug-e-29b72701 .c {
   z-index: 3043;
   font-size: 150px;
   line-height: 1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-29b72701 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-40204fe1 {
   width: 55.3px;
   left: 304.15px;
   top: 174.752px;
   transform: translate(0px, 0px);
   z-index: 3042;
 }

 #ug-e-40204fe1 .c {
   z-index: 3042;
   font-size: 44px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-40204fe1 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-008e188d {
   width: 72.3px;
   left: 578.9px;
   top: 174.756px;
   transform: translate(0px, 0px);
   z-index: 3045;
 }

 #ug-e-008e188d .c {
   z-index: 3045;
   font-size: 44px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-008e188d .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-37cc76cd {
   width: 319.4px;
   left: 320.8px;
   top: 255.205px;
   transform: translate(0px, 0px);
   z-index: 3044;
 }

 #ug-e-37cc76cd .c {
   z-index: 3044;
   font-size: 18px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-37cc76cd .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-540b41c7 {
   width: 319.4px;
   left: 320.8px;
   top: 275.20500000000004px;
   transform: translate(0px, 0px);
   z-index: 3048;
 }

 #ug-e-540b41c7 .c {
   z-index: 3048;
   font-size: 18px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-540b41c7 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-6018b0f2 {
   width: 431px;
   height: 62px;
   left: 264.5px;
   top: 288.714px;
   transform: translate(0px, 0px);
   z-index: 3040;
 }

 #ug-e-6018b0f2 .c {
   z-index: 3040;
   opacity: 1;
   border: 1px solid rgb(240, 243, 245);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(240, 243, 245);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-f56c11c0 {
   width: 363.4px;
   left: 298.3px;
   top: 299.955px;
   transform: translate(0px, 0px);
   z-index: 3046;
 }

 #ug-e-f56c11c0 .c {
   z-index: 3046;
   font-size: 18px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #ug-e-f56c11c0 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424
 }

 #ug-e-7ea77158 {
   width: 477px;
   height: 64.1719px;
   left: 241.5px;
   top: 394.789px;
   transform: translate(0px, 0px);
   z-index: 3047;
 }

 #ug-e-7ea77158 .c {
   text-decoration: none;
   float: left;
   z-index: 3047;
   background-color: rgb(245, 51, 63);
   background-image: none;
   color: rgb(255, 255, 255);
   border: 0px;
   font-size: 18px;
   text-align: center;
   border-radius: 10px;
 }

 #ug-e-7ea77158 .c:hover,
 #ug-e-7ea77158 .c:active {
   background-color: #004a98;
 }

 #ug-e-7ea77158 .c:hover,
 #ug-e-7ea77158 .c:active {
   color: #000000;
 }

 #ug-e-5115c8d4 {
   width: 468px;
   left: 56.5px;
   top: 420px;
   transform: translate(0px, 0px);
   z-index: 3077;
 }

 #ug-e-5115c8d4 .c {
   z-index: 3077;
   font-size: 23px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-5115c8d4 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-ac6db607 {
   width: 466px;
   height: 385px;
   left: 57.5px;
   top: 420px;
   transform: translate(0px, 0px);
   z-index: 3076;
 }

 #ug-e-ac6db607 .c {
   z-index: 3076;
   ;
 }

 .ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacf9d0027648039597"] {
   max-width: 960px;
   width: 480px !important;
   height: 420px !important;
 }

 #ug-b-6b0bba93 {
   height: 735.953px;
   background-color: rgb(255, 255, 255);
   background-image: url(../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif);
   background-position: 50% 50%;
   background-size: cover;
   background-repeat: no-repeat;
 }

 #ug-b-6b0bba93 .ug-overlay {
   opacity: 0;
   background-color: #fff;
 }

 #ug-e-1b86afab {
   width: 396.3px;
   left: 281.85px;
   top: 22.1261px;
   transform: translate(0px, 0px);
   z-index: 2075;
 }

 #ug-e-1b86afab .c {
   z-index: 2075;
   font-size: 60px;
   line-height: 66px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-1b86afab .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-995c8c4a {
   width: 219.3px;
   left: 370.35px;
   top: 88.7621px;
   transform: translate(0px, 0px);
   z-index: 2201;
 }

 #ug-e-995c8c4a .c {
   z-index: 2201;
   font-size: 30px;
   line-height: 33px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-995c8c4a .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-d3e578ef {
   width: 325.7px;
   left: 317.15px;
   top: 140.414px;
   transform: translate(0px, 0px);
   z-index: 2183;
 }

 #ug-e-d3e578ef .c {
   z-index: 2183;
   border-bottom: 1px solid rgb(0, 0, 0);
 }

 #ug-e-0e125a36 {
   width: 400px;
   height: 150.2px;
   left: 36.8px;
   top: 180.9px;
   transform: translate(0px, 0px);
   z-index: 2181;
 }

 #ug-e-0e125a36 .c {
   z-index: 2181;
   opacity: 1;
   border: 1px solid rgb(36, 36, 36);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 14px;
   background-image: none;
   background-size: cover;
   background-color: rgb(255, 206, 0);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-eaf8dbf6 {
   width: 400px;
   height: 150.2px;
   left: 522.8px;
   top: 180.4px;
   transform: translate(0px, 0px);
   z-index: 2192;
 }

 #ug-e-eaf8dbf6 .c {
   z-index: 2192;
   opacity: 1;
   border: 1px solid rgb(36, 36, 36);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 14px;
   background-image: none;
   background-size: cover;
   background-color: rgb(255, 206, 0);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-6990f62d {
   height: 59.5938px;
   width: 66.3125px;
   left: 686.988px;
   top: 195.878px;
   transform: translate(0px, 0px);
   z-index: 2193;
 }

 #ug-e-6990f62d .c {
   z-index: 2193;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-6990f62d .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 2193;
   background-image: url(../_assets/385284-d588654190cb388ce664e4703e394ead-dc6c9b.avif);
   background-size: 66.3188px 59.5938px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-7b40744f {
   height: 59.5938px;
   width: 59.5938px;
   left: 204px;
   top: 196.375px;
   transform: translate(0px, 0px);
   z-index: 2182;
 }

 #ug-e-7b40744f .c {
   z-index: 2182;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-7b40744f .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 2182;
   background-image: url(../_assets/385284-dda6f4ba8a3c024fdcc01fd535f15744-99eb53.avif);
   background-size: 59.5938px 59.5938px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-3e640c28 {
   width: 347px;
   left: 63.3px;
   top: 267.866px;
   transform: translate(0px, 0px);
   z-index: 2183;
 }

 #ug-e-3e640c28 .c {
   z-index: 2183;
   font-size: 20px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 1px;
   text-shadow: none;
   ;
 }

 #ug-e-3e640c28 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-3e640c28 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-weight: bold;
 }

 #ug-e-3e640c28 .c>H2:nth-of-type(1)>SPAN:nth-of-type(2) {
   color: rgb(36, 36, 36);
 }

 #ug-e-7ffc9862 {
   width: 356px;
   left: 544.8px;
   top: 267.366px;
   transform: translate(0px, 0px);
   z-index: 2194;
 }

 #ug-e-7ffc9862 .c {
   z-index: 2194;
   font-size: 20px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 1px;
   text-shadow: none;
   ;
 }

 #ug-e-7ffc9862 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-7ffc9862 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-weight: bold;
 }

 #ug-e-7ffc9862 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(2) {
   font-weight: bold;
 }

 #ug-e-75178315-d {
   z-index: 2191;
   width: 360px;
   height: 530px;
   left: 300.9px;
   top: 288.073px;
   transform: translate(0px, 0px);
   z-index: 2191;
   z-index: 2191;
   z-index: 2191;
   z-index: 2191;
   z-index: 2191;
   z-index: 2191;
   z-index: 2191;
   z-index: 2191;
 }

 #ug-e-75178315-d .c {
   z-index: 2191;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 0px;
 }

 #ug-e-75178315-d .gsi_proximo {
   font-size: 24px;
   height: 24px;
   color: rgb(0, 0, 0);
   background-color: rgb(255, 255, 255);
   border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
 }

 #ug-e-75178315-d .gsi_anterior {
   font-size: 24px;
   height: 24px;
   color: rgb(0, 0, 0);
   background-color: rgb(255, 255, 255);
   border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
 }

 #ug-e-75178315-d #gsi_imagem_1724852617969 {
   background-image: url(../_assets/385284-2382c2b56f32d2809edd9e5cd4605923-e00fd7.avif);
 }

 #ug-e-75178315-d #gsi_imagem_1724852639923 {
   background-image: url(../_assets/385284-c5c69129eda4883947d406fa0fa0bcf2-f9f436.avif);
 }

 #ug-e-51ca0398 {
   width: 400px;
   height: 150.2px;
   left: 36.8px;
   top: 353.9px;
   transform: translate(0px, 0px);
   z-index: 2184;
 }

 #ug-e-51ca0398 .c {
   z-index: 2184;
   opacity: 1;
   border: 1px solid rgb(36, 36, 36);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 14px;
   background-image: none;
   background-size: cover;
   background-color: rgb(255, 206, 0);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-e92e10ae {
   width: 400px;
   height: 150.2px;
   left: 522.8px;
   top: 353.9px;
   transform: translate(0px, 0px);
   z-index: 2195;
 }

 #ug-e-e92e10ae .c {
   z-index: 2195;
   opacity: 1;
   border: 1px solid rgb(36, 36, 36);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 14px;
   background-image: none;
   background-size: cover;
   background-color: rgb(255, 206, 0);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-79360b24 {
   height: 59.5938px;
   width: 59.5938px;
   left: 206.988px;
   top: 369.394px;
   transform: translate(0px, 0px);
   z-index: 2185;
 }

 #ug-e-79360b24 .c {
   z-index: 2185;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-79360b24 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 2185;
   background-image: url(../_assets/385284-bb5780435183188f85622bc24d76a049-fcc8cb.avif);
   background-size: 59.5938px 59.5938px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-ebc81e13 {
   height: 51.5781px;
   width: 162.906px;
   left: 638.328px;
   top: 369.359px;
   transform: translate(0px, 0px);
   z-index: 2196;
 }

 #ug-e-ebc81e13 .c {
   z-index: 2196;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-ebc81e13 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 2196;
   background-image: url(../_assets/385284-ad89ee74feac8b864b64c31e0b84caf8-dd3d8e.png);
   background-size: 163px 60px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-f4278854 {
   width: 356px;
   left: 544.8px;
   top: 428.966px;
   transform: translate(0px, 0px);
   z-index: 2197;
 }

 #ug-e-f4278854 .c {
   z-index: 2197;
   font-size: 20px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 1px;
   text-shadow: none;
   ;
 }

 #ug-e-f4278854 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #ug-e-ebdc6a6b {
   width: 384.5px;
   left: 44.55px;
   top: 434.493px;
   transform: translate(0px, 0px);
   z-index: 2186;
 }

 #ug-e-ebdc6a6b .c {
   z-index: 2186;
   font-size: 20px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 1px;
   text-shadow: none;
   ;
 }

 #ug-e-ebdc6a6b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-ebdc6a6b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-weight: bold;
 }

 #ug-e-2352d8da {
   width: 400px;
   height: 165.7px;
   left: 36.8px;
   top: 526.447px;
   transform: translate(0px, 0px);
   z-index: 2187;
 }

 #ug-e-2352d8da .c {
   z-index: 2187;
   opacity: 1;
   border: 1px solid rgb(36, 36, 36);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 14px;
   background-image: none;
   background-size: cover;
   background-color: rgb(255, 206, 0);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-0555504f {
   width: 400px;
   height: 165px;
   left: 519.8px;
   top: 526.438px;
   transform: translate(0px, 0px);
   z-index: 2202;
 }

 #ug-e-0555504f .c {
   z-index: 2202;
   opacity: 1;
   border: 1px solid rgb(36, 36, 36);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 14px;
   background-image: none;
   background-size: cover;
   background-color: rgb(255, 206, 0);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-7f09160d {
   height: 59.5938px;
   width: 59.5938px;
   left: 203.988px;
   top: 541.941px;
   transform: translate(0px, 0px);
   z-index: 2188;
 }

 #ug-e-7f09160d .c {
   z-index: 2188;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-7f09160d .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 2188;
   background-image: url(../_assets/385284-8fc333b9ebcdb487e296153d83139fef-f9397f.avif);
   background-size: 59.5938px 59.5938px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-be0a654f {
   height: 65.6719px;
   width: 65.6719px;
   left: 683.972px;
   top: 544.188px;
   transform: translate(0px, 0px);
   z-index: 2203;
 }

 #ug-e-be0a654f .c {
   z-index: 2203;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-be0a654f .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 2203;
   background-image: url(../_assets/385284-0b12836baaf2eb38dac172752a9378eb-c893cd.avif);
   background-size: 66px 66px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-f1206296 {
   width: 351px;
   left: 59.3px;
   top: 623.14px;
   transform: translate(0px, 0px);
   z-index: 2189;
 }

 #ug-e-f1206296 .c {
   z-index: 2189;
   font-size: 20px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 1px;
   text-shadow: none;
   ;
 }

 #ug-e-f1206296 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
 }

 #ug-e-f1206296 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-weight: bold;
 }

 #ug-e-19ccbc03 {
   width: 378px;
   left: 530.4px;
   top: 624.298px;
   transform: translate(0px, 0px);
   z-index: 2204;
 }

 #ug-e-19ccbc03 .c {
   z-index: 2204;
   font-size: 20px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 1px;
   text-shadow: none;
 }

 #ug-e-19ccbc03 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0)
 }

 #ug-b-4ff41880 {
   height: 551.219px;
   background-color: rgb(255, 0, 153);
   background-image: url(../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif);
   background-position: 50% 50%;
 }

 #ug-b-4ff41880 .ug-overlay {
   opacity: 0;
   background-color: #fff;
 }

 #ug-e-a16c0762 {
   width: 501px;
   height: 380px;
   left: 229.5px;
   top: 45.714px;
   transform: translate(0px, 0px);
   z-index: 3037;
 }

 #ug-e-a16c0762 .c {
   z-index: 3037;
   opacity: 1;
   border: 1px solid rgb(255, 255, 255);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 43px;
   background-image: none;
   background-size: cover;
   background-color: rgb(255, 255, 255);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-42a3a6ea {
   width: 431px;
   height: 212px;
   left: 264px;
   top: 76.714px;
   transform: translate(0px, 0px);
   z-index: 3038;
 }

 #ug-e-42a3a6ea .c {
   z-index: 3038;
   opacity: 1;
   border: 1px solid rgb(240, 243, 245);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(240, 243, 245);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-7bdaea17 {
   width: 341.3px;
   left: 304.35px;
   top: 90.19px;
   transform: translate(0px, 0px);
   z-index: 3039;
 }

 #ug-e-7bdaea17 .c {
   z-index: 3039;
   font-size: 44px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-7bdaea17 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-e9535eeb {
   width: 341.3px;
   left: 304.3px;
   top: 128.399px;
   transform: translate(0px, 0px);
   z-index: 3041;
 }

 #ug-e-e9535eeb .c {
   z-index: 3041;
   font-size: 150px;
   line-height: 165px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-e9535eeb .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-ffec864f {
   width: 55.3px;
   left: 290.7px;
   top: 192.69px;
   transform: translate(0px, 0px);
   z-index: 3040;
 }

 #ug-e-ffec864f .c {
   z-index: 3040;
   font-size: 44px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-ffec864f .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-c8419fe3 {
   width: 72.3px;
   left: 603.6px;
   top: 192.694px;
   transform: translate(0px, 0px);
   z-index: 3042;
 }

 #ug-e-c8419fe3 .c {
   z-index: 3042;
   font-size: 44px;
   line-height: 48.4px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-c8419fe3 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-fcf4a36c {
   width: 109.3px;
   left: 585.1px;
   top: 241.089px;
   transform: translate(0px, 0px);
   z-index: 3047;
 }

 #ug-e-fcf4a36c .c {
   z-index: 3047;
   font-size: 22px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-fcf4a36c .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-ccab9b99 {
   width: 242.4px;
   left: 358.3px;
   top: 297.352px;
   transform: translate(0px, 0px);
   z-index: 3043;
 }

 #ug-e-ccab9b99 .c {
   z-index: 3043;
   font-size: 20px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-ccab9b99 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-e4dba769 {
   width: 431px;
   height: 62px;
   left: 264px;
   top: 333.714px;
   transform: translate(0px, 0px);
   z-index: 3044;
 }

 #ug-e-e4dba769 .c {
   z-index: 3044;
   opacity: 1;
   border: 1px solid rgb(240, 243, 245);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(240, 243, 245);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-7ab842f7 {
   width: 396.4px;
   left: 281.8px;
   top: 353.752px;
   transform: translate(0px, 0px);
   z-index: 3045;
 }

 #ug-e-7ab842f7 .c {
   z-index: 3045;
   font-size: 20px;
   line-height: 22px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #ug-e-7ab842f7 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424
 }

 #ug-e-98fe392a {
   width: 650px;
   height: 64.1719px;
   left: 154.5px;
   top: 455.789px;
   transform: translate(0px, 0px);
   z-index: 3046;
 }

 #ug-e-98fe392a .c {
   text-decoration: none;
   float: left;
   z-index: 3046;
   background-color: rgb(12, 235, 0);
   background-image: none;
   color: rgb(0, 0, 0);
   border: 0px;
   font-size: 18px;
   text-align: center;
   border-radius: 3px;
 }

 #ug-e-98fe392a .c:hover,
 #ug-e-98fe392a .c:active {
   background-color: #0ceb00;
 }

 #ug-e-98fe392a .c:hover,
 #ug-e-98fe392a .c:active {
   color: #000000;
 }

 #ug-e-40032c82 {
   width: 468px;
   left: 51.5px;
   top: 10.853px;
   transform: translate(0px, 0px);
   z-index: 3065;
 }

 #ug-e-40032c82 .c {
   z-index: 3065;
   font-size: 23px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-40032c82 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-d7b17cfa {
   width: 551px;
   height: 409px;
   left: 13px;
   top: 88.029px;
   transform: translate(0px, 0px);
   z-index: 3064;
 }

 #ug-e-d7b17cfa .c {
   z-index: 3064;
   ;
 }

 .ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacf9d2837872418199"] {
   max-width: 960px;
   width: 577px !important;
   height: 512px !important;
 }

 #ug-b-434d53b8 {
   height: 551.219px;
   background-color: rgb(255, 206, 0);
   background-image: url(../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif);
   background-position: 50% 50%;
 }

 #ug-b-434d53b8 .ug-overlay {
   opacity: 0;
   background-color: #fff;
 }

 #ug-e-10ae9821 {
   width: 501px;
   height: 380px;
   left: 229.5px;
   top: 45.714px;
   transform: translate(0px, 0px);
   z-index: 2025;
 }

 #ug-e-10ae9821 .c {
   z-index: 2025;
   opacity: 1;
   border: 1px solid rgb(255, 255, 255);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 43px;
   background-image: none;
   background-size: cover;
   background-color: rgb(255, 255, 255);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-ea92ea83 {
   width: 431px;
   height: 212px;
   left: 264px;
   top: 76.714px;
   transform: translate(0px, 0px);
   z-index: 2026;
 }

 #ug-e-ea92ea83 .c {
   z-index: 2026;
   opacity: 1;
   border: 1px solid rgb(240, 243, 245);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(240, 243, 245);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-abbe4159 {
   width: 341.3px;
   left: 304.35px;
   top: 90.19px;
   transform: translate(0px, 0px);
   z-index: 2079;
 }

 #ug-e-abbe4159 .c {
   z-index: 2079;
   font-size: 44px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-abbe4159 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-8e6c2b21 {
   width: 341.3px;
   left: 304.3px;
   top: 128.399px;
   transform: translate(0px, 0px);
   z-index: 2081;
 }

 #ug-e-8e6c2b21 .c {
   z-index: 2081;
   font-size: 150px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-8e6c2b21 .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-665f35b9 {
   width: 55.3px;
   left: 290.7px;
   top: 192.69px;
   transform: translate(0px, 0px);
   z-index: 2080;
 }

 #ug-e-665f35b9 .c {
   z-index: 2080;
   font-size: 44px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-665f35b9 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-e6d68d8d {
   width: 72.3px;
   left: 590.6px;
   top: 192.694px;
   transform: translate(0px, 0px);
   z-index: 2082;
 }

 #ug-e-e6d68d8d .c {
   z-index: 2082;
   font-size: 44px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-e6d68d8d .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-0c8abc52 {
   width: 242.4px;
   left: 358.3px;
   top: 297.352px;
   transform: translate(0px, 0px);
   z-index: 2083;
 }

 #ug-e-0c8abc52 .c {
   z-index: 2083;
   font-size: 20px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-0c8abc52 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-08d391dd {
   width: 431px;
   height: 62px;
   left: 264px;
   top: 333.714px;
   transform: translate(0px, 0px);
   z-index: 2084;
 }

 #ug-e-08d391dd .c {
   z-index: 2084;
   opacity: 1;
   border: 1px solid rgb(240, 243, 245);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   border-radius: 11px;
   background-image: none;
   background-size: cover;
   background-color: rgb(240, 243, 245);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #ug-e-8003d761 {
   width: 396.4px;
   left: 281.3px;
   top: 342.752px;
   transform: translate(0px, 0px);
   z-index: 2085;
 }

 #ug-e-8003d761 .c {
   z-index: 2085;
   font-size: 20px;
   line-height: 1.1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #ug-e-8003d761 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424;
 }

 #ug-e-ee316784 {
   width: 650px;
   height: 64.1719px;
   left: 154.5px;
   top: 456.789px;
   transform: translate(0px, 0px);
   z-index: 2086;
 }

 #ug-e-ee316784 .c {
   text-decoration: none;
   float: left;
   z-index: 2086;
   background-color: rgb(0, 74, 152);
   background-image: none;
   color: rgb(255, 255, 255);
   border: 0px;
   font-size: 18px;
   text-align: center;
   border-radius: 3px;
 }

 #ug-e-ee316784:hover .c,
 #ug-e-ee316784:active .c {
   background-color: #f5333f;
 }

 #ug-e-ee316784:hover .c,
 #ug-e-ee316784:active .c {
   color: #000000;
 }

 #ug-b-47170eeb {
   height: 824.812px;
   background-color: rgb(255, 206, 0);
   background-image: url(../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif);
   background-position: 50% 50%;
   background-size: cover;
   background-repeat: no-repeat;
 }

 #ug-b-47170eeb .ug-overlay {
   opacity: 0;
   background-color: #fff;
 }

 #ug-e-7596dcca {
   width: 647px;
   left: 156.5px;
   top: 17.2013px;
   transform: translate(0px, 0px);
   z-index: 1899;
 }

 #ug-e-7596dcca .c {
   line-height: 50px;
   letter-spacing: 0px;
   text-align: center;
   font-size: 50px;
   text-shadow: none;
   opacity: 1;
   z-index: 1899;
 }

 #ug-e-7596dcca .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0)
 }

 #ug-e-9b2cfdc5 {
   width: 647px;
   left: 156.5px;
   top: 142.741px;
   transform: translate(0px, 0px);
   z-index: 1900;
 }

 #ug-e-9b2cfdc5 .c {
   z-index: 1900;
   border-bottom: 2px solid rgb(36, 36, 36);
 }

 #ug-e-cbb61c7e {
   width: 545px;
   left: 207.5px;
   top: 158.734px;
   transform: translate(0px, 0px) rotate(0deg);
   z-index: 2169;
 }

 #ug-e-cbb61c7e .c {
   z-index: 2169;
   font-size: 17px;
   color: rgb(64, 84, 95);
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
 }

 #ug-e-cbb61c7e .c .gac-item {
   border: 1px solid rgb(0, 0, 0);
   border-radius: 8px;
   margin-bottom: 6px;
   filter: none;
 }

 #ug-e-cbb61c7e .c .gac-item:last-of-type {
   margin-bottom: 0px;
 }

 #ug-e-cbb61c7e .c .gac-item .gac-item_cabecalho {
   background-color: #ffffff;
   padding: 12px;
 }

 #ug-e-cbb61c7e .c .gac-item .gac-item_cabecalho .gac-item_cabecalho_titulo {
   width: calc(100% - 22.44px);
 }

 #ug-e-cbb61c7e .c .gac-item .gac-item_cabecalho:hover,
 #ug-e-cbb61c7e .c .gac-item.gac-aberto .gac-item_cabecalho {
   background-color: #ffffff;
   color: #000000;
 }

 #ug-e-cbb61c7e .c .gac-item .gac-item_conteudo {
   background-color: #ffffff;
   color: #000000;
 }

 #ug-e-cbb61c7e .c .gac-item .gac-item_conteudo div {
   padding: 0px 12px 12px;
 }

 #ug-e-cbb61c7e .c .gac-item.gac-aberto .gac-item_conteudo p,
 #ug-e-cbb61c7e .c .gac-item.gac-aberto .gac-item_conteudo ul,
 #ug-e-cbb61c7e .c .gac-item.gac-aberto .gac-item_conteudo ol {
   padding: 0px;
 }

 #ug-b-b14e0767 {
   height: 185.375px;
   background-color: rgb(28, 28, 28);
 }

 #ug-b-b14e0767 .ug-overlay {
   opacity: 0;
   background-color: #fff;
 }

 #ug-e-be5651cd {
   z-index: 3271;
   width: 248px;
   left: 480.025px;
   top: 50.481px;
   transform: translate(0px, 0px);
   z-index: 3271;
 }

 #ug-e-be5651cd .c {
   z-index: 3271;
   font-size: 12px;
   line-height: 16.8px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #ug-e-be5651cd .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #ffffff
 }

 #ug-e-1085bd28 {
   z-index: 3272;
   height: 71px;
   left: 748.703px;
   top: 57.1078px;
   transform: translate(0px, 0px);
   z-index: 3272;
 }

 #ug-e-1085bd28 .c {
   z-index: 3272;
   border-left: 2px solid rgb(255, 255, 255);
 }

 #ug-e-4f2b802b {
   z-index: 3269;
   height: 71px;
   left: 137.438px;
   top: 58.3078px;
   transform: translate(0px, 0px);
   z-index: 3269;
 }

 #ug-e-4f2b802b .c {
   z-index: 3269;
   border-left: 2px solid rgb(255, 255, 255);
 }

 #ug-e-e149448e {
   z-index: 3270;
   height: 71px;
   left: 449.562px;
   top: 58.3078px;
   transform: translate(0px, 0px);
   z-index: 3270;
 }

 #ug-e-e149448e .c {
   z-index: 3270;
   border-left: 2px solid rgb(255, 255, 255);
 }

 #ug-e-16702207 {
   z-index: 3268;
   height: 57px;
   width: 99px;
   left: 18.881px;
   top: 64.8953px;
   transform: translate(0px, 0px);
   z-index: 3268;
 }

 #ug-e-16702207 .c {
   z-index: 3268;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-16702207 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 3261;
   background-image: url(../_assets/385284-97b984818cef704d10b32be9650216f8-80d5bc.png);
   background-size: 99px 57px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-af79743d {
   height: 57px;
   width: 261px;
   left: 169px;
   top: 64.8797px;
   transform: translate(0px, 0px);
   z-index: 3267;
 }

 #ug-e-af79743d .c {
   z-index: 3267;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-af79743d .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 3075;
   background-image: url(../_assets/385284-78abf4fe0b9324e7d742f6acb632ea3a-cca740.png);
   background-size: 261px 57px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-6adc8db0 {
   height: 19.25px;
   width: 19.25px;
   left: 793.234px;
   top: 73.3063px;
   transform: translate(0px, 0px);
   z-index: 3266;
 }

 #ug-e-6adc8db0 .c {
   z-index: 3266;
   filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
   box-shadow: none;
   border-radius: 0px;
 }

 #ug-e-6adc8db0 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 2205;
   background-image: url(../_assets/385284-f0f4654acb06d091b654e071896bec9b-437d29.png);
   background-size: 19.25px 19.25px;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   display: block;
 }

 #ug-e-4e98a932 {
   z-index: 3274;
   width: 102px;
   left: 812.5px;
   top: 74.5264px;
   transform: translate(0px, 0px);
   z-index: 3274;
 }

 #ug-e-4e98a932 .c {
   z-index: 3274;
   font-size: 12px;
   line-height: 16.8px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #ug-e-4e98a932 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #ffffff
 }

 #ug-e-92d7fcb9 {
   z-index: 3273;
   width: 174px;
   height: 23px;
   left: 767px;
   top: 92.6638px;
   transform: translate(0px, 0px);
   z-index: 3273;
 }

 #ug-e-92d7fcb9 .c {
   text-decoration: none;
   float: left;
   z-index: 3273;
   background-color: transparent;
   background-image: none;
   color: rgb(81, 142, 255);
   border: 0px;
   font-size: 12px;
   text-align: center;
   border-radius: 0px;
 }

 #ug-e-92d7fcb9 .c:hover,
 #ug-e-92d7fcb9 .c:active {
   background-color: transparent;
 }

 #ug-e-92d7fcb9 .c:hover,
 #ug-e-92d7fcb9 .c:active {
   color: #518eff;
 }

 #ug-e-234caeeb {
   z-index: 3275;
   width: 240px;
   left: 360px;
   top: 185.375px;
   height: 11px;
   z-index: 3275;
 }

 #ug-e-234caeeb .c {
   z-index: 3275;
   border-bottom: 1px solid #a3bac6;
 }

/* css_mobile */
@media (max-width: 800px) {
#ug-b-3dd01da4 .ug-overlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
}

#ug-b-3dd01da4 {
  height: 703.266px;
  background-color: rgb(255, 206, 0);
  background-image: url(../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif);
  background-position: 15.122% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#ug-e-7edf0e60-m {
  left: 22.926px;
  top: 154.92px;
  z-index: 2228;
  width: 76.5049px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-7edf0e60-m .c {
  z-index: 2228;
  font-size: 9.728px;
  line-height: 13.6192px;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-7edf0e60-m .c>H2:nth-of-type(1)>B:nth-of-type(1) {
  color: rgb(255, 255, 255);
}

#ug-e-915b91c7 {
  left: 22.926px;
  top: 154.92px;
  z-index: 2251;
  width: 76.5049px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-915b91c7 .c {
  z-index: 2251;
  font-size: 9.728px;
  line-height: 13.6192px;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-915b91c7 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
  color: rgb(255, 255, 255);
}

#ug-e-2c47e691-m {
  left: 22.984px;
  top: 168.496px;
  z-index: 2227;
  width: 122.889px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-2c47e691-m .c {
  z-index: 2227;
  font-size: 14.4559px;
  line-height: 20.2383px;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-2c47e691-m .c>H2:nth-of-type(1)>B:nth-of-type(1) {
  color: rgb(255, 255, 255);
}

#ug-e-0cd360ee {
  left: 22.984px;
  top: 168.496px;
  z-index: 2250;
  width: 122.889px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-0cd360ee .c {
  z-index: 2250;
  font-size: 14.4559px;
  line-height: 20.2383px;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-0cd360ee .c>H2:nth-of-type(1)>B:nth-of-type(1) {
  color: rgb(255, 255, 255);
}

#ug-e-75a3c20c {
  height: 59.7613px;
  width: 320px;
  left: 23px;
  top: 26.952px;
  z-index: 2174;
}

#ug-e-75a3c20c .c {
  z-index: 2174;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-75a3c20c .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2174;
  background-image: url(../_assets/385284-6233174625a6f7776363b28d8c7cb40d-71fa3e.avif);
  background-size: 320.586px 59.7613px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-1f1482e4 {
  height: 293.969px;
  width: 399.979px;
  left: -16.9502px;
  top: 74.1495px;
  transform: translate(0px, 0px);
  z-index: 2163;
}

#ug-e-1f1482e4 .c {
  z-index: 2163;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-1f1482e4 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2163;
  background-image: url(../_assets/385284-2a27f9074a2a1839308c426cd2401915-5f21a2.avif);
  background-size: 399.979px 533.305px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-bca4163f-m {
  left: 0px;
  top: 514.053px;
  width: 360px;
  transform: translate(0px, 0px);
  z-index: 2170;
}

#ug-e-bca4163f-m .c {
  z-index: 2170;
  border-bottom: 1px solid rgb(36, 36, 36);
}

#ug-e-e10445a7 {
  left: 0px;
  top: 514.053px;
  width: 360px;
  transform: translate(0px, 0px);
}

#ug-e-e10445a7 .c {
  z-index: 2249;
  border-bottom: 1px solid rgb(36, 36, 36);
}

#ug-e-3cd13258 {
  left: 19px;
  top: 293.518px;
  width: 328.2px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2173;
}

#ug-e-3cd13258 .c {
  z-index: 2173;
  font-size: 18px;
  line-height: 19.8px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#ug-e-3cd13258 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000
}

#ug-e-dd878c68 {
  left: 17px;
  top: 403.791px;
  width: 326px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1999;
}

#ug-e-dd878c68 .c {
  line-height: 19.8px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 18px;
  text-shadow: none;
  opacity: 1;
  z-index: 1999;
  ;
}

#ug-e-dd878c68 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-ff06387a {
  width: 360px;
  height: 54px;
  top: 536.329px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1999;
}

#ug-e-ff06387a .c {
  text-decoration: none;
  float: left;
  z-index: 1999;
  background-color: rgb(12, 235, 0);
  background-image: none;
  color: rgb(0, 0, 0);
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-ff06387a .c:hover,
#ug-e-ff06387a .c:active {
  background-color: #0ceb00;
}

#ug-e-ff06387a .c:hover,
#ug-e-ff06387a .c:active {
  color: #000000;
}

#ug-e-fefd08a9 {
  z-index: 3057;
  width: 286px;
  left: 26.5px;
  top: 420px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3057;
  z-index: 3057;
  z-index: 3057;
  z-index: 3057;
  z-index: 3057;
  z-index: 3057;
}

#ug-e-fefd08a9 .c {
  z-index: 3057;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-fefd08a9 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-5477c50b {
  z-index: 3056;
  width: 287px;
  height: 264px;
  left: 26.5px;
  top: 420px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3056;
  z-index: 3056;
  z-index: 3056;
  z-index: 3056;
  z-index: 3056;
  z-index: 3056;
}

#ug-e-5477c50b .c {
  z-index: 3056;
}

.ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacf9954f7585629383"] {
  max-width: 420px;
  width: 340px !important;
  height: 420px !important;
}

#ug-e-79de8202 {
  left: -0.024px;
  top: 179.219px;
  z-index: 2224;
  width: 223.95px;
  height: 41.927px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-79de8202 .c {
  z-index: 2224;
  opacity: 1;
  border: 0px solid rgb(163, 186, 198);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 3px;
  background-image: none;
  background-size: cover;
  background-color: rgb(255, 169, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-1c459bae {
  left: 145.626px;
  top: 239.429px;
  z-index: 2226;
  width: 66.5049px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-1c459bae .c {
  z-index: 2226;
  font-size: 9.728px;
  line-height: 13.6192px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-fd012549 {
  left: 118.784px;
  top: 251.496px;
  z-index: 2225;
  width: 122.889px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-fd012549 .c {
  z-index: 2225;
  font-size: 14.4559px;
  line-height: 20.2383px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-b-70e65641 .ug-overlay {
  opacity: 0;
}

#ug-b-70e65641 {
  height: 566.25px;
  background-color: rgb(255, 204, 0);
  background-image: url(../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

#ug-e-5ce9efd2 {
  height: 268.584px;
  width: 206.422px;
  left: 70.7921px;
  top: 108.602px;
  transform: translate(0px, 0px);
  z-index: 2231;
}

#ug-e-5ce9efd2 .c {
  z-index: 2231;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-5ce9efd2 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2231;
  background-image: url(../_assets/385284-2a27f9074a2a1839308c426cd2401915-5f21a2.avif);
  background-size: 206px 275px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-7a81bda5 {
  left: 16.926px;
  top: 182.084px;
  z-index: 2239;
  width: 76.5049px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-7a81bda5 .c {
  z-index: 2239;
  font-size: 9.728px;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-7a81bda5 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-9d0dc0c7 {
  left: 16.984px;
  top: 195.66px;
  z-index: 2238;
  width: 122.889px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-9d0dc0c7 .c {
  z-index: 2238;
  font-size: 14.4559px;
  line-height: 17.3471px;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-9d0dc0c7 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-3436abcd {
  height: 59.75px;
  width: 319.99px;
  left: 19.905px;
  top: 29.9375px;
  transform: translate(0px, 0px);
  z-index: 2234;
}

#ug-e-3436abcd .c {
  z-index: 2234;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-3436abcd .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2234;
  background-image: url(../_assets/385284-6233174625a6f7776363b28d8c7cb40d-71fa3e.avif);
  background-size: 320.25px 59.75px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-c09f324a {
  left: 0px;
  top: 514.053px;
  width: 360px;
  transform: translate(0px, 0px);
  z-index: 2232;
}

#ug-e-c09f324a .c {
  z-index: 2232;
  border-bottom: 1px solid rgb(36, 36, 36);
}

#ug-e-fd9f3f67 {
  left: -0.1px;
  top: 415.032px;
  width: 360px;
  transform: translate(0px, 0px);
  z-index: 2252;
}

#ug-e-fd9f3f67 .c {
  z-index: 2252;
  border-bottom: 1px solid rgb(36, 36, 36);
}

#ug-e-4d5209c8 {
  left: 17px;
  top: 329.063px;
  width: 328.2px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2233;
}

#ug-e-4d5209c8 .c {
  z-index: 2233;
  font-size: 18px;
  line-height: 19.8px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-4d5209c8 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-3a32c54b {
  left: 16.9px;
  top: 432.816px;
  width: 326px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2229;
}

#ug-e-3a32c54b .c {
  line-height: 15.4px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 14px;
  text-shadow: none;
  opacity: 1;
  z-index: 2229;
  ;
}

#ug-e-3a32c54b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-60d5bd5d {
  width: 360px;
  height: 33px;
  left: -0.1px;
  top: 512.299px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2230;
}

#ug-e-60d5bd5d .c {
  text-decoration: none;
  float: left;
  z-index: 2230;
  background-color: rgb(12, 235, 0);
  background-image: none;
  color: rgb(0, 0, 0);
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-60d5bd5d .c:hover,
#ug-e-60d5bd5d .c:active {
  background-color: #0ceb00;
}

#ug-e-60d5bd5d .c:hover,
#ug-e-60d5bd5d .c:active {
  color: #000000;
}

#ug-e-4fa34cc5 {
  z-index: 3067;
  width: 286px;
  left: -68.5px;
  top: -45px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-4fa34cc5 .c {
  z-index: 3067;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-4fa34cc5 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-ef8819af {
  width: 286px;
  left: 37px;
  top: 10px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3069;
}

#ug-e-ef8819af .c {
  z-index: 3069;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-ef8819af .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-c01ed3c4 {
  width: 337px;
  height: 470px;
  left: 11.5px;
  top: 65px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3068;
}

#ug-e-c01ed3c4 .c {
  z-index: 3068;
  ;
}

.ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacf9ac836912671836"] {
  max-width: 420px;
  width: 360px !important;
  height: 550px !important;
}

#ug-e-6219c634 {
  left: -0.024px;
  top: 179.219px;
  z-index: 2235;
  width: 223.95px;
  height: 41.927px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-6219c634 .c {
  z-index: 2235;
  opacity: 1;
  border: 0px solid rgb(163, 186, 198);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 3px;
  background-image: none;
  background-size: cover;
  background-color: rgb(255, 204, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-41df2613 {
  left: 145.626px;
  top: 239.429px;
  z-index: 2237;
  width: 66.5049px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-41df2613 .c {
  z-index: 2237;
  font-size: 9.728px;
  line-height: 13.6192px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-2aacaa52 {
  left: 118.784px;
  top: 251.496px;
  z-index: 2236;
  width: 122.889px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-2aacaa52 .c {
  z-index: 2236;
  font-size: 14.4559px;
  line-height: 20.2383px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-b-011fea18 .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-b-011fea18 {
  height: 554.328px;
  background-color: rgb(0, 104, 199);
  background-image: url(../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif);
  background-position: 50% 50%;
}

#ug-e-0c7f85fc {
  height: 102.674px;
  width: 303.906px;
  left: 28.4376px;
  top: 24.4375px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2241;
}

#ug-e-0c7f85fc .c {
  z-index: 2241;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-0c7f85fc .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2241;
  background-image: url(../_assets/385284-a4dfb18bef6b803e956971b501e77da5-04f01c.avif);
  background-size: 303.906px 102.674px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-def0412b {
  width: 365.3px;
  left: -2.3px;
  top: 159.163px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2242;
}

#ug-e-def0412b .c {
  line-height: 26.4px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 24px;
  text-shadow: none;
  opacity: 1;
  z-index: 2242;
  ;
}

#ug-e-def0412b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-a64eab57 {
  width: 359.9px;
  left: 0px;
  top: 238.342px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2243;
}

#ug-e-a64eab57 .c {
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 12px;
  text-shadow: none;
  opacity: 1;
  z-index: 2243;
  ;
}

#ug-e-a64eab57 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-a64eab57 .c>P:nth-of-type(2)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-a64eab57 .c>P:nth-of-type(3)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-a64eab57 .c>P:nth-of-type(4)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-a64eab57 .c>P:nth-of-type(5)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-a64eab57 .c>P:nth-of-type(6)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-a64eab57 .c>P:nth-of-type(7)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-a64eab57 .c>P:nth-of-type(8)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-a64eab57 .c>P:nth-of-type(9)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-a64eab57 .c>P:nth-of-type(10)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-a64eab57 .c>P:nth-of-type(11)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-a64eab57 .c>P:nth-of-type(12)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-a64eab57 .c>P:nth-of-type(13)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-a64eab57 .c>P:nth-of-type(13)>SPAN:nth-of-type(2) {
  color: rgb(0, 0, 0);
}

#ug-e-a64eab57 .c>P:nth-of-type(14)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-23e67494-d {
  width: 359.9px;
  height: 217px;
  left: 0.0499999px;
  top: 36.154px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2244;
}

#ug-e-23e67494-d {
  display: none;
}

#ug-e-9bc8e9cb .c {
  z-index: 2244;
  opacity: 1;
  border: 1px solid rgb(0, 104, 199);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 19px;
  background-image: url(../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif);
  background-size: cover;
  background-color: rgb(0, 104, 199);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-e1da1a07-d {
  left: 23.5083px;
  top: 48.66px;
  width: 312.796px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2247;
}

#ug-e-e1da1a07-d {
  display: none;
}

#ug-e-655569fc .c {
  line-height: 44.1574px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 44.1574px;
  text-shadow: none;
  opacity: 1;
  z-index: 2247;
  ;
}

#ug-e-655569fc .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 255, 255);
}

#ug-e-e412ee98-d {
  width: 340px;
  left: 7px;
  top: 273.78px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2245;
}

#ug-e-e412ee98-d {
  display: none;
}

#ug-e-7c98e78e .c {
  line-height: 27.5px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 25px;
  text-shadow: none;
  opacity: 1;
  z-index: 2245;
  ;
}

#ug-e-7c98e78e .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-7c98e78e .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-weight: bold;
}

#ug-e-389a9384-d {
  left: 20.6123px;
  top: 100.9px;
  width: 312.796px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2248;
}

#ug-e-389a9384-d {
  display: none;
}

#ug-e-37a7ee40 .c {
  z-index: 2248;
  font-size: 25.7585px;
  line-height: 25.7585px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-37a7ee40 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(240, 243, 245);
}

#ug-e-37a7ee40 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-weight: bold;
}

#ug-e-f329932d-d {
  width: 360px;
  height: 37px;
  left: 0.75px;
  top: 210.924px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2246;
}

#ug-e-f329932d-d {
  display: none;
}

#ug-e-0ccecf09 .c {
  text-decoration: none;
  float: left;
  z-index: 2246;
  background-color: rgb(12, 235, 0);
  background-image: none;
  color: rgb(0, 0, 0);
  border: 0px;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-0ccecf09 .c:hover,
#ug-e-0ccecf09 .c:active {
  background-color: #0ceb00;
}

#ug-e-0ccecf09 .c:hover,
#ug-e-0ccecf09 .c:active {
  color: #000000;
}

#ug-e-c873706b {
  width: 286px;
  left: 37px;
  top: 7px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3071;
}

#ug-e-c873706b .c {
  z-index: 3071;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-c873706b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-2f9af907 {
  width: 351px;
  height: 465px;
  left: 4.5px;
  top: 58px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3070;
}

#ug-e-2f9af907 .c {
  z-index: 3070;
  ;
}

.ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacf9b1103445592030_d"] {
  max-width: 420px;
  width: 360px !important;
  height: 543px !important;
}

#ug-b-f304fb27 .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-b-f304fb27 {
  height: 271.997px;
  background-color: rgb(255, 255, 255);
  background-image: url(../_assets/385284-e4e4efc13cf4a11a862b4e60f7087ec9-97ac9a.avif);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

#ug-e-66cf8c03 {
  width: 359.9px;
  height: 74px;
  left: 0.05px;
  top: 30.683px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2490;
}

#ug-e-66cf8c03 .c {
  z-index: 2490;
  opacity: 1;
  border: 0px solid rgb(0, 104, 199);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 10px;
  background-image: url(../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif);
  background-size: cover;
  background-color: rgb(4, 133, 160);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-ce25e9fd {
  left: 123.958px;
  top: 46.369px;
  width: 214.796px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2493;
}

#ug-e-ce25e9fd .c {
  z-index: 2493;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-ce25e9fd .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-2e1e2385 {
  left: 21.958px;
  top: 44.893px;
  width: 94.4px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2492;
}

#ug-e-2e1e2385 .c {
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  font-size: 45px;
  text-shadow: none;
  opacity: 1;
  z-index: 2492;
  ;
}

#ug-e-2e1e2385 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-5559d82f {
  width: 359.3px;
  left: 0.75px;
  top: 119.317px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2491;
}

#ug-e-5559d82f .c {
  line-height: 15.4px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 14px;
  text-shadow: none;
  opacity: 1;
  z-index: 2491;
  ;
}

#ug-e-5559d82f .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 255, 255);
}

#ug-e-bfe5bcaf-m {
  width: 359.9px;
  height: 217px;
  left: 0.0499999px;
  top: 36.154px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2244;
}

#ug-e-bfe5bcaf-m .c {
  z-index: 2244;
  opacity: 1;
  border: 1px solid rgb(0, 104, 199);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 19px;
  background-image: url(../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif);
  background-size: cover;
  background-color: rgb(0, 104, 199);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-e23d5816-m {
  left: 23.5083px;
  top: 48.66px;
  width: 312.796px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2247;
}

#ug-e-e23d5816-m .c {
  line-height: 44.1574px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 44.1574px;
  text-shadow: none;
  opacity: 1;
  z-index: 2247;
  ;
}

#ug-e-e23d5816-m .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 255, 255);
}

#ug-e-798d20f2-m {
  width: 340px;
  left: 7px;
  top: 273.78px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2245;
}

#ug-e-798d20f2-m .c {
  line-height: 27.5px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 25px;
  text-shadow: none;
  opacity: 1;
  z-index: 2245;
  ;
}

#ug-e-798d20f2-m .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-798d20f2-m .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-weight: bold;
}

#ug-e-4ab41953-m {
  left: 20.6123px;
  top: 100.9px;
  width: 312.796px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2248;
}

#ug-e-4ab41953-m .c {
  z-index: 2248;
  font-size: 25.7585px;
  line-height: 25.7585px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-4ab41953-m .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(240, 243, 245);
}

#ug-e-4ab41953-m .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-weight: bold;
}

#ug-e-82b112d6-m {
  width: 360px;
  height: 37px;
  left: 0.75px;
  top: 210.924px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2246;
}

#ug-e-82b112d6-m .c {
  text-decoration: none;
  float: left;
  z-index: 2246;
  background-color: rgb(12, 235, 0);
  background-image: none;
  color: rgb(0, 0, 0);
  border: 0px;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-82b112d6-m .c:hover,
#ug-e-82b112d6-m .c:active {
  background-color: #0ceb00;
}

#ug-e-82b112d6-m .c:hover,
#ug-e-82b112d6-m .c:active {
  color: #000000;
}

#ug-e-c873706b {
  width: 286px;
  left: 37px;
  top: 7px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3071;
}

#ug-e-c873706b .c {
  z-index: 3071;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-c873706b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-2f9af907 {
  width: 351px;
  height: 465px;
  left: 4.5px;
  top: 58px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3070;
}

#ug-e-2f9af907 .c {
  z-index: 3070;
  ;
}

.ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacf9b1103445592030_m"] {
  max-width: 420px;
  width: 360px !important;
  height: 543px !important;
}

#ug-b-2c62e7e1 .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-b-2c62e7e1 {
  height: 1620.48px;
  background-color: rgb(255, 206, 0);
  background-image: url(../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-1ccfe150-d {
  left: 22.926px;
  top: 154.92px;
  z-index: 2228;
  width: 76.5049px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-1ccfe150-d {
  display: none;
}

#ug-e-32e710ff .c {
  z-index: 2228;
  font-size: 9.728px;
  line-height: 13.6192px;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-32e710ff .c>H2:nth-of-type(1)>B:nth-of-type(1) {
  color: rgb(255, 255, 255);
}

#ug-e-7d375cdc-d {
  left: 22.984px;
  top: 168.496px;
  z-index: 2227;
  width: 122.889px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-7d375cdc-d {
  display: none;
}

#ug-e-344c1870 .c {
  z-index: 2227;
  font-size: 14.4559px;
  line-height: 20.2383px;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-344c1870 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
  color: rgb(255, 255, 255);
}

#ug-e-e8ddd590 {
  height: 117.344px;
  width: 262.248px;
  left: 42.4062px;
  top: 21.4375px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1662;
}

#ug-e-e8ddd590 .c {
  z-index: 1662;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-e8ddd590 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 1662;
  background-image: url(../_assets/385284-a4dfb18bef6b803e956971b501e77da5-04f01c.avif);
  background-size: 346.817px 117.344px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-ffce4aab-d {
  left: 0px;
  top: 514.053px;
  width: 360px;
  transform: translate(0px, 0px);
  z-index: 2170;
}

#ug-e-ffce4aab-d {
  display: none;
}

#ug-e-3587836d .c {
  z-index: 2170;
  border-bottom: 1px solid rgb(36, 36, 36);
}

#ug-e-922f62c8 {
  z-index: 2004;
  width: 365.3px;
  left: -2.3px;
  top: 159.163px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2004;
  z-index: 2004;
  z-index: 2004;
  z-index: 2004;
  z-index: 2004;
  z-index: 2004;
  z-index: 2004;
  z-index: 2004;
}

#ug-e-922f62c8 .c {
  line-height: 26.4px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 24px;
  text-shadow: none;
  opacity: 1;
  z-index: 2004;
  ;
}

#ug-e-922f62c8 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-2ed44e3c {
  width: 359.9px;
  left: 0px;
  top: 251.242px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2007;
}

#ug-e-2ed44e3c .c {
  line-height: 22.4px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 16px;
  text-shadow: none;
  opacity: 1;
  z-index: 2007;
  ;
}

#ug-e-2ed44e3c .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-2ed44e3c .c>P:nth-of-type(2)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-2ed44e3c .c>P:nth-of-type(3)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-2ed44e3c .c>P:nth-of-type(4)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-2ed44e3c .c>P:nth-of-type(5)>SPAN:nth-of-type(1) {
  color: #000000
}

#ug-e-2ed44e3c .c>P:nth-of-type(5)>SPAN:nth-of-type(2) {
  color: rgb(0, 0, 0);
}

#ug-e-2ed44e3c .c>P:nth-of-type(6)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-2ed44e3c .c>P:nth-of-type(7)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-2ed44e3c .c>P:nth-of-type(8)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-2ed44e3c .c>P:nth-of-type(9)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-2ed44e3c .c>P:nth-of-type(10)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-4a889ba0 {
  width: 420px;
  height: 706.6px;
  left: -30px;
  top: 913.904px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3;
}

#ug-e-4a889ba0 .c {
  z-index: 3;
  opacity: 1;
  border: 0px solid rgb(163, 186, 198);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 0px;
  background-image: url(../_assets/385284-e4e4efc13cf4a11a862b4e60f7087ec9-97ac9a.avif);
  background-size: cover;
  background-color: rgb(255, 204, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-d40740b3 {
  width: 359.9px;
  height: 256px;
  left: 0px;
  top: 934.634px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2012;
}

#ug-e-d40740b3 .c {
  z-index: 2012;
  opacity: 1;
  border: 0px solid rgb(0, 104, 199);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 19px;
  background-image: url(../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif);
  background-size: cover;
  background-color: rgb(0, 104, 199);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-012c5dd4 {
  left: 20.6063px;
  top: 954.444px;
  width: 312.796px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2016;
}

#ug-e-012c5dd4 .c {
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  font-size: 44.1574px;
  text-shadow: none;
  opacity: 1;
  z-index: 2016;
  ;
}

#ug-e-012c5dd4 .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-d6e83c86 {
  width: 340px;
  left: 7px;
  top: 1212.43px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2013;
}

#ug-e-d6e83c86 .c {
  line-height: 1.1;
  letter-spacing: 0px;
  text-align: center;
  font-size: 25px;
  text-shadow: none;
  opacity: 1;
  z-index: 2013;
  ;
}

#ug-e-d6e83c86 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #ffffff;
}

#ug-e-43a4c102 {
  left: 20.6063px;
  top: 1051.68px;
  width: 312.796px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2017;
}

#ug-e-43a4c102 .c {
  z-index: 2017;
  font-size: 25.7585px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-43a4c102 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-cc3f0f45 {
  width: 360px;
  height: 62px;
  left: 0.35px;
  top: 1521.53px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2014;
}

#ug-e-cc3f0f45 .c {
  text-decoration: none;
  float: left;
  z-index: 2014;
  background-color: rgb(12, 235, 0);
  background-image: none;
  color: rgb(0, 0, 0);
  border: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-cc3f0f45 .c:hover,
#ug-e-cc3f0f45 .c:active {
  background-color: #0ceb00;
}

#ug-e-cc3f0f45 .c:hover,
#ug-e-cc3f0f45 .c:active {
  color: #000000;
}

#ug-e-544f1a06 {
  z-index: 3059;
  width: 286px;
  left: 26.5px;
  top: 420px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3059;
  z-index: 3059;
  z-index: 3059;
  z-index: 3059;
  z-index: 3059;
  z-index: 3059;
}

#ug-e-544f1a06 .c {
  z-index: 3059;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-544f1a06 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-8b60a75d {
  z-index: 3058;
  width: 287px;
  height: 264px;
  left: 26.5px;
  top: 420px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3058;
  z-index: 3058;
  z-index: 3058;
  z-index: 3058;
  z-index: 3058;
  z-index: 3058;
}

#ug-e-8b60a75d .c {
  z-index: 3058;
  ;
}

.ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacf9998bc670810247"] {
  max-width: 420px;
  width: 340px !important;
  height: 420px !important;
}

#ug-b-5ea866fc .ug-overlay {
  opacity: 0;
  background-color: rgb(0, 0, 0);
}

#ug-b-5ea866fc {
  height: 627px;
  background-color: rgb(0, 0, 0);
  background-image: url(../_assets/385284-ae3d80823d1c473a3bdb14c25f6c5230-9314bb.avif);
  background-position: 17.0732% 74.6204%;
  background-size: cover;
  background-repeat: no-repeat;
}

#ug-e-a4398743 {
  width: 365.3px;
  left: -2.65px;
  top: 17.2799px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2175;
}

#ug-e-a4398743 .c {
  line-height: 26.4px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 24px;
  text-shadow: none;
  opacity: 1;
  z-index: 2175;
}

#ug-e-a4398743 .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 206, 0)
}

#ug-e-16f70e7b {
  width: 326.7px;
  height: 150px;
  left: 17.3px;
  top: 234px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2210;
}

#ug-e-16f70e7b .c {
  z-index: 2210;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 25px;
}

#ug-e-16f70e7b .gsi_proximo {
  font-size: 24px;
  height: 24px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
}

#ug-e-16f70e7b .gsi_anterior {
  font-size: 24px;
  height: 24px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
}

#ug-e-16f70e7b #gsi_imagem_1724875009764 {
  background-image: url(../_assets/385284-0b4c7577ddc3bb9aefc0c878b500c7c4-6c7e24.avif);
}

#ug-e-16f70e7b #gsi_imagem_1724875058059 {
  background-image: url(../_assets/385284-1be47c1e0d3af92645e1cae4a4011d56-8f5ffb.avif);
}

#ug-e-16f70e7b #gsi_imagem_1724875047800 {
  background-image: url(../_assets/385284-5a4a0282d414c5e6d9b28ee13bec65ea-0189b0.avif);
}

#ug-e-16f70e7b #gsi_imagem_1725300608757 {
  background-image: url(../_assets/385284-8e3aa3f4950e7f69159c1232f10530fe-d4b4fd.avif);
}

#ug-e-16f70e7b #gsi_imagem_1725476969653 {
  background-image: url(../_assets/385284-e17fc8486ae465a89bcb6b6a00131c1c-7755fb.avif);
}

#ug-e-16f70e7b #gsi_imagem_1725476975009 {
  background-image: url(../_assets/385284-a08507d3ff5bb0030eaaa5e05688cf33-2b2143.avif);
}

#ug-e-16f70e7b #gsi_imagem_1725476990437 {
  background-image: url(../_assets/385284-30f56a3cc3432f36607a9af63801096b-d7d25b.avif);
}

#ug-e-16f70e7b #gsi_imagem_1726238137106 {
  background-image: url(../_assets/385284-bedf904a64aace3ab9ca41bd4fed784d-8e04e4.avif);
}

#ug-e-16f70e7b #gsi_imagem_1742556612885 {
  background-image: url(../_assets/385284-5d1dd92c2db3cafc476a716a95636739-af9f3f.avif);
}

#ug-e-b0df9d5f {
  width: 340px;
  height: 227px;
  left: 10px;
  top: 117px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3249;
}

#ug-e-b0df9d5f .c {
  z-index: 3249;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 25px;
}

#ug-e-b0df9d5f .gsi_proximo {
  font-size: 24px;
  height: 24px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
}

#ug-e-b0df9d5f .gsi_anterior {
  font-size: 24px;
  height: 24px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
}

#ug-e-b0df9d5f #dm_gsi_imagem_1724875009764 {
  background-image: url(../_assets/385284-0b4c7577ddc3bb9aefc0c878b500c7c4-6c7e24.avif);
}

#ug-e-b0df9d5f #dm_gsi_imagem_1724875058059 {
  background-image: url(../_assets/385284-1be47c1e0d3af92645e1cae4a4011d56-8f5ffb.avif);
}

#ug-e-b0df9d5f #dm_gsi_imagem_1724875047800 {
  background-image: url(../_assets/385284-5a4a0282d414c5e6d9b28ee13bec65ea-0189b0.avif);
}

#ug-e-b0df9d5f #dm_gsi_imagem_1725300608757 {
  background-image: url(../_assets/385284-8e3aa3f4950e7f69159c1232f10530fe-d4b4fd.avif);
}

#ug-e-b0df9d5f #dm_gsi_imagem_1725476969653 {
  background-image: url(../_assets/385284-e17fc8486ae465a89bcb6b6a00131c1c-7755fb.avif);
}

#ug-e-b0df9d5f #dm_gsi_imagem_1725476975009 {
  background-image: url(../_assets/385284-a08507d3ff5bb0030eaaa5e05688cf33-2b2143.avif);
}

#ug-e-b0df9d5f #dm_gsi_imagem_1725476990437 {
  background-image: url(../_assets/385284-30f56a3cc3432f36607a9af63801096b-d7d25b.avif);
}

#ug-e-b0df9d5f #dm_gsi_imagem_1726238137106 {
  background-image: url(../_assets/385284-bedf904a64aace3ab9ca41bd4fed784d-8e04e4.avif);
}

#ug-e-b0df9d5f #dm_gsi_imagem_1742556612885 {
  background-image: url(../_assets/385284-5d1dd92c2db3cafc476a716a95636739-af9f3f.avif);
}

#ug-e-988bafd2 {
  z-index: 2213;
  width: 340px;
  height: 155px;
  left: 10px;
  top: 349px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2213;
  z-index: 2213;
  z-index: 2213;
  z-index: 2213;
  z-index: 2213;
  z-index: 2213;
  z-index: 2213;
  z-index: 2213;
}

#ug-e-988bafd2 .c {
  z-index: 2213;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 25px;
}

#ug-e-988bafd2 .gsi_proximo {
  font-size: 24px;
  height: 24px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
}

#ug-e-988bafd2 .gsi_anterior {
  font-size: 24px;
  height: 24px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
}

#ug-e-988bafd2 #gsi_imagem_1725300687013 {
  background-image: url(../_assets/385284-3f46b2094467ab4bd99ea7f411bc4bc4-33c069.avif);
}

#ug-e-988bafd2 #gsi_imagem_1725300646426 {
  background-image: url(../_assets/385284-ea8aef38cf218e329d2f5db7e2a83969-e3741f.avif);
}

#ug-e-988bafd2 #gsi_imagem_1725368847809 {
  background-image: url(../_assets/385284-f2df11137f6ffbd3d2362f3f8983597f-6c2578.avif);
}

#ug-e-988bafd2 #gsi_imagem_1725300658072 {
  background-image: url(../_assets/385284-d1264bb839d81002b5541010c249bbf5-e40994.avif);
}

#ug-e-988bafd2 #gsi_imagem_1725300661238 {
  background-image: url(../_assets/385284-649c41758f95d2804ac62f0452339530-71d2e2.avif);
}

#ug-e-988bafd2 #gsi_imagem_1725300666439 {
  background-image: url(../_assets/385284-d1dcbe40930110548fe3bbf056d32d31-2b7843.avif);
}

#ug-e-988bafd2 #gsi_imagem_1725300674568 {
  background-image: url(../_assets/385284-3eef99ce79a6f36b43be09d62d1f5dc0-1d6cf7.avif);
}

#ug-e-0d3b9b05 {
  width: 340px;
  height: 227px;
  left: 10px;
  top: 364.516px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3250;
}

#ug-e-0d3b9b05 .c {
  z-index: 3250;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 25px;
}

#ug-e-0d3b9b05 .gsi_proximo {
  font-size: 24px;
  height: 24px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
}

#ug-e-0d3b9b05 .gsi_anterior {
  font-size: 24px;
  height: 24px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
}

#ug-e-0d3b9b05 #dm_gsi_imagem_1725300687013 {
  background-image: url(../_assets/385284-3f46b2094467ab4bd99ea7f411bc4bc4-33c069.avif);
}

#ug-e-0d3b9b05 #dm_gsi_imagem_1725300646426 {
  background-image: url(../_assets/385284-ea8aef38cf218e329d2f5db7e2a83969-e3741f.avif);
}

#ug-e-0d3b9b05 #dm_gsi_imagem_1725368847809 {
  background-image: url(../_assets/385284-f2df11137f6ffbd3d2362f3f8983597f-6c2578.avif);
}

#ug-e-0d3b9b05 #dm_gsi_imagem_1725300658072 {
  background-image: url(../_assets/385284-d1264bb839d81002b5541010c249bbf5-e40994.avif);
}

#ug-e-0d3b9b05 #dm_gsi_imagem_1725300661238 {
  background-image: url(../_assets/385284-649c41758f95d2804ac62f0452339530-71d2e2.avif);
}

#ug-e-0d3b9b05 #dm_gsi_imagem_1725300666439 {
  background-image: url(../_assets/385284-d1dcbe40930110548fe3bbf056d32d31-2b7843.avif);
}

#ug-e-0d3b9b05 #dm_gsi_imagem_1725300674568 {
  background-image: url(../_assets/385284-3eef99ce79a6f36b43be09d62d1f5dc0-1d6cf7.avif);
}

#ug-b-d8c99019 .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-b-d8c99019 {
  height: 2063.61px;
  background-color: rgb(0, 0, 0);
  background-image: url(../_assets/385284-ae3d80823d1c473a3bdb14c25f6c5230-9314bb.avif);
  border-color: rgb(0, 0, 0);
  background-position: 65.8537% 82.4295%;
  background-size: cover;
  background-repeat: no-repeat;
}

#ug-e-3cc5292b {
  width: 359.3px;
  left: 2.1px;
  top: 19.2745px;
  transform: translate(0px, 0px);
}

#ug-e-3cc5292b .c {
  z-index: 3186;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-3cc5292b .c>H2:nth-of-type(1)>B:nth-of-type(1) {
  color: rgb(255, 204, 0);
}

#ug-e-fa0990eb {
  width: 340px;
  left: 11.8px;
  top: 48.1955px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-fa0990eb .c {
  z-index: 3189;
  font-size: 18px;
  line-height: 19.8px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-fa0990eb .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-e48558c5 {
  width: 356.8px;
  left: 0.2px;
  top: 83.884px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-e48558c5 .c {
  z-index: 3190;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-e48558c5 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-4db886c5 {
  width: 359px;
  left: -0.7px;
  top: 124.123px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-4db886c5 .c {
  z-index: 3203;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-4db886c5 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-19f95b6e {
  width: 359px;
  left: 0.3px;
  top: 176.301px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-19f95b6e .c {
  z-index: 3191;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-19f95b6e .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-4981f23c {
  width: 360px;
  left: 0px;
  top: 214.793px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-4981f23c .c {
  z-index: 3192;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-4981f23c .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-5099c708 {
  width: 420px;
  height: 102.578px;
  left: -29.7px;
  top: 636.522px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3193;
}

#ug-e-5099c708 .c {
  z-index: 3193;
  opacity: 1;
  border: 1px solid rgb(24, 24, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(24, 24, 24);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-af41a39e {
  width: 224px;
  left: 68.3px;
  top: 275.353px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-af41a39e .c {
  z-index: 3195;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-af41a39e .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-e7a5a866 {
  width: 361.4px;
  left: 1.25px;
  top: 314.829px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-e7a5a866 .c {
  z-index: 3196;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-e7a5a866 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-ca7f3598 {
  width: 359px;
  left: 1.2px;
  top: 377.797px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-ca7f3598 .c {
  z-index: 3197;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-ca7f3598 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-e13a3faa {
  width: 360.2px;
  left: 0.4px;
  top: 416.573px;
  transform: translate(0px, 0px) rotate(0.2779deg);
}

#ug-e-e13a3faa .c {
  z-index: 3227;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-e13a3faa .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-83277a19 {
  width: 360.2px;
  left: 1.25px;
  top: 469.483px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3199;
}

#ug-e-83277a19 .c {
  z-index: 3199;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-83277a19 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-2618c50e {
  width: 420px;
  height: 78.359px;
  left: -29.7px;
  top: 1789.7px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3236;
}

#ug-e-2618c50e .c {
  z-index: 3236;
  opacity: 1;
  border: 1px solid rgb(24, 24, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(24, 24, 24);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-6ba37ac7 {
  width: 360px;
  left: 0.5px;
  top: 505.119px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3200;
}

#ug-e-6ba37ac7 .c {
  z-index: 3200;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-6ba37ac7 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-7e16a1f4 {
  width: 360.7px;
  left: -1.1px;
  top: 554.326px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3201;
}

#ug-e-7e16a1f4 .c {
  z-index: 3201;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-7e16a1f4 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-75a5f880 {
  width: 361px;
  left: -0.4px;
  top: 573.653px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3212;
}

#ug-e-75a5f880 .c {
  z-index: 3212;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-75a5f880 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-b6609d14 {
  width: 420px;
  height: 48.484px;
  left: -29.7px;
  top: 1556.22px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3202;
}

#ug-e-b6609d14 .c {
  z-index: 3202;
  opacity: 1;
  border: 1px solid rgb(24, 24, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(24, 24, 24);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-e66adff2 {
  width: 361px;
  left: 1px;
  top: 652.44px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3232;
}

#ug-e-e66adff2 .c {
  z-index: 3232;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-e66adff2 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-f1598e7c {
  width: 361px;
  left: 1px;
  top: 690.765px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3204;
}

#ug-e-f1598e7c .c {
  z-index: 3204;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-f1598e7c .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-c0d39a35 {
  width: 361.7px;
  left: 0.9px;
  top: 741.233px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3205;
}

#ug-e-c0d39a35 .c {
  z-index: 3205;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-c0d39a35 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-a11a2744 {
  width: 420px;
  height: 55.93px;
  left: -30.4px;
  top: 1353.02px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3209;
}

#ug-e-a11a2744 .c {
  z-index: 3209;
  opacity: 1;
  border: 1px solid rgb(24, 24, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(24, 24, 24);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-542c6eee {
  width: 358px;
  left: 4.5px;
  top: 846.728px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3208;
}

#ug-e-542c6eee .c {
  z-index: 3208;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-542c6eee .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-8cfc3c93 {
  width: 359.3px;
  left: 0.05px;
  top: 883.041px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3210;
}

#ug-e-8cfc3c93 .c {
  z-index: 3210;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-8cfc3c93 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-45bbf810 {
  width: 357px;
  left: 1px;
  top: 950.514px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3222;
}

#ug-e-45bbf810 .c {
  z-index: 3222;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-45bbf810 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-93b86d3b {
  width: 420px;
  height: 104.531px;
  left: -30.4px;
  top: 457.387px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3198;
}

#ug-e-93b86d3b .c {
  z-index: 3198;
  opacity: 1;
  border: 1px solid rgb(24, 24, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(24, 24, 24);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-24c8d01c {
  width: 360px;
  left: -0.4px;
  top: 1073.6px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3214;
}

#ug-e-24c8d01c .c {
  z-index: 3214;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-24c8d01c .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-58ef5486 {
  width: 357.9px;
  left: 2px;
  top: 1199.7px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3215;
}

#ug-e-58ef5486 .c {
  z-index: 3215;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-58ef5486 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-d9fd509c {
  width: 358.1px;
  left: 2.15px;
  top: 1236.48px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3216;
}

#ug-e-d9fd509c .c {
  z-index: 3216;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-d9fd509c .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-92b9aa5e {
  width: 420px;
  height: 47.1094px;
  left: -30.4px;
  top: 1070.06px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3213;
}

#ug-e-92b9aa5e .c {
  z-index: 3213;
  opacity: 1;
  border: 1px solid rgb(24, 24, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(24, 24, 24);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-b3bd337b {
  width: 257.2px;
  left: 52.6px;
  top: 1306.74px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3218;
}

#ug-e-b3bd337b .c {
  z-index: 3218;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-b3bd337b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-2a1b7715 {
  width: 358px;
  left: 0.6px;
  top: 1446.52px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3220;
}

#ug-e-2a1b7715 .c {
  z-index: 3220;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-2a1b7715 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-3167f001 {
  width: 358.2px;
  left: -0.6px;
  top: 1486.44px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3221;
}

#ug-e-3167f001 .c {
  z-index: 3221;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-3167f001 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-8c498eef {
  width: 420px;
  height: 109.484px;
  left: -30px;
  top: 838.234px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3207;
}

#ug-e-8c498eef .c {
  z-index: 3207;
  opacity: 1;
  border: 1px solid rgb(24, 24, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(24, 24, 24);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-b7f018c2 {
  width: 356px;
  left: 0.6px;
  top: 1563.97px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3223;
}

#ug-e-b7f018c2 .c {
  z-index: 3223;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-b7f018c2 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-11ddeeba {
  width: 358px;
  left: 2.3px;
  top: 1693.29px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3225;
}

#ug-e-11ddeeba .c {
  z-index: 3225;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-11ddeeba .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-0477a2bb {
  width: 360px;
  left: 2.4px;
  top: 1731.83px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3226;
}

#ug-e-0477a2bb .c {
  z-index: 3226;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-0477a2bb .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-5966116f {
  width: 420px;
  height: 102.997px;
  left: -30px;
  top: 264.933px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-5966116f .c {
  z-index: 3194;
  opacity: 1;
  border: 1px solid rgb(24, 24, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(24, 24, 24);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-7dfdbb50 {
  width: 356.7px;
  left: 3px;
  top: 1801.65px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3237;
}

#ug-e-7dfdbb50 .c {
  z-index: 3237;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-7dfdbb50 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-82c0f94f {
  width: 356.7px;
  left: 0px;
  top: 1878.15px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3239;
}

#ug-e-82c0f94f .c {
  z-index: 3239;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-82c0f94f .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-a57b8dec {
  width: 361px;
  left: 1.7px;
  top: 1825.72px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3238;
}

#ug-e-a57b8dec .c {
  z-index: 3238;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-a57b8dec .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-14f18464 {
  width: 361px;
  left: -0.3px;
  top: 1919.22px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3240;
}

#ug-e-14f18464 .c {
  z-index: 3240;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-14f18464 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-02e2d19c {
  width: 420px;
  height: 99.234px;
  left: -29.7px;
  top: 75.765px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-02e2d19c .c {
  z-index: 3187;
  opacity: 1;
  border: 1px solid rgb(24, 24, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(24, 24, 24);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-5fc036a4 {
  width: 358.4px;
  height: 39.9659px;
  left: 0.25px;
  top: 1992.26px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3188;
}

#ug-e-5fc036a4 .c {
  text-decoration: none;
  float: left;
  z-index: 3188;
  background-color: rgb(12, 235, 0);
  background-image: none;
  color: rgb(0, 0, 0);
  border: 0px;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-5fc036a4 .c:hover,
#ug-e-5fc036a4 .c:active {
  background-color: #0ceb00;
}

#ug-e-5fc036a4 .c:hover,
#ug-e-5fc036a4 .c:active {
  color: #000000;
}

#ug-e-972c1a09 {
  width: 286px;
  left: 37px;
  top: 8px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-972c1a09 .c {
  z-index: 3235;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-972c1a09 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-9b546920 {
  width: 345px;
  height: 479px;
  left: 7.5px;
  top: 50px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3234;
}

#ug-e-9b546920 .c {
  z-index: 3234;
  ;
}

.ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacfa2171d779362012"] {
  max-width: 420px;
  width: 360px !important;
  height: 545px !important;
}

#ug-b-6bf169a1 .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-b-6bf169a1 {
  height: 2684.66px;
  background-color: rgb(0, 0, 0);
  background-image: url(../_assets/385284-ae3d80823d1c473a3bdb14c25f6c5230-9314bb.avif);
  border-color: rgb(0, 0, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-578abd96 {
  width: 291.4px;
  left: 36.1px;
  top: 22.847px;
}

#ug-e-578abd96 .c {
  z-index: 3178;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-578abd96 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
  color: rgb(255, 206, 0);
}

#ug-e-c045812f {
  width: 340px;
  left: 11.8px;
  top: 97.8545px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-c045812f .c {
  z-index: 3181;
  font-size: 30px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-c045812f .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-7b5d7224 {
  width: 420px;
  height: 124.208px;
  left: -29.7px;
  top: 2340.77px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-7b5d7224 .c {
  z-index: 3179;
  opacity: 1;
  border: 1px solid rgb(24, 24, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(24, 24, 24);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-763e41b2 {
  width: 340px;
  left: 1.2px;
  top: 161.862px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-763e41b2 .c {
  z-index: 3182;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-763e41b2 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-86952a5e {
  width: 359px;
  left: 0.3px;
  top: 181.851px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-86952a5e .c {
  z-index: 3194;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-86952a5e .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-99d5194d {
  width: 359px;
  left: 0.3px;
  top: 258.771px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-99d5194d .c {
  z-index: 3183;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-99d5194d .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-45014488 {
  width: 360px;
  left: 0.3px;
  top: 298.791px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-45014488 .c {
  z-index: 3184;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-45014488 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-196a9c57 {
  width: 420px;
  height: 139.359px;
  left: -29.7px;
  top: 882.862px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-196a9c57 .c {
  z-index: 3185;
  opacity: 1;
  border: 1px solid rgb(24, 24, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(24, 24, 24);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-753a90c7 {
  width: 361px;
  left: 0.2px;
  top: 395.147px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-753a90c7 .c {
  z-index: 3186;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-753a90c7 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-6a1b38d8 {
  width: 361.4px;
  left: 1.25px;
  top: 436.203px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-6a1b38d8 .c {
  z-index: 3187;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-6a1b38d8 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-387a3123 {
  width: 359px;
  left: 1.2px;
  top: 534.881px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-387a3123 .c {
  z-index: 3188;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-387a3123 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-c7889fe1 {
  width: 360.2px;
  left: -0.6px;
  top: 579.244px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-c7889fe1 .c {
  z-index: 3218;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-c7889fe1 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-cfe18c99 {
  width: 420px;
  height: 124.005px;
  left: -29.7px;
  top: 2091.32px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3219;
}

#ug-e-cfe18c99 .c {
  z-index: 3219;
  opacity: 1;
  border: 1px solid rgb(24, 24, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(24, 24, 24);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-fa58d882 {
  width: 360.2px;
  left: 1.25px;
  top: 653.632px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3190;
}

#ug-e-fa58d882 .c {
  z-index: 3190;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-fa58d882 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-1df1daee {
  width: 360px;
  left: 0.5px;
  top: 697.592px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3191;
}

#ug-e-1df1daee .c {
  z-index: 3191;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-1df1daee .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-76d50f40 {
  width: 359px;
  left: -0.0999999px;
  top: 781.051px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-76d50f40 .c {
  z-index: 3192;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-76d50f40 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-641ae61b {
  width: 361px;
  left: -0.4px;
  top: 805.641px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3203;
}

#ug-e-641ae61b .c {
  z-index: 3203;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-641ae61b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-a861c14b {
  width: 420px;
  height: 81.425px;
  left: -29.7px;
  top: 1875.13px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-a861c14b .c {
  z-index: 3193;
  opacity: 1;
  border: 1px solid rgb(24, 24, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(24, 24, 24);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-42f16e6b {
  width: 361px;
  left: 1px;
  top: 892.022px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-42f16e6b .c {
  z-index: 3220;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-42f16e6b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-f55720e1 {
  width: 361px;
  left: 1px;
  top: 936.662px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-f55720e1 .c {
  z-index: 3195;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-f55720e1 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-1b6e8e50 {
  width: 357.9px;
  left: -0.0999999px;
  top: 1041.38px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3196;
}

#ug-e-1b6e8e50 .c {
  line-height: 1;
  letter-spacing: 0px;
  text-align: left;
  font-size: 20px;
  text-shadow: none;
  opacity: 1;
  z-index: 3196;
  ;
}

#ug-e-1b6e8e50 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-0a81e951 {
  width: 420px;
  height: 123.708px;
  left: -30.4px;
  top: 1603.02px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3200;
}

#ug-e-0a81e951 .c {
  z-index: 3200;
  opacity: 1;
  border: 1px solid rgb(24, 24, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(24, 24, 24);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-724c7d7f {
  width: 358px;
  left: -0.6px;
  top: 1151.22px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3199;
}

#ug-e-724c7d7f .c {
  z-index: 3199;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-724c7d7f .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-e2de2716 {
  width: 359.3px;
  left: -0.95px;
  top: 1193.96px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3201;
}

#ug-e-e2de2716 .c {
  z-index: 3201;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-e2de2716 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-1259e3de {
  width: 340px;
  left: 1px;
  top: 1265.04px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3213;
}

#ug-e-1259e3de .c {
  line-height: 1;
  letter-spacing: 0px;
  text-align: left;
  font-size: 20px;
  text-shadow: none;
  opacity: 1;
  z-index: 3213;
  ;
}

#ug-e-1259e3de .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-e9546025 {
  width: 420px;
  height: 122.531px;
  left: -30.4px;
  top: 641.536px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3189;
}

#ug-e-e9546025 .c {
  z-index: 3189;
  opacity: 1;
  border: 1px solid rgb(24, 24, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(24, 24, 24);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-a5731e67 {
  width: 340px;
  left: 1.6px;
  top: 1391.52px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3205;
}

#ug-e-a5731e67 .c {
  line-height: 1;
  letter-spacing: 0px;
  text-align: left;
  font-size: 20px;
  text-shadow: none;
  opacity: 1;
  z-index: 3205;
  ;
}

#ug-e-a5731e67 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-9eba589a {
  width: 357.9px;
  left: 0.9px;
  top: 1502.05px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3206;
}

#ug-e-9eba589a .c {
  z-index: 3206;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-9eba589a .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-837b3a59 {
  width: 358.1px;
  left: -0.9px;
  top: 1526.77px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3207;
}

#ug-e-837b3a59 .c {
  z-index: 3207;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-837b3a59 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-5a9aecfc {
  width: 420px;
  height: 102.584px;
  left: -30.4px;
  top: 1381.2px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3204;
}

#ug-e-5a9aecfc .c {
  z-index: 3204;
  opacity: 1;
  border: 1px solid rgb(24, 24, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(24, 24, 24);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-ee0fbcec {
  width: 340px;
  left: 1.3px;
  top: 1616.38px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3209;
}

#ug-e-ee0fbcec .c {
  line-height: 1;
  letter-spacing: 0px;
  text-align: left;
  font-size: 20px;
  text-shadow: none;
  opacity: 1;
  z-index: 3209;
  ;
}

#ug-e-ee0fbcec .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-ec124249 {
  width: 358px;
  left: 1.6px;
  top: 1753.81px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3211;
}

#ug-e-ec124249 .c {
  z-index: 3211;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-ec124249 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-3cfa9f25 {
  width: 358.2px;
  left: 1.4px;
  top: 1798.19px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3212;
}

#ug-e-3cfa9f25 .c {
  z-index: 3212;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-3cfa9f25 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-120ab50b {
  width: 420px;
  height: 102.359px;
  left: -30px;
  top: 1141.58px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3198;
}

#ug-e-120ab50b .c {
  z-index: 3198;
  opacity: 1;
  border: 1px solid rgb(24, 24, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(24, 24, 24);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-ced5e217 {
  width: 340px;
  left: 1.6px;
  top: 1882.88px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3214;
}

#ug-e-ced5e217 .c {
  line-height: 1;
  letter-spacing: 0px;
  text-align: left;
  font-size: 20px;
  text-shadow: none;
  opacity: 1;
  z-index: 3214;
  ;
}

#ug-e-ced5e217 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-da4b4e3e {
  width: 358px;
  left: 1.3px;
  top: 1984.83px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3216;
}

#ug-e-da4b4e3e .c {
  z-index: 3216;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-da4b4e3e .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-5d0375a3 {
  width: 360px;
  left: 1.4px;
  top: 2008.86px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3217;
}

#ug-e-5d0375a3 .c {
  z-index: 3217;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-5d0375a3 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-35856cdd {
  width: 420px;
  height: 102.359px;
  left: -30px;
  top: 1181.58px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3228;
}

#ug-e-35856cdd .c {
  z-index: 3228;
  opacity: 1;
  border: 1px solid rgb(24, 24, 24);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(24, 24, 24);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-81eb6c87 {
  width: 340px;
  left: 1.6px;
  top: 1922.88px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3229;
}

#ug-e-81eb6c87 .c {
  z-index: 3229;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-81eb6c87 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-935babbf {
  width: 358.7px;
  left: 1.35px;
  top: 1947.53px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3230;
}

#ug-e-935babbf .c {
  z-index: 3230;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-935babbf .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-c36437e4 {
  width: 358px;
  left: 1.3px;
  top: 2024.83px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3231;
}

#ug-e-c36437e4 .c {
  z-index: 3231;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-c36437e4 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-c9e8f918 {
  width: 360px;
  left: 1.4px;
  top: 2048.86px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3232;
}

#ug-e-c9e8f918 .c {
  z-index: 3232;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-c9e8f918 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-37f7aaea {
  width: 358.4px;
  height: 54px;
  left: 2.25px;
  top: 2617.36px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3180;
}

#ug-e-37f7aaea .c {
  text-decoration: none;
  float: left;
  z-index: 3180;
  background-color: rgb(12, 235, 0);
  background-image: none;
  color: rgb(0, 0, 0);
  border: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-37f7aaea .c:hover,
#ug-e-37f7aaea .c:active {
  background-color: #0ceb00;
}

#ug-e-37f7aaea .c:hover,
#ug-e-37f7aaea .c:active {
  color: #000000;
}

#ug-e-398fa921 {
  z-index: 3227;
  width: 286px;
  left: 26.5px;
  top: 420px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3227;
  z-index: 3227;
  z-index: 3227;
  z-index: 3227;
  z-index: 3227;
}

#ug-e-398fa921 .c {
  z-index: 3227;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-398fa921 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-6f9dd6e8 {
  z-index: 3226;
  width: 287px;
  height: 264px;
  left: 26.5px;
  top: 420px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3226;
  z-index: 3226;
  z-index: 3226;
  z-index: 3226;
  z-index: 3226;
}

#ug-e-6f9dd6e8 .c {
  z-index: 3226;
  ;
}

.ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacfa09ad5167777999"] {
  max-width: 420px;
  width: 340px !important;
  height: 420px !important;
}

#ug-b-4d3b05e3 .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-b-4d3b05e3 {
  height: 783.625px;
  background-color: rgb(0, 0, 0);
  background-image: url(../_assets/385284-ae3d80823d1c473a3bdb14c25f6c5230-9314bb.avif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#ug-e-b3247bb5 {
  z-index: 2407;
  left: 60px;
  top: 595.2px;
  transform: translate(0px, 0px);
}

#ug-e-b3247bb5 .c {
  z-index: 2407;
  border-bottom: 1px solid rgb(255, 255, 255);
}

#ug-e-8c23fa35 {
  z-index: 2408;
  left: 60px;
  top: 711.202px;
  transform: translate(0px, 0px);
}

#ug-e-8c23fa35 .c {
  z-index: 2408;
  border-bottom: 1px solid rgb(255, 255, 255);
}

#ug-e-157a6568 {
  z-index: 2494;
  left: 60px;
  top: 479.206px;
  transform: translate(0px, 0px);
}

#ug-e-157a6568 .c {
  z-index: 2494;
  border-bottom: 1px solid rgb(255, 255, 255);
}

#ug-e-75ee0401 {
  width: 360px;
  left: 0px;
  top: 30.2547px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2399;
}

#ug-e-75ee0401 .c {
  z-index: 2399;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-75ee0401 .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 207, 0);
}

#ug-e-65276a32 {
  z-index: 2495;
  left: 60px;
  top: 349.227px;
  transform: translate(0px, 0px);
}

#ug-e-65276a32 .c {
  z-index: 2495;
  border-bottom: 1px solid rgb(255, 255, 255);
}

#ug-e-90da2470 {
  z-index: 2496;
  left: 60px;
  top: 219.241px;
  transform: translate(0px, 0px);
}

#ug-e-90da2470 .c {
  z-index: 2496;
  border-bottom: 1px solid rgb(255, 255, 255);
}

#ug-e-a0c66752 {
  width: 360px;
  top: 133.814px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2401;
}

#ug-e-a0c66752 .c {
  z-index: 2401;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-a0c66752 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
  color: rgb(255, 207, 0);
}

#ug-e-a0c66752 .c>H2:nth-of-type(1)>B:nth-of-type(2) {
  color: rgb(59, 255, 204);
}

#ug-e-a0c66752 .c>H2:nth-of-type(2)>DIV:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-ecb713c1 {
  z-index: 2400;
  height: 240px;
  left: 325.25px;
  top: 835.824px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-ecb713c1 .c {
  z-index: 2400;
  border-left: 1px solid rgb(255, 255, 255);
}

#ug-e-b8c1a761 {
  width: 360px;
  left: 0px;
  top: 494.699px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2404;
}

#ug-e-b8c1a761 .c {
  z-index: 2404;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-b8c1a761 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
  color: rgb(255, 207, 0);
}

#ug-e-b8c1a761 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-f98f1b02 {
  width: 360px;
  top: 234.719px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2402;
}

#ug-e-f98f1b02 .c {
  z-index: 2402;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-f98f1b02 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
  color: rgb(255, 207, 0);
}

#ug-e-f98f1b02 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(241, 241, 241);
}

#ug-e-f485d261 {
  width: 360px;
  left: 0px;
  top: 610.694px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2405;
}

#ug-e-f485d261 .c {
  z-index: 2405;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-f485d261 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-weight: bold;
  color: rgb(255, 207, 0);
}

#ug-e-f485d261 .c>H2:nth-of-type(1)>U:nth-of-type(1) {
  font-weight: 700;
  color: rgb(159, 230, 24);
}

#ug-e-f485d261 .c>H2:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: #f1f1f1;
}

#ug-e-ac4fcc84 {
  width: 360px;
  top: 362.696px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2403;
}

#ug-e-ac4fcc84 .c {
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 16px;
  text-shadow: none;
  opacity: 1;
  z-index: 2403;
  ;
}

#ug-e-ac4fcc84 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-weight: 700;
  color: rgb(255, 207, 0);
}

#ug-e-ac4fcc84 .c>H2:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: rgb(241, 241, 241);
}

#ug-e-5d70cb39 {
  width: 360px;
  left: 0px;
  top: 726.7px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2406;
}

#ug-e-5d70cb39 .c {
  z-index: 2406;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-5d70cb39 .c>H2:nth-of-type(1)>B:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 207, 0);
}

#ug-e-5d70cb39 .c>H2:nth-of-type(1)>B:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: rgb(159, 230, 24);
}

#ug-e-5d70cb39 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 255, 255);
}

#ug-b-a76871c2 .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-b-a76871c2 {
  height: 1192.38px;
  background-color: rgb(241, 241, 241);
  background-image: url(../_assets/385284-37b417c93b9378b21ae56526e7033432-a2a752.avif);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

#ug-e-fc343ca3 {
  z-index: 2428;
  width: 420px;
  height: 2319.1px;
  left: -30px;
  top: 525.065px;
  transform: translate(0px, 0px);
}

#ug-e-fc343ca3 .c {
  z-index: 2428;
  opacity: 1;
  border: 0px solid rgb(163, 186, 198);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 26px 26px 0px 0px;
  background-image: url(../_assets/385284-0e69da5ae0298f7a8def99c3cf95206d-d6de24.avif);
  background-size: cover;
  background-color: rgb(255, 255, 255);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-ab6c3e02 {
  left: 59.4712px;
  top: 24.7245px;
  width: 239.1px;
}

#ug-e-ab6c3e02 .c {
  z-index: 2457;
  font-size: 24px;
  line-height: 26.4px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-ab6c3e02 .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-bb2d930c {
  left: 83.1129px;
  top: 80.6789px;
  width: 193.8px;
}

#ug-e-bb2d930c .c {
  z-index: 2458;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-742c7b70 {
  width: 179.9px;
  height: 62.1406px;
  left: 0.15px;
  top: 109.49px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2461;
}

#ug-e-742c7b70 .c {
  z-index: 2461;
  opacity: 1;
  border: 0px solid rgb(0, 0, 0);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 6px 0px 0px;
  background-image: none;
  background-size: cover;
  background-color: rgb(28, 28, 28);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-3b489bb8 {
  width: 181px;
  height: 62.1406px;
  left: 179.05px;
  top: 109.52px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2463;
}

#ug-e-3b489bb8 .c {
  z-index: 2463;
  opacity: 1;
  border: 0px solid rgb(0, 0, 0);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 0px 6px 0px 0px;
  background-image: none;
  background-size: auto;
  background-color: rgb(255, 207, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-f418e5dc {
  width: 179.9px;
  left: -0.871px;
  top: 124.362px;
  transform: translate(0px, 0px);
  z-index: 2464;
}

#ug-e-f418e5dc .c {
  z-index: 2464;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-f418e5dc .c>H6:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #ffffff;
}

#ug-e-b32c2fe4 {
  width: 359.7px;
  height: 958px;
  left: 0.0999999px;
  top: 160.362px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-b32c2fe4 .c {
  z-index: 2433;
  opacity: 1;
  border: 1px solid rgb(217, 216, 216);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 0px 0px 6px 6px;
  background-image: none;
  background-size: cover;
  background-color: rgb(241, 241, 241);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-7d07b50e {
  z-index: 2452;
  width: 300.886px;
  left: 33.8062px;
  top: 2059.72px;
  transform: translate(0px, 0px);
}

#ug-e-7d07b50e .c {
  z-index: 2452;
  font-size: 25.7082px;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-7d07b50e .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-a3764592 {
  width: 178.2px;
  left: 180.679px;
  top: 122.572px;
  transform: translate(0px, 0px);
  z-index: 2465;
}

#ug-e-a3764592 .c {
  z-index: 2465;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-a3764592 .c>H6:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(28, 28, 28);
}

#ug-e-04358e95 {
  z-index: 2453;
  width: 300.9px;
  left: 33.7919px;
  top: 2103.14px;
  transform: translate(0px, 0px);
}

#ug-e-04358e95 .c {
  z-index: 2453;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-7db24da4 {
  z-index: 2455;
  height: 145.004px;
  width: 304.4px;
  left: 25.9px;
  top: 2362.98px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-7db24da4 .c {
  z-index: 2455;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-7db24da4 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 1944;
  background-image: url(../_assets/385284-ecf07238cb4e2e2bb08ff4d199179198-2322f9.avif);
  background-size: 304px 145px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-9b71e745 {
  z-index: 2431;
  height: 143.622px;
  width: 301.5px;
  left: 29.2px;
  top: 2136.51px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-9b71e745 .c {
  z-index: 2431;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-9b71e745 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 1907;
  background-image: url(../_assets/385284-c20640ec830d636103092736298f50d5-f33cda.avif);
  background-size: 301.491px 143.608px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-be238b86 {
  width: 90.1px;
  left: 44px;
  top: 193.202px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-be238b86 .c {
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 14px;
  text-shadow: none;
  opacity: 1;
  z-index: 2434;
  ;
}

#ug-e-be238b86 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-87535c99 {
  z-index: 2429;
  width: 360px;
  left: 0px;
  top: 116.28px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-87535c99 .c {
  z-index: 2429;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-87535c99 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-aa766d66 {
  width: 178.9px;
  left: 179.95px;
  top: 193.182px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2466;
}

#ug-e-aa766d66 .c {
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 14px;
  text-shadow: none;
  opacity: 1;
  z-index: 2466;
  ;
}

#ug-e-aa766d66 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(36, 36, 36);
}

#ug-e-624e752f {
  z-index: 2454;
  width: 300.2px;
  height: 53.9931px;
  left: 25.9px;
  top: 2507.81px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-624e752f .c {
  text-decoration: none;
  float: left;
  z-index: 2454;
  background-color: rgb(255, 255, 255);
  background-image: none;
  color: rgb(36, 36, 36);
  border: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-624e752f:hover .c,
#ug-e-624e752f:active .c {
  background-color: #ffffff;
}

#ug-e-624e752f:hover .c,
#ug-e-624e752f:active .c {
  color: #ffffff;
}

#ug-e-f1212a7e {
  z-index: 2430;
  width: 301.5px;
  height: 53.9931px;
  left: 29.2px;
  top: 2280.15px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-f1212a7e .c {
  text-decoration: none;
  float: left;
  z-index: 2430;
  background-color: rgb(255, 255, 255);
  background-image: none;
  color: rgb(36, 36, 36);
  border: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-f1212a7e:hover .c,
#ug-e-f1212a7e:active .c {
  background-color: #ffffff;
}

#ug-e-f1212a7e:hover .c,
#ug-e-f1212a7e:active .c {
  color: #ffffff;
}

#ug-e-9aa04bb6 {
  width: 155.9px;
  left: 191.9px;
  top: 289.206px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-9aa04bb6 .c {
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  font-size: 14px;
  text-shadow: none;
  opacity: 1;
  z-index: 2436;
  ;
}

#ug-e-9aa04bb6 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-fac73d62 {
  width: 135px;
  left: 22.55px;
  top: 310.253px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-fac73d62 .c {
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  font-size: 14px;
  text-shadow: none;
  opacity: 1;
  z-index: 2445;
  ;
}

#ug-e-fac73d62 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-8ccd3f96 {
  z-index: 2435;
  width: 360px;
  left: 0px;
  top: 136.28px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-8ccd3f96 .c {
  z-index: 2435;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-8ccd3f96 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-2e5e101b {
  width: 153.6px;
  left: 12.25px;
  top: 420.25px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-2e5e101b .c {
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  font-size: 14px;
  text-shadow: none;
  opacity: 1;
  z-index: 2438;
  ;
}

#ug-e-2e5e101b .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-09e864d7 {
  width: 155.3px;
  left: 191.65px;
  top: 413.235px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-09e864d7 .c {
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 14px;
  text-shadow: none;
  opacity: 1;
  z-index: 2439;
  ;
}

#ug-e-09e864d7 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-09b2c431 {
  z-index: 2437;
  width: 360px;
  left: 0px;
  top: 156.28px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-09b2c431 .c {
  z-index: 2437;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-09b2c431 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-36687502 {
  width: 144.7px;
  left: 197.45px;
  top: 523.272px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-36687502 .c {
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 14px;
  text-shadow: none;
  opacity: 1;
  z-index: 2442;
  ;
}

#ug-e-36687502 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-17dc7b42 {
  z-index: 2440;
  width: 360px;
  left: 0px;
  top: 176.28px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-17dc7b42 .c {
  z-index: 2440;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-17dc7b42 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-55cac0f9 {
  width: 130px;
  left: 25.05px;
  top: 565.301px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-55cac0f9 .c {
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  font-size: 14px;
  text-shadow: none;
  opacity: 1;
  z-index: 2441;
  ;
}

#ug-e-55cac0f9 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-e35827fb {
  width: 143.9px;
  left: 198.2px;
  top: 703.31px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2462;
}

#ug-e-e35827fb .c {
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 14px;
  text-shadow: none;
  opacity: 1;
  z-index: 2462;
  ;
}

#ug-e-e35827fb .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-5abb7ae7 {
  width: 141.1px;
  left: 20.25px;
  top: 752.561px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-5abb7ae7 .c {
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  font-size: 14px;
  text-shadow: none;
  opacity: 1;
  z-index: 2444;
  ;
}

#ug-e-5abb7ae7 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-ace5f6f0 {
  z-index: 2443;
  width: 360px;
  left: 0px;
  top: 196.28px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-ace5f6f0 .c {
  z-index: 2443;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-ace5f6f0 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-03263f60 {
  width: 142.2px;
  left: 203.35px;
  top: 883.328px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2450;
}

#ug-e-03263f60 .c {
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 14px;
  text-shadow: none;
  opacity: 1;
  z-index: 2450;
  ;
}

#ug-e-03263f60 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-5b1bffdd {
  width: 142.1px;
  left: 16.85px;
  top: 911.332px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2448;
}

#ug-e-5b1bffdd .c {
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 14px;
  text-shadow: none;
  opacity: 1;
  z-index: 2448;
  ;
}

#ug-e-5b1bffdd .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-ef39c2cb {
  z-index: 2446;
  width: 360px;
  left: 0px;
  top: 216.28px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-ef39c2cb .c {
  z-index: 2446;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-ef39c2cb .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-5a8e4680 {
  width: 140.8px;
  left: 24.1062px;
  top: 1035.39px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2451;
}

#ug-e-5a8e4680 .c {
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 14px;
  text-shadow: none;
  opacity: 1;
  z-index: 2451;
  ;
}

#ug-e-5a8e4680 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-2b626bc7 {
  width: 161.6px;
  left: 191.7px;
  top: 1035.33px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2456;
}

#ug-e-2b626bc7 .c {
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 14px;
  text-shadow: none;
  opacity: 1;
  z-index: 2456;
  ;
}

#ug-e-2b626bc7 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-915ee588 {
  z-index: 2449;
  width: 360px;
  left: 0px;
  top: 256.28px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-915ee588 .c {
  z-index: 2449;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-915ee588 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-b839a86d {
  width: 358.9px;
  left: 0.357px;
  top: 490.925px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-b839a86d .c {
  z-index: 2432;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-5f7bb31f {
  width: 360px;
  height: 37.0256px;
  left: 0.65px;
  top: 1131.45px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2460;
}

#ug-e-5f7bb31f .c {
  text-decoration: none;
  float: left;
  z-index: 2460;
  background-color: rgb(12, 235, 0);
  background-image: none;
  color: rgb(0, 0, 0);
  border: 0px;
  font-size: 12px;
  text-align: center;
  box-shadow: rgb(207, 207, 207) 0px 1px 3px;
  border-radius: 6px;
}

#ug-e-5f7bb31f .c:hover,
#ug-e-5f7bb31f .c:active {
  background-color: #0ceb00;
}

#ug-e-5f7bb31f .c:hover,
#ug-e-5f7bb31f .c:active {
  color: #000000;
}

#ug-e-f7a5a416 {
  width: 286px;
  left: 37.5px;
  top: 11px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3075;
}

#ug-e-f7a5a416 .c {
  z-index: 3075;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-f7a5a416 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-ef27a646 {
  width: 342px;
  height: 473px;
  left: 6px;
  top: 53px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3074;
}

#ug-e-ef27a646 .c {
  z-index: 3074;
  ;
}

.ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacf9be757163047307"] {
  max-width: 420px;
  width: 360px !important;
  height: 539px !important;
}

#ug-e-e8a3d137 {
  width: 306.3px;
  left: 23.007px;
  top: 1051.64px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-e8a3d137 .c {
  z-index: 2459;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-d900122b {
  z-index: 2467;
  height: 928.2px;
  left: 175px;
  top: 180.091px;
  transform: translate(0px, 0px);
  z-index: 2467;
  z-index: 2467;
  z-index: 2467;
  z-index: 2467;
}

#ug-e-d900122b .c {
  z-index: 2467;
  border-left: 1px solid rgb(217, 216, 216);
}

#ug-e-2712895c {
  z-index: 2468;
  width: 144.5px;
  left: 197.15px;
  top: 256.703px;
  transform: translate(0px, 0px);
  z-index: 2468;
  z-index: 2468;
  z-index: 2468;
  z-index: 2468;
}

#ug-e-2712895c .c {
  z-index: 2468;
  border-bottom: 1px solid rgb(229, 229, 229);
}

#ug-e-185791b4 {
  z-index: 2469;
  width: 144.5px;
  left: 16.85px;
  top: 256.719px;
  transform: translate(0px, 0px);
  z-index: 2469;
  z-index: 2469;
  z-index: 2469;
  z-index: 2469;
}

#ug-e-185791b4 .c {
  z-index: 2469;
  border-bottom: 1px solid rgb(229, 229, 229);
}

#ug-e-4a7b699a {
  z-index: 2470;
  width: 144.5px;
  left: 197.1px;
  top: 380.734px;
  transform: translate(0px, 0px);
  z-index: 2470;
  z-index: 2470;
  z-index: 2470;
  z-index: 2470;
}

#ug-e-4a7b699a .c {
  z-index: 2470;
  border-bottom: 1px solid rgb(229, 229, 229);
}

#ug-e-1b513f86 {
  z-index: 2471;
  width: 144.5px;
  left: 16.85px;
  top: 380.781px;
  transform: translate(0px, 0px);
}

#ug-e-1b513f86 .c {
  z-index: 2471;
  border-bottom: 1px solid rgb(229, 229, 229);
}

#ug-e-e37bacee {
  z-index: 2472;
  width: 144.5px;
  left: 197.05px;
  top: 490.765px;
  transform: translate(0px, 0px);
}

#ug-e-e37bacee .c {
  z-index: 2472;
  border-bottom: 1px solid rgb(229, 229, 229);
}

#ug-e-d2c152da {
  z-index: 2473;
  width: 144.5px;
  left: 16.85px;
  top: 490.781px;
  transform: translate(0px, 0px);
}

#ug-e-d2c152da .c {
  z-index: 2473;
  border-bottom: 1px solid rgb(229, 229, 229);
}

#ug-e-e3429f4b {
  z-index: 2474;
  width: 144.5px;
  left: 197px;
  top: 670.796px;
  transform: translate(0px, 0px);
}

#ug-e-e3429f4b .c {
  z-index: 2474;
  border-bottom: 1px solid rgb(229, 229, 229);
}

#ug-e-e13fb7a6 {
  z-index: 2475;
  width: 144.5px;
  left: 16.85px;
  top: 670.781px;
  transform: translate(0px, 0px);
}

#ug-e-e13fb7a6 .c {
  z-index: 2475;
  border-bottom: 1px solid rgb(229, 229, 229);
}

#ug-e-f63c1c81 {
  z-index: 2476;
  width: 144.5px;
  left: 198.15px;
  top: 850.827px;
  transform: translate(0px, 0px);
}

#ug-e-f63c1c81 .c {
  z-index: 2476;
  border-bottom: 1px solid rgb(229, 229, 229);
}

#ug-e-44d7d619 {
  z-index: 2477;
  width: 144.5px;
  left: 21.35px;
  top: 851.335px;
  transform: translate(0px, 0px);
}

#ug-e-44d7d619 .c {
  z-index: 2477;
  border-bottom: 1px solid rgb(229, 229, 229);
}

#ug-e-a143611d {
  z-index: 2478;
  width: 144.5px;
  left: 202.2px;
  top: 1002.83px;
  transform: translate(0px, 0px);
}

#ug-e-a143611d .c {
  z-index: 2478;
  border-bottom: 1px solid rgb(229, 229, 229);
}

#ug-e-e7259b29 {
  z-index: 2479;
  width: 144.5px;
  left: 22.6px;
  top: 1002.33px;
  transform: translate(0px, 0px);
}

#ug-e-e7259b29 .c {
  z-index: 2479;
  border-bottom: 1px solid rgb(229, 229, 229);
}

#ug-e-9879f154 {
  z-index: 2447;
  width: 358.3px;
  height: 1008.8px;
  left: 0.6px;
  top: 109.524px;
  transform: translate(0px, 0px);
  z-index: 2447;
  z-index: 2447;
  z-index: 2447;
  z-index: 2447;
}

#ug-e-9879f154 .c {
  text-decoration: none;
  float: left;
  z-index: 2447;
  background-color: transparent;
  background-image: none;
  color: rgb(255, 255, 255);
  border: 0px;
  font-size: 18px;
  text-align: center;
  box-shadow: rgb(207, 207, 207) 0px 1px 3px;
  border-radius: 6px;
}

#ug-e-9879f154:hover .c,
#ug-e-9879f154:active .c {
  background-color: transparent;
}

#ug-e-9879f154:hover .c,
#ug-e-9879f154:active .c {
  color: #ffffff;
}

#ug-b-be980268 .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-b-be980268 {
  height: 1193.66px;
  background-color: rgb(0, 0, 0);
  background-image: url(../_assets/385284-ae3d80823d1c473a3bdb14c25f6c5230-9314bb.avif);
  background-position: 33.6585% 68.5466%;
  background-repeat: no-repeat;
}

#ug-e-51eb5aa0 {
  width: 360px;
  left: 0px;
  top: 18.4735px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1896;
}

#ug-e-51eb5aa0 .c {
  z-index: 1896;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-51eb5aa0 .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 206, 0);
}

#ug-e-363d269b {
  width: 340px;
  top: 145.814px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2051;
}

#ug-e-363d269b .c {
  z-index: 2051;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-363d269b .c>H2:nth-of-type(1)>B:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 204, 0);
}

#ug-e-363d269b .c>H2:nth-of-type(1)>B:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: rgb(159, 230, 24);
}

#ug-e-363d269b .c>H2:nth-of-type(2)>DIV:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #f1f1f1;
}

#ug-e-1c16450b {
  z-index: 2021;
  height: 240px;
  left: 325.25px;
  top: 835.824px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-1c16450b .c {
  z-index: 2021;
  border-left: 1px solid rgb(255, 255, 255);
}

#ug-e-2bdd179e {
  width: 340px;
  left: 0px;
  top: 806.34px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2055;
}

#ug-e-2bdd179e .c {
  z-index: 2055;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-2bdd179e .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-weight: 700;
  color: rgb(255, 204, 0);
}

#ug-e-2bdd179e .c>H2:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: rgb(241, 241, 241);
}

#ug-e-670842fe {
  width: 340px;
  top: 325.986px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2053;
}

#ug-e-670842fe .c {
  z-index: 2053;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-670842fe .c>H2:nth-of-type(1)>B:nth-of-type(1) {
  color: rgb(255, 204, 0);
}

#ug-e-670842fe .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(241, 241, 241);
}

#ug-e-ab7a79aa {
  width: 340px;
  left: 0px;
  top: 946.515px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2056;
}

#ug-e-ab7a79aa .c {
  z-index: 2056;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-ab7a79aa .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 204, 0);
  font-weight: bold;
}

#ug-e-ab7a79aa .c>H2:nth-of-type(1)>U:nth-of-type(1) {
  font-weight: 700;
  color: rgb(159, 230, 24);
}

#ug-e-ab7a79aa .c>H2:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: rgb(241, 241, 241);
}

#ug-e-412caf79 {
  width: 340px;
  top: 586.158px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2054;
}

#ug-e-412caf79 .c {
  z-index: 2054;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-412caf79 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-weight: 700;
  color: rgb(255, 204, 0);
}

#ug-e-412caf79 .c>H2:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: rgb(241, 241, 241);
}

#ug-e-e22c7af3 {
  width: 340px;
  left: 0px;
  top: 1106.69px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2057;
}

#ug-e-e22c7af3 .c {
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 20px;
  text-shadow: none;
  opacity: 1;
  z-index: 2057;
  ;
}

#ug-e-e22c7af3 .c>H2:nth-of-type(1)>B:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 204, 0);
}

#ug-e-e22c7af3 .c>H2:nth-of-type(1)>B:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: rgb(159, 230, 24);
}

#ug-e-e22c7af3 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 255, 255);
}

#ug-b-149fa2e7 .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-b-149fa2e7 {
  height: 1786.4px;
  background-color: rgb(241, 241, 241);
  background-image: url(../_assets/385284-0e69da5ae0298f7a8def99c3cf95206d-d6de24.avif);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

#ug-e-4aeb4c1b {
  left: 26.8212px;
  top: 30.7473px;
  width: 307.1px;
  z-index: 1950;
}

#ug-e-4aeb4c1b .c {
  z-index: 1950;
  font-size: 35px;
  line-height: 38.5px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-4aeb4c1b .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-71edb629 {
  left: 28.1129px;
  top: 114.713px;
  width: 305.8px;
  z-index: 1951;
}

#ug-e-71edb629 .c {
  z-index: 1951;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-5561d603 {
  width: 308px;
  height: 68px;
  left: 18.957px;
  top: 760.187px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1939;
}

#ug-e-5561d603 .c {
  z-index: 1939;
  opacity: 1;
  border: 1px solid rgb(255, 206, 0);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 17px;
  background-image: none;
  background-size: cover;
  background-color: rgb(255, 206, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-436ef3ba {
  width: 305.5px;
  height: 71px;
  left: 24.75px;
  top: 150.353px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1909;
}

#ug-e-436ef3ba .c {
  z-index: 1909;
  opacity: 1;
  border: 1px solid rgb(0, 0, 0);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 17px;
  background-image: none;
  background-size: cover;
  background-color: rgb(0, 0, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-4a5957b6 {
  width: 263.989px;
  left: 45.407px;
  top: 170.234px;
  z-index: 1945;
}

#ug-e-4a5957b6 .c {
  z-index: 1945;
  font-size: 29px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-4a5957b6 .c>H6:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #ffffff;
}

#ug-e-3ac63564 {
  width: 303.7px;
  left: 18.907px;
  top: 779.139px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1946;
}

#ug-e-3ac63564 .c {
  z-index: 1946;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-3ac63564 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-f04ab891-m {
  z-index: 1941;
  width: 300.886px;
  left: 33.8062px;
  top: 2059.72px;
  transform: translate(0px, 0px);
  z-index: 1941;
  z-index: 1941;
  z-index: 1941;
  z-index: 1941;
  z-index: 1941;
  z-index: 1941;
  z-index: 1941;
  z-index: 1941;
  z-index: 1941;
  z-index: 1941;
}

#ug-e-f04ab891-m .c {
  z-index: 1941;
  font-size: 25.7082px;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-f04ab891-m .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-9092a866-m {
  z-index: 1942;
  width: 300.9px;
  left: 33.7919px;
  top: 2103.14px;
  transform: translate(0px, 0px);
  z-index: 1942;
  z-index: 1942;
  z-index: 1942;
  z-index: 1942;
  z-index: 1942;
  z-index: 1942;
  z-index: 1942;
  z-index: 1942;
  z-index: 1942;
  z-index: 1942;
}

#ug-e-9092a866-m .c {
  z-index: 1942;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-ab22605c-m {
  z-index: 1944;
  height: 145.004px;
  width: 304.4px;
  left: 25.9px;
  top: 2362.98px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1944;
  z-index: 1944;
  z-index: 1944;
  z-index: 1944;
  z-index: 1944;
  z-index: 1944;
  z-index: 1944;
  z-index: 1944;
  z-index: 1944;
  z-index: 1944;
}

#ug-e-ab22605c-m .c {
  z-index: 1944;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-ab22605c-m .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 1944;
  background-image: url(../_assets/385284-ecf07238cb4e2e2bb08ff4d199179198-2322f9.avif);
  background-size: 304px 145px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-8bb2ac3f-m {
  z-index: 1907;
  height: 143.622px;
  width: 301.5px;
  left: 29.2px;
  top: 2136.51px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1907;
  z-index: 1907;
  z-index: 1907;
  z-index: 1907;
  z-index: 1907;
  z-index: 1907;
  z-index: 1907;
  z-index: 1907;
  z-index: 1907;
  z-index: 1907;
}

#ug-e-8bb2ac3f-m .c {
  z-index: 1907;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-8bb2ac3f-m .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 1907;
  background-image: url(../_assets/385284-c20640ec830d636103092736298f50d5-f33cda.avif);
  background-size: 301.491px 143.608px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-f03bf316 {
  width: 286.9px;
  left: 28.95px;
  top: 849.804px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1907;
}

#ug-e-f03bf316 .c {
  line-height: 22.4px;
  letter-spacing: 0px;
  text-align: left;
  font-size: 16px;
  text-shadow: none;
  opacity: 1;
  z-index: 1907;
  ;
}

#ug-e-f03bf316 .c>P:nth-of-type(1)>B:nth-of-type(1) {
  color: rgb(36, 36, 36);
}

#ug-e-2095b172 {
  width: 305.5px;
  left: 25.9px;
  top: 248.713px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1906;
}

#ug-e-2095b172 .c {
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: left;
  font-size: 16px;
  text-shadow: none;
  opacity: 1;
  z-index: 1906;
  ;
}

#ug-e-2095b172 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-50f13828 {
  z-index: 1905;
  width: 360px;
  left: 0px;
  top: 116.28px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1905;
  z-index: 1905;
  z-index: 1905;
  z-index: 1905;
  z-index: 1905;
  z-index: 1905;
  z-index: 1905;
  z-index: 1905;
  z-index: 1905;
  z-index: 1905;
}

#ug-e-50f13828 .c {
  z-index: 1905;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-50f13828 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-7bef030f {
  width: 305.4px;
  left: 24.957px;
  top: 285.645px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1911;
}

#ug-e-7bef030f .c {
  z-index: 1911;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-6498b393-m {
  z-index: 1943;
  width: 300.2px;
  height: 53.9931px;
  left: 25.9px;
  top: 2507.81px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1943;
  z-index: 1943;
  z-index: 1943;
  z-index: 1943;
  z-index: 1943;
  z-index: 1943;
  z-index: 1943;
  z-index: 1943;
  z-index: 1943;
  z-index: 1943;
}

#ug-e-6498b393-m .c {
  text-decoration: none;
  float: left;
  z-index: 1943;
  background-color: rgb(255, 255, 255);
  background-image: none;
  color: rgb(36, 36, 36);
  border: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-6498b393-m:hover .c,
#ug-e-6498b393-m:active .c {
  background-color: #ffffff;
}

#ug-e-6498b393-m:hover .c,
#ug-e-6498b393-m:active .c {
  color: #ffffff;
}

#ug-e-0d9c4a58-m {
  z-index: 1906;
  width: 301.5px;
  height: 53.9931px;
  left: 29.2px;
  top: 2280.15px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1906;
  z-index: 1906;
  z-index: 1906;
  z-index: 1906;
  z-index: 1906;
  z-index: 1906;
  z-index: 1906;
  z-index: 1906;
  z-index: 1906;
  z-index: 1906;
}

#ug-e-0d9c4a58-m .c {
  text-decoration: none;
  float: left;
  z-index: 1906;
  background-color: rgb(255, 255, 255);
  background-image: none;
  color: rgb(36, 36, 36);
  border: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-0d9c4a58-m:hover .c,
#ug-e-0d9c4a58-m:active .c {
  background-color: #ffffff;
}

#ug-e-0d9c4a58-m:hover .c,
#ug-e-0d9c4a58-m:active .c {
  color: #ffffff;
}

#ug-e-33857b71 {
  width: 306.4px;
  left: 27.2px;
  top: 940.126px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1914;
}

#ug-e-33857b71 .c {
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: left;
  font-size: 16px;
  text-shadow: none;
  opacity: 1;
  z-index: 1914;
  ;
}

#ug-e-33857b71 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-ec93c017 {
  width: 305px;
  left: 25.4px;
  top: 312.389px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1913;
}

#ug-e-ec93c017 .c {
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: left;
  font-size: 16px;
  text-shadow: none;
  opacity: 1;
  z-index: 1913;
  ;
}

#ug-e-ec93c017 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-5248c4d6 {
  z-index: 1912;
  width: 360px;
  left: 0px;
  top: 136.28px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1912;
  z-index: 1912;
  z-index: 1912;
  z-index: 1912;
  z-index: 1912;
  z-index: 1912;
  z-index: 1912;
  z-index: 1912;
  z-index: 1912;
  z-index: 1912;
}

#ug-e-5248c4d6 .c {
  z-index: 1912;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-5248c4d6 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-2210262e {
  width: 304.9px;
  left: 26.457px;
  top: 349.85px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1915;
}

#ug-e-2210262e .c {
  z-index: 1915;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-aff2142b {
  width: 306px;
  left: 25px;
  top: 377.881px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1917;
}

#ug-e-aff2142b .c {
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: left;
  font-size: 16px;
  text-shadow: none;
  opacity: 1;
  z-index: 1917;
  ;
}

#ug-e-aff2142b .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-5cbbc019 {
  width: 266px;
  left: 26.7px;
  top: 1049.45px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1918;
}

#ug-e-5cbbc019 .c {
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: left;
  font-size: 16px;
  text-shadow: none;
  opacity: 1;
  z-index: 1918;
  ;
}

#ug-e-5cbbc019 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-6258e5f3 {
  z-index: 1916;
  width: 360px;
  left: 0px;
  top: 156.28px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1916;
  z-index: 1916;
  z-index: 1916;
  z-index: 1916;
  z-index: 1916;
  z-index: 1916;
  z-index: 1916;
  z-index: 1916;
  z-index: 1916;
  z-index: 1916;
}

#ug-e-6258e5f3 .c {
  z-index: 1916;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-6258e5f3 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-784f8681 {
  width: 304.9px;
  left: 25.357px;
  top: 438.28px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1919;
}

#ug-e-784f8681 .c {
  z-index: 1919;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-bca2d51a {
  width: 306.9px;
  left: 26.7px;
  top: 1158.87px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1922;
}

#ug-e-bca2d51a .c {
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: left;
  font-size: 16px;
  text-shadow: none;
  opacity: 1;
  z-index: 1922;
  ;
}

#ug-e-bca2d51a .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-cf9fafbf {
  z-index: 1920;
  width: 360px;
  left: 0px;
  top: 176.28px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1920;
  z-index: 1920;
  z-index: 1920;
  z-index: 1920;
  z-index: 1920;
  z-index: 1920;
  z-index: 1920;
  z-index: 1920;
  z-index: 1920;
  z-index: 1920;
}

#ug-e-cf9fafbf .c {
  z-index: 1920;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-cf9fafbf .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-b65757d0 {
  width: 304.9px;
  left: 25.8px;
  top: 465.764px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1921;
}

#ug-e-b65757d0 .c {
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: left;
  font-size: 16px;
  text-shadow: none;
  opacity: 1;
  z-index: 1921;
  ;
}

#ug-e-b65757d0 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-b2cbd28e {
  width: 305.5px;
  left: 24.757px;
  top: 502.908px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1923;
}

#ug-e-b2cbd28e .c {
  z-index: 1923;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-f7a13e96 {
  width: 314.8px;
  left: 26.7px;
  top: 1443.06px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1926;
}

#ug-e-f7a13e96 .c {
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: left;
  font-size: 16px;
  text-shadow: none;
  opacity: 1;
  z-index: 1926;
  ;
}

#ug-e-f7a13e96 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-11760db2 {
  width: 305.4px;
  left: 25.6px;
  top: 529.438px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1925;
}

#ug-e-11760db2 .c {
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: left;
  font-size: 16px;
  text-shadow: none;
  opacity: 1;
  z-index: 1925;
  ;
}

#ug-e-11760db2 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-8c263911 {
  z-index: 1924;
  width: 360px;
  left: 0px;
  top: 196.28px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1924;
  z-index: 1924;
  z-index: 1924;
  z-index: 1924;
  z-index: 1924;
  z-index: 1924;
  z-index: 1924;
  z-index: 1924;
  z-index: 1924;
  z-index: 1924;
}

#ug-e-8c263911 .c {
  z-index: 1924;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-8c263911 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-5cda8599 {
  width: 305.2px;
  left: 26.457px;
  top: 566.372px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1927;
}

#ug-e-5cda8599 .c {
  z-index: 1927;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-76f48d3f {
  width: 306.4px;
  left: 26.8px;
  top: 1313.09px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1930;
}

#ug-e-76f48d3f .c {
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: left;
  font-size: 16px;
  text-shadow: none;
  opacity: 1;
  z-index: 1930;
  ;
}

#ug-e-76f48d3f .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-8d074b83 {
  width: 305.6px;
  left: 25.8px;
  top: 592.903px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1929;
}

#ug-e-8d074b83 .c {
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: left;
  font-size: 16px;
  text-shadow: none;
  opacity: 1;
  z-index: 1929;
  ;
}

#ug-e-8d074b83 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-d09e5a41 {
  z-index: 1928;
  width: 360px;
  left: 0px;
  top: 216.28px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1928;
  z-index: 1928;
  z-index: 1928;
  z-index: 1928;
  z-index: 1928;
  z-index: 1928;
  z-index: 1928;
  z-index: 1928;
  z-index: 1928;
  z-index: 1928;
}

#ug-e-d09e5a41 .c {
  z-index: 1928;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-d09e5a41 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-a3620413 {
  width: 305.6px;
  left: 24.657px;
  top: 651.779px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1931;
}

#ug-e-a3620413 .c {
  z-index: 1931;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-d2b568b5 {
  width: 259px;
  left: 25px;
  top: 680.399px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1937;
}

#ug-e-d2b568b5 .c {
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: left;
  font-size: 16px;
  text-shadow: none;
  opacity: 1;
  z-index: 1937;
  ;
}

#ug-e-d2b568b5 .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-501a5f6f {
  width: 300.1px;
  left: 29px;
  top: 1595.72px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1938;
}

#ug-e-501a5f6f .c {
  line-height: 22.4px;
  letter-spacing: 0px;
  text-align: left;
  font-size: 16px;
  text-shadow: none;
  opacity: 1;
  z-index: 1938;
  ;
}

#ug-e-501a5f6f .c>P:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-b2c429ee {
  z-index: 1936;
  width: 360px;
  left: 0px;
  top: 256.28px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1936;
  z-index: 1936;
  z-index: 1936;
  z-index: 1936;
  z-index: 1936;
  z-index: 1936;
  z-index: 1936;
  z-index: 1936;
  z-index: 1936;
  z-index: 1936;
}

#ug-e-b2c429ee .c {
  z-index: 1936;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-b2c429ee .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-9bfdfd6b {
  width: 306.3px;
  left: 28.257px;
  top: 1022.39px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1952;
}

#ug-e-9bfdfd6b .c {
  z-index: 1952;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-9dc26f22 {
  width: 305.6px;
  left: 19.557px;
  top: 789.888px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1908;
}

#ug-e-9dc26f22 .c {
  z-index: 1908;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-6a654487 {
  width: 306.3px;
  left: 26.957px;
  top: 1131.18px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1953;
}

#ug-e-6a654487 .c {
  z-index: 1953;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-33f31d70 {
  width: 306.3px;
  left: 28.307px;
  top: 912.683px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1954;
}

#ug-e-33f31d70 .c {
  z-index: 1954;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-6006ea78 {
  width: 306.3px;
  left: 27.257px;
  top: 1286.56px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1955;
}

#ug-e-6006ea78 .c {
  z-index: 1955;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-fff9a7d2 {
  width: 360px;
  height: 76.7px;
  left: 1px;
  top: 1689.84px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2058;
}

#ug-e-fff9a7d2 .c {
  text-decoration: none;
  float: left;
  z-index: 2058;
  background-color: rgb(12, 235, 0);
  background-image: none;
  color: rgb(0, 0, 0);
  border: 0px;
  font-size: 18px;
  text-align: center;
  box-shadow: rgb(207, 207, 207) 0px 1px 3px;
  border-radius: 3px;
}

#ug-e-fff9a7d2 .c:hover,
#ug-e-fff9a7d2 .c:active {
  background-color: #0ceb00;
}

#ug-e-fff9a7d2 .c:hover,
#ug-e-fff9a7d2 .c:active {
  color: #000000;
}

#ug-e-3debcff8 {
  z-index: 3063;
  width: 286px;
  left: 26.5px;
  top: 420px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3063;
  z-index: 3063;
  z-index: 3063;
  z-index: 3063;
  z-index: 3063;
  z-index: 3063;
}

#ug-e-3debcff8 .c {
  z-index: 3063;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-3debcff8 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-06c5c88d {
  z-index: 3062;
  width: 287px;
  height: 264px;
  left: 26.5px;
  top: 420px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3062;
  z-index: 3062;
  z-index: 3062;
  z-index: 3062;
  z-index: 3062;
  z-index: 3062;
}

#ug-e-06c5c88d .c {
  z-index: 3062;
  ;
}

.ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacf99a796826211511"] {
  max-width: 420px;
  width: 340px !important;
  height: 420px !important;
}

#ug-e-d8a36d2e {
  width: 306.3px;
  left: 26.707px;
  top: 1416.73px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1956;
}

#ug-e-d8a36d2e .c {
  z-index: 1956;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-22da6cbd {
  width: 306.3px;
  left: 28.357px;
  top: 1655.94px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1958;
}

#ug-e-22da6cbd .c {
  z-index: 1958;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-9dcf4e4d {
  width: 306.3px;
  left: 28.957px;
  top: 1569.39px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1957;
}

#ug-e-9dcf4e4d .c {
  z-index: 1957;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-b-24b53a1c .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-b-24b53a1c {
  height: 990.76px;
  background-color: rgb(255, 255, 255);
  background-image: url(../_assets/385284-dbd7b7dc7c6f697387869f8700179362-e50a7f.avif);
  background-position: 34.6341% 78.9588%;
  background-size: cover;
  background-repeat: no-repeat;
}

#ug-e-43700602 {
  left: 10.0282px;
  top: 16.3373px;
  width: 340px;
  z-index: 2167;
}

#ug-e-43700602 .c {
  z-index: 2167;
  font-size: 24px;
  line-height: 26.4px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-43700602 .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-525c055b {
  width: 340px;
  left: 10.2px;
  top: 52.523px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2168;
}

#ug-e-525c055b .c {
  z-index: 2168;
  font-size: 18px;
  line-height: 19.8px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-525c055b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-525c055b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-weight: bold;
}

#ug-e-254320c5 {
  z-index: 2192;
  width: 340px;
  left: 10px;
  top: 1839.8px;
  transform: rotate(0deg);
  z-index: 2192;
  z-index: 2192;
  z-index: 2192;
  z-index: 2192;
  z-index: 2192;
  z-index: 2192;
  z-index: 2192;
  z-index: 2192;
}

#ug-e-254320c5 .c {
  z-index: 2192;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 0px;
}

#ug-e-254320c5 .gsi_proximo {
  font-size: 24px;
  height: 24px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
}

#ug-e-254320c5 .gsi_anterior {
  font-size: 24px;
  height: 24px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
}

#ug-e-254320c5 #gsi_imagem_796759_1_1724853089030644891 {
  background-image: url(../_assets/385284-1d694c7566f9e37ea928501f796a7dfb-0c9e99.avif);
}

#ug-e-254320c5 #gsi_imagem_796759_1_1724853089030644892 {
  background-image: url(../_assets/385284-f7bcf4bc0848e95929be6e2c499dc046-9f9e42.avif);
}

#ug-e-013b1531-d {
  z-index: 1941;
  width: 300.886px;
  left: 33.8062px;
  top: 2059.72px;
  transform: translate(0px, 0px);
  z-index: 1941;
  z-index: 1941;
  z-index: 1941;
  z-index: 1941;
  z-index: 1941;
  z-index: 1941;
  z-index: 1941;
  z-index: 1941;
  z-index: 1941;
  z-index: 1941;
}

#ug-e-013b1531-d {
  display: none;
}

#ug-e-bae03f20 .c {
  z-index: 1941;
  font-size: 25.7082px;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-bae03f20 .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-3bc5344a-d {
  z-index: 1942;
  width: 300.9px;
  left: 33.7919px;
  top: 2103.14px;
  transform: translate(0px, 0px);
  z-index: 1942;
  z-index: 1942;
  z-index: 1942;
  z-index: 1942;
  z-index: 1942;
  z-index: 1942;
  z-index: 1942;
  z-index: 1942;
  z-index: 1942;
  z-index: 1942;
}

#ug-e-3bc5344a-d {
  display: none;
}

#ug-e-bd5780a9 .c {
  z-index: 1942;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-2968ec08-m {
  width: 360px;
  height: 563.656px;
  left: 0.2px;
  top: 101.878px;
  transform: translate(0px, 0px);
  z-index: 2191;
}

#ug-e-2968ec08-m .c {
  z-index: 2191;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 18px;
}

#ug-e-2968ec08-m .gsi_proximo {
  font-size: 24px;
  height: 24px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
}

#ug-e-2968ec08-m .gsi_anterior {
  font-size: 24px;
  height: 24px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
}

#ug-e-2968ec08-m #dm_gsi_imagem_1724852617969 {
  background-image: url(../_assets/385284-2382c2b56f32d2809edd9e5cd4605923-e00fd7.avif);
}

#ug-e-2968ec08-m #dm_gsi_imagem_1724852639923 {
  background-image: url(../_assets/385284-c5c69129eda4883947d406fa0fa0bcf2-f9f436.avif);
}

#ug-e-d4b1d390-d {
  z-index: 1944;
  height: 145.004px;
  width: 304.4px;
  left: 25.9px;
  top: 2362.98px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1944;
  z-index: 1944;
  z-index: 1944;
  z-index: 1944;
  z-index: 1944;
  z-index: 1944;
  z-index: 1944;
  z-index: 1944;
  z-index: 1944;
  z-index: 1944;
}

#ug-e-d4b1d390-d {
  display: none;
}

#ug-e-f9d93e50 .c {
  z-index: 1944;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-f9d93e50 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 1944;
  background-image: url(../_assets/385284-ecf07238cb4e2e2bb08ff4d199179198-2322f9.avif);
  background-size: 304px 145px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-4d26e2c2-d {
  z-index: 1907;
  height: 143.622px;
  width: 301.5px;
  left: 29.2px;
  top: 2136.51px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1907;
  z-index: 1907;
  z-index: 1907;
  z-index: 1907;
  z-index: 1907;
  z-index: 1907;
  z-index: 1907;
  z-index: 1907;
  z-index: 1907;
  z-index: 1907;
}

#ug-e-4d26e2c2-d {
  display: none;
}

#ug-e-7569f0c8 .c {
  z-index: 1907;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-7569f0c8 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 1907;
  background-image: url(../_assets/385284-c20640ec830d636103092736298f50d5-f33cda.avif);
  background-size: 301.491px 143.608px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-48e462d7 {
  z-index: 2180;
  width: 161.8px;
  height: 286px;
  left: 0px;
  top: 743.616px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2180;
  z-index: 2180;
  z-index: 2180;
  z-index: 2180;
  z-index: 2180;
  z-index: 2180;
  z-index: 2180;
  z-index: 2180;
}

#ug-e-48e462d7 .c {
  z-index: 2180;
  border-radius: 26px;
}

#ug-e-bee74e6b {
  width: 161.8px;
  height: 286px;
  left: 197.8px;
  top: 687.58px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2182;
}

#ug-e-bee74e6b .c {
  z-index: 2182;
  border-radius: 26px;
}

#ug-e-899f7a1d {
  z-index: 2181;
  width: 161.8px;
  height: 286px;
  left: 198.2px;
  top: 743.622px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2181;
  z-index: 2181;
  z-index: 2181;
  z-index: 2181;
  z-index: 2181;
  z-index: 2181;
  z-index: 2181;
  z-index: 2181;
}

#ug-e-899f7a1d .c {
  z-index: 2181;
  border-radius: 26px;
}

#ug-e-6a66fa86 {
  width: 161.8px;
  height: 286px;
  left: -0.4px;
  top: 687.62px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2212;
}

#ug-e-6a66fa86 .c {
  z-index: 2212;
  border-radius: 26px;
}

#ug-e-eab1a88b-d {
  z-index: 1943;
  width: 300.2px;
  height: 53.9931px;
  left: 25.9px;
  top: 2507.81px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1943;
  z-index: 1943;
  z-index: 1943;
  z-index: 1943;
  z-index: 1943;
  z-index: 1943;
  z-index: 1943;
  z-index: 1943;
  z-index: 1943;
  z-index: 1943;
}

#ug-e-eab1a88b-d {
  display: none;
}

#ug-e-04c2ff8e .c {
  text-decoration: none;
  float: left;
  z-index: 1943;
  background-color: rgb(255, 255, 255);
  background-image: none;
  color: rgb(36, 36, 36);
  border: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-04c2ff8e:hover .c,
#ug-e-04c2ff8e:active .c {
  background-color: #ffffff;
}

#ug-e-04c2ff8e:hover .c,
#ug-e-04c2ff8e:active .c {
  color: #ffffff;
}

#ug-e-60978fc4-d {
  z-index: 1906;
  width: 301.5px;
  height: 53.9931px;
  left: 29.2px;
  top: 2280.15px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1906;
  z-index: 1906;
  z-index: 1906;
  z-index: 1906;
  z-index: 1906;
  z-index: 1906;
  z-index: 1906;
  z-index: 1906;
  z-index: 1906;
  z-index: 1906;
}

#ug-e-60978fc4-d {
  display: none;
}

#ug-e-824d9195 .c {
  text-decoration: none;
  float: left;
  z-index: 1906;
  background-color: rgb(255, 255, 255);
  background-image: none;
  color: rgb(36, 36, 36);
  border: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-824d9195:hover .c,
#ug-e-824d9195:active .c {
  background-color: #ffffff;
}

#ug-e-824d9195:hover .c,
#ug-e-824d9195:active .c {
  color: #ffffff;
}

#ug-b-858d134a .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-b-858d134a {
  height: 516.922px;
  background-color: rgb(255, 255, 255);
  background-image: url(../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

#ug-e-481aab44 {
  width: 358.2px;
  left: 0px;
  top: 22.5094px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3011;
}

#ug-e-481aab44 .c {
  z-index: 3011;
  font-size: 24px;
  line-height: 28.8px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-481aab44 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-96b47bb6 {
  width: 358.2px;
  left: 0px;
  top: 51.3502px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3028;
}

#ug-e-96b47bb6 .c {
  z-index: 3028;
  font-size: 24px;
  line-height: 28.8px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-96b47bb6 .c>H2:nth-of-type(1)>B:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-b47e3f48 {
  width: 340px;
  left: 11.4px;
  top: 147.443px;
  transform: translate(0px, 0px);
}

#ug-e-b47e3f48 .c {
  z-index: 3012;
  border-bottom: 1px solid rgb(255, 255, 255);
}

#ug-e-eda3f9c4 {
  width: 160.5px;
  height: 125.797px;
  left: -1.25px;
  top: 91.643px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3016;
}

#ug-e-eda3f9c4 .c {
  z-index: 3016;
  opacity: 1;
  border: 1px solid rgb(36, 36, 36);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 14px;
  background-image: none;
  background-size: cover;
  background-color: rgb(255, 207, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-c52d7df8 {
  width: 159.4px;
  height: 125.8px;
  left: 201.35px;
  top: 366.478px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3015;
}

#ug-e-c52d7df8 .c {
  z-index: 3015;
  opacity: 1;
  border: 1px solid rgb(36, 36, 36);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 14px;
  background-image: none;
  background-size: cover;
  background-color: rgb(255, 207, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-619a2c74 {
  left: 49.5133px;
  top: 109.554px;
  width: 58.4px;
  height: 44.9611px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-619a2c74 .c {
  z-index: 3018;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-619a2c74 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2994;
  background-image: url(../_assets/385284-8fc333b9ebcdb487e296153d83139fef-f9397f.avif);
  background-size: 56px 55px;
  background-position: 0px -5px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-a0196810 {
  left: 227.764px;
  top: 114.968px;
  width: 103.8px;
  height: 33.1604px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-a0196810 .c {
  z-index: 3024;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-a0196810 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 3000;
  background-image: url(../_assets/385284-ad89ee74feac8b864b64c31e0b84caf8-dd3d8e.png);
  background-size: 104px 38px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-0945e08b {
  width: 113px;
  left: 22.5px;
  top: 164.884px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-0945e08b .c {
  z-index: 3025;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-0945e08b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-0945e08b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-weight: bold;
}

#ug-e-683435ba {
  width: 119px;
  left: 221.15px;
  top: 167.28px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-683435ba .c {
  z-index: 3026;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-683435ba .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-a0c90200 {
  width: 157.1px;
  height: 125.8px;
  left: 201.1px;
  top: 92.065px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3019;
}

#ug-e-a0c90200 .c {
  z-index: 3019;
  opacity: 1;
  border: 1px solid rgb(36, 36, 36);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 14px;
  background-image: none;
  background-size: cover;
  background-color: rgb(255, 207, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-d7d1b2ff {
  width: 160.5px;
  height: 125.8px;
  left: -2.6px;
  top: 366.467px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3032;
}

#ug-e-d7d1b2ff .c {
  z-index: 3032;
  opacity: 1;
  border: 1px solid rgb(36, 36, 36);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 14px;
  background-image: none;
  background-size: cover;
  background-color: rgb(255, 207, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-8d497176 {
  left: 59.552px;
  top: 248.786px;
  width: 37.9px;
  height: 37.9px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-8d497176 .c {
  z-index: 3030;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-8d497176 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 3006;
  background-image: url(../_assets/385284-0b12836baaf2eb38dac172752a9378eb-c893cd.avif);
  background-size: 37.8906px 37.8906px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-9394341e {
  left: 57.0536px;
  top: 382.253px;
  width: 37.8929px;
  height: 37.8929px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3033;
}

#ug-e-9394341e .c {
  z-index: 3033;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(1) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-9394341e .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 3033;
  background-image: url(../_assets/385284-8fb8993f753448d6e7bd485e6dfffa6f-cb3a71.webp);
  background-size: 38px 38px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-852b3600 {
  width: 117.1px;
  left: 17.5px;
  top: 429.397px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3034;
}

#ug-e-852b3600 .c {
  z-index: 3034;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-852b3600 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-29eeb498 {
  width: 136.9px;
  left: 10.05px;
  top: 303.11px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-29eeb498 .c {
  z-index: 3031;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-29eeb498 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-0365284b {
  width: 159.1px;
  height: 125.8px;
  left: -1.55px;
  top: 228.668px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3014;
}

#ug-e-0365284b .c {
  z-index: 3014;
  opacity: 1;
  border: 1px solid rgb(36, 36, 36);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 14px;
  background-image: none;
  background-size: cover;
  background-color: rgb(255, 207, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-b19b65ea {
  width: 158.2px;
  height: 125.8px;
  left: 200.35px;
  top: 228.685px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3020;
}

#ug-e-b19b65ea .c {
  z-index: 3020;
  opacity: 1;
  border: 1px solid rgb(36, 36, 36);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 14px;
  background-image: none;
  background-size: cover;
  background-color: rgb(255, 207, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-833345be {
  left: 258.202px;
  top: 379.247px;
  width: 43.9px;
  height: 43.9px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-833345be .c {
  z-index: 3017;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-833345be .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2993;
  background-image: url(../_assets/385284-bb5780435183188f85622bc24d76a049-fcc8cb.avif);
  background-size: 42px 42px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-d1eabc30 {
  left: 262.462px;
  top: 249.305px;
  width: 36.8px;
  height: 36.8px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-d1eabc30 .c {
  z-index: 3021;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-d1eabc30 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2997;
  background-image: url(../_assets/385284-d588654190cb388ce664e4703e394ead-dc6c9b.avif);
  background-size: 39px 35px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-c368ec84 {
  width: 124.5px;
  left: 217.85px;
  top: 429.4px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-c368ec84 .c {
  z-index: 3023;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-c368ec84 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-c368ec84 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-weight: bold;
}

#ug-e-aa4ff4ed {
  width: 105px;
  left: 228.75px;
  top: 293.74px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-aa4ff4ed .c {
  z-index: 3022;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-aa4ff4ed .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-aa4ff4ed .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-weight: bold;
}

#ug-e-aa4ff4ed .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(2) {
  font-weight: bold;
}

#ug-b-2a6a2760 .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-b-2a6a2760 {
  height: 313.935px;
  background-color: rgb(4, 133, 160);
  background-image: url(../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#ug-e-4e0e915f {
  width: 286px;
  height: 218px;
  left: 37.5px;
  top: 20.8px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-4e0e915f .c {
  z-index: 3038;
  opacity: 1;
  border: 1px solid rgb(255, 255, 255);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 6px;
  background-image: none;
  background-size: cover;
  background-color: rgb(255, 255, 255);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-c28e809d {
  width: 273.1px;
  height: 59px;
  left: 44.85px;
  top: 174.7px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-c28e809d .c {
  z-index: 3039;
  opacity: 1;
  border: 1px solid rgb(240, 243, 245);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 6px;
  background-image: none;
  background-size: cover;
  background-color: rgb(240, 243, 245);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-7e2e0d36 {
  width: 144.9px;
  left: 108.643px;
  top: 37.907px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-7e2e0d36 .c {
  z-index: 3041;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-7e2e0d36 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-29b72701 {
  left: 101.525px;
  top: 61.794px;
  z-index: 3043;
  width: 139.331px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-29b72701 .c {
  z-index: 3043;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-29b72701 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-40204fe1 {
  left: 60.9025px;
  top: 88.97px;
  z-index: 3042;
  width: 47.527px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-40204fe1 .c {
  z-index: 3042;
  font-size: 37.0395px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-40204fe1 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-008e188d {
  left: 234.251px;
  top: 88.9511px;
  z-index: 3045;
  width: 55.9136px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-008e188d .c {
  z-index: 3045;
  font-size: 37.0398px;
  line-height: 37.0398px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-008e188d .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-37cc76cd {
  width: 159px;
  left: 101.543px;
  top: 131.812px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-37cc76cd .c {
  z-index: 3044;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-37cc76cd .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-540b41c7 {
  width: 52.6px;
  left: 235.943px;
  top: 118.218px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-540b41c7 .c {
  z-index: 3048;
  font-size: 13px;
  line-height: 15.6px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-540b41c7 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-6018b0f2 {
  width: 273.1px;
  height: 127.5px;
  left: 44.9px;
  top: 27.6px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-6018b0f2 .c {
  z-index: 3040;
  opacity: 1;
  border: 1px solid rgb(240, 243, 245);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 6px;
  background-image: none;
  background-size: cover;
  background-color: rgb(240, 243, 245);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-f56c11c0 {
  width: 205px;
  left: 77.5px;
  top: 190.163px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3046;
}

#ug-e-f56c11c0 .c {
  z-index: 3046;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#ug-e-f56c11c0 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424
}

#ug-e-7ea77158 {
  width: 360px;
  height: 41px;
  left: 0.5px;
  top: 253.226px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3047;
}

#ug-e-7ea77158 .c {
  text-decoration: none;
  float: left;
  z-index: 3047;
  background-color: rgb(12, 235, 0);
  background-image: none;
  color: rgb(0, 0, 0);
  border: 0px;
  font-size: 12px;
  text-align: center;
  border-radius: 6px;
}

#ug-e-7ea77158 .c:hover,
#ug-e-7ea77158 .c:active {
  background-color: #0ceb00;
}

#ug-e-7ea77158 .c:hover,
#ug-e-7ea77158 .c:active {
  color: #000000;
}

#ug-e-5115c8d4 {
  width: 286px;
  left: 37px;
  top: 12px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3077;
}

#ug-e-5115c8d4 .c {
  z-index: 3077;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-5115c8d4 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-ac6db607 {
  width: 350px;
  height: 467px;
  left: 4px;
  top: 54px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3076;
}

#ug-e-ac6db607 .c {
  z-index: 3076;
  ;
}

.ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacf9d0027648039597"] {
  max-width: 420px;
  width: 360px !important;
  height: 541px !important;
}

#ug-b-6b0bba93 .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-b-6b0bba93 {
  height: 1421.95px;
  background-color: rgb(255, 255, 255);
  background-image: url(../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif);
  background-position: 16.5854% 65.0759%;
  background-size: cover;
  background-repeat: no-repeat;
}

#ug-e-1b86afab {
  width: 339px;
  left: 10.2px;
  top: 24.8532px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2075;
}

#ug-e-1b86afab .c {
  z-index: 2075;
  font-size: 61px;
  line-height: 73.2px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-1b86afab .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-995c8c4a {
  width: 263px;
  left: 49.9px;
  top: 93.494px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2201;
}

#ug-e-995c8c4a .c {
  z-index: 2201;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-995c8c4a .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-d3e578ef {
  width: 340px;
  left: 11.4px;
  top: 147.443px;
  z-index: 2183;
}

#ug-e-d3e578ef .c {
  z-index: 2183;
  border-bottom: 1px solid rgb(255, 255, 255);
}

#ug-e-0e125a36 {
  width: 340px;
  height: 160px;
  left: 8.8px;
  top: 188.851px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2181;
}

#ug-e-0e125a36 .c {
  z-index: 2181;
  opacity: 1;
  border: 1px solid rgb(36, 36, 36);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 14px;
  background-image: none;
  background-size: cover;
  background-color: rgb(255, 206, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-eaf8dbf6 {
  width: 339.2px;
  height: 157.094px;
  left: 10.4px;
  top: 723.932px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2192;
}

#ug-e-eaf8dbf6 .c {
  z-index: 2192;
  opacity: 1;
  border: 1px solid rgb(36, 36, 36);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 14px;
  background-image: none;
  background-size: cover;
  background-color: rgb(255, 206, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-6990f62d {
  left: 150.212px;
  top: 747.872px;
  width: 56.8px;
  height: 56.8px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2193;
}

#ug-e-6990f62d .c {
  z-index: 2193;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-6990f62d .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2193;
  background-image: url(../_assets/385284-d588654190cb388ce664e4703e394ead-dc6c9b.avif);
  background-size: 60px 54px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-7b40744f {
  z-index: 2183;
  left: 139.472px;
  top: 196.865px;
  width: 80.32px;
  height: 80.32px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2183;
  z-index: 2183;
  z-index: 2183;
  z-index: 2183;
  z-index: 2183;
  z-index: 2183;
  z-index: 2183;
  z-index: 2183;
}

#ug-e-7b40744f .c {
  z-index: 2183;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-7b40744f .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2183;
  background-image: url(../_assets/385284-dda6f4ba8a3c024fdcc01fd535f15744-99eb53.avif);
  background-size: 80.3125px 80.3125px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-3e640c28 {
  width: 340px;
  left: 8.8px;
  top: 285.917px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2182;
}

#ug-e-3e640c28 .c {
  z-index: 2182;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-3e640c28 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-3e640c28 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-weight: bold;
}

#ug-e-3e640c28 .c>H2:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: rgb(36, 36, 36);
}

#ug-e-7ffc9862 {
  z-index: 2194;
  width: 284px;
  left: 38.6px;
  top: 820.523px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2194;
  z-index: 2194;
  z-index: 2194;
  z-index: 2194;
  z-index: 2194;
  z-index: 2194;
  z-index: 2194;
  z-index: 2194;
}

#ug-e-7ffc9862 .c {
  z-index: 2194;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: none;
  ;
}

#ug-e-7ffc9862 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-7ffc9862 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-weight: bold;
}

#ug-e-7ffc9862 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(2) {
  font-weight: bold;
}

#ug-e-75178315-d {
  width: 360px;
  height: 563.656px;
  left: 0.2px;
  top: 101.878px;
  transform: translate(0px, 0px);
  z-index: 2191;
}

#ug-e-75178315-d {
  display: none;
}

#ug-e-c2cef6ad .c {
  z-index: 2191;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 18px;
}

#ug-e-c2cef6ad .gsi_proximo {
  font-size: 24px;
  height: 24px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
}

#ug-e-c2cef6ad .gsi_anterior {
  font-size: 24px;
  height: 24px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(191, 191, 191) rgb(0, 0, 0) rgb(191, 191, 191) rgb(191, 191, 191);
}

#ug-e-c2cef6ad #gsi_imagem_1724852617969 {
  background-image: url(../_assets/385284-2382c2b56f32d2809edd9e5cd4605923-e00fd7.avif);
}

#ug-e-c2cef6ad #gsi_imagem_1724852639923 {
  background-image: url(../_assets/385284-c5c69129eda4883947d406fa0fa0bcf2-f9f436.avif);
}

#ug-e-51ca0398 {
  width: 340.8px;
  height: 175px;
  left: 8.8px;
  top: 1061.69px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2186;
}

#ug-e-51ca0398 .c {
  z-index: 2186;
  opacity: 1;
  border: 1px solid rgb(36, 36, 36);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 14px;
  background-image: none;
  background-size: cover;
  background-color: rgb(255, 206, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-e92e10ae {
  width: 338.8px;
  height: 173.2px;
  left: 10.4px;
  top: 367.87px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2184;
}

#ug-e-e92e10ae .c {
  z-index: 2184;
  opacity: 1;
  border: 1px solid rgb(36, 36, 36);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 14px;
  background-image: none;
  background-size: cover;
  background-color: rgb(255, 206, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-79360b24 {
  z-index: 2195;
  left: 136.952px;
  top: 376.908px;
  width: 88.8px;
  height: 88.8px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2195;
  z-index: 2195;
  z-index: 2195;
  z-index: 2195;
  z-index: 2195;
  z-index: 2195;
  z-index: 2195;
  z-index: 2195;
}

#ug-e-79360b24 .c {
  z-index: 2195;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-79360b24 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2195;
  background-image: url(../_assets/385284-bb5780435183188f85622bc24d76a049-fcc8cb.avif);
  background-size: 84px 84px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-ebc81e13 {
  z-index: 2196;
  left: 92.63px;
  top: 914.672px;
  width: 176.172px;
  height: 56.2806px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2196;
  z-index: 2196;
  z-index: 2196;
  z-index: 2196;
  z-index: 2196;
  z-index: 2196;
  z-index: 2196;
  z-index: 2196;
}

#ug-e-ebc81e13 .c {
  z-index: 2196;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-ebc81e13 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2196;
  background-image: url(../_assets/385284-ad89ee74feac8b864b64c31e0b84caf8-dd3d8e.png);
  background-size: 178px 65px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-f4278854 {
  z-index: 2197;
  width: 292px;
  left: 35.6px;
  top: 982.004px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2197;
  z-index: 2197;
  z-index: 2197;
  z-index: 2197;
  z-index: 2197;
  z-index: 2197;
  z-index: 2197;
  z-index: 2197;
}

#ug-e-f4278854 .c {
  z-index: 2197;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: none;
  ;
}

#ug-e-f4278854 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#ug-e-ebdc6a6b {
  z-index: 2185;
  width: 285px;
  left: 31.4px;
  top: 470.721px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2185;
  z-index: 2185;
  z-index: 2185;
  z-index: 2185;
  z-index: 2185;
  z-index: 2185;
  z-index: 2185;
  z-index: 2185;
}

#ug-e-ebdc6a6b .c {
  z-index: 2185;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: none;
  ;
}

#ug-e-ebdc6a6b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-ebdc6a6b .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-weight: bold;
}

#ug-e-2352d8da {
  width: 340px;
  height: 144px;
  left: 9.6px;
  top: 899.188px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2187;
}

#ug-e-2352d8da .c {
  z-index: 2187;
  opacity: 1;
  border: 1px solid rgb(36, 36, 36);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 14px;
  background-image: none;
  background-size: cover;
  background-color: rgb(255, 206, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-0555504f {
  width: 340.8px;
  height: 162px;
  left: 10px;
  top: 1254.46px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2202;
}

#ug-e-0555504f .c {
  z-index: 2202;
  opacity: 1;
  border: 1px solid rgb(36, 36, 36);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 14px;
  background-image: none;
  background-size: cover;
  background-color: rgb(255, 206, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-7f09160d {
  z-index: 2189;
  left: 143.107px;
  top: 571.43px;
  width: 73.875px;
  height: 56.875px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2189;
  z-index: 2189;
  z-index: 2189;
  z-index: 2189;
  z-index: 2189;
  z-index: 2189;
  z-index: 2189;
  z-index: 2189;
}

#ug-e-7f09160d .c {
  z-index: 2189;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-7f09160d .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2189;
  background-image: url(../_assets/385284-8fc333b9ebcdb487e296153d83139fef-f9397f.avif);
  background-size: 70px 70px;
  background-position: 0px -6px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-be0a654f {
  z-index: 2203;
  left: 142.202px;
  top: 1268.22px;
  width: 74.8px;
  height: 74.8px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2203;
  z-index: 2203;
  z-index: 2203;
  z-index: 2203;
  z-index: 2203;
  z-index: 2203;
  z-index: 2203;
  z-index: 2203;
}

#ug-e-be0a654f .c {
  z-index: 2203;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-be0a654f .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2203;
  background-image: url(../_assets/385284-0b12836baaf2eb38dac172752a9378eb-c893cd.avif);
  background-size: 74.8px 74.8px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-f1206296 {
  z-index: 2198;
  width: 288px;
  left: 35.6px;
  top: 644.497px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2198;
  z-index: 2198;
  z-index: 2198;
  z-index: 2198;
  z-index: 2198;
  z-index: 2198;
  z-index: 2198;
  z-index: 2198;
}

#ug-e-f1206296 .c {
  z-index: 2198;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: none;
  ;
}

#ug-e-f1206296 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
}

#ug-e-f1206296 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-weight: bold;
}

#ug-e-19ccbc03 {
  z-index: 2204;
  width: 275.4px;
  left: 42.3px;
  top: 1357.69px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2204;
  z-index: 2204;
  z-index: 2204;
  z-index: 2204;
  z-index: 2204;
  z-index: 2204;
  z-index: 2204;
  z-index: 2204;
}

#ug-e-19ccbc03 .c {
  z-index: 2204;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: none;
}

#ug-e-19ccbc03 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0)
}

#ug-b-4ff41880 .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-b-4ff41880 {
  height: 398.993px;
  background-color: rgb(255, 0, 153);
  background-image: url(../_assets/385284-0e69da5ae0298f7a8def99c3cf95206d-d6de24.avif);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

#ug-e-a16c0762 {
  width: 420px;
  height: 311px;
  left: -30.5px;
  top: 12.8px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-a16c0762 .c {
  z-index: 3037;
  opacity: 1;
  border: 1px solid rgb(255, 255, 255);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(255, 255, 255);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-42a3a6ea {
  width: 356px;
  height: 59px;
  left: 0px;
  top: 213.6px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-42a3a6ea .c {
  z-index: 3038;
  opacity: 1;
  border: 1px solid rgb(240, 243, 245);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(240, 243, 245);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-7bdaea17 {
  width: 313px;
  left: 23.5px;
  top: 57.7824px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-7bdaea17 .c {
  z-index: 3039;
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-7bdaea17 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-e9535eeb {
  left: 90.1721px;
  top: 71.7942px;
  z-index: 3041;
  width: 179.731px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-e9535eeb .c {
  z-index: 3041;
  font-size: 93.2891px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-e9535eeb .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-ffec864f {
  left: 22.05px;
  top: 105.671px;
  z-index: 3040;
  width: 101.527px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-ffec864f .c {
  z-index: 3040;
  font-size: 37.0395px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-ffec864f .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-c8419fe3 {
  left: 261.836px;
  top: 105.54px;
  z-index: 3042;
  width: 67.9136px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-c8419fe3 .c {
  z-index: 3042;
  font-size: 37.0398px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-c8419fe3 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-fcf4a36c {
  left: 261.836px;
  top: 125.54px;
  z-index: 3047;
  width: 67.9136px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-fcf4a36c .c {
  z-index: 3047;
  font-size: 37.0398px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-fcf4a36c .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-ccab9b99 {
  width: 313px;
  left: 22px;
  top: 165.602px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-ccab9b99 .c {
  z-index: 3043;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-ccab9b99 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-e4dba769 {
  width: 356px;
  height: 163px;
  left: 0px;
  top: 36.6px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-e4dba769 .c {
  z-index: 3044;
  opacity: 1;
  border: 1px solid rgb(240, 243, 245);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(240, 243, 245);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-7ab842f7 {
  width: 313px;
  left: 22px;
  top: 224.074px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3045;
}

#ug-e-7ab842f7 .c {
  z-index: 3045;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#ug-e-7ab842f7 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424
}

#ug-e-98fe392a {
  width: 360px;
  height: 66px;
  left: -1.5px;
  top: 296.6px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3046;
}

#ug-e-98fe392a .c {
  text-decoration: none;
  float: left;
  z-index: 3046;
  background-color: rgb(12, 235, 0);
  background-image: none;
  color: rgb(0, 0, 0);
  border: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-98fe392a .c:hover,
#ug-e-98fe392a .c:active {
  background-color: #0ceb00;
}

#ug-e-98fe392a .c:hover,
#ug-e-98fe392a .c:active {
  color: #000000;
}

#ug-e-40032c82 {
  z-index: 3065;
  width: 286px;
  left: 26.5px;
  top: 420px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3065;
  z-index: 3065;
  z-index: 3065;
  z-index: 3065;
  z-index: 3065;
  z-index: 3065;
}

#ug-e-40032c82 .c {
  z-index: 3065;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-40032c82 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-d7b17cfa {
  z-index: 3064;
  width: 287px;
  height: 264px;
  left: 26.5px;
  top: 420px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3064;
  z-index: 3064;
  z-index: 3064;
  z-index: 3064;
  z-index: 3064;
  z-index: 3064;
}

#ug-e-d7b17cfa .c {
  z-index: 3064;
  ;
}

.ug-modal[gpc_id_elemento="e_2493824_1_1746644217681bacf9d2837872418199"] {
  max-width: 420px;
  width: 340px !important;
  height: 420px !important;
}

#ug-b-434d53b8 .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-b-434d53b8 {
  height: 398.993px;
  background-color: rgb(255, 206, 0);
  background-image: url(../_assets/385284-0e69da5ae0298f7a8def99c3cf95206d-d6de24.avif);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

#ug-e-10ae9821 {
  width: 420px;
  height: 311px;
  left: -30.5px;
  top: 12.8px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2025;
}

#ug-e-10ae9821 .c {
  z-index: 2025;
  opacity: 1;
  border: 1px solid rgb(255, 255, 255);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(255, 255, 255);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-ea92ea83 {
  z-index: 2026;
  width: 356px;
  height: 59px;
  left: 0px;
  top: 226px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2026;
  z-index: 2026;
  z-index: 2026;
  z-index: 2026;
  z-index: 2026;
  z-index: 2026;
  z-index: 2026;
  z-index: 2026;
}

#ug-e-ea92ea83 .c {
  z-index: 2026;
  opacity: 1;
  border: 1px solid rgb(240, 243, 245);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(240, 243, 245);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-abbe4159 {
  width: 313px;
  left: 23.5px;
  top: 70.1824px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2080;
}

#ug-e-abbe4159 .c {
  z-index: 2080;
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-abbe4159 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-8e6c2b21 {
  left: 90.1721px;
  top: 84.1942px;
  z-index: 2082;
  width: 179.731px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-8e6c2b21 .c {
  z-index: 2082;
  font-size: 93.2891px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-8e6c2b21 .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-665f35b9 {
  left: 22.05px;
  top: 118.071px;
  z-index: 2081;
  width: 101.527px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-665f35b9 .c {
  z-index: 2081;
  font-size: 37.0395px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-665f35b9 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-e6d68d8d {
  left: 261.836px;
  top: 117.94px;
  z-index: 2084;
  width: 67.9136px;
  transform: translate(0px, 0px) rotate(0deg);
}

#ug-e-e6d68d8d .c {
  z-index: 2084;
  font-size: 37.0398px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-e6d68d8d .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-0c8abc52 {
  width: 313px;
  left: 22px;
  top: 178.002px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2083;
}

#ug-e-0c8abc52 .c {
  z-index: 2083;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-0c8abc52 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-08d391dd {
  width: 356px;
  height: 163px;
  left: 0px;
  top: 49px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2079;
}

#ug-e-08d391dd .c {
  z-index: 2079;
  opacity: 1;
  border: 1px solid rgb(240, 243, 245);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 11px;
  background-image: none;
  background-size: cover;
  background-color: rgb(240, 243, 245);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#ug-e-8003d761 {
  width: 313px;
  left: 22px;
  top: 236.474px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2085;
}

#ug-e-8003d761 .c {
  z-index: 2085;
  font-size: 16px;
  line-height: 19.2px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#ug-e-8003d761 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424;
}

#ug-e-ee316784 {
  width: 360px;
  height: 66px;
  left: -1.5px;
  top: 309px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2086;
}

#ug-e-ee316784 .c {
  text-decoration: none;
  float: left;
  z-index: 2086;
  background-color: rgb(0, 74, 152);
  background-image: none;
  color: rgb(255, 255, 255);
  border: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#ug-e-ee316784:hover .c,
#ug-e-ee316784:active .c {
  background-color: #f5333f;
}

#ug-e-ee316784:hover .c,
#ug-e-ee316784:active .c {
  color: #000000;
}

#ug-b-47170eeb .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-b-47170eeb {
  height: 784.05px;
  background-color: rgb(255, 206, 0);
  background-image: url(../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif);
  background-position: 22.9268% 67.679%;
  background-size: cover;
  background-repeat: no-repeat;
}

#ug-e-7596dcca {
  width: 360px;
  left: 0px;
  top: 18.503px;
  transform: translate(0px, 0px);
  z-index: 1899;
}

#ug-e-7596dcca .c {
  line-height: 27px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 27px;
  text-shadow: none;
  opacity: 1;
  z-index: 1899;
}

#ug-e-7596dcca .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0)
}

#ug-e-9b2cfdc5 {
  width: 309px;
  left: 25.5px;
  top: 94.966px;
  z-index: 1900;
}

#ug-e-9b2cfdc5 .c {
  z-index: 1900;
  border-bottom: 2px solid rgb(36, 36, 36);
}

#ug-e-cbb61c7e {
  width: 360px;
  left: 0px;
  top: 129.421px;
  z-index: 2169;
}

#ug-e-cbb61c7e .c {
  z-index: 2169;
  font-size: 14px;
  color: rgb(64, 84, 95);
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
}

#ug-e-cbb61c7e .c .gac-item {
  border: 1px solid rgb(0, 0, 0);
  border-radius: 8px;
  margin-bottom: 6px;
  filter: none;
}

#ug-e-cbb61c7e .c .gac-item:last-of-type {
  margin-bottom: 0px;
}

#ug-e-cbb61c7e .c .gac-item .gac-item_cabecalho {
  background-color: #ffffff;
  padding: 12px;
}

#ug-e-cbb61c7e .c .gac-item .gac-item_cabecalho .gac-item_cabecalho_titulo {
  width: calc(100% - 18.48px);
}

#ug-e-cbb61c7e .c .gac-item .gac-item_cabecalho:hover,
#ug-e-cbb61c7e .c .gac-item.gac-aberto .gac-item_cabecalho {
  background-color: #ffffff;
  color: #000000;
}

#ug-e-cbb61c7e .c .gac-item .gac-item_conteudo {
  background-color: #ffffff;
  color: #000000;
}

#ug-e-cbb61c7e .c .gac-item .gac-item_conteudo div {
  padding: 0px 12px 12px;
}

#ug-e-cbb61c7e .c .gac-item.gac-aberto .gac-item_conteudo p,
#ug-e-cbb61c7e .c .gac-item.gac-aberto .gac-item_conteudo ul,
#ug-e-cbb61c7e .c .gac-item.gac-aberto .gac-item_conteudo ol {
  padding: 0px;
}

#ug-b-b14e0767 .ug-overlay {
  opacity: 0;
  background-color: #fff;
}

#ug-b-b14e0767 {
  height: 312.891px;
  background-color: rgb(28, 28, 28);
  background-image: none;
}

#ug-e-be5651cd {
  z-index: 3271;
  left: 56px;
  top: 120.586px;
}

#ug-e-be5651cd .c {
  z-index: 3271;
  font-size: 12px;
  line-height: 16.8px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#ug-e-be5651cd .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #ffffff
}

#ug-e-1085bd28 {
  z-index: 3272;
  height: 25px;
  left: 174.047px;
  top: 251.984px;
}

#ug-e-1085bd28 .c {
  z-index: 3272;
  border-left: 2px solid rgb(255, 255, 255);
}

#ug-e-4f2b802b {
  z-index: 3269;
  height: 62.0311px;
  left: 103.981px;
  top: 33.7654px;
}

#ug-e-4f2b802b .c {
  z-index: 3269;
  border-left: 2px solid rgb(255, 255, 255);
}

#ug-e-e149448e {
  z-index: 3270;
  left: 193.1px;
  top: 351px;
  transform: translate(0px, 0px);
}

#ug-e-e149448e .c {
  z-index: 3270;
  border-left: 2px solid rgb(255, 255, 255);
}

#ug-e-16702207 {
  z-index: 3268;
  height: 49.7969px;
  width: 86.5px;
  left: 0px;
  top: 39.0084px;
}

#ug-e-16702207 .c {
  z-index: 3268;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-16702207 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 3261;
  background-image: url(../_assets/385284-97b984818cef704d10b32be9650216f8-80d5bc.png);
  background-size: 86.5px 49.7969px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-af79743d {
  height: 49.7969px;
  width: 228.094px;
  left: 131.942px;
  top: 39.0084px;
}

#ug-e-af79743d .c {
  z-index: 3267;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-af79743d .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 3075;
  background-image: url(../_assets/385284-78abf4fe0b9324e7d742f6acb632ea3a-cca740.png);
  background-size: 228.094px 49.7969px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-6adc8db0 {
  height: 19.25px;
  left: 59.1px;
  top: 254.7px;
}

#ug-e-6adc8db0 .c {
  z-index: 3266;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  box-shadow: none;
  border-radius: 0px;
}

#ug-e-6adc8db0 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2205;
  background-image: url(../_assets/385284-f0f4654acb06d091b654e071896bec9b-437d29.png);
  background-size: 19.25px 19.25px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
}

#ug-e-4e98a932 {
  z-index: 3274;
  left: 78.4px;
  top: 256.502px;
  transform: translate(0px, 0px);
}

#ug-e-4e98a932 .c {
  z-index: 3274;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#ug-e-4e98a932 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #ffffff
}

#ug-e-92d7fcb9 {
  z-index: 3273;
  width: 173px;
  left: 180.094px;
  top: 252.95px;
}

#ug-e-92d7fcb9 .c {
  text-decoration: none;
  float: left;
  z-index: 3273;
  background-color: transparent;
  background-image: none;
  color: rgb(81, 142, 255);
  border: 0px;
  font-size: 12px;
  text-align: center;
  border-radius: 0px;
}

#ug-e-92d7fcb9 .c:hover,
#ug-e-92d7fcb9 .c:active {
  background-color: transparent;
}

#ug-e-92d7fcb9 .c:hover,
#ug-e-92d7fcb9 .c:active {
  color: #518eff;
}

#ug-e-234caeeb {
  z-index: 3275;
  width: 360px;
  left: 0px;
  top: 222.266px;
  transform: translate(0px, 0px);
}

#ug-e-234caeeb .c {
  z-index: 3275;
  border-bottom: 2px solid rgb(255, 255, 255);
}
}

/* inline-style-3 */
.icone_bold-aviso {
   background-repeat: no-repeat;
   background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iYmxhY2siIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjE4cHgiPjxwYXRoIGQ9Ik0xMiAyQzYuNDggMiAyIDYuNDggMiAxMnM0LjQ4IDEwIDEwIDEwIDEwLTQuNDggMTAtMTBTMTcuNTIgMiAxMiAyem0xIDE1aC0ydi0yaDJ2MnptMC00aC0yVjdoMnY2eiIvPjwvc3ZnPg==);
   background-position: center;
   filter: invert(26%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
 }

 .icone-fechar {
   background-repeat: no-repeat;
   background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0id2hpdGUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMFYweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xOSA2LjQxTDE3LjU5IDUgMTIgMTAuNTkgNi40MSA1IDUgNi40MSAxMC41OSAxMiA1IDE3LjU5IDYuNDEgMTkgMTIgMTMuNDEgMTcuNTkgMTkgMTkgMTcuNTkgMTMuNDEgMTIgMTkgNi40MXoiLz48L3N2Zz4=);
   background-position: center;
   filter: brightness(52%);
 }

 .ug-modal_popup {
   max-width: 960px;
   max-height: 960px;
   min-width: 175px;
   min-height: 175px;
 }

 .ug-modal_popup-topo {
   float: left;
   width: 100%;
   position: relative;
 }

 .ug-modal_popup-centro {
   overflow: auto;
   width: 100%;
   height: 100%;
   position: relative;
 }

 .ug-modal_popup-topo-fechar {
   position: absolute;
   top: 8px;
   padding: 14px 14px;
   color: rgba(0, 0, 0, 0.54);
   font-size: 20px;
   line-height: 18px;
   text-decoration: none;
   right: 8px;
   cursor: pointer;
   z-index: 9999999;
   height: 14px;
   width: 14px;
 }

 .ug-modal_popup-fundo-fechar {
   position: absolute;
   top: 18px;
   right: 18px;
   padding: 14px 19px;
   color: rgba(255, 255, 255, 0.74);
   font-size: 18px;
   line-height: 18px;
   text-decoration: none;
   cursor: pointer;
 }

 .ug-modal_popup-fundo-fechar:hover {
   color: rgb(255, 255, 255);
   filter: brightness(86%);
 }

 .float-left {
   float: left
 }

 .float-right {
   float: right
 }

 .position-relative {
   position: relative;
   left: 0;
   bottom: 0
 }

 .position-absolute {
   position: absolute;
   left: 0;
   bottom: 0
 }

 .margin-right {
   margin-right: 5px
 }

 .margin-left {
   margin-left: 5px
 }

 .margin-top {
   margin-top: 18px
 }

 .margin-top2 {
   margin-top: 4px
 }

 .mostrar_na_impressao {
   display: none
 }

 .esconder-mensagem {
   display: none
 }

 .esconder-configuracoes {
   display: none
 }

 .mostrar {
   display: block
 }

 .esconder {
   display: none
 }

 .iti__country-container {
   z-index: 9999999 !important;
 }

 .iti__selected-dial-code {
   background: transparent !important;
   font-size: 16px !important;
 }

 .iti {
   width: 100% !important;
 }

 .iti__country-list .iti__flag {
   margin-right: 8px;
 }

 .gac {
   width: 100%;
 }

 .gac .gac-item {
   border: 0px solid #000;
   overflow: hidden;
   margin: 0 0 10px;
 }

 .gac .gac-item * {
   -webkit-transition: all .1s ease;
   -o-transition: all .1s ease;
   transition: all .1s ease;
   -moz-transition: all .1s ease;
   -ms-transition: all .1s ease;
 }

 .gac .gac-item:last-of-type {
   margin-bottom: 0;
 }

 .gac .gac-item.gac-aberto {}

 .gac .gac-item_cabecalho {
   padding: 12px;
   cursor: pointer;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }

 .gac .gac-item_cabecalho_titulo {
   width: 80%;
   width: -o-calc(100% - 32px);
   width: calc(100% - 32px);
   line-height: 1.2;
 }

 .gac .gac-item_cabecalho.gac-item_cabecalho_esquerda {
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
 }

 .gac .gac-item_cabecalho.gac-item_cabecalho_esquerda .gac-item_cabecalho_icone {
   margin-right: 8px;
 }

 .gac .gac-item_cabecalho.gac-item_cabecalho_direita .gac-item_cabecalho_icone {
   margin-right: 0;
 }

 .gac .gac-item_cabecalho_titulo,
 .gac .gac-item_cabecalho_icone.material-icons {
   -webkit-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
   font-size: 100%;
   color: inherit;
 }

 .gac .gac-item_cabecalho .gac-item_cabecalho_icone {
   font-size: 132%;
 }

 .gac .gac-item_cabecalho.gac-item_cabecalho_direita .gac-item_cabecalho_titulo {
   -webkit-box-ordinal-group: 2;
   -webkit-order: 1;
   -ms-flex-order: 1;
   order: 1;
 }

 .gac .gac-item_cabecalho.gac-item_cabecalho_direita .gac-item_cabecalho_icone {
   -webkit-box-ordinal-group: 3;
   -webkit-order: 2;
   -ms-flex-order: 2;
   order: 2;
 }

 .gac .gac-item_cabecalho.gac-item_cabecalho_esquerda .gac-item_cabecalho_titulo {
   -webkit-box-ordinal-group: 3;
   -webkit-order: 2;
   -ms-flex-order: 2;
   order: 2;
 }

 .gac .gac-item_cabecalho.gac-item_cabecalho_esquerda .gac-item_cabecalho_icone {
   -webkit-box-ordinal-group: 2;
   -webkit-order: 1;
   -ms-flex-order: 1;
   order: 1;
 }

 .gac .gac-item_cabecalho:hover,
 .gac-item.gac-aberto .gac-item_cabecalho {
   opacity: 1;
   background: #cdcdcd;
 }

 .gac .gac-item_cabecalho_icone {
   border-radius: 50%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   pointer-events: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   font-size: 132%;
 }

 .gac .gac-item_conteudo {
   background: #fff;
   height: 0px;
   overflow: hidden;
 }

 .gac .gac-item_conteudo div {
   padding: 0;
 }

 .gac .gac-item_conteudo p,
 .gac .gac-item_conteudo ol,
 .gac .gac-item_conteudo ul {
   color: transparent;
   margin: 0;
   padding: 0;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   font-size: 86%;
   line-height: 1.5;
   opacity: 0;
   -webkit-transition: opacity .1s ease;
   -o-transition: opacity .1s ease;
   transition: opacity .1s ease;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   opacity: 0;
 }

 .gac .gac-item .gac-item_conteudo p,
 .gac .gac-item.gac-aberto .gac-item_conteudo ol,
 .gac .gac-item.gac-aberto .gac-item_conteudo ul {
   color: inherit;
   opacity: 1;
   font-weight: normal;
 }

 .gac .gac-item .gac-item_conteudo ol {
   padding-bottom: 16px;
   list-style-position: inside;
   list-style-type: auto
 }

 .gac .gac-item .gac-item_conteudo ul {
   padding-bottom: 16px;
   list-style-type: none;
 }

 .gac .gac-item .gac-item_conteudo ul li {
   padding-left: 16px;
   position: relative;
 }

 .gac .gac-item .gac-item_conteudo ul li:before {
   content: "\2022";
   font-size: 28px;
   position: absolute;
   top: 0;
   left: 0;
   line-height: 20px;
   height: 20px;
   width: 16px;
   text-align: left;
 }

 .gac .gac-item .gac-item_conteudo div *:last-child {
   padding-bottom: 0px;
 }

 .gac .gac-item_cabecalho.esconder_icones .gac-item_cabecalho_icone {
   display: none;
 }

 .gac .gac-item_cabecalho.esconder_icones .gac-item_cabecalho_titulo {
   width: 100%
 }

 .gac-movendo {
   -webkit-transition: all .1s ease;
   -o-transition: all .1s ease;
   transition: all .1s ease;
 }

 .gac.gac-titulo_negrito .gac-item .gac-item_cabecalho_titulo {
   font-weight: bold;
 }

 .gac .gac-item_cabecalho_icone.icone_faq_1:before {
   content: "\e145";
 }

 .gac .gac-item.gac-aberto .gac-item_cabecalho_icone.icone_faq_1 {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
 }

 .gac .gac-item.gac-aberto .gac-item_cabecalho_icone.icone_faq_1:before {
   content: "\e15b";
 }

 .gac .gac-item_cabecalho_icone.icone_faq_2:before {
   content: "\e145";
 }

 .gac .gac-item.gac-aberto .gac-item_cabecalho_icone.icone_faq_2 {
   -webkit-transform: rotate(135deg);
   -ms-transform: rotate(135deg);
   transform: rotate(135deg);
 }

 .gac .gac-item_cabecalho_icone.icone_faq_3:before {
   content: "\e147";
 }

 .gac .gac-item.gac-aberto .gac-item_cabecalho_icone.icone_faq_3 {
   -webkit-transform: rotate(135deg);
   -ms-transform: rotate(135deg);
   transform: rotate(135deg);
 }

 .gac .gac-item_cabecalho_icone.icone_faq_4:before {
   content: "\e5cf";
 }

 .gac .gac-item.gac-aberto .gac-item_cabecalho_icone.icone_faq_4 {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
 }

 .gac .gac-item_cabecalho_icone.icone_faq_5:before {
   content: "\e5cc";
 }

 .gac .gac-item.gac-aberto .gac-item_cabecalho_icone.icone_faq_5 {
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }

 .gac .gac-item_cabecalho_icone.icone_faq_6:before {
   display: block;
   content: "\e5d7";
   -webkit-transition: all .25s ease;
   -o-transition: all .25s ease;
   transition: all .25s ease;
 }

 .gac .gac-item.gac-aberto .gac-item_cabecalho_icone.icone_faq_6:before {
   content: "\e5d6";
   -webkit-transform: rotateX(180deg);
   -ms-transform: rotateX(180deg);
   transform: rotateX(180deg);
 }

 .gac.separador_faq .gac-item .gac-item_conteudo {
   border-top-color: inherit;
   border-top-style: inherit;
 }

 .gac.separador_faq .gac-item.gac-aberto .gac-item_conteudo {
   border-top-width: 1px;
 }

 .gloading_barra_carregando {
   opacity: 1;
   -moz-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "alpha(Opacity=100)";
   position: absolute;
   width: 100%;
   height: 3px;
   top: 0;
   overflow: hidden;
   width: 100%;
   z-index: 3000;
   position: fixed;
   height: 3px;
   background-color: rgba(0, 0, 0, 0.14);
   z-index: 3000;
   -webkit-transition: all .25s ease-out;
   -moz-transition: all .25s ease-out;
   -ms-transition: all .25s ease-out;
   -o-transition: all .25s ease-out;
   transition: all .25s ease-out;
 }

 .gloading_barra_carregando:before {
   content: '';
   position: absolute;
   height: 100%;
   background-color: rgba(59, 120, 231, 0.87);
   animation: carregando_barra_before 1.5s infinite ease-out;
 }

 .gloading_barra_carregando:after {
   content: '';
   position: absolute;
   height: 100%;
   background-color: rgba(59, 120, 231, 0.87);
   animation: carregando_barra_after 1.5s infinite ease-in;
 }

 @keyframes carregando_barra_before {
   0% {
     left: -100%;
     width: 100%;
   }

   100% {
     left: 100%;
     width: 10%;
   }
 }

 @-moz-keyframes carregando_barra_before {
   0% {
     left: -100%;
     width: 100%;
   }

   100% {
     left: 100%;
     width: 10%;
   }
 }

 @-webkit-keyframes carregando_barra_before {
   0% {
     left: -100%;
     width: 100%;
   }

   100% {
     left: 100%;
     width: 10%;
   }
 }

 @keyframes carregando_barra_after {
   0% {
     left: -150%;
     width: 100%;
   }

   100% {
     left: 100%;
     width: 10%;
   }
 }

 @-moz-keyframes carregando_barra_after {
   0% {
     left: -150%;
     width: 100%;
   }

   100% {
     left: 100%;
     width: 10%;
   }
 }

 @-webkit-keyframes carregando_barra_after {
   0% {
     left: -150%;
     width: 100%;
   }

   100% {
     left: 100%;
     width: 10%;
   }
 }

 .gloading_tela_carregando {
   opacity: 1;
   -moz-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "alpha(Opacity=100)";
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   background: rgba(0, 0, 0, 0.84);
   -webkit-transition: all 200ms ease;
   -moz-transition: all 200ms ease;
   -ms-transition: all 200ms ease;
   -o-transition: all 200ms ease;
   transition: all 200ms ease;
   z-index: 100000;
 }

 .gloading_tela_carregando span {
   border-radius: 50%;
   -webkit-border-radius: 50%;
   width: 60px;
   height: 60px;
   border: 3px solid rgba(255, 255, 255, 0.12);
   border-top-color: rgba(255, 255, 255, 0.44);
   -webkit-animation: gloading_tela_carregando_efeito 1s infinite linear;
   animation: gloading_tela_carregando_efeito 1s infinite linear;
   margin: auto;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 100000;
 }

 @-webkit-keyframes gloading_tela_carregando_efeito {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
   }

   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }

 @keyframes gloading_tela_carregando_efeito {
   0% {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
   }

   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }

 .admin_campos-check {
   min-height: initial;
   padding-bottom: 24px;
 }

 .admin_campos-check .admin_auxiliar {
   display: none;
   padding-left: 30px;
 }

 .admin_campos-check.admin_campos-error .admin_auxiliar {
   display: block;
 }

 .admin_campos-check .admin_campos-texto {
   width: 100%;
   float: left;
   margin-right: 5%;
 }

 .admin_campos-check .admin_campos-texto-titulo {
   color: rgba(0, 0, 0, 0.87);
   font-size: 16px;
   line-height: 19px;
   width: 100%;
   float: left;
   margin-bottom: 5px;
 }

 .admin_campos-check .admin_campos-texto-descricao {
   color: rgba(0, 0, 0, 0.54);
   font-size: 13px;
   line-height: 18px;
   width: 100%;
   float: left;
 }

 .admin_campos-check .admin_campos-campo {
   width: 100%;
   float: left;
   margin-top: 12px;
 }

 .admin_campos-check .admin_campos-campo .checks .informacao {
   padding: 0 0 8px !important
 }

 .admin_campos-check .admin_campos-campo .checks .informacao-controle {
   margin-bottom: 0 !important;
 }

 .admin_campos-check .admin_campos-campo .check {
   float: left;
   width: 100%;
   margin-bottom: 8px;
 }

 .admin_campos-check .admin_campos-campo .check .check-texto {
   float: left;
   min-width: 220px;
   width: -webkit-calc(100% - 35px);
   width: -moz-calc(100% - 35px);
   width: calc(100% - 35px);
 }

 .admin_campos-check .admin_campos-campo .check .check-texto-titulo {
   font-size: 16px;
   margin-bottom: 4px;
   cursor: pointer;
   color: rgba(0, 0, 0, 0.87);
   overflow: hidden;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
   width: 100%;
   float: left;
 }

 .admin_campos-check .admin_campos-campo .check .check-texto-descricao {
   font-size: 14px;
   line-height: 20px;
   cursor: pointer;
   color: rgba(0, 0, 0, 0.54);
   overflow: hidden;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
   width: 100%;
   float: left;
 }

 .admin_campos-check .admin_campos-campo .check .check-texto-editar {
   width: -webkit-calc(100% - 113px);
   width: -moz-calc(100% - 113px);
   width: calc(100% - 113px);
 }

 .admin_campos-check .admin_campos-campo .check .check-editar {
   float: left;
   width: 80px;
 }

 .admin_campos-check .admin_campos-campo .check .check-editar .editar_check,
 .admin_campos-check .admin_campos-campo .check .check-editar .remover_check {
   cursor: pointer;
   margin: 0 4px;
   line-height: 22px;
   float: left;
   width: 22px;
   text-align: center;
   font-size: 14px;
   padding: 4px;
   -webkit-transition: all .25s ease-out;
   -o-transition: all .25s ease-out;
   transition: all .25s ease-out;
 }

 .admin_campos-check .admin_campos-campo .check .check-editar .editar_check:hover,
 .admin_campos-check .admin_campos-campo .check .check-editar .remover_check:hover {
   background: rgba(0, 0, 0, 0.07);
 }

 .admin_campos-check .admin_campos-campo .check .check-borda {
   float: left;
   cursor: pointer;
   width: 14px;
   height: 14px;
   margin-right: 12px;
   border: 2px solid rgba(0, 0, 0, 0.54);
   -webkit-transition: all .3s;
   -moz-transition: all .3s;
   -ms-transition: all .3s;
   -o-transition: all .3s;
   transition: all .3s;
 }

 .admin_campos-check .admin_campos-campo .check .check-borda_efeito {
   -webkit-animation: check-efeito 0.2s linear forwards;
   animation: check-efeito 0.2s linear forwards;
 }

 .admin_campos-check .admin_campos-campo .check_selecionado .check-borda {
   border-color: #337ab7;
 }

 @keyframes check-efeito {
   0% {
     -webkit-box-shadow: 0px 0px 0px 1px transparent;
     box-shadow: 0px 0px 0px 1px transparent;
   }

   50% {
     -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
     box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
   }

   100% {
     -webkit-box-shadow: 0px 0px 0px 15px transparent;
     box-shadow: 0px 0px 0px 15px transparent;
   }
 }

 @-moz-keyframes check-efeito {
   0% {
     box-shadow: 0px 0px 0px 1px transparent;
   }

   50% {
     box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
   }

   100% {
     box-shadow: 0px 0px 0px 15px transparent;
   }
 }

 @-webkit-keyframes check-efeito {
   0% {
     -webkit-box-shadow: 0px 0px 0px 1px transparent;
     box-shadow: 0px 0px 0px 1px transparent;
   }

   50% {
     -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
     box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
   }

   100% {
     -webkit-box-shadow: 0px 0px 0px 15px transparent;
     box-shadow: 0px 0px 0px 15px transparent;
   }
 }

 .admin_campos-check .admin_campos-campo .check .check-borda-bolinha {
   float: left;
   width: 14px;
   background: #fff;
   height: 14px;
   -ms-transform: scale(0);
   -webkit-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all .3s;
   -moz-transition: all .3s;
   -ms-transition: all .3s;
   -o-transition: all .3s;
   transition: all .3s;
 }

 .admin_campos-check .admin_campos-campo .check_selecionado .check-borda-bolinha {
   text-align: center;
   font-size: 11px;
   line-height: 14px;
   color: #337ab7;
   -ms-transform: scale(1);
   -webkit-transform: scale(1);
   transform: scale(1);
   font-family: "Font Awesome 6 Pro";
   font-display: auto;
   font-style: normal;
   font-weight: 400;
   src: url(https://minio.hml.uniscale.tec.br/lp-assets/_shared/great/fa-regular-400.eot);
   src: url(https://minio.hml.uniscale.tec.br/lp-assets/_shared/great/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://minio.hml.uniscale.tec.br/lp-assets/_shared/great/fa-regular-400.woff2) format("woff2"), url(https://minio.hml.uniscale.tec.br/lp-assets/_shared/great/fa-regular-400.woff) format("woff"), url(https://minio.hml.uniscale.tec.br/lp-assets/_shared/great/fa-regular-400.ttf) format("truetype"), url(https://minio.hml.uniscale.tec.br/lp-assets/_shared/great/fa-regular-400.svg#FontAwesome6Pro) format("svg");
 }

 .admin_campos-check .admin_campos-campo .check_selecionado .check-borda-bolinha:before {
   content: '\f00c';
 }

 .admin_campos-disabled .check,
 .admin_campos-check .check.check_desativado {
   color: rgba(0, 0, 0, 0.54);
   pointer-events: none;
 }

 .admin_campos-disabled .check-texto,
 .admin_campos-check .admin_campos-campo .check.check_desativado .check-texto {
   color: rgba(0, 0, 0, 0.38);
 }

 .admin_campos-disabled.admin_campos-check .admin_campos-campo .check .check-borda,
 .admin_campos-check .admin_campos-campo .check.check_desativado .check-borda {
   border: 2px solid rgba(0, 0, 0, 0.14);
   background-color: rgba(0, 0, 0, 0.07);
 }

 .admin_campos-check .admin_campos-check-adicionar {
   margin-top: 12px;
 }

 .body_bloquear {
   width: 100%;
   height: 100%;
   overflow-y: scroll;
   overflow-x: hidden;
   position: fixed;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
 }

 .gm {
   width: 94%;
   min-width: 300px;
   max-width: 600px;
   overflow: hidden;
   position: absolute;
   background-color: rgb(255, 255, 255);
   border-radius: 2px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.35);
   box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.35);
   margin: 0 auto;
   left: 0;
   right: 0;
 }

 .gm_efeitos {
   -webkit-transition: all 100ms ease;
   -moz-transition: all 100ms ease;
   -ms-transition: all 100ms ease;
   -o-transition: all 100ms ease;
   transition: all 100ms ease;
 }

 .gm_pulsar {
   -webkit-transform: scale(1.01);
   -moz-transform: scale(1.01);
   -o-transform: scale(1.01);
   transform: scale(1.01);
   -ms-transform: scale(1.01)
 }

 .gm_esconder {
   opacity: 0;
   -moz-opacity: 0;
   filter: alpha(opacity=0);
   -ms-filter: "alpha(Opacity=0)";
   position: fixed;
 }

 .gm_fundo {
   width: 100%;
   height: 100%;
   opacity: 0;
   -moz-opacity: 0;
   filter: alpha(opacity=0);
   -ms-filter: "alpha(Opacity=0)";
   position: fixed;
   top: 0;
   left: 0;
   background: rgba(30, 41, 51, .45);
   -webkit-transition: all 100ms ease;
   -moz-transition: all 100ms ease;
   -ms-transition: all 100ms ease;
   -o-transition: all 100ms ease;
   transition: all 100ms ease;
 }

 .gm_fundo_ativo {
   opacity: 1;
   -moz-opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: "alpha(Opacity=100)";
 }

 @media all and (max-width:980px) {}

 @media all and (max-width:750px) {}

 .gtt-cima,
 .gtt-baixo,
 .gtt-esquerda,
 .gtt-direita {
   cursor: pointer;
 }

 .gtt_caixa {
   position: absolute;
   display: block;
   float: left;
   z-index: 999999;
   opacity: 0.92;
   -moz-opacity: 0.92;
   filter: alpha(opacity=92);
   -ms-filter: "alpha(Opacity=92)";
 }

 .gtt_caixa .gtt_caixa-seta {
   position: absolute;
   content: '';
   float: left;
   border: 5px solid transparent;
 }

 .gtt_caixa .gtt_caixa-conteudo {
   float: left;
   padding: 4px 7px;
   font-size: 12px;
   line-height: 12px;
   max-width: 184px;
   height: auto;
   white-space: normal;
   text-align: left;
   background-color: #323232;
   color: #fff;
   border-radius: 4px;
   -webkit-border-radius: 4px;
   font-family: 'Roboto', sans-serif;
   font-weight: 400;
   font-style: normal;
 }

 .gtt_caixa.gtt_caixa-cima .gtt_caixa-seta {
   border-top-color: #323232;
 }

 .gtt_caixa.gtt_caixa-baixo .gtt_caixa-seta {
   border-bottom-color: #323232;
 }

 .gtt_caixa.gtt_caixa-esquerda .gtt_caixa-seta {
   border-left-color: #323232;
 }

 .gtt_caixa.gtt_caixa-direita .gtt_caixa-seta {
   border-right-color: #323232;
 }

 .gsi {
   width: 100%;
   height: 100%;
   position: relative;
   overflow: hidden;
   border-radius: inherit;
 }

 .gsi .gsi_touch {
   width: 100%;
   height: 100%;
   position: absolute;
   z-index: 2;
   border-radius: inherit;
 }

 .gsi .gsi_touch.gsi_imagens_touch {
   cursor: -webkit-grabbing;
   cursor: grabbing;
 }

 .gsi .gsi_imagens {
   position: relative;
   z-index: 1;
   width: 100%;
   height: 100%;
   cursor: -webkit-grab;
   cursor: grab;
   will-change: transform, opacity;
 }

 .gsi .gsi_imagens.gsi_imagens_drag {
   cursor: -webkit-grabbing;
   cursor: grabbing;
 }

 .gsi .gsi_imagens .imagem,
 .gsi .gsi_imagens .gsi_clone {
   float: left;
   width: 100%;
   height: 100%;
   background-position: center center;
   background-repeat: no-repeat;
   opacity: 0;
   filter: alpha(opacity=0);
   position: absolute;
   top: 0px;
   display: block;
 }

 .gsi .gsi_proximo,
 .gsi .gsi_anterior {
   background: #fff;
   cursor: pointer;
   opacity: 0;
   filter: alpha(opacity=0);
   position: absolute;
   bottom: 0;
   top: 0;
   margin: auto 0px;
   padding: 8px 4px;
   z-index: 5;
   font-size: 24px;
   height: 24px;
   color: rgb(0, 0, 0);
 }

 .gsi .gsi_proximo {
   right: 0;
   border-radius: 6px 0 0 6px;
   -webkit-border-radius: 6px 0 0 6px;
   border-left: 1px solid #bfbfbf;
   border-top: 1px solid #bfbfbf;
   border-bottom: 1px solid #bfbfbf;
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
 }

 .gsi .gsi_anterior {
   left: 0;
   border-radius: 0 6px 6px 0;
   -webkit-border-radius: 0 6px 6px 0;
   border-right: 1px solid #bfbfbf;
   border-top: 1px solid #bfbfbf;
   border-bottom: 1px solid #bfbfbf;
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
 }

 .gsi .seta_proximo_sharp:before,
 .gsi .seta_proximo_round:before {
   content: "\e5cc";
 }

 .gsi .seta_arrow_proximo_sharp:before,
 .gsi .seta_arrow_proximo_round:before {
   content: "\f1df";
 }

 .gsi .seta_reply_proximo_sharp:before,
 .gsi .seta_reply_proximo_round:before {
   content: "\e15e";
   -webkit-transform: scale(-1, 1);
   -ms-transform: scale(-1, 1);
   transform: scale(-1, 1);
   display: block;
 }

 .gsi .seta_anterior_sharp:before,
 .gsi .seta_anterior_round:before {
   content: "\e5cb";
 }

 .gsi .seta_arrow_anterior_sharp:before,
 .gsi .seta_arrow_anterior_round:before {
   content: "\f1df";
   -webkit-transform: scale(-1, 1);
   -ms-transform: scale(-1, 1);
   transform: scale(-1, 1);
   display: block;
 }

 .gsi .seta_reply_anterior_sharp:before,
 .gsi .seta_reply_anterior_round:before {
   content: "\e15e";
 }

 .gsi .seta_proximo_1:before {
   content: "\e5c8";
 }

 .gsi .seta_anterior_1:before {
   content: "\e5c8";
   -webkit-transform: scale(-1, 1);
   -ms-transform: scale(-1, 1);
   transform: scale(-1, 1);
   display: block;
 }

 .gsi .seta_proximo_2:before {
   content: "\e5cc";
 }

 .gsi .seta_anterior_2:before {
   content: "\e5cc";
   -webkit-transform: scale(-1, 1);
   -ms-transform: scale(-1, 1);
   transform: scale(-1, 1);
   display: block;
 }

 .gsi .seta_proximo_3:before {
   content: "\e037";
 }

 .gsi .seta_anterior_3:before {
   content: "\e037";
   -webkit-transform: scale(-1, 1);
   -ms-transform: scale(-1, 1);
   transform: scale(-1, 1);
   display: block;
 }

 .gsi .seta_proximo_4:before {
   content: "\ea50";
 }

 .gsi .seta_anterior_4:before {
   content: "\ea50";
   -webkit-transform: scale(-1, 1);
   -ms-transform: scale(-1, 1);
   transform: scale(-1, 1);
   display: block;
 }

 .gsi .seta_proximo_5:before {
   content: "\e154";
 }

 .gsi .seta_anterior_5:before {
   content: "\e154";
   -webkit-transform: scale(-1, 1);
   -ms-transform: scale(-1, 1);
   transform: scale(-1, 1);
   display: block;
 }

 .gsi .seta_proximo_6:before {
   content: "\eaaa";
 }

 .gsi .seta_anterior_6:before {
   content: "\eaa7";
 }

 .gsi:hover .gsi_proximo,
 .gsi:hover .gsi_anterior {
   opacity: 1;
   filter: alpha(opacity=100);
 }

 .gsi .efeito {
   -webkit-transition: opacity ease-out 0.5s;
   -o-transition: opacity ease-out 0.5s;
   transition: opacity ease-out 0.5s;
 }

/* inline-style-4 */
/* faq-fix: setinha CSS pura + abre/fecha por max-height */
.gac-item_cabecalho {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.gac-item_cabecalho_icone.icone_faq_5 {
  font-family: inherit;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: inline-block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='4 6 8 10 12 6'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .25s ease;
}
.gac-item_cabecalho_icone.icone_faq_5::before {
  content: "" !important;
  display: none;
}
.ug-el .gac .gac-item.gac-aberto .gac-item_cabecalho_icone.icone_faq_5 {
  transform: rotate(180deg) !important;
}
.ug-el .gac .gac-item .gac-item_conteudo {
  height: auto !important;
  max-height: 0 !important;
  overflow: hidden;
  transition: max-height .35s ease;
}
.ug-el .gac .gac-item.gac-aberto .gac-item_conteudo {
  max-height: 2000px !important;
}
/* faq-fix: bloco do FAQ pode crescer dinamicamente (JS seta height inline) */
#ug-b-47170eeb {
  min-height: 824.812px;
}
/* faq-fix: tira overflow:hidden do <main> que escondia conteudo expandido */
main#site {
  overflow: visible !important;
}

/* inline-style-5 */
[gm_componente="gpc_modal_popup"],
      .ug-modal_popup-centro {
        overflow: visible !important;
      }

      .b24-form-dropdown-container {
        z-index: 100 !important;
        max-height: 220px;
      }

      .ug-el .c * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: 0;
        line-height: inherit;
        font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: antialiased;
        will-change: auto !important;
      }

      @media (max-width: 600px) {}

/* inline-style-6 */
.gsi_proximo,
  .gsi_anterior {
    font-size: 0 !important;
    position: relative;
    cursor: pointer;
    transform: none !important;
  }

  .gsi_proximo::before,
  .gsi_anterior::before {
    content: '' !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    border-right: 3px solid currentColor !important;
    border-bottom: 3px solid currentColor !important;
    border-top: 0 !important;
    border-left: 0 !important;
    background: none !important;
  }

  .gsi_proximo::before {
    transform: translate(-60%, -50%) rotate(-45deg) !important;
  }

  .gsi_anterior::before {
    transform: translate(-40%, -50%) rotate(135deg) !important;
  }

/* inline-style-7 */
#lp-popup-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, .6); display: flex; align-items: center; justify-content: center; z-index: 99999; padding: 16px; }
#lp-popup-overlay[hidden] { display: none; }
#lp-popup-card { background: #fff; border-radius: 10px; max-width: 480px; width: 100%; max-height: 90vh; overflow: auto; padding: 24px; position: relative; box-shadow: 0 20px 60px rgba(0, 0, 0, .3); }
#lp-popup-close { position: absolute; top: 8px; right: 12px; background: none; border: 0; font-size: 28px; line-height: 1; cursor: pointer; color: #555; }
#lp-popup-close:hover { color: #000; }
.link_popup { cursor: pointer; }

/* setas dos carrosseis - musculacao ind */
#ug-e-16f70e7b .gsi_proximo,
#ug-e-16f70e7b .gsi_anterior,
#ug-e-b0df9d5f .gsi_proximo,
#ug-e-b0df9d5f .gsi_anterior,
#ug-e-988bafd2 .gsi_proximo,
#ug-e-988bafd2 .gsi_anterior,
#ug-e-0d3b9b05 .gsi_proximo,
#ug-e-0d3b9b05 .gsi_anterior,
#ug-e-254320c5 .gsi_proximo,
#ug-e-254320c5 .gsi_anterior,
#ug-e-2968ec08-m .gsi_proximo,
#ug-e-2968ec08-m .gsi_anterior {
  width: 34px !important;
  height: 42px !important;
  min-width: 34px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  z-index: 20 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  overflow: visible !important;
  line-height: 1 !important;
  background: #fff !important;
  background-image: none !important;
  color: #111 !important;
  border: 1px solid rgba(0, 0, 0, .28) !important;
  border-radius: 6px !important;
}

#ug-e-16f70e7b .gsi_proximo,
#ug-e-b0df9d5f .gsi_proximo,
#ug-e-988bafd2 .gsi_proximo,
#ug-e-0d3b9b05 .gsi_proximo,
#ug-e-254320c5 .gsi_proximo,
#ug-e-2968ec08-m .gsi_proximo {
  right: 0 !important;
  left: auto !important;
}

#ug-e-16f70e7b .gsi_anterior,
#ug-e-b0df9d5f .gsi_anterior,
#ug-e-988bafd2 .gsi_anterior,
#ug-e-0d3b9b05 .gsi_anterior,
#ug-e-254320c5 .gsi_anterior,
#ug-e-2968ec08-m .gsi_anterior {
  left: 0 !important;
  right: auto !important;
}

#ug-e-16f70e7b .gsi_proximo::before,
#ug-e-16f70e7b .gsi_anterior::before,
#ug-e-b0df9d5f .gsi_proximo::before,
#ug-e-b0df9d5f .gsi_anterior::before,
#ug-e-988bafd2 .gsi_proximo::before,
#ug-e-988bafd2 .gsi_anterior::before,
#ug-e-0d3b9b05 .gsi_proximo::before,
#ug-e-0d3b9b05 .gsi_anterior::before,
#ug-e-254320c5 .gsi_proximo::before,
#ug-e-254320c5 .gsi_anterior::before,
#ug-e-2968ec08-m .gsi_proximo::before,
#ug-e-2968ec08-m .gsi_anterior::before {
  width: 9px !important;
  height: 9px !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
}

@media (max-width: 800px) {
  #ug-e-b0df9d5f .gsi_proximo,
  #ug-e-b0df9d5f .gsi_anterior,
  #ug-e-0d3b9b05 .gsi_proximo,
  #ug-e-0d3b9b05 .gsi_anterior,
  #ug-e-2968ec08-m .gsi_proximo,
  #ug-e-2968ec08-m .gsi_anterior {
    width: 30px !important;
    height: 36px !important;
    min-width: 30px !important;
  }

  #ug-e-b0df9d5f .gsi_proximo,
  #ug-e-0d3b9b05 .gsi_proximo,
  #ug-e-2968ec08-m .gsi_proximo {
    right: 0 !important;
  }

  #ug-e-b0df9d5f .gsi_anterior,
  #ug-e-0d3b9b05 .gsi_anterior,
  #ug-e-2968ec08-m .gsi_anterior {
    left: 0 !important;
  }

  #ug-e-b0df9d5f .gsi_proximo::before,
  #ug-e-b0df9d5f .gsi_anterior::before,
  #ug-e-0d3b9b05 .gsi_proximo::before,
  #ug-e-0d3b9b05 .gsi_anterior::before,
  #ug-e-2968ec08-m .gsi_proximo::before,
  #ug-e-2968ec08-m .gsi_anterior::before {
    width: 8px !important;
    height: 8px !important;
  }
}

/* comparativo - texto Outras instituicoes */
#ug-e-f418e5dc h2,
#ug-e-f418e5dc h2 span,
#ug-e-f418e5dc h2 b,
#ug-e-4a5957b6 h2,
#ug-e-4a5957b6 h2 span,
#ug-e-4a5957b6 h2 b {
  color: #ffffff !important;
}

/* comparativo title fix */
#ug-e-ab6c3e02 .c>H1:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: black !important;
}

/* mobile fix - musculacao avancada ind */
@media (max-width: 800px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  main,
  #site {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  img,
  video,
  iframe {
    max-width: 100% !important;
  }

  #ug-e-7ea77158 {
    width: 358px !important;
    left: 1px !important;
  }

  #ug-e-a16c0762 {
    width: 360px !important;
    left: 0 !important;
  }

  #ug-e-42a3a6ea,
  #ug-e-e4dba769,
  #ug-e-98fe392a {
    width: 358px !important;
    left: 1px !important;
  }

  /* Box azul do card "83% / dos alunos relataram...": vinha de (1) regra generica
     ".se_caixa .c" que zera o background-image (background-image: none !important)
     deixando o background-color teal rgb(4,133,160), e (2) bg teal inline no wrapper
     #ug-e-66cf8c03 (asset 115c450351...). Fix: forca o asset e4e9515...avif como bg
     no wrapper e na caixa interna .c, remove o teal por completo. Escopo: so este card. */
  #ug-e-66cf8c03,
  #ug-e-66cf8c03 .c {
    background-image: url("../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif") !important;
    background-color: transparent !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border: 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    animation: none !important;
    -webkit-animation: none !important;
    -o-animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    box-shadow: none !important;
    outline: 0 !important;
  }

  #ug-e-66cf8c03::before,
  #ug-e-66cf8c03::after,
  #ug-e-66cf8c03 .c::before,
  #ug-e-66cf8c03 .c::after {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    animation: none !important;
    -webkit-animation: none !important;
  }

  /* troca de fundo - secao Rafael Soncin */
  #ug-b-70e65641 {
    background-image: url("../_assets/385284-e4e9515dbb6bbc77388324c3931c47ea-4c2af6.avif") !important;
    background-color: rgb(255, 204, 0) !important;
  }
}
