.img-responsive {
	max-width: 100%;
}

.mb-70 {
	margin-bottom: 70px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-05 {
	margin-bottom: 5px;
}
.mb-0 {
	margin-bottom: 0px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-10 {
	margin-top: 10px;
}
/* mt-5 tiene conflicto con bootstrap */
.mt-5 {
	margin-top: 5px !important;
}
.mt-0 {
	margin-top: 0px;
}

.pb-70 {
	padding-bottom: 70px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-0 {
	padding-bottom: 0px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-10 {
	padding-top: 10px;
}
/* mt-5 tiene conflicto con bootstrap */
.pt-5 {
	padding-top: 5px !important;
}
.pt-0 {
	padding-top: 0px;
}

.font-30 {
	font-size: 30px;
}
.font-40 {
	font-size: 40px;
}

strong,
b {
	font-weight: 700;
}

a:hover {
	text-decoration: none;
}

.rotate90 {
	transform: rotate(90deg);
}

.rotate180 {
	transform: rotate(180deg);
}

img.full-width {
	width: 100%;
}
