#mtm-logo{
	width: 31%;
	position: relative;
	top: -14px;
}

.privacy-terms-head{
	background-color: #222222;
	padding: 0;
}

h1{
	color: white;
}

#privacy-terms-text{
	padding-top: 100px;
	padding-bottom: 40px;
}

button.privacy-button{
  background:none;
  color: #E63C2E; /*cambiado*/
  border: none;
  font-size:14px;
}

button.privacy-button:hover{
  background: none;
  color: #E63C2E; /*cambiado*/
  text-decoration: underline;
}

a {
	color: #E63C2E;
}

@media (min-width: 992px) and (max-width: 1199px){
	h1{
		position: relative;
		left: -115px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	h1{
		font-size: 29px;
		position: relative;
		left: -178px;
	}

	.privacy-terms-head{
		padding-bottom: 7px;
	}
}

@media (min-width: 512px) and (max-width: 767px){
	#privacy-terms-text{
		padding-top: 140px;
		padding-bottom: 30px;
	}
}

#termsh1{
  font-size: 31px;
 }

@media (max-width: 511px){
	#privacy-terms-text{
		padding-top: 185px;
		padding-bottom: 30px;
	}

	#termsh1{
		font-size: 28px;
	}	
}