﻿.Productos {
    overflow-y: auto;
    overflow-x: hidden;
    width: auto;
    height: 80vh;
    padding: 10px;
    /*white-space: nowrap;*/
}

.Producto {
    margin-bottom: 3vh;
    border: solid 2px;
    border-radius: 1rem;
}

    .Producto > img {
        max-width: 100px;
        margin-bottom: 0.9vh;
    }

.Presentacion {
    min-width: 32px;
    width: 35%;
}

@media(min-width:700px) {
    .Presentacion {
        max-width: 75px;
    }
}

/*Nuevo Moneda*/
/*.box-rotate-wrap {
    float: left;
}*/
/*
.box, .box > div {
    width: 200px;
    height: 200px;
}*/

.box-rotate {
    position: relative;
    transition: all 0.8s ease;
    transform-style: preserve-3d;
    transform: translate3d(0, 0, -100px);
}

    .box-rotate > div {
        z-index: 1;
        overflow: auto;
    }

    .box-rotate .front {
        z-index: 2;
        transform: rotate3d(0, 1, 0, 0deg) translate3d(0, 0, 100px);
    }

    .box-rotate .bottom {
        text-align: center;
        margin-top: -21px;
        transform: rotate3d(1, 0, 0, -90deg) translate3d(0, 0, 100px);
    }

.box-rotate-bottom:hover {
    transform: translate3d(0, 0, -100px) rotate3d(1, 0, 0, 90deg);
}
.Iconosmoneda{
    width:21px;
}