#gracias-resultado
{
	border-radius: 1.5rem;
}

.boton-etoyota,
#resumen .boton-redireccion
{
	display: inline-block;
	width: 100%;
	font-size: 1.05rem;
}

.imagen-auto-gracias
{
	display: block;
	width: 100%;
}

.img-logo-etoyota
{
	margin-left: auto;
	width: 5rem;
}

.orden-0
{
	order: 0;
}

#resumen .fondo-gris
{
	background-color: #f7f7f7;
	border-radius: 1.5rem;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#resumen .titulo-resumen
{
	line-height: 1.1;
}

#resumen .cabecera
{
	margin-bottom: 0.75rem;
}

#resumen .resultado 
{
	padding: 0.75rem 1rem;
	line-height: 1;
	background-color: #fff;
	font-weight: 700;
	width: 100%;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 4rem;
}

#resumen .tasa
{
	font-size: 0.65rem;
	margin-top: 0.75rem;
}

#resumen .logos
{
	text-align: center;
}

#resumen .logos p
{
	width: 100%;
	margin-bottom: 1rem;
}

#resumen .logos ul
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 3rem;
}

#resumen .cirresistible
{
	background-color: #000;
	text-align: center;
	color: #fff;
	padding: 1.5rem 2rem;
	border-radius: 1rem;
}

#resumen .bloque-redireccion
{
	margin-top: 2rem;
	text-align: center;
}

#resumen .bloque-redireccion p
{
	margin-bottom: 1rem;
	font-size: 0.75rem;
}

#resumen .imagen-resumen
{
	width: 100%;
	height: auto;
	display: block;
}


.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
}


.col-start-1
{
	grid-column-start: 1;
}

.col-end-3
{
	grid-column-end: 3;
}

.col-start-3
{
	grid-column-start: 3;
}

.col-span-3
{
	grid-column: span 3 / span 3;
}


@media(min-width: 1024px)
{
	.lg\:gap-y-0 {
        row-gap: 0
    }

    .lg\:orden-1
	{
		order: 1;
	}

	#resumen .logos
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin-bottom: 2rem;
		gap: 1rem;
	}

	#resumen .logos p,
	#resumen .logos ul
	{
		width: auto;
		margin: 0;
	}

	#resumen .cirresistible {
	    margin: 0 auto;
	    width: 75%;
	}

	#resumen .bloque-redireccion {
	    margin-top: 0;
	    text-align: center;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-wrap: wrap;
	    gap: 1rem;
	}

	#resumen .imagen-resumen
	{
		width: 75%;
        height: auto;
        display: block;
        margin-top: 2rem;
	}

	#resumen .fondo-gris
	{
		height: 85%;
		width: 75%;
	}	
}


@media(min-width: 1280px)
{
	.boton-etoyota,#resumen .boton-redireccion
	{
		width: auto;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.imagen-auto-gracias
	{
		width: 90%;
	}

	.img-logo-etoyota
	{
		width: 7rem;
	}
}