#destaques-box{
padding:10px;
background-color:#fff;
-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.16);
box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.16);
-webkit-transition: all 0.5s; /* Safari */
transition:  all 0.5s;
}

#destaques-box:hover{}

#destaques-preco-div{width:80%; position:absolute; top:-20px; left:10%; z-index:3;}

#destaques-preco1{
position:relative;
float:left; text-align:center;
font-family:  'Montserrat', sans-serif;
font-size:1.2em;
min-height:37px;
font-weight:400;
color:#fff; text-align:center; border-radius:5px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#547d67+0,ced01d+100 */
background: #547d67; /* Old browsers */
background: -moz-linear-gradient(left,  #547d67 0%, #ced01d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #547d67 0%,#ced01d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #547d67 0%,#ced01d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#547d67', endColorstr='#ced01d',GradientType=1 ); /* IE6-9 */
}
#destaques-preco2{
position:relative;
float:left;
font-family:  'Montserrat', sans-serif;
font-size:1em;
min-height:37px;
font-weight:400;
color:#fff; text-align:center;
background-color:#f2f2f2;
}
#destaques-preco3{
position:relative;
float:left;
font-family:  'Montserrat', sans-serif;
font-size:1.2em;
min-height:37px;
font-weight:400;
color:#fff; text-align:center;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#547d67+0,ced01d+100 */
background: #547d67; /* Old browsers */
background: -moz-linear-gradient(left,  #547d67 0%, #ced01d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #547d67 0%,#ced01d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #547d67 0%,#ced01d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#547d67', endColorstr='#ced01d',GradientType=1 ); /* IE6-9 */
}

#destaques-marca{width:100%; min-height:60px; position:relative; text-align:center; margin-top:10px; float:left; font-family:  'Montserrat', sans-serif; color:#2c627f; font-weight:600; font-size:0.9em; padding:0px 40px 0px 40px;}
.destaques-versao{color:#646464; font-weight:500;}

.destaques-icon{position:relative; float:left;color:#135578; font-size:1.1em;}
.destaques-info{position:relative; float:left;font-family:  'Montserrat', sans-serif; color:#646464; font-weight:400; font-size:0.7em; padding:6px 0px 0px 5px;}
#destaques-ano{width:100%; min-height:56px; position:relative; float:left; text-align:center; margin-top:10px; padding:10px 10px 5px 10px; border-radius: 10px;}


.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}

.owl-theme .owl-dots .owl-dot span{
width:35px;
height:3px;
margin:5px 7px;
background:#588299;
display:block;
-webkit-backface-visibility:visible;
transition:opacity .2s ease;
border-radius:0px;
margin-top:30px;}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#fff100}

@media screen and (max-width: 1023px) {
#destaques-marca{padding:0px;}
.owl-theme .owl-dots .owl-dot span{
width:10px;
height:10px;
border-radius:30px}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* PARA DISPOSITIVOS PEQUENOS*/
#destaques-img-height{ height:190px; }
#destaques-preco1, #destaques-preco3{font-size:0.9em; min-height:30px;}
#destaques-preco2{font-size:0.8em; min-height:30px;}
#destaques-marca{font-size:0.8em; padding:0px 40px 0px 40px;}
}
@media screen and (min-width: 1280px) and (max-width: 1365px) { /* PARA DISPOSITIVOS MÉDIOS*/
#destaques-img-height{ height:190px; }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) { /* PARA DISPOSITIVOS MÉDIOS*/
#destaques-img-height{ height:190px; }
}
@media screen and (min-width: 1920px) and (max-width: 2159px) { /* PARA DISPOSITIVOS GRANDES*/
#destaques-img-height{ height:220px; }
}
@media screen and (min-width: 2160px) { /* PARA DISPOSITIVOS MUITO GRANDES*/
#destaques-img-height{ height:220px; }
}