.elementor-237 .elementor-element.elementor-element-99f7369{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:8px;--padding-bottom:8px;--padding-left:8px;--padding-right:8px;}.elementor-237 .elementor-element.elementor-element-99f7369:not(.elementor-motion-effects-element-type-background), .elementor-237 .elementor-element.elementor-element-99f7369 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-dc95cd3 );}.elementor-237 .elementor-element.elementor-element-b2bfd76{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-237 .elementor-element.elementor-element-81d96ca{background-color:var( --e-global-color-primary );margin:16px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:8px 8px 8px 8px;text-align:start;}.elementor-237 .elementor-element.elementor-element-81d96ca .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:24px;font-weight:500;color:var( --e-global-color-dc95cd3 );}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-237 .elementor-element.elementor-element-4de239a.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-237 .elementor-element.elementor-element-4de239a{color:var( --e-global-color-a7bdff5 );}.elementor-widget-post-navigation span.post-navigation__prev--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__next--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-237 .elementor-element.elementor-element-9c273c8 span.post-navigation__prev--label{color:var( --e-global-color-a7bdff5 );}.elementor-237 .elementor-element.elementor-element-9c273c8 span.post-navigation__next--label{color:var( --e-global-color-a7bdff5 );}.elementor-237 .elementor-element.elementor-element-9c273c8 .post-navigation__arrow-wrapper{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-237 .elementor-element.elementor-element-850a04e{background-color:var( --e-global-color-19b4ea5 );}.elementor-237 .elementor-element.elementor-element-c063d6f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--margin-top:16px;--margin-bottom:16px;--margin-left:16px;--margin-right:16px;}.elementor-237 .elementor-element.elementor-element-5abd293{background-color:var( --e-global-color-primary );padding:8px 8px 8px 8px;text-align:center;}.elementor-237 .elementor-element.elementor-element-5abd293 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:24px;font-weight:500;color:var( --e-global-color-dc95cd3 );}.elementor-237 .elementor-element.elementor-element-5000294{--e-image-carousel-slides-to-show:1;}@media(min-width:768px){.elementor-237 .elementor-element.elementor-element-b2bfd76{--width:66.666%;}.elementor-237 .elementor-element.elementor-element-c063d6f{--width:33.33%;}}/* Start custom CSS for post-comments, class: .elementor-element-850a04e *//* Caixa geral dos comentários */
#comments {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #eeeeee;
}

/* Título da área de comentários */
#comments .comments-title,
#comments .comment-reply-title {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
}

/* Labels dos campos */
#comments label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}

/* Campos de texto */
#comments input[type="text"],
#comments input[type="email"],
#comments input[type="url"],
#comments textarea {
    width: 100%;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 15px;
    color: #333333;
    outline: none;
}

/* Campo de comentário */
#comments textarea {
    min-height: 160px;
    resize: vertical;
}

/* Campos ao clicar */
#comments input[type="text"]:focus,
#comments input[type="email"]:focus,
#comments input[type="url"]:focus,
#comments textarea:focus {
    border-color: #000q;
    box-shadow: 0 0 0 2px rgba(255, 44, 44, 0.12);
}

/* Botão de enviar comentário */
#comments input[type="submit"],
#comments button[type="submit"] {
    background-color: #ff2c2c !important;
    border: 1px solid #ff2c2c !important;
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
    cursor: pointer;
    transition: all .3s ease;
}

/* Hover do botão */
#comments input[type="submit"]:hover,
#comments button[type="submit"]:hover {
    background-color: #ff2c2c !important;
    border-color: #ff2c2c !important;
    color: #ffffff !important;
    opacity: 0.9;
}
/* Área de comentários - textos em preto */
#comments,
#comments p,
#comments label,
#comments span,
#comments small,
#comments .logged-in-as,
#comments .comment-notes,
#comments .comment-form-comment,
#comments .comment-reply-title {
    color: #000000 !important;
}

/* Links: Editar perfil, Sair etc. */
#comments a,
#comments .logged-in-as a {
    color: #000000 !important;
    text-decoration: underline;
}

/* Hover dos links */
#comments a:hover,
#comments .logged-in-as a:hover {
    color: #ff2c2c !important;
}

/* Título "Deixe um comentário" */
#comments .comment-reply-title {
    color: #000000 !important;
    font-weight: 700;
}

/* Label "Comentário *" */
#comments label {
    color: #000000 !important;
    font-weight: 500;
}

/* Campo de comentário */
#comments textarea {
    color: #000000 !important;
    background-color: #ffffff !important;
    border: 1px solid #999999 !important;
}/* End custom CSS */