.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-d6c66a7:#F5F5F5;--e-global-color-d58e79e:#FF9200;--e-global-color-fc7df3d:#FF9C17;--e-global-color-4b4888f:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--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:500;background-color:#F5F5F5;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:80px;--container-default-padding-right:20px;--container-default-padding-bottom:80px;--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);}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.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 */::selection{
    background: #FF9200;
    color: white;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body{
    width: 100vw;
    height: 100vh;
}

.jet-form-builder-message--success{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jet-form-builder-message--error {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jet-form-builder-message--success,
.jet-form-builder-message--error {
  animation: fadeOut 0.5s ease 3s forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}


.jet-form-builder__fields-group{
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.jet-form-builder__field-label{
    width: 150px;
}

.jet-form-builder__color-picker-field{
    width: 70px !important;
}

small{
    display: none;
}

#destaque{
    background: #cccccc;
}

#status{
    background: #cccccc;
}

#ativar{
    background: #cccccc;
}

#destaque:checked{
    background: green !important;
}

#status:checked{
    background: green;
}

#ativar:checked{
    background: green;
}

.jet-form-builder__action-button{
    margin-top: 40px;
}

.volts{
    margin-top:  30px;
}

.ocultar{
    display: none !important;
}/* End custom CSS */