h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #40A944;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    font-optical-sizing: auto;
}

h3 {
    font-size:20px;
}
.size28 {
    font-size: 28px !important;
    line-height: 25px !important;
}

.prodarquivo {
    text-transform: uppercase;
    color: #ffffff;
    background: #ed1d25;
    font-size: 12px;
    height: auto;
    line-height: 20px;
    width: auto;
    padding: 2px;
    text-align: center;
    display: block;
    border-radius: 5px;
    display:block;
}

.contentpagetitle {
    font-family: "Nunito", sans-serif;
    font-weight: 800 !important;
    line-height: normal !important;
    font-optical-sizing: auto;
    font-size: 36px !important;
    margin-bottom: 50px !important;
}


.resultados-box {
    position: absolute;
    background: #fff;
    /*border: 1px solid #ccc;*/
    z-index: 1000;
    width: 100%;
    max-height: 450px;
    overflow-y: auto;
    display: none;
    /* Sombra suave */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.resultado-item {
    display: flex;
    align-items: center;
    padding: 10px;
    text-align: left;
    cursor: pointer;
    /*border-bottom: 1px solid #eee;*/
}

    .resultado-item a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #333;
        width: 100%;
    }

    .resultado-item img {
        width: 50px;
        height: auto;
        object-fit: contain;
        margin-right: 10px;
    }

    .resultado-item .product_name {
        font-size: 16px;
        margin: 0;
        line-height: 1.2;
    }

    .resultado-item:hover {
        background-color: #f8f9fa;
    }

    .resultado-item img {
        max-height: 69px;
        margin-right: 10px;
    }

.pesquisa-wrapper {
    position: relative;
    width: 100%;
}

    .pesquisa-wrapper input {
        padding-left: 40px; /* espaço para a lupa */
    }

.icone-lupa {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #888;
    font-size: 16px;
    pointer-events: none;
}

    .icone-lupa i {
        font-family: FontAwesome;
    }

.bgverdeclaro {
    background-color: #e9f8eb !important;
}

.bgbranco {
    background-color: #fff !important;
}

.btn-theme {
    color: #ffffff;
    background-color: #233e3d !important;
    border-color: #233e3d !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 35px;
}

.row {
    /*margin-bottom: 15px !important;*/
}

.mb15 {
    margin-bottom: 15px !important;
}

.errorav {
    left: 0;
    bottom: -3rem;
    background-color: red;
    color: #fff;
    padding: .3rem;
    font-size: 80%;
}

.section-margins {
    padding-top: 64px;
    padding-bottom: 64px;
}

.section_title_detalhe {
    text-align: left;
    margin-bottom: 30px;
}

.section_title h2 {
    font-size: 32px;
    line-height: 35px;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 0;
    text-transform: capitalize;
    padding-bottom: 0;
}

.label_product span.label_new {
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    color: #ffffff;
    background: #ed1d25;
    font-size: 12px;
    height: auto;
    line-height: 20px;
    width: auto;
    padding: 2px;
    text-align: center;
    display: block;
    border-radius: 5px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}

.blog_section {
    background: #f4f4f4;
    padding: 63px 0 70px;
    margin-bottom: 0px;
}

.product_otherinfo {
    font-weight: 700;
    color: #306b4f;
    line-height: 1.25rem;
}

.bullet-text {
    display: flex; /* Coloca o círculo e o texto lado a lado */
    align-items: center; /* Alinha verticalmente o círculo e o texto */
}

.circle {
    width: 16px; /* Largura do círculo */
    height: 16px; /* Altura do círculo */
    background-color: green; /* Cor de fundo verde */
    border-radius: 50%; /* Faz o elemento ficar redondo */
    display: flex; /* Facilita o alinhamento */
    justify-content: center; /* Alinha horizontalmente */
    align-items: center; /* Alinha verticalmente */
    margin-right: 10px; /* Espaçamento entre o círculo e o texto */
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Proporção 16:9 (altura/largura) */
    height: 0;
    overflow: hidden;
    max-width: 100%; /* Garante que o vídeo não exceda a largura do contêiner */
    background: #000;
}



.check {
    width: 1em; /* Tamanho do ícone SVG igual ao tamanho do texto */
    height: 1em;
}

.upper {
    text-transform: uppercase
}

label {
     display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500 !important;
}

.price-table-row {
    color: #6d7a83;
    font-size: 21px !important;
    padding: 25px 15px 0px 15px;
    border-top: solid 1px #c5c7c9;
}

.price-value {
    font-size: 72px;
    font-weight: 200;
    padding: 15px 15px 25px 15px;
    color: #233e3d;
}

.price-label-title {
    min-height:100px !important;
}

.price-unit {
    font-size: 40px !important;
}

.gridview tr td {
    padding: 5px;
}

.pad10px {
    padding:15px;
}

.pad5px {
    padding: 5px;
    line-height: 26px;
}

.patrocinador {
    font-weight: bold;
    padding: 5px;
    background-color: #233e3d;
    color: #ffffff;
    margin-right:5px;
}

.sponsor-title {
    color: #233e3d;
    margin-bottom: 25px;
    font-weight: bold;
}


input[type=checkbox], input[type=radio] {
    width: 20px !important;
    height: 20px !important;
}

.menu-acao {
    font-size: 18px;
    padding: 15px 15px;
    background-color: #f5f5f5;
    color: #475056;
    border-radius: 10px;
}

.btdetalhe {
    background-color: transparent;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 13px;
    border-color: #96a0aa;
    color: #96a0aa;
}

.btn-redipr {
    background-color: #ed1d25 !important;
    border-color: #ed1d25 !important;
}

.thumb {
    max-width:120px;
    width:100%;
}

.sim {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    
}

.curso {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 14px;
}

.logomax160 {
    max-width: 120px !important;
}

.imgMargin5pxW150px {
    padding: 5px;
    width:100%;
    max-width:150px;
}

.imgMargin5pxW75px {
    padding: 5px;
    width: 100%;
    max-width: 75px;
}

.imgMargin5pxW150px {
    padding: 5px;
    width: 100%;
    max-width: 150px;
}

.logo img {
    max-width: 75px !important;
}

.product_thumb a img {
    width: 100% !important;
    background-color: #f8f8f8 !important;
}

.header_top {
    background-color: #e9f8eb;
}

.footer_widgets {    
    padding-top: 64px;
}

.subscribe_form form input {
    background-color: #ffff;
}


.product_d_right h1 {
    text-transform: capitalize;
    /* line-height: 20px; */
    /* font-size: 22px; */
    /* font-weight: 400; */
    margin-bottom: 22px;
}

.product_utilization {
    max-width: 290px;
}

.product_faq {
    background-color: #e9f8eb;
    padding: 50px;
}

.meses {
    display: flex;
    flex-wrap: wrap;
    
    gap: 10px;
}

.mes {
    padding: 8px;
    font-weight: 700;
    text-align: center;
    font-size: 11px;
    border-radius: 8px;
    color: white;
    min-width: 37px;
}

.aplicavel {
    background-color: #40A944; /* Verde */
}

.nao-aplicavel {
    
    background-color: #e9f8eb;
    color: rgba(74, 74, 74, .2);
}


.product_info_button ul li a.active {
    color: #40A944;
    font-weight:700;
}

.product_d_info .product_d_videos {
    margin-bottom: 60px;
}

.faq-client_title {
    margin-bottom: 28px;
    text-align: center;
    min-height: 66px;
}

.w-60 {
    width: 60% !important;
}
.breadcrumbs_area {
  background-color:   #f5f5f5 !important;
}

.fixed-footer-buttons {
    position: fixed;
    bottom: 0;
    /* left: 0; */
    width: 100%;
    padding: 10px;
    background-color: white;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
    margin: 25px;
    text-align: center;
    width: 1170px;
    margin: 0px auto;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Proporção 16:9 */
    height: 0;
    overflow: hidden;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

@media only screen and (max-width: 767px) {
    .product_d_info .product_d_videos {
        margin-bottom: 57px;
    }
}

/*mobile*/
@media only screen and (max-width: 431px) {
    .grid_list .product_content.list_content {        
        text-align: center;
        margin-top: 0;
        display: block;
    }

    .add_to_cart {
        margin: 0px auto !important;
    }
}

.product_info_content p {
    line-height: 28px !important;
}



