@charset "utf-8";

.texto_casa {
	width: 100%;
	text-align: center;
	margin: 0 auto 42px;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.texto_casa h1 {
	color: var(--rojo2);
	line-height: 0.8;
	margin: 0 auto 24px;
}
.texto_casa h1 small {
	font-size: 0.6em;
}
.texto_casa .btn {
	font-size: 1.1em !important;
	background: var(--verde);
	padding:12px 15px;
}

.delivery {
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding:21px 15px;
	border-top-right-radius: 12px;
	border-bottom-right-radius:12px;
	background: var(--verde);
	-webkit-filter: drop-shadow(-3px 3px 6px rgba(28,28,28,0.3));
  	filter: drop-shadow(-3px 3px 6px rgba(28,28,28,0.3));
	z-index: 9;
}
.delivery a {
	display: block;
	margin: 0 0 9px;
}
.delivery a:last-child {
	margin: 0;
}
.delivery a circle {
	width: 51px !important;
	height:51px !important;
	overflow: hidden;
	border-radius: 50%;
	display: block;
	position: relative;
}
.delivery a img {
	width: 102%;
	height:102%;
	object-fit: cover;
}

.btn svg {
	width: 33px;
	fill: var(--blanco);
	vertical-align: middle;
	margin: 0 6px 0 0;
}

#btns .btn {
	font-size: 1em !important;
	background: var(--verde);
	-webkit-filter: drop-shadow(-3px 3px 6px rgba(28,28,28,0.3));
  	filter: drop-shadow(-3px 3px 6px rgba(28,28,28,0.3));
	margin: 0 0 24px;
}

@media screen and (max-width:666px) {
	
	.delivery {
		padding:12px 6px;
		border-top-right-radius: 9px;
		border-bottom-right-radius:9px;
	}
	.delivery a circle {
		width: 42px !important;
		height:42px !important;
	}
	
	.btn svg {
		width: 27px;
	}
	#btns .btn {
		margin: 0 0 12px;
	}
	
}