.elementor-2495 .elementor-element.elementor-element-910f7d2{--display:flex;--margin-top:200px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2495 .elementor-element.elementor-element-910f7d2 > .elementor-shape-bottom .elementor-shape-fill, .elementor-2495 .elementor-element.elementor-element-910f7d2 > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-primary );}.elementor-2495 .elementor-element.elementor-element-910f7d2 > .elementor-shape-bottom svg, .elementor-2495 .elementor-element.elementor-element-910f7d2 > .e-con-inner > .elementor-shape-bottom svg{width:calc(100% + 1.3px);height:85px;}.elementor-2495 .elementor-element.elementor-element-910f7d2.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2495 .elementor-element.elementor-element-6c885d5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 100px) 0px;}.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(min-width:768px){.elementor-2495 .elementor-element.elementor-element-910f7d2{--width:102.354%;}}/* 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 *//* 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 */