/*resCarousel Css*/

.outt {
    display: none;
}

.leftRs {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 9;
    left: 0;
    width: 50px;
    height: 50px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
    border-radius: 999px;
}

.rightRs {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 50px;
    height: 50px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
    border-radius: 999px;
}

.resCarousel {
    /*float: left;
    overflow: hidden;*/
    width: 100%;
    position: relative;
}

.resCarousel-inner {
    overflow-x: hidden;
    white-space: nowrap;
    font-size: 0;
    vertical-align: top;
}

.resCarousel-inner .item {
    display: inline-block;
    font-size: 14px;
    white-space: initial;
}


/*banner*/

.banner {
    overflow: hidden !important;
}


/*tile css*/

.resCarousel-inner .item .tile {
    background: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 5px;
}


/*animation*/

.resCarousel[data-animator="lazy"] .item {
    transition: .6s ease all;
}

@media (max-width: 767px) {
    .leftRs,
    .rightRs {
        /*display: none;*/
    }
    .resCarousel-inner {
        overflow-x: auto;
    }
}


/*resCarousel Css End*/

.resCarousel-inner{
  overflow-x: hidden;
}
.resCarousel-inner .item {
    /*border: 4px solid #eee;*/
    /*vertical-align: top;*/
    text-align: center;
}
.resCarousel-inner .item .tile .resCarousel-moldura {
    /*display: table;*/
    width: 100%;
    max-height: 250px;
    min-height: unset;
    text-align: center;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, .1);*/
}
.resCarousel-inner .item .tile .resCarousel-moldura .resCarousel-img{
    background-size: auto 100%;
    max-height: 230px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, .1);*/
}
.resCarousel-inner .item h1{
    display: table-cell;
    vertical-align: middle;
    color: white;
}

.resCarousel-moldura{
  padding:15px;
}
.resCarousel-img{
  background: url('../img/produto.jpg') center center no-repeat;
  width:100%;
  height:100%;
}
.resCarousel-img{
    background-size: cover;
    height: 200px;
    color: white;
}
.item .tile p{
  margin-bottom:0px;
  padding-bottom:1em;
}
.tile h3{
    font-size:1em !important;
}
.item div h1 {
    background: rgba(0, 0, 0, .4);
}
.leftRs, .rightRs{
  color:#fff;
  background: #941e36;
}
.leftRs:hover, .rightRs:hover{
  color:#fff;
  background: #6dac5f;
}