.elementor-kit-36{--e-global-color-primary:#000A0D;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#141414;--e-global-color-accent:#00AAE0;--e-global-color-5e71d9b:#EEF8FF;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-size:3em;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-size:2.5em;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-size:1.125em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.55em;--e-global-typography-text-letter-spacing:0.01em;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-size:1.25em;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1.2em;--e-global-typography-8419cf5-font-size:1.313em;--e-global-typography-8419cf5-font-weight:700;--e-global-typography-8419cf5-line-height:1.2em;--e-global-typography-aa10e41-font-family:"Helvetica";--e-global-typography-aa10e41-font-size:2em;--e-global-typography-aa10e41-font-weight:700;--e-global-typography-aa10e41-line-height:1.2em;background-color:#FCFCFC;}.elementor-kit-36 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:7em;--container-default-padding-right:0em;--container-default-padding-bottom:7em;--container-default-padding-left:0em;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;gap:22px;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:202px;max-width:202px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:7em;--container-default-padding-right:0em;--container-default-padding-bottom:7em;--container-default-padding-left:0em;}}@media(max-width:1024px){.elementor-kit-36{--e-global-typography-primary-font-size:2.5em;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:2em;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-size:1.125em;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-size:1.125em;--e-global-typography-accent-line-height:1.2em;--e-global-typography-aa10e41-font-size:2em;--e-global-typography-aa10e41-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:5em;--container-default-padding-right:0em;--container-default-padding-bottom:5em;--container-default-padding-left:0em;}}@media(max-width:767px){.elementor-kit-36{--e-global-typography-primary-font-size:7.9vw;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:6.5vw;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-size:5vw;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-size:5.3vw;--e-global-typography-aa10e41-font-size:6.5vw;--e-global-typography-aa10e41-line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:4em;--container-default-padding-right:1.25em;--container-default-padding-bottom:4em;--container-default-padding-left:1.25em;}}@media(min-width:2400px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:7em;--container-default-padding-right:0em;--container-default-padding-bottom:7em;--container-default-padding-left:0em;}}/* Start custom CSS *//* Remover scroll horizontal */
html, body {
    width: 100%;
    overflow-x: hidden;
}

/* Remover espaço textos */
p:last-child{
    margin-bottom: 0px;
}

.elementor-heading-title{
    margin-bottom: 0px;
}

/* Personalizar barra de rolagem */
body::-webkit-scrollbar{
    width: 10px;
}

body::-webkit-scrollbar-track{
    background: #fff;
}

body::-webkit-scrollbar-thumb{
    background: #00aae0;
    border-radius: 10px;
    border: 2px solid #fff;
}

/* Alterar cor da seleção */
*::selection {
    color: #ffffff;
    background: #00aae0;
}

/* Degradê */
.gradiente {
  background: linear-gradient(to right, #00aae0, #0b6b8e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.elementor-image-box-title,
.elementor-image-box-description,
.elementor-icon-box-title,
.elementor-icon-box-description, .elementor-icon-list-text {
    text-wrap: balance;
}

.elementor-kit-36 .elementor-button{
    animation: pisca 1.5s infinite;
    box-shadow: 0px 0px 20px -5px #00aae0; /*mude a cor aqui*/
}

@keyframes pisca {
    70% {
        box-shadow: 0 0 0 30px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://mentoria.jorgepenillo.com.br/wp-content/uploads/2025/05/Helvetica.eot');
	src: url('https://mentoria.jorgepenillo.com.br/wp-content/uploads/2025/05/Helvetica.eot?#iefix') format('embedded-opentype'),
		url('https://mentoria.jorgepenillo.com.br/wp-content/uploads/2025/05/Helvetica.woff2') format('woff2'),
		url('https://mentoria.jorgepenillo.com.br/wp-content/uploads/2025/05/Helvetica.woff') format('woff'),
		url('https://mentoria.jorgepenillo.com.br/wp-content/uploads/2025/05/Helvetica.ttf') format('truetype'),
		url('https://mentoria.jorgepenillo.com.br/wp-content/uploads/2025/05/Helvetica.svg#Helvetica') format('svg');
}
@font-face {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://mentoria.jorgepenillo.com.br/wp-content/uploads/2025/05/Helvetica-Bold.eot');
	src: url('https://mentoria.jorgepenillo.com.br/wp-content/uploads/2025/05/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://mentoria.jorgepenillo.com.br/wp-content/uploads/2025/05/Helvetica-Bold.woff2') format('woff2'),
		url('https://mentoria.jorgepenillo.com.br/wp-content/uploads/2025/05/Helvetica-Bold.woff') format('woff'),
		url('https://mentoria.jorgepenillo.com.br/wp-content/uploads/2025/05/Helvetica-Bold.ttf') format('truetype'),
		url('https://mentoria.jorgepenillo.com.br/wp-content/uploads/2025/05/Helvetica-Bold.svg#Helvetica') format('svg');
}
/* End Custom Fonts CSS */