.elementor-90 .elementor-element.elementor-element-c0d4620{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-90 .elementor-element.elementor-element-28f46c2 .elementor-heading-title{font-size:112px;font-weight:600;color:var( --e-global-color-text );}.elementor-90 .elementor-element.elementor-element-2602294{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-90 .elementor-element.elementor-element-7fe24fd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-90 .elementor-element.elementor-element-67a5d5c .elementor-heading-title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:#FFFFFF;}.elementor-90 .elementor-element.elementor-element-0673661{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--gap:4px 4px;--row-gap:4px;--column-gap:4px;}.elementor-90 .elementor-element.elementor-element-d88e3aa .elementor-heading-title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:#FFFFFF;}.elementor-90 .elementor-element.elementor-element-c26eab1 > .elementor-widget-container{margin:-5px 0px 0px 0px;}.elementor-90 .elementor-element.elementor-element-c26eab1.elementor-element{--align-self:center;}.elementor-90 .elementor-element.elementor-element-c26eab1 img{width:70px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1366px){.elementor-90 .elementor-element.elementor-element-67a5d5c .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-90 .elementor-element.elementor-element-d88e3aa .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-90 .elementor-element.elementor-element-67a5d5c .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-90 .elementor-element.elementor-element-d88e3aa .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-90 .elementor-element.elementor-element-67a5d5c .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-90 .elementor-element.elementor-element-d88e3aa .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(min-width:768px){.elementor-90 .elementor-element.elementor-element-7fe24fd{--width:50%;}.elementor-90 .elementor-element.elementor-element-0673661{--width:50%;}}@media(min-width:1440px){.elementor-90 .elementor-element.elementor-element-67a5d5c .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-90 .elementor-element.elementor-element-d88e3aa .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for container, class: .elementor-element-c0d4620 *//* Estilo para o container */
.container-hover {
    position: relative;
    display: inline-block;
    cursor: none;
}

/* Estilo do cursor personalizado */
.cursor {
    position: fixed;
    pointer-events: none;
    width: 100px;  /* Tamanho inicial */
    height: 100px;
    background-image: url('https://zeros.artemisdigital.net/wp-content/uploads/2025/10/Cursor.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease; /* Transição suave de transformação */
    z-index: 9999;
    opacity: 0;
}

/* Quando o cursor está dentro da área de hover, faz a animação de aumento */
.container-hover:hover .cursor {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.5); /* Aumenta o tamanho */
}


.elementor-90 .elementor-element.elementor-element-c0d4620 .elementor-heading-title {
  transition: color 0.3s ease;
}

.elementor-90 .elementor-element.elementor-element-c0d4620:hover .elementor-heading-title {
  color: #BEFE0A !important;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-67a5d5c */.elementor-90 .elementor-element.elementor-element-67a5d5c p{
    color: #A6A7C7 !important;
    font-family: "Petrov Sans" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important; /* 24px */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7fe24fd */.elementor-90 .elementor-element.elementor-element-7fe24fd{
    width: auto;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-d88e3aa */.elementor-90 .elementor-element.elementor-element-d88e3aa a{
    color: #A6A7C7 !important;
    font-family: "Petrov Sans" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0673661 */.elementor-90 .elementor-element.elementor-element-0673661{
    width: auto;
}/* End custom CSS */