@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
	font-family: 'Poppins', sans-serif;
}
.hero{
	background-color: #4298d4;
}
.logo img{
	width: 300px;
	height: 70px;
	object-fit: contain;
}
.sigu__card{
	background-color: #f0f0f0;
	border-radius: 30px;
}
.sigu__card__heading{
	color:#4298d4;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
}
.sigu__card{
	min-height: 320px;
}
.sigu__card__text span{
	color:#15153e;
}
.sigu__card__text span:nth-of-type(1){
	font-size: 19px;
	font-weight: 600;
	line-height: 20px;
}
.sigu__card__text span:nth-of-type(2){
	font-size: 19px;
	font-weight: 300;
	line-height: 20px;
}
.sigu__card__text span:nth-of-type(3){
	font-size: 14px;
	line-height: 15px;
}
.card__section__heading{
	color:#15153E;
}
.cards_btn a{
	color:#15153E;
	border:1px solid #15153E;
	font-size: 14px;
}
.form__wrapper{
	background-color: #F0F0F0;
}
.form__heading{
	color:#15153E;
}
.form__heading span span:nth-of-type(2){
	font-weight: 600;
}
input::placeholder , 
.radio__text ,
.radio__div label,
#comunidad:invalid {
	color:#979797 !important;
	font-size: 15px;
	font-weight: 400;
}
.form__link{
	font-size: 15px;
	font-weight: 400;
	color:#4298d4;
}
.form__link a{
	font-size: 15px;
	font-weight: 400;
	color:#4298d4;
}
.form__btn a{
	color:#ffff;
	background-color:#4298d4;
	padding: 0.75rem 0;
}
.hero__btn a{
	color:#000000;
	background-color:#ffde0c;
	padding: 0.75rem 5rem;
}

.footer{
	background-color: #15153E;
}
.footer .siteLink{
	font-weight: 600;
}
.hero-col-right{
	background-image: url(../images/navidad-sorteo.webp);
	background-repeat: no-repeat;
	background-position-y: center;
	background-size: cover;
	min-height: 700px;
    position: relative;
    height: 100%; /* Asegura que ocupe todo el alto disponible */
    display: flex;
    align-items: flex-end; /* Alinea el contenido en la parte inferior */
    padding: 20px; /* Espaciado opcional */
}

.hero-text-bottom {
    color: white; /* Ajusta el color según el fondo */
    font-size: 14px;
	line-height:1.2em;
    text-align: center;
    width: 100%;
}
.right-image img{
	width: 200px;
	height: 200px;
	object-fit: contain;
	position: absolute;
	top: 3rem;
	right: 6rem;
}
.hero__btn__link__text{
	color:#ffffff;
}

.form-check-input:checked[type=radio]{
	accent-color: #666666 !important;
	background-color: #ffffff !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='66666650'/%3e%3c/svg%3e") !important;
	filter:grayscale(50%) !important;

}


@media only screen and (max-width:500px){
.hero__btn a{
	display: block !important;
	}
}
@media only screen and (max-width:992px){
	.radio__div{
		padding: 1.8rem 1rem !important;
		flex-direction: column;
		border-radius: 30px !important;
	}
	.radio__div .radio__text{
		text-align: center !important;
		padding-bottom: 1rem;
	}
	.hero-col-right{
	background-image: url(../images/navidad-sorteo.webp);
	background-repeat: no-repeat;
	background-position-y: center;
	background-size: cover;
	min-height: 500px !important; 
}
.right-image img{
	width: 200px;
	height: 200px;
	object-fit: contain;
	position: absolute;
	top: 2rem;
	right: 3rem;
}
}