@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
body {
	font-family: "Raleway", sans-serif;
	color: #3e0100;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
video,
section {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

.trans, .sorteo input[type=submit], header .botonwhatsapp, header .boton {
	transition: all 0.3s ease;
}

header {
	background-color: #fff2d0;
}
header .boton {
	background-color: #d80c26;
	color: #fff;
	border-radius: 26px;
	text-decoration: none;
	padding: 12px;
	display: block;
	width: 281px;
	text-align: center;
	font-weight: 600;
}
header .botonwhatsapp {
	background-color: #32d951;
	color: #fff;
	border-radius: 26px;
	text-decoration: none;
	padding: 12px;
	display: block;
	width: 281px;
	text-align: center;
	font-weight: 600;
}
header p {
	max-width: 351px;
}
header p a {
	text-decoration: underline;
	color: #3e0100;
}
header p a:hover {
	text-decoration: none;
}
header .container {
	max-width: 1000px;
}
header .nowidth {
	max-width: 100% !important;
}
header h1 {
	font-weight: 700;
}
header h1 .enter {
	display: block;
}
header .gratis {
	color: #d80c26;
	background-image: url(../img/stroke.svg);
	background-repeat: no-repeat;
	padding: 25px 0 18px 25px;
	display: block;
	width: 273px;
	background-size: 100%;
	margin-top: -6px;
}
header .gif1 {
	position: relative;
}
header .gif1 .bullet1 {
	position: absolute;
	left: -20px;
	top: 20px;
}
header .gif1 .bullet2 {
	position: absolute;
	right: -20px;
	bottom: 20px;
}
header .bold {
	font-size: 18px;
}

.frase {
	padding: 15px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	background-color: #d80c26;
	font-size: 26px;
}

.foto {
	background-image: url(../img/fondo-frutas@2x.webp);
	padding: 81px 120px 81px 120px;
	background-size: cover;
}
.foto h2 {
	font-size: 26px;
}
.foto .texto {
	background-color: #fff;
	border-radius: 30px;
	padding: 31px;
	text-align: center;
	max-width: 80%;
	margin: auto;
}
.foto .texto h2 {
	font-size: 26px;
	line-height: 37px;
	font-weight: 600;
}
.foto .texto p {
	font-size: 15px;
}
.foto .texto p span {
	display: block;
}
.foto .container {
	max-width: 1000px;
}

.tienda {
	background-color: #ffdbba;
}
.tienda h3 {
	font-size: 2.5rem;
	font-weight: 700;
	padding-top: 81px;
}
.tienda h3 .enter {
	display: block;
}
.tienda h4 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #d80c26;
	background-image: url(../img/stroke.svg);
	background-repeat: no-repeat;
	padding: 25px 0 25px 25px;
	display: block;
	width: 316px;
	background-size: 100%;
	margin-bottom: 20px;
}
.tienda p span {
	display: block;
}
.tienda .container {
	max-width: 1000px;
}
.tienda .col {
	text-align: center;
}
.tienda .gif2 {
	position: relative;
}
.tienda .gif2 .giftienda {
	position: absolute;
	top: 181px;
	left: 0;
}
.tienda .gif2 .gifsubimos {
	position: absolute;
	bottom: 81px;
	right: 41px;
}
.tienda .gif2 .gifenvio {
	position: absolute;
	top: 81px;
	right: 41px;
}

.favoritos h3 {
	text-align: center;
	font-weight: 700;
	font-size: 33px;
}
.favoritos img {
	width: 141px;
	display: block;
	margin: auto;
}
.favoritos .item {
	padding: 15px;
	position: relative;
}
.favoritos .item span {
	position: absolute;
	top: 26px;
	right: 0;
	left: 0;
	margin: auto;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
}

.sorteo {
	background-color: #e7f9dc;
}
.sorteo .container {
	max-width: 1000px;
}
.sorteo h3 {
	font-size: 26px;
	font-weight: 700;
}
.sorteo h4 {
	font-size: 21px;
	font-weight: 700;
}
.sorteo p {
	font-weight: 400;
	font-size: 15px;
}
.sorteo input[type=text],
.sorteo input[type=email],
.sorteo input[type=file] {
	border: none;
	border-radius: 8px;
	padding: 10px;
	color: #ae9594;
	width: 100%;
	width: 100%;
	margin-bottom: 14px;
}
.sorteo input[type=text]::-moz-placeholder, .sorteo input[type=email]::-moz-placeholder {
	color: #ae9594;
	opacity: 1;
}
.sorteo input[type=text]::placeholder,
.sorteo input[type=email]::placeholder {
	color: #ae9594;
	opacity: 1;
}
.sorteo .opcional {
	font-style: italic;
	font-size: 14px;
	padding-bottom: 20px;
}
.sorteo ul li {
	list-style: none;
	font-size: 14px;
}
.sorteo ul li a {
	color: #3e0100;
}
.sorteo ul li a:hover {
	text-decoration: none;
}
.sorteo input[type=submit] {
	background-color: #d80c26;
	border-radius: 26px;
	padding: 10px 31px 10px 31px;
	color: #fff;
	border: none;
	font-weight: 700;
	margin-top: 20px;
}
.sorteo input[type=submit]:hover {
	background-color: #3e0100;
}
.sorteo .titulo {
	font-size: 31px;
	font-weight: 700;
	padding-bottom: 20px;
}
.sorteo .titulo span {
	background-image: url(../img/stroke1.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	color: #d80c26;
	padding: 20px;
	background-position: center;
}

.llevame {
	position: fixed;
	right: 51px;
	bottom: 51px;
	background-color: #3da743;
	color: #fff;
	width: 116px;
	padding: 14px 10px 14px 14px;
	line-height: 20px;
	border-radius: 20px;
	font-weight: 600;
	cursor: pointer;
}

#productos {
	width: 100%;
	max-width: 1400px;
	margin: auto;
}

.redes {
	background-color: #ffdbba;
	text-align: center;
}
.redes h2 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
}
.redes p {
	font-size: 16px;
	max-width: 400px;
	margin: auto;
}

.copy {
	padding: 10px;
	text-align: center;
	font-size: 14px;
}

footer {
	font-size: 14px;
}
footer a {
	color: #3e0100;
}
footer a:hover {
	text-decoration: none;
}

@media screen and (max-width: 500px) {
	header h1 {
		font-size: 37px;
	}
	header .gif1 {
		padding: 15px;
	}
	.frase {
		font-size: 22px;
		line-height: 26px;
	}
	header .gif1 .bullet2 {
		right: 0;
	}
	header .gif1 .bullet1 {
		left: 0;
	}
	.foto {
		padding: 31px 0 31px 0;
		background-image: url(../img/fondo-frutas@2xmobile.webp);
	}
	.foto .texto {
		max-width: 92%;
	}
	.gif1 {
		margin-top: 31px;
	}
	.foto .texto h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.tienda h3 .enter {
		display: inline;
	}
	.favoritos img {
		width: 100%;
	}
	.favoritos .item {
		padding: 5px;
	}
	.favoritos .item span {
		top: 14px;
		font-size: 12px;
	}
	.favoritos .item {
		margin-bottom: 15px;
	}
	.sorteo .titulo {
		font-size: 26px;
	}
	.sorteo input[type=submit] {
		padding: 10px 51px 10px 51px;
	}
	.sorteo p {
		font-size: 12px;
		line-height: 16px;
	}
	.w-33 {
		width: 33.33%;
	}
	.redes p {
		max-width: 300px;
	}
	.foto .texto p span {
		display: inline;
	}
	.tienda h3 {
		font-size: 37px;
	}
	.tienda {
		padding-right: 10px;
		padding-left: 10px;
	}
	.favoritos .item span {
		font-size: 15px;
	}
	.llevame {
		right: 21px;
		bottom: 21px;
		z-index: 9999999;
	}
	.tienda .col {
		padding-top: 31px;
	}
	.tienda .col img {
		height: 400px;
	}
	.tienda h3 {
		padding-top: 0;
	}
	.tienda .gif2 .giftienda {
		top: 0;
		left: 0;
		width: 94px;
	}
	.tienda .gif2 .gifenvio {
		top: -104px;
		right: 0;
		width: 120px;
	}
	.tienda .gif2 .gifsubimos {
		bottom: -137px;
		right: -14px;
	}
}