* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    color: inherit;
    text-decoration: none;
    border: none;
    font-family: 'Open Sans', sans-serif;
}

p {
    margin: 2rem 0;
    color: #1f2123;
    line-height: 1.7;
    font-size: 18px;
}

h2 {
    letter-spacing: -.03em;
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 2rem;
}

img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

hr {
    margin: 15px auto;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

mark {
    /* background-color: #f3d1ce; */
    background-color: #cee1f3db;
}

/* Banner mobile */

.banner-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease;
    width: 100%;
}

.show-banner {
    opacity: 1;
    z-index: 999999999;
}

/* Classes Utilitarias */

.container {
    width: 100%;
    max-width: 1140px;
    padding: 0 16px;
    margin: 0 auto;
}

.title {
    line-height: 55px;
    letter-spacing: -.065em;
    font-size: 50px;
    font-weight: 700;
    color: #1f2123;
}

.title strong {
    color: #C4170C;
}

.adv-image {
    margin-bottom: 2rem;
}

.adv-image small {
    display: block;
    background-color: #f3f3f3;
    width: 100%;
    padding: 5px;
    font-style: italic;
    opacity: .7;
}

/* REFATORADO */
.adv-image figcaption {
    display: block;
    background-color: #f3f3f3;
    width: 100%;
    padding: 5px;
    font-style: italic;
    opacity: .7;
}

.depoimento {
    background-color: #fff;
    /* background-color: #e1e1e1; */
    padding: 0 15px 15px 15px;
    border-left: 4px solid #C4170C;
    font-style: italic;
    color: #000;
    margin-bottom: 0;
}

.testimony {
    background-color: #fff;
    /* background-color: #e1e1e1; */
    padding: 0 15px 15px 15px;
    border-left: 4px solid #C4170C;
    font-style: italic;
    color: #000;
    margin-bottom: 0;
}


.depoiment-name {
    display: block;
    text-align: end;
    font-size: 15px;
    font-weight: 700;
    color: #3d3d3d;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.link {
    text-decoration: underline;
    color: #C4170C;
    font-weight: bold;
}

.small-monitor {
    position: relative;
    width: 100% !important;
    left: 0 !important;
}

.medium-monitor {
    width: 30% !important;
    left: 67% !important;
    position: fixed;
}

.large-monitor {
    width: 19% !important;
    left: 60% !important;
    position: fixed;
    top: 96px;
}

/* Classes */

.header-container {
    padding: 0 16px;
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
}

.top-header {
    background-color: #f3f3f3;
    height: 44px;
}

.item-destaque {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-left: 1px;
    margin-right: 1px;
    padding: 9px 7px 12px;
}

.item-destaque:first-child {
    color: #C4170C;
}

.item-destaque:nth-child(2) {
    color: blue;
}

.item-destaque:nth-child(3) {
    color: green;
}

.item-destaque:nth-child(4) {
    color: orange;
}

.bottom-header {
    background-color: #C4170C;
}

.bottom-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu i {
    color: #fff;
    font-size: 24px;
}

.name h1 {
    display: block;
    color: #fff;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    padding-bottom: 2px;
}

.name h1:hover {
    opacity: .7;
}

.search {
    position: relative;
}

.search i {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 16px;
    color: #fff;
}

.search input {
    width: 129px;
    height: 25px;
    position: relative;
    padding: 5px 5px 3px 30px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .15);
    letter-spacing: 0.015em;
    font-weight: bold;
}

.search input::placeholder {
    color: #fff;
    font-size: 14px;
}

.adv-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left-content {
    width: 66%;
    padding: 0 20px 0 0;
}

.right-content {
    width: 33%;
}

.adv {
    display: block;
    text-align: center;
    color: #c5c2c2;
    margin: 20px 0;
    font-size: 10px;
}

.by {
    display: block;
    margin-top: 40px;
    color: #979797;
    font-weight: 300;
    font-size: 12px;
}

.today-date {
    display: block;
    color: #979797;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 15px;
}

.box-atualizacao {
    border: 1px dotted #000;
    background: #effff7;
    padding: 10px 15px;
    line-height: unset;
    margin-bottom: 20px;
    font-size: 13px;
}

.box-atualizacao span {
    color: green;
}

.box-atualizacao strong {
    color: #C4170C;
}

.box-compra {
    background: #ddd;
    padding: 10px;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.box-compra strong {
    font-family: helvetica, freesans, sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1;
    display: block;
}

.box-compra span {
    color: #333;
    font-size: 18px;
    letter-spacing: -.03125rem;
    line-height: 1.77em;
    padding-bottom: 2rem;
    font-weight: 400;
    display: block;
}

.box-compra button {
    font-weight: 700;
    font-size: 25px;
    color: #ffffff;
    display: block;
    background: #01a601;
    box-shadow: 0px 3px 0px #41bb0c;
    border-radius: 3px;
    max-width: 100%;
    transition: all .3s;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    cursor: pointer;
}

.comentarios {
    border-top: 8px solid #f7f7f7;
    padding-top: 10px;
}

.comentarios h3 {
    display: block;
    padding-top: 5px;
    margin-bottom: 20px;
    color: #333;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -1.5px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 0;
    margin: 0 0 1.52rem 0;
}

.comentarios span {
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: -0.3px;
}

.commentary-wrap {
    display: flex;
    flex-direction: column;
}

.comentary-box {
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
}

.comentary-img,
.comentary-text {
    padding: 10px;
}

.comentary-img img {
    width: 64px;
}

.comentary-text strong {
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: -0.3px;
    margin-bottom: 5px;
}

.comentary-text p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: -0.3px;
    margin-top: 0;
}

.comentary-avaliation span {
    display: inline-block;
    padding-right: 20px;
    font-size: 14px;
    transition: all 0.3s ease-in;
    cursor: pointer;
    color: #666666;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: -0.3px;
}

.comentary-avaliation span:hover {
    color: #C4170C;
}

.no-more-comment {
    margin: 25px 0px 0px 0px;
    padding: 18px 15px 18px 15px;
    background-color: #ECECEC;
    border-radius: 5px 5px 5px 5px;
    text-align: left;
    color: #666666;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.3em;
    letter-spacing: -0.3px;
}

.noticias {
    border: 1px solid #d8d8d8;
    padding: 10px;
    border-top: 2px solid #a80000;
}

.noticias strong {
    color: #1f2123;
    font-size: 21px;
    letter-spacing: -1px;
    margin-left: 10px;
}

.bloco-noticias {
    display: flex;
    margin-left: 10px;
}

.noticia-img {
    margin-right: 25px;
}

.noticia-img img {
    max-width: 116px;
    max-height: 90px;
}

.noticia-text {
    width: 58%;
}

.noticia-text a {
    color: #C4170C;
    font-size: 16px;
    font-weight: 500;
}

.noticia-text a:hover {
    text-decoration: underline;
}

.more-content {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 16px;
    color: #C4170C;
    margin-left: 10px;
}

.banner-lateral {
    border: 1px solid #d8d8d8;
    border-top: 2px solid #a80000;
    padding: 10px;
    margin-top: 30px;
    background-color: #fff;
}

.footer {
    background-color: #C4170C;
    padding: 10px;
    font-size: 10px;
    margin-top: 5%;
    color: #fa7d7d;
    text-align: center;
}

.disclaimer {
    display: block;
    margin-bottom: 15px;
}

.referencias strong {
    display: block;
    margin-bottom: 10px;
}

.referencias a {
    display: inline-block;
    margin-right: 10px;
}

.copy {
    margin-top: 15px;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    h2 {
        font-size: 25px;
    }

    p {
        font-size: 17px;
    }

    header {
        position: inherit;
    }

    .depoimento {
        font-size: 17px;
    }

    .testimony {
        font-size: 17px;
    }

    .depoimento span {
        font-size: 14px;
    }

    .testimony span {
        font-size: 14px;
    }

    .title {
        font-size: 30px;
        letter-spacing: -.03em;
        line-height: 32px;
    }

    .adv-image small {
        font-size: 11px;
    }

    .top-header {
        display: none;
    }

    .menu,
    .search {
        display: none;
    }

    .bottom-header-wrap {
        justify-content: center;
    }

    .name h1 {
        font-size: 22px;
    }

    .left-content {
        width: 100%;
        padding: 0;
    }

    .by {
        margin-top: 28px;
    }

    .box-compra strong {
        font-size: 17px;
        line-height: 1.2;
    }

    .box-compra span {
        font-size: 15px;
        line-height: 1.4em;
        margin-top: 10px;
    }

    .box-compra button {
        font-size: 20px;
    }

    .right-content {
        width: 100% !important;
        position: inherit;
        left: 0 !important;
        margin-top: 1.5em;
    }

    .noticias strong,
    .bloco-noticias,
    .more-content {
        margin-left: 0;
    }

    .banner-lateral {
        display: none;
    }

    .footer {
        padding-bottom: 150px;
    }
}