﻿.catalogo p {
    display: inline-block;
}

.catalogo {
    width: 90%;
    height: 300px;
}

    .catalogo img {
        width: 225px;
        height: 168px;
    }

.menu-catalogo {
    padding: 6% 0 3% 0;
    width: 83%;
    display: inline-block;
}

    .menu-catalogo p {
        font-size: 2em;
        float: right;
        display: inline;
    }

.titulo-cat {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

    .titulo-cat p {
        font-size: 1em;
    }

#botoes {
    width: 10%;
    display: inline-block;
    vertical-align: top;
    margin-left: 6%;
    top: 54px;
    position: fixed;
}

    #botoes a {
        display: block;
        background-color: #eee;
        margin-top: 4%;
        width: 50%;
    }

        #botoes a:hover {
            background-color: #e0e0e0;
        }

.box-catalogo {
    display: inline-block;
    vertical-align: top;
    float: none;
}

#rodape {
    border: none;
    background-color: #f9f9f9;
}



@media print {
    .box-catalogo {
        /*width: 40%;*/
        height: 200px;
    }

    .quebra {
        page-break-after: always;
    }

    .catalogo {
        width: 80%;
        height: auto;
    }

        .catalogo img {
            width: 100px;
            height: 100px;
        }

    .menu-catalogo img {
        display: none;
    }


    #botoes {
        display: none;
    }


    .titulo-cat {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }

    .titulo-cat2 {
        font-size: 12px;
    }

    .titulo-cat p {
        font-size: 0.8em;
        font-weight: bold;
    }

    .titulo-cat span {
        font-size: 0.8em;
    }

    .menu-catalogo p {
        float: right;
        font-size: 2em;
        color: #54bfd3 !important;
    }


    .nome-prod {
        font-size: 2.8em;
        position: relative;
        left: 120%;
    }

    #rodape {
        border: none;
        background-color: #f9f9f9;
    }
}
