/* Utility Classes */
.display-1 {
	font-size: 2.5rem;
}

.display-2 {
	font-size: 2rem;
}

/* Padding */
.pt-1 {
	padding-top: 60px;
}
.pt-2 {
	padding-top: 30px;
}
.pt-3 {
	padding-top: 20px;
}
.pt-4 {
	padding-top: 10px;
}
/* .pt-5 {
	padding-top: 10px;
} */

.pb-1 {
	padding-bottom: 60px;
}
.pb-2 {
	padding-bottom: 30px;
}
.pb-3 {
	padding-bottom: 20px;
}
.pb-4 {
	padding-bottom: 10px;
}
/* .pb-5 {
	padding-bottom: 10px;
} */

.pr-1 {
	padding-right: 0;
}
/* 

.pr-2 {
	padding-right: 10px;
}

.m-1 {
	margin: 20px;
}

.mt-1 {
	margin-top: 20px;
} */

.mr-1 {
	margin-right: 0;
}

/* Width */
.w-30,
.w-50,
.w-60 {
	width: 100%;
}

/* Flex */
.flex {
	flex-direction: column;
}

/* .flex-box-1 {
	flex: 1;
}

.flex-box-2 {
	flex: 2;
}

.flex-stack {
	display: flex;
} */

/* Text */
.txt-right {
	text-align: center;
}

/* Navbar */
.navbar {
	height: 100%;
	padding: 20px 10px;
}

.navbar .logo img {
	height: 30px;
}

.navbar .container {
	flex-direction: column;
}

.navbar ul {
	flex-direction: column;
	text-align: center;
	padding-top: 5px;
}

.navbar ul li {
	padding: 10px 5px;
}

/* Mobile Nav */
.topnav {
	position: relative;
}

.topnav #myLinks {
	display: none;
}

.topnav a {
	display: block;
}

.topnav a.icon {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 8px;
	margin-right: 10px;
}

.topnav a:hover {
	color: #8c8073;
}

/* Showdcase */
#showcase {
	height: 100%;
	text-align: center;
}

/* About  */
#home-about img {
	padding-right: 0;
	padding-bottom: 20px;
}

/* Whatsapp */
#whatsapp {
	text-align: center;
	padding-bottom: 30px;
}

/* Prices */
#prices ul {
	padding-left: 60px;
	text-align: left;
	line-height: 2.5em;
}

#prices .flex-stack {
	padding-left: 160px;
}

/* About */
#historia,
#acreditaciones h2 {
	text-align: center;
}

#historia img {
	padding-bottom: 20px;
}

#acreditaciones img {
	padding-top: 20px;
}

/* Footer */
#mainfooter {
	text-align: center;
}

#mainfooter .flex-stack {
	display: block;
	margin: 0 auto;
}
