﻿.ultimosPostsHome {
    margin: 10px 0px;
}

    .ultimosPostsHome div h2 {
        color: #282828;
        margin: 0 10px;
        padding: 0;
        font-family: 'Muli', sans-serif;
    }





    .ultimosPostsHome .item-post {
        margin: 0;
    }

        .ultimosPostsHome .item-post hr {
            margin: 0px 0 5px 0px;
        }

        .ultimosPostsHome .item-post .box {
            display: block;
            border: 1px solid #eee;
            padding: 5px;
            border-radius: 3px;
            background-color: #f5f5f5;
        }

            .ultimosPostsHome .item-post .box:hover {
                -webkit-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.5);
                -moz-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.5);
                box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.5);
            }

            .ultimosPostsHome .item-post .box .detalhes {
                display: block;
            }

                .ultimosPostsHome .item-post .box .detalhes .descontoFlutuante {
                    background: #d22c2c;
                    width: 58px;
                    position: absolute;
                    right: -0px;
                    top: -5px;
                    padding: 5px;
                    -webkit-border-radius: 32px;
                    -moz-border-radius: 32px;
                    border-radius: 32px;
                    color: #fff;
                }

                    .ultimosPostsHome .item-post .box .detalhes .descontoFlutuante span {
                        color: #fff !important;
                        font-size: 1.3em;
                    }

                        .ultimosPostsHome .item-post .box .detalhes .descontoFlutuante span.valor {
                        }

                        .ultimosPostsHome .item-post .box .detalhes .descontoFlutuante span.off {
                            text-transform: uppercase !important;
                            font-size: 1em !important;
                        }

                .ultimosPostsHome .item-post .box .detalhes .nome {
                    font-family: 'Raleway', sans-serif;
                    color: #282828;
                    font-size: 1.2em;
                    line-height: 1.1em;
                    text-align: left;
                }

                .ultimosPostsHome .item-post .box .detalhes figure {
                    height: 115px;
                    max-width: 120px;
                    min-width: 110px;
                    float: left;
                    /*overflow: hidden;*/
                    margin: 0 auto;
                    margin-right: 5px;
                }

                    .ultimosPostsHome .item-post .box .detalhes figure img {
                        width: 100%;
                    }

            .ultimosPostsHome .item-post .box a.comprar {
                display: block;
                margin-top: 10px;
                font-family: 'Raleway', sans-serif;
            }








/*Telas menores de 768px*/
@media screen and (max-width: 768px) {
    .topo .row .logo h1 a img {
        margin: 0 auto;
    }
}

/*Telas menores de 320px*/
@media screen and (max-width: 990px) {
    .ultimosPostsHome .item-post {
        padding: 10px 5px;
    }

        .ultimosPostsHome .item-post .box .detalhes figure {
            min-width: inherit;
            height: 145px;
        }

            .ultimosPostsHome .item-post .box .detalhes figure img {
                width: 100% !important;
                height: initial;
            }

        .ultimosPostsHome .item-post .box .detalhes .nome {
            height: 140px;
            overflow: hidden;
            font-size: 1.1em;
        }

        .ultimosPostsHome .item-post .box .detalhes .valor {
        }

        .ultimosPostsHome .item-post .box a.comprar {
            font-size: 12px;
            border-radius: 3px;
        }
}



