	.early-access-container {
		width: 100%;
		background-color: #fbe1e0;
		padding-top: 1%;
    	padding-bottom: 1%;
		display: flex;
    	justify-content: center;
    	align-items: center;
	}

	.early-access-bloque {
		display: flex;
    	flex-direction: column;
    	justify-content: space-evenly;
    	min-height: 70px;
	}

	.parrafo-early-access {
		font-family: "DM Sans", sans-serif;
  		font-style: normal;
		font-size: 20px;
		font-weight: 700;
		font-weight: bolder;
    	text-align: center;
    	color: #7191b7;
    	text-transform: uppercase;
		margin-bottom: 0;
	}

	.sub-early-access-sub {
		font-family: "DM Sans", sans-serif;
  		font-style: normal;
		font-size: 20px;
		font-weight: 700;
		font-weight: bolder;
    	text-align: center;
    	letter-spacing: 0%;
    	color: #7191b7;
		margin-bottom: 0;
	}

	.enlace-early-acess {
		text-decoration: underline;
		color: #7191b7;
		font-family: "DM Sans", sans-serif;
  		font-style: normal;
		font-size: 20px;
		font-weight: 700;
		font-weight: bolder;
    	text-align: center;
    	letter-spacing: 0%;
    	color: #7191b7;
	}

@media (max-width: 540px) {

	.sub-early-access-sub {
		font-size: 17px;
	}

	.parrafo-early-access {
		font-size: 17px;
	}

	.enlace-early-acess {
		font-size: 17px;
	}

	.early-access-bloque {
		display: flex;
    	flex-direction: column;
    	justify-content: space-evenly;
    	min-height: 19px;
	}

	.early-access-container {
		padding-top: 2%;
    	padding-bottom: 2%;
	}

}

@media (max-width: 431px) {
	.sub-early-access-sub {
		font-size: 15px;
	}

	.parrafo-early-access {
		font-size: 15px;
	}

	.enlace-early-acess {
		font-size: 15px;
	}
}

@media (max-width: 414px) {
	.sub-early-access-sub {
	    font-size: 13px;
	}

	.parrafo-early-access {
		font-size: 13px;
	}
	.enlace-early-acess {
		font-size: 13px;
	}
}

@media (max-width: 375px) {
	.sub-early-access-sub {
	    font-size: 11px;
	}

	.parrafo-early-access {
		font-size: 11px;
	}

	.enlace-early-acess {
		font-size: 11px;
	}
}

@media (max-width: 360px) {
	.sub-early-access-sub {
	    font-size: 11px;
	}

	.parrafo-early-access {
		font-size: 11px;
	}

	.enlace-early-acess {
		font-size: 11px;
	}
}