﻿@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');

html {    
}
a {
	color: black;
	text-decoration: underline;
}
body {
    margin: 0 auto;
    max-width: 1440px;
    box-shadow: 0 10px 60px #DDDDDD;
	font-family: Rubik, Arial, Tahoma;
}
.input-validar {
	background-color: #fee2cc;
}
.input-validar:focus {
	background-color: #fee2cc;
}

.section-logo {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.3) 100%);
    background-color: #bd0f28;
    color: white;
}
.section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.section-1 {
    background-color: white;
}
.section-2 {
    background-color: #F0F0F0;
}


@media only screen and (min-width: 768px) {
    .logo-pri {
        font-size: 4rem;
        font-weight: bolder;
    }
    .logo-sec {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 767px) {
    .logo-pri {
        font-size: 2rem;
        font-weight: bolder;
    }
    .logo-sec {
        font-size: 1.5rem;
    }
}

.cuadro {
    box-shadow: 3px 3px 15px #888888;
    height: 200px;
    padding: 1.5rem;
    font-size: 1rem;
    display: flex;
    flex-direction:row;
    align-items: center;
}
.cuadro > img {
    height: 50px;
    width: 50px;
    margin-right: 15px;
}

.cuadro-1 {
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.3) 100%);
    background-color: #bd0f28;
    color: white;
}


#body-div {
	min-height: 100vh;
	position:relative;
}
#main-div {
}

.decor-producto {
	height: 250px;
	box-shadow: 0 1px 5px #E0E0E0;
	margin-bottom: 0.75rem;
	flex-direction: column;
	position:relative;
	padding-top: 10px;
	margin-top:5px;
}
.decor-producto.highlight {
	background-color: #fceee7;
}
.boton-eliminar {
	position:absolute;
	right:0px;
	top:-15px;
	width:30px;
	height:30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(/images/eliminar-20.png);
    background-position: center center;
    background-repeat: no-repeat;
	cursor:pointer;
}
.boton-masmenos {	
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color:transparent;
	cursor: pointer;
}
.boton-masmenos>span {
	text-align:center;
	color: #1646a8;
	font-size: 1.25rem;	
}

@media only screen and (max-width: 720px) {
	.decor-producto {
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 5px;
		padding-right: 5px;
	}
}
.control-cantidad {
	border: solid 1px #DDDDDD;
	height: 2.5rem;
	margin-bottom: 0.5rem;
}
.control-cantidad[d-sin-datos="1"] {
	background-color: #ffc4a3;
}
.prod-titulo {	
	font-weight: bold;
	font-size: 1rem;	
}
.prod-precio {
	font-size: 1rem;
	margin-bottom: 0.25rem;
}
.prod-total {
	font-weight: bold;
	margin-right: 1rem;
}
.footer-main {
	background-color: #F0F0F0;
}
.footer-productos {
	height:3rem;
	color:white;
	width:100%;
	font-size:1.1rem;
	font-weight: bold;	
}
.footer-productos>div {
	height:3rem;
	position: fixed;
	bottom:	0px;
	width:100%;		
	max-width: 1440px;
	display:flex;	
	align-items: center;
}
#div-cart {
	background-image: url("/images/cart.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:50px;
	margin-left:0.25rem;
	display:flex;
	justify-content: flex-end;
	align-items:flex-end;
	cursor: pointer;
}
#div-cart>div {
	margin-bottom: -0.10rem;
	border-radius:0.7rem;
	background-color:white;
	height:1.4rem;
	width:1.4rem;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:0.7rem;
	font-weight: bold;
}
#total-total {
	padding-right: 1.5rem;
	display:flex;
	justify-content: flex-end;	
	align-items: center;
}
.item-opcion {
	border: 1px solid #888888;
	border-radius: 0.25rem;
	padding: 0.5rem 0.5rem;
	cursor: pointer;
}
.input-cantidad {
	border: 0px;
	text-align: center;
	font-weight:bold;
	background-color: transparent;
}
.div-unidad-venta {
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8rem;
	color: #1646a8;
	text-decoration: underline;
	cursor: pointer;
}
.boton-ico {
    background-position: center center;
    background-repeat: no-repeat;
	cursor:pointer;
	width: 25px;
	height: 25px;
}
.boton-fav {
	background-image: url("/images/fav-off.png");
}
.boton-fav.on{
	background-image: url("/images/fav-on.png") !important;
}
.boton-fav.invis{
	display:none;
}
.boton-info {
	background-image: url("/images/info.png");
}
.div-unidad-venta-des {
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8rem;
}


.img-retain-width {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
}

.img-cat {
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: 0.25rem;
	margin-bottom: 0.5rem;
	
}

.row-header {
	font-weight: bold;
	min-height: 2.5rem;
}

.row-header > div {
	display: flex;
	align-items: center;
}
.row-content-mid {
	min-height: 2rem;
	border-bottom: 1px solid #D5D5D5;
}
.row-content-mid > div {
	display: flex;
	align-items: center;
}
.btn-buscar {
    background: url(/images/buscar.png);
    background-position: center center;
    background-repeat: no-repeat;
	width: 40px;
}

.floating-search {	
	position:relative;
	height: 3.25rem;
	margin-bottom: 0.5rem;
}
.floating-search>div {
	min-height: 3rem;
}
.floating-panel {
	position:fixed;
	top:0rem;
	z-index: 1001;
	width:100%;
	height: auto !important;
	max-width: 1440px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
	padding: 0.5rem 0.5rem;
}
.menu-toggler {
	background-image: url(/images/menu.png);
	background-position: center center;
    background-repeat: no-repeat;
	margin-right: 0.5rem;
	border: 1px solid;
	border-color: rgba(255,255,255,.5);
	border-radius:0.25rem;
	cursor:pointer;
	width:40px;
	height: 32px;
}
.input-buscador {
	padding-top:0.2rem;
	padding-bottom:0.2rem;
	padding-left: 2.25rem;
	padding-right: 0.75rem;
	border-radius: .25rem;
	background-clip: padding-box;
    border: 1px solid #ced4da;	
	background: url(/images/buscar.png);
	background-color: white;
    background-position: 0.5rem center;
    background-repeat: no-repeat;
	background-size: 20px 20px;
	width: 100%;
}
.buscador-results {
	background-color:white;
	border-radius: .25rem;
	display: flex;
	flex-wrap: wrap;
	padding: 0.5rem 1rem;
}
.buscador-results>div {
	width: 100%;
}
#menu {
	width: 100%;
	padding-left: 1rem;
	display: flex;
	flex-direction: column;
	color: white;
	margin-top: 0.5rem;
	padding-top:0.5rem;
	font-size: 1.1rem;
	border-top: solid 1px white;
}
#menu>div {
	background-repeat: no-repeat;
	background-position: 0% center;
	padding: 0.25rem 30px;
	cursor: pointer;
	width:100%;
}
.lista-elemento {
	cursor: pointer;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.lista-elemento>.col-background {
	padding-left: 35px;	
}
.lista-elemento[seleccionado="1"]>.col-background{
	background-image: url(/images/seleccionado.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.lista-elemento[seleccionado="1"]>div {		
	background-color: #EEEEEE !important;
}
.lista-elemento[encontrado="1"] {
	background-color: #ffc4a3;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
.articulo-buscador {
	cursor:pointer;
}
.w-20 {
	width:20%;
}
.w-40 {
	width:40%;
}
.w-66 {
	width:67%;
}
.w-33 {
	width: 33%;
}
.color1 {
	background: red;
}
.color2 {
	background: blue;
}

.marco-pedido {
	margin: 1rem 0.5rem;
	padding: 1rem 0.5rem;
	border: solid 1px #EEEEEE;
	box-shadow: 0 10px 60px #DDDDDD;
}
.marco-pedidos {
	margin: 0.25rem 0rem;
	padding: 0.25rem 0.5rem;
	border: solid 1px #EEEEEE;
	box-shadow: 0 5px 20px #DDDDDD;
}
.linea-gris-top {
	border-top: solid 1px #999999;
}
.linea-gris-bot {
	border-bottom: solid 1px #999999;
}
.liga-blanca {
    color: white;
}
.liga-blanca:hover {
    color: white;
}
.liga-roja {
    font-weight: bold;
    color: #bd0f28;
}
.liga-menu {
	cursor:pointer;
}
.liga-menu>a {
	color:white;
	text-decoration:none;
}
.liga-menu>a:hover {
	color:white;
	text-decoration:none;
}
.liga-negra {
	text-decoration: underline;
	color: black;
	cursor: pointer;
}

.btn-cancela {
	background-color: #BBBBBB;
    border-color: #BBBBBB;
	color: white;
}

.btn-cancela:hover {
	color: white;
	background-color: #999999;
    border-color: #999999	;
}


.input-group-prepend {
  width : 100px; /*adjust as needed*/
}

.input-group-prepend>span {
  width: 100%;
  overflow: hidden;
}
.form-control-small {
	font-size: 80%;
}
.estatus-pedido-0 {
	
}
.cursor-pointer {
	cursor:pointer;
}
