﻿/**
  Pedro HSA - Controle de imagem
*/
/* GLOBAL IMGTOOL*/
.imgtool-50,
.imgtool-100,
.imgtool-150,
.imgtool-200,
.imgtool-250,
.imgtool-300,
.imgtool-350,
.imgtool-400,
.imgtool-450,
.imgtool-500 {
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px;
    padding: 0px;
    text-align: center;
    position: relative;
}

    .imgtool-50 .imgtool_mold,
    .imgtool-100 .imgtool_mold,
    .imgtool-150 .imgtool_mold,
    .imgtool-200 .imgtool_mold,
    .imgtool-250 .imgtool_mold,
    .imgtool-300 .imgtool_mold,
    .imgtool-350 .imgtool_mold,
    .imgtool-400 .imgtool_mold,
    .imgtool-450 .imgtool_mold,
    .imgtool-500 .imgtool_mold {
        overflow: hidden;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100%;
    }

        .imgtool-50 .imgtool_mold img,
        .imgtool-100 .imgtool_mold img,
        .imgtool-150 .imgtool_mold img,
        .imgtool-200 .imgtool_mold img,
        .imgtool-250 .imgtool_mold img,
        .imgtool-300 .imgtool_mold img,
        .imgtool-350 .imgtool_mold img,
        .imgtool-400 .imgtool_mold img,
        .imgtool-450 .imgtool_mold img,
        .imgtool-500 .imgtool_mold img {
            width: auto;
        }

/* Escalabilidade imgtool */
.imgtool-50 {
    width: 50px;
    height: 50px;
}

.imgtool-100 {
    width: 100px;
    height: 100px;
}

.imgtool-150 {
    width: 150px;
    height: 150px;
}

.imgtool-200 {
    width: 200px;
    height: 200px;
}

.imgtool-250 {
    width: 250px;
    height: 250px;
}

.imgtool-300 {
    width: 300px;
    height: 300px;
}

.imgtool-350 {
    width: 350px;
    height: 350px;
}

.imgtool-400 {
    width: 400px;
    height: 400px;
}

.imgtool-450 {
    width: 450px;
    height: 450px;
}

.imgtool-500 {
    width: 500px;
    height: 500px;
}

/* Escalabilidade IMG */
.imgtool-50 .imgtool_mold img {
    max-width: 50px;
    max-height: 50px;
}

.imgtool-100 .imgtool_mold img {
    max-width: 100px;
    max-height: 100px;
}

.imgtool-150 .imgtool_mold img {
    max-width: 150px;
    max-height: 150px;
}

.imgtool-200 .imgtool_mold img {
    max-width: 200px;
    max-height: 200px;
}

.imgtool-250 .imgtool_mold img {
    max-width: 250px;
    max-height: 250px;
}

.imgtool-300 .imgtool_mold img {
    max-width: 300px;
    max-height: 300px;
}

.imgtool-350 .imgtool_mold img {
    max-width: 350px;
    max-height: 350px;
}

.imgtool-400 .imgtool_mold img {
    max-width: 400px;
    max-height: 400px;
}

.imgtool-450 .imgtool_mold img {
    max-width: 450px;
    max-height: 450px;
}

.imgtool-500 .imgtool_mold img {
    max-width: 500px;
    max-height: 500px;
}

.box_cardapio .box_cardapio_img {
    overflow: hidden !important;
    display: flex !important;
    display: -webkit-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
    /* background: #17a2b8!important; */
}

.box_cardapio {
    width: 150px !important;
    height: 150px !important;
    margin: 10px !important;
    padding: 0px !important;
    text-align: center;
    color: #fff;
    position: relative;
}
/* ### RESPONSIVIDADE ### */
/* Dispositivos extras pequenos (telefones, 480px e down) */
@media only screen and (max-width: 480px) {
    /*imgtool responsive*/
    .box_cardapio {
        width: 100px !important;
        height: 100px !important;
    }

    .imgtool-50 {
        width: 50px;
        height: 50px;
    }

    .imgtool-100 {
        width: 100px;
        height: 100px;
    }

    .imgtool-150 {
        width: 150px;
        height: 150px;
    }

    .imgtool-200 {
        width: 200px;
        height: 200px;
    }

    .imgtool-250 {
        width: 250px;
        height: 250px;
    }

    .imgtool-300 {
        width: 300px;
        height: 300px;
    }

    .imgtool-350 {
        width: 300px;
        height: 300px;
    }

    .imgtool-400 {
        width: 300px;
        height: 300px;
    }

    .imgtool-450 {
        width: 300px;
        height: 300px;
    }

    .imgtool-500 {
        width: 300px;
        height: 300px;
    }

    /*IMG responsive*/
    .imgtool-50 .imgtool_mold img {
        max-width: 50px;
        max-height: 50px;
    }

    .imgtool-100 .imgtool_mold img {
        max-width: 100px;
        max-height: 100px;
    }

    .imgtool-150 .imgtool_mold img {
        max-width: 150px;
        max-height: 150px;
    }

    .imgtool-200 .imgtool_mold img {
        max-width: 200px;
        max-height: 200px;
    }

    .imgtool-250 .imgtool_mold img {
        max-width: 250px;
        max-height: 250px;
    }

    .imgtool-300 .imgtool_mold img {
        max-width: 300px;
        max-height: 300px;
    }

    .imgtool-350 .imgtool_mold img {
        max-width: 300px;
        max-height: 300px;
    }

    .imgtool-400 .imgtool_mold img {
        max-width: 300px;
        max-height: 300px;
    }

    .imgtool-450 .imgtool_mold img {
        max-width: 300px;
        max-height: 300px;
    }

    .imgtool-500 .imgtool_mold img {
        max-width: 300px;
        max-height: 300px;
    }
}

/* Pequenos dispositivos (telefones medios, 480px e até) */
@media only screen and (min-width: 480px) {
    /*imgtool responsive*/
    .imgtool-50 {
        width: 55px;
        height: 55px;
    }

    .imgtool-100 {
        width: 110px;
        height: 110px;
    }

    .imgtool-150 {
        width: 165px;
        height: 165px;
    }

    .imgtool-200 {
        width: 220px;
        height: 220px;
    }

    .imgtool-250 {
        width: 275px;
        height: 275px;
    }

    .imgtool-300 {
        width: 330px;
        height: 330px;
    }

    .imgtool-350 {
        width: 385px;
        height: 385px;
    }

    .imgtool-400 {
        width: 440px;
        height: 440px;
    }

    .imgtool-450 {
        width: 450px;
        height: 450px;
    }

    .imgtool-500 {
        width: 450px;
        height: 450px;
    }

    /*IMG responsive*/
    .imgtool-50 .imgtool_mold img {
        max-width: 55px;
        max-height: 55px;
    }

    .imgtool-100 .imgtool_mold img {
        max-width: 110px;
        max-height: 110px;
    }

    .imgtool-150 .imgtool_mold img {
        max-width: 165px;
        max-height: 165px;
    }

    .imgtool-200 .imgtool_mold img {
        max-width: 220px;
        max-height: 220px;
    }

    .imgtool-250 .imgtool_mold img {
        max-width: 275px;
        max-height: 275px;
    }

    .imgtool-300 .imgtool_mold img {
        max-width: 330px;
        max-height: 330px;
    }

    .imgtool-350 .imgtool_mold img {
        max-width: 385px;
        max-height: 385px;
    }

    .imgtool-400 .imgtool_mold img {
        max-width: 440px;
        max-height: 440px;
    }

    .imgtool-450 .imgtool_mold img {
        max-width: 450px;
        max-height: 450px;
    }

    .imgtool-500 .imgtool_mold img {
        max-width: 450px;
        max-height: 450px;
    }
}

/* Pequenos dispositivos (tablets retrato e telefones grandes, 600px e até) */
@media only screen and (min-width: 600px) {
    /*imgtool responsive*/
    .imgtool-50 {
        width: 60px;
        height: 60px;
    }

    .imgtool-100 {
        width: 120px;
        height: 120px;
    }

    .imgtool-150 {
        width: 180px;
        height: 180px;
    }

    .imgtool-200 {
        width: 240px;
        height: 240px;
    }

    .imgtool-250 {
        width: 300px;
        height: 300px;
    }

    .imgtool-300 {
        width: 360px;
        height: 360px;
    }

    .imgtool-350 {
        width: 420px;
        height: 420px;
    }

    .imgtool-400 {
        width: 480px;
        height: 480px;
    }

    .imgtool-450 {
        width: 540px;
        height: 540px;
    }

    .imgtool-500 {
        width: 600px;
        height: 600px;
    }

    /*IMG responsive*/
    .imgtool-50 .imgtool_mold img {
        max-width: 60px;
        max-height: 60px;
    }

    .imgtool-100 .imgtool_mold img {
        max-width: 120px;
        max-height: 120px;
    }

    .imgtool-150 .imgtool_mold img {
        max-width: 180px;
        max-height: 180px;
    }

    .imgtool-200 .imgtool_mold img {
        max-width: 240px;
        max-height: 240px;
    }

    .imgtool-250 .imgtool_mold img {
        max-width: 300px;
        max-height: 300px;
    }

    .imgtool-300 .imgtool_mold img {
        max-width: 360px;
        max-height: 360px;
    }

    .imgtool-350 .imgtool_mold img {
        max-width: 420px;
        max-height: 420px;
    }

    .imgtool-400 .imgtool_mold img {
        max-width: 480px;
        max-height: 480px;
    }

    .imgtool-450 .imgtool_mold img {
        max-width: 540px;
        max-height: 540px;
    }

    .imgtool-500 .imgtool_mold img {
        max-width: 600px;
        max-height: 600px;
    }
}

/* Dispositivos médios (tablets de paisagem, 768 px e acima) */
@media only screen and (min-width: 768px) {
    /*imgtool responsive*/
    .imgtool-50 {
        width: 65px;
        height: 65px;
    }

    .imgtool-100 {
        width: 130px;
        height: 130px;
    }

    .imgtool-150 {
        width: 195px;
        height: 195px;
    }

    .imgtool-200 {
        width: 260px;
        height: 260px;
    }

    .imgtool-250 {
        width: 325px;
        height: 325px;
    }

    .imgtool-300 {
        width: 390px;
        height: 390px;
    }

    .imgtool-350 {
        width: 455px;
        height: 455px;
    }

    .imgtool-400 {
        width: 520px;
        height: 520px;
    }

    .imgtool-450 {
        width: 585px;
        height: 585px;
    }

    .imgtool-500 {
        width: 650px;
        height: 650px;
    }

    /*IMG responsive*/
    .imgtool-50 .imgtool_mold img {
        max-width: 65px;
        max-height: 65px;
    }

    .imgtool-100 .imgtool_mold img {
        max-width: 130px;
        max-height: 130px;
    }

    .imgtool-150 .imgtool_mold img {
        max-width: 195px;
        max-height: 195px;
    }

    .imgtool-200 .imgtool_mold img {
        max-width: 260px;
        max-height: 260px;
    }

    .imgtool-250 .imgtool_mold img {
        max-width: 325px;
        max-height: 325px;
    }

    .imgtool-300 .imgtool_mold img {
        max-width: 390px;
        max-height: 390px;
    }

    .imgtool-350 .imgtool_mold img {
        max-width: 455px;
        max-height: 455px;
    }

    .imgtool-400 .imgtool_mold img {
        max-width: 520px;
        max-height: 520px;
    }

    .imgtool-450 .imgtool_mold img {
        max-width: 585px;
        max-height: 585px;
    }

    .imgtool-500 .imgtool_mold img {
        max-width: 650px;
        max-height: 650px;
    }
}

/* Grandes dispositivos (laptops / desktops, 992px e acima) */
@media only screen and (min-width: 992px) {
    /*imgtool responsive*/
    .imgtool-50 {
        width: 70px;
        height: 70px;
    }

    .imgtool-100 {
        width: 140px;
        height: 140px;
    }

    .imgtool-150 {
        width: 210px;
        height: 210px;
    }

    .imgtool-200 {
        width: 280px;
        height: 280px;
    }

    .imgtool-250 {
        width: 350px;
        height: 350px;
    }

    .imgtool-300 {
        width: 420px;
        height: 420px;
    }

    .imgtool-350 {
        width: 490px;
        height: 490px;
    }

    .imgtool-400 {
        width: 560px;
        height: 560px;
    }

    .imgtool-450 {
        width: 630px;
        height: 630px;
    }

    .imgtool-500 {
        width: 700px;
        height: 700px;
    }

    /*IMG responsive*/
    .imgtool-50 .imgtool_mold img {
        max-width: 70px;
        max-height: 70px;
    }

    .imgtool-100 .imgtool_mold img {
        max-width: 140px;
        max-height: 140px;
    }

    .imgtool-150 .imgtool_mold img {
        max-width: 210px;
        max-height: 210px;
    }

    .imgtool-200 .imgtool_mold img {
        max-width: 280px;
        max-height: 280px;
    }

    .imgtool-250 .imgtool_mold img {
        max-width: 350px;
        max-height: 350px;
    }

    .imgtool-300 .imgtool_mold img {
        max-width: 420px;
        max-height: 420px;
    }

    .imgtool-350 .imgtool_mold img {
        max-width: 490px;
        max-height: 490px;
    }

    .imgtool-400 .imgtool_mold img {
        max-width: 560px;
        max-height: 560px;
    }

    .imgtool-450 .imgtool_mold img {
        max-width: 630px;
        max-height: 630px;
    }

    .imgtool-500 .imgtool_mold img {
        max-width: 700px;
        max-height: 700px;
    }
}

/* Dispositivos extra grandes (grandes laptops e desktops, 1200px e acima) */
@media only screen and (min-width: 1200px) {
    /*imgtool responsive*/
    .imgtool-50 {
        width: 75px;
        height: 75px;
    }

    .imgtool-100 {
        width: 150px;
        height: 150px;
    }

    .imgtool-150 {
        width: 225px;
        height: 225px;
    }

    .imgtool-200 {
        width: 300px;
        height: 300px;
    }

    .imgtool-250 {
        width: 375px;
        height: 375px;
    }

    .imgtool-300 {
        width: 450px;
        height: 450px;
    }

    .imgtool-350 {
        width: 525px;
        height: 525px;
    }

    .imgtool-400 {
        width: 600px;
        height: 600px;
    }

    .imgtool-450 {
        width: 675px;
        height: 675px;
    }

    .imgtool-500 {
        width: 750px;
        height: 750px;
    }

    /*IMG responsive*/
    .imgtool-50 .imgtool_mold img {
        max-width: 75px;
        max-height: 75px;
    }

    .imgtool-100 .imgtool_mold img {
        max-width: 150px;
        max-height: 150px;
    }

    .imgtool-150 .imgtool_mold img {
        max-width: 225px;
        max-height: 225px;
    }

    .imgtool-200 .imgtool_mold img {
        max-width: 300px;
        max-height: 300px;
    }

    .imgtool-250 .imgtool_mold img {
        max-width: 375px;
        max-height: 375px;
    }

    .imgtool-300 .imgtool_mold img {
        max-width: 450px;
        max-height: 450px;
    }

    .imgtool-350 .imgtool_mold img {
        max-width: 525px;
        max-height: 525px;
    }

    .imgtool-400 .imgtool_mold img {
        max-width: 600px;
        max-height: 600px;
    }

    .imgtool-450 .imgtool_mold img {
        max-width: 675px;
        max-height: 675px;
    }

    .imgtool-500 .imgtool_mold img {
        max-width: 750px;
        max-height: 750px;
    }
}

/* Dispositivos hiper grandes (grandes mointores, 1200px e acima) */
@media only screen and (min-width: 1500px) {
    /*imgtool responsive*/
    .imgtool-50 {
        width: 80px;
        height: 80px;
    }

    .imgtool-100 {
        width: 160px;
        height: 160px;
    }

    .imgtool-150 {
        width: 240px;
        height: 240px;
    }

    .imgtool-200 {
        width: 320px;
        height: 320px;
    }

    .imgtool-250 {
        width: 400px;
        height: 400px;
    }

    .imgtool-300 {
        width: 480px;
        height: 480px;
    }

    .imgtool-350 {
        width: 560px;
        height: 560px;
    }

    .imgtool-400 {
        width: 640px;
        height: 640px;
    }

    .imgtool-450 {
        width: 720px;
        height: 720px;
    }

    .imgtool-500 {
        width: 800px;
        height: 800px;
    }

    /*IMG responsive*/
    .imgtool-50 .imgtool_mold img {
        max-width: 80px;
        max-height: 80px;
    }

    .imgtool-100 .imgtool_mold img {
        max-width: 160px;
        max-height: 160px;
    }

    .imgtool-150 .imgtool_mold img {
        max-width: 240px;
        max-height: 240px;
    }

    .imgtool-200 .imgtool_mold img {
        max-width: 320px;
        max-height: 320px;
    }

    .imgtool-250 .imgtool_mold img {
        max-width: 400px;
        max-height: 400px;
    }

    .imgtool-300 .imgtool_mold img {
        max-width: 480px;
        max-height: 480px;
    }

    .imgtool-350 .imgtool_mold img {
        max-width: 560px;
        max-height: 560px;
    }

    .imgtool-400 .imgtool_mold img {
        max-width: 640px;
        max-height: 640px;
    }

    .imgtool-450 .imgtool_mold img {
        max-width: 720px;
        max-height: 720px;
    }

    .imgtool-500 .imgtool_mold img {
        max-width: 800px;
        max-height: 800px;
    }
}
