body{
	background-color: #ffdbe1 !important; 
	/* f9f9f9 */
	
}

.cabecera{
	background-image: url(../img/logo.png);
	color: white;
    text-align: center;
    padding-top: 4rem;
	padding-bottom: 4rem;
	background-size: cover;
}

.cb{
	clear: both;
}

.tac{
	text-align: center;
}

.col1{ 
	background-color: white;
	border-radius: 1rem;
}

.col2{ 
	padding-left: 2rem;
}

.max-width-slider{
	max-width: 420px;
}

.foto_carrusel{
	max-width: -webkit-fill-available;
	border-radius: 5px;
}

.footer{
	background-color: #6c757d;
	color: white;
}

.gris{
	color: #353535;
}

.grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;  
	grid-gap: 3rem;

}
.br{
	border-radius: 1rem;
}

.w{
	width: -webkit-fill-available;
}

.w30{
	width: 30px;
}

.w36{
	width: 36px;
}

.ml1{
	margin-left: 1rem;
}

.mt1{
	margin-top: 1rem;
}

.mt2{
	margin-top: 2rem;
}

.mb2{ 
	margin-bottom: 2rem;
}

.div_overflow{
	width: 100%; 
	overflow: auto; 
	overflow-y: hidden;
    padding-top: 1rem;
    padding-bottom: 1rem;	
}

.div_overflow::-webkit-scrollbar {
	width: 12px;               /* width of the entire scrollbar */
}

.div_overflow::-webkit-scrollbar-track {
	background: #f1f1f1;        /* color of the tracking area */
	border-radius: 20px;
}

.div_overflow::-webkit-scrollbar-thumb {
	background-color: #0d6efd;    /* color of the scroll thumb */
	border-radius: 20px;       /* roundness of the scroll thumb */
	border: 6px solid #f1f1f1;  /* creates padding around scroll thumb */
}

.l-card, .lp-card{
	width: 240px;
    border-radius: 5px;
	box-shadow: 0 0 20px 0 #efefef;	
	margin: 1rem;
	float: left;
}

.l-card2{
	width: 180px;
    border-radius: 5px;
	box-shadow: 0 0 20px 0 #efefef;	
	margin: 1rem;
	float: left;
}

.lcard-body{
	/* height: 210px; */
}

.fr{
	float: right;
}

.max-content{
	width: max-content;
}

.sec{
	background-color: white;
    padding: 1rem;
    border-radius: 1rem;
}

.sec2{
	background-color: white;
    padding: 1rem;
}

.mover{
	display: none;
}

#Arriba{
	position: fixed;
	top: 69%;
	right: 10px;
	background-color:#b9009a29; 
	padding:22px; 
	border-radius:20px; 
	cursor:pointer; 
	display:none;
	color:#b15c97;
	font-size: x-large;
	opacity: 70%;
}

#link_whatsapp{
	position: fixed;
	top: 82%;
	right: 10px;     
	background-image: none;
}

.div_login{
	max-width: 600px;
}

.cardFoto{
	height: 200px;
}

.cardFotoHeight{
	height: 200px;
}

.cardFotoHeight2{
	height: 160px;
}

.l-card-title{
	height: 40px;
	line-height: normal;
}

.h100{
	height: 100px !important;
}

.logo1{
 width: 80px;
}

.picture{
	width: 35px;
	height: 35px;
	border-radius: 50px;
}

.foto_empresa{
	max-width: 500px;
    float: right;
    margin-left: 2rem;
	border-radius: 1rem;
}

.taj{
	text-align: justify;
}

.verde{
	color: #198754;
}

.black{
	color: black;
}

.fw{
	font-weight: 600;
}

.card-text-id{
	float: right;
    color: #adb5bd;
    font-size: small;
}

.red{
	color: red;
}

.bloque{
	background-color: white;
	border-radius: 5px;
	padding: 1rem;
	margin: 1rem;
	max-width: -webkit-fill-available;
}

.bloque2{
	background-color: white;
	border-radius: 5px;
	padding: 1rem;
	margin: 1rem;
}

.fondo-gris{
	background-color: #f9f9f9;
}

.cp{
	cursor: pointer;
}

.foto_carrito{
	width: 50px;
    border-radius: 5px;
	cursor: pointer;
}

.table_carrito{
	width: 100%;
}

.table_carrito td{
	padding: 10px;
}

.tar{
	text-align: right;
}

.border-bottom{
	border-bottom: solid 1px #ccc;
}

.popup_cerrar{
    text-decoration: none;
    font-weight: bold;
    font-size: x-large;
    color: gray;
}

.carrito_cantidad{
    font-size: small;
    color: gray;
}

.mt10{
	margin-top: 10px
}

.bgt{
	background-color: transparent;
}

#filtros{
	display: none;
}

.div_mp{
	background-color: white;
    border-radius: 1rem;
    padding: 2rem;
    margin: 2rem;
}

.div_mp img {
	height: 60px;
}



@media screen and (max-width: 800px) {
	.grid{
		grid-template-columns: 1fr 1fr;  
		grid-gap: 1rem;
	}
	.cardFoto{
		height: auto;
	}	
}

@media screen and (max-width: 600px) {

	.grid{
		grid-template-columns: 1fr; 
	}
	/*
	.col1{ 
		background-color: inherit;
	}
	*/
	
	.col1{ 
		margin-bottom: 2rem;
	}

	.col2{ 
		padding-left: 1rem;
	}

	.lp-card{
		width: -webkit-fill-available;
	}

	.lcard-body{
		height: auto;
	}

	.max-width-slider{
		max-width: -webkit-fill-available;
	}
	
	.foto_empresa{
		max-width: -webkit-fill-available;
		float: none;
		margin-top: 1rem;
		margin-bottom: 1rem;
		margin-left: 0;
	}	

}