.elementor-kit-51{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-51 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){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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Estilos gerais do footer */
#colophon.site-footer {
    background-color: #222; /* Fundo escuro */
    color: #fff;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

/* Estrutura do conteúdo do footer */
.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

/* Estilo para os widgets */
.widget-column {
    flex: 1;
    min-width: 220px;
    margin: 10px;
}

.heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Estilo para as listas */
.textwidget ul {
    list-style: none;
    padding: 0;
}

.textwidget ul li {
    margin-bottom: 10px;
}

.textwidget ul li a {
    color: #9b9b9b;
    text-decoration: none;
    font-size: 14px;
}

.textwidget ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.textwidget p {
    margin: 8px 0;
    line-height: 1.6;
    font-size: 14px;
}

/* Redes sociais */
.social-icons {
    display: flex;
    list-style: none;
    padding: 0;
}

.social-icons li {
    margin-right: 10px;
}

.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
}

.social-icons a:hover {
    background-color: #6c63ff;
}

/* Subscreva */
input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #555;
    background-color: #333;
    color: #fff;
    font-size: 14px;
}

input[type="submit"] {
    background-color: #6c63ff;
    color: #fff;
    border: none;
    padding: 10px 15px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
}

input[type="submit"]:hover {
    background-color: #5754d4;
}

/* Responsividade */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
    }

    .widget-column {
        margin-bottom: 20px;
    }
}/* End custom CSS */