html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 100;
	overflow-x: hidden;
}

.btn-warning {
	background-color: #FD4E19;
}

.btn-warning:hover {
	background-color: #9e300e;
}

.btn-empty {
	border: 1px solid #000000;
	background-color: transparent !important;
	color: #000000;
}

.container {
	max-width: 1480px;
	margin: 0 auto;
}

.blank-top {
	margin-top: 145px;
}

.link-home {
	color: #FFFFFF;
	text-decoration: none;
}

.link-home:hover {
	text-decoration: none;
}

.header {
	height: 145px;
	font-size: 1rem;
	color: #602770;
	font-weight: 300;
}

.nav-link {
	margin-left: 20px;
}

.nav-link:hover {
	color: #000000;
}

.navbar>.container {
	background-color: white;
}

.navbar-toggler {
	border: 1px solid #000000 !important;
}

.navbar-toggler:hover {
	border: 1px solid #602770;
}

.hero {
	background: url('../img/1_slide.jpg') center center / cover no-repeat;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 145px;
}

.hero-mobile {
	margin-top: 145px;
}

.section-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.purple-title,
.purple2-title,
.section-heading {
	color: #602770;
}

.purple2-title {
	font-weight: bolder;
}

.purple-box {
	background: url('../img/1_banner_manos.png') center center / contain no-repeat;
	color: white;
	height: 745px;
	padding: 3rem;
}

.blue-box {
	background: url('../img/1_banner.jpg') center center / contain no-repeat;
	color: white;
	height: 367px;
	padding: 3rem;
}

.text-section {
	font-size: 1rem;
	line-height: 1.6rem;
	color: #000000;
}

.bg-lightgray {
	background-color: #EBEBEB;
}

.card {
	border: none;
	background-color: #f4f4f4;
	border-radius: 20px;
}

.card-body {
	padding: 40px;
	min-height: 300px;
}

.card-title {
	font-size: 1.2rem;
	font-weight: bolder;
	color: #602770;
}

.card-text {
	min-height: 100px;
	font-size: 0.9rem;
}

.card-img {
	border-radius: 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width: 100%;
	height: 250px !important;
}

.product-img {
	border-radius: 20px;
	width: auto;
	height: auto;
}

.contacto {
	font-size: 0.9rem;
}

.contacto p {
	margin: 1.5rem 0;
}

footer {
	padding: 2rem 0;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

@media (max-width: 768px) {
	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}
}

/* Bootstrap redefinitions */
.py-4 {
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}

.py-5 {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}

/* checkout */
.stepper {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
}

.step-circle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-weight: bold;
	background-color: #e9ecef;
	color: #6c757d;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
}

.step-circle.active,
.step-circle.active:hover {
	background-color: #FD4E19;
	color: #fff;
}

.step-circle:hover {
	background-color: #dee2e6;
}

.step-line {
	flex: 1;
	height: 2px;
	background-color: #dee2e6;
	margin: 0 10px;
}
#wallet_container{
	display: inline-block;
}
.wallet-container{
	align-items: center;
	display: flex;
	margin: 20px 0;
}
.form-group label {
	font-weight: 500;
}
.form-control {
	border: 1px solid #787777;
}
.price{
	margin-top: -50px;
	margin-bottom: 20px;
}
.mp-logo{
	max-width: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.checkout-container {
	display: block;
	margin: 0 auto;
	width: 50%;
}
.checkout-total-container{
	background-color: #FD4E19;
	color: #FFFFFF;
	padding: 5px;
	border-radius: 5px;
	margin-top: 5px;
	display: inline-block;
}
@media (max-width: 768px) {
	.checkout-container {
		width: 100%;
	}
}
.read{
	float: left;
	margin: 0 25px 25px 0;
	border-radius: 15px;
}