.elementor-kit-4{--e-global-color-primary:#8650FC;--e-global-color-secondary:#352064;--e-global-color-text:#787384;--e-global-color-accent:#FF744F;--e-global-color-4c37566:#F1F2E6;--e-global-color-40cab2c:#00000000;--e-global-color-492d1e9:#8650FC1A;--e-global-color-6fb80ab:#662E1F;--e-global-color-9639aea:#6D6D6D;--e-global-color-7bf99fe:#02DF95;--e-global-typography-primary-font-family:"Neue Gothama";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Neue Gothama";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Neue Gothama";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.8em;--e-global-typography-text-letter-spacing:0.4px;--e-global-typography-accent-font-family:"Neue Gothama";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1em;--e-global-typography-accent-letter-spacing:0.3px;--e-global-typography-7da7390-font-family:"Neue Gothama";--e-global-typography-7da7390-font-size:16px;--e-global-typography-7da7390-font-weight:500;--e-global-typography-7da7390-text-transform:uppercase;--e-global-typography-7da7390-line-height:1em;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 );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );border-radius:99px 99px 99px 99px;padding:20px 20px 20px 20px;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1592px;}.e-con{--container-max-width:1592px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-4{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:28px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );padding:16px 16px 16px 16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:14px;--e-global-typography-accent-line-height:10px;--e-global-typography-7da7390-font-size:13px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Laranja:#FF744F; --Roxo:#352064; --Texto:#787384; --Claro:#F1F2E6; --Verde:#02DF95; }
/* Start custom CSS */html, body {
    overflow-x: hidden;
}
/* Botão */
.btn-ico .elementor-button {
    padding: 0;
    background: none;
}
.btn-ico .elementor-button-content-wrapper {
    --width: 50px;
    gap: 0;
    transition: all .5s ease;
}
.btn-ico .elementor-button-text {
    padding: 18px 24px 18px 24px;
    border-radius: 99px;
    background: var(--e-global-color-accent);
    transition: all .5s ease;
    position: relative;
    left: 0;
}
.btn-ico .elementor-button-icon {
    background: var(--e-global-color-accent);
    border-radius: 99px;
    display: grid;
    place-content: center;
    transition: all .5s ease;
    width: var( --width );
    height: var( --width );
    position: relative;
    left: 0;
}
.btn-ico:hover .elementor-button-icon {
   left: calc(-100% + var( --width ));
}
.btn-ico:hover .elementor-button-text {
    left: var( --width );
}

/* Título */
.elementor-heading-title:has(mark) {
    z-index: 0;
    position: relative;
}
.elementor-heading-title mark {
    background: none;
    position: relative;
    color: currentColor;
}
.mark-a mark::before {
    content: '';
    background: url(https://comunicamaisassessoria.com.br/wp-content/uploads/2026/06/mark.png) no-repeat;
    background-size: contain;
    top: -10%;
    height: 150%;
    width: 110%;
    position: absolute;
    z-index: -1;
}
.mark-b mark::before {
    content: '';
    background: url(https://comunicamaisassessoria.com.br/wp-content/uploads/2026/06/mark-b.png) no-repeat;
    background-size: contain;
    top: -10%;
    height: 150%;
    width: 110%;
    position: absolute;
    z-index: -1;
}
.mark-c mark::before {
    content: '';
    background: url(https://comunicamaisassessoria.com.br/wp-content/uploads/2026/06/mark-b.png) no-repeat;
    background-size: contain;
    top: -10%;
    height: 150%;
    width: 110%;
    position: absolute;
    z-index: -1;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Neue Gothama';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://comunicamaisassessoria.com.br/wp-content/uploads/2026/06/NeueGothamaSemiboldi.woff2') format('woff2'),
		url('https://comunicamaisassessoria.com.br/wp-content/uploads/2026/06/NeueGothamaSemiboldi.woff') format('woff'),
		url('https://comunicamaisassessoria.com.br/wp-content/uploads/2026/06/NeueGothamaSemiboldi.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Gothama';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://comunicamaisassessoria.com.br/wp-content/uploads/2026/06/NeueGothamaRegular.woff2') format('woff2'),
		url('https://comunicamaisassessoria.com.br/wp-content/uploads/2026/06/NeueGothamaRegular.woff') format('woff'),
		url('https://comunicamaisassessoria.com.br/wp-content/uploads/2026/06/NeueGothamaRegular.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Gothama';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://comunicamaisassessoria.com.br/wp-content/uploads/2026/06/NeueGothamaBold.woff2') format('woff2'),
		url('https://comunicamaisassessoria.com.br/wp-content/uploads/2026/06/NeueGothamaBold.woff') format('woff'),
		url('https://comunicamaisassessoria.com.br/wp-content/uploads/2026/06/NeueGothamaBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Gothama';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://comunicamaisassessoria.com.br/wp-content/uploads/2026/06/NeueGothamaMedium.eot');
	src: url('https://comunicamaisassessoria.com.br/wp-content/uploads/2026/06/NeueGothamaMedium.eot?#iefix') format('embedded-opentype'),
		url('https://comunicamaisassessoria.com.br/wp-content/uploads/2026/06/NeueGothamaMedium.woff2') format('woff2'),
		url('https://comunicamaisassessoria.com.br/wp-content/uploads/2026/06/NeueGothamaMedium.woff') format('woff'),
		url('https://comunicamaisassessoria.com.br/wp-content/uploads/2026/06/NeueGothamaMedium.ttf') format('truetype');
}
/* End Custom Fonts CSS */