	.xmas-container {
		width: 100%;
		background-color: #55708D;
		padding-top: 1%;
    	padding-bottom: 1%;
		display: flex;
    	justify-content: center;
    	align-items: center;
	}

	.xmas-bloque {
		display: flex;
    	flex-direction: column;
    	justify-content: space-evenly;
    	min-height: 70px;
	}

	.parrafo-xmas-mayusculas {
		font-family: "DM Sans", sans-serif;
  		font-style: normal;
		font-size: 20px;
		font-weight: 700;
		font-weight: bolder;
    	text-align: center;
    	color: white;
    	text-transform: uppercase;
		margin-bottom: 0;
	}

	.parrafo-xmas {
		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: white;
		margin-bottom: 0;
	}

@media (max-width: 540px) {

	.parrafo-xmas {
		font-size: 17px;

	}

	.parrafo-xmas-mayusculas {
		font-size: 17px;
	}

}

@media (max-width: 431px) {
	.parrafo-xmas {
		font-size: 11px;
	}

	.parrafo-xmas-mayusculas {
		font-size: 11px;
	}
}

@media (max-width: 414px) {
	.parrafo-xmas {
	    font-size: 10px;
	}

	.parrafo-xmas-mayusculas {
		font-size: 10px;
	}
}

@media (max-width: 360px) {
	.parrafo-xmas {
	    font-size: 9px;
	}

	.parrafo-xmas-mayusculas {
		font-size: 9px;
	}
}
