/*FONT*/
h1,
h2,
h3,
h4,
h5,
p,
div {
    font-family: Roboto !important;
}

/* h2 {
    font-size: 2.5rem!important;
    font-weight: 600!important;
    text-align: center!important;
    color: #8b671d!important;
} */
p {
    color: #b98a29;
}

/*ALL*/
.container {
    padding: 40px 15px;
}

/*HEADERE*/
header .container {
    padding: initial
}

header p {
    color: #fff !important;
}

/*SLIDER*/
.slider img {
    width: 100% !important;
}
.slick-list {
    padding: 0 !important;
}

/*Galeria*/
#galeria img {
    width: 100%;
}

/*PROGRESSO*/
.progress {
    margin-bottom: 30px;
}

/*DEPOIMENTO*/
.perfil-depoimento {
    transform: scale(0.7);
    transition: all 1s
}

.perfil-depoimento.slick-slide.slick-current {
    transform: scale(1.1);
}

.perfil-depoimento img {
    border-radius: 25px;
    margin: 10px auto 25px;
}

.rating i {
    color: #ffc900;
    font-size: 1.8rem;
}

.rating {
    text-align: center;
}

.perfil-depoimento h3 {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}

.depoimento {
    color: #fff;
    font-size: 14px;
    text-align: justify;
    font-weight: 500;
}

.perfil-depoimento {
    padding: 15px 25px;
}

.depoimento .aspas:first-child {
    transform: rotate(181deg);
}

.depoimento .aspas:last-child {
    float: inline-end;
}

/*PRODUTOS SLIDER*/
.slider-produtos .slick-track>div {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
}
.slider-produtos h2 {
    font-size: 1.4rem!important;
}
/*BOTOES*/
.btn-comprar {
    background: #5ede94;
    border-radius: 5px;
    color: #fff;
    padding: 15px 35px;
    font-size: 17px;
    font-weight: 400;
}

.btn-comprar:hover {
    text-decoration: none;
    color: #fff;
}

/*FOOTER*/
footer#rodape ul {
    padding: 0 !important;
    list-style: none;
}

footer#rodape ul li {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-block: 10px;
}

footer#rodape ul li a {
    color: #16181a;
}

footer#rodape h3 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 23px;
}

footer#rodape p {
    color: initial;
}


/*CALOMBO*/

div#calombo .col-lg-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div#calombo h2 {
    color: #8b671d;
    font-size: 1.6rem;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 20px;
}

/*VIDEO*/
#video video {
    border-radius: 25px;
    overflow: hidden;
    border: 2px solid #e4c66c;
}

.videoAuto {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.videoAuto video {
    transform: scale(1.5);
}
.videoAuto img {
    position: absolute;
    width: 6%;
}

/*GARANTIA*/
#garantia img {
    width: 280px;
    margin: 0 auto;
    display: block;
}

#garantia a {
    width: 200px;
    margin: 0 auto;
    display: block;
}

#garantia h2 {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    color: #8b671d;
}

#garantia p {
    font-size: 1.2rem;
    text-align: center;
}

/*FAQ*/
div#faq h3 {
    font-size: 1.6rem;
    font-weight: 400;
    color: #8b671d;
}

.card-header {
    background: none;
    border: none;
}


.card-header svg {
    margin-right: 10px !important;
}

.card-header button {
    color: #8b671d;
}

.card-header button:hover {
    color: #8b671d;
    text-decoration: none
}

.card-body {
    color: #b98a29;
}

.mostrar-mobile{
    display: none;
}
/*MOBILE*/
@media screen and (max-width: 450px){
._arrowButtonContainer_1v61q_170{
    display:none!important;
}
    .ocultar-mobile{
        display: none;
    }
    .mostrar-mobile{
        display: block;
    }
    header p {
    font-size: 14px;
    }

    .price__container {
    display: flex!important;
    justify-content: center;
    text-align: center
}

span.badge.price__badge-sale.color-accent-2.frete {
    display: block;
    max-width: max-content;
    margin: 0 auto;
}
}