.elementor-kit-6{--e-global-color-primary:#1D434E;--e-global-color-secondary:#348C7D;--e-global-color-text:#141D26;--e-global-color-accent:#FFFFFF;--e-global-color-385cada:#E1E1E1;--e-global-color-ac13e6e:#909090;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:600;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.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 *//* LARGURA ÚTIL AUTOMÁTICA */

/* WIDESCREEN E DESKTOP */
@media (min-width: 1367px) {
    .e-con {
        --content-width: 1280px;
    }
}

/* LAPTOP */
@media (min-width: 1201px) and (max-width: 1366px) {
    .e-con {
        --content-width: 1100px;
    }
}

/* TABLET PAISAGEM */
@media (min-width: 1025px) and (max-width: 1200px) {
    .e-con {
        --content-width: 924px;
    }
}

/* TABLET RETRATO */
@media (min-width: 881px) and (max-width: 1024px) {
    .e-con {
        --content-width: 780px;
    }
}

/* CELULAR PAISAGEM */
@media (min-width: 768px) and (max-width: 880px) {
    .e-con {
        --content-width: 728px;
    }
}

/* CELULAR RETRATO */
@media (max-width: 767px) {
    .e-con {
        --content-width: 360px;
    }
}





/* Aplica degradê em títulos (exemplo: H1) */
h1.gradient-title {
  background: linear-gradient(90deg, #0056b3, #ff6600); /* cores do degradê */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  text-fill-color: transparent;
}

/* Degradê verde-azulado (#1d434e e #348c7d) */
.gradient-green {
  background: linear-gradient(90deg, #1d434e, #348c7d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}




/* Aplica fonte e estilo à área de checkboxes customizados */
.checkbox-customizado {
    font-family: "Poppins", sans-serif; /* Você pode mudar a fonte aqui */
}

/* Estiliza a lista dos checkboxes */
.checkbox-customizado ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    color: #1d434e;
    padding: 0;
    margin: 0;
}

/* Cada item da lista */
.checkbox-customizado ul li {
    position: relative;
    display: flex;
    align-items: center;
}

/* Texto do checkbox */
.checkbox-customizado .texto {
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    padding-left: 30px;
    transition: 0.3s ease-in-out;
}

/* Círculo do checkbox */
.checkbox-customizado .circulo {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    width: 21px;
    height: 21px;
    border: 2px solid #797979;
    border-radius: 100%;
    cursor: pointer;
    transition: 0.4s ease-out 0.5s;
}

/* Esconde o input padrão */
.checkbox-customizado input[type="checkbox"] {
    display: none;
}

/* Ícone de check (SVG, por exemplo) */
.checkbox-customizado .check {
    position: absolute;
    top: 7px;
    left: 3px;
    stroke: #40bd3d; /* Cor do check */
    stroke-width: 5;
    stroke-dasharray: 30 30;
    stroke-dashoffset: 30;
    fill: none;
    transition: 0.5s ease-out;
}

/* Quando o checkbox é marcado, muda o texto */
.checkbox-customizado input[type="checkbox"]:checked ~ .texto {
    color: #1d434e;
}

/* Quando marcado, o círculo some */
.checkbox-customizado input[type="checkbox"]:checked ~ .circulo {
    transform: scale(1.5);
    opacity: 0;
    transition: 0.4s ease-in;
}

/* Animação do check ao marcar */
.checkbox-customizado input[type="checkbox"]:checked ~ .check {
    stroke-dashoffset: 0;
    transition: 0.5s ease-out 0.4s;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://doutoresprotegidos.com.br/wp-content/uploads/2025/08/Sora-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://doutoresprotegidos.com.br/wp-content/uploads/2025/08/Sora-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://doutoresprotegidos.com.br/wp-content/uploads/2025/08/Sora-SemiBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://doutoresprotegidos.com.br/wp-content/uploads/2025/08/Poppins-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://doutoresprotegidos.com.br/wp-content/uploads/2025/08/Poppins-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://doutoresprotegidos.com.br/wp-content/uploads/2025/08/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://doutoresprotegidos.com.br/wp-content/uploads/2025/08/Poppins-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */