@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');


body, html {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
     color:rgb(165,115,76);
    background-color: #fff;
}
.bg-cor {
    background-color: #ece4d6;
}
.bg0 {
    background-color: #fff;
}
.bg10 {
    background-color: rgb(222,162,155);
}
a {
    color: rgb(165,115,76);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.header{
    width: 100%;
    z-index: 9999;
}
a:hover{
    color: rgb(222,162,155);
}

b, strong {
    font-weight: 600;
}
.text-muted {
    color: rgb(165,115,76) !important;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 3rem;
}
@media (max-width: 575px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: 1rem;
    }
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(165,115,76);
}
.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(222,162,155,1);
}
.text-size-20{
    font-size: 20px;
}
.text-size-19{
    font-size: 19px;
}
.fonte-Josefin{
    font-family: 'Josefin Sans', sans-serif;
}
.fonte-pagina-quem-somos{
    color: #A5734C;
    font-family: "Josefin Sans", Sans-serif;
    font-size: 21px;
}
.fonte-menu{
    font-family: 'Josefin Sans', sans-serif;
    color: rgba(165,115,76);
}
.fonte-titulos-pagina{
    font-family: 'Josefin Sans', sans-serif;
    color: rgba(165,115,76);
    font-size: 1.7rem;
}
.fonte-titulos{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 45px;
    line-height: 1.1;
}
@media (max-width: 575px) {
    .fonte-titulos{
        font-family: 'Josefin Sans', sans-serif;
        font-size: 40px;
        line-height: 1.1;
    }
}
.fonte-titulos-rodape{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    text-transform: uppercase;
}
.fonte-rodape{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    line-height: 1.923
}
.fonte-rodape > a:hover{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    line-height: 1.923;
    color:#000;
}
.fonte-rodape-menor{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11px;
    line-height: 1.923

}
.fonte-valor-menor{
    font-family: 'Montserrat', sans-serif;
    
    font-size: 14px;
}
.fonte-valor{
    font-family: 'Montserrat', sans-serif;
    
    font-size: 20px;
}
.fonte-valor-detalhes{
    font-family: 'Montserrat', sans-serif;
   
    font-size: 30px;
}
.fonte-valor-verde{
    font-family: 'Montserrat', sans-serif;
    color: #28a745;
    font-size: 20px;
}
.fonte-valor-verde-detalhes{
    font-family: 'Josefin Sans', sans-serif;
    color: #28a745;
    font-size: 30px;
}
.fonte-rosa{
    color: rgba(222,162,155,1);
}

.hov-verde:hover {
    color: rgba(94,223,143,1);
}
.hov-menu:hover {
    color: rgba(222,162,155,1);
}

.align-vertical-center{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.cl-marron {
    color: rgba(165,115,76);
}
.bordar-2x-cor-site{
    border-bottom: 2px solid rgba(222,162,155,1);
}
.bg-topo-seguro{
    background-color: rgba(222,162,155,1);
}
.card-produtos-borda{
    border:1px solid #fff;
    border-radius: 5px;
}
.card-produtos-borda:hover{
    box-shadow: 2px 2px 5px #ccc;
}
.card-borda-rosa{
    border:1px solid rgba(255, 222, 218);
    border-radius: 5px;
}
.card-borda-branca{
    border:1px solid #fff;
    border-radius: 5px;
}

.img-produtos {
	width: 100%;
	height: 300px;
        border-radius: 5px;
}
.card-produtos_titulos{
    font-size: 16px;
    font-weight: 500;
    height: 75px;
    padding: 10px;
    margin-bottom: 0rem;
    line-height: 20px;
}
.card-produtos-valor{
    padding: 10px;
    height: 61px;
}

@media (max-width: 575px) {
    .img-produtos {
	width: 100%;
	height: 25vh;
        border-radius: 5px;
    }
    .card-produtos_titulos{
        font-size: 16px;
        font-weight: 500;
        height: auto;
        padding: 10px;
        margin-bottom: 0rem;
        line-height: 20px;
    }
    .card-produtos-valor{
        padding: 10px;
        height: auto;
    }
}

.img-produtos-loja {
	width: 288xp;
	height: 288px
}
.btn-outline-loja {
    color: rgba(222,162,155);
    background-color: transparent;
    background-image: none;
    border-color: rgba(222,162,155);
    font-weight: 500;
}

.btn-outline-loja:hover {
    color: #FFF;
    background-color: rgba(222,162,155);
    background-image: none;
    border-color: rgba(222,162,155);
    font-weight: 400;
}

.btn-outline-loja-active {
    color: #FFF;
    background-color: rgba(222,162,155);
    background-image: none;
    border-color: rgba(222,162,155);
}

.btn-loja {
    color: #fff;
    background-color: rgba(222,162,155);;
    border-color: rgba(222,162,155);;
    font-weight: 400;

}
.bg1 {
    background-color: rgba(222,162,155);
}
.bg-2{
    background-color: rgba(165,115,76,1);
}
.hov-btn1:hover {
    border-color: rgba(94,223,143,1);
    background-color: rgba(94,223,143,1);
    color: #fff
}

.hov-btn1:hover i {
    color: #fff
}
.btn-loja:hover {
    color: #fff;
    background-color: rgba(222,162,155);;
    border-color: rgba(222,162,155);
}

.btn-loja.focus,
.btn-loja:focus {
    box-shadow: 0 0 0 3px rgba(222, 162, 155, .5)
}

.btn-loja.disabled,
.btn-loja:disabled {
    background-color: rgba(222,162,155);
    border-color: rgba(222,162,155);
}

.btn-loja.active,
.btn-loja:active,
.show>.btn-loja.dropdown-toggle {
    background-color: #19537e;
    background-image: none;
    border-color: rgba(222,162,155);
}

.btn-back-to-top {
    display: none;
    position: fixed;
    width: 40px;
    height: 38px;
    bottom: 0;
    right: 40px;
    background-color: rgba(222,162,155,.8);
    opacity: .5;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}
.btn-back-to-top:hover {
    opacity: 1;
    background-color: rgba(222,162,155);
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: rgba(222,162,155);
    border-color: rgba(222,162,155);
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 1px #fff;
}


.header-v2 .wrap-menu-desktop {
	background-color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	display: table
}
.menu-desktop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 100%;
        width: 100%;
}

.main-menu {
	list-style-type: none;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
        width: 100%;
}

.main-menu>li>a {
	font-size: 18px;
	color: rgba(165,115,76,1);
	transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s
}
.main-menu>li:hover>a {
	text-decoration: none;
	color: rgba(222,162,155,1);
}

.sub-menu a {
	font-size: 16px;
	line-height: 1.5;
	color: rgba(165,115,76,1);
	display: block;
	padding: 8px 20px;
	width: 100%;
	transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s
}
.sub-menu>li:hover>a {
	color: rgba(222,162,155,1);
	text-decoration: none
}

.main-menu-m {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(165,115,76,1);
}
.main-menu-m>li>a {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 2.8;
	padding: 8px 20px
}
.sub-menu-m a {
        font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 2.5;
	padding: 5px 0
}
.select-departamento{
    margin-top: 10px;
    border: 1px solid rgba(165,115,76,1);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    width: 175px;
    height: 32px;
    border-radius: 4px;
   background-color: #fff;
}
.sort-by__select::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 15px;
    color: rgba(165,115,76,1);;
    position: absolute;
    top: 55%;
    right: 10px;
    transform: translateY(-50%);
}
sort-by__select {
    display: inline-block;
    background: transparent;
}
.sort-by__select {
    
    cursor: pointer;
    position: relative;
}
.sort-by__label, .sort-by__select {
    display: inline-block;
    vertical-align: middle;
}

.form-control:focus {
   border: 1px solid rgba(222,162,155,1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bg-imagem-departamento{
    position: absolute;
    display: inline-block;
    margin-top: -3%;
    right: 15%;
    width: 250px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: 100%;
    
    /*background-image:url('../../img/time-removebg-preview.png');*/
}


.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(165,115,76,1);
    border-bottom: 1px solid rgba(0,0,0,.125);
    color:#fff;
}
.filter-values {
    border: 1px solid #d5d5d5;
    margin: 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 16px 21px;
}
.filter-values {
    list-style-type: none;
    margin: 0 16px 0 20px;
    overflow-x: auto;
    border-style: solid;
    border-width: 10px 0;
    border-color: transparent;
}
.filter-value {
    position: relative;
}
.filter-value__link::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #292f36;
        border-top-color: rgb(41, 47, 54);
        border-right-color: rgb(41, 47, 54);
        border-bottom-color: rgb(41, 47, 54);
        border-left-color: rgb(41, 47, 54);
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
    background-clip: content-box;
    position: relative;
    top: -2px;
    border-radius: 3px;
    margin-right: 5px;
}
.filter-value--selected .filter-value__link::before, .filter-value--selected .filter-value__link:hover::before, .filter-value__link:hover::before {
    content: "\f046";
    font-family: FontAwesome !important;
    border: 0;
    font-size: 20px;
    margin-left: -1px;
    margin-right: 6px;
    margin-top: -14px;
}
.testimonial{ margin: 0 10px; }
.testimonial .testimonial-content{
    margin: 20px 0 50px 0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    width: 20px;
    height: 20px;
    border-top: 20px solid rgba(222,162,155,1);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
.testimonial .description{
    padding: 25px 35px;
    margin: 0;
    background: rgba(222,162,155,1);
    border-radius: 15px;
    font-size: 20px;
    color: #fff;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    font-family: FontAwesome !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    text-align: center;
    background: rgba(222,162,155,1);
    position: absolute;
}
.testimonial .description:before{
    content: "\f10d";
    top: -18px;
    left: 25px;
}
.testimonial .description:after{
    content: "\f10e";
    bottom: -18px;
    right: 25px;
}
.testimonial .testimonial-profile{
    display: table;
    padding: 15px;
    border: 1px solid rgba(222,162,155,1);
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid rgba(222,162,155,1);
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position:center;
}
.testimonial .title{
    
    display: inline-block;
    margin: 0 0 0 30px;
    font-size: 19px;
    font-weight: bold;
    color: rgba(222,162,155,1);
    position: relative;
    top: 22px;
}

.testimonial .title:before{
    content: "";
    width: 1px;
    height: 70px;
    background: rgba(222,162,155,1);
    position: absolute;
    top: -8px;
    left: -15px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: rgba(165,115,76,1);
    margin-top: 10px;
}
.testimonial .post>a{
    color: rgba(165,115,76,1);
}
.testimonial .post>a:hover{
    color: rgba(222,162,155,1);
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: transparent;
    
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span{
    background: rgba(222,162,155,1);
    border: 1px solid rgba(222,162,155,1);
}

@media only screen and (max-width: 479px){
    .testimonial .description{
        padding: 20px;
        font-size: 16px;
    }
    .testimonial .testimonial-profile{ padding: 10px; }
    .testimonial .title{ font-size: 16px; }
    .testimonial .post{ font-size: 13px; }
}

.owl-theme .owl-controls {
 margin-top:10px;
 text-align:center
}
.owl-theme .owl-controls .owl-buttons div {
 color:#FFF;
 display:inline-block;
 zoom:1;
 *display:inline;
 margin:5px;
 padding:3px 10px;
 font-size:12px;
 -webkit-border-radius:30px;
 -moz-border-radius:30px;
 border-radius:30px;
 background:#869791;
 filter:Alpha(Opacity=50);
 opacity:.5
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
 filter:Alpha(Opacity=100);
 opacity:1;
 text-decoration:none
}
.owl-theme .owl-controls .owl-page {
 display:inline-block;
 zoom:1;
 *display:inline
}
.owl-theme .owl-controls .owl-page span {
 display:block;
 width:12px;
 height:12px;
 margin:5px 7px;
 filter:Alpha(Opacity=50);
 opacity:.5;
 -webkit-border-radius:20px;
 -moz-border-radius:20px;
 border-radius:20px;
 background:rgba(165,115,76,1);
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
 filter:Alpha(Opacity=100);
 opacity:1
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
 height:auto;
 width:auto;
 color:#FFF;
 padding:2px 10px;
 font-size:12px;
 -webkit-border-radius:30px;
 -moz-border-radius:30px;
 border-radius:30px
}
.owl-item.loading {
 min-height:150px;
 background:url(AjaxLoader.gif) no-repeat center center
}
.container-branco{
    background: #fff;
    border-radius: 5px;
}
.ui-datepicker table {
	width: 100%;
	font-size: .8em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
@media only screen and (max-width: 479px){
.ui-datepicker table {
    width: 100%;
    font-size: .7em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
}
@media (max-width: 575px) {
    .ui-datepicker table {
    width: 100%;
    font-size: .7em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid rgba(222,162,155,1);
	background: #fff;
	font-weight: normal;
	color: #454545;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid rgba(222,162,155,1);
	background: rgba(222,162,155,1);
	font-weight: normal;
	color: #ffffff;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid rgba(165,115,76,1);
	background: rgba(165,115,76,1);
	font-weight: normal;
	color: #FFF;
}
.ui-widget-header {
    border: 1px solid rgba(222,162,155,1);;
    background: rgba(222,162,155,1);;
    color: #fff;
    font-weight: bold;
}
.page-item .page-link:hover {
        font-family: 'Josefin Sans', sans-serif;
	z-index: 2;
	color: rgba(165,115,76,1);
	background-color: rgba(222,162,155,.2);
	border-color: rgba(222,162,155,.2);
}
.page-item.active .page-link {
        font-family: 'Josefin Sans', sans-serif;
	z-index: 2;
	color: #fff;
	background-color: rgba(222,162,155,1);
	border-color: rgba(222,162,155,1);
}

.page-link {
    font-family: 'Josefin Sans', sans-serif;
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: rgba(165,115,76,1);
	background-color: #fff;
	border: 1px solid #ddd
}
.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color:  rgba(222,162,155,1);
}
/* The customcheck */
.customcheck {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #ccc;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: rgba(222,162,155,1);
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: rgba(222,162,155,1);
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.div-escollha-frete-carrinho{
    position: absolute;
    background: rgba(222,162,155,.5);
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0px;
    left: 0;
    border-radius: 5px;
}
.div-escollha-frete-carrinho > span{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 25px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pontos-lojas-retirada{
  height: 430px;
  overflow-y: scroll;
  padding-right: 5px;
}
.pagina-loja-logo {
    width: 180px;
    height: 170px;
    position: relative;
    background: #fff;
    margin: 0 auto;
    border-radius:5px;
    overflow: hidden;
    border: 5px solid rgba(222,162,155,0.9);;
}
.pagina-loja-logo img {
    /*min-height: 50%;*/
    max-height: 100%;
    min-width: 100%;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 5px;
}
.wrap-slick3-dots {
    width: 11.111111%;
}
@media (max-width: 575px) {
    .pagina-loja-logo {
        width: 100%;
        height: 170px;
        position: relative;
        background: #fff;
        margin: 0 auto;
        border-radius:5px;
        overflow: hidden;
        border: 5px solid rgba(222,162,155,0.9);;
    }
    .pagina-loja-logo img {
        /*min-height: 50%;*/
        max-height: 100%;
        min-width: 100%;
        max-width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        padding: 5px;
    }
    .wrap-slick3-dots {
        width: 20.111111%;
    }
    .bread-crumb{
        font-size: 12px;
    }
}

.pagina-loja-description {
    background: #fff;
    border-radius: 7px;
    padding: 100px 28px 28px;
    margin: -70px 0 30px;
}

.pagina-loja-description p {
    margin-top: 5px;
    text-align: left;
    font-size: 14px;
}
.myaccordion {
  max-width: 100%;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(222,162,155,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}


.myaccordion .card-body > ul > li {
  list-style-type: disc;
  margin-left: 2%;
}

.myaccordion .card-header {
  border-bottom-color: rgba(222,162,155,0.3) !important;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  color: rgba(222,162,155,9);
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.breadcrumb-caminho > ul > li {
    text-align: center;
    font-size: 30px;
    color: #eee;
    min-width: 130px;
    margin-top: 8px;
    
}
.breadcrumb-item-caminho.active {
    color: rgba(165,115,76);
}
.breadcrumb-item-caminho.active p{
    color: rgba(165,115,76);
    
    
    
}
.breadcrumb-caminho > ul > li p{
    text-align: center;
    font-size: 15px;
    color: #eee;
    
}

.breadcrumb-item-caminho + .breadcrumb-item-caminho::before {
    display: inline-block;
    padding-right: 0rem;
    padding-left: 0rem;
    color: rgba(222,162,155,9);
    content: "";
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px;
}
.tab01 .nav-link.active {
	color:rgb(165,115,76);
	border-color: rgb(165,115,76);
}
.faixa-topo{
    padding: 5px;
    height: auto;
    background-color: rgb(222,162,155);
    text-align: center;
    color: #fff;
}
.center {
    width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal.vertically-modal .modal-dialog {
  transform: translateY(-25%);
  top: 50%;
  margin: 0 auto;
}

.modal.vertically-modal.show .modal-dialog {
  transform: translateY(-50%);
}

.modal-dialog-pop-up{
   max-width:670px;
   max-height:420px;
}
.sombra-box {
  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
}
.rounded-box {
  border-radius: 4px;
}
.text-height-30{
    font-size: 1.1em;
    line-height: 30px;
}
.text-height-50{
    line-height: 50px;
}
.text-height-10{
    line-height: 10px;
}
.text-height-20{
    line-height: 20px;
}
.text-height-35{
    line-height: 35px;
}
.align-vertical-center-div{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
.imagem-produtos-venda-mk{
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    transition: all .5s ease;
}

.imagem-produtos-venda-mk:hover .btn-visualizar-venda-mk{
    visibility: visible;
    opacity: 1;
}

.divider{
    margin-top:50px;
    margin-bottom:50px;
    width: 100%;
    height: 1px;
    background-color: rgba(222,162,155);
}
.btn-visualizar-venda-mk{ 
    visibility: hidden;
    position: absolute;
    bottom: 55px;
    width: 85%;
    text-align: center;
    background: rgb(222, 162, 155);
    padding: 2px;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    color:#fff;
}
.btn-visualizar-venda-mk > a{
    color: #fff;
}
@media (max-width: 575px) {
    .btn-visualizar-venda-mk{ 
        visibility: hidden;
        position: absolute;
        bottom: 55px;
        width: 78%;
        text-align: center;
        background: rgb(222, 162, 155);
        padding: 2px;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear;
        color:#fff;
    }
}

.bg-marron{
    background-color: rgba(165,115,76);
}
.comecar .box-card {
  position: relative;
  width: 100%;
  height: 150px;
  background: rgb(222, 162, 155);
  color: #fff;
  font-size: 17px;
  display: table;
  padding: 20px 20px 0 20px;
  text-align: center;
  line-height: 18px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
@media (max-width: 575px) {
    .comecar .box-card {
        position: relative;
        width: 100%;
        height: auto;
        background: rgb(222, 162, 155);
        color: #fff;
        font-size: 14px;
        display: table;
        padding: 20px 5px 20px 5px;
        text-align: center;
        line-height: 16px;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        margin-top: 50px;
    }
}
.comecar .icon-card {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -18px;
    background: #fff;
    border-radius: 50%;
    color: rgba(165,115,76);
    font-size: 25px;
    width: 50px;
    height: 48px;
    line-height: 50px;

}
@media (max-width: 575px) {
    .comecar .icon-card {
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -18px;
        background: #fff;
        border-radius: 50%;
        color: rgba(165,115,76);
        font-size: 20px;
        width: 35px;
        height: 35px;
        line-height: 35px;

    }
}
.btn-comecar{
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    border-radius: 50px;
    
    font-size: 1.1em;
}
.btn-bg1{
    background: rgb(222, 162, 155);
    border: 1px solid rgb(222, 162, 155);
    color:#fff;
}
.btn-bg1:hover {
    color:#fff;
}
.btn-bg2{
    background: rgba(165,115,76);
    border: 1px solid rgba(165,115,76);
    color:#fff;
}
.btn-bg2:hover{
    color:#fff;
}
.text-height-pagina-novo-empreenderdor-icon{
    min-height: 36px;
}
.fonte-titulos-pagina-seja{
    font-family: 'Josefin Sans', sans-serif;
    color: rgba(165,115,76);
    font-size:40px;
    line-height: 50px;
}
.fonte-pagina-seja-sub-titulo{
    font-size:20px;
    line-height: 37px;
}
.fonte-titulo-card-seja{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    min-height: 70px;
}
.text-card-seja{
    line-height: 20px;
    font-size: 15px;
}
.font-size-sub{
    font-size:2em;
}
.img-card-seja{
    width:80px;
}
.font-size-text-posso-vender{
    font-size: 18px;
}

@media (max-width: 575px) {
    .fonte-titulos-pagina-seja{
        font-family: 'Josefin Sans', sans-serif;
        color: rgba(165,115,76);
        font-size:20px;
        line-height: 20px;
    }
    .fonte-pagina-seja-sub-titulo{
        font-size:14px;
        line-height: 20px;
    }
    .fonte-titulo-card-seja{
        font-family: 'Josefin Sans', sans-serif;
        font-size: 16px;
        min-height: 20px;
    }
    .text-card-seja{
        line-height: 15px;
        font-size: 12px;
    }
    .font-size-sub{
        font-size:18px;
    }
    .mt-5 {
        margin-top: 1rem !important;
    }
    .img-card-seja{
        width:60px;
    }
    .font-size-text-posso-vender{
        font-size: 14px;
    }
}
@media (max-width: 575px) {
        .next-slick3{
            right: 30px;
            position: absolute;
        }
        .prev-slick3{
            left: -90px;
            position: absolute;
        }
    }
    @media (max-width: 375px) {
        .next-slick3{
            right: 30px;
            position: absolute;
        }
        .prev-slick3{
            left: -90px;
            position: absolute;
        }
    }