:root {
	--color-links: #d00;
	--margen-central: 30px;
}

* {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	box-sizing: border-box;
}

body {
	margin: 0px;
	background-color: #f5f5f5;
}

button {
	background-color: #043092;
	color: #fff;
	border-radius: 3px;
	border: none;
	font-weight: bold;
	margin: 0 auto;
	padding: 13px 10px;
}
button:hover {
	background-color:#0450bb;
}
button:active {
	background-color:#6cd8f4;
	transform: scale(0.96);
}
button:disabled {
	background-color:#444;
}

input[type="submit"] {
	background-color: #043092;
	transition: background-color 0.5s linear;
	color: #fff;
	border-radius: 7px;
	border: none;
	font-weight: bold;
	margin: 4px 4px;
	padding: 8px 10px;
}
input[type="submit"]:hover {
	background-color:#0450bb;
}
input[type="submit"]:active {
	background-color:#6cd8f4;
	transform: scale(0.96);
}

input[type="text"],
input[type="password"] {
	height: 30px;
	padding: 8px;
	border: 1px solid #aaa;
	border-radius: 2px;
}

#contenedor {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#central {
	margin: 0 auto;
	padding-top: 190px;
}

#cabecera {
	width: 100%;
	height: 100vh;
	max-height: 180px;
	display: block;
	background-color: #2d2d2dd6;
	position: fixed;
	z-index: 10;
	transition: top 0.4s;
	top:0;

}
#cabecera-interno {
	display: inherit;
	padding: 5px 14%;
}
.cabecera2 {
	display: flex;
}
.cont-logo {
	flex: 0 0 260px;
}
.cont-buscador {
	flex: 0 0 55%;
	padding-top: 30px;
}
.cont-botones-cabecera {
	flex: 0 0 250px;
	margin-left: 10%;
}
.logo1 {
	height: 100px;
}
.menu-categorias {
	display: block;
	font-size: 20px;
	text-align: center; 
  	padding-bottom: 25px;
}
.menu-categorias a {
	text-decoration: none;
	color: #ffffff;
	font-size: 0.85em;
	margin: 0px 10px;
	transition: all 0.2s linear;
}
.menu-categorias a:hover {
	color: #81cdef;
	padding-bottom: 5px;
	border-bottom: 2px solid #81cdef;
}
.menu-categorias a:active {
	color: #81cdef;
	padding-bottom: 5px;
	border-bottom: 2px solid #81cdef;
}
.botones-cabecera {
	margin-top: 50px;
	font-size: 0.8em;
}
.boton-cabecera-cont {
    display: inline-block;
}
.boton-cabecera {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    margin-right: 10px;
    margin-left: 10px;
}
.boton-cabecera:hover {
    color: var(--color-links);
}
.icono-bc {
    margin-right: 10px;
    font-size: 1.5em;
}
.texto-bc {
    display: flex;
    flex-direction: column;
    font-size: 0.9em;
}
.texto1-bc {
    font-size: inherit;
}
.texto2-bc {
	font-size: inherit;
	font-weight: bold;
}

#breadcrumbs {
	width: 100%;
	display: block;
	float: left;
	top:0;
    transition: top 0.6s;
	z-index: 10;
	background-color: #444;
	padding: 8px 10%;
	color: #dfdfdf;
}
#breadcrumbs a {
	color: #dfdfdf;
	font-size: 1.1em;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: var(--color-links);
}
.bread-separador {
	margin: 0px 5px;
}

#titulo-ingreso {
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 1.3em;
	color: #333;
}
#contenedor-ingreso {
	display: flex;
	flex-wrap: wrap;	
	margin: 0 auto;
	margin-top: var(--margen-central);
	margin-bottom: var(--margen-central);
	width: 65%;
	max-width: 800px;
	background-color: white;
	border: 1px solid #dadada;
	border-radius: 2px;
}
.ingreso1 {
	border-right: 1px solid #dadada;
}
.panel-ingreso {
	flex: 1;
	min-width: 340px;
	padding: 5px 30px;
}
.panel-ingreso p {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 30px;
}
.panel-ingreso .txt {
	margin: 10px 0px;
}
.panel-ingreso input {
	margin-bottom: 15px;
	height: 30px;
	width: 100%;
}
.panel-ingreso input[type=submit] {
	height: 40px;
	margin: 30px 0px;
	font-size: 1.2em;
}

.buscador {
	vertical-align: middle;
	margin-top: 20px;
	margin-left: 30px;
	width: 70%;
	position: relative;
	display: inline-block;
}
.buscador input {
	width: 100%;
	padding-right: 30px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 1.1em;
}
.buscador input:focus {
	outline: none;
}
.loupe-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	color: #999;
	cursor: pointer;
}

.texto-opcion {
	margin-bottom: 5px;
	font-size: 1em;
	color: #222;
}
.select-dos {
	width: 100%;
}
.select2-container {
    width: 100% !important;
}
.espacio-vertical {
	display: block;
	height: 15px;
}
.width100p {
	width: 100%;
}

#btn_buscar {
	margin-top: 5px;
  	width: 100%;
}
#pie-total {
	width: 80%;
	margin: 0 auto;
}
#pie-pagina {
  width: 100%;
  height: 50vh;
  max-height: 550px;
  position: relative;
  margin-top: 2%;
  background: linear-gradient(to top, #444, #555);
  min-height: 420px;
}

#contenpie {
	width: 25%;
	display: inline-block;
	float: left;
	font-family: Montserrat;
	font-size: 12px;
	color: #fff;
	padding: 30px 0 20px 20px;
}
#contenpie img {
	width: 250px;
	margin: 40px 0px 16px 0px;
}
#contenpie h3{
	font-size: 20px;
	font-weight: bold;
}

#contenpie a{
	font-size: 15px;
  	width: 85%;
  	float: left;
  	padding-bottom: 5px;
  	text-decoration: none;
  	color: #fff;
  	transition: all 0.2s linear;
}
#contenpie a:hover {
	color: #81cdef;
}

#logopie{
	width: 100px;
}
#contenpie p {
	width: 80%;
	text-align: justify;
}
#piebajo {
	width: 100%;
	background-color:#333333;
	padding: 15px 10%;
	color: #fff;
	float: left;
}
#panel-izquierdo {
	width: 15%;
  	min-width: 100px;
  	min-height: 400px;
  	max-width: 270px;
  	display: block;
  	position: absolute;
  	z-index: 3;
  	margin: 2% 0 0 9%;
  	padding: 15px;
  	background-color: white;
  	border: 1px solid #ddd;
  	border-radius: 2px;
  	filter: drop-shadow(1px 1px 1px #dfdfdf);
}

.cuadro-resumen {
	vertical-align: top;
	margin-bottom: 20px;
	padding: 8px;
	border-radius: 2px;
	border: 1px solid #dadada;
	background-color: white;
}
.cuadro-resumen div:not(:last-child) {
	margin-bottom: 10px;
}
.titulo-resumen {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	color: #222;
}

#rvehiculo-info {
	font-size: 1.3em;
	color: #444;
	font-weight: bold;
	text-align: center;
}
#rvehiculo-boton button {
	background-color: #070 !important;
	margin: 0 auto;
  	padding: 9px;
  	width: 100%;
}
#rvehiculo-boton button:hover {
	background-color: #3a3 !important;
}

#contenedor-img-vehic {
	width: 100%;
	margin: 5px 0px;
}
#img-vehic-selec {
	width: 100%;
	height: auto;
}

#texto-selec-vehic {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 1.1em;
}
#btn_cancelar_vehic {
	background-color: #555 !important;
	margin: 0px;
	padding: 6px;
}

#rbuscado-info {
	font-size: 1.1em;
	color: #444;
}

.filtro-seccion {
	font-size: 0.8em;
	width: 98%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.expandir-seccion {
	float: right;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: black;
	width: 20px;
}
.expandir-seccion:hover {
	color: #777;
}
.oculta-div {
	display: none;
}
.quitar-filtro {
	font-size: 0.85em;
	color: #444;
	margin-top: 12px;
	display: block;
	text-decoration: none;
}

.seccion-items {
	font-size: 1.1em;
	color: #444;
	max-height: 250px;
	overflow-y: scroll;
}
.seccion-item input {
	cursor: pointer;
}
.seccion-item label {
	cursor: pointer;
	font-size: 0.75em;
}

#precios-items {
	padding-top: 10px;
}

#precios-items label {
	display: inline-block;
	width: 60px;
	margin: 10px 0px;
	font-size: 0.9em;
}

#precios-items option {
	font-size: 0.9em;
	text-align: right;
}

#contenido {
	width: 100%;
  	position: inherit;
 	display: inline-block;
  	border: 0px solid #ddd; 
  	min-height: 1300px; 
}
#productos {
	display: block;
	float: left;
	width: 100%;
	min-height: 1200px;
}
#app-vue-vehiculo {
	width: 70%;
	margin: 2% 0 0 25%;
	position: relative;
	display: block;
}

#app-vue-repuestos {
  	position: relative;
  	height: 100%;
  	min-height: 1100px;
}
#carrusel img {
	width: 100vw;
	height: 100vh;
	max-height: 700px;
}

#bannerbajo {
	width: 100vw;
  	position: relative;
  	margin-left: -50vw;
  	margin-right: -50vw;
  	right: 50%;
  	left: 50%;
}
#bannerbajo2 {
		display: none;
}

#bannerbajo img {
	width: 100%;
}

#barra-opciones {
	width: 70%;
  	height: 40px;
  	margin-bottom: 20px;
  	margin-left: 28%;
  	position: relative;
  	margin-top: 2%;
}
#barra-opciones select {
	margin-left: 5px;
}
.pdescuento {
	display:inline-block;
	font-size:0.9em;
	font-weight:bold;
	color:white;
	background-color:#2a2;
	padding:3px;
	margin-top:4px;
	border-radius:3px;
}
.pdescuento:hover {
	background-color:#2a2;
}

#ofertas {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	width: 80%;
	padding: 1% 5%;
	margin: 0 auto;
}
.titulo-ofertas {
	text-align: center;
  	font-size: 2.2em;
  	margin: 0 auto;
  	padding: 1% 6%;
  	font-weight: bold;
  	color: #545454 ;
}
#bannerkit {
  	width: 100vw;
	margin: auto;
}

#cajabanner {
	width: 100vw;
	max-width: 1300px;
	margin: auto;
}

#banner a {
 	cursor: pointer;
 	opacity: 1;
 	transition: all 0.2s linear;
}
#banner a:hover {
 	cursor: pointer;
 	opacity: 0.5;
}

#banner {
	width: 24%;
	display: block;
	float: left;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
	max-width: 324px;
  	padding-left: 10px;
  	padding-bottom: 10px;
}

.banner img {
	width: 100% !important;
	max-width: 324px;
}

#bannermedio {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 1% 0 2% 0;
}

#bannermedio img {
	width: 100%;
	max-width: 972px;
}
#bannerabajo {
	width: 100%;
	float: left;
	display:block;
	margin: 0 auto;
	text-align: center;
	padding: 1% 0 2% 0;
}

#bannerabajo img {
	width: 100%;
	max-width: 1364px;
}
#banneramplio {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 1% 0 2% 0;
	display: block;
  	float: left;
}
#banneramplio2 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 1% 0 0 0;
	display: block;
  	float: left;
}
#banneramplio img {
	width: 100%;
	max-width: 1364px;
}
#banneramplio2 img {
	width: 100%;
	max-width: 1364px;
}

#contacto {
	width: 100vw;
    height: auto;
    margin: 0 auto;
    display: block;
    float: left;
}

#seccionizq {
	width: 50vw;
	display: block;
	float: left;
	padding: 50px 20px 0 26%;
}
#seccionder {
	width: 50vw;
	display: block;
	float: left;
	padding: 10px 20px 0 20px;
}

#seccionizq h1 {
	font-size: 25px;
	color: #333333;
	text-align: justify;
}

#seccionizq p { 
	font-size: 15px;
	color: #333333;
	font-weight: 300;
	margin-bottom: 40px;
}

#seccionizq span {
	font-size: 23px;
	color: #333333;
}
#seccionizq i {
	font-size: 23px;
	margin-right: 10px;
	color: #013598;
}

#seccionder img {
	text-align: center;
}

#loading-spinner {
	position: absolute;
  	top: 315px;
  	left: 47%;
  	z-index: 9999999;
 	color: #2299DD;
}
#repuestos {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
  	margin-left: 27%;
  	width: 60%;
}

.producto {
	width: 200px;
	height: 310px;
	padding: 14px 10px;
	font-size: 0.8em;
	background-color: white;
	filter: drop-shadow(1px 1px 2px #dfdfdf);
	border: 1px solid #ddd;
	border-radius: 2px;
	text-align: center;
	transition: all 0.2s linear;
}
.link-producto {
	text-decoration: none;
	color: inherit;
	margin-bottom: 10px;
	margin-left: 10px;
}

.link-producto :hover {
	background-color: #f2f2f2;
}

.pimagen {
	margin-bottom: 15px;
	width: 100%;
	height: 170px;
	text-align: center;
}
.pimagen img {
	max-width: 170px;
	max-height: 170px;
	border: 0px solid #ddd;
	/* lo siguiente es para alineación vertical */
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.ptitulo {
	margin-bottom:4px;
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
}
.psubtitulo {
	margin-bottom:6px;
	font-size: 1.0em;
	color: #555;
	max-height: calc(2 * 1.5em); /* alto: 2 lineas de texto */
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pprecio {
	font-size: 1.6em;
	font-weight: bold;
	font-family: Montserrat;
}

.sinresult {
	font-family: Montserrat;
	font-size: 1.3em;
  	margin: 0 auto;
  	padding-top: 40px;
  	padding-bottom: 1250px;
 	width: 100%;
  	text-align: center;
  	font-weight: 500;
  	color: #6a6a6a;
}
.paginador {
	float: right;
  	display: block;
  	padding-right: 15%;
  	font-family: Montserrat;
  	
}
.paginador a {
	-moz-border-radius: 6px;
  	-webkit-border-radius: 0;
  	border-radius: 6px;
  	font-size: 1.1em;
  	text-decoration: none;
 	padding: 18px 17px;
  	margin-left: 2px;
  	line-height: 4.5;
  	color: #4285F4;
  	background: #fff;
	border: 1px solid #dfdfdf;
}
.paginador a:hover {
	color: #fff;
	background: #4285F4;
}

#seccion-vehiculo-arriba {
	margin-left: 10px;
	margin-bottom: 20px;
}
#seccion-vehiculo-arriba label {
	margin-right: 8px;
}
#titulo-seccion-vehic {
	width: 100%;
	font-size: 1.3em;
	margin-bottom: 20px;
}
#seccion-vehiculo-lista {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.dato-vehiculo, .dato-vehiculo-grande {
	padding: 14px 10px;
	background-color: white;
	filter: drop-shadow(1px 1px 2px #dfdfdf);
	border: 1px solid #ddd;
	border-radius: 2px;
	text-align: center;
}
.dato-vehiculo {
	width: 200px;
	height: 180px;
	font-size: 0.8em;
}
.dato-vehiculo-grande {
	width: 280px;
	height: 252px;
	font-size: 0.75em;
}
.vimagen, .vimagen-grande {
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}
.vimagen {
	height: 100px;
}
.vimagen-grande {
	height: 180px;
}
.vimagen img, .vimagen-grande img {
	border: 0px solid #ddd;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.vimagen img {
	max-width: 120px;
	max-height: 100px;
}
.vimagen-grande img {
	max-width: 200px;
	max-height: 180px;
}
.link-vehic {
	text-decoration: none;
	color: inherit;
	margin-bottom: 10px;
	margin-left: 10px;
}
.link-vehic :hover {
	background-color: #f2f2f2;
}
.vtitulo {
	margin-bottom:4px;
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
}
.anio1 {
	width: 100px;
	height: 80px;
}
.anio2 {
	font-size: 1.5em;
}
.dato-modelo {
	width: 60%;
	height: auto;
	text-align: left;
}
.flex-todo-ancho {
	flex-basis: 100%;
}

/* --- Ver producto ----------------------------- */
.vptitulo {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #222;
}
.vpprecio {
	display: inline-block;
	font-size: 1.6em;
	font-weight: 900;
}
.vpprecionormal {
	display: inline-block;
	font-size: 1.3em;
	font-weight: 900;
	margin-top: 10px;
	margin-left: 10px;
	color: #888;
	text-decoration: line-through;
}
.vpsubtitulo {
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 5px;
	width: 9em;
}
/*
.vpsubtitulo::before {
	content: "▪";
	color: #ccc;
	font-size: 0.8em;
	display: inline-block;
	width: 1em;
	vertical-align: middle;
} */
.vpvalor {
	display: inline-block;
	font-size: 1em;
	margin-bottom: 10px;
}
.vpdescuento {
	color: #282;
	font-weight: bold;
}
.espacio-precio {
	display: block;
	height: 20px;
}
.vpnota-oferta {
	color: #333;
}

#ver-producto {
	width: 66%;
  	min-height: 200px;
  	margin: 0 auto;
  	padding-top: 2%;
}
#prod-fotos {
	width: 49%;
	height: 100vh;
  	display: flex;
  	max-height: 800px;
  	margin-bottom: 1%;
  	background-color: white;
  	border: 1px solid #dadada;
 	float: left;
}
#prod-info {
	width: 50%;
	/* height: 100vh; */
	max-height: 800px;
  	display: flex;
  	background-color: white;
 	border: 1px solid #dadada;
  	float: right;
 	margin-bottom: 1%;
}
#visor-imgs {
	margin: 0;
	padding: 0;
	list-style: none;
}
#visor-imgs > li {
	float: left;
	width: 35%;
	height: 35%;
	border: 1px solid transparent;
	overflow: hidden;
	padding-top: 8%;
	padding-left: 8%;
}
#visor-imgs > li > img {
	max-width: 100%;
	max-height: 100%;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.sin-imagenes {
	width: 100%;
	margin: 0 auto;
  	font-size: 1em;
  	text-align: center;
  	padding-top: 50%;
}
.tabla-datos {
	width: 100vw;
	margin: 5%;
    max-height: 600px;
}
#tabla1 {
	margin: 20px;
	font-size: 0.9em;
}
#tabla1 th {
	font-weight:bold;
	text-align: left;
	width: 45%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	vertical-align: top;
}
#tabla1 td {
	padding: 4px;
	vertical-align: top;
}
#tabla1 .titulo th {
	font-size: 1.3em;
	font-weight:bold;
	height: 50px;
	padding-left: 0px;
	vertical-align: top;
}
#tabla1 .subtitulo th {
	font-size: 1em;
	height: 25px;
	padding-left: 0px;
	vertical-align: top;
}
.form-agregar {
	margin-top: 30px;
}
.form-agregar label {
	margin-right: 10px;
	font-size: 1.2em;
}
.form-agregar input[type="number"] {
	width: 70px;
	height: 1.8em;
	margin-left: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 6px;
}
.form-agregar input[type="submit"] {
	margin: 34px 0 0 0;
	padding: 21px 50px;
	width: 100%;
	font-size: 1.1em;
}
#stock-limitado {
	background-color: #f33;
	color: white;
	font-size: 0.8em;
	margin-left: 5px;
	padding: 3px 4px;
	border-radius: 1px;
}
#stock-msg {
	margin-top: 30px;
	font-size: 0.8em;
}
#modelos-compat {
	max-height: 150px;
	overflow-y: scroll;
	line-height: 1.6;
	margin-top: 10px;
}
#especificaciones {
	margin-top: 30px;
	width: 100%;
	border: 1px solid #ddd;
	background-color: white;
	display: flex;
	flex-wrap: wrap;
}
#especificaciones-izq {
	flex: 1;
	min-width: 200px;
	vertical-align: top;
	margin: 20px;
}
#especificaciones-der {
	flex: 1;
	min-width: 200px;
	vertical-align: top;
	margin: 20px;
}
.titulo-espec {
	font-size: 1.2em;
	margin-bottom: 20px;
}
.titulo-espec hr {
	border: none;
	border-top: 1px solid #aaa;
}
.nombre-espec {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	margin-bottom: 20px;
}
.valor-espec {
	display: inline-block;
	vertical-align: top;
}
/* ------------ */
/* --- FAQ ---------------------- */
#faq {
	width: 100%;
	float: left;
	margin: 0 auto;
	padding: 0 27% 30px 27%;
	text-align: justify;
}
#faq h1 {
	font-size: 22px;
	font-weight: bold;
	color: #444444;
}
#faq h2 {
	font-size: 17px;
	font-weight: bold;
	color: #233a8d;
}
#titulofaq {
	width: 100%;
	float: left;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}

#titulofaq img {
	width: 70%;
	max-width: 1364px;
}


/* ------------ */
/* --- Ver Carrito y Pagar ----------------------------- */
#titulo-carro {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
}
#ver-carro {
	min-height: 300px;
  	margin: 0 auto;
  	width: 70%;
 	padding-top: 2%;
}
#listado-carro {
	display: inline-block;
	width: 62%;
	margin-bottom: 40px;
	min-height: 300px;
}
.contenedor-item-carro {
	display: inline-block;
	width: 100%;
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 10px;
}
.contenedor-imagen-item-carro {
	display: inline-block;
	vertical-align: middle;
	width: 140px;
}
.imagen-item-carro {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.info-item-carro {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.6;
	/* width: 70%; */
	margin-left: 10px;
}
.opciones-item-carro {
	display: inline-block;
	float: right;
	vertical-align: middle;
}
.input-cantidad input {
	font-size: 1.1em;
}
.texto-item-1 {
	display: inline-block;
	width: 70px;
}
.item-quitar {
	display: inline-block;
	font-size: 0.9em;
	height: 50px;
	margin-top: 50%;
}
.item-quitar {
	display: inline-block;
	font-size: 0.9em;
	margin-top: 90%;
}
.item-quitar input {
	font-size: 0.8em;
	background-color: #fff !important;
	color: gray;
	cursor: pointer;
}
.item-quitar input:hover {
}
.link-producto-carro {
	text-decoration: none;
	color: inherit;
}
#carro-vacio {
	background-color: #fdfdfd;
	padding: 30px;
}

#contenedor-pago-carro {
	float: right;
	display: inline-block;
	width: 37%;
	vertical-align: top;
	padding: 15px;
	background-color: white;
	border: 1px solid #ddd;
}
#titulo-fpago {
	font-size: 1.5em;
	margin-bottom: 20px;
}
#info-carro {
	color: #444;
	margin: 20px 0px;
}
#info-carro i {
	margin-right: 5px;
}
#subtotal-pago {
	font-size: 1.1em;
}
#subtotal-pago * {
	font-size: inherit;
}
#total-pago {
	font-size: 1.2em;
	float: right;
	
}
#total-pago * {
	font-size: inherit;
}
#linea-pago {
    height: 1px;
    background-color: #bbb;
    color: #bbb;
    border: 0 none;
}
#btn_continuar_carro {
	margin: 0px;
	margin-top: 30px;
	width: 100%;
	font-size: 1.1em;
}
/* ---- Entrega / despacho ------------------------- */
#columnas-pedido {
	padding-top: 30px;
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
/*#columnas-pedido > :nth-child(1) {
	flex: 1;
}
#columnas-pedido > :nth-child(2) {
	width: 40%;
}*/
.columna-pedido {
	flex: 1;
	min-width: 300px;
	vertical-align: top;
	margin: 20px;
	background-color: white;
	border: 1px solid #ddd;
	padding: 20px;
}
.columna-pedido button {
	font-size: 1.1em;
	margin-top: 30px;
}
.titulo-seccion {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 30px;
}
.subtitulo-seccion {
	font-size: 1.2em;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
	color: #007;
}
.boton-w100 {
	margin: 0px;
	width: 100%;
}
.contenedor-prod {
	display: flex;
	margin-bottom: 15px;
}
.contenedor-imagen-chica {
	width: 50px;
	min-width: 50px;
	height: 50px;
}
.imagen-item-chica {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #dfdfdf;
}
.contenedor-datos {
	flex: 1;
	vertical-align: middle;
	margin-left: 8px;
	overflow: hidden;
}
.nombre-prod {
	display: inline-block;
	width: 80%;
	font-size: 0.85em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cantidad-prod {
	display: inline-block;
	font-size: 0.85em;
}
.total-prod {
	display: inline-block;
	font-weight: bold;
	float: right;
}
.campo-corto {
	display: inline-block;
	width: 210px;
	margin-top: 15px;
	margin-right: 15px;
}
.campo-corto input {
	width: 210px;
}
/* --- Formas de pago ----------------------------- */
#columnas-pago {
	padding-top: 30px;
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.columna-pago {
	flex: 1;
	min-width: 300px;
	vertical-align: top;
	margin: 20px;
	background-color: white;
	border: 1px solid #ddd;
	padding: 20px;
}

/* --- Sitio interno ---------------------- */
#contenedor-home {
	display: grid;
	grid-template-columns: 22% 1fr;
	padding: 30px;
}
#menu-opciones {
	width: 100%;
	min-width: none;
}
.lista-opciones {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-right: 20px;
}
.lista-opciones li {
	margin-bottom: 10px;
}
.lista-opciones a {
	display: block;
	padding: 10px 15px;
	background-color: white;
	text-decoration: none;
	color: black;
	border: 1px solid #ccc;
}
.lista-opciones a:hover {
	background-color: lightblue;
}
.opcion-actual {
	font-weight: bold;
	outline: 1px solid #777;
}
#contenedor-opciones {
	flex: 1;
	background-color: white;
	padding: 20px;
	border: 1px solid #ddd;
	min-height: 300px;
}
.container {
	display: none;
}
nav {
	display: none;
}
/* ----------------------------------------- */
@media only screen and (max-width: 1980px) {
#seccionizq {
	width: 50vw;
	display: block;
	float: left;
	padding: 50px 20px 0 20%;
}
}
/* ----------------------------------------- */
@media only screen and (max-width: 1300px) {
.menu-categorias {
    padding-bottom: 33px;
}
#carrusel img {
    max-height: 525px;
}
#panel-izquierdo {
    width: 19%;
    margin: 4% 0 0 7%;
    padding: 12px;
}
#barra-opciones {
    width: 70%;
    height: 40px;
    margin-bottom: 20px;
    margin-left: 28%;
    position: relative;
    margin-top: 4%;
}
#contenido {
    min-height: 780px;
}
#repuestos {
    width: 70%;
}
#productos {
    min-height: 1210px;
}
#ver-producto {
    width: 90%;
    min-height: 200px;
    margin: 0 auto;
    padding-top: 2%;
}
#ver-carro {
    min-height: 300px;
    margin: 0 auto;
    width: 90%;
    padding-top: 2%;
}
#app-vue-repuestos {
    position: relative;
    height: 100%;
    min-height: 1230px;
}
#cajabanner {
    margin: 1%;
}
#banneramplio2 img {
    width: 96%;
    margin: 0 2%;
}
#banneramplio img {
    width: 96%;
    margin: 0 2%;
}
.cont-botones-cabecera {
    margin-left: 5%;
}
.menu-categorias a {
    font-size: 0.7em;
}
.buscador {
    width: 91%;
}
.cont-buscador {
    flex: 0 0 51%;
    padding-top: 30px;
}
#cabecera-interno {
    padding: 5px 6%;
}
#seccionizq {
    padding: 50px 20px 0 6%;
}
#seccionder {
    width: 49vw;
    padding: 0 5px 0 0px;
}
#pie-total {
    width: 96%;
    margin: 0 auto;
}
#contenpie img {
    width: 250px;
    margin: 0px;
}
#contenpie h3 {
    font-size: 19px;
}
#app-vue-vehiculo {
    width: 72%;
    margin: 4% 0 0 28%;
}
.paginador {
    padding-right: 4%;
}
#contenedor-ingreso {
    width: 90%;
    max-width: 900px;
}
#columnas-pedido {
    width: 90%;
    max-width: 1080px;
}
.columna-pedido {
    margin: 10px;
    padding: 20px;
}
}
/* ----------------------------------------- */
@media only screen and (max-width: 900px) {
.menu-categorias {
        padding-bottom: 11px;
    }
#panel-izquierdo {
        width: 23%;
        margin: 4% 0 0 7%;
        padding: 12px;
    }
#seccionder img {
    text-align: center;
    width: 90%;
    margin-top: 18px;
}
#seccionizq {
        padding: 11px 16px 0 3%;
    }
.menu-categorias a {
        font-size: 0.7em;
    }
#pie-total {
    width: 93%;
    margin: 0 auto;
}
}
/* ----------------------------------------- */
@media only screen and (max-width: 1100px) {
.menu-categorias {
        padding-bottom: 11px;
    }
#panel-izquierdo {
        width: 23%;
        margin: 4% 0 0 7%;
        padding: 12px;
    }
#seccionder img {
    text-align: center;
    width: 96%;
    margin-top: 18px;
}
#seccionizq {
        padding: 11px 16px 0 3%;
    }
.menu-categorias a {
        font-size: 0.7em;
    }
#pie-total {
    width: 93%;
    margin: 0 auto;
}
}
/* ----------------------------------------- */
@media only screen and (max-width: 700px) {
	#central {
		padding-left: 0;
		padding-right: 0;
		padding-top: 180px;
}
#rvehiculo-info {
    font-size: 1em;
}
button {
    padding: 8px 6px;
}
	.cont-buscador {
		display: block;
  		width: 100%;
  		padding-top: 85px;
  		position: absolute;
}
	.cont-botones-cabecera {
  		margin-left: 0;
  		text-align: center;
  		z-index: 19;
}
	.boton-cabecera {
 		font-size: 12px;
}
	.texto-bc {
		font-size: 0.9em;
}

	.botones-cabecera {
		margin-top: 72px;
	  	font-size: 12px;
	  	margin-left: 28%;
	  	width: 300px;
}

	.buscador {
  		vertical-align: middle;
 		margin-top: 30px;
 		margin-left: 0;
  		width: 100%;
  		position: relative;
  		display: inline-block;
}
	.menu-categorias {
 		display: none;
}
	#breadcrumbs {
		font-size: 12px;
		margin-top: 28px;
		padding: 8px 7%;
		z-index: 4;
}

	#carrusel img {
		max-height: 350px;
}
	#repuestos {
 		display: flex;
  		flex-wrap: wrap;
  		justify-content: left;
  		margin-left: 45%;
  		width: 50%;
}
	#barra-opciones {
	  	width: 50%;
	  	height: 40px;
	  	margin-bottom: 20px;
	  	margin-left: 50%;
	  	position: relative;
	  	margin-top: 2%;
}	
	#pie-total {
		width: 90%;
}
	#pie-pagina {
  		width: 100%;
    	height: 100vh;
    	min-height: 1400px;
    	margin-top: 7%;
}
	#contenpie {
  		width: 96%;
  		height: 330px;
  		display: inline-block;
  		float: left;
  		margin: 0 2% 2% 2%;
		padding-left: 5px;
}
	#contenpie p {
		width: 100%;
		text-align: justify;
		font-size: 12px;
}
	#contenpie img {
		width: 70%;
		text-align: center;
}
	#panel-izquierdo {
		width: 42%;
		margin-left: 20px;
		margin-top: 20px;
		min-height: 100px;
		padding: 10px;

}
	#ofertas {
		padding: 0;	
		width: 100vw;
		margin-left: 3%;
}
	.titulo-ofertas {
		padding: 4% 6%;
}
	.paginador {
		width: 90%;
	  	padding:10px 4px 20px 4px;
	 	font-family: Montserrat;
	 	font-size: 10px;
}
	#bannerbajo {
		display: none;
}
	#bannerbajo2 {
		width: 100vw;
		display: block;
  		position: relative;
  		margin-left: -50vw;
  		margin-right: -50vw;
  		right: 50%;
  		left: 50%;
}
	#bannerbajo2 img {
		width: 100vw;
}
	#bannerkit {
		padding: 0 1%;

}
	#bannermedio {
		padding: 0 3%;
}
	#banneramplio {
		padding: 0 3%;
}
	#banneramplio2 {
		padding: 0 3%;
}
	#seccionizq {
		width: 100vw;
		padding: 0 6% 0 6%;
		margin-top: 20px;
		text-align: center;
}
	#seccionder {
		width: 100vw;
		padding: 0 6% 0 6%;
		margin-top: 20px;
		text-align: center;
}
	#seccionder img {
		width:100%;
}
	#seccionizq h1 {
		font-size: 19px;
		text-align: center;
	}
	#seccionizq p {
		font-size: 14px;
		text-align: justify;
	}
	#seccionizq span {
		font-size: 20px;
		text-align: center;
	}
	#seccionizq span {
		font-size: 20px;
		text-align: center;
	}
	#espaciador {
		display: none;
}
	#piebajo {
	  	text-align: center;
}
	#img-vehic-selec {
		width: 50%;
		height: auto;
	}
	.dato-vehiculo {
		width: 180px;
		height: 180px;
		padding: 14px 10px;
		display: block;
		float: left;
		margin: 5px;
}
	#app-vue-vehiculo {
		width: 100vw;
		margin: 78% 0 0 5%;
}
	#seccion-vehiculo-lista {
		width: 100%;
}
/* --- Detalle Productos ---------------------- */

	#ver-producto {
	  width: 96vw;
	  min-height: 200px;
	  margin: 0 auto;
	  padding: 2%;
}

	#prod-fotos {
	  width: 96%;
	  display: flex;
	  float: left;
	  max-height: 400px;
	  margin: 2%;
}

	#prod-info {
	  width: 96%;
	  max-height: 800px;
	  display: flex;
	  float: left;
	  margin: 2%;
}

	#especificaciones {
	  margin-top: 30px;
	  width: 96%;
	  display: flex;
	  margin: 2%;
}
/* --- Carro ---------------------- */

#ver-carro {
	  margin: 2%;
	  width: 96%;
	  padding-left: 2%;
}

#listado-carro {
  	width: 100%;
}
#contenedor-pago-carro {
	width: 100%;
}
#ver-carro button {
	width: 100%;
	background-color: #043092;
	color: #fff;
	border-radius: 3px;
	border: none;
	font-weight: bold;
	margin-top: 4%;
	padding: 13px 10px;
	transition: all 0.2s linear;
}

#ver-carro button:hover {
	background-color:#0450bb;
	
}

/* --- Cabecera ---------------------- */

	#cabecera-interno {
		display: none;
	}
	#cabecera {
		width: 100%;
		max-height: 0;
		background-color: none;
		position: fixed;
	}
	.logo1 {
		height: 100px;
		position: fixed;
		z-index: 20;
		text-align: right;
		margin-left: 52%;
		max-height: 56px;	
	}

ul {
  padding: 0;
  list-style-type: none;
}
ul a {
	text-decoration: none;
	color: #1e1e23;
	font-size: 0.85em;
	margin: 0px 10px;
	transition: all 0.2s linear;
}
ul a:hover {
	color: #81cdef;
	padding-bottom: 5px;
	border-bottom: 2px solid #81cdef;
}

.container {
  Display: block;
  justify-content: center;
  align-items: center;
}
ntent {
  border: 1px solid #36383F;
  border-radius: 20px;
  width: 94%;
  height: 91%;
  background-color: #F5F6FA;
  overflow: hidden;
}
nav {
	width: 100vw;
  display: flex;
  background-color: #1E1E23;
  height: 120px;
}

#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 25px;
  left: 25px;
  z-index: 21;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 21;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 21;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 21;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 100vw;
  height: 100vh;
  max-height: 450px;
  max-width: 250px;
  box-shadow: 0 0 10px #85888C;
  margin: -50px 0 0 -50px;
  padding-left: 50px;
  padding-top: 100px;
  background-color: #F5F6FA;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 5px 0;
  transition-delay: 2s;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

/* ---------- Usuario ----------- */

#contenedor-ingreso {
  margin-top: 211px;
  width: 90%;
}
#contenedor-opciones {
  flex: -moz-available;
  background-color: white;
  padding: 20px;
  border: 1px solid #ddd;
  min-height: 300px;
  width: 95%;
  float: left;
  display: block;
}
#menu-opciones {
  width: 100%;
  min-width: -moz-available;
  display: block;
}

}

@media (max-width: 700px) {
	#contenedor-home {
		grid-template-columns: 1fr;
		grid-template-rows: auto 1fr;
		height: auto;
		width: 100%;
		padding: 15px 5px;
	}

	#menu-opciones {
		width: 100%;
	}
}
