/* === BLOCO: css_desktop (media="all") === */
.ug-bloco {
  overflow-x: hidden;
  overflow-y: visible;
}

  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: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: 400;
 }

 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: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: 400;
   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: #FFF;
   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;
 }

 .gpc-e .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;
 }

 .gpc-b {
   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%;
 }

 .gpc-b_sobreposicao {
   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;
 }

 .gpc-e {
   position: absolute;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }

 .gpc-e .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;
 }

 .gpc-e.e_html .c {
   word-break: break-word;
   white-space: normal;
 }

 .gpc-e.e_linha_horizontal {
   height: auto !important;
 }

 .gpc-e.e_linha_horizontal .c {
   margin: auto 0;
   width: 100%;
   display: block;
   border-left: 0 none;
   border-right: 0 none;
   border-top: 0 none;
   margin: 5px 0;
 }

 .gpc-e.e_linha_vertical {
   width: auto !important;
 }

 .gpc-e.e_linha_vertical .c {
   margin: 0 auto;
   height: 100%;
   width: auto;
   display: block;
   margin: 0 5px;
 }

 .gpc-e.e_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;
 }

 .gpc-e.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;
 }

 .gpc-e.dm {
   display: none
 }

 .gpc-e.dd,
 .gpc-e.dd.gpc-e.dm {
   display: block
 }

 .gpc-e.esconder_desktop,
 .gpc-e.gpc-e.dd.esconder_desktop,
 .gpc-e.gpc-e.dm.esconder_desktop,
 .gpc-b.esconder_desktop {
   display: none;
 }

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

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

 .gpc-e .c.e_botao {
   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;
 }

 .gpc-e .c .gpc_botao span {
   -webkit-transition: color, opacity .25s ease-out;
   -o-transition: color, opacity .25s ease-out;
   transition: color, opacity .25s ease-out;
 }

 .gpc-e .c.e_botao.sombra_botao,
 .gpc-e .c .gpc_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);
 }

 .gpc-e .c.e_botao.sombra_3d,
 .gpc-e .c .gpc_botao span.sombra_3d {
   height: calc(100% - 5px)
 }

 .gpc-e .c.e_html blockquote {
   display: none
 }

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

 .gpc-e .c.link_interno {
   cursor: pointer
 }

 .e_circulo {
   border-radius: 50%
 }

 .gpc-e.e_imagem .c .imagem_fundo {
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   border: 0px transparent solid;
   border-radius: inherit;
 }

 option:disabled {
   display: none
 }

 .gpc-e.e_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;
 }

 .gpc-e.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;
 }

 .ll_background {
   background-image: none !important;
 }

 .gpc-e a:link,
 .gpc-e a:visited,
 .gpc-e a {
   text-decoration: none;
 }

 .gpc-e.e_titulo a:hover,
 .gpc-e.e_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;
   }

   .gpc_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) {
   .gpc-e .c {
     word-break: break-word;
     white-space: normal;
   }
 }

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

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

 .gpc-e.e_botao * {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: 400;
 }

 @media all and (max-width:800px) {
   .gpc-e.e_botao * {
     font-family: "Open Sans", sans-serif;
     font-style: normal;
     font-weight: 400;
   }
 }

 .gpc-e .c.e_titulo * a:hover,
 .gpc-e .c.e_titulo * a:link,
 .gpc-e .c.e_titulo * a:visited,
 .gpc-e .c.e_texto * a:hover,
 .gpc-e .c.e_texto * a:visited,
 .gpc-e .c.e_texto * a:link {
   color: inherit;
   font-weight: inherit;
   font-style: inherit;
 }

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

 .gpc-e .c.e_titulo h1,
 .gpc-e .c.e_titulo h1 * {
   font-family: "Kanit", sans-serif;
   font-style: normal;
   font-weight: 400;
 }

 .gpc-e .c.e_titulo h2,
 .gpc-e .c.e_titulo h2 * {
   font-family: "Kanit", sans-serif;
   font-style: normal;
   font-weight: 700;
 }

 .gpc-e .c.e_titulo h3,
 .gpc-e .c.e_titulo h3 * {
   font-family: "Kanit", sans-serif;
   font-style: normal;
   font-weight: 400;
 }

 .gpc-e .c.e_titulo h4,
 .gpc-e .c.e_titulo h4 * {
   font-family: "Kanit", sans-serif;
   font-style: normal;
   font-weight: 300;
 }

 .gpc-e .c.e_titulo h5,
 .gpc-e .c.e_titulo h5 * {
   font-family: "Kanit", sans-serif;
   font-style: normal;
   font-weight: 300;
 }

 .gpc-e .c.e_titulo h6,
 .gpc-e .c.e_titulo h6 * {
   font-family: "Roboto", sans-serif;
   font-style: normal;
   font-weight: 400;
 }

 .gpc-e .c.e_texto,
 .gpc-e .c.e_texto * {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: inherit;
 }

 .gpc-e .c.e_titulo * b *,
 .gpc-e .c.e_titulo * strong *,
 .gpc-e .c.e_texto * b *,
 .gpc-e .c.e_texto * strong *,
 .gpc-e .c.e_titulo * b,
 .gpc-e .c.e_titulo * strong,
 .gpc-e .c.e_texto * b,
 .gpc-e .c.e_texto * strong {
   font-weight: bold;
   font-style: inherit;
 }

 .gpc-e .c.e_titulo * em,
 .gpc-e .c.e_texto * em,
 .gpc-e .c.e_titulo * i,
 .gpc-e .c.e_texto * i,
 .gpc-e .c.e_titulo * em *,
 .gpc-e .c.e_texto * em *,
 .gpc-e .c.e_titulo * i *,
 .gpc-e .c.e_texto * i * {
   font-style: italic;
 }

 .gpc-e .c.e_titulo * s,
 .gpc-e .c.e_texto * s,
 .gpc-e .c.e_titulo * strike,
 .gpc-e .c.e_texto * strike {
   text-decoration: line-through;
   font-weight: inherit;
 }

 .gpc-e .c.e_titulo * u,
 .gpc-e .c.e_texto * u {
   text-decoration: underline;
   font-weight: inherit;
 }

 .gpc-e .c.e_titulo ul,
 .gpc-e .c.e_texto ul {
   list-style-type: none;
   vertical-align: top;
   zoom: 1;
   *display: inline;
   padding-left: 1.5em;
 }

 .gpc-e .c.e_titulo ul li,
 .gpc-e .c.e_texto ul li,
 .gpc-e .c.e_titulo ol li,
 .gpc-e .c.e_texto ol li {
   position: relative;
 }

 .gpc-e .c.e_titulo ul li>span:first-child:before,
 .gpc-e .c.e_titulo ul li>font:first-child:before,
 .gpc-e .c.e_titulo ul li>b:first-child:before,
 .gpc-e .c.e_titulo ul li>i:first-child:before,
 .gpc-e .c.e_titulo ul li>a:first-child:before,
 .gpc-e .c.e_titulo ul li>u:first-child:before,
 .gpc-e .c.e_texto ul li>span:first-child:before,
 .gpc-e .c.e_texto ul li>font:first-child:before,
 .gpc-e .c.e_texto ul li>b:first-child:before,
 .gpc-e .c.e_texto ul li>i:first-child:before,
 .gpc-e .c.e_texto ul li>a:first-child:before,
 .gpc-e .c.e_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;
 }

 .gpc-e .c.e_titulo ol,
 .gpc-e .c.e_texto ol {
   list-style-type: none;
   display: inline-block;
   vertical-align: top;
   zoom: 1;
   *display: inline;
   counter-reset: lista_o;
   padding-left: 1.5em;
 }

 .gpc-e .c.e_titulo ol li>span:first-child:before,
 .gpc-e .c.e_titulo ol li>font:first-child:before,
 .gpc-e .c.e_titulo ol li>b:first-child:before,
 .gpc-e .c.e_titulo ol li>i:first-child:before,
 .gpc-e .c.e_titulo ol li>a:first-child:before,
 .gpc-e .c.e_titulo ol li>u:first-child:before,
 .gpc-e .c.e_texto ol li>span:first-child:before,
 .gpc-e .c.e_texto ol li>font:first-child:before,
 .gpc-e .c.e_texto ol li>b:first-child:before,
 .gpc-e .c.e_texto ol li>i:first-child:before,
 .gpc-e .c.e_texto ol li>a:first-child:before,
 .gpc-e .c.e_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;
 }

 .gpc-e .c.e_faq .gac-item_cabecalho_titulo,
 .gpc-e .c.e_faq .gac-item_conteudo {
   font-family: "Open Sans", sans-serif;
   font-style: normal;
   font-weight: 400;
 }

 .gpc-e.e_faq {
   height: auto !important;
 }

 .gpc-e.e_faq .gac {
   width: 100%;
   font-size: 30px;
 }

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

 .gpc-e.e_faq .gac .gac-item:last-of-type {
   margin-bottom: 0;
 }

 .gpc-e.e_faq .gac .gac-item_conteudo {
   height: auto;
   max-height: 0px;
   transition: max-height 0.35s ease;
 }

 
.gac-item.gac-aberto .gac-item_conteudo {
  max-height: 300px !important;
  height: auto !important;
}

 .gpc-e.e_faq .gac .gac-item_cabecalho_titulo,
 .gpc-e.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
 }

 .gpc-e .c.e_video {
   border: 0px solid #a3bac6;
 }

 .gpc-e.e_slider .c {
   border: 0 solid #000;
   overflow: hidden;
 }

 .gpc-e.e_slider .c.cover .gsi_imagens .imagem,
 .gpc-e.e_slider .c.cover .gsi_imagens .gsi_clone {
   background-size: cover;
 }

 .gpc-e.e_slider .c.contain .gsi_imagens .imagem,
 .gpc-e.e_slider .c.contain .gsi_imagens .gsi_clone {
   background-size: contain;
 }

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

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

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

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

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

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

 .gpc-e.e_html {
   transform: none !important;
 }

 .gpc-e.e_html .c,
 .gpc-e.e_html .c * {
   will-change: auto;
 }

 #b_3313887_1_175761767668c31e0ca7e87 {
   height: 1159px;
   background-color: rgb(0, 0, 0);
 }

 #b_3313887_1_175761767668c31e0ca7e87 .gpc-b_sobreposicao {
   opacity: 0;
   background-color: #fff;
 }

 #e_3313887_1_177256534632724553 {
   z-index: 3304;
   width: 428px;
   height: 585px;
   left: -447px;
   top: 14.7px;
   transform: translate(0px, 0px);
   z-index: 3304;
 }

 #e_3313887_1_177256534632724553 .c {
   z-index: 3304;
 }

 #e_3313887_1_175761767668c31e0ca7ef8847089430 {
   height: 110.947px;
   width: 249.427px;
   left: 355.286px;
   top: 24.7188px;
   transform: translate(0px, 0px);
   z-index: 1;
 }

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

 #e_3313887_1_175761767668c31e0ca7ef8847089430 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 1;
   background-image: url(../_assets/3313887_1_175761767668c31e0ca7ef8847089430-5cc602.webp);
   background-repeat: no-repeat;
   display: block;
 }

 #e_3313887_1_175761767668c31e0ca7ef8847089430 .c .imagem_fundo.fallback_background {
   background-position: 0px 0px;
   ;
   background-size: 249.427px 110.947px;
   ;
   background-image: url(../_assets/385284-75334565f72f5cc1ee4025b36074fa46-652ba0.webp)
 }

 #e_3313887_1_175761767668c31e0ca85d1747951519 {
   width: 944px;
   left: 8px;
   top: 148.705px;
   transform: translate(0px, 0px);
   z-index: 2;
 }

 #e_3313887_1_175761767668c31e0ca85d1747951519 .c {
   z-index: 2;
   font-size: 47px;
   line-height: 47px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_175761767668c31e0ca85d1747951519 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #ffffff
 }

 #e_3313887_1_175761767668c31e0ca864a822631468 {
   width: 840px;
   left: 60px;
   top: 267.939px;
   transform: translate(0px, 0px);
   z-index: 3;
 }

 #e_3313887_1_175761767668c31e0ca864a822631468 .c {
   line-height: 33.6px;
   letter-spacing: 0px;
   text-align: center;
   font-size: 28px;
   text-shadow: none;
   opacity: 1;
   z-index: 3;
 }

 #e_3313887_1_175761767668c31e0ca864a822631468 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 255, 255);
   font-style: normal
 }

 #e_3313887_1_175761767668c31e0ca878d804379792 {
   width: 253px;
   left: 356.223px;
   top: 465.875px;
   transform: translate(0px, 0px);
   z-index: 8;
 }

 #e_3313887_1_175761767668c31e0ca878d804379792 .c {
   z-index: 8;
   font-size: 16px;
   line-height: 16px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_175761767668c31e0ca878d804379792 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 255, 255)
 }

 #e_3313887_1_175761767668c31e0ca88dd611901275 {
   width: 284px;
   left: 659.942px;
   top: 465.359px;
   transform: translate(0px, 0px);
   z-index: 10;
 }

 #e_3313887_1_175761767668c31e0ca88dd611901275 .c {
   line-height: 16px;
   letter-spacing: 0px;
   text-align: left;
   font-size: 16px;
   text-shadow: none;
   opacity: 1;
   z-index: 10;
 }

 #e_3313887_1_175761767668c31e0ca88dd611901275 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 255, 255)
 }

 #e_3313887_1_175761767668c31e0ca86c3887196755 {
   width: 265px;
   left: 52.5px;
   top: 466.259px;
   transform: translate(0px, 0px);
   z-index: 4;
 }

 #e_3313887_1_175761767668c31e0ca86c3887196755 .c {
   z-index: 4;
   font-size: 16px;
   line-height: 16px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_175761767668c31e0ca86c3887196755 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #ffffff
 }

 #e_3313887_1_175761767668c31e0ca8739732495329 {
   height: 35.4375px;
   width: 21.0625px;
   left: 25.1875px;
   top: 480.118px;
   transform: translate(0px, 0px);
   z-index: 5;
 }

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

 #e_3313887_1_175761767668c31e0ca8739732495329 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 5;
   background-image: url(../_assets/3313887_1_175761767668c31e0ca8739732495329-dd3077.webp);
   background-repeat: no-repeat;
   display: block;
 }

 #e_3313887_1_175761767668c31e0ca8739732495329 .c .imagem_fundo.fallback_background {
   background-position: 0px 0px;
   ;
   background-size: 21.0625px 35.4375px;
   ;
   background-image: url(../_assets/385284-f35fe89319b84ae7d44eda744fa19a01-998b48.webp)
 }

 #e_3313887_1_175761767668c31e0ca87fa808431957 {
   height: 35.4375px;
   width: 20.7344px;
   left: 323.781px;
   top: 480.199px;
   transform: translate(0px, 0px);
   z-index: 9;
 }

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

 #e_3313887_1_175761767668c31e0ca87fa808431957 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 9;
   background-image: url(../_assets/3313887_1_175761767668c31e0ca87fa808431957-d39081.webp);
   background-repeat: no-repeat;
   display: block;
 }

 #e_3313887_1_175761767668c31e0ca87fa808431957 .c .imagem_fundo.fallback_background {
   background-position: 0px 0px;
   ;
   background-size: 21px 35px;
   ;
   background-image: url(../_assets/385284-f35fe89319b84ae7d44eda744fa19a01-998b48.webp)
 }

 #e_3313887_1_175761767668c31e0ca8956910548502 {
   height: 35.4375px;
   width: 20.7344px;
   left: 631.719px;
   top: 480.18px;
   transform: translate(0px, 0px);
   z-index: 11;
 }

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

 #e_3313887_1_175761767668c31e0ca8956910548502 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 11;
   background-image: url(../_assets/3313887_1_175761767668c31e0ca87fa808431957-d39081.webp);
   background-repeat: no-repeat;
   display: block;
 }

 #e_3313887_1_175761767668c31e0ca8956910548502 .c .imagem_fundo.fallback_background {
   background-position: 0px 0px;
   ;
   background-size: 21px 35px;
   ;
   background-image: url(../_assets/385284-f35fe89319b84ae7d44eda744fa19a01-998b48.webp)
 }

 #e_3313887_1_175761767668c31e0cab5ae665951030 {
   z-index: 3259;
   width: 642.3px;
   height: 363px;
   left: 161.55px;
   top: 566.601px;
   transform: translate(0px, 0px);
   z-index: 3259;
   z-index: 3259;
   z-index: 3259;
 }

 #e_3313887_1_175761767668c31e0cab5ae665951030 .c {
   z-index: 3259;
   border-radius: 0px;
 }

 #e_3313887_1_175761767668c31e0ca89e4012245618 {
   width: 766.6px;
   height: 136.234px;
   left: 97.25px;
   top: 966.286px;
   transform: translate(0px, 0px);
   z-index: 8;
 }

 #e_3313887_1_175761767668c31e0ca89e4012245618 .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: 25px;
   background-image: none;
   background-size: cover;
   background-color: rgb(0, 183, 0);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #e_3313887_1_175761767668c31e0ca8ad6264753281 {
   width: 766.6px;
   height: 136.2px;
   left: 97.2px;
   top: 966.316px;
   transform: translate(0px, 0px);
   z-index: 12;
 }

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

 #e_3313887_1_175761767668c31e0ca8ad6264753281 .c:hover,
 #e_3313887_1_175761767668c31e0ca8ad6264753281 .c:active {
   background-color: transparent;
 }

 #e_3313887_1_175761767668c31e0ca8ad6264753281 .c:hover,
 #e_3313887_1_175761767668c31e0ca8ad6264753281 .c:active {
   color: #ffffff;
 }

 #e_3313887_1_175761767668c31e0ca8a5c090962842 {
   width: 735px;
   left: 109.25px;
   top: 996.386px;
   transform: translate(0px, 0px);
   z-index: 9;
 }

 #e_3313887_1_175761767668c31e0ca8a5c090962842 .c {
   z-index: 9;
   font-size: 38px;
   line-height: 1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_175761767668c31e0ca8a5c090962842 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #ffffff
 }

 #b_3313887_1_175761767668c31e0ca7ea6 {
   height: 1108px;
   background-color: rgb(238, 238, 238);
 }

 #b_3313887_1_175761767668c31e0ca7ea6 .gpc-b_sobreposicao {
   opacity: 0;
   background-color: #fff;
 }

 #e_3313887_1_175761767668c31e0ca8b63235654632 {
   z-index: 13;
   width: 944px;
   left: 8px;
   top: 61.5px;
   transform: translate(0px, 0px);
   z-index: 13;
   z-index: 13;
   z-index: 13;
   z-index: 13;
 }

 #e_3313887_1_175761767668c31e0ca8b63235654632 .c {
   z-index: 13;
   font-size: 47px;
   line-height: 47px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #e_3313887_1_175761767668c31e0ca8b63235654632 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
   font-style: normal;
 }

 #e_3313887_1_175761767668c31e0ca8d31491200054 {
   z-index: 10;
   width: 960px;
   height: 437px;
   left: 0px;
   top: 197px;
   transform: translate(0px, 0px);
   z-index: 10;
   z-index: 10;
   z-index: 10;
   z-index: 10;
 }

 #e_3313887_1_175761767668c31e0ca8d31491200054 .c {
   z-index: 10;
   opacity: 1;
   border: 1px 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: 65px;
   background-image: none;
   background-size: cover;
   background-color: rgb(170, 136, 67);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #e_3313887_1_175761767668c31e0ca8c6d636169611 {
   z-index: 12;
   height: 71.7219px;
   width: 297.035px;
   left: 331.447px;
   top: 220.404px;
   transform: translate(0px, 0px);
   z-index: 12;
   z-index: 12;
   z-index: 12;
   z-index: 12;
 }

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

 #e_3313887_1_175761767668c31e0ca8c6d636169611 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 12;
   background-image: url(../_assets/3313887_1_175761767668c31e0ca8c6d636169611-42e354.webp);
   background-repeat: no-repeat;
   display: block;
 }

 #e_3313887_1_175761767668c31e0ca8c6d636169611 .c .imagem_fundo.fallback_background {
   background-position: 0px 0px;
   ;
   background-size: 297px 72px;
   ;
   background-image: url(../_assets/385284-d6e0df6d0d0bc1d68aba74bce1291821-c88236.webp)
 }

 #e_3313887_1_175761767668c31e0ca8dd7515786677 {
   width: 815px;
   height: 262px;
   left: 72.5px;
   top: 292.5px;
   transform: translate(0px, 0px);
   z-index: 13;
 }

 #e_3313887_1_175761767668c31e0ca8dd7515786677 .c {
   z-index: 13;
 }

 #e_3313887_1_175761767668c31e0ca8e8a751945479 {
   width: 815px;
   height: 262px;
   left: 72.5px;
   top: 710.5px;
   transform: translate(0px, 0px);
   z-index: 15;
 }

 #e_3313887_1_175761767668c31e0ca8e8a751945479 .c {
   z-index: 15;
 }

 #b_3313887_1_175761767668c31e0ca7eaa {
   height: 1061px;
   background-color: rgb(0, 0, 0);
 }

 #b_3313887_1_175761767668c31e0ca7eaa .gpc-b_sobreposicao {
   opacity: 0;
   background-color: #fff;
 }

 #e_3313887_1_175761767668c31e0ca8f4d935678328 {
   width: 345px;
   left: 307.5px;
   top: 74.5px;
   transform: translate(0px, 0px);
   z-index: 16;
 }

 #e_3313887_1_175761767668c31e0ca8f4d935678328 .c {
   z-index: 16;
   font-size: 47px;
   line-height: 1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_175761767668c31e0ca8f4d935678328 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 255, 255);
   font-style: normal
 }

 #e_3313887_1_175761767668c31e0ca9420189757924 {
   width: 629px;
   height: 331px;
   left: 165.5px;
   top: 157.5px;
   transform: translate(0px, 0px);
   z-index: 22;
 }

 #e_3313887_1_175761767668c31e0ca9420189757924 .c {
   z-index: 22;
   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: 65px;
   background-image: none;
   background-size: cover;
   background-color: rgba(0, 0, 0, 0);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #e_3313887_1_175761767668c31e0ca9360695546698 {
   width: 529px;
   height: 262px;
   left: 215.7px;
   top: 192px;
   transform: translate(0px, 0px);
   z-index: 23;
 }

 #e_3313887_1_175761767668c31e0ca9360695546698 .c {
   z-index: 23;
 }

 #e_3313887_1_175761767668c31e0ca9046162840664 {
   width: 711px;
   left: 124.65px;
   top: 581px;
   transform: translate(0px, 0px);
   z-index: 17;
 }

 #e_3313887_1_175761767668c31e0ca9046162840664 .c {
   z-index: 17;
   font-size: 47px;
   line-height: 1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_175761767668c31e0ca9046162840664 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #ffffff
 }

 #e_3313887_1_175761767668c31e0ca90bf020501429 {
   height: 55px;
   width: 96px;
   left: 432.15px;
   top: 745px;
   transform: translate(0px, 0px);
   z-index: 16;
 }

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

 #e_3313887_1_175761767668c31e0ca90bf020501429 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 16;
   background-image: url(../_assets/3313887_1_175761767668c31e0ca90bf020501429-90a30a.webp);
   background-repeat: no-repeat;
   display: block;
 }

 #e_3313887_1_175761767668c31e0ca90bf020501429 .c .imagem_fundo.fallback_background {
   background-position: 0px 0px;
   ;
   background-size: 96px 55px;
   ;
   background-image: url(../_assets/385284-b9b895bcb2a7f91bce672a7f3e5a1f4b-3835b8.webp)
 }

 #e_3313887_1_175761767668c31e0ca9189341178416 {
   width: 791.7px;
   height: 136.234px;
   left: 84.325px;
   top: 829.116px;
   transform: translate(0px, 0px);
   z-index: 19;
 }

 #e_3313887_1_175761767668c31e0ca9189341178416 .c {
   z-index: 19;
   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: 25px;
   background-image: none;
   background-size: cover;
   background-color: rgb(0, 183, 0);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #e_3313887_1_175761767668c31e0ca92af592164733 {
   width: 791.6px;
   height: 136.2px;
   left: 84.375px;
   top: 829.212px;
   transform: translate(0px, 0px);
   z-index: 21;
 }

 #e_3313887_1_175761767668c31e0ca92af592164733 .c {
   text-decoration: none;
   float: left;
   z-index: 21;
   background-color: transparent;
   background-image: none;
   color: rgb(255, 255, 255);
   border: 0px;
   font-size: 18px;
   text-align: center;
   border-radius: 3px;
 }

 #e_3313887_1_175761767668c31e0ca92af592164733 .c:hover,
 #e_3313887_1_175761767668c31e0ca92af592164733 .c:active {
   background-color: transparent;
 }

 #e_3313887_1_175761767668c31e0ca92af592164733 .c:hover,
 #e_3313887_1_175761767668c31e0ca92af592164733 .c:active {
   color: #ffffff;
 }

 #e_3313887_1_175761767668c31e0ca921e798329709 {
   width: 760px;
   left: 100.175px;
   top: 859.25px;
   transform: translate(0px, 0px);
   z-index: 20;
 }

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

 #e_3313887_1_175761767668c31e0ca921e798329709 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #ffffff
 }

 #b_3313887_1_175761767668c31e0ca7ed7 {
   height: 976px;
   background-color: #E2E2E2;
   background-repeat: no-repeat;
   border-radius: 40px;
   position: relative;
   overflow-x: visible;
 }

 #b_3313887_1_175761767668c31e0ca7ed7::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  inset: 0;
  z-index: -1;
  background-color: #000;
 }

 #b_3313887_1_175761767668c31e0ca7ed7.fallback_background {
   background-image: url(../_assets/385284-6cb8b5dbd771468dcb2373eb45c71e1f-5e69c8.png)
 }

 #b_3313887_1_175761767668c31e0ca7ed7 .gpc-b_sobreposicao {
   opacity: 0;
   background-color: #fff;
 }

 #e_3313887_1_175761767668c31e0cab6e1933977500 {
   width: 636px;
   left: 162px;
   top: 128px;
   transform: translate(0px, 0px);
   z-index: 3260;
 }

 #e_3313887_1_175761767668c31e0cab6e1933977500 .c {
   z-index: 3260;
   font-size: 47px;
   line-height: 1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_175761767668c31e0cab6e1933977500 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #242424
 }

 #e_3313887_1_175761767668c31e0cab6e1933977500 .c>H2:nth-of-type(1)>SPAN:nth-of-type(2) {
   color: rgb(170, 136, 67)
 }

 #e_3313887_1_175761767668c31e0cab7ee180277508 {
   z-index: 3260;
   width: 537px;
   left: 211.5px;
   top: 248px;
   transform: translate(0px, 0px);
   z-index: 3260;
   z-index: 3260;
   z-index: 3260;
 }

 #e_3313887_1_175761767668c31e0cab7ee180277508 .c {
   z-index: 3260;
   border-bottom: 2px solid rgb(163, 186, 198);
 }

 #e_3313887_1_175761767668c31e0cab8b4341353934 {
   width: 776px;
   left: 92px;
   top: 290.905px;
   transform: translate(0px, 0px);
   z-index: 3261;
 }

 #e_3313887_1_175761767668c31e0cab8b4341353934 .c {
   z-index: 3261;
   font-size: 45px;
   line-height: 1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_175761767668c31e0cab8b4341353934 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
   font-weight: normal
 }

 #e_3313887_1_175761767668c31e0cad0a2196375555 {
   width: 691px;
   height: 466px;
   left: 134.5px;
   top: 480px;
   transform: translate(0px, 0px);
   z-index: 3276;
 }

 #e_3313887_1_175761767668c31e0cad0a2196375555 .c {
   z-index: 3276;
 }

 #e_3313887_1_175761767668c31e0cad60d522905636_m {
   z-index: 3277;
   width: 360px;
   height: 240px;
   left: 300px;
   top: 672px;
   z-index: 3277;
   z-index: 3277;
   z-index: 3277;
 }

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

 #e_3313887_1_175761767668c31e0cad60d522905636 .gsi_proximo {
   font-size: 30px;
   height: 30px;
   color: rgb(255, 255, 255);
   background-color: rgba(0, 0, 0, 0);
   border-color: rgba(0, 0, 0, 0);
 }

 #e_3313887_1_175761767668c31e0cad60d522905636 .gsi_anterior {
   font-size: 30px;
   height: 30px;
   color: rgb(255, 255, 255);
   background-color: rgba(0, 0, 0, 0);
   border-color: rgba(0, 0, 0, 0);
 }

 #e_3313887_1_175761767668c31e0cad60d522905636 #gsi_imagem_2518185_1_1757616631269227561 {
   background-image: url(../_assets/385284-ba167374c823c41518f87a1349de7122-5a5341.png);
 }

 #e_3313887_1_175761767668c31e0cad60d522905636 #gsi_imagem_2518185_1_1757616631269227562 {
   background-image: url(../_assets/385284-b127165b0576126dd14b59061d995ffe-0968a6.png);
 }

 #e_3313887_1_175761767668c31e0cad60d522905636 #gsi_imagem_1757616762663 {
   background-image: url(../_assets/385284-0243a7118da8ac1604ae800b237efde7-0cc68b.png);
 }

 #e_3313887_1_175761767668c31e0cad60d522905636 #gsi_imagem_1757616767967 {
   background-image: url(../_assets/385284-f4a34a971a4600d9b59bc6de7a69f6ba-6f3f11.png);
 }

 #e_3313887_1_175761767668c31e0cad60d522905636 #gsi_imagem_1757616778833 {
   background-image: url(../_assets/385284-2ce19e8b6237ad2c3cfaeadf02e48f0d-3c98fe.png);
 }

 #e_3313887_1_175761767668c31e0cad60d522905636 #gsi_imagem_1757616785703 {
   background-image: url(../_assets/385284-db4d13d401eed6cd919010de07d3719b-67a99d.png);
 }

 #e_3313887_1_175761767668c31e0cad60d522905636 #gsi_imagem_1757616792538 {
   background-image: url(../_assets/385284-c043b13c1e75220ce7e91cc952970463-39b69b.png);
 }

 @-webkit-keyframes e_3313887_1_175761767668c31e0cad60d522905636_animacao {
   0% {
     -webkit-transform: translateX(0px);
     opacity: 0;
   }

   60% {
     opacity: 1;
   }

   100% {
     -webkit-transform: translateX(0px);
   }
 }

 @keyframes e_3313887_1_175761767668c31e0cad60d522905636_animacao {
   0% {
     transform: translateX(0px);
     opacity: 0;
   }

   60% {
     opacity: 1;
   }

   100% {
     transform: translateX(0px);
   }
 }

 #b_3313887_1_175761767668c31e0ca7edc {
   height: 602px;
   background-color: rgb(0, 0, 0);
 }

 #b_3313887_1_175761767668c31e0ca7edc .gpc-b_sobreposicao {
   opacity: 0;
   background-color: #fff;
 }

 #e_3313887_1_175761767668c31e0cabb27807093475 {
   width: 636px;
   left: 162px;
   top: 82px;
   transform: translate(0px, 0px);
   z-index: 3263;
 }

 #e_3313887_1_175761767668c31e0cabb27807093475 .c {
   z-index: 3263;
   font-size: 47px;
   line-height: 1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_175761767668c31e0cabb27807093475 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(170, 136, 67)
 }

 #e_3313887_1_175761767668c31e0cabbde198646590 {
   z-index: 3264;
   width: 537px;
   left: 211.5px;
   top: 141px;
   transform: translate(0px, 0px);
   z-index: 3264;
   z-index: 3264;
   z-index: 3264;
 }

 #e_3313887_1_175761767668c31e0cabbde198646590 .c {
   z-index: 3264;
   border-bottom: 2px solid rgb(163, 186, 198);
 }

 #e_3313887_1_175761767668c31e0cacfd6454449674 {
   width: 529px;
   height: 394px;
   left: 215.5px;
   top: 195.797px;
   transform: translate(0px, 0px);
   z-index: 3277;
 }

 #e_3313887_1_175761767668c31e0cacfd6454449674 .c {
   z-index: 3277;
 }

 #e_3313887_1_175761767668c31e0cad60d522905636_d {
   z-index: 3277;
   width: 360px;
   height: 240px;
   left: 300px;
   top: 672px;
   z-index: 3277;
   z-index: 3277;
   z-index: 3277;
 }

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

 #e_3313887_1_175761767668c31e0cad60d522905636_d .gsi_proximo {
   font-size: 30px;
   height: 30px;
   color: rgb(255, 255, 255);
   background-color: rgba(0, 0, 0, 0);
   border-color: rgba(0, 0, 0, 0);
 }

 #e_3313887_1_175761767668c31e0cad60d522905636_d .gsi_anterior {
   font-size: 30px;
   height: 30px;
   color: rgb(255, 255, 255);
   background-color: rgba(0, 0, 0, 0);
   border-color: rgba(0, 0, 0, 0);
 }

 #e_3313887_1_175761767668c31e0cad60d522905636_d #gsi_imagem_2518185_1_1757616631269227561 {
   background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m1813539-dc970b.png);
 }

 #e_3313887_1_175761767668c31e0cad60d522905636_d #gsi_imagem_2518185_1_1757616631269227562 {
   background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m8341561-5dde22.png);
 }

 #e_3313887_1_175761767668c31e0cad60d522905636_d #gsi_imagem_1757616762663 {
   background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m8097682-8801e5.png);
 }

 #e_3313887_1_175761767668c31e0cad60d522905636_d #gsi_imagem_1757616767967 {
   background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m413263-89a18e.png);
 }

 #e_3313887_1_175761767668c31e0cad60d522905636_d #gsi_imagem_1757616778833 {
   background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m2782020-62f2dc.png);
 }

 #e_3313887_1_175761767668c31e0cad60d522905636_d #gsi_imagem_1757616785703 {
   background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m8659184-aaef03.png);
 }

 #e_3313887_1_175761767668c31e0cad60d522905636_d #gsi_imagem_1757616792538 {
   background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m862984-d8a4fc.png);
 }

 @-webkit-keyframes e_3313887_1_175761767668c31e0cad60d522905636_animacao {
   0% {
     -webkit-transform: translateX(0px);
     opacity: 0;
   }

   60% {
     opacity: 1;
   }

   100% {
     -webkit-transform: translateX(0px);
   }
 }

 @keyframes e_3313887_1_175761767668c31e0cad60d522905636_animacao {
   0% {
     transform: translateX(0px);
     opacity: 0;
   }

   60% {
     opacity: 1;
   }

   100% {
     transform: translateX(0px);
   }
 }

 #e_3313887_1_175761767668c31e0cad60d522905636_d .c.fallback_background #gsi_imagem_2518185_1_1757616631269227561 {
   background-image: url(../_assets/385284-ba167374c823c41518f87a1349de7122-5a5341.png)
 }

 #e_3313887_1_175761767668c31e0cad60d522905636_d .c.fallback_background #gsi_imagem_2518185_1_1757616631269227562 {
   background-image: url(../_assets/385284-b127165b0576126dd14b59061d995ffe-0968a6.png)
 }

 #e_3313887_1_175761767668c31e0cad60d522905636_d .c.fallback_background #gsi_imagem_1757616762663 {
   background-image: url(../_assets/385284-0243a7118da8ac1604ae800b237efde7-0cc68b.png)
 }

 #e_3313887_1_175761767668c31e0cad60d522905636_d .c.fallback_background #gsi_imagem_1757616767967 {
   background-image: url(../_assets/385284-f4a34a971a4600d9b59bc6de7a69f6ba-6f3f11.png)
 }

 #e_3313887_1_175761767668c31e0cad60d522905636_d .c.fallback_background #gsi_imagem_1757616778833 {
   background-image: url(../_assets/385284-2ce19e8b6237ad2c3cfaeadf02e48f0d-3c98fe.png)
 }

 #e_3313887_1_175761767668c31e0cad60d522905636_d .c.fallback_background #gsi_imagem_1757616785703 {
   background-image: url(../_assets/385284-db4d13d401eed6cd919010de07d3719b-67a99d.png)
 }

 #e_3313887_1_175761767668c31e0cad60d522905636_d .c.fallback_background #gsi_imagem_1757616792538 {
   background-image: url(../_assets/385284-c043b13c1e75220ce7e91cc952970463-39b69b.png)
 }

 #e_3313887_1_175761767668c31e0cad97e851799200_d {
   z-index: 3281;
   width: 360px;
   height: 240px;
   left: 300px;
   top: 692px;
   z-index: 3281;
   z-index: 3281;
   z-index: 3281;
 }

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

 #e_3313887_1_175761767668c31e0cad97e851799200_d .gsi_proximo {
   font-size: 30px;
   height: 30px;
   color: rgb(255, 255, 255);
   background-color: rgba(0, 0, 0, 0);
   border-color: rgba(0, 0, 0, 0);
 }

 #e_3313887_1_175761767668c31e0cad97e851799200_d .gsi_anterior {
   font-size: 30px;
   height: 30px;
   color: rgb(255, 255, 255);
   background-color: rgba(0, 0, 0, 0);
   border-color: rgba(0, 0, 0, 0);
 }

 #e_3313887_1_175761767668c31e0cad97e851799200_d #gsi_imagem_2518185_1_1757616631269227561 {
   background-image: url(../_assets/3313887_1_175761767668c31e0cad97e851799200_d156242-c5a914.png);
 }

 #e_3313887_1_175761767668c31e0cad97e851799200_d #gsi_imagem_1757617005871 {
   background-image: url(../_assets/3313887_1_175761767668c31e0cad97e851799200_d7001732-72d220.png);
 }

 #e_3313887_1_175761767668c31e0cad97e851799200_d #gsi_imagem_1757616997716 {
   background-image: url(../_assets/3313887_1_175761767668c31e0cad97e851799200_d2726659-bfe525.png);
 }

 @-webkit-keyframes e_3313887_1_175761767668c31e0cad97e851799200_animacao {
   0% {
     -webkit-transform: translateX(0px);
     opacity: 0;
   }

   60% {
     opacity: 1;
   }

   100% {
     -webkit-transform: translateX(0px);
   }
 }

 @keyframes e_3313887_1_175761767668c31e0cad97e851799200_animacao {
   0% {
     transform: translateX(0px);
     opacity: 0;
   }

   60% {
     opacity: 1;
   }

   100% {
     transform: translateX(0px);
   }
 }

 #e_3313887_1_175761767668c31e0cad97e851799200_d .c.fallback_background #gsi_imagem_2518185_1_1757616631269227561 {
   background-image: url(../_assets/385284-00c308289d6559d0ca5297118412f71e-425b5b.png)
 }

 #e_3313887_1_175761767668c31e0cad97e851799200_d .c.fallback_background #gsi_imagem_1757617005871 {
   background-image: url(../_assets/385284-6ec83ce31e610c77d74e36c59d8b5723-f2e330.png)
 }

 #e_3313887_1_175761767668c31e0cad97e851799200_d .c.fallback_background #gsi_imagem_1757616997716 {
   background-image: url(../_assets/385284-4ed950c4c138fea7c3725b9fd1e4704b-42387e.png)
 }

 #e_3313887_1_175761767668c31e0cadc83401485059_d {
   z-index: 3283;
   width: 360px;
   height: 240px;
   left: 300px;
   top: 712px;
   z-index: 3283;
   z-index: 3283;
   z-index: 3283;
 }

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

 #e_3313887_1_175761767668c31e0cadc83401485059_d .gsi_proximo {
   font-size: 30px;
   height: 30px;
   color: rgb(255, 255, 255);
   background-color: rgba(0, 0, 0, 0);
   border-color: rgba(0, 0, 0, 0);
 }

 #e_3313887_1_175761767668c31e0cadc83401485059_d .gsi_anterior {
   font-size: 30px;
   height: 30px;
   color: rgb(255, 255, 255);
   background-color: rgba(0, 0, 0, 0);
   border-color: rgba(0, 0, 0, 0);
 }

 #e_3313887_1_175761767668c31e0cadc83401485059_d #gsi_imagem_2518185_1_1757616631269227562 {
   background-image: url(../_assets/3313887_1_175761767668c31e0cadc83401485059_d1011092-acd1de.png);
 }

 #e_3313887_1_175761767668c31e0cadc83401485059_d #gsi_imagem_1757617001265 {
   background-image: url(../_assets/3313887_1_175761767668c31e0cadc83401485059_d9418433-1d1ca5.png);
 }

 #e_3313887_1_175761767668c31e0cadc83401485059_d #gsi_imagem_1757616992806 {
   background-image: url(../_assets/3313887_1_175761767668c31e0cadc83401485059_d3625928-725013.png);
 }

 #e_3313887_1_175761767668c31e0cadc83401485059_d #gsi_imagem_1757616762663 {
   background-image: url(../_assets/3313887_1_175761767668c31e0cadc83401485059_d3948494-1b3555.png);
 }

 @-webkit-keyframes e_3313887_1_175761767668c31e0cadc83401485059_animacao {
   0% {
     -webkit-transform: translateX(0px);
     opacity: 0;
   }

   60% {
     opacity: 1;
   }

   100% {
     -webkit-transform: translateX(0px);
   }
 }

 @keyframes e_3313887_1_175761767668c31e0cadc83401485059_animacao {
   0% {
     transform: translateX(0px);
     opacity: 0;
   }

   60% {
     opacity: 1;
   }

   100% {
     transform: translateX(0px);
   }
 }

 #e_3313887_1_175761767668c31e0cadc83401485059_d .c.fallback_background #gsi_imagem_2518185_1_1757616631269227562 {
   background-image: url(../_assets/385284-68653c81dea6d9c8c9d43aea0230d4bd-c3c1f0.png)
 }

 #e_3313887_1_175761767668c31e0cadc83401485059_d .c.fallback_background #gsi_imagem_1757617001265 {
   background-image: url(../_assets/385284-701bdd2fcc4c948302117b34d405a056-4dcb84.png)
 }

 #e_3313887_1_175761767668c31e0cadc83401485059_d .c.fallback_background #gsi_imagem_1757616992806 {
   background-image: url(../_assets/385284-0ab0aa84f969b749ea5565280bafc582-698284.png)
 }

 #e_3313887_1_175761767668c31e0cadc83401485059_d .c.fallback_background #gsi_imagem_1757616762663 {
   background-image: url(../_assets/385284-56c98b47a8a6b7225aa358e19f8d91a8-df5898.png)
 }

 #b_3313887_1_175761767668c31e0ca7ee3 {
   height: 616px;
   background-color: #AA8843;
   background-repeat: no-repeat;
   border-radius: 40px;
   position: relative;
   overflow-x: visible;
 }

 #b_3313887_1_175761767668c31e0ca7ee3::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(180deg, #000, #000 50%, #e2e2e2 50%, #e2e2e2);
 }

 #b_3313887_1_175761767668c31e0ca7ee3.fallback_background {
   background-image: url(../_assets/385284-258e8f420106d53c2f2afb4cd3e2eaac-6f287c.png)
 }

 #b_3313887_1_175761767668c31e0ca7ee3 .gpc-b_sobreposicao {
   opacity: 0;
   background-color: #fff;
 }

 #e_3313887_1_175761767668c31e0cabe12412096494 {
   width: 636px;
   left: 161.5px;
   top: 78px;
   transform: translate(0px, 0px);
   z-index: 3266;
 }

 #e_3313887_1_175761767668c31e0cabe12412096494 .c {
   z-index: 3266;
   font-size: 47px;
   line-height: 1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_175761767668c31e0cabe12412096494 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 255, 255)
 }

 #e_3313887_1_175761767668c31e0cabed7214117662 {
   z-index: 3267;
   width: 537px;
   left: 211px;
   top: 137px;
   transform: translate(0px, 0px);
   z-index: 3267;
   z-index: 3267;
   z-index: 3267;
 }

 #e_3313887_1_175761767668c31e0cabed7214117662 .c {
   z-index: 3267;
   border-bottom: 2px solid rgb(0, 0, 0);
 }

 #e_3313887_1_175761767668c31e0cad231186970858 {
   width: 691px;
   height: 313px;
   left: 134px;
   top: 203px;
   transform: translate(0px, 0px);
   z-index: 3278;
 }

 #e_3313887_1_175761767668c31e0cad231186970858 .c {
   z-index: 3278;
 }

 #e_3313887_1_175761767668c31e0cad97e851799200_m {
   z-index: 3281;
   width: 360px;
   height: 240px;
   left: 300px;
   top: 692px;
   z-index: 3281;
   z-index: 3281;
   z-index: 3281;
 }

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

 #e_3313887_1_175761767668c31e0cad97e851799200 .gsi_proximo {
   font-size: 30px;
   height: 30px;
   color: rgb(255, 255, 255);
   background-color: rgba(0, 0, 0, 0);
   border-color: rgba(0, 0, 0, 0);
 }

 #e_3313887_1_175761767668c31e0cad97e851799200 .gsi_anterior {
   font-size: 30px;
   height: 30px;
   color: rgb(255, 255, 255);
   background-color: rgba(0, 0, 0, 0);
   border-color: rgba(0, 0, 0, 0);
 }

 #e_3313887_1_175761767668c31e0cad97e851799200 #gsi_imagem_2518185_1_1757616631269227561 {
   background-image: url(../_assets/385284-00c308289d6559d0ca5297118412f71e-425b5b.png);
 }

 #e_3313887_1_175761767668c31e0cad97e851799200 #gsi_imagem_1757617005871 {
   background-image: url(../_assets/385284-6ec83ce31e610c77d74e36c59d8b5723-f2e330.png);
 }

 #e_3313887_1_175761767668c31e0cad97e851799200 #gsi_imagem_1757616997716 {
   background-image: url(../_assets/385284-4ed950c4c138fea7c3725b9fd1e4704b-42387e.png);
 }

 @-webkit-keyframes e_3313887_1_175761767668c31e0cad97e851799200_animacao {
   0% {
     -webkit-transform: translateX(0px);
     opacity: 0;
   }

   60% {
     opacity: 1;
   }

   100% {
     -webkit-transform: translateX(0px);
   }
 }

 @keyframes e_3313887_1_175761767668c31e0cad97e851799200_animacao {
   0% {
     transform: translateX(0px);
     opacity: 0;
   }

   60% {
     opacity: 1;
   }

   100% {
     transform: translateX(0px);
   }
 }

 #b_3313887_1_175761767668c31e0ca7ee9 {
   height: 741.391px;
   background-color: rgb(226, 226, 226);
 }

 #b_3313887_1_175761767668c31e0ca7ee9 .gpc-b_sobreposicao {
   opacity: 0;
   background-color: #fff;
 }

 #e_3313887_1_175761767668c31e0cac134132084785 {
   width: 636px;
   left: 177.5px;
   top: 92px;
   transform: translate(0px, 0px);
   z-index: 3269;
 }

 #e_3313887_1_175761767668c31e0cac134132084785 .c {
   z-index: 3269;
   font-size: 47px;
   line-height: 1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_175761767668c31e0cac134132084785 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(36, 36, 36)
 }

 #e_3313887_1_175761767668c31e0cac1fb184226211 {
   z-index: 3270;
   width: 537px;
   left: 227px;
   top: 151px;
   transform: translate(0px, 0px);
   z-index: 3270;
   z-index: 3270;
   z-index: 3270;
 }

 #e_3313887_1_175761767668c31e0cac1fb184226211 .c {
   z-index: 3270;
   border-bottom: 2px solid rgb(0, 0, 0);
 }

 #e_3313887_1_175761767668c31e0cad413821749027 {
   width: 691px;
   height: 313px;
   left: 134.5px;
   top: 214.2px;
   transform: translate(0px, 0px);
   z-index: 3279;
 }

 #e_3313887_1_175761767668c31e0cad413821749027 .c {
   z-index: 3279;
 }

 #e_3313887_1_175761767668c31e0cac9d0585568586 {
   width: 537px;
   height: 136px;
   left: 226.975px;
   top: 572.987px;
   transform: translate(0px, 0px);
   z-index: 3275;
 }

 #e_3313887_1_175761767668c31e0cac9d0585568586 .c {
   text-decoration: none;
   float: left;
   z-index: 3275;
   background-color: transparent;
   background-image: none;
   color: rgb(255, 255, 255);
   border: 0px;
   font-size: 18px;
   text-align: center;
   border-radius: 3px;
 }

 #e_3313887_1_175761767668c31e0cac9d0585568586 .c:hover,
 #e_3313887_1_175761767668c31e0cac9d0585568586 .c:active {
   background-color: transparent;
 }

 #e_3313887_1_175761767668c31e0cac9d0585568586 .c:hover,
 #e_3313887_1_175761767668c31e0cac9d0585568586 .c:active {
   color: #ffffff;
 }

 #e_3313887_1_175761767668c31e0cac83b172989775 {
   width: 537px;
   height: 136px;
   left: 227.025px;
   top: 572.997px;
   transform: translate(0px, 0px);
   z-index: 3273;
 }

 #e_3313887_1_175761767668c31e0cac83b172989775 .c {
   z-index: 3273;
   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: 25px;
   background-image: none;
   background-size: cover;
   background-color: rgb(0, 183, 0);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #e_3313887_1_175761767668c31e0cac910870717133 {
   width: 537px;
   left: 226.975px;
   top: 603.127px;
   transform: translate(0px, 0px);
   z-index: 3274;
 }

 #e_3313887_1_175761767668c31e0cac910870717133 .c {
   z-index: 3274;
   font-size: 38px;
   line-height: 38px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_175761767668c31e0cac910870717133 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 255, 255)
 }

 #e_3313887_1_175761767668c31e0cadc83401485059_m {
   z-index: 3283;
   width: 360px;
   height: 240px;
   left: 300px;
   top: 712px;
   z-index: 3283;
   z-index: 3283;
   z-index: 3283;
 }

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

 #e_3313887_1_175761767668c31e0cadc83401485059 .gsi_proximo {
   font-size: 30px;
   height: 30px;
   color: rgb(255, 255, 255);
   background-color: rgba(0, 0, 0, 0);
   border-color: rgba(0, 0, 0, 0);
 }

 #e_3313887_1_175761767668c31e0cadc83401485059 .gsi_anterior {
   font-size: 30px;
   height: 30px;
   color: rgb(255, 255, 255);
   background-color: rgba(0, 0, 0, 0);
   border-color: rgba(0, 0, 0, 0);
 }

 #e_3313887_1_175761767668c31e0cadc83401485059 #gsi_imagem_2518185_1_1757616631269227562 {
   background-image: url(../_assets/385284-68653c81dea6d9c8c9d43aea0230d4bd-c3c1f0.png);
 }

 #e_3313887_1_175761767668c31e0cadc83401485059 #gsi_imagem_1757617001265 {
   background-image: url(../_assets/385284-701bdd2fcc4c948302117b34d405a056-4dcb84.png);
 }

 #e_3313887_1_175761767668c31e0cadc83401485059 #gsi_imagem_1757616992806 {
   background-image: url(../_assets/385284-0ab0aa84f969b749ea5565280bafc582-698284.png);
 }

 #e_3313887_1_175761767668c31e0cadc83401485059 #gsi_imagem_1757616762663 {
   background-image: url(../_assets/385284-56c98b47a8a6b7225aa358e19f8d91a8-df5898.png);
 }

 @-webkit-keyframes e_3313887_1_175761767668c31e0cadc83401485059_animacao {
   0% {
     -webkit-transform: translateX(0px);
     opacity: 0;
   }

   60% {
     opacity: 1;
   }

   100% {
     -webkit-transform: translateX(0px);
   }
 }

 @keyframes e_3313887_1_175761767668c31e0cadc83401485059_animacao {
   0% {
     transform: translateX(0px);
     opacity: 0;
   }

   60% {
     opacity: 1;
   }

   100% {
     transform: translateX(0px);
   }
 }

 #b_3313887_1_175761767668c31e0ca7eb0 {
   height: 1187.99px;
   background-color: rgb(0, 0, 0);
 }

 #b_3313887_1_175761767668c31e0ca7eb0 .gpc-b_sobreposicao {
   opacity: 0;
   background-color: #fff;
 }

 #b_3313887_1_175761767668c31e0ca7eb0 .swiper-button-next4,
 #b_3313887_1_175761767668c31e0ca7eb0 .swiper-button-prev4 {
   top: 10%;
 }

 #e_3313887_1_175761767668c31e0ca94cc630624288 {
   width: 636px;
   left: 162px;
   top: 134px;
   transform: translate(0px, 0px);
   z-index: 24;
 }

 #e_3313887_1_175761767668c31e0ca94cc630624288 .c {
   z-index: 24;
   font-size: 47px;
   line-height: 1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_175761767668c31e0ca94cc630624288 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 255, 255);
   font-style: normal
 }

 #e_3313887_1_175761767668c31e0ca959e754307311 {
   width: 355px;
   left: 302.5px;
   top: 200.844px;
   transform: translate(0px, 0px);
   z-index: 17;
 }

 #e_3313887_1_175761767668c31e0ca959e754307311 .c {
   z-index: 17;
   border-bottom: 2px solid rgb(255, 255, 255);
 }

 #e_3313887_1_175761767668c31e0ca971a826974158 {
   width: 529px;
   height: 419px;
   left: 215.5px;
   top: 331.706px;
   transform: translate(0px, 0px);
   z-index: 27;
 }

 #e_3313887_1_175761767668c31e0ca971a826974158 .swiper-wrapper {
  align-items: start;
 }

 #e_3313887_1_175761767668c31e0ca971a826974158 .c {
   z-index: 27;
 }

 #e_3313887_1_175761767668c31e0ca963c246245825 {
   width: 744px;
   left: 108px;
   top: 232.688px;
   transform: translate(0px, 0px);
   z-index: 26;
 }

 #e_3313887_1_175761767668c31e0ca963c246245825 .c {
   line-height: 1.2;
   letter-spacing: 0px;
   text-align: center;
   font-size: 36px;
   text-shadow: none;
   opacity: 1;
   z-index: 26;
 }

 #e_3313887_1_175761767668c31e0ca963c246245825 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #ffffff
 }

 #e_3313887_1_175761767668c31e0ca963c246245825 .c>H3:nth-of-type(1)>SPAN:nth-of-type(2) {
   color: #ffffff
 }

 #e_3313887_1_175761767668c31e0ca963c246245825 .c>H3:nth-of-type(1)>SPAN:nth-of-type(3) {
   color: rgb(170, 136, 67)
 }

 #b_3313887_1_175761767668c31e0ca7eb7 {
   height: 1603px;
   background-color: rgb(255, 255, 255);
   color: #000;
   overflow-x: hidden;
 }

 #b_3313887_1_175761767668c31e0ca7eb7 .gpc-b_sobreposicao {
   opacity: 0;
   background-color: #fff;
 }

 #e_3313887_1_175761767668c31e0ca987d394618508 {
   z-index: 29;
   width: 298px;
   left: 331px;
   top: 46.031px;
   transform: translate(0px, 0px);
   z-index: 29;
   z-index: 29;
   z-index: 29;
   z-index: 29;
 }

 #e_3313887_1_175761767668c31e0ca987d394618508 .c {
   z-index: 29;
   font-size: 57px;
   line-height: 57px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #e_3313887_1_175761767668c31e0ca987d394618508 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
   font-style: normal;
 }

 #e_3313887_1_175761767668c31e0ca97d7086486690 {
   z-index: 28;
   width: 355px;
   left: 302.5px;
   top: 135.375px;
   transform: translate(0px, 0px);
   z-index: 28;
   z-index: 28;
   z-index: 28;
   z-index: 28;
 }

 #e_3313887_1_175761767668c31e0ca97d7086486690 .c {
   z-index: 28;
   border-bottom: 2px solid rgb(0, 0, 0);
 }

 #e_3313887_1_175761767668c31e0ca996b766465620 {
   width: 901px;
   left: 29.5px;
   top: 179.738px;
   transform: translate(0px, 0px);
   z-index: 30;
 }

 #e_3313887_1_175761767668c31e0ca996b766465620 .c {
   z-index: 30;
   font-size: 47px;
   line-height: 47px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #e_3313887_1_175761767668c31e0ca996b766465620 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #e_3313887_1_175761767668c31e0ca996b766465620 .c>H3:nth-of-type(1)>SPAN:nth-of-type(2) {
   color: #000000;
 }

 #e_3313887_1_175761767668c31e0ca9a1f308914174 {
   height: 1165.55px;
   width: 1407.5px;
   left: -447.499px;
   top: 333.993px;
   transform: translate(0px, 0px);
   z-index: 18;
 }

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

 #e_3313887_1_175761767668c31e0ca9a1f308914174 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 18;
   background-image: url(../_assets/3313887_1_175761767668c31e0ca9a1f308914174-73a978.webp);
   background-repeat: no-repeat;
   display: block;
 }

 #e_3313887_1_175761767668c31e0ca9a1f308914174 .c .imagem_fundo.fallback_background {
   background-position: 0px 0px;
   ;
   background-size: 1666px 1166px;
   ;
   background-image: url(../_assets/385284-3e1399058cdefb540e9bc65e5e80547a-bec6d2.webp)
 }

 #e_3313887_1_175761767668c31e0ca9ac6583602408 {
   width: 585px;
   left: 822px;
   top: 345px;
   transform: translate(0px, 0px);
   z-index: 31;
 }

 #e_3313887_1_175761767668c31e0ca9ac6583602408 .c {
   z-index: 31;
   border-bottom: 2px solid rgb(0, 0, 0);
 }

 #e_3313887_1_175761767668c31e0ca9b93056741715 {
   width: 409px;
   left: 308.5px;
   top: 414.719px;
   transform: translate(0px, 0px);
   z-index: 34;
 }

 #e_3313887_1_175761767668c31e0ca9b93056741715 .c {
   z-index: 34;
   font-size: 35px;
   line-height: 35px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_175761767668c31e0ca9b93056741715 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-style: normal;
   color: rgb(170, 136, 67)
 }

 #e_3313887_1_175761767668c31e0caabbb041972588 {
   z-index: 3082;
   height: 116px;
   width: 116px;
   left: 117px;
   top: 422.5px;
   transform: translate(0px, 0px);
   z-index: 3082;
   z-index: 3082;
   z-index: 3082;
 }

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

 #e_3313887_1_175761767668c31e0caabbb041972588 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 3082;
   background-image: url(../_assets/3313887_1_175761767668c31e0caabbb041972588-ede832.webp);
   background-repeat: no-repeat;
   display: block;
 }

 #e_3313887_1_175761767668c31e0caabbb041972588 .c .imagem_fundo.fallback_background {
   background-position: 0px 0px;
   ;
   background-size: 116px 116px;
   ;
   background-image: url(../_assets/385284-e9c1339370330e3fa1076cd1b4a02c83-dfd432.webp)
 }

 #e_3313887_1_175761767668c31e0ca9c1c467994918 {
   width: 639px;
   left: 309.01px;
   top: 459.539px;
   transform: translate(0px, 0px);
   z-index: 35;
 }

 #e_3313887_1_175761767668c31e0ca9c1c467994918 .c {
   line-height: 32px;
   letter-spacing: 0px;
   text-align: left;
   font-size: 32px;
   text-shadow: none;
   opacity: 1;
   z-index: 35;
   ;
 }

 #e_3313887_1_175761767668c31e0ca9c1c467994918 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #e_3313887_1_175761767668c31e0ca9c1c467994918 .c>H3:nth-of-type(1)>SPAN:nth-of-type(2) {
   color: #000000;
 }

 #e_3313887_1_175761767668c31e0ca9c1c467994918 .c>H3:nth-of-type(1)>SPAN:nth-of-type(3) {
   color: #000000;
 }

 #e_3313887_1_175761767668c31e0ca9ca2099041325 {
   width: 409px;
   left: 117.495px;
   top: 684.368px;
   transform: translate(0px, 0px);
   z-index: 36;
 }

 #e_3313887_1_175761767668c31e0ca9ca2099041325 .c {
   z-index: 36;
   font-size: 35px;
   line-height: 35px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_175761767668c31e0ca9ca2099041325 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-style: normal;
   color: rgb(170, 136, 67)
 }

 #e_3313887_1_175761767668c31e0caad00905525759 {
   z-index: 3083;
   height: 103px;
   width: 116px;
   left: 651px;
   top: 719.194px;
   transform: translate(0px, 0px);
   z-index: 3083;
   z-index: 3083;
   z-index: 3083;
 }

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

 #e_3313887_1_175761767668c31e0caad00905525759 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 3083;
   background-image: url(../_assets/3313887_1_175761767668c31e0caad00905525759-e01bc3.webp);
   background-repeat: no-repeat;
   display: block;
 }

 #e_3313887_1_175761767668c31e0caad00905525759 .c .imagem_fundo.fallback_background {
   background-position: 0px 0px;
   ;
   background-size: 116px 103px;
   ;
   background-image: url(../_assets/385284-56082150cd7735c6f8afef2070381934-f2da48.webp)
 }

 #e_3313887_1_175761767668c31e0ca9d12348958192 {
   width: 465px;
   left: 118.005px;
   top: 729.032px;
   transform: translate(0px, 0px);
   z-index: 37;
 }

 #e_3313887_1_175761767668c31e0ca9d12348958192 .c {
   z-index: 37;
   font-size: 32px;
   line-height: 1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_175761767668c31e0ca9d12348958192 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0);
   font-style: normal
 }

 #e_3313887_1_175761767668c31e0ca9d12348958192 .c>H3:nth-of-type(1)>SPAN:nth-of-type(2) {
   color: rgb(0, 0, 0);
   font-style: normal
 }

 #e_3313887_1_175761767668c31e0ca9d12348958192 .c>H3:nth-of-type(1)>SPAN:nth-of-type(3) {
   color: rgb(0, 0, 0);
   font-style: normal
 }

 #e_3313887_1_175761767668c31e0ca9d12348958192 .c>H3:nth-of-type(1)>SPAN:nth-of-type(4) {
   color: rgb(0, 0, 0);
   font-style: normal
 }

 #e_3313887_1_175761767668c31e0ca9d82024407052 {
   width: 409px;
   left: 308.995px;
   top: 980.314px;
   transform: translate(0px, 0px);
   z-index: 38;
 }

 #e_3313887_1_175761767668c31e0ca9d82024407052 .c {
   z-index: 38;
   font-size: 35px;
   line-height: 35px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_175761767668c31e0ca9d82024407052 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-style: normal;
   color: rgb(170, 136, 67)
 }

 #e_3313887_1_175761767668c31e0caae5c620874940 {
   z-index: 3084;
   height: 161px;
   width: 116px;
   left: 117px;
   top: 985.8px;
   transform: translate(0px, 0px);
   z-index: 3084;
   z-index: 3084;
   z-index: 3084;
 }

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

 #e_3313887_1_175761767668c31e0caae5c620874940 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 3084;
   background-image: url(../_assets/3313887_1_175761767668c31e0caae5c620874940-1fd776.webp);
   background-repeat: no-repeat;
   display: block;
 }

 #e_3313887_1_175761767668c31e0caae5c620874940 .c .imagem_fundo.fallback_background {
   background-position: 0px 0px;
   ;
   background-size: 116px 161px;
   ;
   background-image: url(../_assets/385284-f2437c206f5013bfd54b6f6ec8763cde-1ecb71.webp)
 }

 #e_3313887_1_175761767668c31e0ca9df3510606802 {
   width: 513.5px;
   left: 308.505px;
   top: 1030.13px;
   transform: translate(0px, 0px);
   z-index: 39;
 }

 #e_3313887_1_175761767668c31e0ca9df3510606802 .c {
   z-index: 39;
   font-size: 32px;
   line-height: 32px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #e_3313887_1_175761767668c31e0ca9df3510606802 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #000000;
 }

 #e_3313887_1_175761767668c31e0ca9e5a090605521 {
   width: 442px;
   left: 145.495px;
   top: 1281.3px;
   transform: translate(0px, 0px);
   z-index: 40;
 }

 #e_3313887_1_175761767668c31e0ca9e5a090605521 .c {
   z-index: 40;
   font-size: 35px;
   line-height: 1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_175761767668c31e0ca9e5a090605521 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   font-style: normal;
   color: rgb(170, 136, 67)
 }

 #e_3313887_1_175761767668c31e0caaf84356910763 {
   z-index: 3085;
   height: 98px;
   width: 116px;
   left: 660px;
   top: 1306px;
   transform: translate(0px, 0px);
   z-index: 3085;
   z-index: 3085;
   z-index: 3085;
 }

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

 #e_3313887_1_175761767668c31e0caaf84356910763 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 3085;
   background-image: url(../_assets/3313887_1_175761767668c31e0caaf84356910763-94468f.webp);
   background-repeat: no-repeat;
   display: block;
 }

 #e_3313887_1_175761767668c31e0caaf84356910763 .c .imagem_fundo.fallback_background {
   background-position: 0px 0px;
   ;
   background-size: 116px 98px;
   ;
   background-image: url(../_assets/385284-6507a9e5b01fa9bbea8afa789110d817-77da6f.webp)
 }

 #e_3313887_1_175761767668c31e0ca9ebb585159339 {
   width: 446px;
   left: 147.005px;
   top: 1333.32px;
   transform: translate(0px, 0px);
   z-index: 41;
 }

 #e_3313887_1_175761767668c31e0ca9ebb585159339 .c {
   z-index: 41;
   font-size: 32px;
   line-height: 1;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_175761767668c31e0ca9ebb585159339 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(0, 0, 0)
 }

 #e_3313887_1_175761767668c31e0ca9ebb585159339 .c>H3:nth-of-type(1)>SPAN:nth-of-type(2) {
   color: rgb(0, 0, 0)
 }

 #e_3313887_1_175761767668c31e0ca9ebb585159339 .c>H3:nth-of-type(1)>SPAN:nth-of-type(3) {
   color: rgb(0, 0, 0)
 }

 #b_3313887_1_175761767668c31e0ca7ebb {
   height: 2199px;
   background-color: rgb(0, 0, 0);
 }

 #b_3313887_1_175761767668c31e0ca7ebb .gpc-b_sobreposicao {
   opacity: 0;
   background-color: #fff;
 }

 #e_3313887_1_175761767668c31e0ca9f3b124585971 {
   z-index: 19;
   width: 835px;
   height: 129px;
   left: 62.5px;
   top: 42px;
   transform: translate(0px, 0px);
   z-index: 19;
   z-index: 19;
   z-index: 19;
   z-index: 19;
 }

 #e_3313887_1_175761767668c31e0ca9f3b124585971 .c {
   z-index: 19;
   opacity: 1;
   border: 2px 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: 30px;
   background-image: none;
   background-size: cover;
   background-color: rgba(0, 0, 0, 0);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #e_3313887_1_175761767668c31e0ca9fd3496671103 {
   z-index: 42;
   width: 835px;
   left: 62.5px;
   top: 64.5px;
   transform: translate(0px, 0px);
   z-index: 42;
   z-index: 42;
   z-index: 42;
   z-index: 42;
 }

 #e_3313887_1_175761767668c31e0ca9fd3496671103 .c {
   z-index: 42;
   font-size: 44px;
   line-height: 44px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #e_3313887_1_175761767668c31e0ca9fd3496671103 .c>H5:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #ffffff;
 }

 #e_3313887_1_175761767668c31e0ca9fd3496671103 .c>H5:nth-of-type(1)>SPAN:nth-of-type(2) {
   color: #ffffff;
 }

 #e_3313887_1_175761767668c31e0caa09c989978787 {
   z-index: 20;
   height: 459.635px;
   width: 445.158px;
   left: 257.463px;
   top: 211.996px;
   transform: translate(0px, 0px);
   z-index: 20;
   z-index: 20;
   z-index: 20;
   z-index: 20;
 }

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

 #e_3313887_1_175761767668c31e0caa09c989978787 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 20;
   background-image: url(../_assets/3313887_1_175761767668c31e0caa09c989978787-a3dc60.webp);
   background-repeat: no-repeat;
   display: block;
 }

 #e_3313887_1_175761767668c31e0caa09c989978787 .c .imagem_fundo.fallback_background {
   background-position: 0px 0px;
   ;
   background-size: 445.158px 459.635px;
   ;
   background-image: url(../_assets/385284-23919ad907076d3fb357db5b29c9603d-e6ee41.webp)
 }

 #e_3313887_1_175761767668c31e0caa12f049270691 {
   z-index: 43;
   width: 744px;
   left: 108px;
   top: 712.609px;
   transform: translate(0px, 0px);
   z-index: 43;
   z-index: 43;
   z-index: 43;
   z-index: 43;
 }

 #e_3313887_1_175761767668c31e0caa12f049270691 .c {
   z-index: 43;
   font-size: 46px;
   line-height: 46px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #e_3313887_1_175761767668c31e0caa12f049270691 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 255, 255);
   font-style: normal;
 }

 #e_3313887_1_175761767668c31e0caa12f049270691 .c>H3:nth-of-type(1)>SPAN:nth-of-type(2) {
   color: rgb(255, 255, 255);
   font-style: normal;
 }

 #e_3313887_1_175761767668c31e0caa12f049270691 .c>H3:nth-of-type(1)>SPAN:nth-of-type(3) {
   color: rgb(255, 255, 255);
   font-style: normal;
 }

 #e_3313887_1_175761767668c31e0caa1c9216499780 {
   z-index: 44;
   width: 592px;
   height: 129px;
   left: 185px;
   top: 901.583px;
   transform: translate(0px, 0px);
   z-index: 44;
   z-index: 44;
   z-index: 44;
   z-index: 44;
 }

 #e_3313887_1_175761767668c31e0caa1c9216499780 .c {
   z-index: 44;
   opacity: 1;
   border: 2px 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: 30px;
   background-image: none;
   background-size: cover;
   background-color: rgba(0, 0, 0, 0);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #e_3313887_1_175761767668c31e0caa260247602300 {
   z-index: 45;
   width: 592px;
   left: 185px;
   top: 922.08px;
   transform: translate(0px, 0px);
   z-index: 45;
   z-index: 45;
   z-index: 45;
   z-index: 45;
 }

 #e_3313887_1_175761767668c31e0caa260247602300 .c {
   z-index: 45;
   font-size: 44px;
   line-height: 44px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #e_3313887_1_175761767668c31e0caa260247602300 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 255, 255);
   font-style: normal;
 }

 #e_3313887_1_175761767668c31e0caa260247602300 .c>H3:nth-of-type(1)>SPAN:nth-of-type(2) {
   color: rgb(255, 255, 255);
 }

 #e_3313887_1_175761767668c31e0caa2ed999811106 {
   z-index: 21;
   height: 389.386px;
   width: 371.624px;
   left: 295.164px;
   top: 1030.62px;
   transform: translate(0px, 0px);
   z-index: 21;
   z-index: 21;
   z-index: 21;
   z-index: 21;
 }

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

 #e_3313887_1_175761767668c31e0caa2ed999811106 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 21;
   background-image: url(../_assets/3313887_1_175761767668c31e0caa2ed999811106-82c4a1.webp);
   background-repeat: no-repeat;
   display: block;
 }

 #e_3313887_1_175761767668c31e0caa2ed999811106 .c .imagem_fundo.fallback_background {
   background-position: 0px 0px;
   ;
   background-size: 371.624px 389.386px;
   ;
   background-image: url(../_assets/385284-f77cf87a37f44685e924f381ce35ac4c-9b846e.webp)
 }

 #e_3313887_1_175761767668c31e0caa39c494348387 {
   z-index: 46;
   width: 855px;
   left: 53.5px;
   top: 1361.5px;
   transform: translate(0px, 0px);
   z-index: 46;
   z-index: 46;
   z-index: 46;
   z-index: 46;
 }

 #e_3313887_1_175761767668c31e0caa39c494348387 .c {
   z-index: 46;
   font-size: 44px;
   line-height: 44px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

 #e_3313887_1_175761767668c31e0caa39c494348387 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: rgb(255, 255, 255);
   font-style: normal;
 }

 #e_3313887_1_175761767668c31e0caa39c494348387 .c>H3:nth-of-type(1)>SPAN:nth-of-type(2) {
   color: rgb(255, 255, 255);
   font-style: normal;
 }

 #e_3313887_1_175761767668c31e0caa39c494348387 .c>H3:nth-of-type(1)>SPAN:nth-of-type(3) {
   color: rgb(255, 255, 255);
   font-style: normal;
 }

 #e_3313887_1_175761767668c31e0cab0f4575174710 {
   width: 835px;
   height: 427.469px;
   left: 62.5px;
   top: 1560.44px;
   transform: translate(0px, 0px);
   z-index: 3086;
 }

 #e_3313887_1_175761767668c31e0cab0f4575174710 .c {
   z-index: 3086;
   ;
 }

 #e_3313887_1_175761767668c31e0caa446497720401 {
   width: 502.5px;
   height: 136.234px;
   left: 229.4px;
   top: 2012.23px;
   transform: translate(0px, 0px);
   z-index: 47;
 }

 #e_3313887_1_175761767668c31e0caa446497720401 .c {
   z-index: 47;
   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: 25px;
   background-image: none;
   background-size: cover;
   background-color: rgb(0, 183, 0);
   background-position: 50% 50%;
   background-repeat: no-repeat;
 }

 #e_3313887_1_175761767668c31e0caa553006806577 {
   width: 502.5px;
   height: 136.2px;
   left: 229.75px;
   top: 2012.25px;
   transform: translate(0px, 0px);
   z-index: 49;
 }

 #e_3313887_1_175761767668c31e0caa553006806577 .c {
   text-decoration: none;
   float: left;
   z-index: 49;
   background-color: transparent;
   background-image: none;
   color: rgb(255, 255, 255);
   border: 0px;
   font-size: 18px;
   text-align: center;
   border-radius: 3px;
 }

 #e_3313887_1_175761767668c31e0caa553006806577 .c:hover,
 #e_3313887_1_175761767668c31e0caa553006806577 .c:active {
   background-color: transparent;
 }

 #e_3313887_1_175761767668c31e0caa553006806577 .c:hover,
 #e_3313887_1_175761767668c31e0caa553006806577 .c:active {
   color: #ffffff;
 }

 #e_3313887_1_175761767668c31e0caa4d8132062210 {
   width: 477px;
   left: 242.15px;
   top: 2042.36px;
   transform: translate(0px, 0px);
   z-index: 48;
 }

 #e_3313887_1_175761767668c31e0caa4d8132062210 .c {
   z-index: 48;
   font-size: 38px;
   line-height: 38px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

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

 #b_3313887_1_175761767668c31e0ca7ec9 {
   height: fit-content;
   background-color: rgb(0, 0, 0);
   display: flex;
   flex-direction: column;
   align-items: center;
   padding-block: 20px 40px;
   padding-inline: 20px;
 }

 #b_3313887_1_175761767668c31e0ca7ec9 .gpc-e {
   position: static !important;
 }

 #b_3313887_1_175761767668c31e0ca7ec9 .ug-linha-h {
   margin-block-end: 20px;
 }

 #b_3313887_1_175761767668c31e0ca7ec9 .centralizar {
   width: fit-content;
   position: static;
   margin: 0;
   display: flex;
   flex-direction: column;
   align-items: center;
 }

 #b_3313887_1_175761767668c31e0ca7ec9 .gpc-b_sobreposicao {
   opacity: 0;
   background-color: #fff;
 }

 #e_3313887_1_175761767668c31e0caa9c8856793275 {
   width: 647px;
   left: 156.5px;
   top: 34.727px;
   transform: translate(0px, 0px);
   z-index: 3079;
 }

 #e_3313887_1_175761767668c31e0caa9c8856793275 .c {
   z-index: 3079;
   font-size: 50px;
   line-height: 1;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
   ;
 }

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

 #e_3313887_1_175761767668c31e0caaad1482436310 {
   width: 647px;
   left: 156.5px;
   top: 147.267px;
   transform: translate(0px, 0px);
   z-index: 3080;
   margin-block-end: 20px;
 }

 #e_3313887_1_175761767668c31e0caaad1482436310 .c {
   z-index: 3080;
   border-bottom: 2px solid rgb(255, 255, 255);
 }

 #e_3313887_1_175761767668c31e0cab204952769225 {
   width: 960px;
   left: 0px;
   top: 192.031px;
   transform: translate(0px, 0px) rotate(0deg);
   z-index: 3087;
 }

 #e_3313887_1_175761767668c31e0cab204952769225 .c {
   z-index: 3087;
   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);
 }

 #e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item {
   border: 1px solid rgb(0, 0, 0);
   border-radius: 8px;
   margin-bottom: 4px;
   filter: none;
 }

 #e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item:last-of-type {
   margin-bottom: 0px;
 }

 #e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item .gac-item_cabecalho {
   background-color: #ffffff;
   padding: 12px;
 }

 #e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item .gac-item_cabecalho .gac-item_cabecalho_titulo {
   width: calc(100% - 22.44px);
 }

 #e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item .gac-item_cabecalho:hover,
 #e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item.gac-aberto .gac-item_cabecalho {
   background-color: #ffffff;
   color: #000000;
 }

 #e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item .gac-item_conteudo {
   background-color: #ffffff;
   color: #000000;
 }

 #e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item .gac-item_conteudo div {
   padding: 0px 12px 12px;
 }

 #e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item.gac-aberto .gac-item_conteudo p,
 #e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item.gac-aberto .gac-item_conteudo ul,
 #e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item.gac-aberto .gac-item_conteudo ol {
   padding: 0px;
 }

 #b_3313887_1_176581955623072545 {
   height: 185.375px;
   background-color: rgb(28, 28, 28);
 }

 #b_3313887_1_176581955623072545 .gpc-b_sobreposicao {
   opacity: 0;
   background-color: #fff;
 }

 #e_3313887_1_176581955623068378 {
   z-index: 3281;
   width: 256px;
   left: 481.094px;
   top: 49.8888px;
   transform: translate(0px, 0px);
   z-index: 3281;
 }

 #e_3313887_1_176581955623068378 .c {
   z-index: 3281;
   font-size: 12px;
   line-height: 16.8px;
   text-align: left;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_176581955623068378 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #ffffff
 }

 #e_3313887_1_176581955623097347 {
   z-index: 3282;
   height: 71px;
   left: 748.703px;
   top: 57.1078px;
   transform: translate(0px, 0px);
   z-index: 3282;
 }

 #e_3313887_1_176581955623097347 .c {
   z-index: 3282;
   border-left: 2px solid rgb(255, 255, 255);
 }

 #e_3313887_1_176581955623033434 {
   z-index: 3279;
   height: 71px;
   left: 137.438px;
   top: 58.3078px;
   transform: translate(0px, 0px);
   z-index: 3279;
 }

 #e_3313887_1_176581955623033434 .c {
   z-index: 3279;
   border-left: 2px solid rgb(255, 255, 255);
 }

 #e_3313887_1_176581955623031325 {
   z-index: 3280;
   height: 71px;
   left: 449.562px;
   top: 58.3078px;
   transform: translate(0px, 0px);
   z-index: 3280;
 }

 #e_3313887_1_176581955623031325 .c {
   z-index: 3280;
   border-left: 2px solid rgb(255, 255, 255);
 }

 #e_3313887_1_176581955623022851 {
   z-index: 3278;
   height: 57px;
   width: 99px;
   left: 18.881px;
   top: 64.8953px;
   transform: translate(0px, 0px);
   z-index: 3278;
 }

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

 #e_3313887_1_176581955623022851 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 3261;
   background-image: url(../_assets/3313887_1_176581955623022851-b2c04c.webp);
   background-repeat: no-repeat;
   display: block;
 }

 #e_3313887_1_176581955623022851 .c .imagem_fundo.fallback_background {
   background-position: 0px 0px;
   ;
   background-size: 99px 57px;
   ;
   background-image: url(../_assets/385284-97b984818cef704d10b32be9650216f8-80d5bc.png)
 }

 #e_3313887_1_176581955623036174 {
   height: 57px;
   width: 261px;
   left: 169px;
   top: 64.8797px;
   transform: translate(0px, 0px);
   z-index: 3277;
 }

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

 #e_3313887_1_176581955623036174 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 3075;
   background-image: url(../_assets/3313887_1_176581955623036174-d8acd6.png);
   background-repeat: no-repeat;
   display: block;
 }

 #e_3313887_1_176581955623036174 .c .imagem_fundo.fallback_background {
   background-position: 0px 0px;
   ;
   background-size: 261px 57px;
   ;
   background-image: url(../_assets/385284-78abf4fe0b9324e7d742f6acb632ea3a-cca740.png)
 }

 #e_3313887_1_176581955623078207 {
   height: 19.25px;
   width: 19.25px;
   left: 793.234px;
   top: 73.3063px;
   transform: translate(0px, 0px);
   z-index: 3276;
 }

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

 #e_3313887_1_176581955623078207 .c .imagem_fundo {
   border: 0px solid rgb(163, 186, 198);
   border-radius: 0px;
   opacity: 2205;
   background-image: url(../_assets/3313887_1_176581955623078207-4993df.png);
   background-repeat: no-repeat;
   display: block;
 }

 #e_3313887_1_176581955623078207 .c .imagem_fundo.fallback_background {
   background-position: 0px 0px;
   ;
   background-size: 19.25px 19.25px;
   ;
   background-image: url(../_assets/385284-f0f4654acb06d091b654e071896bec9b-437d29.png)
 }

 #e_3313887_1_176581955623023568 {
   z-index: 3284;
   width: 102px;
   left: 812.5px;
   top: 74.5264px;
   transform: translate(0px, 0px);
   z-index: 3284;
 }

 #e_3313887_1_176581955623023568 .c {
   z-index: 3284;
   font-size: 12px;
   line-height: 16.8px;
   text-align: center;
   letter-spacing: 0px;
   text-shadow: none;
 }

 #e_3313887_1_176581955623023568 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
   color: #ffffff
 }

 #e_3313887_1_176581955623021311 {
   z-index: 3283;
   width: 174px;
   height: 23px;
   left: 767px;
   top: 93.7638px;
   transform: translate(0px, 0px);
   z-index: 3283;
 }

 #e_3313887_1_176581955623021311 .c {
   text-decoration: none;
   float: left;
   z-index: 3283;
   background-color: transparent;
   background-image: none;
   color: rgb(81, 142, 255);
   border: 0px;
   font-size: 12px;
   text-align: center;
   border-radius: 0px;
 }

 #e_3313887_1_176581955623021311 .c:hover,
 #e_3313887_1_176581955623021311 .c:active {
   background-color: transparent;
 }

 #e_3313887_1_176581955623021311 .c:hover,
 #e_3313887_1_176581955623021311 .c:active {
   color: #518eff;
 }

 #e_3313887_1_176581955623061592 {
   z-index: 3285;
   width: 240px;
   left: 360px;
   top: 185.375px;
   height: 11px;
   z-index: 3285;
 }

 #e_3313887_1_176581955623061592 .c {
   z-index: 3285;
   border-bottom: 1px solid #a3bac6;
 }
 

/* === BLOCO: css_mobile (convertido de media="(max-width: 800px)") === */

@media (max-width: 800px) {

  #b_3313887_1_175761767668c31e0ca7e87 .gpc-b_sobreposicao {
  opacity: 0;
  background-color: #fff;
}

#b_3313887_1_175761767668c31e0ca7e87 {
  height: 1070.19px;
  background-color: rgb(0, 0, 0);
  background-image: none;
}

#b_3313887_1_175761767668c31e0ca7e87.fallback_background {
  background-image: none
}

#e_3313887_1_177256534632724553 {
  z-index: 3304;
  width: 240px;
  height: 240px;
  left: -30px;
  top: 17.39px;
  transform: translate(0px, 0px) rotate(0deg);
}

#e_3313887_1_177256534632724553 .c {
  z-index: 3304;
}

#e_3313887_1_175761767668c31e0ca7ef8847089430 {
  height: 96.7355px;
  width: 217.476px;
  left: 71.2651px;
  top: 17.375px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 1;
}

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

#e_3313887_1_175761767668c31e0ca7ef8847089430 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 1;
  background-image: url(../_assets/3313887_1_175761767668c31e0ca7ef8847089430-59d25d.webp);
  background-repeat: no-repeat;
  display: block;
}

#e_3313887_1_175761767668c31e0ca7ef8847089430 .c .imagem_fundo.fallback_background {
  background-size: 217.476px 96.7355px;
  ;
  background-position: 0px 0px;
  ;
  background-image: url(../_assets/385284-75334565f72f5cc1ee4025b36074fa46-652ba0.webp)
}

#e_3313887_1_175761767668c31e0ca85d1747951519 {
  width: 390px;
  left: -16.25px;
  top: 143.404px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 2;
}

#e_3313887_1_175761767668c31e0ca85d1747951519 .c {
  z-index: 2;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0ca85d1747951519 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #ffffff
}

#e_3313887_1_175761767668c31e0ca864a822631468 {
  width: 337.3px;
  left: 11.4px;
  top: 217.61px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3;
}

#e_3313887_1_175761767668c31e0ca864a822631468 .c {
  line-height: 19.2px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 16px;
  text-shadow: none;
  opacity: 1;
  z-index: 3;
}

#e_3313887_1_175761767668c31e0ca864a822631468 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 255, 255);
  font-style: normal
}

#e_3313887_1_175761767668c31e0ca878d804379792 {
  width: 266px;
  left: 57.4px;
  top: 508.524px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 8;
}

#e_3313887_1_175761767668c31e0ca878d804379792 .c {
  z-index: 8;
  font-size: 17px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0ca878d804379792 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 255, 255)
}

#e_3313887_1_175761767668c31e0ca88dd611901275 {
  width: 278px;
  left: 58.5px;
  top: 627.325px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 10;
}

#e_3313887_1_175761767668c31e0ca88dd611901275 .c {
  line-height: 1;
  letter-spacing: 0px;
  text-align: left;
  font-size: 17px;
  text-shadow: none;
  opacity: 1;
  z-index: 10;
}

#e_3313887_1_175761767668c31e0ca88dd611901275 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 255, 255)
}

#e_3313887_1_175761767668c31e0ca86c3887196755 {
  width: 278px;
  left: 58.5px;
  top: 396.424px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 4;
}

#e_3313887_1_175761767668c31e0ca86c3887196755 .c {
  z-index: 4;
  font-size: 17px;
  line-height: 17px;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0ca86c3887196755 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #ffffff
}

#e_3313887_1_175761767668c31e0ca8739732495329 {
  height: 40.5625px;
  width: 23.7344px;
  left: 22.7699px;
  top: 398.373px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 5;
}

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

#e_3313887_1_175761767668c31e0ca8739732495329 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 5;
  background-image: url(../_assets/3313887_1_175761767668c31e0ca8739732495329-29cdb1.webp);
  background-repeat: no-repeat;
  display: block;
}

#e_3313887_1_175761767668c31e0ca8739732495329 .c .imagem_fundo.fallback_background {
  background-size: 24px 41px;
  ;
  background-position: 0px 0px;
  ;
  background-image: url(../_assets/385284-f35fe89319b84ae7d44eda744fa19a01-998b48.webp)
}

#e_3313887_1_175761767668c31e0ca87fa808431957 {
  height: 40.625px;
  width: 23.7969px;
  left: 22.7px;
  top: 646.214px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 9;
}

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

#e_3313887_1_175761767668c31e0ca87fa808431957 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 9;
  background-image: url(../_assets/3313887_1_175761767668c31e0ca8739732495329-29cdb1.webp);
  background-repeat: no-repeat;
  display: block;
}

#e_3313887_1_175761767668c31e0ca87fa808431957 .c .imagem_fundo.fallback_background {
  background-size: 24px 41px;
  ;
  background-position: 0px 0px;
  ;
  background-image: url(../_assets/385284-f35fe89319b84ae7d44eda744fa19a01-998b48.webp)
}

#e_3313887_1_175761767668c31e0ca8956910548502 {
  height: 40.625px;
  width: 23.7969px;
  left: 21.6px;
  top: 522.255px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 11;
}

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

#e_3313887_1_175761767668c31e0ca8956910548502 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 11;
  background-image: url(../_assets/3313887_1_175761767668c31e0ca8739732495329-29cdb1.webp);
  background-repeat: no-repeat;
  display: block;
}

#e_3313887_1_175761767668c31e0ca8956910548502 .c .imagem_fundo.fallback_background {
  background-size: 24px 41px;
  ;
  background-position: 0px 0px;
  ;
  background-image: url(../_assets/385284-f35fe89319b84ae7d44eda744fa19a01-998b48.webp)
}

#e_3313887_1_175761767668c31e0cab5ae665951030 {
  z-index: 3259;
  width: 313.8px;
  height: 181px;
  left: 21.9px;
  top: 777.642px;
  transform: translate(0px, 0px) rotate(0deg);
}

#e_3313887_1_175761767668c31e0cab5ae665951030 .c {
  z-index: 3259;
  border-radius: 0px;
}

#e_3313887_1_175761767668c31e0ca89e4012245618 {
  width: 340px;
  height: 52px;
  left: 9.3px;
  top: 990.454px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 8;
}

#e_3313887_1_175761767668c31e0ca89e4012245618 .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: 10px;
  background-image: none;
  background-size: cover;
  background-color: rgb(0, 183, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#e_3313887_1_175761767668c31e0ca89e4012245618 .c.fallback_background {
  background-image: none
}

#e_3313887_1_175761767668c31e0ca8ad6264753281 {
  width: 340px;
  height: 52px;
  left: 8px;
  top: 990.454px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 12;
}

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

#e_3313887_1_175761767668c31e0ca8ad6264753281 .c:hover,
#e_3313887_1_175761767668c31e0ca8ad6264753281 .c:active {
  background-color: transparent;
}

#e_3313887_1_175761767668c31e0ca8ad6264753281 .c:hover,
#e_3313887_1_175761767668c31e0ca8ad6264753281 .c:active {
  color: #ffffff;
}

#e_3313887_1_175761767668c31e0ca8a5c090962842 {
  width: 340px;
  left: 9.3px;
  top: 998.454px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 9;
}

#e_3313887_1_175761767668c31e0ca8a5c090962842 .c {
  z-index: 9;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0ca8a5c090962842 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #ffffff
}

#b_3313887_1_175761767668c31e0ca7ea6 .gpc-b_sobreposicao {
  opacity: 0;
  background-color: #fff;
}

#b_3313887_1_175761767668c31e0ca7ea6 {
  height: 695.094px;
  background-color: rgb(238, 238, 238);
  background-image: none;
}

#b_3313887_1_175761767668c31e0ca7ea6.fallback_background {
  background-image: none
}

#e_3313887_1_175761767668c31e0ca8b63235654632 {
  z-index: 13;
  width: 340px;
  left: 10px;
  top: 17px;
  transform: translate(0px, 0px) rotate(0deg);
}

#e_3313887_1_175761767668c31e0ca8b63235654632 .c {
  z-index: 13;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#e_3313887_1_175761767668c31e0ca8b63235654632 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
  font-style: normal;
}

#e_3313887_1_175761767668c31e0ca8d31491200054 {
  z-index: 10;
  width: 380px;
  height: 316px;
  left: -10px;
  top: 106.113px;
  transform: translate(0px, 0px) rotate(0deg);
}

#e_3313887_1_175761767668c31e0ca8d31491200054 .c {
  z-index: 10;
  opacity: 1;
  border: 1px 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: 15px;
  background-image: none;
  background-size: cover;
  background-color: rgb(170, 136, 67);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#e_3313887_1_175761767668c31e0ca8d31491200054 .c.fallback_background {
  background-image: none
}

#e_3313887_1_175761767668c31e0ca8c6d636169611 {
  z-index: 12;
  height: 47.68px;
  width: 197.444px;
  left: 81.2725px;
  top: 120.457px;
  transform: translate(0px, 0px) rotate(0deg);
}

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

#e_3313887_1_175761767668c31e0ca8c6d636169611 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 12;
  background-image: url(../_assets/3313887_1_175761767668c31e0ca8c6d636169611-3a5b65.webp);
  background-repeat: no-repeat;
  display: block;
}

#e_3313887_1_175761767668c31e0ca8c6d636169611 .c .imagem_fundo.fallback_background {
  background-size: 197px 48px;
  ;
  background-position: 0px 0px;
  ;
  background-image: url(../_assets/385284-d6e0df6d0d0bc1d68aba74bce1291821-c88236.webp)
}

#e_3313887_1_175761767668c31e0ca8dd7515786677 {
  z-index: 13;
  width: 312px;
  height: 208px;
  left: 24px;
  top: 189.513px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 13;
  z-index: 13;
  z-index: 13;
  z-index: 13;
}

#e_3313887_1_175761767668c31e0ca8dd7515786677 .c {
  z-index: 13;
}

#e_3313887_1_175761767668c31e0ca8e8a751945479 {
  z-index: 51;
  width: 312px;
  height: 212px;
  left: 24px;
  top: 451.023px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 51;
  z-index: 51;
  z-index: 51;
  z-index: 51;
}

#e_3313887_1_175761767668c31e0ca8e8a751945479 .c {
  z-index: 51;
}

#b_3313887_1_175761767668c31e0ca7eaa .gpc-b_sobreposicao {
  opacity: 0;
  background-color: #fff;
}

#b_3313887_1_175761767668c31e0ca7eaa {
  height: 625.922px;
  background-color: rgb(0, 0, 0);
  background-image: none;
}

#b_3313887_1_175761767668c31e0ca7eaa.fallback_background {
  background-image: none
}

#e_3313887_1_175761767668c31e0ca8f4d935678328 {
  z-index: 16;
  width: 230px;
  left: 66px;
  top: 35px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 16;
  z-index: 16;
  z-index: 16;
  z-index: 16;
}

#e_3313887_1_175761767668c31e0ca8f4d935678328 .c {
  z-index: 16;
  font-size: 33px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0ca8f4d935678328 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 255, 255);
  font-style: normal
}

#e_3313887_1_175761767668c31e0ca9420189757924 {
  z-index: 23;
  width: 340px;
  height: 49px;
  left: 10px;
  top: 594.4px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 23;
  z-index: 23;
  z-index: 23;
  z-index: 23;
}

#e_3313887_1_175761767668c31e0ca9420189757924 .c {
  z-index: 23;
  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: 65px;
  background-image: none;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#e_3313887_1_175761767668c31e0ca9420189757924 .c.fallback_background {
  background-image: none
}

#e_3313887_1_175761767668c31e0ca9360695546698 {
  z-index: 22;
  width: 340px;
  height: 240px;
  left: 10px;
  top: 82.0388px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 22;
  z-index: 22;
  z-index: 22;
  z-index: 22;
}

#e_3313887_1_175761767668c31e0ca9360695546698 .c {
  z-index: 22;
}

#e_3313887_1_175761767668c31e0ca9046162840664 {
  width: 331px;
  left: 15.5px;
  top: 336.069px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 17;
}

#e_3313887_1_175761767668c31e0ca9046162840664 .c {
  z-index: 17;
  font-size: 29px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0ca9046162840664 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #ffffff
}

#e_3313887_1_175761767668c31e0ca90bf020501429 {
  z-index: 16;
  height: 21.75px;
  width: 38px;
  left: 161.5px;
  top: 466.097px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 16;
  z-index: 16;
  z-index: 16;
  z-index: 16;
}

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

#e_3313887_1_175761767668c31e0ca90bf020501429 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 16;
  background-image: url(../_assets/3313887_1_175761767668c31e0ca90bf020501429-f6e5cc.webp);
  background-repeat: no-repeat;
  display: block;
}

#e_3313887_1_175761767668c31e0ca90bf020501429 .c .imagem_fundo.fallback_background {
  background-size: 38px 21.7708px;
  ;
  background-position: 0px 0px;
  ;
  background-image: url(../_assets/385284-b9b895bcb2a7f91bce672a7f3e5a1f4b-3835b8.webp)
}

#e_3313887_1_175761767668c31e0ca9189341178416 {
  width: 340px;
  height: 59.3px;
  left: 10.5px;
  top: 504.886px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 19;
}

#e_3313887_1_175761767668c31e0ca9189341178416 .c {
  z-index: 19;
  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: 10px;
  background-image: none;
  background-size: cover;
  background-color: rgb(0, 183, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#e_3313887_1_175761767668c31e0ca9189341178416 .c.fallback_background {
  background-image: none
}

#e_3313887_1_175761767668c31e0ca92af592164733 {
  width: 340px;
  height: 59.3px;
  left: 12px;
  top: 504.901px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 21;
}

#e_3313887_1_175761767668c31e0ca92af592164733 .c {
  text-decoration: none;
  float: left;
  z-index: 21;
  background-color: transparent;
  background-image: none;
  color: rgb(255, 255, 255);
  border: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#e_3313887_1_175761767668c31e0ca92af592164733 .c:hover,
#e_3313887_1_175761767668c31e0ca92af592164733 .c:active {
  background-color: transparent;
}

#e_3313887_1_175761767668c31e0ca92af592164733 .c:hover,
#e_3313887_1_175761767668c31e0ca92af592164733 .c:active {
  color: #ffffff;
}

#e_3313887_1_175761767668c31e0ca921e798329709 {
  width: 339px;
  left: 12px;
  top: 518.53px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 20;
}

#e_3313887_1_175761767668c31e0ca921e798329709 .c {
  z-index: 20;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0ca921e798329709 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #ffffff
}

#b_3313887_1_175761767668c31e0ca7ed7 .gpc-b_sobreposicao {
  opacity: 0;
  background-color: #fff;
}

#b_3313887_1_175761767668c31e0ca7ed7 {
  height: 561px;
  background-color: #E2E2E2;
  background-repeat: no-repeat;
  border-radius: 40px;
  overflow-x: visible;
 }

#e_3313887_1_175761767668c31e0cab6e1933977500 {
  width: 278.5px;
  left: 40.8px;
  top: 49.125px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3260;
}

#e_3313887_1_175761767668c31e0cab6e1933977500 .c {
  z-index: 3260;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0cab6e1933977500 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #242424
}

#e_3313887_1_175761767668c31e0cab6e1933977500 .c>H2:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: rgb(170, 136, 67)
}

#e_3313887_1_175761767668c31e0cab7ee180277508 {
  z-index: 3260;
  width: 240px;
  left: 60px;
  top: 168.759px;
  height: 11px;
  transform: translate(0px, 0px) rotate(0deg);
}

#e_3313887_1_175761767668c31e0cab7ee180277508 .c {
  z-index: 3260;
  border-bottom: 2px solid rgb(163, 186, 198);
}

#e_3313887_1_175761767668c31e0cab8b4341353934 {
  width: 340px;
  left: 10px;
  top: 105.953px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3261;
}

#e_3313887_1_175761767668c31e0cab8b4341353934 .c {
  z-index: 3261;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0cab8b4341353934 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
  font-weight: normal
}

#e_3313887_1_175761767668c31e0cad0a2196375555 {
  z-index: 3276;
  width: 333px;
  height: 276px;
  left: 13.5px;
  top: 221.663px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3276;
  z-index: 3276;
  z-index: 3276;
}

#e_3313887_1_175761767668c31e0cad0a2196375555 .c {
  z-index: 3276;
}

#e_3313887_1_175761767668c31e0cad60d522905636_m {
  z-index: 3277;
  left: 0px;
  top: 215px;
  transform: translate(0px, 0px);
}

#e_3313887_1_175761767668c31e0cad60d522905636_m .c {
  z-index: 3277;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 31px;
}

#e_3313887_1_175761767668c31e0cad60d522905636_m .gsi_proximo {
  font-size: 30px;
  height: 30px;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

#e_3313887_1_175761767668c31e0cad60d522905636_m .gsi_anterior {
  font-size: 30px;
  height: 30px;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

#e_3313887_1_175761767668c31e0cad60d522905636_m #dm_gsi_imagem_2518185_1_1757616631269227561 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m1813539-dc970b.png);
}

#e_3313887_1_175761767668c31e0cad60d522905636_m #dm_gsi_imagem_2518185_1_1757616631269227562 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m8341561-5dde22.png);
}

#e_3313887_1_175761767668c31e0cad60d522905636_m #dm_gsi_imagem_1757616762663 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m8097682-8801e5.png);
}

#e_3313887_1_175761767668c31e0cad60d522905636_m #dm_gsi_imagem_1757616767967 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m413263-89a18e.png);
}

#e_3313887_1_175761767668c31e0cad60d522905636_m #dm_gsi_imagem_1757616778833 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m2782020-62f2dc.png);
}

#e_3313887_1_175761767668c31e0cad60d522905636_m #dm_gsi_imagem_1757616785703 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m8659184-aaef03.png);
}

#e_3313887_1_175761767668c31e0cad60d522905636_m #dm_gsi_imagem_1757616792538 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m862984-d8a4fc.png);
}

@-webkit-keyframes e_3313887_1_175761767668c31e0cad60d522905636_animacao {
  0% {
    -webkit-transform: translateX(0px);
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0px);
  }
}

@keyframes e_3313887_1_175761767668c31e0cad60d522905636_animacao {
  0% {
    transform: translateX(0px);
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translateX(0px);
  }
}

#e_3313887_1_175761767668c31e0cad60d522905636_m .c.fallback_background #dm_gsi_imagem_2518185_1_1757616631269227561 {
  background-image: url(../_assets/385284-ba167374c823c41518f87a1349de7122-5a5341.png)
}

#e_3313887_1_175761767668c31e0cad60d522905636_m .c.fallback_background #dm_gsi_imagem_2518185_1_1757616631269227562 {
  background-image: url(../_assets/385284-b127165b0576126dd14b59061d995ffe-0968a6.png)
}

#e_3313887_1_175761767668c31e0cad60d522905636_m .c.fallback_background #dm_gsi_imagem_1757616762663 {
  background-image: url(../_assets/385284-0243a7118da8ac1604ae800b237efde7-0cc68b.png)
}

#e_3313887_1_175761767668c31e0cad60d522905636_m .c.fallback_background #dm_gsi_imagem_1757616767967 {
  background-image: url(../_assets/385284-f4a34a971a4600d9b59bc6de7a69f6ba-6f3f11.png)
}

#e_3313887_1_175761767668c31e0cad60d522905636_m .c.fallback_background #dm_gsi_imagem_1757616778833 {
  background-image: url(../_assets/385284-2ce19e8b6237ad2c3cfaeadf02e48f0d-3c98fe.png)
}

#e_3313887_1_175761767668c31e0cad60d522905636_m .c.fallback_background #dm_gsi_imagem_1757616785703 {
  background-image: url(../_assets/385284-db4d13d401eed6cd919010de07d3719b-67a99d.png)
}

#e_3313887_1_175761767668c31e0cad60d522905636_m .c.fallback_background #dm_gsi_imagem_1757616792538 {
  background-image: url(../_assets/385284-c043b13c1e75220ce7e91cc952970463-39b69b.png)
}

#b_3313887_1_175761767668c31e0ca7edc .gpc-b_sobreposicao {
  opacity: 0;
  background-color: #fff;
}

#b_3313887_1_175761767668c31e0ca7edc {
  height: 450px;
  background-color: rgb(0, 0, 0);
  background-image: none;
}

#b_3313887_1_175761767668c31e0ca7edc.fallback_background {
  background-image: none
}

#e_3313887_1_175761767668c31e0cabb27807093475 {
  width: 278.5px;
  left: 40.75px;
  top: 70.125px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3263;
}

#e_3313887_1_175761767668c31e0cabb27807093475 .c {
  z-index: 3263;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0cabb27807093475 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(170, 136, 67)
}

#e_3313887_1_175761767668c31e0cabbde198646590 {
  z-index: 3264;
  width: 240px;
  left: 60px;
  top: 100px;
  height: 11px;
  transform: translate(0px, 0px) rotate(0deg);
}

#e_3313887_1_175761767668c31e0cabbde198646590 .c {
  z-index: 3264;
  border-bottom: 2px solid rgb(163, 186, 198);
}

#e_3313887_1_175761767668c31e0cacfd6454449674 {
  width: 325px;
  height: 202px;
  left: 17.5px;
  top: 163.601px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3277;
}

#e_3313887_1_175761767668c31e0cacfd6454449674 .c {
  z-index: 3277;
}

#e_3313887_1_175761767668c31e0cad60d522905636_d {
  z-index: 3277;
  left: 0px;
  top: 215px;
  transform: translate(0px, 0px);
}

#e_3313887_1_175761767668c31e0cad60d522905636_d {
  display: none;
}

#e_3313887_1_175761767668c31e0cad60d522905636 .c {
  z-index: 3277;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 31px;
}

#e_3313887_1_175761767668c31e0cad60d522905636 .gsi_proximo {
  font-size: 30px;
  height: 30px;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

#e_3313887_1_175761767668c31e0cad60d522905636 .gsi_anterior {
  font-size: 30px;
  height: 30px;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

#e_3313887_1_175761767668c31e0cad60d522905636 #gsi_imagem_2518185_1_1757616631269227561 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m1813539-dc970b.png);
}

#e_3313887_1_175761767668c31e0cad60d522905636 #gsi_imagem_2518185_1_1757616631269227562 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m8341561-5dde22.png);
}

#e_3313887_1_175761767668c31e0cad60d522905636 #gsi_imagem_1757616762663 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m8097682-8801e5.png);
}

#e_3313887_1_175761767668c31e0cad60d522905636 #gsi_imagem_1757616767967 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m413263-89a18e.png);
}

#e_3313887_1_175761767668c31e0cad60d522905636 #gsi_imagem_1757616778833 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m2782020-62f2dc.png);
}

#e_3313887_1_175761767668c31e0cad60d522905636 #gsi_imagem_1757616785703 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m8659184-aaef03.png);
}

#e_3313887_1_175761767668c31e0cad60d522905636 #gsi_imagem_1757616792538 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad60d522905636_m862984-d8a4fc.png);
}

@-webkit-keyframes e_3313887_1_175761767668c31e0cad60d522905636_animacao {
  0% {
    -webkit-transform: translateX(0px);
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0px);
  }
}

@keyframes e_3313887_1_175761767668c31e0cad60d522905636_animacao {
  0% {
    transform: translateX(0px);
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translateX(0px);
  }
}

#e_3313887_1_175761767668c31e0cad60d522905636_d .c.fallback_background #gsi_imagem_2518185_1_1757616631269227561 {
  background-image: url(../_assets/385284-ba167374c823c41518f87a1349de7122-5a5341.png)
}

#e_3313887_1_175761767668c31e0cad60d522905636_d .c.fallback_background #gsi_imagem_2518185_1_1757616631269227562 {
  background-image: url(../_assets/385284-b127165b0576126dd14b59061d995ffe-0968a6.png)
}

#e_3313887_1_175761767668c31e0cad60d522905636_d .c.fallback_background #gsi_imagem_1757616762663 {
  background-image: url(../_assets/385284-0243a7118da8ac1604ae800b237efde7-0cc68b.png)
}

#e_3313887_1_175761767668c31e0cad60d522905636_d .c.fallback_background #gsi_imagem_1757616767967 {
  background-image: url(../_assets/385284-f4a34a971a4600d9b59bc6de7a69f6ba-6f3f11.png)
}

#e_3313887_1_175761767668c31e0cad60d522905636_d .c.fallback_background #gsi_imagem_1757616778833 {
  background-image: url(../_assets/385284-2ce19e8b6237ad2c3cfaeadf02e48f0d-3c98fe.png)
}

#e_3313887_1_175761767668c31e0cad60d522905636_d .c.fallback_background #gsi_imagem_1757616785703 {
  background-image: url(../_assets/385284-db4d13d401eed6cd919010de07d3719b-67a99d.png)
}

#e_3313887_1_175761767668c31e0cad60d522905636_d .c.fallback_background #gsi_imagem_1757616792538 {
  background-image: url(../_assets/385284-c043b13c1e75220ce7e91cc952970463-39b69b.png)
}

#e_3313887_1_175761767668c31e0cad97e851799200_d {
  z-index: 3281;
  left: 0px;
  top: 92.553px;
  transform: translate(0px, 0px);
}

#e_3313887_1_175761767668c31e0cad97e851799200_d {
  display: none;
}

#e_3313887_1_175761767668c31e0cad97e851799200 .c {
  z-index: 3281;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 32px;
}

#e_3313887_1_175761767668c31e0cad97e851799200 .gsi_proximo {
  font-size: 30px;
  height: 30px;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

#e_3313887_1_175761767668c31e0cad97e851799200 .gsi_anterior {
  font-size: 30px;
  height: 30px;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

#e_3313887_1_175761767668c31e0cad97e851799200 #gsi_imagem_2518185_1_1757616631269227561 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad97e851799200_d156242-c5a914.png);
}

#e_3313887_1_175761767668c31e0cad97e851799200 #gsi_imagem_1757617005871 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad97e851799200_d7001732-72d220.png);
}

#e_3313887_1_175761767668c31e0cad97e851799200 #gsi_imagem_1757616997716 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad97e851799200_d2726659-bfe525.png);
}

@-webkit-keyframes e_3313887_1_175761767668c31e0cad97e851799200_animacao {
  0% {
    -webkit-transform: translateX(0px);
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0px);
  }
}

@keyframes e_3313887_1_175761767668c31e0cad97e851799200_animacao {
  0% {
    transform: translateX(0px);
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translateX(0px);
  }
}

#e_3313887_1_175761767668c31e0cad97e851799200_d .c.fallback_background #gsi_imagem_2518185_1_1757616631269227561 {
  background-image: url(../_assets/385284-00c308289d6559d0ca5297118412f71e-425b5b.png)
}

#e_3313887_1_175761767668c31e0cad97e851799200_d .c.fallback_background #gsi_imagem_1757617005871 {
  background-image: url(../_assets/385284-6ec83ce31e610c77d74e36c59d8b5723-f2e330.png)
}

#e_3313887_1_175761767668c31e0cad97e851799200_d .c.fallback_background #gsi_imagem_1757616997716 {
  background-image: url(../_assets/385284-4ed950c4c138fea7c3725b9fd1e4704b-42387e.png)
}

#e_3313887_1_175761767668c31e0cadc83401485059_d {
  z-index: 3283;
  left: 0px;
  top: 92.553px;
  transform: translate(0px, 0px);
}

#e_3313887_1_175761767668c31e0cadc83401485059_d {
  display: none;
}

#e_3313887_1_175761767668c31e0cadc83401485059 .c {
  z-index: 3283;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 30px 0px 0px;
}

#e_3313887_1_175761767668c31e0cadc83401485059 .gsi_proximo {
  font-size: 30px;
  height: 30px;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

#e_3313887_1_175761767668c31e0cadc83401485059 .gsi_anterior {
  font-size: 30px;
  height: 30px;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

#e_3313887_1_175761767668c31e0cadc83401485059 #gsi_imagem_2518185_1_1757616631269227562 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cadc83401485059_d1011092-acd1de.png);
}

#e_3313887_1_175761767668c31e0cadc83401485059 #gsi_imagem_1757617001265 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cadc83401485059_d9418433-1d1ca5.png);
}

#e_3313887_1_175761767668c31e0cadc83401485059 #gsi_imagem_1757616992806 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cadc83401485059_d3625928-725013.png);
}

#e_3313887_1_175761767668c31e0cadc83401485059 #gsi_imagem_1757616762663 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cadc83401485059_d3948494-1b3555.png);
}

@-webkit-keyframes e_3313887_1_175761767668c31e0cadc83401485059_animacao {
  0% {
    -webkit-transform: translateX(0px);
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0px);
  }
}

@keyframes e_3313887_1_175761767668c31e0cadc83401485059_animacao {
  0% {
    transform: translateX(0px);
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translateX(0px);
  }
}

#e_3313887_1_175761767668c31e0cadc83401485059_d .c.fallback_background #gsi_imagem_2518185_1_1757616631269227562 {
  background-image: url(../_assets/385284-68653c81dea6d9c8c9d43aea0230d4bd-c3c1f0.png)
}

#e_3313887_1_175761767668c31e0cadc83401485059_d .c.fallback_background #gsi_imagem_1757617001265 {
  background-image: url(../_assets/385284-701bdd2fcc4c948302117b34d405a056-4dcb84.png)
}

#e_3313887_1_175761767668c31e0cadc83401485059_d .c.fallback_background #gsi_imagem_1757616992806 {
  background-image: url(../_assets/385284-0ab0aa84f969b749ea5565280bafc582-698284.png)
}

#e_3313887_1_175761767668c31e0cadc83401485059_d .c.fallback_background #gsi_imagem_1757616762663 {
  background-image: url(../_assets/385284-56c98b47a8a6b7225aa358e19f8d91a8-df5898.png)
}

#b_3313887_1_175761767668c31e0ca7ee3 .gpc-b_sobreposicao {
  opacity: 0;
  background-color: #fff;
}

#b_3313887_1_175761767668c31e0ca7ee3 {
  height: 356px;
  background-color: #AA8843;
  background-repeat: no-repeat;
  border-radius: 40px;
  overflow-x: visible;
}

#e_3313887_1_175761767668c31e0cabe12412096494 {
  width: 278.5px;
  left: 40.75px;
  top: 55.125px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3266;
}

#e_3313887_1_175761767668c31e0cabe12412096494 .c {
  z-index: 3266;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0cabe12412096494 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 255, 255)
}

#e_3313887_1_175761767668c31e0cabed7214117662 {
  z-index: 3267;
  width: 240px;
  left: 60px;
  top: 87px;
  height: 11px;
  transform: translate(0px, 0px) rotate(0deg);
}

#e_3313887_1_175761767668c31e0cabed7214117662 .c {
  z-index: 3267;
  border-bottom: 2px solid rgb(0, 0, 0);
}

#e_3313887_1_175761767668c31e0cad231186970858 {
  z-index: 3278;
  width: 327px;
  height: 150px;
  left: 16.5px;
  top: 111.007px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3278;
  z-index: 3278;
  z-index: 3278;
}

#e_3313887_1_175761767668c31e0cad231186970858 .c {
  z-index: 3278;
}

#e_3313887_1_175761767668c31e0cad97e851799200_m {
  z-index: 3281;
  left: 0px;
  top: 92.553px;
  transform: translate(0px, 0px);
}

#e_3313887_1_175761767668c31e0cad97e851799200_m .c {
  z-index: 3281;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 32px;
}

#e_3313887_1_175761767668c31e0cad97e851799200_m .gsi_proximo {
  font-size: 30px;
  height: 30px;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

#e_3313887_1_175761767668c31e0cad97e851799200_m .gsi_anterior {
  font-size: 30px;
  height: 30px;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

#e_3313887_1_175761767668c31e0cad97e851799200_m #dm_gsi_imagem_2518185_1_1757616631269227561 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad97e851799200_d156242-c5a914.png);
}

#e_3313887_1_175761767668c31e0cad97e851799200_m #dm_gsi_imagem_1757617005871 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad97e851799200_d7001732-72d220.png);
}

#e_3313887_1_175761767668c31e0cad97e851799200_m #dm_gsi_imagem_1757616997716 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cad97e851799200_d2726659-bfe525.png);
}

@-webkit-keyframes e_3313887_1_175761767668c31e0cad97e851799200_animacao {
  0% {
    -webkit-transform: translateX(0px);
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0px);
  }
}

@keyframes e_3313887_1_175761767668c31e0cad97e851799200_animacao {
  0% {
    transform: translateX(0px);
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translateX(0px);
  }
}

#e_3313887_1_175761767668c31e0cad97e851799200_m .c.fallback_background #dm_gsi_imagem_2518185_1_1757616631269227561 {
  background-image: url(../_assets/385284-00c308289d6559d0ca5297118412f71e-425b5b.png)
}

#e_3313887_1_175761767668c31e0cad97e851799200_m .c.fallback_background #dm_gsi_imagem_1757617005871 {
  background-image: url(../_assets/385284-6ec83ce31e610c77d74e36c59d8b5723-f2e330.png)
}

#e_3313887_1_175761767668c31e0cad97e851799200_m .c.fallback_background #dm_gsi_imagem_1757616997716 {
  background-image: url(../_assets/385284-4ed950c4c138fea7c3725b9fd1e4704b-42387e.png)
}

#b_3313887_1_175761767668c31e0ca7ee9 .gpc-b_sobreposicao {
  opacity: 0;
  background-color: #fff;
}

#b_3313887_1_175761767668c31e0ca7ee9 {
  height: 431.188px;
  background-color: rgb(226, 226, 226);
  background-image: none;
}

#b_3313887_1_175761767668c31e0ca7ee9.fallback_background {
  background-image: none
}

#e_3313887_1_175761767668c31e0cac134132084785 {
  width: 319px;
  left: 20.5px;
  top: 42.125px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3269;
}

#e_3313887_1_175761767668c31e0cac134132084785 .c {
  z-index: 3269;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0cac134132084785 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(36, 36, 36)
}

#e_3313887_1_175761767668c31e0cac1fb184226211 {
  z-index: 3270;
  width: 240px;
  left: 60px;
  top: 75px;
  height: 11px;
  transform: translate(0px, 0px) rotate(0deg);
}

#e_3313887_1_175761767668c31e0cac1fb184226211 .c {
  z-index: 3270;
  border-bottom: 2px solid rgb(0, 0, 0);
}

#e_3313887_1_175761767668c31e0cad413821749027 {
  z-index: 3279;
  width: 328px;
  height: 240px;
  left: 16.5px;
  top: 132.007px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3279;
  z-index: 3279;
  z-index: 3279;
}

#e_3313887_1_175761767668c31e0cad413821749027 .c {
  z-index: 3279;
}

#e_3313887_1_175761767668c31e0cac9d0585568586 {
  width: 340px;
  height: 59.3px;
  left: 10.5px;
  top: 343.251px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3275;
}

#e_3313887_1_175761767668c31e0cac9d0585568586 .c {
  text-decoration: none;
  float: left;
  z-index: 3275;
  background-color: transparent;
  background-image: none;
  color: rgb(255, 255, 255);
  border: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#e_3313887_1_175761767668c31e0cac9d0585568586 .c:hover,
#e_3313887_1_175761767668c31e0cac9d0585568586 .c:active {
  background-color: transparent;
}

#e_3313887_1_175761767668c31e0cac9d0585568586 .c:hover,
#e_3313887_1_175761767668c31e0cac9d0585568586 .c:active {
  color: #ffffff;
}

#e_3313887_1_175761767668c31e0cac83b172989775 {
  width: 340px;
  height: 59.3px;
  left: 9px;
  top: 343.236px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3273;
}

#e_3313887_1_175761767668c31e0cac83b172989775 .c {
  z-index: 3273;
  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: 10px;
  background-image: none;
  background-size: cover;
  background-color: rgb(0, 183, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#e_3313887_1_175761767668c31e0cac83b172989775 .c.fallback_background {
  background-image: none
}

#e_3313887_1_175761767668c31e0cac910870717133 {
  width: 339px;
  left: 10.5px;
  top: 356.88px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3274;
}

#e_3313887_1_175761767668c31e0cac910870717133 .c {
  z-index: 3274;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0cac910870717133 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 255, 255)
}

#e_3313887_1_175761767668c31e0cadc83401485059_m {
  z-index: 3283;
  left: 0px;
  top: 92.553px;
  transform: translate(0px, 0px);
}

#e_3313887_1_175761767668c31e0cadc83401485059_m .c {
  z-index: 3283;
  filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0px) grayscale(0);
  border-radius: 30px 0px 0px;
}

#e_3313887_1_175761767668c31e0cadc83401485059_m .gsi_proximo {
  font-size: 30px;
  height: 30px;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

#e_3313887_1_175761767668c31e0cadc83401485059_m .gsi_anterior {
  font-size: 30px;
  height: 30px;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

#e_3313887_1_175761767668c31e0cadc83401485059_m #dm_gsi_imagem_2518185_1_1757616631269227562 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cadc83401485059_d1011092-acd1de.png);
}

#e_3313887_1_175761767668c31e0cadc83401485059_m #dm_gsi_imagem_1757617001265 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cadc83401485059_d9418433-1d1ca5.png);
}

#e_3313887_1_175761767668c31e0cadc83401485059_m #dm_gsi_imagem_1757616992806 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cadc83401485059_d3625928-725013.png);
}

#e_3313887_1_175761767668c31e0cadc83401485059_m #dm_gsi_imagem_1757616762663 {
  background-image: url(../_assets/3313887_1_175761767668c31e0cadc83401485059_d3948494-1b3555.png);
}

@-webkit-keyframes e_3313887_1_175761767668c31e0cadc83401485059_animacao {
  0% {
    -webkit-transform: translateX(0px);
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0px);
  }
}

@keyframes e_3313887_1_175761767668c31e0cadc83401485059_animacao {
  0% {
    transform: translateX(0px);
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translateX(0px);
  }
}

#e_3313887_1_175761767668c31e0cadc83401485059_m .c.fallback_background #dm_gsi_imagem_2518185_1_1757616631269227562 {
  background-image: url(../_assets/385284-68653c81dea6d9c8c9d43aea0230d4bd-c3c1f0.png)
}

#e_3313887_1_175761767668c31e0cadc83401485059_m .c.fallback_background #dm_gsi_imagem_1757617001265 {
  background-image: url(../_assets/385284-701bdd2fcc4c948302117b34d405a056-4dcb84.png)
}

#e_3313887_1_175761767668c31e0cadc83401485059_m .c.fallback_background #dm_gsi_imagem_1757616992806 {
  background-image: url(../_assets/385284-0ab0aa84f969b749ea5565280bafc582-698284.png)
}

#e_3313887_1_175761767668c31e0cadc83401485059_m .c.fallback_background #dm_gsi_imagem_1757616762663 {
  background-image: url(../_assets/385284-56c98b47a8a6b7225aa358e19f8d91a8-df5898.png)
}

#b_3313887_1_175761767668c31e0ca7eb0 .gpc-b_sobreposicao {
  opacity: 0;
  background-color: #fff;
}

#b_3313887_1_175761767668c31e0ca7eb0 {
  height: 1150.938px;
  background-color: rgb(0, 0, 0);
  background-image: none;
}

#b_3313887_1_175761767668c31e0ca7eb0.fallback_background {
  background-image: none
}

#e_3313887_1_175761767668c31e0ca94cc630624288 {
  width: 278.5px;
  left: 40.8px;
  top: 109.125px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 24;
}

#e_3313887_1_175761767668c31e0ca94cc630624288 .c {
  z-index: 24;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0ca94cc630624288 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 255, 255);
  font-style: normal
}

#e_3313887_1_175761767668c31e0ca959e754307311 {
  width: 114px;
  left: 123px;
  top: 198.826px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 17;
}

#e_3313887_1_175761767668c31e0ca959e754307311 .c {
  z-index: 17;
  border-bottom: 2px solid rgb(255, 255, 255);
}

#e_3313887_1_175761767668c31e0ca971a826974158 {
  width: 325px;
  height: 440px;
  left: 17.5px;
  top: 311.101px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 27;
}

#e_3313887_1_175761767668c31e0ca971a826974158 .c {
  z-index: 27;
}

#e_3313887_1_175761767668c31e0ca963c246245825 {
  width: 340px;
  left: 10px;
  top: 228.511px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 26;
}

#e_3313887_1_175761767668c31e0ca963c246245825 .c {
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  font-size: 23px;
  text-shadow: none;
  opacity: 1;
  z-index: 26;
}

#e_3313887_1_175761767668c31e0ca963c246245825 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #ffffff
}

#e_3313887_1_175761767668c31e0ca963c246245825 .c>H3:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: #ffffff
}

#e_3313887_1_175761767668c31e0ca963c246245825 .c>H3:nth-of-type(1)>SPAN:nth-of-type(3) {
  color: rgb(170, 136, 67)
}

#b_3313887_1_175761767668c31e0ca7eb7 .gpc-b_sobreposicao {
  opacity: 0;
  background-color: #fff;
}

#b_3313887_1_175761767668c31e0ca7eb7 {
  height: 702.875px;
  background-color: rgb(255, 255, 255);
  background-image: none;
  color: #000;
  overflow-x: hidden;
}

#b_3313887_1_175761767668c31e0ca7eb7.fallback_background {
  background-image: none
}

#e_3313887_1_175761767668c31e0ca987d394618508 {
  z-index: 29;
  width: 144px;
  left: 108px;
  top: 27.0781px;
  transform: translate(0px, 0px) rotate(0deg);
}

#e_3313887_1_175761767668c31e0ca987d394618508 .c {
  z-index: 29;
  font-size: 29px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#e_3313887_1_175761767668c31e0ca987d394618508 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
  font-style: normal;
}

#e_3313887_1_175761767668c31e0ca97d7086486690 {
  z-index: 28;
  width: 129px;
  left: 115.5px;
  top: 65px;
  transform: translate(0px, 0px) rotate(0deg);
}

#e_3313887_1_175761767668c31e0ca97d7086486690 .c {
  z-index: 28;
  border-bottom: 2px solid rgb(0, 0, 0);
}

#e_3313887_1_175761767668c31e0ca996b766465620 {
  width: 340px;
  left: 10px;
  top: 85.953px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 30;
}

#e_3313887_1_175761767668c31e0ca996b766465620 .c {
  z-index: 30;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#e_3313887_1_175761767668c31e0ca996b766465620 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#e_3313887_1_175761767668c31e0ca996b766465620 .c>H3:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: #000000;
}

#e_3313887_1_175761767668c31e0ca9a1f308914174 {
  height: 508px;
  width: 420px;
  left: -29.6094px;
  top: 164.156px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 18;
}

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

#e_3313887_1_175761767668c31e0ca9a1f308914174 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 18;
  background-image: url(../_assets/3313887_1_175761767668c31e0ca9a1f308914174-500c47.webp);
  background-repeat: no-repeat;
  display: block;
}

#e_3313887_1_175761767668c31e0ca9a1f308914174 .c .imagem_fundo.fallback_background {
  background-size: 726px 508px;
  ;
  background-position: -165px 0px;
  ;
  background-image: url(../_assets/385284-3e1399058cdefb540e9bc65e5e80547a-bec6d2.webp)
}

#e_3313887_1_175761767668c31e0ca9ac6583602408 {
  z-index: 31;
  width: 240px;
  left: 53.5px;
  top: 741.358px;
  height: 11px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 31;
  z-index: 31;
  z-index: 31;
  z-index: 31;
}

#e_3313887_1_175761767668c31e0ca9ac6583602408 .c {
  z-index: 31;
  border-bottom: 2px solid rgb(0, 0, 0);
}

#e_3313887_1_175761767668c31e0ca9b93056741715 {
  width: 172px;
  left: 108px;
  top: 183.875px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 34;
}

#e_3313887_1_175761767668c31e0ca9b93056741715 .c {
  z-index: 34;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0ca9b93056741715 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-style: normal;
  color: rgb(170, 136, 67)
}

#e_3313887_1_175761767668c31e0caabbb041972588 {
  z-index: 3082;
  height: 58px;
  width: 58px;
  left: 34px;
  top: 198.906px;
  transform: translate(0px, 0px) rotate(0deg);
}

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

#e_3313887_1_175761767668c31e0caabbb041972588 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 3082;
  background-image: url(../_assets/3313887_1_175761767668c31e0caabbb041972588-f04d03.webp);
  background-repeat: no-repeat;
  display: block;
}

#e_3313887_1_175761767668c31e0caabbb041972588 .c .imagem_fundo.fallback_background {
  background-size: 58px 58px;
  ;
  background-position: 0px 0px;
  ;
  background-image: url(../_assets/385284-e9c1339370330e3fa1076cd1b4a02c83-dfd432.webp)
}

#e_3313887_1_175761767668c31e0ca9c1c467994918 {
  width: 251.5px;
  left: 108px;
  top: 213.214px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 35;
}

#e_3313887_1_175761767668c31e0ca9c1c467994918 .c {
  line-height: 1;
  letter-spacing: 0px;
  text-align: left;
  font-size: 16px;
  text-shadow: none;
  opacity: 1;
  z-index: 35;
  ;
}

#e_3313887_1_175761767668c31e0ca9c1c467994918 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#e_3313887_1_175761767668c31e0ca9c1c467994918 .c>H3:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: #000000;
}

#e_3313887_1_175761767668c31e0ca9c1c467994918 .c>H3:nth-of-type(1)>SPAN:nth-of-type(3) {
  color: #000000;
}

#e_3313887_1_175761767668c31e0ca9ca2099041325 {
  width: 150px;
  left: 108px;
  top: 313.624px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 36;
}

#e_3313887_1_175761767668c31e0ca9ca2099041325 .c {
  z-index: 36;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0ca9ca2099041325 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-style: normal;
  color: rgb(170, 136, 67)
}

#e_3313887_1_175761767668c31e0caad00905525759 {
  z-index: 3083;
  height: 51.5px;
  width: 58px;
  left: 34px;
  top: 332.281px;
  transform: translate(0px, 0px) rotate(0deg);
}

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

#e_3313887_1_175761767668c31e0caad00905525759 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 3083;
  background-image: url(../_assets/3313887_1_175761767668c31e0caad00905525759-da0017.webp);
  background-repeat: no-repeat;
  display: block;
}

#e_3313887_1_175761767668c31e0caad00905525759 .c .imagem_fundo.fallback_background {
  background-size: 58px 51.5px;
  ;
  background-position: 0px 0px;
  ;
  background-image: url(../_assets/385284-56082150cd7735c6f8afef2070381934-f2da48.webp)
}

#e_3313887_1_175761767668c31e0ca9d12348958192 {
  width: 219px;
  left: 108px;
  top: 338.749px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 37;
}

#e_3313887_1_175761767668c31e0ca9d12348958192 .c {
  z-index: 37;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0ca9d12348958192 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0);
  font-style: normal
}

#e_3313887_1_175761767668c31e0ca9d12348958192 .c>H3:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: rgb(0, 0, 0);
  font-style: normal
}

#e_3313887_1_175761767668c31e0ca9d12348958192 .c>H3:nth-of-type(1)>SPAN:nth-of-type(3) {
  color: rgb(0, 0, 0);
  font-style: normal
}

#e_3313887_1_175761767668c31e0ca9d12348958192 .c>H3:nth-of-type(1)>SPAN:nth-of-type(4) {
  color: rgb(0, 0, 0);
  font-style: normal
}

#e_3313887_1_175761767668c31e0ca9d82024407052 {
  width: 115px;
  left: 108px;
  top: 433.133px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 38;
}

#e_3313887_1_175761767668c31e0ca9d82024407052 .c {
  z-index: 38;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0ca9d82024407052 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-style: normal;
  color: rgb(170, 136, 67)
}

#e_3313887_1_175761767668c31e0caae5c620874940 {
  z-index: 3084;
  height: 80.5px;
  width: 58px;
  left: 34px;
  top: 437.151px;
  transform: translate(0px, 0px) rotate(0deg);
}

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

#e_3313887_1_175761767668c31e0caae5c620874940 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 3084;
  background-image: url(../_assets/3313887_1_175761767668c31e0caae5c620874940-946582.webp);
  background-repeat: no-repeat;
  display: block;
}

#e_3313887_1_175761767668c31e0caae5c620874940 .c .imagem_fundo.fallback_background {
  background-size: 58px 80.5px;
  ;
  background-position: 0px 0px;
  ;
  background-image: url(../_assets/385284-f2437c206f5013bfd54b6f6ec8763cde-1ecb71.webp)
}

#e_3313887_1_175761767668c31e0ca9df3510606802 {
  width: 214.5px;
  left: 108px;
  top: 460.683px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 39;
}

#e_3313887_1_175761767668c31e0ca9df3510606802 .c {
  z-index: 39;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#e_3313887_1_175761767668c31e0ca9df3510606802 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #000000;
}

#e_3313887_1_175761767668c31e0ca9e5a090605521 {
  width: 244px;
  left: 108px;
  top: 570.442px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 40;
}

#e_3313887_1_175761767668c31e0ca9e5a090605521 .c {
  z-index: 40;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0ca9e5a090605521 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  font-style: normal;
  color: rgb(170, 136, 67)
}

#e_3313887_1_175761767668c31e0caaf84356910763 {
  z-index: 3085;
  height: 49px;
  width: 58px;
  left: 34px;
  top: 582.394px;
  transform: translate(0px, 0px) rotate(0deg);
}

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

#e_3313887_1_175761767668c31e0caaf84356910763 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 3085;
  background-image: url(../_assets/3313887_1_175761767668c31e0caaf84356910763-219ef8.webp);
  background-repeat: no-repeat;
  display: block;
}

#e_3313887_1_175761767668c31e0caaf84356910763 .c .imagem_fundo.fallback_background {
  background-size: 58px 49px;
  ;
  background-position: 0px 0px;
  ;
  background-image: url(../_assets/385284-6507a9e5b01fa9bbea8afa789110d817-77da6f.webp)
}

#e_3313887_1_175761767668c31e0ca9ebb585159339 {
  width: 219px;
  left: 108px;
  top: 597.918px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 41;
}

#e_3313887_1_175761767668c31e0ca9ebb585159339 .c {
  z-index: 41;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_175761767668c31e0ca9ebb585159339 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(0, 0, 0)
}

#e_3313887_1_175761767668c31e0ca9ebb585159339 .c>H3:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: rgb(0, 0, 0)
}

#e_3313887_1_175761767668c31e0ca9ebb585159339 .c>H3:nth-of-type(1)>SPAN:nth-of-type(3) {
  color: rgb(0, 0, 0)
}

#b_3313887_1_175761767668c31e0ca7ebb .gpc-b_sobreposicao {
  opacity: 0;
  background-color: #fff;
}

#b_3313887_1_175761767668c31e0ca7ebb {
  height: 1280.3px;
  background-color: rgb(0, 0, 0);
  background-image: none;
}

#b_3313887_1_175761767668c31e0ca7ebb.fallback_background {
  background-image: none
}

#e_3313887_1_175761767668c31e0ca9f3b124585971 {
  z-index: 19;
  width: 340px;
  height: 70px;
  left: 10px;
  top: 51px;
  transform: translate(0px, 0px) rotate(0deg);
}

#e_3313887_1_175761767668c31e0ca9f3b124585971 .c {
  z-index: 19;
  opacity: 1;
  border: 2px 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: 16px;
  background-image: none;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#e_3313887_1_175761767668c31e0ca9f3b124585971 .c.fallback_background {
  background-image: none
}

#e_3313887_1_175761767668c31e0ca9fd3496671103 {
  z-index: 42;
  width: 340px;
  left: 10px;
  top: 67.9845px;
  transform: translate(0px, 0px) rotate(0deg);
}

#e_3313887_1_175761767668c31e0ca9fd3496671103 .c {
  z-index: 42;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#e_3313887_1_175761767668c31e0ca9fd3496671103 .c>H5:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #ffffff;
}

#e_3313887_1_175761767668c31e0ca9fd3496671103 .c>H5:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: #ffffff;
}

#e_3313887_1_175761767668c31e0caa09c989978787 {
  height: 214.046px;
  width: 207.304px;
  left: 76.596px;
  top: 143.149px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 20;
}

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

#e_3313887_1_175761767668c31e0caa09c989978787 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 20;
  background-image: url(../_assets/3313887_1_175761767668c31e0caa09c989978787-b29531.webp);
  background-repeat: no-repeat;
  display: block;
}

#e_3313887_1_175761767668c31e0caa09c989978787 .c .imagem_fundo.fallback_background {
  background-size: 207.304px 214.046px;
  ;
  background-position: 0px 0px;
  ;
  background-image: url(../_assets/385284-23919ad907076d3fb357db5b29c9603d-e6ee41.webp)
}

#e_3313887_1_175761767668c31e0caa12f049270691 {
  z-index: 43;
  width: 340px;
  left: 10px;
  top: 379.35px;
  transform: translate(0px, 0px) rotate(0deg);
}

#e_3313887_1_175761767668c31e0caa12f049270691 .c {
  z-index: 43;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#e_3313887_1_175761767668c31e0caa12f049270691 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 255, 255);
  font-style: normal;
}

#e_3313887_1_175761767668c31e0caa12f049270691 .c>H3:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: rgb(255, 255, 255);
  font-style: normal;
}

#e_3313887_1_175761767668c31e0caa12f049270691 .c>H3:nth-of-type(1)>SPAN:nth-of-type(3) {
  color: rgb(255, 255, 255);
  font-style: normal;
}

#e_3313887_1_175761767668c31e0caa1c9216499780 {
  z-index: 44;
  width: 262px;
  height: 68px;
  left: 49px;
  top: 472.057px;
  transform: translate(0px, 0px) rotate(0deg);
}

#e_3313887_1_175761767668c31e0caa1c9216499780 .c {
  z-index: 44;
  opacity: 1;
  border: 2px 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: 15px;
  background-image: none;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#e_3313887_1_175761767668c31e0caa1c9216499780 .c.fallback_background {
  background-image: none
}

#e_3313887_1_175761767668c31e0caa260247602300 {
  z-index: 45;
  width: 236px;
  left: 62px;
  top: 488.057px;
  transform: translate(0px, 0px) rotate(0deg);
}

#e_3313887_1_175761767668c31e0caa260247602300 .c {
  z-index: 45;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#e_3313887_1_175761767668c31e0caa260247602300 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 255, 255);
  font-style: normal;
}

#e_3313887_1_175761767668c31e0caa260247602300 .c>H3:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: rgb(255, 255, 255);
}

#e_3313887_1_175761767668c31e0caa2ed999811106 {
  z-index: 21;
  height: 231.518px;
  width: 220.958px;
  left: 69.521px;
  top: 561.034px;
  transform: translate(0px, 0px) rotate(0deg);
}

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

#e_3313887_1_175761767668c31e0caa2ed999811106 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 21;
  background-image: url(../_assets/3313887_1_175761767668c31e0caa2ed999811106-06c38a.webp);
  background-repeat: no-repeat;
  display: block;
}

#e_3313887_1_175761767668c31e0caa2ed999811106 .c .imagem_fundo.fallback_background {
  background-size: 220.958px 231.518px;
  ;
  background-position: 0px 0px;
  ;
  background-image: url(../_assets/385284-f77cf87a37f44685e924f381ce35ac4c-9b846e.webp)
}

#e_3313887_1_175761767668c31e0caa39c494348387 {
  z-index: 46;
  width: 350px;
  left: 5px;
  top: 771.576px;
  transform: translate(0px, 0px) rotate(0deg);
}

#e_3313887_1_175761767668c31e0caa39c494348387 .c {
  z-index: 46;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

#e_3313887_1_175761767668c31e0caa39c494348387 .c>H3:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: rgb(255, 255, 255);
  font-style: normal;
}

#e_3313887_1_175761767668c31e0caa39c494348387 .c>H3:nth-of-type(1)>SPAN:nth-of-type(2) {
  color: rgb(255, 255, 255);
  font-style: normal;
}

#e_3313887_1_175761767668c31e0caa39c494348387 .c>H3:nth-of-type(1)>SPAN:nth-of-type(3) {
  color: rgb(255, 255, 255);
  font-style: normal;
}

#e_3313887_1_175761767668c31e0cab0f4575174710 {
  width: 332px;
  height: 304px;
  left: 14.05px;
  top: 893.49px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3086;
}

#e_3313887_1_175761767668c31e0cab0f4575174710 .c {
  z-index: 3086;
  ;
}

#e_3313887_1_175761767668c31e0caa446497720401 {
  width: 249px;
  height: 56px;
  left: 55.6px;
  top: 1196.44px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 47;
}

#e_3313887_1_175761767668c31e0caa446497720401 .c {
  z-index: 47;
  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: 10px;
  background-image: none;
  background-size: cover;
  background-color: rgb(0, 183, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#e_3313887_1_175761767668c31e0caa446497720401 .c.fallback_background {
  background-image: none
}

#e_3313887_1_175761767668c31e0caa553006806577 {
  width: 248.7px;
  height: 56px;
  left: 55.9px;
  top: 1196.43px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 49;
}

#e_3313887_1_175761767668c31e0caa553006806577 .c {
  text-decoration: none;
  float: left;
  z-index: 49;
  background-color: transparent;
  background-image: none;
  color: rgb(255, 255, 255);
  border: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}

#e_3313887_1_175761767668c31e0caa553006806577 .c:hover,
#e_3313887_1_175761767668c31e0caa553006806577 .c:active {
  background-color: transparent;
}

#e_3313887_1_175761767668c31e0caa553006806577 .c:hover,
#e_3313887_1_175761767668c31e0caa553006806577 .c:active {
  color: #ffffff;
}

#e_3313887_1_175761767668c31e0caa4d8132062210 {
  width: 227px;
  left: 63.8px;
  top: 1206.44px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 48;
}

#e_3313887_1_175761767668c31e0caa4d8132062210 .c {
  z-index: 48;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

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

#b_3313887_1_175761767668c31e0ca7ec9 .gpc-b_sobreposicao {
  opacity: 0;
  background-color: #fff;
}

#b_3313887_1_175761767668c31e0ca7ec9 {
  background-color: rgb(0, 0, 0);
  background-image: none;
}

#b_3313887_1_175761767668c31e0ca7ec9 .gpc-e.ug-linha-h {
  margin: 0;
}

#b_3313887_1_175761767668c31e0ca7ec9.fallback_background {
  background-image: none
}

#e_3313887_1_175761767668c31e0caa9c8856793275 {
  width: 360px;
  left: 0px;
  top: 22px;
  z-index: 3079;
}

#e_3313887_1_175761767668c31e0caa9c8856793275 .c {
  z-index: 3079;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
  ;
}

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

#e_3313887_1_175761767668c31e0caaad1482436310 {
  width: 309px;
  left: 25.5px;
  top: 85px;
  z-index: 3080;
}

#e_3313887_1_175761767668c31e0caaad1482436310 .c {
  z-index: 3080;
  border-bottom: 2px solid rgb(255, 255, 255);
}

#e_3313887_1_175761767668c31e0cab204952769225 {
  width: 309px;
  left: 25.5px;
  top: 112.001px;
  transform: translate(0px, 0px) rotate(0deg);
  z-index: 3087;
}

#e_3313887_1_175761767668c31e0cab204952769225 .c {
  z-index: 3087;
  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);
}

#e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item {
  border: 1px solid rgb(0, 0, 0);
  border-radius: 8px;
  margin-bottom: 4px;
  filter: none;
}

#e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item:last-of-type {
  margin-bottom: 0px;
}

#e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item .gac-item_cabecalho {
  background-color: #ffffff;
  padding: 12px;
}

#e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item .gac-item_cabecalho .gac-item_cabecalho_titulo {
  width: calc(100% - 22.44px);
}

#e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item .gac-item_cabecalho:hover,
#e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item.gac-aberto .gac-item_cabecalho {
  background-color: #ffffff;
  color: #000000;
}

#e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item .gac-item_conteudo {
  background-color: #ffffff;
  color: #000000;
}

#e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item .gac-item_conteudo div {
  padding: 0px 12px 12px;
}

#e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item.gac-aberto .gac-item_conteudo p,
#e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item.gac-aberto .gac-item_conteudo ul,
#e_3313887_1_175761767668c31e0cab204952769225 .c .gac-item.gac-aberto .gac-item_conteudo ol {
  padding: 0px;
}

#b_3313887_1_176581955623072545 .gpc-b_sobreposicao {
  opacity: 0;
  background-color: #fff;
}

#b_3313887_1_176581955623072545 {
  height: 312.891px;
  background-color: rgb(28, 28, 28);
  background-image: none;
}

#b_3313887_1_176581955623072545.fallback_background {
  background-image: none
}

#e_3313887_1_176581955623068378 {
  z-index: 3281;
  width: 248px;
  left: 56px;
  top: 120.586px;
}

#e_3313887_1_176581955623068378 .c {
  z-index: 3281;
  font-size: 12px;
  line-height: 16.8px;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_176581955623068378 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #ffffff
}

#e_3313887_1_176581955623097347 {
  z-index: 3282;
  height: 25px;
  left: 174.047px;
  top: 251.984px;
}

#e_3313887_1_176581955623097347 .c {
  z-index: 3282;
  border-left: 2px solid rgb(255, 255, 255);
}

#e_3313887_1_176581955623033434 {
  z-index: 3279;
  height: 62.0311px;
  left: 103.981px;
  top: 33.7654px;
}

#e_3313887_1_176581955623033434 .c {
  z-index: 3279;
  border-left: 2px solid rgb(255, 255, 255);
}

#e_3313887_1_176581955623031325 {
  z-index: 3280;
  left: 193.1px;
  top: 351px;
  transform: translate(0px, 0px);
}

#e_3313887_1_176581955623031325 .c {
  z-index: 3280;
  border-left: 2px solid rgb(255, 255, 255);
}

#e_3313887_1_176581955623022851 {
  z-index: 3278;
  height: 49.7969px;
  width: 86.5px;
  left: 0px;
  top: 39.0084px;
}

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

#e_3313887_1_176581955623022851 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 3261;
  background-image: url(../_assets/3313887_1_176581955623022851-232b88.webp);
  background-repeat: no-repeat;
  display: block;
}

#e_3313887_1_176581955623022851 .c .imagem_fundo.fallback_background {
  background-size: 86.5px 49.7969px;
  ;
  background-position: 0px 0px;
  ;
  background-image: url(../_assets/385284-97b984818cef704d10b32be9650216f8-80d5bc.png)
}

#e_3313887_1_176581955623036174 {
  height: 49.7969px;
  width: 228.094px;
  left: 131.942px;
  top: 39.0084px;
}

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

#e_3313887_1_176581955623036174 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 3075;
  background-image: url(../_assets/3313887_1_176581955623036174-8b52fc.webp);
  background-repeat: no-repeat;
  display: block;
}

#e_3313887_1_176581955623036174 .c .imagem_fundo.fallback_background {
  background-size: 228.094px 49.7969px;
  ;
  background-position: 0px 0px;
  ;
  background-image: url(../_assets/385284-78abf4fe0b9324e7d742f6acb632ea3a-cca740.png)
}

#e_3313887_1_176581955623078207 {
  height: 19.25px;
  left: 59.1px;
  top: 254.7px;
}

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

#e_3313887_1_176581955623078207 .c .imagem_fundo {
  border: 0px solid rgb(163, 186, 198);
  border-radius: 0px;
  opacity: 2205;
  background-image: url(../_assets/3313887_1_176581955623078207-4993df.png);
  background-repeat: no-repeat;
  display: block;
}

#e_3313887_1_176581955623078207 .c .imagem_fundo.fallback_background {
  background-size: 19.25px 19.25px;
  ;
  background-position: 0px 0px;
  ;
  background-image: url(../_assets/385284-f0f4654acb06d091b654e071896bec9b-437d29.png)
}

#e_3313887_1_176581955623023568 {
  z-index: 3284;
  left: 78.4px;
  top: 256.502px;
  transform: translate(0px, 0px);
}

#e_3313887_1_176581955623023568 .c {
  z-index: 3284;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

#e_3313887_1_176581955623023568 .c>H2:nth-of-type(1)>SPAN:nth-of-type(1) {
  color: #ffffff
}

#e_3313887_1_176581955623021311 {
  z-index: 3283;
  width: 155px;
  left: 180.094px;
  top: 252.95px;
}

#e_3313887_1_176581955623021311 .c {
  text-decoration: none;
  float: left;
  z-index: 3283;
  background-color: transparent;
  background-image: none;
  color: rgb(81, 142, 255);
  border: 0px;
  font-size: 12px;
  text-align: center;
  border-radius: 0px;
}

#e_3313887_1_176581955623021311 .c:hover,
#e_3313887_1_176581955623021311 .c:active {
  background-color: transparent;
}

#e_3313887_1_176581955623021311 .c:hover,
#e_3313887_1_176581955623021311 .c:active {
  color: #518eff;
}

#e_3313887_1_176581955623061592 {
  z-index: 3285;
  width: 360px;
  left: 0px;
  top: 222.266px;
  transform: translate(0px, 0px);
}

#e_3313887_1_176581955623061592 .c {
  z-index: 3285;
  border-bottom: 2px solid rgb(255, 255, 255);
}
 
}

/* === BLOCO: css_custom_1 === */


  .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%);
 }

 .gpc_modal_popup {
   max-width: 960px;
   max-height: 960px;
   min-width: 175px;
   min-height: 175px;
 }

 .gpc_modal_popup-topo {
   float: left;
   width: 100%;
   position: relative;
 }

 .gpc_modal_popup-centro {
   overflow: auto;
   width: 100%;
   height: 100%;
   position: relative;
 }

 .gpc_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;
 }

 .gpc_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;
 }

 .gpc_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 .gac-item_cabecalho_icone.icone_faq_5 {
    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-size: contain;
    background-repeat: no-repeat;
    rotate: -90deg;
    width: 16px;
    height: 16px;
 }

 .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)";
 }

 #gpc-lgpd {
   min-width: 345px;
   position: fixed;
   margin: 0 auto;
   left: 0;
   right: 0;
   z-index: 999999999;
   -webkit-box-shadow: rgb(0 0 0 / 14%) 0px -3px 4px 2px;
   box-shadow: rgb(0 0 0 / 14%) 0px -3px 4px 2px;
   max-width: 960px;
   width: 100%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-shadow: 0 3px 17px rgb(0 0 0 / 15%);
   box-shadow: 0 3px 17px rgb(0 0 0 / 15%);
   border-radius: 6px;
   padding: 24px 44px 24px 36px;
   display: -ms-grid;
   display: grid;
   grid-auto-flow: column;
   grid-gap: 12px;
   -webkit-transition: all 300ms ease-in-out;
   -moz-transition: all 300ms ease-in-out;
   -ms-transition: all 300ms ease-in-out;
   -o-transition: all 300ms ease-in-out;
   transition: all 300ms ease-in-out;
   font-family: 'Roboto';
   font-weight: 400;
   font-style: normal;
 }

 #gpc-lgpd.botoes {
   -ms-grid-columns: minmax(280px, 80%) 258px;
   grid-template-columns: minmax(280px, 80%) 258px;
 }

 #gpc-lgpd.botao {
   -ms-grid-columns: minmax(280px, 85%) 140px;
   grid-template-columns: minmax(280px, 85%) 140px;
 }

 #gpc-lgpd.posicionar,
 #gpc-lgpd_editar.posicionar {
   bottom: -300px;
 }

 #gpc-lgpd.posicionado,
 #gpc-lgpd_editar.posicionado {
   bottom: 12px;
 }

 #gpc-lgpd_fechar {
   background-repeat: no-repeat;
   background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0id2hpdGUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMFYweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xOSA2LjQxTDE3LjU5IDUgMTIgMTAuNTkgNi40MSA1IDUgNi40MSAxMC41OSAxMiA1IDE3LjU5IDYuNDEgMTkgMTIgMTMuNDEgMTcuNTkgMTkgMTkgMTcuNTkgMTMuNDEgMTIgMTkgNi40MXoiLz48L3N2Zz4=);
   -webkit-filter: invert(30%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
   filter: invert(30%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
   background-position: center;
   background-size: 20px;
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto 0;
   right: 8px;
   border-radius: 50%;
   width: 16px;
   height: 16px;
   padding: 8px;
   cursor: pointer;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
 }

 #gpc-lgpd_fechar:hover {
   -webkit-filter: invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
   filter: invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
 }

 #gpc-lgpd_editar {
   cursor: pointer;
   z-index: 10000;
   position: fixed;
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAByklEQVQ4Eb3BTWgNABwA8P+e7dl8rfmKmby5eFs+FhdCEkmLcFg5PJF2J+JCe7U4zBYTvcSUk1COIkR6K0o+WhGRZ8vCVk9OOP3M7W223Px+8b9p0OaOgj8G3NMmHRMxz22fdGm2KEaos1WXQXfUxnjM0qJC0gb7ZWXtt1FS0m5zYnzSzhuS1yMr67K8YTnpGI+ENkXH1cUIdVKSERY6rigrEaOZ5Jq8ekl7PPbToIJfHmlVrl7eDeVRSre8Ko3eua1ZZYxQqdk9rzSo0utclHJWjbW+ykRIa3fTTe3SEfb5YrkaHTGa6Qq2SuhQ1C0jo1tRh4QWBVNiLJ0uROjUa4EKTZabZIFenRGuOhajSRi0WKMhtRq88Vyfl+rVGtJopbcxmoU+RsjKRXhqb4xwwP0IOdkIw+ZGKas8iXBFq2rfIrTarsJ3VTJ6IvRZGqUs8SzCGQdM9iPCYacjPLJLwjTzFU2NUmYoKnPImQhvNFnmo6TVPjvlqPcOxlheWGGtD8qckItw3QVlUo44aU38zREtyry2zUyfrVftoQd2SkmZGhOxwwfTbPbFFhX2uKtfQSYmpsct5dYZcMmq+DflLkpFmO2kfpviv/sNpOGFaovzfSwAAAAASUVORK5CYII=);
   background-position: center center;
   background-repeat: no-repeat;
   width: 24px;
   height: 24px;
   padding: 8px;
   border-radius: 24px;
   -webkit-box-shadow: rgb(0 0 0 / 9%) 0px 1px 4px 2px;
   box-shadow: rgb(0 0 0 / 9%) 0px 1px 4px 2px;
   bottom: 12px;
   left: 12px;
   -webkit-transition: all 300ms ease-in-out;
   -moz-transition: all 300ms ease-in-out;
   -ms-transition: all 300ms ease-in-out;
   -o-transition: all 300ms ease-in-out;
   transition: all 300ms ease-in-out;
 }

 #gpc-lgpd_editar.gpc-lgpd-cor_ffffff {
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAABrUlEQVQ4Eb3BO0gUAAAA0Hend2laYj/KD50tnVImuRQWEUWIFNUgNJwU4m4UtiQeSA6mpFGIlEFTVOAYSkYhJxREH4TCKDyVRFO4aKom48bzE029578r12ZY0pIlM0a0iVrTdkO+6lZnp7QStbrNGlZkVZvVCwk7olFcXKOjwsLO2WoNUbctSBgQF3dPwqI+UasKapPSqkRaiYgwSrVKiQtaJstDCWXCGrz0y6yk30Y1yVYm4bFsGXol5Krw2ZA6OdJy1BnxQblcY27JcFOhGt/EENVu0KB2UVwwr1KhTstskFQrqFNKr5iYXimdguolrbdCl350GVMspEqlLMXGdOGBq5YJmrVLhQVFyk14a9x7ZYosqLDfJ8uUmkJcH147L63ZM/SJY9E2Gaq9wn1NCnxHk1NCfsgVM4Bxe2TY7Q16NFvnJy67gVFnBeXbISVPho1SAi7pwYQqe00JO2DOdVd8cdEK7+xTY1LANX14pF9ARIsOB62iRb2Aj07aZM5hBV547oyIiDxrOm1SvuPmnRDS4KlpSTF/MeCJbIfMuKvaP8h2RwRbdJh2zH/3B4cUd2pn4P2sAAAAAElFTkSuQmCC);
 }

 #gpc-lgpd_texto {
   font-size: 15px;
   line-height: 20px;
   text-align: left;
   margin: auto 0;
   -ms-grid-column: 1;
   -ms-grid-column-span: 1;
   grid-column: 1 / 2;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
 }

 #gpc-lgpd_botoes {
   margin: auto;
   -ms-grid-column: 2;
   grid-column: 2 / 2;
   text-align: center;
 }

 .gpc-lgpd_botoes-botao {
   padding: 12px 16px;
   border-radius: 3px;
   cursor: pointer;
   font-size: 14px;
   float: left;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
 }

 #gpc-lgpd_botoes-configurar {
   margin-right: 2px;
   width: 78px;
 }

 #gpc-lgpd_botoes-confirmar {
   font-weight: bold;
 }

 .gpc-lgpd-cor_000000 {
   background-color: #000000;
 }

 .gpc-lgpd-cor_ffffff {
   background-color: #ffffff;
 }

 .gpc-lgpd-cor_727272 {
   background-color: #727272;
 }

 .gpc-lgpd-cor_aab7b8 {
   background-color: #aab7b8;
 }

 .gpc-lgpd-cor_4c5661 {
   background-color: #4c5661;
 }

 .gpc-lgpd-cor_ae855a {
   background-color: #ae855a;
 }

 .gpc-lgpd-cor_f55142 {
   background-color: #f55142;
 }

 .gpc-lgpd-cor_fa873e {
   background-color: #fa873e;
 }

 .gpc-lgpd-cor_ffd719 {
   background-color: #ffd719;
 }

 .gpc-lgpd-cor_bede34 {
   background-color: #bede34;
 }

 .gpc-lgpd-cor_29c287 {
   background-color: #29c287;
 }

 .gpc-lgpd-cor_42b5b1 {
   background-color: #42b5b1;
 }

 .gpc-lgpd-cor_007ac1 {
   background-color: #007ac1;
 }

 .gpc-lgpd-cor_6e60bb {
   background-color: #6e60bb;
 }

 .gpc-lgpd-cor_cd6fce {
   background-color: #cd6fce;
 }

 .gpc-lgpd-cor_ffabff {
   background-color: #ffabff;
 }

 .gpc-lgpd-cor_42b5b1 #gpc-lgpd_botoes-confirmar,
 .gpc-lgpd-cor_007ac1 #gpc-lgpd_botoes-confirmar,
 .gpc-lgpd-cor_6e60bb #gpc-lgpd_botoes-confirmar,
 .gpc-lgpd-cor_cd6fce #gpc-lgpd_botoes-confirmar,
 .gpc-lgpd-cor_ffabff #gpc-lgpd_botoes-confirmar {
   background: #f55142;
 }

 .gpc-lgpd-cor_42b5b1 #gpc-lgpd_botoes-confirmar:hover,
 .gpc-lgpd-cor_007ac1 #gpc-lgpd_botoes-confirmar:hover,
 .gpc-lgpd-cor_6e60bb #gpc-lgpd_botoes-confirmar:hover,
 .gpc-lgpd-cor_cd6fce #gpc-lgpd_botoes-confirmar:hover,
 .gpc-lgpd-cor_ffabff #gpc-lgpd_botoes-confirmar:hover {
   background: #ff6051;
 }

 .gpc-lgpd-cor_000000 #gpc-lgpd_texto,
 .gpc-lgpd-cor_000000 #gpc-lgpd_botoes-configurar,
 .gpc-lgpd-cor_000000 #gpc-lgpd_texto a,
 .gpc-lgpd-cor_000000 #gpc-lgpd_texto a:visited,
 .gpc-lgpd-cor_000000 #gpc-lgpd_texto a:link,
 .gpc-lgpd-cor_000000 #gpc-lgpd_texto a:hover,
 .gpc-lgpd-cor_727272 #gpc-lgpd_texto,
 .gpc-lgpd-cor_727272 #gpc-lgpd_botoes-configurar,
 .gpc-lgpd-cor_727272 #gpc-lgpd_texto a,
 .gpc-lgpd-cor_727272 #gpc-lgpd_texto a:visited,
 .gpc-lgpd-cor_727272 #gpc-lgpd_texto a:link,
 .gpc-lgpd-cor_727272 #gpc-lgpd_texto a:hover,
 .gpc-lgpd-cor_4c5661 #gpc-lgpd_texto,
 .gpc-lgpd-cor_4c5661 #gpc-lgpd_botoes-configurar,
 .gpc-lgpd-cor_4c5661 #gpc-lgpd_texto a,
 .gpc-lgpd-cor_4c5661 #gpc-lgpd_texto a:visited,
 .gpc-lgpd-cor_4c5661 #gpc-lgpd_texto a:link,
 .gpc-lgpd-cor_4c5661 #gpc-lgpd_texto a:hover {
   color: rgba(255, 255, 255, 0.87);
 }

 .gpc-lgpd-cor_cd6fce #gpc-lgpd_texto,
 .gpc-lgpd-cor_cd6fce #gpc-lgpd_botoes-configurar,
 .gpc-lgpd-cor_cd6fce #gpc-lgpd_texto a,
 .gpc-lgpd-cor_cd6fce #gpc-lgpd_texto a:visited,
 .gpc-lgpd-cor_cd6fce #gpc-lgpd_texto a:link,
 .gpc-lgpd-cor_cd6fce #gpc-lgpd_texto a:hover,
 .gpc-lgpd-cor_ffabff #gpc-lgpd_texto,
 .gpc-lgpd-cor_ffabff #gpc-lgpd_botoes-configurar,
 .gpc-lgpd-cor_ffabff #gpc-lgpd_texto a,
 .gpc-lgpd-cor_ffabff #gpc-lgpd_texto a:visited,
 .gpc-lgpd-cor_ffabff #gpc-lgpd_texto a:link,
 .gpc-lgpd-cor_ffabff #gpc-lgpd_texto a:hover,
 .gpc-lgpd-cor_ffffff #gpc-lgpd_texto,
 .gpc-lgpd-cor_ffffff #gpc-lgpd_botoes-configurar,
 .gpc-lgpd-cor_ffffff #gpc-lgpd_texto a,
 .gpc-lgpd-cor_ffffff #gpc-lgpd_texto a:visited,
 .gpc-lgpd-cor_ffffff #gpc-lgpd_texto a:link,
 .gpc-lgpd-cor_ffffff #gpc-lgpd_texto a:hover,
 .gpc-lgpd-cor_aab7b8 #gpc-lgpd_texto,
 .gpc-lgpd-cor_aab7b8 #gpc-lgpd_botoes-configurar,
 .gpc-lgpd-cor_aab7b8 #gpc-lgpd_texto a,
 .gpc-lgpd-cor_aab7b8 #gpc-lgpd_texto a:visited,
 .gpc-lgpd-cor_aab7b8 #gpc-lgpd_texto a:link,
 .gpc-lgpd-cor_aab7b8 #gpc-lgpd_texto a:hover {
   color: rgb(0, 0, 0, 0.87);
 }

 .gpc-lgpd-cor_ffffff #gpc-lgpd_botoes-confirmar,
 .gpc-lgpd-cor_727272 #gpc-lgpd_botoes-confirmar,
 .gpc-lgpd-cor_aab7b8 #gpc-lgpd_botoes-confirmar,
 .gpc-lgpd-cor_4c5661 #gpc-lgpd_botoes-confirmar,
 .gpc-lgpd-cor_000000 #gpc-lgpd_botoes-confirmar {
   color: #fff;
   background: rgb(1, 120, 230);
 }

 .gpc-lgpd-cor_ffffff #gpc-lgpd_botoes-confirmar:hover,
 .gpc-lgpd-cor_727272 #gpc-lgpd_botoes-confirmar:hover,
 .gpc-lgpd-cor_aab7b8 #gpc-lgpd_botoes-confirmar:hover,
 .gpc-lgpd-cor_4c5661 #gpc-lgpd_botoes-confirmar:hover,
 .gpc-lgpd-cor_000000 #gpc-lgpd_botoes-confirmar:hover {
   background: rgb(0, 149, 255);
 }

 .gm_lgpd {
   font-family: 'Roboto';
   font-weight: 400;
   font-style: normal;
 }

 .gpc_modal_popup_lgpd {
   font-family: 'Roboto';
   font-weight: 400;
   font-style: normal;
 }

 .gpc_modal_popup_lgpd-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: 1000;
   height: 14px;
   width: 14px;
 }

 .gpc_modal_popup_lgpd-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;
 }

 .gpc_modal_popup_lgpd-fundo-fechar:hover {
   color: rgb(255, 255, 255);
   -webkit-filter: brightness(86%);
   filter: brightness(86%);
 }

 .gpc_modal_popup_lgpd-centro {
   float: left;
   width: 100%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   padding: 24px;
 }

 #gpc_modal_lgpd-titulo {
   float: left;
   width: 100%;
   margin-bottom: 36px
 }

 .gpc_modal_lgpd-titulo-titulo {
   font-size: 18px;
   font-weight: bold;
   line-height: 1.4;
   margin-bottom: 4px;
   color: rgba(0, 0, 0, .84);
 }

 .gpc_modal_lgpd-titulo-texto {
   font-size: 13px;
   line-height: 1.4;
 }

 .gpc_modal_lgpd-opcoes {
   float: left;
   width: 100%;
   margin-bottom: 24px;
 }

 .gpc_modal_lgpd-opcoes-protecao {
   float: left;
   width: 100%;
   margin-bottom: 8px;
   line-height: 1.4
 }

 .gpc_modal_lgpd-opcoes-titulo {
   font-size: 14px;
   color: rgba(0, 0, 0, .84);
   font-weight: bold;
 }

 .gpc_modal_lgpd-opcoes-aviso {
   font-size: 12px;
   margin-top: 2px;
   float: right;
   color: rgba(0, 0, 0, .52);
   font-weight: bold;
 }

 .gpc_modal_lgpd-opcoes-texto {
   font-size: 13px;
   line-height: 1.4;
   color: rgba(0, 0, 0, .68);
   padding: 0 48px 0 0;
 }

 .gpc_modal_lgpd-opcoes-selecao {
   float: right;
   position: relative;
   display: block;
   height: 10px;
   margin-left: 2px;
   width: 32px;
   background: #898989;
   -webkit-border-radius: 100px;
   border-radius: 100px;
   cursor: pointer;
   -webkit-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
   margin-right: 12px;
   margin-top: 8px;
 }

 .gpc_modal_lgpd-opcoes-selecao:before {
   position: absolute;
   left: -2px;
   top: -4px;
   display: block;
   width: 18px;
   height: 18px;
   -webkit-border-radius: 100px;
   border-radius: 100px;
   background: #fff;
   -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
   content: '';
   -webkit-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
 }

 .gpc_modal_lgpd-opcoes-selecao_selecionado {
   background: #6DBEB7;
 }

 .gpc_modal_lgpd-opcoes-selecao_selecionado:before {
   left: 20px;
   background: #009688;
 }

 #gpc_modal_lgpd-confirmar {
   text-align: center;
   cursor: pointer;
   margin-top: 8px;
   padding: 12px 24px;
   float: right;
   font-size: 14px;
   line-height: 14px;
   border-radius: 3px;
   color: #fff;
   background: #2196F3;
 }

 #gpc_modal_lgpd-confirmar:hover {
   background: #1A77C9;
 }

 @media all and (max-width:980px) {
   #gpc-lgpd {
     width: 98%;
   }
 }

 @media all and (max-width:750px) {
   #gpc-lgpd {
     width: 96%;
   }

   #gpc-lgpd.botoes,
   #gpc-lgpd.botao {
     -ms-grid-columns: minmax(280px, 100%);
     grid-template-columns: minmax(280px, 100%);
     padding: 24px 10%;
     grid-row-gap: 24px;
   }

   #gpc-lgpd_texto {
     -ms-grid-column: 1;
     grid-column: 1 / 1;
     -ms-grid-row: 1;
     -ms-grid-row-span: 1;
     grid-row: 1 / 2;
     margin: auto;
     text-align: center;
   }

   #gpc-lgpd_botoes {
     -ms-grid-column: 1;
     grid-column: 1 / 1;
     -ms-grid-row: 2;
     grid-row: 2 / 2;
   }

   .gpc-lgpd_botoes-botao {
     float: left;
   }

   #gpc-lgpd_botoes-configurar {
     margin-right: 12px;
     margin-bottom: 0px;
   }

   #gpc-lgpd_fechar {
     top: 4px;
     right: 4px;
     bottom: initial;
   }
 }

 .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: 20px 15px;
   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;
 }
 

/* === BLOCO: css_custom_2 === */


  .b24-window-mounts #b24-window-mount-043252594264038056398830511506095,
.b24-form #b24-043252594264038056398830511506095,
.b24-form #b24-043252594264038056398830511506095.b24-form-dark {
  --b24-primary-color: rgba(0, 176, 240, 1);
  --b24-primary-text-color: rgba(255, 255, 255, 1);
  --b24-text-color: rgba(0, 0, 0, 1);
  --b24-background-color: rgba(255, 255, 255, 1);
  --b24-field-border-color: rgba(0, 0, 0, 0.04);
  --b24-field-background-color: rgba(0, 0, 0, 0.04);
  --b24-field-focus-background-color: rgba(255, 255, 255, 1);
  --b24-popup-background-color: rgba(255, 255, 255, 1);
  --b24-primary-hover-color: rgba(0, 176, 240, 0.7);
}
 

/* === BLOCO: css_custom_3 === */


  .slider-component-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }

  .swiper-wrapper-outer {
    position: relative;
    width: 100%;
    max-width: 500px;
    flex-shrink: 1;
    flex-grow: 1;
  }

  .card-container-box {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    padding: 20px 0;
    box-sizing: border-box;
  }

  .swiper-container {
    width: 100%;
  }

  .swiper-slide {
    color: #000;
  }

  .swiper6 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.3;
    transform: scale(0.8);
  }

  .swiper6 .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
  }

  .swiper6 .box-image-prof {
    background-color: #000000;
    color: #ffffff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    width: 90%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
  }

  .swiper6 .box-image-prof h2 {
    font-size: 18px;
    margin: 0 0 10px 0;
  }

  .swiper6 .box-image-prof ul {
    padding-left: 20px;
    font-size: 14px;
    color: #cccccc;
    margin: 0;
  }

  .swiper6 .box-image-prof ul li {
    margin-bottom: 5px;
  }

  .swiper-button-next6,
  .swiper-button-prev6 {
    position: static;
    transform: none;
    margin: 0 15px;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }

  .swiper-button-next6::after,
  .swiper-button-prev6::after {
    content: '';
  }

  .swiper-button-next6 {
    background-image: url(../_assets/seta-branca-direita-8e2782.webp);
  }

  .swiper-button-prev6 {
    background-image: url(../_assets/seta-branca-esquerda-b6cebc.webp);
  }

  @media (max-width: 768px) {
    .slider-component-wrapper {
      display: block;
      max-width: 100%;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .swiper-wrapper-outer {
      max-width: 100%;
      margin: 0;
    }

    .swiper-button-next6,
    .swiper-button-prev6 {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      width: 35px;
      height: 35px;
      margin: 0;
    }

    .swiper-button-next6 {
      right: 0px;
    }

    .swiper-button-prev6 {
      left: 0px;
    }
  }
  

/* === BLOCO: css_custom_4 === */
.swiper-wrapper-outer {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.card-container-box {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 20px 0;
  box-sizing: border-box;
}

.swiper-container {
  width: 100%;
}

.swiper6 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  opacity: 0.3;
  transform: scale(0.8);
}

.swiper6 .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.swiper6 .box-image-prof {
  background-color: #000000;
  color: #ffffff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  width: 90%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.swiper6 .box-image-prof h2 {
  font-size: 18px;
  color: #ffffff;
  margin-top: 0;
  text-align: left;
  margin-bottom: 10px;
}

.swiper6 .box-image-prof ul {
  padding-left: 20px;
  font-size: 14px;
  color: #cccccc;
  margin-top: 0;
  text-align: left;
}

.swiper6 .box-image-prof ul li {
  margin-bottom: 5px;
}

.swiper-button-next6,
.swiper-button-prev6 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  outline: none;
}

.swiper-button-next6::after,
.swiper-button-prev6::after {
  content: '';
}

.swiper-button-next6 {
  background-image: url(../_assets/seta-branca-direita-8e2782.webp);
  right: -20px;
}

.swiper-button-prev6 {
  background-image: url(../_assets/seta-branca-esquerda-b6cebc.webp);
  left: -20px;
}

@media (max-width: 768px) {
  .swiper-wrapper-outer {
    max-width: 90%;
  }

  .swiper-button-next6 {
    right: -10px;
  }

  .swiper-button-prev6 {
    left: -10px;
  }
}


.swiper-slide {
  transform: scale(0.8) !important;
  opacity: 0.8 !important;
}

.swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1 !important;
}


@media (max-width: 800px) {
  .swiper-slide-prev,
  .swiper-slide-next {
    transform: scale(0.8) !important;
    opacity: 0.8 !important;
  }

  #b_3313887_1_175761767668c31e0ca7ea6 .swiper-slide,
  #b_3313887_1_175761767668c31e0ca7ebb .swiper-slide {
    transform: scale(1) !important;
    opacity: 1 !important;
  }

  .swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1 !important;
  }


  .swiper-button-next6,
  .swiper-button-prev6 {
    width: 30px;
    height: 30px;
    right: -5px;
    left: -5px;
  }
}


/* === BLOCO: css_custom_5 === */


  .swiper-container {
      position: relative;
      overflow: visible;
      width: 100%;
    }

    .swiper-wrapper {
      align-items: end;
    }

    .swiper,
    .swiper2,
    .swiper3,
    .swiper4,
    .swiper5 {
      width: 100%;
      overflow: hidden;
    }

    .swiper-slide {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      border-radius: 20px;
      overflow: hidden;
      transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
      opacity: 0.6;
      transform: scale(0.8);
    }

    .swiper-slide-active {
      transform: scale(1) !important;
      opacity: 1 !important;
    }

    .swiper-slide-prev,
    .swiper-slide-next {
      transform: scale(0.8) !important;
      opacity: 0.8 !important;
    }

    .swiper-slide .box-image-prof {
      width: 100%;
      display: flex;
    }

    .swiper-slide .box-name-prof {
      background-color: #FFFFFF;
      padding: 15px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    .swiper-slide .box-name-prof h2 {
      font-family: "kanit";
      color: #354598;
      font-size: 18px;
      text-align: center;
      margin: 0px;
    }

    .swiper-slide .box-name-prof h2 span {
      font-family: "Kanit";
      font-weight: 300;
    }

    .swiper-slide .box-name-prof h3 {
      font-size: 16px;
      font-family: "Kanit";
      font-weight: 300;
      margin: 0px;
    }

    .swiper .swiper-slide img,
    .swiper2 .swiper-slide img,
    .swiper3 .swiper-slide img {
      width: 100%;
      height: 321px;
      object-fit: contain;
      object-position: bottom;
    }

    .swiper4 .swiper-slide img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .swiper-button-next,
    .swiper-button-prev {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 60px !important;
      height: 90px !important;
      position: absolute;
      top: 65% !important;
      transform: translateY(-50%);
      z-index: 10;
      cursor: pointer;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
      content: '' !important;
    }

    .swiper-button-next {
      background-image: url(../_assets/Ativo-12-55ecad.webp);
      right: -20px !important;
    }

    .swiper-button-prev {
      background-image: url(../_assets/Ativo-13-68cca0.webp);
      left: -20px !important;
    }

    @media (max-width: 1700px) {
      .swiper-slide .box-name-prof h2 {
        font-size: 14px;
      }

      .swiper-slide .box-name-prof h3 {
        font-size: 14px;
      }
    }

    @media (max-width: 891px) {
      .swiper-button-next,
      .swiper-button-prev {
        width: 30px;
        height: 90px;
      }

      .swiper-button-next {
        right: -60px;
      }

      .swiper-button-prev {
        left: -60px;
      }

      .swiper-slide {
        opacity: 0.5;
        transform: scale(0.7);
      }

      .swiper-slide-active {
        transform: scale(1);
        opacity: 1;
      }

      .swiper-slide-prev,
      .swiper-slide-next {
        transform: scale(0.8);
        opacity: 0.8;
      }
    }

    @media (max-width: 800px) {
      .container-uni {
        width: 100%;
      }

      .swiper-button-next,
      .swiper-button-prev {
        width: 45px !important;
        height: 90px !important;
      }

      .swiper-button-next {
        right: 30px;
      }

      .swiper-button-prev {
        left: 30px;
      }

      .swiper-slide .box-name-prof {
        padding: 20px;
      }

      .swiper-slide .box-name-prof h2 {
        font-size: 14px;
      }

      .swiper-slide .box-name-prof h3 {
        font-size: 16px;
      }

      .swiper .swiper-slide img,
      .swiper2 .swiper-slide img,
      .swiper3 .swiper-slide img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: bottom;
      }
    }
  

/* === BLOCO: css_custom_6 === */


  .swiper-slide2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0.6;
    transform: scale(0.8);
  }

  .swiper-button-next1,
  .swiper-button-prev1 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 90px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
  }

  .swiper-button-next1::after,
  .swiper-button-prev1::after {
    content: '';
  }

  .swiper-button-next1 {
    background-image: url(../_assets/Ativo-12-55ecad.webp);
    right: -20px !important;
  }

  .swiper-button-prev1 {
    background-image: url(../_assets/Ativo-13-68cca0.webp);
    left: -20px !important;
  }

  @media (max-width: 800px) {
    .container-uni {
      width: 100%;
    }

    .swiper-button-next1,
    .swiper-button-prev1 {
      width: 45px;
      height: 90px;
    }

    .swiper-button-next1 {
      right: 30px;
    }

    .swiper-button-prev1 {
      left: 30px;
    }
  }
  

/* === BLOCO: css_custom_7 === */


  .swiper-slide3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0.6;
    transform: scale(0.8);
  }

  .swiper-button-next3,
  .swiper-button-prev3 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 90px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
  }

  .swiper-button-next3::after,
  .swiper-button-prev3::after {
    content: '';
  }

  .swiper-button-next3 {
    background-image: url(../_assets/Ativo-31-cb1c1d.webp);
    right: -20px !important;
  }

  .swiper-button-prev3 {
    background-image: url(../_assets/Ativo-30-967e20.webp);
    left: -20px !important;
  }

  @media (max-width: 800px) {
    .container-uni {
      width: 100%;
    }

    .swiper-button-next3,
    .swiper-button-prev3 {
      width: 45px;
      height: 90px;
    }

    .swiper-button-next3 {
      right: 30px;
    }

    .swiper-button-prev3 {
      left: 30px;
    }
  }
  

/* === BLOCO: css_custom_8 === */


  .swiper4 .swiper-slide {
              width: 100%;
              overflow: hidden;
            }

            .swiper4 .swiper-wrapper {
              align-items: center;
            }

            .swiper4 .swiper-slide .box-image-prof {
              background-color: #FFFFFF;
              border-radius: 30px;
              padding: 70px;
              display: flex;
              justify-content: center;
              flex-direction: column;
              pointer-events: none;
            }

            .swiper4 .swiper-slide h2 {
              font-family: "kanit";
              color: #000000;
              font-size: 33px;
              margin: 0px;
              line-height: 3rem;
              font-weight: bold;
            }

            .swiper4 .swiper-slide h2 span {
              font-family: "Kanit";
              font-weight: 300;
            }

            .swiper4 .swiper-slide ul {
              padding: 0px;
            }

            .swiper4 .swiper-slide ul li {
              font-size: 23px;
              font-family: "Kanit";
              font-weight: 500;
              line-height: 2.5rem;
              margin: 10px 0px;
              list-style: disc;
            }

            .swiper4 .swiper-slide ul li::marker {
              font-size: 12px;
            }

            .swiper-button-next4,
            .swiper-button-prev4 {
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              width: 60px;
              height: 90px;
              position: absolute;
              top: 55%;
              transform: translateY(-50%);
              z-index: 10;
              cursor: pointer;
            }

            .swiper-button-next4::after,
            .swiper-button-prev4::after {
              content: '';
            }

            .swiper-button-next4 {
              background-image: url(../_assets/Ativo-31-cb1c1d.webp);
              right: -20px !important;
            }

            .swiper-button-prev4 {
              background-image: url(../_assets/Ativo-30-967e20.webp);
              left: -20px !important;
            }

            @media (max-width: 800px) {
              .swiper4 .swiper-slide .box-image-prof {
                padding: 35px;
              }

              .swiper4 .swiper-slide h2 {
                font-size: 22px;
                line-height: 2.2rem;
              }

              .swiper4 .swiper-slide ul li {
                font-size: 16px;
                line-height: 1.2rem 19.2px;
              }

              .swiper-button-next4,
              .swiper-button-prev4 {
                width: 45px;
                height: 90px;
              }

              .swiper-button-next4 {
                right: 30px;
              }

              .swiper-button-prev4 {
                left: 30px;
              }
            }
  

/* === BLOCO: css_custom_9 === */


  .swiper-slide5 {
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              font-size: 20px;
              border-radius: 20px;
              overflow: hidden;
              transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
              opacity: 0.6;
              transform: scale(0.8);
            }

            .swiper5 .swiper-slide img {
              width: 100%;
              height: 100%;
              object-fit: contain;
            }

            .swiper5 .swiper-slide {
              border-radius: 0px;
            }

            .swiper-button-next5,
            .swiper-button-prev5 {
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              width: 60px;
              height: 90px;
              position: absolute;
              top: 55%;
              transform: translateY(-50%);
              z-index: 10;
              cursor: pointer;
            }

            .swiper-button-next5::after,
            .swiper-button-prev5::after {
              content: '';
            }

            .swiper-button-next5 {
              background-image: url(../_assets/Ativo-31-cb1c1d.webp);
              right: -20px !important;
            }

            .swiper-button-prev5 {
              background-image: url(../_assets/Ativo-30-967e20.webp);
              left: -20px !important;
            }

            @media (max-width: 800px) {
              .container-uni {
                width: 100%;
              }

              .swiper-button-next5,
              .swiper-button-prev5 {
                width: 45px;
                height: 90px;
              }

              .swiper-button-next5 {
                right: 30px;
              }

              .swiper-button-prev5 {
                left: 30px;
              }
            }
  

/* === BLOCO: css_custom_10 === */


  [gm_componente="gpc_modal_popup"],
      .gpc_modal_popup-centro {
        overflow: visible !important;
      }

      .b24-form-dropdown-container {
        z-index: 100 !important;
        max-height: 220px;
      }

      .gpc-e .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) {}
  

/* === BLOCO: css_custom_11 === */


  .swiper6 .swiper-slide {
                width: 100%;
                overflow: hidden;
              }

              .swiper6 .swiper-wrapper {
                align-items: center;
              }

              .swiper6 .swiper-slide .box-image-prof {
                background-color: #141414;
                border-radius: 30px;
                padding: 70px;
                display: flex;
                justify-content: center;
                flex-direction: column;
                pointer-events: none;
              }

              .swiper6 .swiper-slide h2 {
                font-family: "kanit";
                color: #ffffff;
                font-size: 33px;
                margin: 0px;
                line-height: 3rem;
                font-weight: bold;
              }

              .swiper6 .swiper-slide h2 span {
                font-family: "Kanit";
                font-weight: 300;
              }

              .swiper6 .swiper-slide ul {
                padding: 0px;
              }

              .swiper6 .swiper-slide ul li {
                color: #ffffff;
                font-size: 23px;
                font-family: "Kanit";
                font-weight: 500;
                line-height: 2.5rem;
                margin: 10px 0px;
                list-style: disc;
              }

              .swiper6 .swiper-slide ul li::marker {
                font-size: 12px;
              }

              .swiper-button-next6,
              .swiper-button-prev6 {
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                width: 60px;
                height: 90px;
                position: absolute;
                top: 55%;
                transform: translateY(-50%);
                z-index: 10;
                cursor: pointer;
              }

              .swiper-button-next6::after,
              .swiper-button-prev6::after {
                content: '';
              }

              .swiper-button-next6 {
                background-image: url(../_assets/seta-branca-direita-8e2782.webp);
                right: -20px !important;
              }

              .swiper-button-prev6 {
                background-image: url(../_assets/seta-branca-esquerda-b6cebc.webp);
                left: -20px !important;
              }

              @media (max-width: 800px) {
                .swiper6 .swiper-slide .box-image-prof {
                  padding: 35px;
                }

                .swiper6 .swiper-slide h2 {
                  font-size: 22px;
                  line-height: 2.2rem;
                }

                .swiper6 .swiper-slide ul li {
                  font-size: 16px;
                  line-height: 1.2rem 19.2px;
                }

                .swiper-button-next6,
                .swiper-button-prev6 {
                  width: 45px;
                  height: 90px;
                }

                .swiper-button-next6 {
                  right: 30px;
                }

                .swiper-button-prev6 {
                  left: 30px;
                }
              }
  

/* === BLOCO: css_custom_12 === */


  [gm_componente="gpc_modal_popup"],
        .gpc_modal_popup-centro {
          overflow: visible !important;
        }

        .b24-form-dropdown-container {
          z-index: 100 !important;
          max-height: 220px;
        }

        .gpc-e .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;
        }
  

/* === BLOCO: css_custom_13 === */


  .popup * {
          box-sizing: border-box;
        }

        .popup-overlay,
        #e_3313887_1_177256534632724553 {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.6);
          display: none;
          align-items: center;
          justify-content: center;
          z-index: 9999;
        }

        .popup {
          background: #ffffff;
          border-radius: 15px;
          padding: 30px;
          max-width: 500px;
          width: 90%;
          position: relative;
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        }

        .popup-close {
          position: absolute;
          top: 12px;
          right: 15px;
          background: none;
          border: none;
          font-size: 24px;
          cursor: pointer;
          text-decoration: none;
        }

        .popup a:hover {
          text-decoration: none;
        }

        .popup h2 {
          text-align: center;
          font-family: "Kanit", sans-serif;
          font-style: normal;
          font-weight: 900;
          font-size: 28px;
        }

        #customer-form-ia {
          overflow: auto !important;
          box-sizing: border-box;
        }

        @media (max-width: 550px) {
          .popup {
            padding: 0px;
            padding-bottom: 30px;
            max-width: 100%;
            width: 90%;
          }

          .popup h2 {
            font-size: 18px;
          }
        }
  

/* === BLOCO: css_custom_14 === */


#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, .botao_evento { cursor: pointer; }


/* === BLOCO: css_custom_15 === */

/* gsi-seta-fix: chevron CSS p/ seta do slider .gsi (Material Icons removido na captura) */
  .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;
  }
  
 @media all and (max-width:800px) {
/* swiper-intermediate-fix: na faixa 552–800px o CSS mobile do GP aplica
   height:208px nos containers enquanto as imagens forçam 321px, causando
   transbordamento vertical. Revertemos para height:auto e clippamos o overflow. */
  .swiper .swiper-slide img,
  .swiper2 .swiper-slide img,
  .swiper3 .swiper-slide img {
    height: auto;
  }

  .swiper4 .box-image-prof {
    font-size: 16px;
  }

   .gpc-e.esconder_desktop,
   .gpc-e.gpc-e.dd.esconder_desktop,
   .gpc-e.gpc-e.dm.esconder_desktop,
   .gpc-b.esconder_desktop {
     display: block;
   }

   .gpc-e.esconder_mobile,
   .gpc-b.esconder_mobile {
     display: none !important
   }

   .gpc-e.dd {
     display: none
   }

   .gpc-e.dm,
   .gpc-e.dd.gpc-e.dm {
     display: block
   }
 }
