.elementor-2303 .elementor-element.elementor-element-910f7d2{--display:flex;--margin-top:200px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2303 .elementor-element.elementor-element-910f7d2 > .elementor-shape-bottom .elementor-shape-fill, .elementor-2303 .elementor-element.elementor-element-910f7d2 > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-primary );}.elementor-2303 .elementor-element.elementor-element-910f7d2 > .elementor-shape-bottom svg, .elementor-2303 .elementor-element.elementor-element-910f7d2 > .e-con-inner > .elementor-shape-bottom svg{width:calc(100% + 1.3px);height:85px;}.elementor-2303 .elementor-element.elementor-element-6c885d5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 100px) 0px;}.elementor-2303 .elementor-element.elementor-element-5156bbde{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:flex-start;--gap:64px 64px;--row-gap:64px;--column-gap:64px;--border-radius:1px 1px 1px 1px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:100px;--padding-left:24px;--padding-right:24px;}.elementor-2303 .elementor-element.elementor-element-5156bbde > .elementor-shape-top .elementor-shape-fill, .elementor-2303 .elementor-element.elementor-element-5156bbde > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:#148C44;}.elementor-2303 .elementor-element.elementor-element-5156bbde > .elementor-shape-top svg, .elementor-2303 .elementor-element.elementor-element-5156bbde > .e-con-inner > .elementor-shape-top svg{width:calc(100% + 1.3px);}.elementor-2303 .elementor-element.elementor-element-5156bbde > .elementor-shape-bottom .elementor-shape-fill, .elementor-2303 .elementor-element.elementor-element-5156bbde > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-primary );}.elementor-2303 .elementor-element.elementor-element-5156bbde > .elementor-shape-bottom svg, .elementor-2303 .elementor-element.elementor-element-5156bbde > .e-con-inner > .elementor-shape-bottom svg{width:calc(100% + 1.3px);height:85px;}.elementor-2303 .elementor-element.elementor-element-5156bbde.e-con{--align-self:center;}.elementor-2303 .elementor-element.elementor-element-438bf04b{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -6px) 0px;}.elementor-2303 .elementor-element.elementor-element-438bf04b.elementor-element{--align-self:center;}.elementor-2303 .elementor-element.elementor-element-302b0465{width:var( --container-widget-width, 100% );max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-2303 .elementor-element.elementor-element-302b0465.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.eael-reading-progress-wrap .eael-reading-progress{height:5px !important;}.eael-reading-progress-wrap .eael-reading-progress .eael-reading-progress-fill{height:5px !important;background-color:var( --e-global-color-accent );transition:width 50ms ease;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-2303 .elementor-element.elementor-element-5156bbde{--gap:32px 32px;--row-gap:32px;--column-gap:32px;--padding-top:80px;--padding-bottom:80px;--padding-left:16px;--padding-right:16px;}}@media(max-width:767px){.elementor-2303 .elementor-element.elementor-element-5156bbde{--gap:32px 32px;--row-gap:32px;--column-gap:32px;--padding-top:48px;--padding-bottom:48px;--padding-left:16px;--padding-right:16px;}.elementor-2303 .elementor-element.elementor-element-302b0465{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 57px) 0px;}}/* Start custom CSS for html, class: .elementor-element-6c885d5 */body {
    font-family: 'Arial', sans-serif;
    background-color: var(--cor-fundo);
    color: var(--cor-texto-escuro);
    margin: 0;
    padding: 0;
    line-height: 1.6;
}


img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

:root {
    --cor-primaria: #148C44;
    --cor-secundaria: #60A96C;
    --cor-terciaria: #D8BE63;
    --cor-fundo: #f4f4f4;
    --cor-texto-claro: #ffffff;
    --cor-texto-escuro: #333333;
}

h1, h2 {
    color: var(--cor-primaria);
    border-bottom: 2px solid var(--cor-secundaria);
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: 600;
}


.produto-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.produto-header img {
    flex: 1 1 300px;
    object-fit: cover;
    max-width: 500px;
    width: 50%;
}

.produto-header-info {
    flex: 2 1 400px;
}

.produto-header-info h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.produto-header-info p {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.botao-cotar-produto {
    background-color: var(--cor-primaria);
    color: var(--cor-texto-claro);
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    
}

.botao-cotar-produto:hover {
    background-color: var(--cor-secundaria);
    transform: translateY(-2px);
}

.bloco-criativo {
    background-color: var(--cor-terciaria);
    color: var(--cor-texto-escuro);
    padding: 30px;
    border-radius: 8px;
    margin-top: 70px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    animation: fadeIn 1s ease-in-out;
}

.bloco-criativo p {
    font-size: 1.2em;
    line-height: 1.7;
    font-style: italic;
    font-weight: 500;
}

.produto-detalhes {
    margin-bottom: 30px;
    text-align: justify;
}

.produto-detalhes p {
    font-size: 1.0em;
    line-height: 1.7;
}

.produto-detalhes ul {
    list-style: none;
    padding-left: 0;
}

.produto-detalhes li {
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
}

/* Ícones (usando pseudo-elementos) */
.produto-detalhes li::before {
    content: '✓';
    color: var(--cor-secundaria);
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: bold;
    font-size: 1.2em;
}

/* Animação de Fade In */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Media queries para responsividade */
@media (max-width: 768px) {
    .produto-header {
        flex-direction: column;
    }

    .produto-header img {
        flex: 1 1 100%;
    }

    .produto-header-info {
        flex: 1 1 100%;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5156bbde *//* Sessão de Perguntas Frequentes (FAQ) */

.faq-container h3 {
  font-size: 2.2rem;
  color: #168a4c;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.faq-item {
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  font-size: 1.2rem;
  color: #333;
  background-color: #fff;
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  list-style: none;
  position: relative;
}

.faq-question::after {
  content: '▼';
  font-size: 1rem;
  color: #168a4c;
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-question::after {
  transform: rotate(-90deg);
}

.faq-question:hover {
  background-color: #f0f0f0;
}

.faq-answer {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item[open] .faq-answer {
  padding: 15px 20px;
  max-height: 200px;
}

/* Faça sua pergunta */

.question-form {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #f9f9f9;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.question-form h3 {
  font-size: 2.2rem;
  color: #168a4c;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.question-form p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
}

.question-form .textarea {
  width: 100%;
  border-radius: 10px;
  resize: vertical;
  font-size: 1rem;
  padding: 10px;
  min-height: 100px;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 15px;
}

.question-form .button-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.question-form .button {
  background-color:  #60a96c;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
  margin-top: 0;
  margin-left: 5px;

}

.question-form .button:hover {
  background-color: #148C44;
  transform: scale(1.1);
}

.wpcf7-response-output {
  width: 100%;
  margin: 20px 0 0 0 !important;
  clear: both;
}

.wpcf7-spinner {
  margin: 10px;
  background-color: #168a4c;
  position: static;
}

/* CAPTCHA */

.captcha-image label>input:checked+svg, .captcha-image label>input:focus+svg {
    border: 2px solid #D8BE63;
}

.captcha-image {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.captcha-image label>input+svg {
  color: #148C44
}

/* Form Layout Adjustments */
.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wpcf7-form p {
    margin: 0;
    width: 100%;
}

/* Estilização do Popup */
.wpcf7-response-output {
    background-color: white;
    font-weight:  bold;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Sans-Serif;
    position: fixed;
    top: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 15px 30px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 80%;
    text-align: center;
}

.wpcf7-mail-sent-ok {
    background: #4CAF50 !important;
    color: white !important;
}

.wpcf7-mail-sent-ng {
    background: #f44336 !important;
    color: white !important;
}

.wpcf7-response-output.active {
    opacity: 1;
    visibility: visible;
    top: 30px;
}

.wpcf7-response-output::after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}/* End custom CSS */
/* Start custom CSS *//* Media Queries */

@media only screen and (max-width: 768px)  {
  .header-video-container {
      padding: 10px ;
  }
  
  .header-video {
      margin-bottom: 290px !important; 
        
          
    } 

    .security-text {
      max-width: 100% !important;
  }
  
    .button-falar {
    display: block !important;
  }



}/* End custom CSS */