/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 01 2025 | 18:50:16 */
.section{
	padding: 2rem 0;
}

.sorteo-seguro-landing .hero-background-auto{
	/*background: linear-gradient(90deg, #272751, #7E04DD) !important;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://sorteoseguro.cl/wp-content/uploads/2025/08/landing-autos.png');
	background-size: cover;
    background-position: center;
    z-index: 1;
}

.sorteo-seguro-landing .hero-background::after{
	background: none !important;
}

.how-it-works-section{
	/*background-color: transparent !important;*/
	background: linear-gradient(90deg, #272751, #7E04DD) !important;
	z-index: 2;
    position: relative;
	
}

.how-it-works-header .tagline, .how-it-works-header .section-title, .how-step h3, .how-step li{
	color: white !important;
}

.how-step .step-number{
	color: #11E5B4 !important;
}

.how-step:nth-child(2)::before, .how-step:nth-child(3)::before {
	background: linear-gradient(to bottom, #11E5B4, #6011AD) !important;
}

.how-step li::before{
	color: #11E5B4 !important;
}

.hero-full{
	top: -30px;
    position: relative;
	/*overflow: auto;*/
}

/*.hero::before {
    content: '';
    position: absolute;
    top: 15vh;
    right: -10vh;
    width: 65%;
    height: 100%;
    background: url("https://sorteoseguro.cl/wp-content/uploads/2025/07/Jeep-avenger.webp") no-repeat;
    background-size: contain;
    z-index: 0;
}*/

.hero .winner-quote{
	font-size: 10px !important;
}

.hero .winner-card{
	height: 260px !important;
	width: 300px !important;
}

.hero .winner-card.marcelo-card{
	top: 63px !important;
    left: -250px !important;
}

.hero .winner-photo{
	width: 120px !important;
    height: 120px !important;
}

.info-auto .active-properties{
	background: none !important;
	max-height: 100% !important;

}

.info-auto .properties-grid{
	grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem;
}

.hero-full .hero-background{
	height: 123% !important;
}

.info-auto .properties-header{
	align-items: center !important;
	justify-content: center !important;
}

.winners-div{
	overflow-x: clip;
}

@media (max-width: 768px) {
	/*.hero::before {
		content: '';
		position: absolute;
		top: 18vh;
		right: 8vh;
		width: 65%;
		height: 100%;
		background: url(https://sorteoseguro.cl/wp-content/uploads/2025/07/Jeep-avenger.webp) no-repeat;
		background-size: contain;
		z-index: 0;
	}*/
	/*.hero::before {
		content: '';
		position: absolute;
		top: auto;
		bottom: -75px;
		right: 10vh;
		width: 65%;
		height: 35%;
		background: url(https://sorteoseguro.cl/wp-content/uploads/2025/07/Jeep-avenger.webp) no-repeat;
		background-size: contain;
		z-index: 0;
	}*/
	.sorteo-seguro-landing .hero {
		overflow: unset !important;
	}