.elementor-2234 .elementor-element.elementor-element-2723978{--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(max-width:767px){.elementor-2234 .elementor-element.elementor-element-2723978{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-58a1a5f *//* Estilos para as seções */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}
header {
    background-color: #222;
    color: white;
    padding: 60px 0;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
header h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffcc00;
}
header h2 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-top: 10px;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.cta-button {
    background-color: #ffcc00;
    color: #222;
    padding: 12px 25px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin-top: 25px;
    display: inline-block;
    border-radius: 8px;
    transition: background-color 0.3s;
}
.cta-button:hover {
    background-color: #e6b800;
}
.section {
    background-color: #fff;
    padding: 50px 0;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.section h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #333;
}
.section p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #555;
}
.product-image {
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.benefits-list {
    list-style: none;
    padding: 0;
    font-size: 18px;
    margin-top: 20px;
    color: #555;
    text-align: left;
    display: inline-block;
}
.benefits-list li {
    margin-bottom: 15px;
}
.testimonials {
    font-style: italic;
    margin: 30px 0;
    color: #333;
}
.testimonials p {
    font-size: 18px;
    margin-bottom: 15px;
}
.testimonials span {
    font-weight: bold;
}
.author-section {
    background-color: #222;
    color: white;
    padding: 50px 0;
    text-align: center;
    margin-bottom: 30px;
}
.author-section img {
    border-radius: 50%;
    max-width: 150px;
    margin-bottom: 20px;
}
footer {
    background-color: #222;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}
footer a {
    color: #ffcc00;
    text-decoration: none;
}
footer p {
    margin: 0;
}
.social-links {
    margin-top: 20px;
}
.social-links a {
    font-size: 24px;
    margin: 0 10px;
    color: #ffcc00;
    text-decoration: none;
}
.purpose-text {
    margin-top: 20px;
    font-size: 16px;
    color: #777;
    font-style: italic;
}
@media (max-width: 768px) {
    header h1 {
        font-size: 28px;
    }
    header h2 {
        font-size: 18px;
    }
}/* End custom CSS */