header{
 	background-color: #9AC53C;
}
h1{color:#5E037A; text-decoration: underline;}
h2{color:#5E037A;}
h3{color:#5E037A;}
h4{color:#5E037A;}
.text-morado{
	color: #5E037A;
}
.text-rosa{
	color:#F32A92;
}
.list-group a{
	padding: 7px 15px;
}
.header-content{
	width: 100%;
}
.logo{ 
	display: block;
	width: 200px; 
	margin: auto;
}
.form-search-group{
	margin-top: 10px;
}
.arreglos{
	cursor: pointer;
}
.nav-link{
	font-size: 18px;
	padding:  0.4rem;
	color: white;
	border-radius: 5px;
}
.nav-link:hover{
	background-color:#5E037A;
	color: white;
}
.login-register{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0px;	
}
.menu-toggle{
	border: 1px solid white;
	border-radius: 4px;
	cursor: pointer;
}
.menu-toggle:hover{
	background-color: #5E037A;
	border: 1px solid #5E037A;
}
.btn-menu{
	color: white;
	font-size: 20px;
	margin: 8px;
}
.menu{
	width: 100%;
	z-index: 100;
	background-color: #9AC53C;
	position: absolute;
	transform: translateX(-100%);
	transition-duration: 0.5s;
}
.menu-item{
	width: 100%;
}
.menu-item:hover{
	background-color: #5E037A;
}
.menu .menu-link{
	background-color: rgba(255,255,255,0.1);
	font-size: 18px;
	width: 100%;
	display: block;
	padding: 5px;
	text-decoration: none;
	color: white;
}
.mostrar{
	transform: translateX(0%);
	transition-duration: 0.5s;
	opacity: 1;
}
.submenu{
	background-color: #9AC53C;
	display: none;
}
.submenu .menu-link{
	padding-left: 25px; 
}
.mostrar-submenu{
	display: block;
	transition-duration: 0.9;
}
.login-register .name-user{
	text-decoration: none;
	color: white;
	font-size: 18px;
}
.slide{
	display: none;
}
.section{
	padding: 40px 0px;
}
.section-gray{
	padding: 40px 0px;
	background-color: #f0f0f0;
}
.card{
	border: 1px solid #D6D8D9;
}
.item{
	padding: 20px 0px;
}
.card-categorias{
	margin: auto;
	margin-bottom: 30px; 
	max-height: 350px;
	min-width: 300px;
	max-width: 350px;
}

.card-arreglo{
	margin-bottom: 30px;
	width: 250px;
	margin: auto;
}

.card-arreglo img{
	object-fit: cover;
	height: 250px; 

}

.servicios-card .img1{
	display: none;
	transform: rotate(10deg);
	transition-duration: 1s;
	cursor: pointer;

}
.servicios-card .img1:hover{

	transform: rotate(-10deg);
	transition-duration: 1s;
}
.servicios-card .img2{
	display: none;
	transform: rotate(-10deg);
	transition-duration: 1s;
	cursor: pointer;
}
.servicios-card .img2:hover{
	transform: rotate(10deg);
	transition-duration: 1s;
}
.titulo-categorias{
	text-decoration: none;
}

.img-no-disponible{
	position: absolute;
	width: calc(100% - 1.8rem);;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	display: flex;
	align-items: center; 
	justify-content: center; 
}
.img-no-disponible-card{
	position: absolute;
	width: 248px;
	height: 250px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	display: flex;
	align-items: center; 
	justify-content: center; 
}
.img-no-disponible-carrito{
	position: absolute;
	width: 100px;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	display: flex;
	align-items: center; 
	justify-content: center; 
}

#formentrega fieldset:not(:first-of-type) {
	display: none;
	transition-duration: 1s;
}

#stepProgressBar  {
	display:  flex;
	justify-content:  space-between;
	width:  100%;
}

.step {
	text-align:  center;
}

.bullet {
	display: flex;
	background-color: #E9ECEF;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #6C757D;
	width: 35px;
	height: 35px;
	transition: background-color 500ms;
  	line-height:20px;
}

.bullet.completed  {
	color:  white;
	background-color:  #38C172;
}
/****************chat whatsapp*********************/
.contenedor-chat-whatsapp{
  position: fixed;
  width: 280px;
  right:  20px;
  bottom: 150px;
  z-index: 1050;
}
.chat-whatsapp{
  background-color: white;
  border-radius: 10px;
  margin-bottom: 10px;
}
.header-chat-whatsapp{
  display: flex;
  background-color: #3FBF23;
  color:white;
  border-radius: 10px 10px  0px 0px;
}
.icon-header-chat-whatsapp{
  width: 100px;
  display: flex;
  color: white;
  align-items:  center;
  justify-content: center;
  font-size: 30px;
}
.header-chat-whatsapp-texto{
  align-items: center;
  padding:5px;
  height: 90px;
}
.titulo-chat-whatsapp{
  font-size: 18px;
  display: block;
}
.texto-chat-whatsapp{
  font-size: 15px;
  color: #eee;
}
.form-whatsapp{
  padding: 10px;
}
.textarea-chat-whatsapp{
  width: 100%;
  border:none;
}
.textarea-chat-whatsapp:focus{
  outline: 0;
}
.boton-chat-whatsapp{
  width: 100%;
  background-color: #3FBF23;
  color: white;
  padding: 10px;
  cursor:pointer;
  margin-bottom: 5px;
  border: none;
  border-radius: 5px;
}
.icon-chat-whatsapp{
	position: fixed;
	right:  20px;
	bottom: 90px;
	z-index: 1000;
	width: 60px;
	height: 60px;
	display: flex;
	color: white;
	cursor: pointer;
	margin-left: 200px;
	background-color: #3FBF23;  
	border-radius: 50%;
	align-items:  center;
	justify-content: center;
	font-size: 30px;
	border: none;

}

.icon-chat-whatsapp:focus{
  outline: 0;
}
/* respuesta del formulario chat*/
/* telegram*/
.icon-chat-telegram{
	position: fixed;
	right:  20px;
	bottom: 20px;
	z-index: 1000;
	width: 60px;
	height: 60px;
	display: flex;
	color: white;
	cursor: pointer;
	margin-left: 200px;
	border-radius: 50%;
	align-items:  center;
	justify-content: center;
	font-size: 30px;
	border: none;
}
.icon-chat-telegram:hover{
	text-decoration: none;
}
/*telegram fin*/
#respuesta.fail {
  color: red;
}
#respuesta.send {
  color: green;
}
/**************** fin chat whatsapp*********************/

.fondo{
	position: fixed;
	top: 0; 
	left: 0;
	z-index: 1051;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	align-items: center; 
	justify-content: center; 
}
/*******   Pantalla de Phones (xs) *************/
@media (min-width: 576px) {
	.content-img{
		height: 240px;
		overflow: hidden;
	}
	.content-img img{
		height: 240px;
		object-fit: cover;
	}
}

/*******   Pantalla de Tablet  (sm) *************/
@media (min-width: 768px) {
	.header-content{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.form-search-group{
		margin-top: 0px;
		width: 29%;
	}
	.nav-link{
		margin: 0px 5px;
	}
	.menu-toggle{
		display: none;
	}
	.menu{
		position: relative;
		display: flex;
		transform: translateX(0%);	
		max-width: 720px;
		margin: 10px auto;
		margin-bottom: 0px;
	}
	.menu-item{
		width: auto;
		border-radius: 5px;
		margin-bottom: 10px; 
	}
	.menu .menu-link{
		background-color: transparent;
		margin: 0px 10px;
	}
	.submenu{
		position: absolute;
		margin-top: 10px;
		background-color: #A4CB50;
	}
	.submenu .menu-item{
		margin: 2px 0px;
		border-radius: 0px;
	}
	.submenu .menu-link{
	 	padding: 0px 10px ;
	}
	.content-img{
		height: 330px;
	}
	.content-img img{
		height: 330px;
	}

	
/*******   Pantalla de Escritorio Mediano  (md) *************/
@media (min-width: 992px) { 
	.menu{
		max-width: 960px;
	}
	.form-search-group{
		width: 45%;
	}
	.slide{
		display: block;
	}
	.carousel-item .img{
		object-fit: cover;
		height:  450px;
	}
	.slide .text-covid{
		position: absolute;
		right: 0px;
		bottom: 0px;
		font-family: 'Courgette', cursive;
		color: #5E037A;
		font-size: 20px;
		font-weight: bold;

		animation-name: agrandar;
		animation-iteration-count: 1;
		animation-duration: 1s;
		animation-iteration-count: linear;
		animation-direction: alternate;		
	}
	.logo-biosfera{
		width: 200px;
		position: absolute;
		left: 100px;
		bottom: 50px;

		-webkit-animation-name: agrandar;

		        animation-name: agrandar;
		-webkit-animation-iteration-count: 1;
		        animation-iteration-count: 1;
		-webkit-animation-duration: 2s;
		        animation-duration: 2s;
		-webkit-animation-iteration-count: linear;
		        animation-iteration-count: linear;
		-webkit-animation-direction: alternate;
		        animation-direction: alternate
	}
	.texto-mama{
		width: 450px;
		position: absolute;
		left: -15px;
		bottom: 130px;

		-webkit-animation-name: agrandar;

		        animation-name: agrandar;
		-webkit-animation-iteration-count: 1;
		        animation-iteration-count: 1;
		-webkit-animation-duration: 2s;
		        animation-duration: 2s;
		-webkit-animation-iteration-count: linear;
		        animation-iteration-count: linear;
		-webkit-animation-direction: alternate;
		        animation-direction: alternate
	}
	.repartidor{
		width: 350px;
		position: absolute;
		left: -15px;
		bottom: -20px;

		animation-name: agrandar;
		animation-iteration-count: 1;
		animation-duration: 2s;
		animation-iteration-count: linear;
		animation-direction: alternate;		
	}
	.slide-title{
		background-color: #5783D0;
		padding: 10px 150px;
		font-family:  'Courgette', cursive;
		font-size: 22px;

		animation-name: agrandar;
		animation-iteration-count: 1;
		animation-duration: 1s;
		animation-iteration-count: linear;
		animation-direction: alternate;	
	}
	.slide-info{
		background-color: white;
		opacity: 0.9;
		margin: 20px;
		color: #000000;
		height: 300px;
		border-radius: 10px;

		animation-name: agrandar;
		animation-iteration-count: 1;
		animation-duration: 1s;
		animation-iteration-count: linear;
		animation-direction: alternate;	
	}
	.slide-info .info{
		padding: 20px;
		margin: 0px;


		animation-name: agrandar;
		animation-iteration-count: 1;
		animation-duration: 1s;
		animation-iteration-count: linear;
		animation-direction: alternate;	
	}
	.slide-info .camioneta{
		width: 450px;
		position: absolute;
		left: -100px;
		bottom: 10px;
		

		animation-duration: 5s;
		animation-name: agrandar;
		animation-iteration-count: 1;
		animation-iteration-count: linear;
		animation-direction: alternate;	
	}
	.slide .pagos{
		position: absolute;
		right: 50px;
		bottom: 160px;
	}
	.slide-info .pagos img{
		width: 120px;
		padding:5px  20px;

		animation-name: agrandar;
		animation-iteration-count: 1;
		animation-duration: 8s;
		animation-iteration-count: linear;
		animation-direction: alternate;	
	}
	.slide-info .pedidos{
		background-color: #5E037A;
		position: absolute;
		padding: 20px;
		right: 150px;
		bottom: 50px;
		color: white;
		border-radius: 10px;	

		animation-name: agrandar;
		animation-iteration-count: 1;
		animation-duration: 8s;
		animation-iteration-count: linear;
		animation-direction: alternate;	
	}

	.slide .text-regalo{
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: auto;
		padding: 15px;
		font-family: 'Courgette', cursive;
		font-size: 25px;

		background-color: #5783D0;
		text-align: center;

		animation-name: agrandar;
		animation-iteration-count: 1;
		animation-duration: 3s;
		animation-iteration-count: linear;
		animation-direction: alternate;	
	}
	.servicios-card .img1{
		display: block;
	}
	.servicios-card .img2{
		display: block;
	}
	@keyframes agrandar{
		from{
			transform: scale(0);
		}to{
			transform: scale(1);
		}
	}
	.content-img{
		height: 370px;
	}
	.content-img img{
		height: 370px;
	}
}

/*******   Pantalla de Escritorio Grande  (lg) *************/
@media (min-width: 1200px) { 
	.menu{
		max-width: 1140px;
	}
	.form-search-group{
		width: 55%;
	}

	.slide .text-covid{
		font-size: 22px;
	}
	.repartidor{
		width: 450px;
	}
	.slide-info .camioneta{
		width: 500px;

		left: -50px;
	}
	.content-img{
		height: 445px;
	}
	.content-img img{
		height: 445px;
	}
}