@charset "utf-8";
/* CSS Document */

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

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

html::-webkit-scrollbar {
	background: #EDEDED;
	width: 6px;
	height: 6px;
}

html::-webkit-scrollbar-thumb {
	background:red;
}

a {
	text-decoration-line: none;
}

body {
	background: #e7e7e7;
	/*   background-image: url(../img/FondoPlaza200x200.jpg); */
	background-attachment: fixed;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
	
}


.Header {
    position: fixed;
    width: 100%;
    height: 100px;
    margin-top: 0px;
    background-color:#212121;
    z-index:10;
}
.Header .Cabecera{
    width: 100%;
	max-width: 1170px;
	height: 100%;
    margin-left: auto;
    margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.Header .Cabecera .Logo {
    width: 100%;
	margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.Banner {
    width: 100%;
	max-width: 1170px;
	margin: auto;
    padding-top: 100px;
    text-align: center;
    scroll-snap-align: center;
	
}

#lightSlider li img {
	width: 100%;
	height: 540px;
	object-fit: cover;
	box-sizing: border-box;
}


.Contenedor {
    width: 100%;
    max-width: 1170px;
    height: auto;
	min-height: 800px;
    margin-top: 0px;
	margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
.Cards h1 {
    font-size: 16px;
    color: rgba(0,0,0,.8);
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-variant: normal;
    font-weight: 600;
}
.Cards h5 {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-variant: normal;
    font-weight: 600;
}
.Cards h4 {
    color: rgba(0,0,0,.8);
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 300;
}
.Cards h6 {
    color: #00B035;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 300;
    font-variant: small-caps;
}



.Contenedor .TituloArticulo {
	width: 96%;
    margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}
.Contenedor .TituloArticulo h4{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	color: #666;
	font-weight: 400;
}
.Contenedor .TituloArticulo h6 {
    color: #666;
    font-size: 14px;
	font-weight: 600;
}
.Contenedor .TituloArticulo h6:hover{
    color: #FF0004;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.Contenedor .TituloArticuloGN {
	width: 98%;
	min-width: 182px;
	height: auto;
    margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.Contenedor .TituloArticuloGN .botones{
	margin: 0px;
	height: 0px;
}
.Contenedor .TituloArticuloGN .TituloGenero {
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-start;
    background-color: #212121;
    padding: 5px;
    border-radius: 30px;
    border: 2px solid #EDEDED;
}
.Contenedor .TituloArticuloGN h3 {
    color: #FFFFFF;
	font-size: 16px;
    font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 7px 7px;
}

.Contenedor .TituloArticuloGN button {
	color: #FFFFFF;
	border: none;
	box-shadow: none;
	outline: none;
	padding: 12px 12px;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
}
.TituloArticuloGN .Botones #Nuevas {
    background-color: #212121;
}
.TituloArticuloGN .Botones #Usadas {
    background-color: #FF0000;
}

.Cards h2 {
    font-size: xx-large;
    color: #555;
}

.Contenedor .Generos {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    flex-flow: row wrap;
	justify-content: space-around;
}

.Contenedor .Articulo {
    width: 98%;
    height: auto;
	min-height: 250px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    justify-content: space-around;
}

.Contenedor .ListaGenerosUsadas {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
	padding: 0px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.Contenedor .ListaGenerosNuevas {
	display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
	padding: 0px;
	flex-wrap: wrap;
	justify-content: space-around;
}

.Contenedor .PerfilMoto {
    width: 98%;
    height: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.05);
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #E0E0E0 #D4D4D4 #E0E0E0 #E0E0E0;
    background-color: #FFF;
}
.Contenedor .PerfilMoto .FotosMoto {
    margin: 0px;
	float: left;
	position: relative;
	display: flex;
	justify-content: center;
	width: 64%;
	height: auto;
}
.PerfilMoto .FotosMoto .ImagenPrin {
	width: 100%;
	height: 100%;
	min-width: 280px;
	margin: 0px;
	padding: 0px;
	object-fit: cover;
    border-top-left-radius: 10px;
	border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
}
.Contenedor .PerfilMoto .DetallesMoto {
    width: 30%;
	height: 100%;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
}
.Contenedor .PerfilMoto .DetallesMoto .GaleriaPerfil{
    width: 100%;
	height: auto;
	display:flex;
	flex-wrap: wrap;
	margin-top:10px;
}
.Contenedor .PerfilMoto .DetallesMoto .GaleriaPerfil .FotoGaleria{
    width: 70px;
	height: 70px;
	margin:5px;
	
}
.Contenedor .PerfilMoto .DetallesMoto .GaleriaPerfil .FotoGaleria img{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	object-fit: cover;
	border-radius: 5px;
}
.Contenedor .PerfilMoto2 {
    width: 100%;
	min-width: 400px;
    height: auto;
	margin: 0px;
	margin-top: 10px;
    padding: 10px;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.05);
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #E0E0E0 #D4D4D4 #E0E0E0 #E0E0E0;
    background-color: #FFF;
}

.Contenedor .Articulo::-webkit-scrollbar {
	background:#000000;
	height: 0px;
}
.Contenedor .Articulo::-webkit-scrollbar-thumb {
	background:#C8C8C8;
}

.Cards {
    width: 218px;
    height: 316px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.05);
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #E0E0E0 #D4D4D4 #E0E0E0 #E0E0E0;
    background-color: #FFF;
    text-align: center;
    transition: all 0.24s;
    margin-top: 10px;
    margin-bottom: 10px;
    scroll-snap-align: center;
}
.CardsGracias {
    width: 280px;
    height: 500px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.05);
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #E0E0E0 #D4D4D4 #E0E0E0 #E0E0E0;
    background-color: #FFF;
    text-align: center;
    transition: all 0.24s;
    margin-top: 10px;
    margin-bottom: 10px;
    scroll-snap-align: center;
}
.CardsGracias img {
	border-radius: 6px;
	width:280px;
	height:100%;
    object-fit: cover;
    box-sizing: border-box;
}
.CardsMas {
    width: 218px;
    height: 316px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.05);
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #E0E0E0 #D4D4D4 #E0E0E0 #E0E0E0; 
    text-align: center;
    transition: all 0.24s;
    margin-top: 10px;
    margin-bottom: 10px;
    scroll-snap-align: center;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.CardsMas .vermas{
	color: white;
	width: 150px;
	height: 150px;
	border-radius: 80px;
	border: solid;
}
.CardsMas .vermas h6{
	font-size: 20px;
	margin-top: 60px;
}

.Cards img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
    height: 218px;
    object-fit: cover;
    box-sizing: border-box;
}

.Pie {
    background-color: #212121;
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.Pie .ContenedorPie{
    width: 100%;
	max-width: 1024px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #ffffff;
    padding-top: 50px;
    clear: both;
    display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	align-content: space-between;
}
.Pie .ContenedorPie2{
    width: 100%;
	max-width: 1024px;
    height: auto;
	background-color:rgba(51,153,51,1);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #ffffff;
    padding-top: 30px;
	padding-bottom:30px;
    clear: both;
    display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	align-content: space-between;
}

.Pie .PieMaps {
    width: 550px;
    float:left;
    height: 325px;

}
.Pie .PieMaps2 {
    width: 550px;
    float: right;
    height: auto;

}


.Pie .PieText {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    width: 45%;
}
.PieText a img {
    margin-right: 5px;
    margin-left: 5px;
}

.Contenedor .Generos .CardGenero {
    width: 100%;
    height: auto;
    max-width: 170px;
    min-width: 140px;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
}
.Generos .CardGenero h3 {
    color: #555555;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    font-size: large;
}
.Generos .CardGenero h3:hover {
    color:#FF0000;
}

.Generos .CardGenero img {
    width: 100%;
}

.ContenedorPie .PieMaps iframe {
    width: 100%;
    height: 100%;
}
.PerfilMoto .DetallesMoto h2 {
    margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 2.5em;
	line-height: 1.1em;
	font-weight: 800;
	color: #444;
}
.PerfilMoto .DetallesMoto span {
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999;
	font-weight: 800;
	margin-top: 50px;
}
.PerfilMoto .DetallesMoto p {
    max-width: 85%;
	color: #333;
	font-size: 15px;
	margin-top: 20px;
	
}

.PerfilMoto .DetallesMoto h3 {
    margin: 0px;
	padding: 0px;
	font-size: 2.4em;
	color: #a2a2a2;
	float: left;
	margin-top: 20px;
}
.PerfilMoto .DetallesMoto button {
    background: #FF0000;
	color: #FFFFFF;
	border: none;
	box-shadow: none;
	outline: none;
	padding: 14px 14px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	float: right;
}
.Contenedor .SinStock {
    margin-top: 50px;
}
details ul li {
    list-style-type: none;
    z-index: 2;
	transition: bottom 1s;
	
}
.TituloArticuloGN details ul {
    position: absolute;
}

.TituloArticuloGN details summary {
    list-style-type: none;

}
.PerfilMoto .DetallesMoto .ConsultaWpp {
    width: 100%;
	height: 50px;
    margin-top: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    background-color: #00BF55;
	object-fit: cover;
}
.PerfilMoto .DetallesMoto .ConsultaWpp h3{
    color: white;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 14px;
}
.PerfilMoto .DetallesMoto .ConsultaWpp img{
    width: 100px;
    height: 100%;
	padding-left: 10px;
    padding-right: 14px;
    object-fit: cover;
    box-sizing: border-box;
}

.Cabecera .Icon {
	cursor: pointer;
	display: inline-flex;
	width: 50px;
    height: 50px;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
}
.Cabecera .ListaHeader {
    font-size: 16px;
    color: #FFFFFF;
	position: fixed;
	list-style: none;
	width: 0vw;
	max-width: 450px;
	height: 100%;
	background: #373737;
	top: 100px;
	text-align: center;
	transition: all .5s;
}
.Cabecera .ListaHeader li {
	display: none;
    margin: 30px 0 0 0;
	line-height: 30px;
}

.Cabecera .ListaHeader li a {
    font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.Cabecera .ListaHeader li a:hover {
    color: #FF0004;
	transition: .3s;
}
#check {
    display: none;
}
#check:checked ~ .ListaHeader {
    width: 100%;
}
#check:checked ~ .ListaHeader li{
    display: block;
}

.Cabecera .ListaBuscador {
    font-size: 16px;
    color: #FFFFFF;
    position: fixed;
    list-style: none;
    width: 100vw;
    max-width: 1170px;
    height: 0;
    background-color: #212121;
    top: 100px;
    text-align: center;
    transition: all .5s;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.Cabecera .ListaBuscador li {
	display: none;
    margin: 30px 0 0 0;
	line-height: 30px;
}
#check2 {
    display: none;
}
#check2:checked ~ .ListaBuscador {
    height: 75px;
}
#check2:checked ~ .ListaBuscador li{
    display: block;
}

.ListaBuscador li .Buscador {
	width: auto;
	margin-top: -25px;
	margin-left: auto;
	margin-right: auto;
}
input[type="text"]{
    width: 300px;
    height: 45px;
	font-size: 16px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
	border: none;
	outline: none;
	padding: 5px 20px;
}
input[type="submit"]{
    width: 120px;
    height: 55px;
	position: relative;
	left: -5px;
    background-color: #FF0004;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border: none;
    outline: none;
    padding: 5px 20px;
    font-variant: normal;
    text-transform: uppercase;
}






@media screen and (max-width: 850px){
	
	#lightSlider li img {
	height: 160px;
	}
	
	.Contenedor .Generos .CardGenero {
    max-width: 100px;
	min-width: 100px;
	}
	
	.Generos .CardGenero h3 {
    font-size: small;
	}
	
	.Pie .PieMaps {
    width: 325px;
    height: 325px;

}
}

@media screen and (max-width: 1024px){
	
	.Contenedor .PerfilMoto .FotosMoto {
    width: 100%;
    height: auto;
	margin: 0px;
	float: left;
}
.Contenedor .PerfilMoto .DetallesMoto {
    width: 100%;
	min-width: 200px;
	margin: 0px;
	float: right;
}
	
	.PerfilMoto .FotosMoto .ImagenPrin {
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
}

}

@media screen and (max-width: 500px){
	
	.Contenedor {
	min-height: 200px;
}
	.Header {
    height: 75px;
    margin-top: 0px;
}
	.Header .Cabecera .Logo {
    max-width: 200px;
}
	.Cabecera .Icon {
    width: 30px;
    height: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
	.Banner {
    padding-top: 75px;
	
}
	
	.Cards {
    width: 176px;
	height: 263px;
}

	.Cards img {
    height: 176px;
}
	.Cards h1 {
    font-size: 12px;
}
	.Cards h4 {
    font-size: 18px;
}
	.CardsMas {
    width: 176px;
    height: 263px;
}
.CardsMas .vermas{
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
.CardsMas .vermas h6{
	font-size: 16px;
	margin-top: 40px;
}
	
	.Contenedor .TituloArticuloGN button {
	font-size: 14px;
}
	.Contenedor .TituloArticuloGN h3 {
    font-size: 14px;
}
	.Cabecera .ListaHeader {
	top: 75px;
}
	.Cabecera .ListaBuscador {
    top: 75px;
}
	#check2:checked ~ .ListaBuscador {
    height: 55px;
}
	.ListaBuscador li .Buscador {
	margin-top: -35px;
	width: 98%;
}
	input[type="text"]{
    width: auto;
    height: 25px;
	font-size: 12px;
	padding: 5px 15px;
}
	input[type="submit"]{
    width: 80px;
    height: 35px;
    font-size: 12px;
    padding: 5px 15px;
}
}
