@charset "utf-8";
.principal {
    text-align: center;

	
}
a {
    color: #EFDACC;
    text-decoration: none;
    background-color: transparent;
    text-shadow: 1px 1px 3px rgba(30,18,0,1.00);
}

a:hover {
    color: #160D07;
    text-decoration: none;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(0,0,0,0.00) !important;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border: thin solid rgba(55,30,6,1.00);
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 20px 1px rgba(47,26,12,0.87);
    box-shadow: inset 0 0 20px 1px rgba(47,26,12,0.87);
}
.card2-body {
    /* [disabled]-ms-flex: 1 1 auto; */
    /* [disabled]flex: 1 1 auto; */
    min-height: 1px;
    padding-top: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    color: rgba(49,49,49,1.00);
    border-bottom: thin dotted rgba(255,255,255,1.00);
    max-width: 650px !important;
    min-width: 300px !important;
    /* [disabled]left: 50%; */
    /* [disabled]right: 50%; */
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-attachment: fixed;
    background-image: -webkit-linear-gradient(0deg,rgba(187,168,132,1.00) 0%,rgba(249,222,191,1.00) 50.78%,rgba(255,247,239,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(187,168,132,1.00) 0%,rgba(249,222,191,1.00) 50.78%,rgba(255,247,239,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(187,168,132,1.00) 0%,rgba(249,222,191,1.00) 50.78%,rgba(255,247,239,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(187,168,132,1.00) 0%,rgba(249,222,191,1.00) 50.78%,rgba(255,247,239,1.00) 100%);
}
.PrecioBot {
    right: 0px;
    text-align: right;
    float: right;
}
.PrecioCop {
    right: 0px;
    text-align: right;
}
.PrecioAli {
    right: 0px;
    text-align: right;
    float: right;
}
.bg-dark {
    background-color: #DBCAAA !important;
    -webkit-box-shadow: inset 0px 0px 50px 5px rgba(25,15,8,0.64);
    box-shadow: inset 0px 0px 50px 5px rgba(25,15,8,0.64);
    border: thin solid rgba(33,23,10,1.00);
    border-radius: 30px;
}
.ProductoBebidas {
    font-size: large;
    font-weight: bold;
    color: rgba(118,44,27,1.00);
    max-width: 75%;
    /* [disabled]float: left; */
}
.Producto {
    font-size: large;
    font-weight: bold;
    color: rgba(118,44,27,1.00);
    float: left;
    clear: both;
    max-width: 75%;
}
.Descripcion {
    color: rgba(118,44,27,1.00);
    font-size: small;
    font-style: italic;
    width: 75%;
    text-align: justify;
    float: none;
    clear: left;
}
.Medida {
    vertical-align: super;
    font-size: x-small;
}
