@charset "utf-8";
/* CSS Document */
@font-face{
	font-family:'gadugiN';
	src: url('../fonts/gadugib.ttf')
}




.TituloProductos{
	font-family: 'gadugiN';
	background: rgb(104, 77, 8);
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 10px 18px;
}

.TituloProducto{
	font-family: 'gadugiN';
    font-size: 2em;
	line-height: 1.4em;
	font-weight: 500;
    color:#342763;
    text-align: left;
    text-transform: uppercase;
}

a.SubtitulosProductos {
    color: #fff;
    font-size: 20px;

}

.row-titulos{
	border-bottom: 1.3px  #A29B9B solid;
    margin-bottom: 15px;
}

.Medida {
    font-family: 'gadugiN';
    background: rgba(27, 9, 29, 0.959);
    font-size: 1.3em;
    color: #fff;
    font-weight: 500;
    border-radius: 9px 9px 9px 9px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 2px 5px;

}

.PrecioTotal {
    font-family: 'gadugiN';
    font-size: 1.6em;
    line-height: 1.4em;
    font-weight: 500;
    color: #452250;
}


.PrecioAntes {
    font-family: 'gadugiN';
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: 500;
    color: #585558;
    text-decoration: line-through;
}

.Unidades {
    font-family: 'gadugiN';
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: 500;
    color: #342763;
}

.texBox {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 10px;
    border-color: rgb(179, 177, 182);
    background:rgba(255, 255, 255, 0.959);
}


.btnbanner.btn-lg.btn-primary {
    z-index: 1000000 !important;
    background-color: #585558;
    top: -50px;

}