#temas{
	padding-top: 100px;
	margin-bottom: 80px;
}

#image_area{
	margin-right: 40px;
}

#temas h2{
	font-size: 33px;
	margin-bottom: 40px;
}

#temas img{
	height: 450px;
	width: 350px;
	border: 1px solid #000;
}

#theme_selection{
	width: 410px;
}

#theme_selection button{
	font-size: 16px;
}

#temas label{
	font-size: 22px;
}

.color-select{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	cursor: pointer;
}

.color-select:hover{
	opacity: 0.8;
}

@media screen and (max-width: 359px){
	#temas{
		margin-bottom: 10px;
	}

	#temas section{
		display: block!important;
	}

	#temas h2{
		font-size: 23px;
		margin-bottom: 20px;
	}

	#image_area{
		text-align: left!important;
	}

	#temas img{
		height: 320px;
		width: 250px;
	}

	#temas h3{
		font-size: 20px;
	}

	#theme_selection{
		width: 300px;
	}

	#theme_selection button{
		font-size: 13px;
	}

	#temas label{
		font-size: 18px;
	}
}

@media screen and (min-width: 360px) and (max-width: 575px){
	#temas{
		margin-bottom: 10px;
	}
	#temas section{
		display: block!important;
	}

	#temas h2{
		font-size: 23px;
		margin-bottom: 20px;
	}

	#image_area{
		text-align: left!important;
	}

	#temas img{
		height: 400px;
		width: 310px;
	}

	#temas h3{
		font-size: 20px;
	}

	#theme_selection{
		width: 350px;
	}

	#theme_selection button{
		font-size: 13px;
	}

	#temas label{
		font-size: 18px;
	}
}

@media screen and (min-width: 576px) and (max-width: 700px){
	#temas{
		margin-bottom: 20px;
	}

	#temas section{
		display: block!important;
	}

	#temas h2{
		font-size: 23px;
		margin-bottom: 20px;
	}

	#image_area{
		text-align: left!important;
	}

	#temas h3{
		font-size: 20px;
	}

	#theme_selection{
		width: 350px;
	}

	#theme_selection button{
		font-size: 13px;
	}

	#temas label{
		font-size: 18px;
	}
}