.elementor-kit-8{--e-global-color-primary:#FF0001;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 a{color:#FFFFFF;font-family:"Gotham", Sans-serif;}.elementor-kit-8 h1{color:#FFFFFF;font-family:"Gotham", Sans-serif;}.elementor-kit-8 h3{color:#FFFFFF;font-family:"Gotham", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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-kit-8 a{font-size:20px;}.elementor-kit-8 h1{font-size:20px;}.elementor-kit-8 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.elementor-kit-8{--e-page-transition-entrance-animation:e-page-transition-fade-out-down;--e-page-transition-exit-animation:e-page-transition-fade-in-up;}}/* Start custom CSS */.e-con-full {
    padding: 0;
    transition: padding 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .e-con .elementor-widget:not(.fixo) {
        width: 100% !important;
        padding: 10px; /* Adiciona um pouco de espaço interno */
        box-sizing: border-box; /* Garante que o padding não afete a largura total */
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    .e-con .elementor-widget {
        padding: 15px; /* Aumenta o espaço interno para tablets */
        box-sizing: border-box;
    }
}

@media (max-width: 1367px) {
    .e-con {
        --container-max-width: 1280px;
    }
}

@media (min-width: 1368px) {
    .e-con {
        max-width: 80%; /* Limita a largura máxima em telas grandes */
        margin: auto; /* Centraliza o conteúdo */
    }
}

/* BARRA DE ROLAGEM */



/* Estilizando a barra de rolagem geral */
::-webkit-scrollbar {
    width: 12px; /* Largura da barra de rolagem */
}

/* Estilizando o fundo da barra de rolagem (trilha) */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Cor de fundo */
    border-radius: 10px; /* Bordas arredondadas */
}

/* Estilizando a alça da barra de rolagem (thumb) */
::-webkit-scrollbar-thumb {
    background: #FF0001; /* Cor da alça */
    border-radius: 10px; /* Bordas arredondadas */
    transition: background-color 0.3s ease; /* Transição suave da cor */
}

/* Altera a cor da alça ao passar o mouse */
::-webkit-scrollbar-thumb:hover {
    background: black; /* Cor da alça ao passar o mouse */
}

/* Aplicando estilos para navegadores que suportam a pseudo-classe scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1; /* Cor da alça e da trilha */
}

/* Estilo opcional: animação suave ao rolar a página */
html {
    scroll-behavior: smooth;
}



/* falhas padroes*/

a{
outline: medium none !important;
}
a {
text-decoration: none!important;
}
img {
pointer-events: none;
}


/* Estilizando todos os parágrafos */
p {
    margin-bottom: 0; /* Remove a margem inferior para um layout mais compacto */
    line-height: 1.6; /* Melhora a legibilidade com um espaçamento de linha ideal */
    color: #333; /* Define uma cor de texto padrão mais suave, altere conforme necessário */
}

p {
    margin-bottom: 0;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('http://links.idlab.art.br/wp-content/uploads/2023/12/GothamLight.woff2') format('woff2'),
		url('http://links.idlab.art.br/wp-content/uploads/2023/12/GothamLight.woff') format('woff'),
		url('http://links.idlab.art.br/wp-content/uploads/2023/12/GothamLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://links.idlab.art.br/wp-content/uploads/2023/12/GothamMedium_1.woff2') format('woff2'),
		url('http://links.idlab.art.br/wp-content/uploads/2023/12/GothamMedium.woff') format('woff');
}
@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('http://links.idlab.art.br/wp-content/uploads/2023/12/GothamBold.woff2') format('woff2'),
		url('http://links.idlab.art.br/wp-content/uploads/2023/12/GothamBold.woff') format('woff');
}
/* End Custom Fonts CSS */