html {
    scroll-behavior: smooth;
}

/* ------- Reset CSS ------- */
div,
span,
h1,
h2,
h3,
p,
a,
img,
form,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

#proteja-sua-saude {
    width: 100%;
    padding: 0;
    margin: 0;
}

.bread-top {
    height: 111px;
}

#ktm-sticky-header-sticky-wrapper {
    position: fixed;
    top: 0;
    z-index: 41;
}

.header-menu .btn-group-left>div.logo-mobile {
    top: 0;
}

.productcounterfeit-index-index .header-menu .btn-group-left>div.logo-mobile {
    display: flex !important;
}

html {
    font-size: 16px;
}

/* ------- Geral CSS ------- */
#proteja-sua-saude p,
a {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 0px;
}

#proteja-sua-saude a {
    cursor: pointer;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

#proteja-sua-saude img {
    width: 100%;
}

#proteja-sua-saude div {
    box-sizing: border-box;
}

.tittle-section {
    font-size: 2.5rem;
    line-height: 45px;
    font-family: "utopia-std-display", arial;
    font-weight: 400;
    font-style: normal;
}

h2.tittle-section {
    line-height: 47px;
}

h2.tittle-section span {
    background: #FFC725;
    color: #141414;
    padding: 0 5px;
    white-space: nowrap;
}

h2.tittle-section span.background-none {
    background: none;
}

.background-black {
    background: #141414;
    color: #FFFFFF;
}

#proteja-sua-saude .background-black a {
    color: #FFFFFF;
    font-weight: bold;
}

#proteja-sua-saude .background-black .whatsapplink {
    font-weight: normal;
    text-decoration: none;
}

#proteja-sua-saude i.fa.fa-whatsapp {
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-whatsapp:before {
    content: "\f232";
}

.background-black p {
    color: #FFFFFF;
}

.tittle-secondary {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    text-transform: initial;
    line-height: 28px
}

.container-product-counterfeit {
    margin: 0 25px;
    width: 100%;
}

#check-resale,
#buy-safely,
#health-risks,
#essential-original-product,
#suspect-counterfeit,
#protect-your-health {
    display: flex;
    justify-content: center;
}

/* ------- Check Resale ------- */
#check-resale .container-product-counterfeit {
    max-width: 964px;
    display: flex;
    align-items: end;
}

#check-resale .container-product-counterfeit>div {
    width: 50%;
}

#check-resale .container-product-counterfeit>div:first-child {
    margin: 70px 0;
}

#check-resale h1 {
    margin-bottom: 24px;
    max-width: 380px;
    font-size: 2.5rem;
    font-weight: 400;
}

#check-resale .container-product-counterfeit div .div-form {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

#check-resale .verify-reseller-container {
    margin-bottom: 10px;
}

#check-resale button {
    background-color: #FFC725;
    color: #000000;
    border: none;
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-family: var(--main-font-family);
    width: 140px;
    height: 40px;
    border-radius: 4px;
    font-weight: 500;
}

#check-resale button:hover {
    background-color: #FFCE1D;
    cursor: pointer;
}

#check-resale input {
    background-color: #FFFFFF;
    color: #000000;
    border: none;
    height: 40px;
    padding: 0 12px;
    border-radius: 4px;
    width: 100%;
    max-width: 236px;
}


#check-resale .tittle-secondary {
    margin-top: 30px;
    margin-bottom: 10px;
}

#check-resale #image-verify {
    display: flex;
    max-width: 332px;
}

/* Check Resale ------- Resaller Container */
#check-resale #registered-reseller,
#check-resale #invalid-cnpj,
#check-resale #not-found-reseller {
    border-radius: 4px;
    flex-direction: column;
    padding: 20px 50px;
    max-width: 385px;
    width: 100%;
    height: auto;
    gap: 0;
    opacity: 0;
    display: flex;
    transition: all 0.5s ease-in-out;
}

#check-resale #registered-reseller.hide-content,
#check-resale #invalid-cnpj.hide-content,
#check-resale #not-found-reseller.hide-content {
    visibility: hidden;
    position: absolute;
}

#check-resale #registered-reseller.show-content,
#check-resale #invalid-cnpj.show-content,
#check-resale #not-found-reseller.show-content {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: all 0.5s ease-in-out;
}

#check-resale #registered-reseller svg,
#check-resale #not-found-reseller svg {
    width: initial;
    height: initial;
    position: absolute;
    margin: 0;
    top: 25px;
    left: 19px;
}

#check-resale #not-found-reseller svg {
  top: 21px;
}

#check-resale #invalid-cnpj svg {
    width: initial;
    height: initial;
    position: absolute;
    margin: 0;
    top: 20px;
    left: 19px;
}

#check-resale #registered-reseller .marketplace {
    text-transform: capitalize;
}


#check-resale #registered-reseller .marketplace span {
    color: #39B54A;
}

/* Check Resale ------- Registered Resaller */
#check-resale #registered-reseller {
    background-color: #D7F0DB;
}

#check-resale #registered-reseller hr {
    border-color: #39B54A;
    margin: 10px 0;
}

#check-resale #registered-reseller h5,
#check-resale #registered-reseller p {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #141414;
    margin: 0;
}

#check-resale #registered-reseller p {
    font-size: 0.875rem;
}

#check-resale #registered-reseller p span {
    font-size: 1rem;
    font-weight: bold;
}

#check-resale #registered-reseller h4 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #39B54A;
    margin: 0;
}

/* Check Resale ------- Not Found Resaller */
#check-resale #invalid-cnpj,
#check-resale #not-found-reseller {
    background-color: #FBD2D3;
    padding-right: 15px;
}

#check-resale #not-found-reseller h4,
#check-resale #not-found-reseller a,
#check-resale #invalid-cnpj p,
#check-resale #not-found-reseller p {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #ED1C24;
    margin: 0;
    font-weight: normal;
}

#check-resale #not-found-reseller h4 {
  font-size: 1.125rem;
}

#check-resale #not-found-reseller a,
#check-resale #not-found-reseller p {
    font-weight: 300;
}


#check-resale .container-product-counterfeit.align-center {
  align-items: center;
}

/* ------- Buy Safely ------- */
#buy-safely {
    display: flex;
}

#buy-safely .container-product-counterfeit {
    display: flex;
    max-width: 1110px;
    padding: 65px 0;
    align-items: center;
}

#buy-safely .container-product-counterfeit div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

#buy-safely .container-product-counterfeit div img {
    max-width: 408px;
    margin: 0 auto;
}


#buy-safely .tittle-section {
    max-width: 440px;
    margin-bottom: 20px;
}

#buy-safely p {
    margin-bottom: 20px;
}

#buy-safely p:nth-last-child(2) {
    margin-bottom: 0;
}

#buy-safely .tittle-secondary {
    margin-bottom: 10px;
}

/* ------- Health Risks ------- */
#health-risks .container-product-counterfeit {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 65px 0;
}

#health-risks h2 {
    margin-bottom: 40px;
    text-align: center;
}

#health-risks h3 {
    margin-bottom: 10px;
    text-align: center;
}

#health-risks p {
    max-width: 530px;
    text-align: center;
}

#health-risks hr {
    margin: 25px 0 20px;
    width: 20px;
    height: 2px;
    background-color: #FFC725;
    border: none;
}

/* ------- Essential Original Product ------- */
#essential-original-product {
    background-color: #F2F2F2;
    padding: 65px 0;
}

#essential-original-product .container-product-counterfeit {
    max-width: 964px;
}

#essential-original-product .top-section {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

#essential-original-product .top-section img {
    max-width: 420px;
}

#essential-original-product .top-section .tittle-section {
    margin-bottom: 24px;
    max-width: 500px;
}

#essential-original-product .top-section p:nth-child(2) {
    margin-bottom: 20px;
}

#essential-original-product .top-section p {
    max-width: 407px;
}

#essential-original-product .top-section p span {
    font-weight: bold;
}

#essential-original-product .tips-for-buy-original-products h2 {
    max-width: 382px;
    text-align: center;
    margin: 0 auto 40px;
}

#essential-original-product .tips-all-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#essential-original-product .tips-card {
    background-color: #FFFFFF;
    height: 370px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 35px;
}

#essential-original-product .tips-card div {
    width: 50%;
    display: flex;
    justify-content: center;
}

#essential-original-product .tips-card img {
    max-width: 398px;
    padding-right: 35px;
}

#essential-original-product .tips-card:nth-child(3) img {
    max-width: 362px;
}

#essential-original-product .tips-card:nth-child(4) img {
    max-width: 310px;
}

#essential-original-product .tips-card-texts {
    flex-direction: column;
}

#essential-original-product .tips-card-texts p {
    max-width: 410px;
}

#essential-original-product .tips-card:nth-child(2) .tips-card-texts p {
    max-width: 440px;
}

#essential-original-product .tips-card:nth-child(3) .tips-card-texts p {
    max-width: 380px;
}

#essential-original-product .tips-card:nth-child(4) .tips-card-texts p {
    max-width: 420px;
}

#essential-original-product .tips-card-texts h3 {
    margin-bottom: 20px;
    max-width: 410px;
}

/* ------- Suspect Counterfeit ------- */
#suspect-counterfeit div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 65px 0;
}

#suspect-counterfeit .tittle-section {
    max-width: 500px;
    text-align: center;
}

#suspect-counterfeit p {
    max-width: 400px;
    text-align: center;
}

#suspect-counterfeit p:nth-child(2) {
    margin: 30px 0 16px;
}

/* ------- Protect Your Health ------- */

#protect-your-health .container-product-counterfeit {
    max-width: 964px;
    display: flex;
    align-items: center;
    padding: 65px 0;
    position: relative;
}

#protect-your-health .text-content {
    max-width: 560px;
}

#protect-your-health .text-content p:nth-child(3),
#protect-your-health .text-content p:nth-child(4) {
    max-width: 500px;
}

#protect-your-health .tittle-section {
    margin-bottom: 20px;
}

#protect-your-health img {
    max-width: 462px;
    position: absolute;
    top: -30px;
    right: -35px;
}

#protect-your-health p {
    margin-bottom: 20px;
}

#protect-your-health .text-without-margin {
    margin-bottom: 0;
}

#protect-your-health span {
    font-weight: bold;
}

/* ------- Desktop-product-counterfeit Responsive ------- */
@media (min-width: 769px) {

    .mobile-product-counterfeit,
    #buy-safely .container-product-counterfeit .mobile-product-counterfeit,
    #check-resale .container-product-counterfeit .mobile-product-counterfeit {
        display: none;
    }
}

/* ------- Mobile Responsive ------- */
@media (min-width: 769px) and (max-width: 980px) {
    #protect-your-health img {
        position: initial;
    }

    #protect-your-health .container-product-counterfeit div {
        width: 50%;
    }
}

@media (min-width: 769px) and (max-width: 820px) {
    #check-resale #image-verify {
        max-width: 351px;
    }
}

@media (max-width: 810px) {
    #essential-original-product .tips-card {
        min-height: 370px;
    }
}

@media (max-width: 768px) {

    #proteja-sua-saude {
        overflow-x: hidden;
    }

    .container-product-counterfeit,
    #buy-safely .container-product-counterfeit,
    #check-resale .container-product-counterfeit,
    #protect-your-health .container-product-counterfeit {
        max-width: 600px;
    }

    .desktop-product-counterfeit,
    #buy-safely .container-product-counterfeit .desktop-product-counterfeit,
    #check-resale .container-product-counterfeit .desktop-product-counterfeit {
        display: none;
    }

    h2.tittle-section span {
        margin-left: -5px;
    }

    h1.tittle-section span {
        white-space: nowrap;
    }

    /* ------- Check Resale ------- */
    #check-resale {
        position: relative;
    }

    #check-resale .container-product-counterfeit {
        padding: 90px 0 65px;
    }

    #check-resale .container-product-counterfeit>div {
        width: 100%;
    }

    #check-resale .container-product-counterfeit div:first-child {
        margin: 0;
    }

    #check-resale .container-product-counterfeit div .div-form {
        flex-direction: column;
        margin-bottom: 10px;
    }

    #check-resale .tittle-section {
        max-width: 200px;
    }

    #check-resale button,
    #check-resale input {
        box-sizing: border-box;
        width: 100%;
        max-width: none;
    }

    #check-resale a {
        display: block;
    }

    #check-resale .tittle-secondary,
    #check-resale a {
        max-width: 200px;
    }

    #check-resale img {
        position: absolute;
        width: 150px;
        top: 0;
        right: 12px;
    }

    #check-resale #registered-reseller,
    #check-resale #invalid-cnpj,
    #check-resale #not-found-reseller {
        max-width: 100%;
    }

    #check-resale #not-found-reseller a {
        display: inline;
    }

    /* ------- Buy Safely ------- */
    #buy-safely {
        position: relative;
    }

    #buy-safely .container-product-counterfeit div {
        width: 100%;
    }

    #buy-safely .container-product-counterfeit div img {
        position: absolute;
        top: 130px;
        left: 380px;
        max-width: 300px;
    }

    #buy-safely .container-product-counterfeit div p {
        max-width: 300px;
    }


    /* ------- Essential Original Product ------- */
    #essential-original-product .top-section {
        flex-direction: column;
    }

    #essential-original-product .top-section div:first-child {
        order: 2;
    }

    #essential-original-product .top-section .tittle-section,
    #essential-original-product .top-section p {
        max-width: 600px;
    }

    #essential-original-product .tips-card {
        flex-direction: column-reverse;
        height: 100%;
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }

    #essential-original-product .tips-card img {
        margin-top: 20px;
        padding: 0;
    }

    #essential-original-product .tips-card div {
        width: initial;
    }


    /* ------- Helth Risks ------- */
    #health-risks .container-product-counterfeit {
        align-items: flex-start;
    }

    #health-risks p,
    #health-risks .tittle-secondary,
    #health-risks .tittle-section {
        text-align: left;
    }

    /* ------- Suspect Counterfeit ------- */
    #suspect-counterfeit div {
        align-items: flex-start;
    }

    #suspect-counterfeit p,
    #suspect-counterfeit .tittle-section {
        text-align: left;
        max-width: none;
    }

    /* ------- Protect Your Health ------- */
    #protect-your-health .container-product-counterfeit {
        flex-direction: column;
    }

    #protect-your-health img {
        position: initial;
        margin: 20px 0 40px;
    }

    #protect-your-health .text-content p:nth-child(3),
    #protect-your-health .text-content p:nth-child(4),
    #protect-your-health .text-content {
        max-width: none;
    }
}

@media (min-width: 430px) and (max-width: 768px) {

    #check-resale .tittle-secondary,
    #check-resale a,
    #check-resale .tittle-section {
        max-width: 500px;
        margin-bottom: 30px;
    }

    #check-resale .container-product-counterfeit div div {
        flex-direction: row;
    }

    #check-resale img {
        left: 430px;
    }
}

@media (min-width: 430px) and (max-width: 550px) {
    #check-resale .tittle-section {
        max-width: 200px;
        margin-bottom: 24px;
    }

    #check-resale img {
        left: 240px;
    }
}

@media (max-width: 360px) {
    #check-resale img {
        left: 210px;
    }
}


@media (min-width: 381px) and (max-width: 580px) {
    #buy-safely .tittle-section {
        max-width: 300px;
    }

    #buy-safely .container-product-counterfeit div img {
        top: 60px;
        left: 250px;
        max-width: 230px;
    }

    #buy-safely .container-product-counterfeit div p {
        max-width: none;
    }
}

@media (max-width: 380px) {
    #buy-safely .container-product-counterfeit div img {
        top: 120px;
        left: 230px;
        max-width: 170px;
    }

}