.item_dest div.text {
    width: 180px;
}
.item_dest h1 {
    font-size: 12px;
    text-transform: uppercase;
    color: #5B3D6F;
}
.item_dest h2 {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #78CABC;
}
.more_item {
    margin-top: 0;
    width: 24px;
    height: 24px;
    background-image: url(../../images/cliente/more.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    opacity: 1;
}
.item_dest2 {
    font-family: Arial, Helvetica, sans-serif;
    width: 294px;
    height: 225px;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
    float: left;
    position: relative;
}
.item_dest2 img {
    width: 294px;
    height: 194px;
}
.item_dest2 h1 {
    font-size: 14px;
    text-transform: uppercase;
    color: #5B3D6F;
    padding-top: 5px;
}
.item_dest2 div.text {
    width: 270px;
}


@media screen and (width:900px) {
    .item_dest2 {
    width: 223px;
    height: 180px;
}
.item_dest2 img {
    height: 147px;
    width: 223px;
}
.item_dest2 div.text {
    width: 195px;
}
.item_dest2 h1 {
    font-size: 12px;
    text-transform: uppercase;
    color: #5B3D6F;
    padding-top: 5px;
}

.item_dest3 {
    font-family: Arial, Helvetica, sans-serif;
    width: 170px;
    height: 250px;
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    float: left;
    position: relative;
    text-align: center;
}



}



@media (min-width:768px) and (max-width:854px) {
    .item_dest2 {
    width: 223px;
    height: 180px;
}
.item_dest2 img {
    width: 223px;
    height: 147px;
}
.item_dest2 div.text {
    width: 195px;
}
.item_dest2 h1 {
    font-size: 12px;
    text-transform: uppercase;
    color: #5B3D6F;
    padding-top: 5px;
}
}

@media screen and (max-width:640px) {
 .item_dest2 {
    width: 280px;
    height: 215px;
}
.item_dest2 img {
    width: 280px;
    height: 185px;
}
.item_dest2 div.text {
    width: 250px;
}
}

@media screen and (width:600px) {
	.item_dest2{height:auto; width:250px;}
	.item_dest2 img{height:auto; width:250px;}
	.item_dest2 div.text{width:220px;}
	.item_dest2 h1 {font-size:12px;}
	
	}

@media screen and (max-width:540px) {
    .item_dest2 {
    width: 280px;
    height: 225px;
}
.item_dest2 img {
    width: 280px;
    height: 185px;
}
.item_dest2 div.text {
    width: 250px;
}
}

@media screen and (max-width:480px) {
    .item_dest2 {
    width: 280px;
    height: 225px;
}
.item_dest2 img {
    width: 280px;
    height: 185px;
}
.item_dest2 div.text {
    width: 250px;
}
}

@media screen and (max-width:360px) {
    .item_dest2 {
    width: 215px;
    height: 170px;
}
.item_dest2 img {
    width: 215px;
    height: 142px;
}
.item_dest2 div.text {
    width: 190px;
}
.item_dest2 h1 {
    font-size: 11px;
}
}

@media screen and (max-width:320px) {
    .item_dest2 {
    width: 190px;
    height: 160px;
}
.item_dest2 img {
    width: 190px;
    height: 126px;
}
.item_dest2 div.text {
    width: 165px;
}
.item_dest2 h1 {
    font-size: 11px;
}
}

.item_dest3 {
    font-family: Arial, Helvetica, sans-serif;
    width: 170px;
    height: 250px;
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    float: left;
    position: relative;
    text-align: center;
}
.new_prod {
    width: 76px;
    height: 76px;
    background-image: url(../../images/cliente/novo.svg);
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 99999999;
    position: absolute;
    top: 0;
    margin-top: -217px;
    left: 0;
}
.ind_prod {
    width: 76px;
    height: 76px;
    background-image: url(../../images/cliente/indis.svg);
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 99999999;
    position: absolute;
    top: 0;
    margin-top: -217px;
    left: 0;
}
.ind_prod2 {
    background-image: url(../../images/cliente/indis.svg);
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 99999999;
    position: absolute;
}
.item_dest3 img {
    width: 125px;
    height: 155px;
}
.item_dest3 div.text {
    width: 170px;
}
.item_dest3 h1 {
    font-size: 10px;
    text-transform: uppercase;
    color: #5B3D6F;
    width: 170px;
    text-align: left;
    height: auto;
    font-weight: 700;
}
.item_dest3 h2 {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #969;
    width: 160px;
    text-align: left;
    float: left;
    position: relative;
}