.elementor-485 .elementor-element.elementor-element-f54aa51{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-943fac0 *//* Reset e Estilos Gerais */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #0084b4;
    position: relative;
    padding-bottom: 15px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #0084b4;
}

.section-description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 18px;
    color: #666;
}

/* Header Styles */
.header {
    background-color: #0084b4;
    color: white;
    padding: 20px 0;
}

.logo h1 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.header-content {
    text-align: center;
    padding: 40px 0;
}

.main-headline {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.sub-headline {
    font-size: 20px;
    max-width: 800px;
    margin: 0 auto;
}

/* Hero Section */
.hero-section {
    padding: 60px 0;
    background-color: #f0f8ff;
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.hero-text {
    flex: 1;
}

.hero-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #0084b4;
}

.benefits-list {
    margin-bottom: 30px;
}

.benefits-list li {
    margin-bottom: 15px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.benefits-list i {
    color: #0084b4;
    margin-right: 10px;
    font-size: 20px;
}

.discount-badge {
    background-color: #ff6b6b;
    color: white;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.discount-text {
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.limited-offer {
    font-size: 16px;
}

.cta-button {
    display: inline-block;
    background-color: #0084b4;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
    background-color: #006d94;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

/* Hero Form Container */
.hero-form-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.hero-product-image {
    text-align: center;
    margin-bottom: 20px;
}

.hero-product-image img {
    max-height: 250px;
}

/* Benefits Section */
.benefits-section {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.benefits-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

.benefits-section .container {
    position: relative;
    z-index: 2;
}

.benefits-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.benefit-card {
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.benefit-icon {
    font-size: 40px;
    color: #0084b4;
    margin-bottom: 20px;
}

.benefit-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0084b4;
}

.benefit-card p {
    color: #666;
}

/* Ingredients Section */
.ingredients-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.ingredients-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.ingredient-card {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 800px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.ingredient-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.ingredient-image {
    flex: 0 0 120px;
    margin-right: 30px;
}

.ingredient-image img {
    max-width: 100%;
    border-radius: 10px;
}

.ingredient-info {
    flex: 1;
}

.ingredient-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0084b4;
}

.ingredient-info p {
    color: #666;
    font-size: 16px;
}

/* Estilos para a seção de ingredientes atualizada */
.ingredients-intro {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #0084b4;
}

/* How It Works Section */
.how-it-works-section {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.how-it-works-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

.how-it-works-section .container {
    position: relative;
    z-index: 2;
}

.steps-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.step-card {
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    text-align: center;
    position: relative;
}

.step-number {
    width: 50px;
    height: 50px;
    background-color: #0084b4;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 20px;
}

.step-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0084b4;
}

.arrow-image {
    width: 50px;
    height: auto;
    display: none;
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background-color: #f0f8ff;
}

.testimonials-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.testimonial-card {
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-width: 300px;
    max-width: 350px;
}

/* Removido o estilo da imagem de depoimento, já que não há mais imagens nesta seção */

.testimonial-rating {
    color: #ffc107;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 20px;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

.testimonial-author {
    text-align: right;
}

.author-name {
    font-weight: 700;
    color: #0084b4;
}

/* Estilos para a seção "Como Pedir" */
.how-to-order-section {
    padding: 80px 0;
    background-color: #f0f8ff;
}

.order-steps-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.order-step {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    text-align: center;
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.order-step:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Adicionado estilo para as imagens na seção de como pedir */
.order-step img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #0084b4;
    margin: 0 auto 20px;
    display: block;
}

.order-step h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0084b4;
}

/* Order Section */
.order-section {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.order-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

.order-section .container {
    position: relative;
    z-index: 2;
}

.order-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}

.product-info {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-image {
    max-height: 300px;
    margin-bottom: 30px;
}

.product-details h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0084b4;
    text-align: center;
}

.product-details p {
    text-align: center;
    margin-bottom: 20px;
    color: #666;
}

.product-features {
    margin-top: 20px;
}

.product-features li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.product-features i {
    color: #0084b4;
    margin-right: 10px;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background-color: white;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.faq-question {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.faq-question:hover {
    background-color: #f0f8ff;
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0084b4;
}

.faq-toggle {
    color: #0084b4;
    font-size: 18px;
    transition: transform 0.3s;
}

.faq-item.active .faq-toggle i {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s;
}

.faq-item.active .faq-answer {
    padding: 0 20px 20px;
    max-height: 1000px;
}

/* Footer */
.footer {
    background-color: #0084b4;
    color: white;
    padding: 50px 0 20px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.footer-logo h2 {
    font-size: 28px;
    font-weight: 700;
}

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-link {
    color: white;
    transition: opacity 0.3s;
}

.footer-link:hover {
    opacity: 0.8;
}

.copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
}

/* Estilos do formulário fornecido pelo cliente */
.form-container {
  max-width: 350px;
  padding: 25px;
  border-radius: 15px;
  background: white;
  color: black;
  font-family: 'Montserrat', Arial, sans-serif;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.form-title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.3;
  color: black;
}

.country-select {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  background-color: white;
  color: #333;
  appearance: menulist;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  font-family: 'Montserrat', Arial, sans-serif;
}

.form-input {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  font-family: 'Montserrat', Arial, sans-serif;
  transition: all 0.3s ease;
  color: #333;
}

.form-input:focus {
  outline: none;
  border-color: #0084b4;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 132, 180, 0.5);
}

.price-container {
  text-align: center;
  margin: 20px 0;
  background: rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-radius: 10px;
}

.old-price {
  text-decoration: line-through;
  font-size: 20px;
  opacity: 0.7;
  color: #666;
}

.new-price {
  font-size: 36px;
  font-weight: bold;
  margin-top: 5px;
  color: #0084b4;
}

.submit-button {
  width: 100%;
  background-color: #0084b4;
  color: white;
  border: none;
  padding: 16px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.submit-button:hover {
  background-color: #006d94;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.submit-button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}

.submit-button {
  animation: pulse 2s infinite;
}

.asterisk {
  font-size: 14px;
  vertical-align: super;
}

.input-wrapper {
  position: relative;
}

.input-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 18px;
}

.security-badge {
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.security-badge i {
  margin-right: 5px;
  font-size: 14px;
  color: #0084b4;
}

/* Media Queries para Responsividade */
@media (max-width: 1024px) {
    .main-headline {
    font-size: 36px;
    }
    
    .sub-headline {
    font-size: 18px;
    }
    
    .hero-text h2 {
    font-size: 30px;
    }
    
    .section-title {
    font-size: 28px;
    }
}

@media (max-width: 768px) {
    .hero-content {
    flex-direction: column;
    }
    
    .hero-form-container {
    width: 100%;
    margin-top: 30px;
    }
    
    .hero-product-image {
    margin-bottom: 20px;
    }
    
    .main-headline {
    font-size: 30px;
    }
    
    .sub-headline {
    font-size: 16px;
    }
    
    .benefit-card, .testimonial-card {
    min-width: 100%;
    }
    
    .ingredient-card {
    flex-direction: column;
    text-align: center;
    }
    
    .ingredient-image {
    margin-right: 0;
    margin-bottom: 20px;
    }
    
    .arrow-image {
    display: none;
    }
    
    .footer-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    }
    
    .footer-links {
    flex-direction: column;
    gap: 10px;
    }
    
    .order-step {
    min-width: 100%;
    }
}

@media (max-width: 480px) {
    .main-headline {
    font-size: 26px;
    }
    
    .hero-text h2 {
    font-size: 24px;
    }
    
    .section-title {
    font-size: 24px;
    }
    
    .benefit-icon, .step-number {
    transform: scale(0.8);
    }
    
    .order-step img {
    width: 80px;
    height: 80px;
    }
}/* End custom CSS */