.elementor-kit-5{--e-global-color-primary:#04121B;--e-global-color-secondary:#2CB1E6;--e-global-color-text:#E5E5E5;--e-global-color-accent:#2CB1E6;--e-global-typography-primary-font-family:"Kanit";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Kanit";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Kanit";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Kanit";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-text );}.elementor-kit-5 img{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Esconde o conteúdo com altura zero e transparência */
.card-expansivel .conteudo-extra {
    display: block !important; /* Precisa ser block para animar altura */
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease !important;
}

/* Quando aberto, expande até um limite grande o suficiente */
.card-expansivel.aberto .conteudo-extra {
    max-height: 1000px; /* Um valor alto para caber qualquer texto */
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Estilo do botão - Limpo e sem cores estranhas */
.card-expansivel .btn-ver-mais {
    display: block !important;
    background: transparent !important;
    border: none !important;
    color: #1a2432 !important; /* Cor do seu título */
    font-weight: bold !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin-top: 5px !important;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.card-expansivel .btn-ver-mais:hover {
    color: #ce1a5e !important; /* Cor de destaque no hover */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://lucasfernandes.eng.br/wp-content/uploads/2025/04/Kanit-Light.eot');
	src: url('https://lucasfernandes.eng.br/wp-content/uploads/2025/04/Kanit-Light.eot?#iefix') format('embedded-opentype'),
		url('https://lucasfernandes.eng.br/wp-content/uploads/2025/04/Kanit-Light.woff2') format('woff2'),
		url('https://lucasfernandes.eng.br/wp-content/uploads/2025/04/Kanit-Light.woff') format('woff'),
		url('https://lucasfernandes.eng.br/wp-content/uploads/2025/04/Kanit-Light.ttf') format('truetype'),
		url('https://lucasfernandes.eng.br/wp-content/uploads/2025/04/Kanit-Light.svg#Kanit') format('svg');
}
@font-face {
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://lucasfernandes.eng.br/wp-content/uploads/2025/04/Kanit-Medium.eot');
	src: url('https://lucasfernandes.eng.br/wp-content/uploads/2025/04/Kanit-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://lucasfernandes.eng.br/wp-content/uploads/2025/04/Kanit-Medium.woff2') format('woff2'),
		url('https://lucasfernandes.eng.br/wp-content/uploads/2025/04/Kanit-Medium.woff') format('woff'),
		url('https://lucasfernandes.eng.br/wp-content/uploads/2025/04/Kanit-Medium.ttf') format('truetype'),
		url('https://lucasfernandes.eng.br/wp-content/uploads/2025/04/Kanit-Medium.svg#Kanit') format('svg');
}
@font-face {
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://lucasfernandes.eng.br/wp-content/uploads/2025/04/Kanit-Bold.eot');
	src: url('https://lucasfernandes.eng.br/wp-content/uploads/2025/04/Kanit-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://lucasfernandes.eng.br/wp-content/uploads/2025/04/Kanit-Bold.woff2') format('woff2'),
		url('https://lucasfernandes.eng.br/wp-content/uploads/2025/04/Kanit-Bold.woff') format('woff'),
		url('https://lucasfernandes.eng.br/wp-content/uploads/2025/04/Kanit-Bold.ttf') format('truetype'),
		url('https://lucasfernandes.eng.br/wp-content/uploads/2025/04/Kanit-Bold.svg#Kanit') format('svg');
}
/* End Custom Fonts CSS */