Voluntariado Corporativo
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
img {
vertical-align: middle;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
b, strong {
font-weight: bold;
}
i, em {
font-style: italic;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background-color: #FFFFFF;
color: #333333;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 16px;
line-height: 1.42857;
}
h1, h2, h3, h4, h5, h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
h1 { font-size: 41px; }
h2 { font-size: 34px; }
h3 { font-size: 28px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
.bricks--page {
width: 100%;
}
.bricks--section {
width: 100%;
}
.bricks--section > div {
margin-left: auto;
margin-right: auto;
}
.bricks--row {
display: flex;
flex-flow: column nowrap;
}
.bricks--column > div {
height: 100%;
display: flex;
flex-direction: column;
}
.bricks--component-box {
display: flex;
flex-flow: column nowrap;
width: 100%;
}
@media screen and (min-width: 768px) {
.bricks--row {
flex-flow: row nowrap;
}
}
.bricks-form {
height: auto;
width: 100%;
}
.bricks-form__fieldset {
display: flex;
flex-flow: row wrap;
margin-left: -5px;
margin-right: -5px;
}
.bricks-form__field {
display: flex;
width: 100%;
flex-grow: 1;
flex-direction: column;
}
.bricks-form__field--hidden {
display: none;
}
.bricks-form__label {
position: relative !important;
display: inline-block;
max-width: 100%;
margin-bottom: 0.4em;
line-height: 1.25;
vertical-align: middle;
}
.bricks-form__input {
display: block;
width: 100%;
padding: 0 0.5em;
line-height: 1.42857;
}
.bricks-form__input.error {
border: 1px solid red !important;
}
.bricks-form__field__option .bricks-form__label {
padding-left: 1.33em;
margin-bottom: 0.2em;
}
.bricks-form__field__option .bricks-form__label input[type="checkbox"],
.bricks-form__field__option .bricks-form__label input[type="radio"] {
margin: 0px 0px 0px -1.33em;
}
.bricks-form__submit {
position: relative;
}
.bricks--component-video div {
position: relative;
height: 0;
padding-bottom: 56.25%;
line-height: 0;
box-sizing: border-box;
}
.bricks--component-video div iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.bricks--component-text {
color: #333;
line-height: 1.42;
overflow: hidden;
word-wrap: break-word;
}
.bricks--component-text a {
color: #31a2ff;
text-decoration: none;
}
.bricks--component-text sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.bricks--component-text sub {
bottom: -0.25em;
}
.bricks--component-text sup {
top: -0.5em;
}
.bricks--component-text ol,
.bricks--component-text ul {
padding-left: 1.5em;
}
.bricks--component-text ol > li,
.bricks--component-text ul > li {
list-style-type: none;
}
.bricks--component-text ul > li::before {
content: '\2022';
}
.bricks--component-text li::before {
display: inline-block;
white-space: nowrap;
width: 1.2em;
}
.bricks--component-text li:not(.ql-direction-rtl)::before {
margin-left: -1.5em;
margin-right: 0.3em;
text-align: right;
}
.bricks--component-text li.ql-direction-rtl::before {
margin-left: 0.3em;
margin-right: -1.5em;
}
.bricks--component-text ol li:not(.ql-direction-rtl),
.bricks--component-text ul li:not(.ql-direction-rtl) {
padding-left: 1.5em;
}
.bricks--component-text ol li.ql-direction-rtl,
.bricks--component-text ul li.ql-direction-rtl {
padding-right: 1.5em;
}
.bricks--component-text ol li {
counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
counter-increment: list-0;
}
.bricks--component-text ol li:before {
content: counter(list-0, decimal) '. ';
}
.bricks--component-text ol li.ql-indent-1 {
counter-increment: list-1;
}
.bricks--component-text ol li.ql-indent-1:before {
content: counter(list-1, lower-alpha) '. ';
}
.bricks--component-text ol li.ql-indent-1 {
counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.bricks--component-text ol li.ql-indent-2 {
counter-increment: list-2;
}
.bricks--component-text ol li.ql-indent-2:before {
content: counter(list-2, lower-roman) '. ';
}
.bricks--component-text ol li.ql-indent-2 {
counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.bricks--component-text ol li.ql-indent-3 {
counter-increment: list-3;
}
.bricks--component-text ol li.ql-indent-3:before {
content: counter(list-3, decimal) '. ';
}
.bricks--component-text ol li.ql-indent-3 {
counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.bricks--component-text ol li.ql-indent-4 {
counter-increment: list-4;
}
.bricks--component-text ol li.ql-indent-4:before {
content: counter(list-4, lower-alpha) '. ';
}
.bricks--component-text ol li.ql-indent-4 {
counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.bricks--component-text ol li.ql-indent-5 {
counter-increment: list-5;
}
.bricks--component-text ol li.ql-indent-5:before {
content: counter(list-5, lower-roman) '. ';
}
.bricks--component-text ol li.ql-indent-5 {
counter-reset: list-6 list-7 list-8 list-9;
}
.bricks--component-text ol li.ql-indent-6 {
counter-increment: list-6;
}
.bricks--component-text ol li.ql-indent-6:before {
content: counter(list-6, decimal) '. ';
}
.bricks--component-text ol li.ql-indent-6 {
counter-reset: list-7 list-8 list-9;
}
.bricks--component-text ol li.ql-indent-7 {
counter-increment: list-7;
}
.bricks--component-text ol li.ql-indent-7:before {
content: counter(list-7, lower-alpha) '. ';
}
.bricks--component-text ol li.ql-indent-7 {
counter-reset: list-8 list-9;
}
.bricks--component-text ol li.ql-indent-8 {
counter-increment: list-8;
}
.bricks--component-text ol li.ql-indent-8:before {
content: counter(list-8, lower-roman) '. ';
}
.bricks--component-text ol li.ql-indent-8 {
counter-reset: list-9;
}
.bricks--component-text ol li.ql-indent-9 {
counter-increment: list-9;
}
.bricks--component-text ol li.ql-indent-9:before {
content: counter(list-9, decimal) '. ';
}
.bricks--component-text .ql-indent-1:not(.ql-direction-rtl) {
padding-left: 3em;
}
.bricks--component-text li.ql-indent-1:not(.ql-direction-rtl) {
padding-left: 4.5em;
}
.bricks--component-text .ql-indent-1.ql-direction-rtl.ql-align-right {
padding-right: 3em;
}
.bricks--component-text li.ql-indent-1.ql-direction-rtl.ql-align-right {
padding-right: 4.5em;
}
.bricks--component-text .ql-indent-2:not(.ql-direction-rtl) {
padding-left: 6em;
}
.bricks--component-text li.ql-indent-2:not(.ql-direction-rtl) {
padding-left: 7.5em;
}
.bricks--component-text .ql-indent-2.ql-direction-rtl.ql-align-right {
padding-right: 6em;
}
.bricks--component-text li.ql-indent-2.ql-direction-rtl.ql-align-right {
padding-right: 7.5em;
}
.bricks--component-text .ql-indent-3:not(.ql-direction-rtl) {
padding-left: 9em;
}
.bricks--component-text li.ql-indent-3:not(.ql-direction-rtl) {
padding-left: 10.5em;
}
.bricks--component-text .ql-indent-3.ql-direction-rtl.ql-align-right {
padding-right: 9em;
}
.bricks--component-text li.ql-indent-3.ql-direction-rtl.ql-align-right {
padding-right: 10.5em;
}
.bricks--component-text .ql-indent-4:not(.ql-direction-rtl) {
padding-left: 12em;
}
.bricks--component-text li.ql-indent-4:not(.ql-direction-rtl) {
padding-left: 13.5em;
}
.bricks--component-text .ql-indent-4.ql-direction-rtl.ql-align-right {
padding-right: 12em;
}
.bricks--component-text li.ql-indent-4.ql-direction-rtl.ql-align-right {
padding-right: 13.5em;
}
.bricks--component-text .ql-indent-5:not(.ql-direction-rtl) {
padding-left: 15em;
}
.bricks--component-text li.ql-indent-5:not(.ql-direction-rtl) {
padding-left: 16.5em;
}
.bricks--component-text .ql-indent-5.ql-direction-rtl.ql-align-right {
padding-right: 15em;
}
.bricks--component-text li.ql-indent-5.ql-direction-rtl.ql-align-right {
padding-right: 16.5em;
}
.bricks--component-text .ql-indent-6:not(.ql-direction-rtl) {
padding-left: 18em;
}
.bricks--component-text li.ql-indent-6:not(.ql-direction-rtl) {
padding-left: 19.5em;
}
.bricks--component-text .ql-indent-6.ql-direction-rtl.ql-align-right {
padding-right: 18em;
}
.bricks--component-text li.ql-indent-6.ql-direction-rtl.ql-align-right {
padding-right: 19.5em;
}
.bricks--component-text .ql-indent-7:not(.ql-direction-rtl) {
padding-left: 21em;
}
.bricks--component-text li.ql-indent-7:not(.ql-direction-rtl) {
padding-left: 22.5em;
}
.bricks--component-text .ql-indent-7.ql-direction-rtl.ql-align-right {
padding-right: 21em;
}
.bricks--component-text li.ql-indent-7.ql-direction-rtl.ql-align-right {
padding-right: 22.5em;
}
.bricks--component-text .ql-indent-8:not(.ql-direction-rtl) {
padding-left: 24em;
}
.bricks--component-text li.ql-indent-8:not(.ql-direction-rtl) {
padding-left: 25.5em;
}
.bricks--component-text .ql-indent-8.ql-direction-rtl.ql-align-right {
padding-right: 24em;
}
.bricks--component-text li.ql-indent-8.ql-direction-rtl.ql-align-right {
padding-right: 25.5em;
}
.bricks--component-text .ql-indent-9:not(.ql-direction-rtl) {
padding-left: 27em;
}
.bricks--component-text li.ql-indent-9:not(.ql-direction-rtl) {
padding-left: 28.5em;
}
.bricks--component-text .ql-indent-9.ql-direction-rtl.ql-align-right {
padding-right: 27em;
}
.bricks--component-text li.ql-indent-9.ql-direction-rtl.ql-align-right {
padding-right: 28.5em;
}
.bricks--component-text .ql-direction-rtl {
direction: rtl;
text-align: inherit;
}
.bricks--section > div {
max-width: 980px;
}
html,
body {
width: 100%;
max-width: none;
margin: 0;
padding: 0;
overflow-x: hidden;
}
/*
* FULL BLEED:
* o RD/WordPress pode inserir a LP dentro de um módulo com largura
* limitada. O deslocamento abaixo faz a página usar a janela inteira,
* mesmo quando o elemento pai é mais estreito.
*/
#popup-_43wc076nj,
.bricks--container {
position: relative !important;
left: 50% !important;
width: 100vw !important;
min-width: 100vw !important;
max-width: 100vw !important;
margin-left: -50vw !important;
margin-right: -50vw !important;
padding-right: 0 !important;
padding-left: 0 !important;
}
.bricks--page,
.bricks--section {
width: 100% !important;
max-width: none !important;
margin: 0 !important;
}
/*===============================
= Choices =
===============================*/
.choices {
position: relative;
}
.rd-choices {
margin-bottom: 24px;
font-size: 16px;
background-color: #FFF;
height: 38px;
}
[class^="rdstation-popup-position"]:not(.floating-button) .choices {
height: 45px;
}
.choices:focus {
outline: none;
}
.choices:last-child {
margin-bottom: 0;
}
.choices.rd-is-disabled .rd-choices__inner,
.choices.rd-is-disabled .rd-choices__input {
background-color: #EAEAEA;
cursor: not-allowed;
user-select: none;
}
.choices.rd-is-disabled .rd-choices__item {
cursor: not-allowed;
}
.choices[data-type*="select-one"] {
cursor: pointer;
}
.choices[data-type*="select-one"] .rd-choices__inner {
padding-bottom: 7.5px;
}
.choices[data-type*="select-one"] .rd-choices__input {
display: block;
width: 100%;
padding: 10px;
border-bottom: 1px solid #DDDDDD;
background-color: #FFFFFF;
margin: 0;
}
.choices[data-type*="select-one"] .rd-choices__button {
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
padding: 0;
background-size: 8px;
position: absolute;
top: 50%;
right: 0;
margin-top: -10px;
margin-right: 25px;
height: 20px;
width: 20px;
border-radius: 10em;
opacity: .5;
}
.choices[data-type*="select-one"] .rd-choices__button:hover, .choices[data-type*="select-one"] .rd-choices__button:focus {
opacity: 1;
}
.choices[data-type*="select-one"] .rd-choices__button:focus {
box-shadow: 0px 0px 0px 2px #00BCD4;
}
.choices[data-type*="select-one"]:after {
content: "";
height: 0;
width: 0;
border-style: solid;
border-color: #333333 transparent transparent transparent;
border-width: 5px;
position: absolute;
right: 11.5px;
top: 50%;
margin-top: -2.5px;
pointer-events: none;
}
.choices[data-type*="select-one"].rd-is-open:after {
border-color: transparent transparent #333333 transparent;
margin-top: -7.5px;
}
.choices[data-type*="select-one"][dir="rtl"]:after {
left: 11.5px;
right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .rd-choices__button {
right: auto;
left: 0;
margin-left: 25px;
margin-right: 0;
}
.choices[data-type*="select-multiple"] .rd-choices__inner,
.choices[data-type*="text"] .rd-choices__inner {
cursor: text;
}
.choices[data-type*="select-multiple"] .rd-choices__button,
.choices[data-type*="text"] .rd-choices__button {
position: relative;
display: inline-block;
margin-top: 0;
margin-right: -4px;
margin-bottom: 0;
margin-left: 8px;
padding-left: 16px;
border-left: 1px solid #008fa1;
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
background-size: 8px;
width: 8px;
line-height: 1;
opacity: .75;
border-radius: 0;
}
.choices[data-type*="select-multiple"] .rd-choices__button:hover, .choices[data-type*="select-multiple"] .rd-choices__button:focus,
.choices[data-type*="text"] .rd-choices__button:hover,
.choices[data-type*="text"] .rd-choices__button:focus {
opacity: 1;
}
/* .rd-choices__inner {
display: inline-block;
vertical-align: top;
width: 100%;
background-color: #f9f9f9;
padding: 7.5px 7.5px 3.75px;
overflow: hidden;
} */
.rd-choices__inner {
border-radius: 2.5px;
font-size: 14px;
min-height: 38px;
border: 1px solid #5897fb;
}
.rd-is-focused .rd-choices__inner,
.rd-is-open .rd-choices__inner {
border-color: #5897fb !important;
}
.rd-is-open .rd-choices__inner {
border-radius: 2.5px 2.5px 0 0 !important;
border-bottom: none !important;
}
.rd-is-flipped.rd-is-open .rd-choices__inner {
border-radius: 0 0 2.5px 2.5px !important;
border-bottom: 1px solid #5897fb !important;
}
.choices__list {
margin: 0;
padding-left: 0;
list-style: none;
}
.rd-choices__list {
padding:4px !important;
}
.rd-choices__list--single {
display: inline-block;
padding: 4px 16px 4px 4px;
width: 100%;
line-height: 28px !important;
}
[class^="rdstation-popup-position"]:not(.floating-button) .rd-choices__list--single {
line-height: 35px !important;
}
[dir="rtl"] .rd-choices__list--single {
padding-right: 4px;
padding-left: 16px;
}
.rd-choices__list--single .rd-choices__item {
width: 100%;
}
.rd-choices__list--multiple {
display: inline;
}
.rd-choices__list--multiple .rd-choices__item {
display: inline-block;
vertical-align: middle;
border-radius: 20px;
padding: 4px 10px;
font-size: 12px;
font-weight: 500;
margin-right: 3.75px;
margin-bottom: 3.75px;
background-color: #00BCD4;
border: 1px solid #00a5bb;
color: #FFFFFF;
word-break: break-all;
}
.rd-choices__list--multiple .rd-choices__item[data-deletable] {
padding-right: 5px;
}
[dir="rtl"] .rd-choices__list--multiple .rd-choices__item {
margin-right: 0;
margin-left: 3.75px;
}
.rd-choices__list--multiple .rd-choices__item.rd-is-highlighted {
background-color: #00a5bb;
border: 1px solid #008fa1;
}
.rd-is-disabled .rd-choices__list--multiple .rd-choices__item {
background-color: #aaaaaa;
border: 1px solid #919191;
}
.choices__list--dropdown {
position: absolute;
width: 100%;
top: 100%;
margin-top: -1px;
overflow: hidden;
word-break: break-all;
}
.rd-choices__list--dropdown {
display: none;
z-index: 999999 !important;
background-color: #FFFFFF;
border-bottom-left-radius: 2.5px;
border-bottom-right-radius: 2.5px;
border-bottom: 1px solid #cacaca !important;
border-left: 1px solid #cacaca !important;
border-right: 1px solid #cacaca !important;
}
.rd-choices__list--dropdown.rd-is-active {
display: block;
border-bottom: 1px solid #5897fb !important;
border-left: 1px solid #5897fb !important;
border-right: 1px solid #5897fb !important;
margin-top: -1px !important;
}
.rd-is-open .rd-choices__list--dropdown {
border-color: #b7b7b7;
}
.rd-is-flipped .rd-choices__list--dropdown {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: -1px !important;
border-radius: .25rem .25rem 0 0;
border-top: 1px solid #5897fb !important;
border-bottom: none !important;
}
.rd-choices__list--dropdown .rd-choices__list {
position: relative;
max-height: 300px;
overflow: auto;
-webkit-overflow-scrolling: touch;
will-change: scroll-position;
}
.rd-choices__list--dropdown .rd-choices__item {
position: relative;
padding: 10px;
font-size: 14px;
padding: 5px !important;
}
[dir="rtl"] .rd-choices__list--dropdown .rd-choices__item {
text-align: right;
}
@media (min-width: 640px) {
.rd-choices__list--dropdown .rd-choices__item--selectable {
padding-right: 100px;
}
.rd-choices__list--dropdown .rd-choices__item--selectable:after {
content: attr(data-select-text);
font-size: 12px;
opacity: 0;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}
[dir="rtl"] .rd-choices__list--dropdown .rd-choices__item--selectable {
text-align: right;
padding-left: 100px;
padding-right: 10px;
}
[dir="rtl"] .rd-choices__list--dropdown .rd-choices__item--selectable:after {
right: auto;
left: 10px;
}
}
.rd-choices__list--dropdown .rd-choices__item--selectable.rd-is-highlighted {
background-color: #3875d7 !important;
color: #fff !important;
}
.rd-choices__list--dropdown .rd-choices__item--selectable.rd-is-highlighted:after {
opacity: .5;
}
.rd-choices__item {
cursor: default;
}
.rd-choices__item img {
width: 26px;
display: unset;
}
.rd-choices__item--selectable {
cursor: pointer;
}
.rd-choices__item--disabled {
cursor: not-allowed;
user-select: none;
opacity: .5;
}
.choices__heading {
font-weight: 600;
padding: 10px;
}
.rd-choices__heading {
font-size: 12px;
border-bottom: 1px solid #f7f7f7;
color: gray;
}
.rd-choices__button {
text-indent: -9999px;
-webkit-appearance: none;
appearance: none;
border: 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.rd-choices__button:focus {
outline: none;
}
.rd-choices__input {
display: inline-block;
vertical-align: baseline;
background-color: #f9f9f9;
border: 1px solid #aaa !important;
font-size: 14px;
margin-bottom: 5px;
border: 0;
border-radius: 0;
max-width: 100%;
padding: 4px 0 4px 2px;
margin-top: 6px;
height:28px !important;
}
.rd-choices__input:focus {
outline: 0;
}
[dir="rtl"] .rd-choices__input {
padding-right: 2px;
padding-left: 0;
}
.rd-choices__placeholder {
opacity: .5;
}
.rd-choices__input.is-hidden,
.choices[data-type*="select-one"] .rd-choices__input.is-hidden,
.choices[data-type*="select-multiple"] .rd-choices__input.is-hidden {
display: none !important;
}
/*===== End of Choices ======*/
html,
body {
width: 100%;
max-width: none;
margin: 0;
padding: 0;
overflow-x: hidden;
}
#popup-_43wc076nj,
.bricks--container,
.bricks--page,
.bricks--section {
width: 100% !important;
max-width: none !important;
}
/* Mantém o bloco externo em largura total, mesmo dentro de uma coluna
limitada pelo tema ou pelo construtor da página. */
#popup-_43wc076nj {
left: 50% !important;
width: 100vw !important;
min-width: 100vw !important;
max-width: 100vw !important;
margin-left: -50vw !important;
margin-right: -50vw !important;
}
#popup-_43wc076nj > .bricks--container {
left: auto !important;
width: 100% !important;
min-width: 100% !important;
max-width: none !important;
margin-right: 0 !important;
margin-left: 0 !important;
}
/* O fundo ocupa a tela; o conteúdo continua centralizado. */
.bricks--section > .bricks--row {
width: calc(100% - 40px);
max-width: 980px;
margin-right: auto;
margin-left: auto;
}
img,
video,
iframe {
max-width: 100%;
height: auto;
}
.bricks--component-text,
.bricks--component-text h1,
.bricks--component-text h2,
.bricks--component-text h3,
.bricks--component-text p,
.bricks--component-text strong,
.bricks--component-text span {
max-width: 100%;
overflow-wrap: normal;
word-break: normal !important;
hyphens: none;
}
@media screen and (max-width: 767px) {
.bricks--section > .bricks--row {
width: calc(100% - 32px);
}
.bricks--row {
flex-direction: column;
}
.bricks--column {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
min-width: 0;
}
.bricks--column > div {
min-height: auto !important;
}
/* Títulos: sobrescreve os tamanhos inline do editor do RD. */
.bricks--component-text h1,
.bricks--component-text h1 strong,
.bricks--component-text h1 span {
display: block !important;
visibility: visible !important;
font-size: 29px !important;
line-height: 1.18 !important;
letter-spacing: 0 !important;
}
.bricks--component-text h2,
.bricks--component-text h2 strong,
.bricks--component-text h2 span {
display: block !important;
visibility: visible !important;
font-size: 24px !important;
line-height: 1.25 !important;
}
/* Corrige os espaços excessivos antes dos títulos. */
#rd-text-mek13dyp,
#rd-text-mek0ue88,
#rd-text-mek13dyp,
#rd-text-m931scbi {
margin-top: 38px !important;
margin-bottom: 32px !important;
}
/* Benefícios: impede que palavras sejam cortadas no meio. */
#rd-text-mek13dyp {
width: 100% !important;
max-width: 100% !important;
padding: 0 4px;
}
#rd-text-mek13dyp h1 strong {
font-size: 29px !important;
line-height: 1.18 !important;
}
.bricks-form,
.bricks-form__fieldset,
.bricks-form__field,
.bricks-form__input,
.bricks-form__submit {
width: 100% !important;
max-width: 100% !important;
}
input,
select,
textarea,
button,
.bricks-form__submit {
min-height: 44px;
font-size: 16px !important;
}
}
@media screen and (max-width: 400px) {
.bricks--section > .bricks--row {
width: calc(100% - 24px);
}
.bricks--component-text h1,
.bricks--component-text h1 strong,
.bricks--component-text h1 span,
#rd-text-mek13dyp h1 strong {
font-size: 26px !important;
}
.bricks--component-text h2,
.bricks--component-text h2 strong,
.bricks--component-text h2 span {
font-size: 22px !important;
}
}
#rd-section-jsda8fny {
background-color: #079db5;
background-image:
linear-gradient(
90deg,
rgba(4, 145, 177, 1) 0%,
rgba(4, 151, 180, 0.99) 25%,
rgba(3, 158, 182, 0.94) 40%,
rgba(2, 165, 184, 0.76) 52%,
rgba(1, 172, 186, 0.42) 63%,
rgba(1, 178, 188, 0.08) 76%,
rgba(1, 178, 188, 0) 100%
),
url(https://jabrasil.org.br/wp-content/uploads/2026/07/ChatGPT-Image-30-de-jul.-de-2026-21_49_44.png);
background-position: center, calc(100% + 140px) top;
background-repeat: no-repeat, no-repeat;
background-size: cover, 112% auto;
background-attachment: scroll, scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: solid;
border-width: 1px;
}
@media screen and (max-width: 1199px) {
#rd-section-jsda8fny {
background-image:
linear-gradient(
90deg,
rgba(4, 145, 177, 1) 0%,
rgba(3, 156, 181, 0.98) 42%,
rgba(2, 166, 184, 0.72) 62%,
rgba(1, 178, 188, 0.12) 82%,
rgba(1, 178, 188, 0) 100%
),
url(https://jabrasil.org.br/wp-content/uploads/2026/07/ChatGPT-Image-30-de-jul.-de-2026-21_49_44.png);
background-position: center, calc(100% + 80px) top;
background-size: cover, auto 100%;
}
}
@media screen and (max-width: 767px) {
#rd-section-jsda8fny {
background-image:
linear-gradient(
180deg,
rgba(4, 145, 177, 0.88) 0%,
rgba(3, 158, 182, 0.76) 48%,
rgba(1, 172, 186, 0.9) 100%
),
url(https://jabrasil.org.br/wp-content/uploads/2026/07/ChatGPT-Image-30-de-jul.-de-2026-21_49_44.png);
background-position: center, 72% top;
background-size: cover, auto 100%;
}
}
#rd-section-jsda8fny > div:not(.bricks--row) {
min-height: 0px;
}
#rd-row-mehe20j0 {
min-height: 101px;
}
#rd-row-mehe20j0 .bricks--column > div {
min-height: 101px;
}
@media (max-width: 480px) {
#rd-row-mehe20j0.bricks--row {
min-height: auto;
}
}
@media screen and (max-width: 767px) {
#rd-row-mehe20j0.bricks--row.rd-row {
min-height: auto;
}
}
#rd-column-mehe20j1 {
flex: 12 0 0;
}
#rd-column-mehe20j1 > div {
background-color: transparent;
justify-content: center;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-column-mehe20j1 > div {
min-height: auto !important;
}
}
@media (max-width: 480px) {
#rd-column-mehe20j1 > div {
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
}
#rd-row-jsda8fnz {
min-height: 496px;
}
#rd-row-jsda8fnz .bricks--column > div {
min-height: 496px;
}
@media (max-width: 480px) {
#rd-row-jsda8fnz.bricks--row {
min-height: auto;
}
}
@media screen and (max-width: 767px) {
#rd-row-jsda8fnz.bricks--row.rd-row {
min-height: auto;
}
}
#rd-column-jsda8fo0 {
flex: 6 0 0;
}
#rd-column-jsda8fo0 > div {
background-color: transparent;
justify-content: flex-start;
padding-top: 0px;
padding-right: 60px;
padding-bottom: 0px;
padding-left: 0px;
}
@media screen and (max-width: 767px) {
#rd-column-jsda8fo0 > div {
min-height: auto !important;
}
}
@media (max-width: 480px) {
#rd-column-jsda8fo0 > div {
padding-top: 0px;
padding-right: 30px;
padding-bottom: 0px;
padding-left: 30px;
}
}
#rd-image-m931by5h {
margin-top: 40px;
margin-bottom: 20px;
align-self: flex-start;
max-width: 277px;
}
#rd-image-m931by5h a,
#rd-image-m931by5h img {
width: 277px;
max-width: 100%;
height: auto;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
@media screen and (max-width: 767px) {
#rd-image-m931by5h {
align-self: center;
}
}
@media (max-width: 480px) {
#rd-image-m931by5h {
margin-top: 32px;
margin-bottom: 24px;
align-self: center;
max-width: 220px;
}
#rd-image-m931by5h a,
#rd-image-m931by5h img {
width: 220px;
max-width: 100%;
height: auto;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
}
#rd-text-lv2ozncq {
display: block;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
min-height: auto0px;
max-width: 516px;
margin-top: 20px;
margin-bottom: 10px;
align-self: flex-start;
width: 100%;
word-break: break-word;
}
#rd-text-lv2ozncq.mobile {
display: none;
}
@media (max-width: 480px) {
#rd-text-lv2ozncq {
display: none;
}
#rd-text-lv2ozncq.mobile {
display: block;
max-width: 516px;
margin-top: 20px;
margin-bottom: 10px;
}
}
Sua empresa pode transformar vidas por meio do voluntariado
Sua empresa pode transformar vidas por
meio do voluntariado
#rd-text-mdygg4s6 {
display: block;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
min-height: auto21px;
max-width: 414px;
margin-top: 20px;
margin-bottom: 10px;
align-self: flex-start;
width: 100%;
word-break: break-word;
}
#rd-text-mdygg4s6.mobile {
display: none;
}
@media (max-width: 480px) {
#rd-text-mdygg4s6 {
display: none;
}
#rd-text-mdygg4s6.mobile {
display: block;
max-width: 419px;
margin-top: 20px;
margin-bottom: 10px;
}
}
Descubra como estruturar ou atualizar um programa de voluntariado corporativo de forma estratégica, engajando colaboradores, fortalecendo a imagem de sua empresa, impulsionando resultados de Responsabilidade Social e gerando conexões que impactam positivamente pessoas e comunidades.
Descubra como estruturar ou atualizar um programa de voluntariado corporativo de forma estratégica, engajando colaboradores, fortalecendo a imagem de sua empresa, impulsionando resultados de Responsabilidade Social e gerando conexões que impactam positivamente pessoas e comunidades.
a#rd-button-mehe72a4 {
display: flex;
flex-direction: column;
}
#rd-button-mehe72a4.bricks--component-button {
-ms-flex-align: center;
-ms-flex-direction: column;
-ms-flex-pack: center;
align-self: flex-start;
background-color: #8fc440;
border-bottom-style: none;
border-color: #ffffff;
border-left-style: none;
border-radius: 65px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
box-shadow: 0px
0px
0px
0px
#cccccc;
;
color: #FFFFFF;
cursor: pointer;
font-family: Montserrat, sans-serif;
font-size: 21px;
font-style: normal;
font-weight: bold;
height: 44px;
justify-content: center;
line-height: 1.42857;
margin-bottom: 10px;
margin-top: 34px;
max-width: 326px;
text-align: center;
text-decoration: none;
width: 100%;
padding-right: 10px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-button-mehe72a4 {
height: auto;
padding-top: 0.66em;
padding-bottom: 0.66em;
}
}
@media (max-width: 480px) {
#rd-button-mehe72a4.bricks--component-button {
# max-width: 326px;
# margin-top: 34px;
# margin-bottom: 10px;
align-self: center;
background-color: #8fc440;
border-bottom-style: none;
border-color: #ffffff;
border-left-style: none;
border-radius: 65px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
box-shadow: 0px
0px
0px
0px
#cccccc;
;
color: #FFFFFF;
font-family: Montserrat, sans-serif;
font-size: 21px;
font-style: normal;
font-weight: bold;
margin-bottom: 10px;
margin-top: 34px;
max-width: 326px;
text-align: center;
text-decoration: none;
}
}
BAIXE AGORA
#rd-column-mehe5v4h {
flex: 6 0 0;
}
#rd-column-mehe5v4h > div {
background-color: transparent;
justify-content: center;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-column-mehe5v4h > div {
min-height: auto !important;
}
}
@media (max-width: 480px) {
#rd-column-mehe5v4h > div {
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
}
#rd-image-mehe5xk8 {
margin-top: 252px;
margin-bottom: 10px;
align-self: center;
max-width: 467px;
}
#rd-image-mehe5xk8 a,
#rd-image-mehe5xk8 img {
width: 467px;
max-width: 100%;
height: auto;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
@media screen and (max-width: 767px) {
#rd-image-mehe5xk8 {
align-self: center;
}
}
@media (max-width: 480px) {
#rd-image-mehe5xk8 {
margin-top: 100px;
margin-bottom: 10px;
align-self: center;
max-width: 467px;
}
#rd-image-mehe5xk8 a,
#rd-image-mehe5xk8 img {
width: 467px;
max-width: 100%;
height: auto;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
}
#rd-row-julc35sl {
min-height: 50px;
}
#rd-row-julc35sl .bricks--column > div {
min-height: 50px;
}
@media (max-width: 480px) {
#rd-row-julc35sl.bricks--row {
min-height: auto;
}
}
@media screen and (max-width: 767px) {
#rd-row-julc35sl.bricks--row.rd-row {
min-height: auto;
}
}
#rd-column-julc35sm {
flex: 12 0 0;
}
#rd-column-julc35sm > div {
background-color: transparent;
justify-content: center;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-column-julc35sm > div {
min-height: auto !important;
}
}
@media (max-width: 480px) {
#rd-column-julc35sm > div {
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
}
#rd-text-julc3ay4 {
display: block;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
min-height: 0px;
max-width: 200px;
margin-top: 76px;
margin-bottom: -29px;
align-self: center;
width: 100%;
word-break: break-word;
}
#rd-section-mek0sygd {
background-color: #bbd153;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
#rd-section-mek0sygd > div:not(.bricks--row) {
min-height: 0px;
}
#rd-row-mek12ttf {
min-height: 50px;
}
#rd-row-mek12ttf .bricks--column > div {
min-height: 50px;
}
@media (max-width: 480px) {
#rd-row-mek12ttf.bricks--row {
min-height: auto;
}
}
@media screen and (max-width: 767px) {
#rd-row-mek12ttf.bricks--row.rd-row {
min-height: auto;
}
}
#rd-column-mek12ttg {
flex: 12 0 0;
}
#rd-column-mek12ttg > div {
background-color: transparent;
justify-content: center;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-column-mek12ttg > div {
min-height: auto !important;
}
}
#rd-text-lv2p6x9i {
display: block;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
min-height: auto-45px;
max-width: 867px;
margin-top: 50px;
margin-bottom: 50px;
align-self: center;
width: 100%;
word-break: break-word;
}
Sobre o material
#rd-row-mek0syge {
min-height: 50px;
}
#rd-row-mek0syge .bricks--column > div {
min-height: 50px;
}
@media (max-width: 480px) {
#rd-row-mek0syge.bricks--row {
min-height: auto;
}
}
@media screen and (max-width: 767px) {
#rd-row-mek0syge.bricks--row.rd-row {
min-height: auto;
}
}
#rd-column-mek12crp {
flex: 7 0 0;
}
#rd-column-mek12crp > div {
background-color: transparent;
justify-content: center;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-column-mek12crp > div {
min-height: auto !important;
}
}
@media (max-width: 480px) {
#rd-column-mek12crp > div {
padding-top: 0px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 20px;
}
}
#rd-text-mek12eij {
display: block;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
min-height: auto0px;
max-width: 470px;
margin-top: 10px;
margin-bottom: 10px;
align-self: center;
width: 100%;
word-break: break-word;
}
#rd-text-mek12eij.mobile {
display: none;
}
@media (max-width: 480px) {
#rd-text-mek12eij {
display: none;
}
#rd-text-mek12eij.mobile {
display: block;
max-width: 470px;
margin-top: 10px;
margin-bottom: 10px;
}
}
No e-book “Como estruturar e fortalecer o voluntariado corporativo em empresas”, você encontra um guia prático sobre como transformar o voluntariado em estratégia.
O material apresenta os diferentes modelos de voluntariado e as técnicas de engajamento de colaboradores, além de dicas práticas, cases reais, métricas de avaliação e orientações para criar um programa do zero ou aprimorar iniciativas existentes. São estratégias aplicáveis e que geram valor para todos públicos envolvidos.
No e-book “Como estruturar e fortalecer o voluntariado corporativo em empresas”, você encontra um guia prático sobre como transformar o voluntariado em estratégia.
O material apresenta os diferentes modelos de voluntariado e as técnicas de engajamento de colaboradores, além de dicas práticas, cases reais, métricas de avaliação e orientações para criar um programa do zero ou aprimorar iniciativas existentes. São estratégias aplicáveis e que geram valor para todos públicos envolvidos.
#rd-column-mek0sygf {
flex: 5 0 0;
}
#rd-column-mek0sygf > div {
background-color: transparent;
justify-content: center;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-column-mek0sygf > div {
min-height: auto !important;
}
}
#rd-image-mek418et {
margin-top: 10px;
margin-bottom: 10px;
align-self: center;
max-width: 284px;
}
#rd-image-mek418et a,
#rd-image-mek418et img {
width: 284px;
max-width: 100%;
height: auto;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
@media screen and (max-width: 767px) {
#rd-image-mek418et {
align-self: center;
}
}
#rd-row-mek12vqs {
min-height: 50px;
}
#rd-row-mek12vqs .bricks--column > div {
min-height: 50px;
}
@media (max-width: 480px) {
#rd-row-mek12vqs.bricks--row {
min-height: auto;
}
}
@media screen and (max-width: 767px) {
#rd-row-mek12vqs.bricks--row.rd-row {
min-height: auto;
}
}
#rd-column-mek12vqt {
flex: 12 0 0;
}
#rd-column-mek12vqt > div {
background-color: transparent;
justify-content: center;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-column-mek12vqt > div {
min-height: auto !important;
}
}
a#rd-button-lv2qs7g4 {
display: flex;
flex-direction: column;
}
#rd-button-lv2qs7g4.bricks--component-button {
-ms-flex-align: center;
-ms-flex-direction: column;
-ms-flex-pack: center;
align-self: center;
background-color: #c3edef;
border-bottom-style: solid;
border-color: transparent;
border-left-style: solid;
border-radius: 88px;
border-right-style: solid;
border-top-style: solid;
border-width: 1px;
box-shadow: 0px
0px
0px
0px
#cccccc;
;
color: #22404d;
cursor: pointer;
font-family: Arial Black, Gadget, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: normal;
height: 55px;
justify-content: center;
line-height: 1.42857;
margin-bottom: 2px;
margin-top: 70px;
max-width: 382px;
text-align: center;
text-decoration: none;
width: 100%;
padding-right: 10px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-button-lv2qs7g4 {
height: auto;
padding-top: 0.66em;
padding-bottom: 0.66em;
}
}
ACESSAR MATERIAL
#rd-section-mek0w4wb {
background-image: url(https://jabrasil.org.br/wp-content/uploads/2026/07/8stete8yun4-scaled.png), linear-gradient(to bottom, #bbd153 0%, #bbd153 100%);
background-position-x: 50%;
background-position-y: 100%;
background-repeat: no-repeat;
background-size: initial;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
#rd-section-mek0w4wb > div:not(.bricks--row) {
min-height: 0px;
}
#rd-row-mek0w4wc {
min-height: 50px;
}
#rd-row-mek0w4wc .bricks--column > div {
min-height: 50px;
}
@media (max-width: 480px) {
#rd-row-mek0w4wc.bricks--row {
min-height: auto;
}
}
@media screen and (max-width: 767px) {
#rd-row-mek0w4wc.bricks--row.rd-row {
min-height: auto;
}
}
#rd-column-mek0w4wd {
flex: 12 0 0;
}
#rd-column-mek0w4wd > div {
background-color: transparent;
justify-content: center;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-column-mek0w4wd > div {
min-height: auto !important;
}
}
#rd-section-lnx7ehtg {
background-color: #ffffff;
border-bottom-style: none;
border-color: #00a0af;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
#rd-section-lnx7ehtg > div:not(.bricks--row) {
min-height: 0px;
}
@media (max-width: 480px) {
#rd-section-lnx7ehtg {
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
}
#rd-section-lnx7ehtg > div:not(.bricks--row) {
min-height: 0px;
}
#rd-row-lnx7ehth {
min-height: 50px;
}
#rd-row-lnx7ehth .bricks--column > div {
min-height: 50px;
}
@media (max-width: 480px) {
#rd-row-lnx7ehth.bricks--row {
min-height: auto;
}
}
@media screen and (max-width: 767px) {
#rd-row-lnx7ehth.bricks--row.rd-row {
min-height: auto;
}
}
#rd-column-lnx7ehti {
flex: 12 0 0;
}
#rd-column-lnx7ehti > div {
background-color: transparent;
justify-content: center;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-column-lnx7ehti > div {
min-height: auto !important;
}
}
#rd-text-mek13dyp {
display: block;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
min-height: auto-45px;
max-width: 825px;
margin-top: 79px;
margin-bottom: 50px;
align-self: center;
width: 100%;
word-break: break-word;
}
Benefícios do voluntariado corporativo
#rd-row-mdygl9tk {
min-height: 50px;
}
#rd-row-mdygl9tk .bricks--column > div {
min-height: 50px;
}
@media (max-width: 480px) {
#rd-row-mdygl9tk.bricks--row {
min-height: auto;
}
}
@media screen and (max-width: 767px) {
#rd-row-mdygl9tk.bricks--row.rd-row {
min-height: auto;
}
}
#rd-column-mdyglb7p {
flex: 6 0 0;
}
#rd-column-mdyglb7p > div {
background-color: transparent;
justify-content: center;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-column-mdyglb7p > div {
min-height: auto !important;
}
}
@media (max-width: 480px) {
#rd-column-mdyglb7p > div {
padding-top: 0px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 20px;
}
}
#rd-text-mdyglogg {
display: block;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
min-height: auto-68px;
max-width: 438px;
margin-top: 10px;
margin-bottom: 10px;
align-self: center;
width: 100%;
word-break: break-word;
}
Imagem fortalecida
Programas de voluntariado alinhados aos valores da empresa aumentam sua credibilidade e reconhecimento.
#rd-text-mdygpgpr {
display: block;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
min-height: auto-68px;
max-width: 438px;
margin-top: 15px;
margin-bottom: 10px;
align-self: center;
width: 100%;
word-break: break-word;
}
Time engajado
Funcionários se sentem mais conectados ao propósito da empresa, aumentando retenção e satisfação no trabalho.
#rd-text-mdygr5or {
display: block;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
min-height: auto-68px;
max-width: 438px;
margin-top: 15px;
margin-bottom: 10px;
align-self: center;
width: 100%;
word-break: break-word;
}
Desenvolvimento de habilidades
Participação em ações voluntárias aprimora habilidades como liderança, comunicação e trabalho em equipe.
#rd-text-mdygsfsk {
display: block;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
min-height: auto-68px;
max-width: 438px;
margin-top: 15px;
margin-bottom: 10px;
align-self: center;
width: 100%;
word-break: break-word;
}
Impacto real
Iniciativas voluntárias fortalecem a atuação corporativa no pilar Social do ESG, ampliando o impacto positivo.
#rd-text-mejzw86p {
display: block;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
min-height: auto-68px;
max-width: 438px;
margin-top: 15px;
margin-bottom: 10px;
align-self: center;
width: 100%;
word-break: break-word;
}
Conexão com a comunidade
Aproxima a empresa das necessidades locais, gerando impacto social real e construindo parcerias sustentáveis.
#rd-column-mdygl9tl {
flex: 6 0 0;
}
#rd-column-mdygl9tl > div {
background-color: transparent;
justify-content: center;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-column-mdygl9tl > div {
min-height: auto !important;
}
}
#rd-image-mek4as5p {
margin-top: 10px;
margin-bottom: 10px;
align-self: center;
max-width: 387px;
}
#rd-image-mek4as5p a,
#rd-image-mek4as5p img {
width: 387px;
max-width: 100%;
height: auto;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
@media screen and (max-width: 767px) {
#rd-image-mek4as5p {
align-self: center;
}
}
@media (max-width: 480px) {
#rd-image-mek4as5p {
margin-top: 51px;
margin-bottom: 10px;
align-self: center;
max-width: 387px;
}
#rd-image-mek4as5p a,
#rd-image-mek4as5p img {
width: 387px;
max-width: 100%;
height: auto;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
}
#rd-section-lwqpland {
background-color: transparent;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
#rd-section-lwqpland > div:not(.bricks--row) {
min-height: 0px;
}
#rd-row-lwqplane {
min-height: 50px;
}
#rd-row-lwqplane .bricks--column > div {
min-height: 50px;
}
@media (max-width: 480px) {
#rd-row-lwqplane.bricks--row {
min-height: auto;
}
}
@media screen and (max-width: 767px) {
#rd-row-lwqplane.bricks--row.rd-row {
min-height: auto;
}
}
#rd-column-lwqplanf {
flex: 12 0 0;
}
#rd-column-lwqplanf > div {
background-color: transparent;
justify-content: center;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-column-lwqplanf > div {
min-height: auto !important;
}
}
a#rd-button-mek1atm1 {
display: flex;
flex-direction: column;
}
#rd-button-mek1atm1.bricks--component-button {
-ms-flex-align: center;
-ms-flex-direction: column;
-ms-flex-pack: center;
align-self: center;
background-color: #bbd153;
border-bottom-style: solid;
border-color: transparent;
border-left-style: solid;
border-radius: 88px;
border-right-style: solid;
border-top-style: solid;
border-width: 1px;
box-shadow: 0px
0px
0px
0px
#cccccc;
;
color: #22404d;
cursor: pointer;
font-family: Arial Black, Gadget, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: normal;
height: 55px;
justify-content: center;
line-height: 1.42857;
margin-bottom: 21px;
margin-top: 70px;
max-width: 382px;
text-align: center;
text-decoration: none;
width: 100%;
padding-right: 10px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-button-mek1atm1 {
height: auto;
padding-top: 0.66em;
padding-bottom: 0.66em;
}
}
QUERO ESSES BENEFÍCIOS
#rd-section-mek1e3i2 {
background-image: url(https://jabrasil.org.br/wp-content/uploads/2026/07/8stete8yun4-scaled.png), linear-gradient(to bottom, rgba(74,144,226,0) 0%, rgba(74,144,226,0) 100%);
background-position-x: 50%;
background-position-y: 100%;
background-repeat: no-repeat;
background-size: initial;
background-attachment: scroll;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
#rd-section-mek1e3i2 > div:not(.bricks--row) {
min-height: 0px;
}
#rd-row-mek1e3i3 {
min-height: 50px;
}
#rd-row-mek1e3i3 .bricks--column > div {
min-height: 50px;
}
@media (max-width: 480px) {
#rd-row-mek1e3i3.bricks--row {
min-height: auto;
}
}
@media screen and (max-width: 767px) {
#rd-row-mek1e3i3.bricks--row.rd-row {
min-height: auto;
}
}
#rd-column-mek1e3i4 {
flex: 12 0 0;
}
#rd-column-mek1e3i4 > div {
background-color: transparent;
justify-content: center;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-column-mek1e3i4 > div {
min-height: auto !important;
}
}
#rd-section-m931scbd {
background-color: #c3edef;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
#rd-section-m931scbd > div:not(.bricks--row) {
min-height: 0px;
}
#rd-row-mdyh19ia {
min-height: 50px;
}
#rd-row-mdyh19ia .bricks--column > div {
min-height: 50px;
}
@media (max-width: 480px) {
#rd-row-mdyh19ia.bricks--row {
min-height: auto;
}
}
@media screen and (max-width: 767px) {
#rd-row-mdyh19ia.bricks--row.rd-row {
min-height: auto;
}
}
#rd-column-mdyh19ib {
flex: 12 0 0;
}
#rd-column-mdyh19ib > div {
background-color: transparent;
justify-content: center;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-column-mdyh19ib > div {
min-height: auto !important;
}
}
#rd-text-mdyh1bui {
display: block;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
min-height: auto-57px;
max-width: 778px;
margin-top: 74px;
margin-bottom: 50px;
align-self: center;
width: 100%;
word-break: break-word;
}
Baixe seu e-book gratuitamente:
#rd-row-m931scbe {
min-height: 50px;
}
#rd-row-m931scbe .bricks--column > div {
min-height: 50px;
}
@media (max-width: 480px) {
#rd-row-m931scbe.bricks--row {
min-height: auto;
}
}
@media screen and (max-width: 767px) {
#rd-row-m931scbe.bricks--row.rd-row {
min-height: auto;
}
}
#rd-column-mdyh51ks {
flex: 6 0 0;
}
#rd-column-mdyh51ks > div {
background-color: transparent;
justify-content: center;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-column-mdyh51ks > div {
min-height: auto !important;
}
}
#rd-image-mek0gl2a {
margin-top: 10px;
margin-bottom: 10px;
align-self: center;
max-width: 355px;
}
#rd-image-mek0gl2a a,
#rd-image-mek0gl2a img {
width: 355px;
max-width: 100%;
height: auto;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
@media screen and (max-width: 767px) {
#rd-image-mek0gl2a {
align-self: center;
}
}
#rd-column-mdyh53dq {
flex: 6 0 0;
}
#rd-column-mdyh53dq > div {
background-color: transparent;
justify-content: center;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-column-mdyh53dq > div {
min-height: auto !important;
}
}
@media (max-width: 480px) {
#rd-column-mdyh53dq > div {
padding-top: 0px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 20px;
}
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 {
display: flex;
flex-direction: column;
align-self: center;
max-width: 407px;
margin-top: 10px;
margin-bottom: 10px;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__fieldset {
flex-flow: column nowrap;
align-items: flex-start;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__field {
margin-bottom: 25px;
padding: 0;
width: 100.0%;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__field.bricks-form__privacy,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__field.bricks-form__terms {
width: 100%;
}
@media screen and (max-width: 768px) {
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__field {
width: 100%;
padding: 0;
}
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__static {
color: #000;
font-family: Montserrat, sans-serif;
font-size: 21px;
font-style: normal;
font-weight: normal;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__static a {
color: #000;
text-decoration: underline;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__label {
color: #000;
display: inline-block;
font-family: Montserrat, sans-serif;
font-size: 21px;
font-style: normal;
font-weight: normal;
text-align: left;
text-decoration: none;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 label.error {
color: #DC3543;
font-size: 12px;
line-height: 1.1;
padding: 2px 0 0 4px;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__label.always-visible,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__field__option .bricks-form__label {
display: inline-block;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__field[data-step].step-hidden {
display: none;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__input {
color: #22404d;
background-color: #ffffff;
border-bottom-style: solid;
border-left-style: solid;
border-right-style: solid;
border-top-style: solid;
border-color: #96bcbd;
border-radius: 13px;
border-width: 1px;
font-family: Montserrat, sans-serif;
font-size: 15px;
;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__input::placeholder {
color: transparent;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__input.select2-container {
padding: 0 !important;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .select2-container .select2-choice {
height: 45px !important;
line-height: 45px !important;
color: #22404d !important;
font-family: Montserrat, sans-serif !important;
font-size: 15px !important;
background: #ffffff;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .select2-container .select2-choice .select2-arrow b {
background-position: 0 5px !important;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .select2-container .select2-choice .select2-arrow {
background: none;
border: none;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__input:not(textarea) {
height: 45px;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__submit {
display: flex;
flex-direction: column;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .with-select-flags > .phone-input-group > .select2-container > .select2-choice {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
border-style: none;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .with-select-flags > .phone-input-group > .select2-container > .select2-choice > .select2-chosen {
margin-right: 0px;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .with-select-flags > .phone-input-group > .select2-container > .select2-choice > .select2-chosen > .flag {
vertical-align: middle;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .with-select-flags > .phone-input-group > .phone {
width: calc(100% - 55px);
display: inline-block;
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .with-select-flags > .phone-country {
display: inline-block;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .with-select-flags > .phone-input-group {
display: flex;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .with-select-flags > .phone-input-group > .phone-country {
width: 55px;
display: inline-block;
}
@media (max-width: 480px) {
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 {
align-self: center;
max-width: 407px;
margin-top: 10px;
margin-bottom: 10px;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__field {
margin-bottom: 25px;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__static {
color: #000;
font-family: Montserrat, sans-serif;
font-size: 21px;
font-style: normal;
font-weight: normal;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__static a {
color: #000;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__label {
color: #000;
display: inline-block;
font-family: Montserrat, sans-serif;
font-size: 21px;
font-style: normal;
font-weight: normal;
text-align: left;
text-decoration: none;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__input {
color: #22404d;
background-color: #ffffff;
border-bottom-style: solid;
border-left-style: solid;
border-right-style: solid;
border-top-style: solid;
border-color: #96bcbd;
border-radius: 13px;
border-width: 1px;
font-family: Montserrat, sans-serif;
font-size: 15px;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__input::placeholder {
color: transparent;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .select2-container .select2-choice {
height: 45px !important;
line-height: 45px !important;
color: #22404d !important;
font-family: Montserrat, sans-serif !important;
font-size: 15px !important;
background: #ffffff;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__input:not(textarea) {
height: 45px;
}
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 input[type="date"] {
-webkit-appearance: none;
}
/* Ajustes finais da seção do formulário no Elementor */
#rd-section-m931scbd {
padding-top: 60px !important;
overflow: visible !important;
}
#rd-text-mdyh1bui {
min-height: auto !important;
margin-top: 0 !important;
margin-bottom: 40px !important;
}
#rd-text-mdyh1bui h1 {
margin: 0 !important;
line-height: 1.15 !important;
}
/* Largura e posicionamento do novo formulário do RD */
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 {
display: block !important;
width: 100% !important;
max-width: 470px !important;
margin: 10px auto !important;
}
/* Remove a caixa branca externa criada pelo RD */
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 > div,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 > div > div,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 form,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks--component,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__fieldset,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__field,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__submit,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 [class*="form-container"],
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 [class*="form-wrapper"] {
width: 100% !important;
max-width: none !important;
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
border: none !important;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 > div,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 > div > div,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 form,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks--component,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form {
padding: 0 !important;
margin: 0 !important;
}
/*
* O RD injeta novas camadas depois do carregamento da página.
* A repetição do ID aumenta a prioridade desta regra e elimina
* qualquer fundo branco externo, inclusive nas laterais.
*/
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 * {
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38::before,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38::after,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 *::before,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 *::after {
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
}
/* Mantém brancos apenas os campos preenchíveis */
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 select,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 textarea,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .select2-choice,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .select2-selection {
background-color: #ffffff !important;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__fieldset {
width: 100% !important;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 .bricks-form__field {
width: 100% !important;
margin-bottom: 18px !important;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 button,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 input[type="submit"] {
width: 100% !important;
min-height: 55px !important;
border-radius: 30px !important;
background: #8fc440 !important;
color: #ffffff !important;
font-weight: 700 !important;
border: none !important;
}
/* Restaura o verde do botão após limpar o fundo das camadas do RD */
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 button,
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 input[type="submit"] {
background-color: #8fc440 !important;
background-image: none !important;
box-shadow: none !important;
}
@media screen and (max-width: 767px) {
#rd-section-m931scbd {
padding-top: 40px !important;
}
#inbound-voluntariado-corporativo-b9c883139a18f8ba5b38 {
max-width: 100% !important;
}
}
new RDStationForms(
'inbound-voluntariado-corporativo-b9c883139a18f8ba5b38',
'UA-124502470-1'
).createForm();
#rd-row-mek0aqto {
min-height: 50px;
}
#rd-row-mek0aqto .bricks--column > div {
min-height: 50px;
}
@media (max-width: 480px) {
#rd-row-mek0aqto.bricks--row {
min-height: auto;
}
}
@media screen and (max-width: 767px) {
#rd-row-mek0aqto.bricks--row.rd-row {
min-height: auto;
}
}
#rd-column-mek0aqtp {
flex: 12 0 0;
}
#rd-column-mek0aqtp > div {
background-color: transparent;
justify-content: center;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
@media screen and (max-width: 767px) {
#rd-column-mek0aqtp > div {
min-height: auto !important;
}
}
#rd-text-mek0bfeh {
display: block;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
min-height: 0px;
max-width: 200px;
margin-top: 76px;
margin-bottom: 10px;
align-self: center;
width: 100%;
word-break: break-word;
}
#rd-section-m931y9xz {
background-color: transparent;
border-bottom-style: none;
border-color: #000000;
border-left-style: none;
border-radius: 0px;
border-right-style: none;
border-top-style: none;
border-width: 1px;
}
#rd-section-m931y9xz > div:not(.bricks--row) {
min-height: 0px;
}