.produtos-mkt22{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.products{
    text-align: center;
}

.products .tituto-produtos .implementos{
    margin: 0 0 42px;
}

.box-produto{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 50%;
    margin: 32px 0;
}

.box-produto img{
    width: 100%;
    max-width: 300px;
    margin: 0 auto 16px;
    height: 279px;
    object-fit: contain;
}
.box-produto .name-price{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    gap: 8px;
}
.box-produto  h3{
    color: #fff;
    background: #016b01;
    padding: 5px !important;
    border-radius: 6px;
}

.box-produto h2.b{
    background: #ffd000;
    font-size: 16px !important;
    font-family: "Myriad Pro" !important;
    color: rgb(0, 123, 0);
    text-transform: uppercase !important;
    line-height: 0.069 !important;
    padding: 25px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: 700;
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important;
}

.box-produto h2 strong,
.box-produto h2 strong{
    font-size: 48px;
}

 .box-produto h2{
    background: #fff;
    font-size: 16px !important;
    font-family: "Myriad Pro" !important;
    color: rgb(0, 123, 0);
    text-transform: uppercase !important;
    line-height: 0.069 !important;
    padding: 25px !important;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: bold;
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important;
    align-items: center;
}



@media (max-width: 768px){
    .box-produto{
        max-width: 100%;
    }
}





body#Promocao-Semanal {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-image: url(./images/backgrounds/Background.png) !important;
    background-position: center !important;
}
.flex{
    display: flex;
    align-items: center;
}
.counter-container-button{
    position: relative;
    display: flex;
    margin: 0 0 40px;
    flex-direction: column;
}
.counter-container-button button{
    background: #007B00;
    color: #fff;
    padding: 10px 26px 10px 76px;
    margin: 0 0 12px;
    width: 100&;
    border: none;
    font-size: 22px;
    border-top-left-radius: 46px;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    max-width: 460px;
}
.counter-container-button.mobile{
    display: inline-block;
    display: none;
}
.counter-container-button.mobile img{
    max-width: 515px;
    width: 100%;
    position: inherit;
}
.counter-container-button img{
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 178px;
    top: -20px;
    cursor: pointer;
    transition: 0.3s ease;
}
.counter-container-button:hover img{
    transform: scale(0.98);
}
.counter-container h3.title{
    background: #fedd32;
    width: 100%;
    font-size: 16px;
    color: #03223D;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px;
}

.counter-container p.desc{
    color: #fff;
    font-size: 22px;
    display: inline-block;
    margin: 12px 0 0;
}

@media (max-width: 900px){
    .flex{flex-direction: column; gap: 36px;}
    .flex .col-4, .flex .col-8{width: 100%;}
    .flex .col-8 .counter-container-button{display: none;}
    .flex .col-8 .counter-container-button.mobile{display: block;}

    .counter-container h3.title{font-size: 18px;}
    .counter-container .mobile-title{
        background: #fedd32;
        padding: 10px;
        border-radius: 10px;
    }
}

.melhores-promo{
    background:#fedd32;
    padding: 20px 40px;
    margin: 128px 0;
}
.melhores-promo .col-12{
    text-align: center;
}

.melhores-promo .col-12 h2{
    font-size: 48px;
    margin: 0 0 20px;
    font-weight: bold;
    display: inline-block;
}

.melhores-promo .flex{
    gap: 24px !important;
    margin: 0 0 32px !important;
}

.melhores-promo .flex .col-6{
    padding-left: 0 !important;
}

.melhores-promo .flex .col-6 h3{
    font-size: 25px;
    margin: 0 0 48px;
    display: inherit;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    padding: 0 25px;
}

.melhores-promo .flex .col-6 .ligacoes-box {
    display: inline-block !important;
    width: auto !important;
    background: #007B00 !important;
    padding: 15px !important;
    border-top-left-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
    padding: 43px 0 !important;
    display: inline-block !important;
}

.melhores-promo .col-12 p.mp-atd{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

a.mp-button{
    background: #10c251 !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    height: 48px !important;
    font-size: 24px !important;
    font-style: italic;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 24px;
    padding: 28px 0px !important;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.mp-title{
    text-align: center;
}

a.mp-button:hover{
    transform: scale(0.98);
}

@media (max-width: 768px){
    .melhores-promo .flex{flex-direction: column;}
    .melhores-promo .flex .col-6{width: 100% !important;}
}

@media (max-width:600px){
    a.mp-button{font-size: 19px !important;}
    .melhores-promo .col-12 h2 {font-size: 32px;}
}
@media (max-width:420px){
    .melhores-promo.cta .cta-text{margin: 0 0 0 !important;}
    a.mp-button{font-size: 14px !important;}
    .melhores-promo.cta .cta-text h3{font-size: 20px !important;margin: 0 !important;}
    .melhores-promo.cta .cta-text h4 {
        font-size: 18px !important;
        margin: 0 0 12px !important;
    }
    .melhores-promo.cta .cta-text p{margin: 12px 0 0 !important;}
}

.melhores-promo.cta{
    background-image: url('./images/man.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 433px;
    background-color: #000;
    display: flex;
    justify-content: end;
}

.melhores-promo.cta .cta-text{
    text-align: right;
    width: 100%;
    max-width: 530px;
    display: flex;
    flex-direction: column;
    margin: 48px 0 0;
}

.melhores-promo.cta .cta-text h3{
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 12px;
}


.melhores-promo.cta .cta-text h4{
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 24px;
}

.melhores-promo.cta .mp-left{
    display: flex;
    justify-content: end;
}

.melhores-promo.cta .mp-left a.mp-button{
    max-width: 400px !important;
    width: 100% !important;
}

.melhores-promo.cta .cta-text p{
    margin: 24px 0 0;
    font-size: 14px;
}

@media (max-width: 768px){
    .melhores-promo.cta .cta-text{text-align: center;}
    .melhores-promo.cta .mp-left{justify-content: center;}
}
@media (max-width:600px){
    .melhores-promo.cta{background-position: right;}
}

body#Promocao-Semanal #promocao-semanal-header {
    padding: 1rem 0;
}
body .dellavia * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dellavia a,
.dellavia h1,
.dellavia h2,
.dellavia h3,
.dellavia h4,
.dellavia h5,
.dellavia h6,
.dellavia label,
.dellavia li,
.dellavia p,
.dellavia span,
.dellavia table,
.dellavia ul {
    width: auto;
    height: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: initial;
    line-height: inherit;
    font-size: 1rem;
    display: initial;
}
.dellavia .col-1,
.dellavia .col-10,
.dellavia .col-11,
.dellavia .col-12,
.dellavia .col-2,
.dellavia .col-3,
.dellavia .col-4,
.dellavia .col-5,
.dellavia .col-6,
.dellavia .col-7,
.dellavia .col-8,
.dellavia .col-9 {
    display: inline-block;
    padding-left: 1rem;
    vertical-align: middle;
}
.dellavia .col-12 {
    width: 100%;
    padding: 0 1rem;
}
.content {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
}
body#Promocao-Semanal #promocao-semanal-header .header-content {
    display: inline-flex;
    width: 100%;
    align-items: center;
}
body#Promocao-Semanal #promocao-semanal-header .header-content figure {
    align-self: baseline;
    margin-top: 25px;
}
body#Promocao-Semanal #promocao-semanal-header .header-content figure img {
    max-width: 100%;
    margin: auto;
}
body#Promocao-Semanal #promocao-semanal-header .header-content .text {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-top: -15%;
}
body#Promocao-Semanal #promocao-semanal-header .header-content .text .call-now {
    font-size: 3rem;
    color: #10c251;
    margin: auto;
    font-weight: bolder;
    font-family: "Exo 2";
    font-style: italic;
    text-transform: uppercase;
    text-align: left;
    margin-right: auto;
}
p#TituloLinhaDesconto{
    display: inline-block;
    color: #fff !important;
    font-family: "Exo 2";
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    font-size: 2.125rem;
    line-height: 1;
}
body#Promocao-Semanal #promocao-semanal-header .header-content .text a,
body#Promocao-Semanal #promocao-semanal-header .header-content .text p {
    display: inline-block;
    color: #fff;
    font-family: "Exo 2";
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    font-size: 2.125rem;
    line-height: 1;
}
#TituloLinha1 {
    margin: auto auto 20px auto !important;
}
body#Promocao-Semanal #promocao-semanal-header .header-content .text a.mobile,
body#Promocao-Semanal #promocao-semanal-header .header-content .text p.mobile {
    display: none;
}
body#Promocao-Semanal #promocao-semanal-header .header-content .text a,
body#Promocao-Semanal #promocao-semanal-header .header-content .text p {
    display: inline-block;
    color: #fff;
    font-family: "Exo 2";
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    font-size: 2.125rem;
    line-height: 1;
}
#TituloLinha2 {
    margin: auto auto 20px auto !important;
    font-size: 33px !important;
}
#TituloLinha2 strong {
    font-weight: 800 !important;
}
#TituloLinhaDesconto {
    color: #ffed32 !important;
    margin: auto auto 20px auto !important;
    font-size: 23px !important;
    line-height: 1.1em !important;
}
#TituloLinhaDesconto strong {
    font-weight: 800 !important;
    color: #fedd32;
    margin-left: 10px;
}
p.desktop{
    color: #10c251 !important;
}
p#subtexto-numero{
    color: #FFF !important;
}
#subtexto-numero strong{
    color: #fedd32 !important;
    margin-right: 10px;
}
body#Promocao-Semanal #promocao-semanal-header .header-content .text a {
    visibility: visible;
    /* animation: blink-animation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: both; */
    min-width: max-content;
}
#LinkBtnCtaMobile {
    display: none !important;
}
#BtnCtaLigar {
    width: 80% !important;
    margin: 10px 0 20px 0 !important;
}
dellavia img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}
body#Promocao-Semanal #promocao-semanal-header .header-content .text .telefone-brasil {
    display: inline-block;
    margin: 30px 0px 30px 0px;
}
#TelefoneDestaqueContainer {
    border: 2px solid #FFF !important;
    padding: 10px 18px !important;
    border-radius: 12px !important;
    background-color: #10c251;
}
body#Promocao-Semanal #promocao-semanal-header .header-content .text a {
    visibility: visible;
    /* animation: blink-animation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: both; */
}
body#Promocao-Semanal #promocao-semanal-header .header-content .text .telefone-brasil .televendas-lp__img {
    display: initial;
    position: relative;
}
body#Promocao-Semanal #promocao-semanal-header .header-content .text a strong {
    font-size: 3.0rem;
    display: inline-block;
    pointer-events: none;
}
body#Promocao-Semanal #promocao-semanal-header .header-content .text .telefone-brasil .telefone-brasil__txt {
    font-size: 2.15rem;
    position: relative;
    width: fit-content;
    margin-left: auto;
    display: inherit;
}
body#Promocao-Semanal #promocao-semanal-header .header-content .text a.yellow, body#Promocao-Semanal #promocao-semanal-header .header-content .text p.yellow {
    color: #fedd32;
    font-weight: 2.8125rem;
}
.fotos-header {
    display: flex;
    width: 100%;
    padding: 9px;
    position: relative;
}
p.legend-foto {
    color: #fedd32;
    position: absolute;
    margin-top: 50%;

    display: inline-block;
    font-family: "Exo 2";
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    font-size: 2.125rem;
    line-height: 1;
}
.legend-foto strong{
    color: #FFF;
}
/* .dellavia .col-4 {
    width: 33.3333%;
}
.dellavia .col-8 {
    width: 66.6666%;
} */
body#Promocao-Semanal #promocao-semanal-a .ligacoes-box {
    display: inline-block;
    width: auto;
    border-radius: 10px;
    background: #10c251;
    padding: 15px;
}
body#Promocao-Semanal #promocao-semanal-a .ligacoes-box p.big {
    font-size: 9rem;
    color: #fedd32;
}
body#Promocao-Semanal #promocao-semanal-a p.mobile {
    display: none;
}
body#Promocao-Semanal #promocao-semanal-a .counter-container {
    display: inline-block;
    width: 100%;
}


body#Promocao-Semanal {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-image: url(./images/backgrounds/Background.png) !important;
    background-position: center !important;
}

.produtos-mkt22{
    display: flex;
}

.col-a, .col-b{
    width: 50%;
}

.tit-col-a .titulo {
    margin: 60px auto 0 auto;
}    
.tit-col-b .titulo {
    margin: 60px auto 70px auto;
} 

body#Promocao-Semanal #promocao-semanal-a figure {
    margin: 4rem 0 !important;
}

.observacao-oferta {
    color: #FFF;
    text-align: left !important;
    float: left;
}

@media screen and (max-width: 880px){
    body#Promocao-Semanal #promocao-semanal-a .col-8,
    body#Promocao-Semanal #promocao-semanal-a .col-4 {
        order: unset !important;
    }
}

@media screen and (max-width: 700px){
    .produtos-mkt22{
        flex-direction: column;
    }
    .col-a, .col-b{
        width: 90%;
    }
}
body#Promocao-Semanal #promocao-semanal-a .ligacoes-box p {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "Exo 2";
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    font-size: 1.5625rem;
    line-height: 1;
}
body#Promocao-Semanal #promocao-semanal-a .container-principal {
    text-align: center;
    align-items: center;
}
p.garantia-preco {
    font-size: 2rem;
    color: #fedd32;
    margin: auto;
    font-weight: bolder;
    font-family: "Exo 2";
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    margin-right: auto;
    margin-bottom: 15%;
}
.garantia-preco strong{
    color: white;
}
.produtos-mkt22 {
    display: flex;
}
body#Promocao-Semanal #promocao-semanal-a figure {
    margin: 4rem 0 !important;
}
body#Promocao-Semanal #promocao-semanal-a figure img {
    max-width: 100%;
    margin: auto;
}
body#Promocao-Semanal #promocao-semanal-a .container-principal {
    text-align: center;
    margin-top: 65px;
    padding: 65px 0 0;
}
@media (max-width:768px){
    body#Promocao-Semanal #promocao-semanal-a .container-principal{margin-top: 0 !important;}
    body#Promocao-Semanal #promocao-semanal-a .ligacoes-box p.big {
        font-size: 6rem;
        color: #fedd32;
        margin: 10px 0;
    }
    body#Promocao-Semanal #promocao-semanal-a .ligacoes-box p{
        font-size: 20px;
    }
}
.col-b {
    place-self: center;
}
h2.implementos {
    font-size: 3rem;
    color: #fedd32;
    margin: 0 auto 12px;
    font-weight: bolder;
    font-family: "Exo 2";
    font-style: italic;
    text-transform: uppercase;
    text-align: inherit;
}

body#Promocao-Semanal #promocao-semanal-header .header-content .text a{
    /* visibility: visible;
    animation: blink-animation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: both; */
}

@keyframes blink-animation {
    0% {
        color: #fff;
    }
    50% {
        color: #fedd32;
    }
    100% {
        color: #fff;
    }
}
@-webkit-keyframes blink-animation {
    0% {
        color: #fff;
    }
    50% {
        color: #fedd32;
    }
    100% {
        color: #fff;
    }
}


@media only screen and (max-width: 600px) {
    #modal-whatsapp {
        max-width: 450px !important;
    }

    .fotos-header{
        display: none;
    }
    .dellavia .col-12{
        display: flex;
        flex-direction: column;
    }
    .logo-marca{
        margin-bottom: 20%;
    }
    body#Promocao-Semanal #promocao-semanal-a .container-principal{
        display: flex;
        flex-direction: column;
    }
    body#Promocao-Semanal #promocao-semanal-a .col-4{
        width: auto;
    }

    body#Promocao-Semanal #promocao-semanal-header .header-content .text a strong {
        font-size: 2rem;
    }

    .logo-marca {
        display: flex;
        justify-content: center;
    }

    .logo-marca img {
        width: 250px;
    }

    h2.implementos {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 450px) {
    #TelefoneDestaqueContainer {
        max-width: 300px;
    }

    body#Promocao-Semanal #promocao-semanal-a figure {
        display: flex;
        justify-content: center;
    }

    img.melhores-ofertas {
        width: 300px;
        max-width: unset !important;
    }

    #modal-whatsapp {
        max-width: 400px !important;
    }

    body#Promocao-Semanal #promocao-semanal-header .header-content .text a strong {
        font-size: 1.5rem;
    }

    .logo-marca {
        display: flex;
        justify-content: center;
    }

    .logo-marca img {
        width: 200px;
    }

    h2.implementos {
        font-size: 2rem;
    }
}

@media screen and (max-width: 375px) {
    #modal-whatsapp {
        max-width: 300px !important;
    }
}

.bg-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

#modal-whatsapp {
    font-family: "Exo 2", sans-serif;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
}

#modal-whatsapp .header-modal {
    background: #008200;
    padding: 2rem;
    text-align: center;
    font-size: 1.5rem;
    border-radius: .5rem .5rem 0 0;
    font-weight: 800;
}

#modal-whatsapp .header-modal span:first-child {
    color: white;
}

#modal-whatsapp .header-modal span:last-child {
    color: #ffd000;
}

#modal-whatsapp .bg-gray {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    background: #d1d1d1;
    border-radius: 0px 0px .5rem .5rem;
}

#modal-whatsapp .bg-gray a {
    text-decoration: none;
}

#modal-whatsapp span {
    display: block;
}

#modal-whatsapp .input-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

#modal-whatsapp button {
    background: #008200;
    text-transform: uppercase;
    color: white;
    border: none;
    padding: .5rem;
    text-align: center;
    justify-content: center;
    max-width: 150px;
    width: 100%;
    font-weight: bold;
    border-radius: 8px;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

#modal-whatsapp button:hover {
    background: #016b01;
    transition: background-color 0.2s;
}

#modal-whatsapp .input-group input {
    border: 2px solid #008200;
    border-radius: 8px;
    padding: 1rem;
    max-width: 300px;
    width: 100%;
    text-align: center;
}

#modal-whatsapp .input-group input::placeholder {
    color: #96cc96;
    font-weight: bold;
    text-transform: uppercase;
}