* {
	margin: 0px;
	padding: 0px;
}

body, html {
	height: 100vh;
	font-family: 'Racing Sans One', cursive;
}

img {
	width: 100%;
}

/*
header {
	display: flex;
	width: 90%;
	height: 10vh;
	margin: auto;
	align-items: center;
}
*/

.navbar {
	position: absolute;
	width: 100%;
	z-index: 3;
	height: 150px;
}
.navbar-collapse {
	justify-content: flex-end;
}
.navbar-brand h4 {
	/*
	color: rgb(147, 149, 151);  /* Ultimate Grey Color Pantone 2021 */
	color: #f2f2f2;
}
.nav-link {
	color: #f2f2f2;
	font-size: 1.3rem;
}
.nav-item input {
  	background-color: rgb(242, 242, 242);
	padding-right: 28px;
}
.nav-item input:focus {
	outline: none;
}
.nav-item a:hover {
	color: rgb(147, 149, 151);
}

.navbar-toggle .icon-bar:nth-of-type(2) {
	top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
top: 2px;
}

.navbar-toggle .icon-bar {
position: relative;
transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
top: 6px;
transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
top: -6px;
transform: rotate(-45deg);
}

/* ul li ul { */
.drop-down {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 1rem;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	transition: all 0.5s ease;
	/* margin-top: 1rem; */
	/* left: 0; */
	display: none;
}
.drop-down li {
	list-style: none;
}
.drop-down li a {
	text-decoration: none;
	color: #000000;
} 
ul li:hover > ul,
ul li ul:hover {
	visibility: visible;
	opacity: 1;
	display: block;
}
ul li ul li {
	clear: both;
	width: 100%;
}


.btn-search {
	border: none;
	border-radius: 50px;
	outline: none;
	margin-top: 0px;
	margin-left: -25px;
	margin-right: 25px;
	z-index: 3;
}

/*
.fa-search {
	margin-top: 12px;
	margin-left: -24px;
	margin-right: 24px;
	z-index: 3;
}
*/
@media only screen and (max-width: 768px) {
	.navbar {
		height: 100px;
	}
	.navbar-nav {
		background-color: rgb(26, 26, 26, 1);
		padding: 0;
		margin: 0;
		width: 100vw;
	}
	.no-collapse {
		flex-direction: row;
		background-color: rgb(26, 26, 26, .3);;
		padding-top: 3rem;
	}
	.navbar-nav .nav-link {
		padding-left: 1rem;
	}
	/* .ml-auto {
		margin-left: 0!important;
	} */
	.navbar-toggler {
		z-index: 3;
	}
	.navbar-toggler-icon {
		color: #e6e6e6;
	}

	#totalItems {
		position: absolute;
		margin-left: -10px;
	}
}

.logo-container {
	position: absolute;
	margin: 0 auto;
	top: 1rem;
	left: 4rem;
	z-index: 3;
}
.logo-container h4 {
	color: #cccccc;
}
.logo-container img {
	width: 50%;
	animation: fromRight 5s ease; 
    -moz-animation: fromRight 5s ease; 
    -webkit-animation: fromRight 5s ease; 
    -o-animation: fromRight 5s ease; 
}
.vehiculo-principal {
	position: absolute;
	margin: 0 auto;
	top: 350px;
	left: 35%;
	z-index: 2;
	animation: wobble 4s infinite;
}
.vehiculo-principal img {
	height: 100%;
	filter: drop-shadow(0px 5px 3px black);
	animation: drop 1.5s ease;
}

.hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../imagenes/ciudad_de_mexico.jpg");
	height: 80%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
	position: relative;
	width: 100%;
  }
  
.intro-text {
	text-align: center;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}
.intro-text h1 {
	font-size: 56px;
	font-weight: 300;
	animation: fromleft 2s ease; 
    -moz-animation: fromleft 2s ease;
    -webkit-animation: fromleft 2s ease;
    -o-animation: fromleft 2s ease;
}
.intro-text p {
	margin-top: 5px;
	font-size: 22px;
	color: #585772;
}

.hero-image-catalogo {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../imagenes/ciudad_de_mexico.jpg");
	height: 15%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
	position: relative;
	width: 100%;
}

.aviso {
	text-align: center;
	background-color: red;
	color: white;
}
.aviso h4 {
	padding-top: 1rem;
	height: 4rem;
}

#productos {
	padding: 6rem 0 4rem 0;
	background-color: #f2f2f2;
}
#productos h2 {
	text-align: center;
	padding: 0;
}
#productos hr {
	width: 32%;
	margin: 0 auto;
	height: 6px;
	background-color: #262626;
}

#promociones {
	padding: 4rem 0;
	background-color: #ffffff;
}
#promociones h2 {
	text-align: center;
	padding: 0;
}
#promociones hr {
	width: 25%;
	margin: 0 auto;
	margin-bottom: 2rem;
	height: 6px;
	background-color: #262626;
}
.promo-img {
	height: 450px;
	position:relative;
}
.promo-img img {
	width: auto;
	height: 450px;
	object-fit: cover;
    box-sizing: border-box;
}

.catalogo-completo {
	text-align: center;
}

#catalogo {
	padding: 4rem 0;
}

.metodos-pago {
	padding: 4rem 0;
	text-align: center;
	background-color: #f2f2f2;
}
.metodos-pago h4 {
	padding-bottom: 2rem;
}

/* .fila {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	margin: 0;
} */
.product-slider {
	width:100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
a{
	text-decoration:none;
}
.ver-detalle-feature {
	width: 100%;
	text-align: right;
	padding-right: 1rem;
}
.ver-detalle-feature a {
	color: #000000;
}
.box{
	width:300px;
	min-height: 650px;
	box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
	border-radius: 10px;
	overflow: hidden;
	margin: 25px 0 25px 25px;
}
.slide-img{
	height: 450px;
	position:relative;
}
.slide-img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	box-sizing: border-box;
}
.detail-box{
	width: 100%;
	height: 76px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	box-sizing: border-box;
	font-family: calibri;
}
.type{
	display: flex;
	flex-direction: column;
}
.type a{
	color:#222222;
	margin: 5px 0px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding-right: 8px;
}
.type span{
	color:rgba(26,26,26,0.5);
}
.type p {
	margin: 0;
}
.price {
	width: 100%;
	padding: 1rem;
	text-align: center;
}
.price p{
	color: #333333;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: 0.5px;
	margin: 0;
}
.ver-mas {
	width: 100%;
	text-align: center;
	background-color: #007bff;
}
.ver-mas a {
	color: #ffffff;
	background-color: #007bff;
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: Calibri;
}
.stock{
	width: 100%;
	padding-left: 1rem;
	color: #ffffff;
	background-color: #007bff;
	font-size: 1.1rem;
	letter-spacing: 0.5px;
	font-family: Calibri;
}.sold{
	width: 100%;
	text-align: center;
	color: #ffffff;
	background-color: red;
	font-size: 1.1rem;
	letter-spacing: 0.5px;
	font-family: Calibri;
}
.overlay{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width:100%;
	height: 100%;
	background-color: rgba(92,95,236,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}
.buy-btn{
	width:160px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	color:#252525;
	font-weight: 700;
	letter-spacing: 1px;
	box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
}
.buy-btn:hover{
	color:#FFFFFF!important;
	background-color: #0066ff;
	transition: all ease 0.3s;
}
.overlay{
	visibility: hidden;
}
.slide-img:hover .overlay{
	visibility: visible;
	animation:fade 0.5s;
}
 
@keyframes fade{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.slider{
	width:100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}


.item-title {
	min-height: 135px;
}
.item-tag {
	flex-basis: 24%;
    padding: 20px 10px;
    min-width: 200px;
    margin: 0 0 24px 10px;
	border: 1px solid #e6e6e6;
	border-top-right-radius: 25px;
	background-color: #ffffff;
	box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
}
.item-tag:hover {
	-webkit-box-shadow: 0 16px 12px -12px #cccccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  	-moz-box-shadow:    0 16px 12px -12px #cccccc;  /* Firefox 3.5 - 3.6 */
	box-shadow: 		0 16px 12px -12px #cccccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  	/*box-shadow:         3px 3px 5px 6px #ccc;*/
}
@media only screen and (max-width: 768px) {
	.item-tag {
		flex-basis: 95%;
		/* padding: 5px; */
		margin: 0 .5rem 1rem .5rem;
		min-width: 310px;
	}
}
.ver-detalle {
	flex-basis: 24%;
	text-align: right;
	padding-right: 1rem;
}
.ver-detalle a {
	color: #ffffff;
	transition: color 1s;
}
.item-tag:hover .ver-detalle a {
	color: #000000;
}

.item-img {
	height: 150px;
}
.item-img img {
	width: 100%;
	max-height: 150px;
	max-width: 241px;
	display: block;
	margin: 0 auto;
}
.addtocart-btn {
	text-align: center;
}
.addtocart-btn .btn {
	background-color: #0028ff;
	color: #f2f2f2;
	border: 4px solid #bfbfbf;
	height: 2.5rem;
	width: 100%;
	padding: 3px 0px;
	cursor: pointer;
}
.addtocart-btn .btn:hover {
	background-color: #bfbfbf;
	color: #ffffff;
}
.addtocart-btn .fa-shopping-cart {
	padding-left: 1rem;
}

.slick-arrow {
	z-index: 10;
}

#nosotros {
	background-image: url("../imagenes/motos-aragon.jpg");
	height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 10rem;
}
#nosotros h2 {
	text-align: center;
	padding-top: 4rem;
	color: #ffffff;
	text-shadow: #262626 3px 0 10px;
}
#nosotros p {
	text-align: justify;
	color: #ffffff;
	font-size: 1.5rem;
	text-shadow: #262626 3px 0 10px;
}
#nosotros hr {
	width: 20%;
	margin: 0 auto;
	margin-bottom: 4rem;
	height: 6px;
	background-color: #ffffff;
}

#marcas {
	padding: 4rem 0;
	text-align: center;
}
#marcas img {
	display: inline-block;
	padding-left: 1rem;
	width: auto;
	max-height: 150px;
}
#marcas hr {
	width: 12%;
	margin: 0 auto;
	margin-bottom: 4rem;
	height: 6px;
	background-color: #262626;
}

#contacto {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../imagenes/contacto-imagen2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
 	padding: 4rem 10rem;
	color: #f2f2f2;
}
#contacto hr {
	width: 19%;
	margin-bottom: 4rem;
	height: 6px;
	background-color: orange;
}
#contacto ul li {
	list-style: none;
}
#contacto a {
	text-decoration: none;
	color: orange;
	font-size: 1.3rem;
}
#contacto a:hover {
	color: rgb(147, 149, 151);
}

.success-form, .error-form {
	display: none;
}

.form-contact-box {
	background-color: #262626;
	border-radius: 1rem;
	border: hsl(0, 0%, 100%) solid 3px;
	padding: 1rem;
	-webkit-box-shadow: 8px 8px 8px 4px rgb(26, 26, 26, .5);
  	-moz-box-shadow:    8px 8px 8px 4px rgb(26, 26, 26, .5);
	box-shadow: 		8px 8px 8px 4px rgb(26, 26, 26, .5);
}
.form-contact-box p {
	color: #ffffff;
}
.input-form {
	background-color: #f2f2f2;
	height: 2.5rem;
	padding: 4px 8px;
	margin: .5rem 0;
	width: 100%;
}

.btn {
	border: 3px solid #bfbfbf;
	height: 2.5rem;
	width: 100%;
	padding: 3px 0px;
	cursor: pointer;
}
.btn-vercatalogo {
	width: 30%;
}

.btn-contacto {
	color: black;
	background-color: orange;
}
.btn-contacto:hover {
	color: whitesmoke;
	background-color: rgb(255, 166, 0, 0.7);
}

.btn-whatsapp {
	position: fixed;
	width: 55px;
	height: 55px;
	line-height: 55px;
	bottom: 30px;
	right: 30px;
	background: #0df053;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
	z-index: 10;
	animation: pulse 5000ms infinite;
}
.btn-whatsapp:hover {
	color: #0df053;
	background: #fff;
}

@keyframes pulse {
	0% {
		box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	}
	50% {
		box-shadow: 0px 1px 20px rgba(0,0,0,0.8);
	}
	100% {
		box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	}
}

textarea {
	width: 100%;
	background-color: #f2f2f2;
	padding: 4px 8px;
	margin: .5rem 0;
}

p {
	font-size: 1.2rem;
}

/*
	Carrito de compras cart.php
*/
#shopping-cart {
	min-height: 100vh;
	padding: 4rem 0;
}
#shopping-cart h1 {
	text-align: center;
}

#detalle-compra {border: 2px solid #000000;}
#detalle-compra tr:nth-child(even){background-color: #f2f2f2;}
#detalle-compra tr:hover {background-color: #ddd;}
#detalle-compra img {
    width: 50px;
    max-height: 50px;
}
#detalle-compra p {
    font-size: 1.2rem;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    text-align: left;
    padding: 5px;
    color: #ffffff;
    background-color: #000000;
    font-weight: normal;
}

td {
    padding: 10px;
}

td input {
    width: 40px;
    height: 30px;
    padding: 0 5px;
}

td a {
    font-size: 1rem;
    color: red;
    text-decoration: none;
}

td img {
    width: 80px;
    max-height: 80px;
    margin-right: 12px;
}

#detalle-checkout td img {
    width: 30px;
    height: 30px;
}

.cart-info {
    display: flex;
    flex-wrap: wrap;
}

.total-compra, .continuar-pago {
    display: flex;
    justify-content: flex-end;
}
#shopping-cart .total-compra table {
	background-color: #f2f2f2;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
    width: 100%;
    max-width: 40%;
	margin-bottom: 1rem;
}

td:last-child {
    text-align: right;
}

th:last-child {
    text-align: right;
}

.btn-pago {
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
    line-height: 1.15rem;
    padding: 8px 30px;
    border-radius: 8px;
    border: 3px solid #ffffff;
    background: rgb(0, 64, 255);
    color: #ffffff;
    transition: box-shadow 0.5s;
}
.btn-pago:hover {
    cursor: pointer;
    color: #ffffff!important;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}

#checkout {
	padding: 2rem 0 4rem 0;
}
.col-checkout-left, .col-checkout-right {
	padding: 2rem;
	border: 1px solid #262626;
}
.col-checkout-right {
	background: rgb(204,204,204);
	background: linear-gradient(270deg, rgba(204,204,204,1) 0%, rgba(242,242,242,1) 100%);
}

.mercadopago-form {
	text-align: center;
}

.compra-segura {
	text-align: center;
	background-color: gold;
	padding: 1rem 0;
}

#login {background-image: url("../imagenes/motos-aragon.jpg");}
#signup {background-image: url("../imagenes/signup.jpg");}
#pwd-reset {background-image: url("../imagenes/signup.jpg");}
#miperfil {background-image: url("../imagenes/motos-aragon.jpg");}
#login, #signup, #pwd-reset {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
	min-height: 80vh;
	padding: 4rem 28%;
}
#miperfil {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
	padding: 4rem;
}

#terminos, #aviso {
	background: #3D0036;
	background: linear-gradient(135deg, #3D0036, #91985D);
	color: #f1f1f1;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

	/* background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%);
	color: #404040;
	*/
	padding: 4rem;
}

#login h2, #login label {
	color: #000000;
}

#login a, #signup a, #pwd-reset a {
	text-decoration: none;
	color: #262626;
}
#login a:hover, #signup a:hover, #pwd-reset a:hover {
	color: #666666;
}

#loginForm, #signupForm, #formResetPsw, #MiPerfilForm {
	padding: 2rem;
	border: 2px solid #262626;
	background-color: rgb(255, 255, 255, .5);
}

.perfil-badge {
    text-decoration: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    background-color: #0066ff;
    text-align: center;
    padding: 6px;
}
  
.perfil-badge span {
    color: ivory;
}


/*
    Detalle de productos
*/
#detalle-producto {
    padding: 2rem 0;
}
#detalle-producto h2 {
	text-align: center;
}

.detalle-izq img {
    max-height: 470px;
}
.detalle-der {
    min-height: 470px;
    border: 2px solid #330a00;
	background-color: #f2f2f2;
    padding: 2rem;
}
.detalle-der:before, .detalle-der:after{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 25px;
	left: 20px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #404040;
	-webkit-box-shadow: 0 25px 20px #404040;
	-moz-box-shadow: 0 25px 20px #404040;
	box-shadow: 0 25px 20px #404040;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);	
}
.detalle-der:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 20px;
	left: auto;	
}
.detalle-der h5, .detalle-der p {
    color: #000;
}
.btn-detalle-agregar button {
	background-color: #0028ff;
	color: #f2f2f2;
	border: 4px solid #bfbfbf;
	height: 2.5rem;
	width: 100%;
	padding: 3px 0px;
	cursor: pointer;
}
.btn-detalle-agregar button:hover {
	background-color: #bfbfbf;
	color: #ffffff;
}
.btn-no-stock button{
	background-color: red;
	color: #f2f2f2;
	border: 4px solid #bfbfbf;
	height: 2.5rem;
	width: 100%;
	padding: 3px 0px;
	cursor: pointer;
}
.btn-no-stock button:hover{
	background-color: rgb(255, 0, 0, .8);
}
.thumbnail-prod {
    position: absolute;
    bottom: 0;
 }
.thumbnail-prod img {
    width: 50px;
    margin-left: 1rem;
}

#info {
    padding: 4rem 0;
    background-color: rgb(230, 236, 255);
}
.info { text-align: center; color: #000;}
.icon-info {
    text-align: center;
}
.icon-info {
    font-size: 48px;
}


footer {
	background-color: #262626;
	color: #fff;
}
#footer {
	height: 3rem;
}

#footer p {
	font-size: 14px;
	line-height: 2rem;
}

@keyframes drop {
	0% {
		opacity: 0;
		transform: translateY(-80px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
@keyframes fromleft {
	0% {
		opacity: 0;
		transform: translateX(-80px);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}
@keyframes fromRight {
	0% {
		opacity: 0;
		transform: translateX(160px);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}
@keyframes wobble {
	0% { transform: translateX(0%); }
	15% { transform: translateX(-25%) rotate(-5deg); }
	30% { transform: translateX(20%) rotate(3deg); }
	45% { transform: translateX(-15%) rotate(-3deg); }
	60% { transform: translateX(10%) rotate(2deg); }
	75% { transform: translateX(-5%) rotate(-1deg); }
	100% { transform: translateX(0%); }
}


/*

	Responsive design

---------------------------------------------*/
@media only screen and (max-width: 768px) {

	h2 {
		font-size: 1.5em;
	}
	
	.logo-container img {
		width: 30%;
	}

	.fa-shopping-cart, .fa-user {
		padding: 0 .5em;
	}

	.intro-text {
		top: 50%;
	}
	
	.intro-text h1 {
		font-size: 36px;
	}
	.intro-text h2 {
		font-size: 20px;
	}
	.intro-text p {
		font-size: 16px;
	}

	.vehiculo-principal {
		top: 60%;
		left: 12%;
	}
	.vehiculo-principal img {
		width: 80%;
	}

	#productos {
		padding: 3rem 0rem 4rem .4rem;
	}

	.product-slider {
		margin-top: 4rem;
	}

	.lSAction > a {
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
		font-size: 2em;
	}

	#detalle-producto {
		padding: 5rem 0 0 0;
	}

	.btn-vercatalogo {
		width: 70%;
	}

	#detalle-compra p {
		font-size: 1em;
	}
	
	#nosotros {
		padding: 0 .5rem;
	}
	#nosotros h2 {
		padding-bottom: 2rem;
	}
	#nosotros p {
		font-size: 1.2rem;
	}

	#marcas img {
		max-height: 80px;
		padding-bottom: 1rem;
	}

	#contacto {
		padding: 2rem 0rem;
	}

	#contacto a {
		font-size: 1rem;
	}

	ul {
		padding-left: 1rem;
	}

	#login {
		min-height: 100vh;
		padding: 2rem;
	}

	#miperfil {
		padding: 2rem 0;
	}
	#MiPerfilForm {
		padding: 1rem;
	}
	
}
