.elementor-204 .elementor-element.elementor-element-abc2c35{--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;}.elementor-204 .elementor-element.elementor-element-921dfe8{--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-204 .elementor-element.elementor-element-921dfe8.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-204 .elementor-element.elementor-element-7ce2abc{--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-204 .elementor-element.elementor-element-b17793c > .elementor-widget-container{background-color:transparent;background-image:linear-gradient(180deg, #F2F7F2 0%, #F2F7F2 100%);}.elementor-204 .elementor-element.elementor-element-6b394c4{--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;}@media(min-width:768px){.elementor-204 .elementor-element.elementor-element-921dfe8{--width:99.555%;}}/* Start custom CSS for html, class: .elementor-element-679d566 *//* Reset de estilos */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #fff;
    color: #333;
    line-height: 1.6;
    padding: 20px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    text-align: justify;
}

.title {
    color: #2ecc71;
    font-size: 24px;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.description {
    font-size: 16px;
    margin-bottom: 20px;
}

.procedure {
    list-style-position: inside;
    margin-bottom: 30px;
}

.procedure li {
    margin-bottom: 15px;
}

.icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.icon {
    width: 100px;
    height: 100px;
}/* End custom CSS */