@charset "UTF-8";


body.loader_active,
body.loader_active a{
	cursor:progress!important;
}




.no_bottom_padding{
	padding-bottom:0!important;
}

.block_overflow_hidden{
	overflow:hidden;
}


.torta_topper_block  + .l-section-h {
	
	position:relative;
	z-index:20;
  }

.torta_topper_block{
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
}
.torta_bg_linea{
	background:var(--color-alt-content-bg-grad);
	border-top:3px dashed #fff;
	height:20vh;
	margin-top:-16vh;
	position:relative;
}
.torta_topper{
	position:relative;
	z-index: 10;
}
.torta{
		font-size:400px;
		max-width:1em;
		margin:auto;
		position:relative;
	}

	.torta_img_top,
	.torta_img_bg{
		background-size:contain;
		width:100%;
		padding-bottom:100%;
	}
	.torta_img_top{
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
	}

	.torta_toper_block{
		font-size:.8em;
		position:absolute;
		left:60%;
		top:40%;
		transform-origin:50% 100%;
		transform: rotate(10deg);
	}
	.torta_toper_stick{
		
		position:absolute;
		bottom:0;
		left:50%;
		height:.9em;
		width:5px;
		background:#f8cdb0;
		perspective: 1000px;
		border-radius:5px;
		background: rgb(193,158,103);
		background: -moz-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
		background: -webkit-linear-gradient(top, rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%);
		background: linear-gradient(to bottom, rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 );
	}

	.torta_toper_pops{
		
		transform-style: preserve-3d;
		position:absolute;
		width:1em;
		height:1em;
		left:50%;
		top:-50%;
		transform:translateX(-50%);
	}
	.torta_toper_pop{
		position:absolute;
		width:1em;
		height:1em;
		left:0;
		top:0;
		background-size:contain;
		-webkit-backface-visibility: hidden; /* Safari */
		backface-visibility: hidden;
	}
	.torta_toper_pop2{
		transform: rotateY(180deg);
	}




.torta_bg_light{
	position:absolute;
	width:150vmin;
	height:150vmin;
	left:45%;
	top:10%;
	transform:translateX(-50%) translateY(-50%);


	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%);
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	


}


.torta_bg_floating_deco{
	position:absolute;
	width:100%;
	height:100%;
	left:0%;
	top:0%;
	font-size:45px;
}
	.torta_floating_element{
		position:absolute;

		left:50%;
		top:70%;
	}
	.torta_floating_element_img{
		position:relative;
		background-size:contain;
		background-repeat:no-repeat;
		width:1em;
		height:1em;
	}


	.torta_floating_element_star .torta_floating_element_img{
		background-image:url('../images/estrella_rosa.svg');
	}

	.torta_floating_element_star_celeste .torta_floating_element_img{
		background-image:url('../images/estrella_celeste.svg');
	}
	.torta_floating_element_star_crema .torta_floating_element_img{
		background-image:url('../images/estrella_crema.svg');
	}
	.torta_floating_element_star_dorada .torta_floating_element_img{
		background-image:url('../images/estrella_dorada.svg');
	}

	

@media only screen and (max-width: 600px) {
	.torta{
		font-size:160px;

	}
	.torta_bg_floating_deco{
		font-size:22px;
	}
	.torta_bg_linea{
		height: 15vh;
		margin-top: -5vh;
	}
	.l-section.l-section.height_full.valign_bottom.cutchy_torta_cover{
		justify-content: flex-start;
	}
}